:root{--brand: #BD2DB4;--brand-light: #f0d0ee;--brand-dark: #8a1f84;--gray-100: #f7f7f8;--gray-200: #e8e8ec;--gray-300: #d1d1d8;--gray-500: #71717a;--gray-700: #3f3f46;--gray-900: #18181b;--radius: 12px;--shadow: 0 2px 12px rgba(0,0,0,.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Heebo,sans-serif;background:var(--gray-100);color:var(--gray-900);min-height:100vh;direction:rtl}.progress-wrap{position:fixed;top:0;left:0;right:0;height:6px;background:var(--gray-200);z-index:100}.progress-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--brand),var(--brand-dark));border-radius:0 0 3px 3px;transition:width .4s ease}.container{max-width:720px;margin:0 auto;padding:32px 20px 60px}.logo-wrap{text-align:center;margin-bottom:12px;padding-top:12px}.logo-wrap img{height:70px;width:auto}.screen{display:none;opacity:0;transform:translateY(18px);transition:opacity .4s ease,transform .4s ease}.screen.active{display:block}.screen.visible{opacity:1;transform:translateY(0)}.part-header{text-align:center;margin-bottom:10px}.part-header h1{font-size:1.75rem;font-weight:700;color:var(--brand);margin-bottom:4px}.part-header .subtitle{font-size:1.05rem;color:var(--gray-500);margin-bottom:12px}.part-header .instructions{font-size:1.15rem;color:var(--gray-700);background:#fff;border-radius:var(--radius);padding:16px 20px;box-shadow:var(--shadow);line-height:1.7;margin-bottom:8px}.scale-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 16px;background:#fff;border-radius:var(--radius);padding:14px 16px;margin-bottom:28px;box-shadow:var(--shadow);font-size:.95rem;color:var(--gray-700)}.scale-legend .scale-item{display:flex;align-items:center;gap:4px}.scale-legend .scale-num{width:22px;height:22px;border-radius:50%;background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:var(--gray-700)}.question-card{background:#fff;border-radius:var(--radius);padding:20px 20px 16px;margin-bottom:14px;box-shadow:var(--shadow);transition:border-color .2s;border-right:4px solid transparent}.question-card.answered{border-right-color:var(--brand)}.question-card .q-number{font-size:.9rem;font-weight:600;color:var(--brand);margin-bottom:6px}.question-card .q-text{font-size:1.2rem;font-weight:500;color:var(--gray-900);margin-bottom:14px;line-height:1.6}.question-card .q-options{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.question-card .q-opt{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;transition:all .2s ease}.question-card .q-opt .opt-circle{width:46px;height:46px;border-radius:50%;border:2px solid var(--gray-200);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:var(--gray-700);background:#fff;transition:all .2s ease}.question-card .q-opt:hover .opt-circle{border-color:var(--brand-light);background:#fdf5fc}.question-card .q-opt.selected .opt-circle{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 2px 8px #bd2db44d}.question-card .q-opt .opt-label{font-size:.75rem;color:var(--gray-500);text-align:center;max-width:60px;line-height:1.2}.question-card .q-opt.selected .opt-label{color:var(--brand);font-weight:600}.submit-wrap{text-align:center;margin-top:32px}.btn-submit{font-family:Heebo,sans-serif;font-size:1.2rem;font-weight:600;padding:14px 48px;border:none;border-radius:var(--radius);background:var(--gray-300);color:#fff;cursor:not-allowed;transition:all .25s ease}.btn-submit.enabled{background:var(--brand);cursor:pointer;box-shadow:0 4px 16px #bd2db459}.btn-submit.enabled:hover{background:var(--brand-dark)}.results-title{text-align:center;font-size:1.85rem;font-weight:700;color:var(--brand);margin-bottom:24px}.scores-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.score-card{background:#fff;border-radius:var(--radius);padding:22px 18px;box-shadow:var(--shadow);text-align:center;border-top:4px solid var(--brand)}.score-card.total{grid-column:1 / -1;border-top-color:var(--brand-dark)}.score-card .sc-label{font-size:1.05rem;font-weight:600;color:var(--gray-500);margin-bottom:4px}.score-card .sc-sublabel{font-size:.9rem;color:var(--gray-500);margin-bottom:10px}.score-card .sc-value{font-size:2.6rem;font-weight:800;color:var(--brand)}.score-card .sc-range{font-size:.85rem;color:var(--gray-500);margin-top:4px}.bar-wrap{margin-top:10px;background:var(--gray-200);border-radius:6px;height:12px;overflow:hidden}.bar-fill{height:100%;border-radius:6px;background:linear-gradient(90deg,var(--brand-light),var(--brand));transition:width 1s ease}.interp-card{background:#fff;border-radius:var(--radius);padding:28px 24px;margin:24px 0;box-shadow:var(--shadow);border-right:5px solid var(--brand)}.interp-card h2{font-size:1.5rem;font-weight:700;color:var(--brand);margin-bottom:8px}.interp-card p{font-size:1.1rem;line-height:1.8;color:var(--gray-700)}.explain-card{background:#fff;border-radius:var(--radius);padding:24px 20px;margin-bottom:24px;box-shadow:var(--shadow)}.explain-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:12px}.explain-card p{font-size:1.1rem;line-height:1.8;color:var(--gray-700);margin-bottom:10px}.explain-card .def-term{font-weight:700;color:var(--brand)}.restart-wrap{text-align:center;margin-top:20px;margin-bottom:40px}.btn-restart{font-family:Heebo,sans-serif;font-size:1.1rem;font-weight:600;padding:12px 36px;border:2px solid var(--brand);border-radius:var(--radius);background:#fff;color:var(--brand);cursor:pointer;transition:all .2s ease}.btn-restart:hover{background:var(--brand);color:#fff}@media (max-width: 500px){.container{padding:24px 12px 48px}.part-header h1{font-size:1.4rem}.scores-grid{grid-template-columns:1fr}.question-card .q-opt .opt-circle{width:38px;height:38px;font-size:1rem}.question-card .q-opt .opt-label{font-size:.7rem;max-width:55px}.question-card{padding:16px 14px 12px}.interp-card{padding:20px 16px}}
