.result-value-large {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            line-height: 1.2;
        }
        .unit-label {
            font-size: 1rem;
            font-weight: normal;
            color: #6c757d;
        }
        .mode-selector {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 0.75rem;
        }
        .mode-btn {
            background: none;
            border: none;
            font-weight: 600;
            padding: 0.5rem 1.2rem;
            border-radius: 30px;
            transition: all 0.2s;
            color: #495057;
        }
        .mode-btn.active {
            background-color: var(--primary-color);
            color: white;
        }
        .mode-btn:not(.active):hover {
            background-color: #e9ecef;
        }
        .legend-canvas {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 0.5rem;
            font-size: 0.8rem;
        }
        .graph-container {
            background: #fefefe;
            border-radius: 12px;
            padding: 0.5rem;
        }
        .ref-badge {
            background-color: #eef2fa;
            padding: 0.2rem 0.5rem;
            border-radius: 20px;
            font-size: 0.75rem;
        }
        .example-group {
            margin: 0.5rem 0;
        }
        .preset-btn {
            background-color: #f1f3f5;
            border: none;
            font-size: 0.8rem;
            padding: 0.3rem 0.8rem;
            margin-right: 0.5rem;
            margin-bottom: 0.3rem;
            border-radius: 20px;
        }
        .preset-btn:hover {
            background-color: #e2e6ea;
        }
        .verification-table {
            font-size: 0.85rem;
        }
        .verification-table td, .verification-table th {
            padding: 0.5rem;
            border: 1px solid #dee2e6;
        }
        .scope-note {
            background-color: #e7f3ff;
            border-left: 4px solid #0d6efd;
            padding: 0.75rem;
            border-radius: 4px;
            font-size: 0.9rem;
        }
        .density-card {
            background-color: #f8f9fa;
            border-radius: 10px;
            padding: 0.8rem;
            margin: 0.5rem 0;
        }