.assessment-page{color:#e8e8e8;background:#0d0d0d;flex-direction:column;min-height:100vh;font-family:Satoshi,system-ui,sans-serif;display:flex}.assessment-header{border-bottom:1px solid #1e1e1e;padding:1.25rem 2rem}.logo-link{color:#e8e8e8;letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.assessment-container{flex:1;justify-content:center;align-items:center;padding:2rem 1rem 4rem;display:flex}.assessment-card{background:#141414;border:1px solid #2a2a2a;border-radius:16px;width:100%;max-width:560px;padding:2.5rem 2rem;animation:.4s fadeSlideUp}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.intro-card h1{color:#f5a623;letter-spacing:-.03em;margin:1rem 0 .5rem;font-size:1.9rem;font-weight:800}.intro-card .subtitle{color:#aaa;margin-bottom:2rem;line-height:1.6}.steps-preview{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.step-item{align-items:flex-start;gap:1rem;display:flex}.step-num{color:#0d0d0d;background:#f5a623;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.85rem;font-weight:800;display:flex}.step-item strong{color:#e8e8e8;margin-bottom:.1rem;font-weight:700;display:block}.step-item p{color:#888;margin:0;font-size:.875rem}.privacy-note{text-align:center;color:#555;margin-top:1rem;font-size:.8rem}.progress-bar-wrap{margin-bottom:2rem}.progress-bar-track{background:#2a2a2a;border-radius:2px;height:4px;margin-bottom:.5rem;overflow:hidden}.progress-bar-fill{background:#f5a623;border-radius:2px;height:100%;transition:width .5s}.progress-label{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem}.pillar-icon{margin-bottom:.5rem;font-size:2.4rem;display:block}.pillar-icon.large{text-align:center;margin-bottom:1rem;font-size:3.5rem}.pillar-name{color:#f5a623;letter-spacing:-.03em;margin:0 0 .2rem;font-size:1.5rem;font-weight:800}.pillar-desc{color:#777;margin:0 0 1.5rem;font-size:.875rem}.question-text{color:#e8e8e8;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600;line-height:1.5}.option-indicator{border-radius:50%;width:10px;min-width:10px;height:10px;margin-right:.25rem;display:inline-block}.pillar-transition{border-bottom:1px solid #1e1e1e;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.pillar-phase-badge{text-transform:uppercase;letter-spacing:.06em;border:1px solid;border-radius:20px;margin-top:.3rem;padding:.2rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.drill-context{color:#888;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.drill-context strong{color:#f5a623}.options-list{flex-direction:column;gap:.625rem;display:flex}.option-btn{cursor:pointer;text-align:left;color:#d0d0d0;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;width:100%;padding:.9rem 1.1rem;font-size:.92rem;line-height:1.4;transition:border-color .2s,background .2s,transform .1s}.option-btn:hover{color:#e8e8e8;background:#1f1c14;border-color:#f5a623;transform:translate(4px)}.generating-card{text-align:center}.generating-card h2{color:#f5a623;letter-spacing:-.03em;margin:1.5rem 0 .75rem;font-size:1.6rem;font-weight:800}.generating-card p{color:#888;margin-bottom:2rem;line-height:1.6}.spinner{border:3px solid #2a2a2a;border-top-color:#f5a623;border-radius:50%;width:52px;height:52px;margin:0 auto;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.generating-steps{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.gen-step{color:#555;margin:0;font-size:.875rem}.gen-step.active{color:#f5a623;font-weight:600}.btn-primary{color:#0d0d0d;cursor:pointer;letter-spacing:-.01em;background:#f5a623;border:none;border-radius:10px;width:100%;padding:1rem;font-size:1rem;font-weight:800;transition:background .2s,transform .1s;display:block}.btn-primary:hover{background:#f0b547;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.error-msg{color:#e53e3e;background:#e53e3e1a;border:1px solid #e53e3e4d;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:.875rem}@media (max-width:480px){.assessment-card{border-radius:12px;padding:1.75rem 1.25rem}.intro-card h1{font-size:1.6rem}.question-text{font-size:1rem}}
