.input-group-custom {
            margin-bottom: 1rem;
        }.form-label{font-size:0.9rem}
        .result-value-sm {
            font-weight: 600;
            color: #28a745;
            font-size: 1.4rem;
        }
        .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;
        }
        .stats-canvas {
            width: 100%;
            height: auto;
            background-color: #fafcfa;
            border: 1px solid #d4e8d4;
            border-radius: 8px;
            margin-top: 1.5rem;
            display: block;
        }
        .canvas-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: 2px;
        }
        .legend-color.green { background-color: #28a745; }
        .legend-color.orange { background-color: #fd7e14; }
        .legend-color.blue { background-color: #0d6efd; }
        .stats-summary {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.75rem 1.5rem;
            margin: 1rem 0;
        }
        .stats-summary .stat-item {
            display: flex;
            justify-content: space-between;
            padding: 0.35rem 0;
            border-bottom: 1px solid #eee;
        }
        .stat-item .stat-label {
            color: #555;
        }
        .stat-item .stat-value {
            font-weight: 600;
            color: #1a7a3a;
        }
        .stat-value.highlight {
            font-size: 1.6rem;
        }
        @media (max-width: 576px) {
            .stats-summary {
                grid-template-columns: 1fr;
            }
        }
        .result-card {
            background: #f8fff8;
            border-radius: 8px;
            padding: 1.2rem;
            border: 1px solid #d4e8d4;
            margin: 0.5rem 0;
        }
        .result-card .label {
            font-size: 0.85rem;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .result-card .value {
            font-size: 2.2rem;
            font-weight: 700;
            color: #1a7a3a;
            font-family: 'Cambria Math', serif;
        }
        .nav-tabs .nav-tabs .tab-pane {
            padding-top: 1rem;
        }
        .raw-input-label {
            font-size: 0.9rem;
            font-weight: 500;
            color: #495057;
        }
        .raw-input-label small {
            font-weight: 400;
            color: #6c757d;
        }