.risk-meter {
            background: #f0f2f5;
            border-radius: 12px;
            padding: 10px;
            text-align: center;
            margin-bottom: 1rem;
        }
        .risk-badge {
            font-size: 2rem;
            font-weight: 700;
            display: inline-block;
            padding: 0.5rem 1rem;
            border-radius: 40px;
        }
        .risk-low { background: #28a74520; color: #1e7e34; border-left: 4px solid #28a745; }
        .risk-borderline { background: #fd7e1420; color: #b45f06; border-left: 4px solid #fd7e14; }
        .risk-moderate { background: #ffc10720; color: #b36b00; border-left: 4px solid #ffc107; }
        .risk-high { background: #dc354520; color: #a71d2a; border-left: 4px solid #dc3545; }
        .result-value-large {
            font-size: 2.2rem;
            font-weight: 700;
            color: #0d6efd;
        }
        .clinical-note {
            background-color: #eef2fa;
            border-radius: 12px;
            padding: 1rem;
            font-size: 0.9rem;
        }
        .guideline-ref {
            font-size: 0.85rem;
            border-top: 1px solid #dee2e6;
            margin-top: 1rem;
            padding-top: 0.8rem;
        }
        .canvas-risk {
            width: 100%;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            margin-top: 0.5rem;
        }
        .recommendation-box {
            background: #ffffff;
            border-radius: 12px;
            padding: 1rem;
            border: 1px solid #e9ecef;
            margin-top: 1rem;
        }
        .disclaimer-educational {
            background-color: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 0.75rem 1rem;
            border-radius: 6px;
            margin: 1rem 0;
        }
        .official-link {
            display: inline-block;
            margin-top: 0.5rem;
        }