.result-value-dbe {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            background: #eef2f7;
            display: inline-block;
            padding: 0.2rem 1rem;
            border-radius: 50px;
            letter-spacing: 1px;
        }
        .dbe-interpretation {
            background: #f8f9fc;
            border-left: 4px solid #0d6efd;
            padding: 1rem 1.2rem;
            border-radius: 0.75rem;
            margin: 1.2rem 0;
        }
        .func-group-badge {
            background-color: #e9ecef;
            border-radius: 40px;
            padding: 0.3rem 0.8rem;
            font-size: 0.8rem;
            display: inline-block;
            margin: 0.2rem;
            color: #1e466e;
        }
        .chem-formula-preview {
            font-family: 'SF Mono', 'Courier New', monospace;
            font-size: 1.2rem;
            font-weight: 500;
        }
        .unsaturation-meter {
            background: #e9ecef;
            border-radius: 30px;
            height: 12px;
            width: 100%;
            margin: 15px 0;
        }
        .meter-fill {
            height: 12px;
            border-radius: 30px;
            background: #0d6efd;
            width: 0%;
            transition: width 0.3s;
        }
        .badge-dbe {
            font-size: 0.9rem;
            margin-left: 0.6rem;
        }
        .form-hint {
            font-size: 0.85rem;
            margin-top: 0.25rem;
            color: #6c757d;
        }
        .checkbox-label {
            font-size: 0.9rem;
            margin-left: 0.3rem;
        }