:root{--bg:#f4f6fb;--surface:#fff;--text:#172033;--muted:#667085;--brand:#6657e8;--brand2:#7c6ff0;--brandSoft:#eeecff;--border:#e4e7ec;--success:#18794e;--sidebar:#101828}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:var(--sidebar);color:#fff;padding:26px 20px;display:flex;flex-direction:column}.logoMark{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--brand),#9b8fff);font-weight:900;font-size:22px}.brand{font-weight:850;font-size:21px;line-height:1.1;margin:14px 0 5px}.version{font-size:11px;color:#98a2b3;letter-spacing:.06em;text-transform:uppercase}.nav{display:grid;grid-gap:7px;gap:7px;margin-top:34px}.nav button{border:0;background:transparent;color:#cbd5e1;text-align:left;padding:12px 13px;border-radius:12px;cursor:pointer;display:flex;gap:12px;align-items:center}.nav button.active,.nav button:hover{background:rgba(255,255,255,.1);color:#fff}.sidebarFooter{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;display:flex;gap:11px;align-items:center}.sidebarFooter small{display:block;color:#98a2b3;margin-top:2px}.avatar{width:39px;height:39px;border-radius:50%;background:#344054;display:grid;place-items:center;font-weight:800}.main{padding:38px clamp(22px,4vw,58px);max-width:1500px;width:100%}.mobileHeader{display:none}.hero{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:30px}.eyebrow{color:var(--brand);font-weight:800;font-size:12px;letter-spacing:.1em}.focusPage>h1,.hero h1{font-size:clamp(34px,4.5vw,56px);line-height:1.05;margin:9px 0 10px;letter-spacing:-.04em}.focusPage>p,.hero p{font-size:17px;max-width:700px}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:18px;gap:18px}.card{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 8px 30px rgba(16,24,40,.045)}.span-7{grid-column:span 7}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-12{grid-column:span 12}.accentCard{background:linear-gradient(135deg,#fff 40%,#f1efff)}.cardTop,.confidence,.formActions,.scoreRow,.sectionTitle{display:flex;justify-content:space-between;align-items:center;gap:16px}.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--brandSoft);color:var(--brand);font-weight:750;font-size:12px}.softGreen{background:#ecfdf3}.softGreen,.status{color:var(--success)}.status{font-size:12px;font-weight:750}.metric{font-size:42px;font-weight:900;letter-spacing:-.04em;margin:13px 0 3px}.scoreRow{justify-content:flex-start;align-items:baseline}.scoreRow span,p{color:var(--muted)}p{line-height:1.58}.progress,.stepProgress{height:9px;border-radius:999px;background:#e9edf4;overflow:hidden;margin:18px 0}.progress span,.stepProgress span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),#9b8fff);border-radius:999px}.arrow,.button,.dangerButton,.secondary,.textButton{border:0;cursor:pointer;font-weight:750}.button{border-radius:12px;padding:12px 16px;background:var(--brand);color:#fff;box-shadow:0 6px 16px rgba(102,87,232,.2)}.secondary{border:1px solid var(--border);background:#fff;color:var(--text);padding:11px 15px;border-radius:12px}.secondary:disabled{opacity:.4}.textButton{background:transparent;color:var(--brand);padding:8px 0}.action{display:grid;grid-template-columns:38px 1fr 38px;grid-gap:13px;gap:13px;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.action:last-child{border-bottom:0}.action p{margin:4px 0 0;font-size:14px}.number{width:32px;height:32px;border-radius:10px;background:var(--brandSoft);color:var(--brand);display:grid;place-items:center;font-weight:850}.arrow{width:36px;height:36px;border-radius:50%;background:#f2f4f7;color:var(--text)}.insight{background:linear-gradient(155deg,#151b2c,#27304a);color:#fff}.insight p{color:#d0d5dd}.insight h2{font-size:26px}.confidence{border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:20px}.note{margin-top:15px;padding:13px;border-radius:12px;background:rgba(255,255,255,.08);font-size:13px;color:#d0d5dd}.focusPage{max-width:1050px;margin:0 auto}.formCard{max-width:760px;margin-top:28px}.formCard label{display:block;font-weight:850;font-size:22px;margin-bottom:16px}.formCard textarea{width:100%;min-height:150px;border:1px solid var(--border);border-radius:14px;padding:16px;resize:vertical;outline:none}.formCard textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px var(--brandSoft)}.twinHero{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fff,#f0eeff)}.twinHero h2{max-width:720px}.twinScore{font-size:36px;font-weight:900;text-align:center;color:var(--brand)}.twinScore small{display:block;font-size:12px;color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{background:#f2f4f7;border-radius:999px;padding:10px 13px;font-weight:700}.mentorPage{max-width:900px}.chat{min-height:520px;display:flex;flex-direction:column;gap:12px}.bubble{max-width:78%;padding:13px 15px;border-radius:16px;line-height:1.5}.bubble.mentor{background:#f0eeff;color:#382e80}.bubble.user{background:var(--sidebar);color:#fff;align-self:flex-end}.chatInput{display:flex;gap:10px;margin-top:auto;padding-top:20px}.chatInput input{flex:1 1;border:1px solid var(--border);border-radius:12px;padding:13px}.consent{display:flex;justify-content:space-between;align-items:center}.consent h2{margin-bottom:4px}.toggle{width:54px;height:30px;border:0;border-radius:99px;background:#d0d5dd;padding:3px;cursor:pointer}.toggle span{display:block;width:24px;height:24px;background:#fff;border-radius:50%;transition:.2s}.toggle.on{background:var(--brand)}.toggle.on span{transform:translateX(24px)}.danger{border-color:#fecdca}.dangerButton{background:#fff1f0;color:#b42318;padding:11px 15px;border-radius:12px}.formActions{margin-top:18px}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{display:none}.main{padding:20px}.mobileHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.mobileHeader select{border:1px solid var(--border);border-radius:10px;padding:8px}.hero{align-items:flex-start;flex-direction:column}.span-5,.span-6,.span-7{grid-column:span 12}.twinHero{align-items:flex-start;flex-direction:column}.bubble{max-width:92%}}@media(max-width:560px){.card{padding:18px;border-radius:18px}.focusPage>h1,.hero h1{font-size:38px}.chatInput{flex-direction:column}.consent{align-items:flex-start;gap:15px}.grid{gap:12px}}.authShell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:#f4f1ea}.authBrand{padding:10vw;display:flex;flex-direction:column;justify-content:center;background:#17251f;color:white}.authBrand h1{font-size:clamp(2.8rem,6vw,6rem);line-height:.95;max-width:850px;margin:18px 0}.authBrand p{font-size:1.15rem;max-width:620px;color:#dce4de}.authCard{margin:auto;width:min(430px,calc(100% - 40px));display:flex;flex-direction:column;gap:14px;background:white;padding:34px;border-radius:24px;box-shadow:0 24px 70px rgba(23,37,31,.14)}.authCard input,.formCard input{width:100%;padding:15px 16px;border:1px solid #d8ded9;border-radius:12px;font:inherit}.authCard small{color:#66736b}.errorText{color:#9b2c2c;background:#fff0f0;padding:10px;border-radius:10px}.logout{margin-left:auto;border:0;background:transparent;font-size:18px;cursor:pointer}.bubble small{display:block;margin-top:8px;opacity:.65;font-size:11px}@media(max-width:780px){.authShell{grid-template-columns:1fr}.authBrand{padding:48px 24px}.authBrand h1{font-size:3rem}.authCard{margin:24px auto 48px}}.profileForm label{display:grid;grid-gap:8px;gap:8px;font-size:14px;margin-bottom:16px}.profileForm label input{font-weight:400}.successText{color:var(--success);background:#ecfdf3;padding:12px 14px;border-radius:12px;display:inline-block}.resumeText{min-height:320px;resize:vertical;line-height:1.55}