        .risk-badge {
            display: inline-block;
            padding: 0.4rem 1rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.9rem;
        }
        .risk-severe { background-color: #f8d7da; color: #721c24; }
        .risk-crisis { background-color: #9b2c1d; color: white; box-shadow: 0 0 0 1px #fff3; }
        .risk-moderate { background-color: #fff3cd; color: #856404; }
        .risk-mild { background-color: #d1ecf1; color: #0c5460; }
        .risk-normal { background-color: #d4edda; color: #155724; }
        .canvas-gauge {
            background: #f8f9fc;
            border-radius: 20px;
            padding: 10px;
            margin-top: 20px;
            border: 1px solid #e9ecef;
        }
        .disclaimer-box {
            background: #fef2e8;
            border-left: 5px solid #e67e22;
            padding: 1rem;
            border-radius: 12px;
            font-size: 0.85rem;
            margin: 1.5rem 0;
        }
        .footer a {
            color: #bcd0d4;
            text-decoration: none;
        }
        .input-group-custom {
            margin-bottom: 1rem;
        }
        .mild-note {
            background-color: #eef2fa;
            border-left: 3px solid #4a90e2;
            font-size: 0.85rem;
            padding: 0.5rem 0.75rem;
            border-radius: 12px;
            margin-top: 10px;
        }
        @media (max-width: 768px) {
            }