        .score-badge {
            display: inline-block;
            background: var(--primary-color);
            color: white;
            border-radius: 60px;
            padding: 0.25rem 1rem;
            font-weight: 600;
        }
        .interpretation-box {
            background: #eef2fa;
            padding: 1rem;
            border-radius: 0.75rem;
            margin-top: 1rem;
        }
        .math-box, .deep-dive {
            background: #fef9e6;
            border-left: 4px solid #e9b35f;
            padding: 1rem;
            border-radius: 0 8px 8px 0;
            margin: 1.5rem 0;
        }
        .disclaimer-note {
            background: #fff4e5;
            border-left: 4px solid #dc3545;
            padding: 1rem;
            font-size: 0.9rem;
            border-radius: 0.5rem;
        }
        .progress-ring {
            width: 140px;
            height: 140px;
        }
        .canvas-score {
            display: flex;
            justify-content: center;
            margin: 1rem 0;
        }
        .legend-score {
            font-size: 0.85rem;
            margin-top: 0.5rem;
        }
        footer .social-icon {
            display: inline-block;
            width: 32px;
            text-align: center;
            margin-right: 12px;
            color: #6c757d;
        }