.assessment-page{background:var(--tp-bg);min-height:100vh;color:var(--tp-text);flex-direction:column;font-family:Satoshi,system-ui,sans-serif;display:flex}.assessment-header{border-bottom:1px solid var(--tp-surface-2);padding:1.25rem 2rem}.logo-link{color:var(--tp-text);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:var(--tp-surface);border:1px solid var(--tp-border);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:var(--tp-gold);letter-spacing:-.03em;margin:1rem 0 .5rem;font-size:1.9rem;font-weight:800}.intro-card .subtitle{color:var(--tp-text-muted);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{background:var(--tp-gold);width:32px;min-width:32px;height:32px;color:var(--tp-bg);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex}.step-item strong{color:var(--tp-text);margin-bottom:.1rem;font-weight:700;display:block}.step-item p{color:var(--tp-text-faint);margin:0;font-size:.875rem}.privacy-note{text-align:center;color:var(--tp-text-faint);margin-top:1rem;font-size:.8rem}.progress-bar-wrap{margin-bottom:2rem}.progress-bar-track{background:var(--tp-border);border-radius:2px;height:4px;margin-bottom:.5rem;overflow:hidden}.progress-bar-fill{background:var(--tp-gold);border-radius:2px;height:100%;transition:width .5s}.progress-label{color:var(--tp-text-faint);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:var(--tp-gold);letter-spacing:-.03em;margin:0 0 .2rem;font-size:1.5rem;font-weight:800}.pillar-desc{color:var(--tp-text-faint);margin:0 0 1.5rem;font-size:.875rem}.question-text{color:var(--tp-text);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 var(--tp-surface-2);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:var(--tp-text-faint);margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.drill-context strong{color:var(--tp-gold)}.options-list{flex-direction:column;gap:.625rem;display:flex}.option-btn{background:var(--tp-surface-2);border:1px solid var(--tp-border);cursor:pointer;text-align:left;color:#d0d0d0;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{border-color:var(--tp-gold);color:var(--tp-text);background:#1f1c14;transform:translate(4px)}.generating-card{text-align:center}.generating-card h2{color:var(--tp-gold);letter-spacing:-.03em;margin:1.5rem 0 .75rem;font-size:1.6rem;font-weight:800}.generating-card p{color:var(--tp-text-faint);margin-bottom:2rem;line-height:1.6}.spinner{border:3px solid var(--tp-border);border-top-color:var(--tp-gold);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:var(--tp-text-faint);margin:0;font-size:.875rem}.gen-step.active{color:var(--tp-gold);font-weight:600}.btn-primary{background:var(--tp-gold);width:100%;color:var(--tp-bg);cursor:pointer;letter-spacing:-.01em;border:none;border-radius:10px;padding:1rem;font-size:1rem;font-weight:800;transition:background .2s,transform .1s;display:block}.btn-primary:hover{background:var(--tp-gold-hover);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}}
