:root {
            --border-color: #dee2e6;
            --light-gray: #f8f9fa;
            --text-muted: #6c757d;
        }
        .bg-orange {
            background-color: #fd7e14 !important;
        }
        @media (max-width: 576px) {
            }
        .property-table th,
        .property-table td {
            padding: 0.75rem;
            text-align: left;
            border: 1px solid var(--border-color);
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .deep-dive {
            margin: 1.8rem 0;
        }
        .deep-dive p {
            text-align: justify;
        }
        .unit-note {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .coord-input {
            margin-bottom: 0.5rem;
        }
        .map-gauge {
            width: 100%;
            max-width: 360px;
            height: auto;
            margin: 0.5rem auto;
            display: block;
        }
        .gauge-container {
            text-align: center;
            margin-top: 1rem;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 0.5rem 0;
            font-size: 0.9rem;
            flex-wrap: wrap;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 50%;
        }
        .legend-color.green {
            background-color: #28a745;
        }
        .legend-color.yellow {
            background-color: #ffc107;
        }
        .legend-color.orange {
            background-color: #fd7e14;
        }
        .legend-color.red {
            background-color: #dc3545;
        }
        .legend-color.purple {
            background-color: #6f42c1;
        }
        .map-bar {
            height: 24px;
            border-radius: 12px;
            background: linear-gradient(to right, #6f42c1 0%, #28a745 30%, #ffc107 60%, #fd7e14 80%, #dc3545 100%);
            margin: 0.5rem 0 1rem 0;
            position: relative;
            width: 100%;
            max-width: 480px;
        }
        .map-marker {
            position: absolute;
            top: -6px;
            width: 10px;
            height: 34px;
            background: #000;
            border-radius: 4px;
            transform: translateX(-50%);
            transition: left 0.3s ease;
        }
        .map-label {
            font-size: 0.85rem;
            display: flex;
            justify-content: space-between;
            max-width: 480px;
            margin: 0 auto;
            padding: 0 4px;
        }
        .badge-map {
            font-size: 0.9rem;
            padding: 0.5rem 1.2rem;
        }
        .result-card {
            background: #fcf8f7;
            border-radius: 8px;
            padding: 1.5rem;
            border: 1px solid #f0e0dd;
            margin-top: 0.5rem;
        }
        .hemo-table td {
            vertical-align: middle;
        }