body { background: #f5f6fa; font-family: 'Segoe UI', system-ui, sans-serif; }
.card { border: none; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.domain-header { background: #1a1a2e; color: #fff; padding: .75rem 1.25rem; border-radius: .5rem .5rem 0 0; }
.likert-group { display: flex; gap: .5rem; flex-wrap: wrap; }
.likert-group label { cursor: pointer; padding: .4rem .8rem; border: 2px solid #dee2e6; border-radius: .375rem; transition: all .2s; font-size: .85rem; }
.likert-group input:checked + label { background: #1a1a2e; color: #fff; border-color: #1a1a2e; }
.likert-group input { display: none; }
.score-badge { font-size: 2rem; font-weight: 700; }
.stage-badge { font-size: 1.1rem; padding: .5rem 1rem; }
.progress-step { width: 25%; text-align: center; position: relative; }
.progress-step.active .step-circle { background: #1a1a2e; color: #fff; }
.step-circle { width: 36px; height: 36px; border-radius: 50%; background: #dee2e6; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; }
.report-section { page-break-inside: avoid; margin-bottom: 2rem; }
@media print { .no-print { display: none !important; } }
