.cha2ds2-quiz-container{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans SC",sans-serif;max-width:720px;margin:2rem auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.08);line-height:1.6;color:#212529}.cha2ds2-quiz-container .quiz-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0e6ff}.cha2ds2-quiz-container .quiz-header h2{font-size:1.6rem;font-weight:700;color:#5a2d8a;margin:0 0 .5rem}.cha2ds2-quiz-container .quiz-header .quiz-subtitle{font-size:.9rem;color:#7a5a9a;margin:0}.cha2ds2-quiz-container .quiz-form{display:flex;flex-direction:column;gap:1.25rem}.cha2ds2-quiz-container .quiz-question{background:#faf8ff;border:1px solid #ede5f5;border-radius:12px;padding:1rem 1.25rem;transition:border-color .2s,box-shadow .2s}.cha2ds2-quiz-container .quiz-question:hover{border-color:#d4b8f0;box-shadow:0 2px 8px rgba(111,66,193,.06)}.cha2ds2-quiz-container .quiz-question.answered{border-color:#c4a0e8;background:#f5edff}.cha2ds2-quiz-container .quiz-question .q-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem;font-weight:600;color:#3d1f5e;margin-bottom:.75rem}.cha2ds2-quiz-container .quiz-question .q-label .q-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#6f42c1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:2px}.cha2ds2-quiz-container .quiz-question .q-options{display:flex;gap:.75rem;flex-wrap:wrap;margin-left:1.75rem}.cha2ds2-quiz-container .quiz-question .q-option{position:relative}.cha2ds2-quiz-container .quiz-question .q-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cha2ds2-quiz-container .quiz-question .q-option label{display:inline-block;padding:.45rem 1rem;border:1.5px solid #d4c4e8;border-radius:20px;font-size:.9rem;font-weight:500;color:#5a4a6a;cursor:pointer;transition:all .2s;background:#fff;user-select:none}.cha2ds2-quiz-container .quiz-question .q-option label:hover{border-color:#9f7ad0;background:#f5edff;color:#4a2a6a}.cha2ds2-quiz-container .quiz-question .q-option input[type=radio]:checked+label{border-color:#6f42c1;background:#6f42c1;color:#fff;box-shadow:0 2px 8px rgba(111,66,193,.25)}.cha2ds2-quiz-container .quiz-question .q-option input[type=radio]:focus-visible+label{outline:2px solid #6f42c1;outline-offset:2px}.cha2ds2-quiz-container .quiz-question .q-points{font-size:.8rem;color:#9a8aaa;margin-left:1.75rem;margin-top:.4rem}.cha2ds2-quiz-container .score-panel{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#f5edff 0%,#ede5f5 100%);border-radius:12px;text-align:center;border:1px solid #d4b8f0}.cha2ds2-quiz-container .score-panel .score-label{font-size:.95rem;color:#5a4a6a;margin-bottom:.5rem}.cha2ds2-quiz-container .score-panel .score-value{font-size:3.2rem;font-weight:800;color:#4a2a6a;line-height:1.1}.cha2ds2-quiz-container .score-panel .score-value .score-denominator{font-size:1.2rem;font-weight:400;color:#9a8aaa}.cha2ds2-quiz-container .score-panel .score-status{margin-top:.75rem;font-size:.95rem;font-weight:600;padding:.4rem 1rem;border-radius:20px;display:inline-block}.cha2ds2-quiz-container .risk-bar-container{margin-top:1rem}.cha2ds2-quiz-container .risk-bar{display:flex;height:10px;border-radius:5px;overflow:hidden;background:#e8e0f0}.cha2ds2-quiz-container .risk-bar .risk-segment{flex:1;transition:opacity .3s}.cha2ds2-quiz-container .risk-bar .risk-segment.low{background:#28a745}.cha2ds2-quiz-container .risk-bar .risk-segment.moderate{background:#ffc107}.cha2ds2-quiz-container .risk-bar .risk-segment.high{background:#dc3545}.cha2ds2-quiz-container .risk-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#8a7a9a;margin-top:.3rem}.cha2ds2-quiz-container .risk-labels span.active{font-weight:700;color:#4a2a6a}.cha2ds2-quiz-container .result-detail{margin-top:1.25rem;padding:1.25rem;border-radius:12px;background:#fff;border:1px solid #e0d4f0}.cha2ds2-quiz-container .result-detail h4{font-size:1rem;font-weight:700;color:#3d1f5e;margin:0 0 .75rem}.cha2ds2-quiz-container .result-detail .risk-message{font-size:.95rem;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.cha2ds2-quiz-container .result-detail .risk-message.low{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.cha2ds2-quiz-container .result-detail .risk-message.moderate{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.cha2ds2-quiz-container .result-detail .risk-message.high{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.cha2ds2-quiz-container .stroke-rate-table{width:100%;border-collapse:collapse;margin-top:.75rem;font-size:.85rem}.cha2ds2-quiz-container .stroke-rate-table th{background:#6f42c1;color:#fff;padding:.5rem .75rem;text-align:left;font-weight:600}.cha2ds2-quiz-container .stroke-rate-table th:first-child{border-radius:6px 0 0}.cha2ds2-quiz-container .stroke-rate-table th:last-child{border-radius:0 6px 0 0}.cha2ds2-quiz-container .stroke-rate-table td{padding:.4rem .75rem;border-bottom:1px solid #ede5f5}.cha2ds2-quiz-container .stroke-rate-table tr.highlight{background:#f0e6ff;font-weight:600}.cha2ds2-quiz-container .stroke-rate-table tr:hover{background:#f8f4ff}.cha2ds2-quiz-container .quiz-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #ede5f5;font-size:.8rem;color:#9a8aaa;line-height:1.5}.cha2ds2-quiz-container .quiz-footer strong{color:#7a5a9a}.cha2ds2-quiz-container .btn-reset{display:inline-block;margin-top:1rem;padding:.5rem 1.5rem;background:#fff;color:#6f42c1;border:1.5px solid #6f42c1;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.cha2ds2-quiz-container .btn-reset:hover{background:#6f42c1;color:#fff}.cha2ds2-quiz-container .btn-reset:focus-visible{outline:2px solid #6f42c1;outline-offset:2px}@media (max-width:600px){.cha2ds2-quiz-container{padding:1.25rem;margin:1rem auto;border-radius:12px}.cha2ds2-quiz-container .quiz-header h2{font-size:1.3rem}.cha2ds2-quiz-container .score-panel .score-value{font-size:2.6rem}.cha2ds2-quiz-container .quiz-question .q-options{margin-left:0}.cha2ds2-quiz-container .quiz-question .q-points{margin-left:0}.cha2ds2-quiz-container .stroke-rate-table{font-size:.78rem}}