*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#fba919,#e8960a);min-height:100vh;color:#1a1a2e}.container{max-width:720px;margin:0 auto;padding:2rem 1rem;min-height:100vh;display:flex;flex-direction:column}.card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;padding:2rem;flex:1;display:flex;flex-direction:column}.header{text-align:center;margin-bottom:2rem}.header .logo{margin-bottom:.5rem}.header p{color:#666;font-size:.95rem}.stepper{display:flex;justify-content:center;align-items:flex-end;gap:.25rem;margin-bottom:2rem}.step{display:flex;align-items:center;gap:.25rem}.step-item{display:flex;flex-direction:column;align-items:center;gap:.375rem}.step-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;background:#e5e7eb;color:#6b7280;transition:all .3s ease}.step-number.active{background:#fba919;color:#fff}.step-number.completed{background:#10b981;color:#fff}.step-label{font-size:.65rem;color:#6b7280;text-align:center;white-space:nowrap}.step-label.active{color:#fba919;font-weight:600}.step-label.completed{color:#10b981}.step-connector{width:24px;height:2px;background:#e5e7eb;margin-bottom:16px}.step-connector.active{background:#fba919}@media(min-width:480px){.stepper,.step{gap:.5rem}.step-connector{width:32px}.step-label{font-size:.7rem}}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-label span{color:#ef4444}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#fba919}.form-input.error{border-color:#ef4444}.form-error{color:#ef4444;font-size:.8rem;margin-top:.25rem}.btn{padding:.875rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#fba919,#e8960a);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fba91966}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-group{display:flex;gap:1rem;margin-top:auto;padding-top:2rem}.btn-group .btn{flex:1}.question-card{background:#f9fafb;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.question-number{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#fba919;font-weight:600;margin-bottom:.5rem}.question-text{font-size:1rem;font-weight:500;margin-bottom:1rem;line-height:1.5}.options{display:flex;flex-direction:column;gap:.5rem}.option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.option:hover,.option.selected{border-color:#fba919;background:#fef7e6}.option-radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.option.selected .option-radio{border-color:#fba919}.option.selected .option-radio:after{content:"";width:10px;height:10px;background:#fba919;border-radius:50%}.option-text{font-size:.9rem}.progress-bar{height:6px;background:#e5e7eb;border-radius:3px;margin-bottom:1rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#fba919,#e8960a);border-radius:3px;transition:width .3s ease}.progress-text{text-align:center;font-size:.85rem;color:#6b7280;margin-bottom:1.5rem}.success-screen{text-align:center;padding:3rem 1rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-icon svg{width:40px;height:40px;color:#fff}.success-screen h2{font-size:1.5rem;margin-bottom:.75rem;color:#1a1a2e}.success-screen p{color:#6b7280;line-height:1.6}.loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:20px;height:20px;border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.content{flex:1;overflow-y:auto}.instructions-box{background:#fef7e6;border:1px solid #FCD78A;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem}.instructions-box p{margin-bottom:.5rem;font-size:.9rem}.instructions-box ul{margin:.5rem 0 .5rem 1.5rem;font-size:.85rem}.instructions-box li{margin-bottom:.25rem}.instructions-note{color:#6b7280;font-size:.8rem!important;margin-top:.5rem!important;margin-bottom:0!important}.most-badge,.least-badge{display:inline-block;padding:.15rem .4rem;border-radius:4px;font-size:.7rem;font-weight:600}.most-badge{background:#dcfce7;color:#166534}.least-badge{background:#fee2e2;color:#991b1b}.question-card.complete{border:2px solid #10b981}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.complete-badge{background:#10b981;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.statements-grid{display:flex;flex-direction:column;gap:.75rem}.statement-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:border-color .2s ease,background-color .2s ease}.statement-row.most-selected{border-color:#86efac;background:#f0fdf4}.statement-row.least-selected{border-color:#fca5a5;background:#fef2f2}@media(min-width:640px){.statement-row{flex-direction:row;align-items:center;justify-content:space-between}}.statement-text{font-size:.9rem;line-height:1.4;flex:1}.statement-buttons{display:flex;gap:.5rem;flex-shrink:0}.choice-btn{padding:.4rem .75rem;border-radius:6px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid;min-width:70px}.choice-btn.most{background:#fff;border-color:#22c55e;color:#166534}.choice-btn.most:hover{background:#f0fdf4}.choice-btn.most.selected{background:#22c55e;color:#fff}.choice-btn.least{background:#fff;border-color:#ef4444;color:#991b1b}.choice-btn.least:hover{background:#fef2f2}.choice-btn.least.selected{background:#ef4444;color:#fff}.validation-error{color:#ef4444;font-size:.8rem;margin-top:.75rem;padding:.5rem;background:#fef2f2;border-radius:4px}.role-section{margin-bottom:2rem}.role-section-title{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#1a1a2e}.role-section-desc{font-size:.85rem;color:#6b7280;margin-bottom:1rem}.role-options{display:flex;flex-direction:column;gap:.5rem}.role-option{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.95rem}.role-option:hover:not(.disabled){border-color:#fba919;background:#fef7e6}.role-option.selected{border-color:#fba919;background:#fef7e6}.role-option.disabled{opacity:.5;cursor:not-allowed}.role-radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.role-option.selected .role-radio{border-color:#fba919}.role-radio-dot{width:10px;height:10px;background:#fba919;border-radius:50%}.role-checkbox{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;color:#fff}.role-option.checkbox.selected .role-checkbox{border-color:#fba919;background:#fba919}.role-limit-note{font-size:.8rem;color:#6b7280;margin-top:.5rem;font-style:italic}.test-intro{text-align:center;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;flex:1}.intro-icon{width:80px;height:80px;background:linear-gradient(135deg,#fba919,#e8960a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.intro-icon svg{width:40px;height:40px;color:#fff}.test-intro h3{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:1.5rem}.intro-details{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.intro-item{display:flex;flex-direction:column;gap:.25rem}.intro-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.intro-value{font-size:1.1rem;font-weight:600;color:#1a1a2e}.intro-instructions{background:#f9fafb;border-radius:12px;padding:1.5rem;text-align:left;width:100%;max-width:400px;margin-bottom:2rem}.intro-instructions h4{font-size:.9rem;font-weight:600;margin-bottom:.75rem;color:#1a1a2e}.intro-instructions ul{list-style:none;padding:0}.intro-instructions li{font-size:.85rem;color:#4b5563;padding:.4rem 0 .4rem 1.5rem;position:relative}.intro-instructions li:before{content:"•";position:absolute;left:.5rem;color:#fba919}.test-intro .btn-group{width:100%;max-width:400px;margin-top:auto}.timer-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#fef7e6;border:1px solid #FCD78A;border-radius:8px;margin-bottom:1rem;position:sticky;top:0;z-index:10}.timer-icon{display:flex;align-items:center}.timer-icon svg{width:20px;height:20px;color:#b87708}.timer-text{font-size:1.25rem;font-weight:700;font-family:SF Mono,Monaco,Inconsolata,monospace;color:#b87708}.timer-label{font-size:.85rem;color:#b87708}.timer-bar.timer-warning{background:#fef9c3;border-color:#fde047}.timer-bar.timer-warning .timer-icon svg,.timer-bar.timer-warning .timer-text,.timer-bar.timer-warning .timer-label{color:#a16207}.timer-bar.timer-critical{background:#fee2e2;border-color:#fca5a5;animation:pulse-warning 1s ease-in-out infinite}.timer-bar.timer-critical .timer-icon svg,.timer-bar.timer-critical .timer-text,.timer-bar.timer-critical .timer-label{color:#dc2626}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.8}}
