.act-question { background: #f8faff; border: 1px solid #e2eaf6; border-radius: 8px; padding: 1rem 1.2rem; margin-bottom: 0.75rem; }
        .act-question:hover { border-color: #b8cce0; }
        .act-question .q-label { font-weight: 600; margin-bottom: 0.4rem; display: block; }
        .act-question .q-text { font-size: 0.98rem; margin-bottom: 0.5rem; }
        .act-options { display: flex; flex-wrap: wrap; gap: 0.3rem 0.6rem; }
        .act-options .form-check { margin-right: 0.25rem; }
        .act-options .form-check-label { font-size: 0.85rem; }
        .result-card { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #eef5f5; margin-top: 1.2rem; }
        .result-card .total-score { font-size: 3.2rem; font-weight: 800; color: #1a5a7a; line-height: 1; }
        .result-card .total-label { font-size: 1rem; color: #6c757d; text-transform: uppercase; letter-spacing: 1px; }
        .result-card .control-level { font-size: 1.5rem; font-weight: 600; margin-top: 0.25rem; }
        .score-badge { display: inline-block; padding: 0.4rem 1.2rem; border-radius: 30px; font-weight: 700; font-size: 1.1rem; }
        .score-badge.green { background: #d4edda; color: #155724; }
        .score-badge.yellow { background: #fff3cd; color: #856404; }
        .score-badge.red { background: #f8d7da; color: #721c24; }
        .dimension-bar { height: 18px; border-radius: 9px; background: #e9ecef; overflow: hidden; margin: 0.2rem 0; }
        .dimension-bar .fill { height: 100%; border-radius: 9px; background: #0d6efd; transition: width 0.6s ease; }
        .dimension-bar .fill.yellow { background: #ffc107; }
        .dimension-bar .fill.red { background: #dc3545; }
        .insight-box { background: #f0f7ff; border-radius: 8px; padding: 1rem 1.2rem; margin-top: 1rem; border-left: 4px solid #0d6efd; }
        .insight-box.warning { border-left-color: #ffc107; background: #fffdf5; }
        .insight-box.danger { border-left-color: #dc3545; background: #fdf8f8; }
        .disclaimer-box { background: #f0f4f8; border-radius: 8px; padding: 0.8rem 1.2rem; font-size: 0.85rem; color: #495057; border: 1px solid #dce4ec; margin-top: 1.2rem; }
        .authority-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: #e8f0f8; padding: 0.25rem 0.8rem; border-radius: 20px; font-size: 0.8rem; color: #1a4a6a; }
        .hotline-box { background: #fef9e7; border: 1px solid #f9e79f; border-radius: 8px; padding: 1rem; margin: 1.5rem 0; }
        .deep-dive { background: #f4f8fc; padding: 1.2rem; border-radius: 8px; margin: 1rem 0; }
        @media (max-width: 576px) { .result-card .total-score { font-size: 2.4rem; } }