.auth-page{min-height:100vh;width:100%;display:grid;place-items:center;padding:2rem;background:var(--surface-alt)}.form-container{width:min(100%,440px);display:flex;flex-direction:column;gap:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.auth-heading{display:flex;flex-direction:column;gap:.45rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.auth-heading h1{font-size:clamp(2rem,10vw,3rem);font-weight:760;letter-spacing:0;line-height:1}.auth-heading p:not(.section-kicker),.form-container>p{color:var(--muted);line-height:1.5}.form-container form{display:flex;flex-direction:column;gap:.9rem}.input-group{display:flex;flex-direction:column;gap:.45rem}.input-group label{font-size:.84rem;font-weight:700}.input-group input{min-height:46px;border:1px solid var(--line-strong);border-radius:var(--radius);outline:none;padding:.75rem .85rem;background:var(--surface);color:var(--ink)}.input-group input:focus{border-color:var(--accent)}.form-container a{font-weight:700;text-decoration-thickness:1px;text-underline-offset:3px}.home-page{width:100%;min-height:100vh;background:var(--surface-alt);color:var(--ink);display:flex;flex-direction:column;align-items:stretch;padding:clamp(1rem,3vw,2.5rem);gap:1.25rem}.page-header,.interview-card,.recent-reports,.notice-stack,.page-footer{width:min(100%,1120px);margin-inline:auto}.page-header{display:grid;grid-template-columns:minmax(0,680px) minmax(240px,360px);gap:clamp(1rem,4vw,3rem);align-items:end;padding:.5rem 0 .75rem;border-bottom:1px solid var(--line)}.page-header h1{grid-column:1;font-size:clamp(2.1rem,5vw,4rem);font-weight:760;letter-spacing:0;line-height:1}.page-header .section-kicker{grid-column:1/-1}.page-header p:not(.section-kicker){grid-column:2;color:var(--muted);font-size:1rem;line-height:1.55}.interview-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.interview-card__body{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);min-height:500px}.interview-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-top:1px solid var(--line);background:var(--surface)}.footer-info{color:var(--muted);font-size:.88rem;line-height:1.4}.panel-divider{background:var(--line)}.panel{display:flex;flex-direction:column;gap:1rem;padding:clamp(1.1rem,3vw,1.5rem)}.panel__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.panel__header h2,.recent-reports h2{font-size:1rem;font-weight:760}.panel__textarea{width:100%;flex:1;min-height:280px;resize:vertical;border:1px solid var(--line);border-radius:var(--radius);outline:none;padding:.9rem;background:var(--surface);color:var(--ink);line-height:1.55}.panel__textarea::placeholder{color:var(--muted)}.panel__textarea:focus{border-color:var(--accent);box-shadow:inset 4px 0 0 var(--accent)}.panel__textarea--short{flex:unset;min-height:120px}.char-counter{color:var(--muted);font-size:.78rem;text-align:right}.badge{border:1px solid var(--line);border-radius:999px;color:var(--accent);background:var(--accent-soft);font-size:.72rem;font-weight:700;line-height:1;padding:.32rem .5rem;text-transform:uppercase}.section-label{display:flex;align-items:center;gap:.5rem;color:var(--ink);font-size:.88rem;font-weight:700}.upload-section,.self-description{display:flex;flex-direction:column;gap:.55rem}.dropzone{min-height:132px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.35rem;padding:1rem;background:var(--surface-alt);border:1px dashed var(--line-strong);border-radius:var(--radius);cursor:pointer}.dropzone:hover{background:var(--accent-soft);border-color:var(--accent)}.dropzone__title{color:var(--ink);font-weight:700;word-break:break-word}.dropzone__subtitle{color:var(--muted);font-size:.82rem}.or-divider{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.78rem;font-weight:700}.or-divider:before,.or-divider:after{content:"";height:1px;flex:1;background:var(--line)}.info-box{border:1px solid var(--line);background:var(--surface-alt);border-radius:var(--radius);padding:.8rem 1rem}.info-box p{color:var(--muted);font-size:.88rem;line-height:1.5}.info-box strong{color:var(--ink)}.notice-stack{display:flex;flex-direction:column;gap:.75rem}.recent-reports{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.reports-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.report-item{min-height:144px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer}.report-item:hover{background:var(--accent-soft)}.report-item h3{font-size:1rem;line-height:1.35}.report-meta{color:var(--muted);font-size:.82rem}.report-item .match-score{margin-top:auto;color:var(--accent);font-size:.84rem;font-weight:700}.page-footer{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 0 0}.page-footer a{color:var(--muted);font-size:.84rem;text-decoration-thickness:1px;text-underline-offset:3px}@media(max-width:760px){.page-header,.interview-card__body{grid-template-columns:1fr}.page-header p:not(.section-kicker){grid-column:1}.panel-divider{height:1px}.interview-card__footer{align-items:stretch;flex-direction:column}}.interview-page{width:100%;min-height:100vh;background:var(--surface-alt);color:var(--ink);padding:clamp(1rem,2vw,1.5rem)}.interview-layout{width:min(100%,1320px);min-height:calc(100vh - 3rem);margin:0 auto;display:grid;grid-template-columns:220px 1px minmax(0,1fr) 1px 260px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.interview-divider{background:var(--line)}.interview-nav,.interview-sidebar{display:flex;flex-direction:column;gap:1rem;padding:1rem}.interview-nav{justify-content:space-between}.nav-content{display:flex;flex-direction:column;gap:.5rem}.back-link{color:var(--accent);font-size:.85rem;font-weight:700;margin-bottom:1rem;text-decoration-thickness:1px;text-underline-offset:3px}.interview-nav__label,.match-score__label,.skill-gaps__label{color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.interview-nav__item{width:100%;min-height:44px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;padding:.72rem .8rem;text-align:left;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.interview-nav__item:hover,.interview-nav__item--active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.interview-content{max-height:calc(100vh - 3rem);overflow-y:auto;padding:clamp(1rem,3vw,1.75rem)}.content-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--line)}.content-header h2{font-size:clamp(1.6rem,4vw,2.8rem);font-weight:760;letter-spacing:0;line-height:1}.content-header__count{flex-shrink:0;border:1px solid var(--line);border-radius:999px;color:var(--accent);background:var(--accent-soft);font-size:.8rem;font-weight:700;padding:.35rem .65rem}.q-list{display:flex;flex-direction:column;gap:.75rem}.q-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.q-card__header{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;cursor:pointer}.q-card__header:hover{background:var(--surface-alt)}.q-card__index{flex-shrink:0;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#fff;font-size:.78rem;font-weight:700;padding:.25rem .42rem}.q-card__question{color:var(--ink);font-weight:700;line-height:1.45}.q-card__body{display:grid;gap:.75rem;padding:1rem;border-top:1px solid var(--line);background:var(--surface-alt)}.q-card__section{display:flex;flex-direction:column;gap:.45rem}.q-card__section p{color:var(--muted);line-height:1.55}.q-card__tag{width:fit-content;border:1px solid var(--line);border-radius:999px;color:var(--accent);background:var(--surface);font-size:.72rem;font-weight:700;padding:.28rem .5rem;text-transform:uppercase}.roadmap-list{display:grid;border-top:1px solid var(--line)}.roadmap-day{display:grid;grid-template-columns:92px minmax(0,1fr);gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}.roadmap-day__header{display:contents}.roadmap-day__badge{width:fit-content;height:fit-content;border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:#fff;font-size:.78rem;font-weight:700;padding:.3rem .55rem}.roadmap-day__focus{font-size:1.05rem;font-weight:700;line-height:1.35}.roadmap-day__tasks{grid-column:2;display:grid;gap:.45rem;list-style:none}.roadmap-day__tasks li{display:grid;grid-template-columns:10px minmax(0,1fr);gap:.55rem;color:var(--muted);line-height:1.5}.roadmap-day__bullet{width:6px;height:6px;margin-top:.6rem;background:var(--accent);border-radius:50%}.sidebar-divider{height:1px;background:var(--line)}.match-score{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.match-score__ring{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-alt)}.match-score__ring.score--high{color:var(--success)}.match-score__ring.score--mid{color:var(--warning)}.match-score__ring.score--low{color:var(--danger)}.match-score__value{font-size:2.6rem;font-weight:760;line-height:1}.match-score__pct{align-self:flex-start;margin-top:2rem;font-size:1rem;font-weight:700}.match-score__sub{color:var(--muted);font-size:.9rem;line-height:1.4}.skill-gaps{display:flex;flex-direction:column;gap:.75rem}.skill-gaps__list{display:flex;flex-wrap:wrap;gap:.45rem}.skill-tag{border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);font-size:.82rem;font-weight:500;padding:.35rem .55rem}.skill-tag--high{color:var(--danger);background:var(--danger-soft)}.skill-tag--medium{color:var(--warning);background:var(--warning-soft)}.skill-tag--low{color:var(--success);background:#eef8f2}.empty-state{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-alt);color:var(--muted);padding:1rem;line-height:1.5}@media(max-width:980px){.interview-layout{grid-template-columns:1fr}.interview-divider{height:1px}.interview-content{max-height:none}.interview-nav,.interview-sidebar{border-bottom:1px solid var(--line)}.nav-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.back-link,.interview-nav__label{grid-column:1/-1}}@media(max-width:620px){.content-header,.roadmap-day{grid-template-columns:1fr}.content-header{align-items:flex-start;flex-direction:column}.roadmap-day__tasks{grid-column:1}}.button,.generate-btn{min-height:44px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.72rem 1.05rem;text-decoration:none;transition:background-color .16s ease,color .16s ease,transform .16s ease}.button:hover,.generate-btn:hover{background:var(--accent-soft)}.button:active,.generate-btn:active{transform:translateY(1px)}.primary-button,.generate-btn{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700}.primary-button:hover,.generate-btn:hover{background:#001f70}:root{--surface: #ffffff;--surface-alt: #f7f7f8;--ink: #111111;--muted: #667085;--line: #e5e7eb;--line-strong: #cfd5dd;--accent: #002fa7;--accent-soft: #f0f5ff;--danger: #b42318;--danger-soft: #fff1f0;--warning: #8a5a00;--warning-soft: #fff8e1;--success: #0f7b45;--font-stack: "Helvetica Neue", Helvetica, Arial, sans-serif;--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%;background:var(--surface);color:var(--ink);font-family:var(--font-stack)}body{min-width:320px}button,input,textarea,select{font:inherit}button:disabled{cursor:not-allowed;opacity:.58}a,.highlight{color:var(--accent)}.section-kicker{color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.alert{width:100%;border:1px solid;border-radius:var(--radius);padding:.8rem 1rem;font-size:.9rem;line-height:1.45}.alert--error{background:var(--danger-soft);border-color:var(--danger);color:var(--danger)}.alert--warning{background:var(--warning-soft);border-color:var(--warning);color:var(--warning)}.loading-screen,.empty-screen{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem;padding:2rem;background:linear-gradient(var(--line) 1px,transparent 1px),var(--surface);background-size:100% 64px}.loading-screen h1,.empty-screen h1{max-width:720px;font-size:clamp(1.9rem,5vw,3.4rem);font-weight:760;letter-spacing:0;line-height:.92}.loading-screen p,.empty-screen p{max-width:560px;color:var(--muted);font-size:1rem;line-height:1.5}.loader{width:44px;height:44px;border:1px solid var(--line-strong);border-radius:var(--radius);position:relative}.loader:after{content:"";position:absolute;inset:8px;background:var(--accent);border-radius:5px;animation:loader-slide 1s steps(4,end) infinite}@keyframes loader-slide{0%{transform:translate(0)}50%{transform:translate(14px)}to{transform:translate(0)}}
