.score-badge {
            font-size: 2rem;
            font-weight: 700;
            border-radius: 16px;
            padding: 0.25rem 1rem;
            display: inline-block;
        }
        .class-A { background-color: #28a74520; color: #155724; border-left: 5px solid #28a745; }
        .class-B { background-color: #ffc10720; color: #856404; border-left: 5px solid #ffc107; }
        .class-C { background-color: #dc354520; color: #721c24; border-left: 5px solid #dc3545; }
        .progress-custom {
            height: 12px;
            border-radius: 20px;
            background-color: #e9ecef;
        }
        .result-card {
            background: #f8fafc;
            border-radius: 20px;
            transition: 0.2s;
        }
        .clinical-note {
            background-color: #eef2fa;
            border-radius: 12px;
            padding: 1rem;
        }
        .evidence-badge {
            font-size: 0.8rem;
            background-color: #1e466e;
            color: white;
            border-radius: 40px;
            padding: 0.2rem 0.7rem;
            display: inline-block;
        }
        .dropdown-select-custom {
            width: 100%;
            padding: 0.5rem;
            border-radius: 10px;
            border: 1px solid #ced4da;
            background-color: white;
        }
        .table-params th {
            background-color: #e9ecef;
        }
        .disclaimer-box {
            font-size: 0.85rem;
            background-color: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 0.75rem 1rem;
        }
        .score-number {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1;
        }
        .subtitle {
            font-weight: 600;
            margin-top: 1.5rem;
            margin-bottom: 0.8rem;
            color: #2c3e66;
        }
        .faq-item {
            margin-bottom: 1rem;
        }