:root{color:#182235;font-synthesis:none;text-rendering:optimizelegibility;--ink:#182235;--muted:#667085;--line:#dfe5ec;--paper:#fff;--navy:#0b1220;--blue:#2f67d8;--blue-dark:#1e4fae;--green:#157f5b;--red:#b42318;background:#f2f5f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#f2f5f8;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.loading-screen,.auth-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-shell{background:radial-gradient(circle at 20% 10%,#254b86 0,#0000 38%),linear-gradient(145deg,#0b1220,#15243d)}.auth-card{background:#fffffffa;border-radius:28px;width:min(460px,100%);padding:42px;box-shadow:0 32px 80px #00000047}.brand-mark{background:var(--blue);color:#fff;letter-spacing:-.04em;border-radius:16px;place-items:center;width:52px;height:52px;font-weight:800;display:grid}.brand-mark.small{border-radius:12px;width:38px;height:38px;font-size:13px}.eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin:22px 0 8px;font-size:12px;font-weight:800}h1,h2,h3,p{margin-top:0}.auth-card h1{letter-spacing:-.045em;margin-bottom:12px;font-size:clamp(34px,7vw,48px)}.lede{color:var(--muted);line-height:1.65}.auth-form{gap:16px;margin-top:28px;display:grid}label{color:#344054;gap:7px;font-size:13px;font-weight:700;display:grid}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd7e2;border-radius:12px;outline:none;padding:11px 12px;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2f67d824}.button{min-height:40px;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:9px 15px;font-size:13px;font-weight:750;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:wait;transform:none}.button.primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px #2f67d833}.button.primary:hover{background:var(--blue-dark)}.button.secondary{border-color:var(--line);background:#fff}.button.ghost{color:#475467}.button.danger{color:var(--red)}.form-message{color:#475467;margin:16px 0 0;font-size:13px}.app-shell{min-height:100vh}.topbar{background:var(--navy);color:#fff;justify-content:space-between;align-items:center;gap:20px;height:72px;padding:0 max(24px,50vw - 640px);display:flex}.brand,.account{align-items:center;gap:12px;display:flex}.brand div{display:grid}.brand span,.account span{color:#aeb8c8;font-size:12px}.topbar .button{color:#fff;border-color:#ffffff29}.dashboard{max-width:1280px;margin:0 auto;padding:44px 24px 72px}.welcome-row{justify-content:space-between;align-items:end;gap:32px;display:flex}.welcome-row .eyebrow{margin-top:0}.welcome-row h1{letter-spacing:-.055em;max-width:720px;margin-bottom:12px;font-size:clamp(36px,5vw,64px);line-height:1}.welcome-row p:not(.eyebrow){color:var(--muted)}.add-button{white-space:nowrap}.metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin:34px 0 20px;display:grid}.metrics article{border:1px solid var(--line);background:var(--paper);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:126px;padding:20px;display:flex;box-shadow:0 8px 26px #1a26390b}.metrics span{color:var(--muted);font-size:13px}.metrics strong{letter-spacing:-.05em;font-size:38px}.workspace-card{border:1px solid var(--line);background:var(--paper);border-radius:22px;overflow:hidden;box-shadow:0 14px 40px #1a26390e}.workspace-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:24px;padding:24px;display:flex}.workspace-head .eyebrow{margin:0 0 5px}.workspace-head h2{letter-spacing:-.035em;margin:0;font-size:28px}.controls{gap:10px;display:flex}.controls input{min-width:250px}.controls select{min-width:160px}.job-list{display:grid}.job-card{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:24px;padding:23px 24px;display:flex}.job-card:last-child{border-bottom:0}.job-main{min-width:0}.job-main h3{margin:9px 0 4px;font-size:20px}.company{color:#475467;margin-bottom:10px}.status{color:#475467;text-transform:uppercase;letter-spacing:.06em;background:#eef2f6;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.status.applied{color:#2457a7;background:#e8f1ff}.status.interviewing{color:#8d5e00;background:#fff2d8}.status.offer{color:#0d6b49;background:#dff6eb}.status.rejected,.status.withdrawn,.status.closed{color:#8d312a;background:#f4e9e8}.job-meta{color:var(--muted);flex-wrap:wrap;gap:8px 16px;font-size:12px;display:flex}.job-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.empty-state{min-height:260px;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:8px;padding:30px;display:grid}.empty-state strong{color:var(--ink);font-size:20px}.error-banner{color:var(--red);background:#fff0ee;border-radius:12px;margin:16px 24px 0;padding:12px 14px;font-size:13px}.modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#070d18ad;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:24px;width:min(880px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 30px 100px #0006}.modal-header{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;justify-content:space-between;align-items:center;padding:22px 24px;display:flex;position:sticky;top:0}.modal-header .eyebrow{margin:0 0 5px}.modal-header h2{margin:0}.icon-button{border:1px solid var(--line);color:#475467;cursor:pointer;background:#fff;border-radius:11px;width:38px;height:38px;font-size:25px}.job-form{grid-template-columns:repeat(2,1fr);gap:17px;padding:24px;display:grid}.job-form .full{grid-column:1/-1}.form-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}@media (width<=800px){.topbar{height:auto;padding:14px 18px}.account span{display:none}.dashboard{padding:30px 16px 60px}.welcome-row,.workspace-head,.job-card{flex-direction:column;align-items:stretch}.metrics{grid-template-columns:repeat(2,1fr)}.controls{flex-direction:column}.controls input,.controls select{min-width:0}.job-actions{justify-content:flex-start}}@media (width<=560px){.auth-card{border-radius:22px;padding:30px 22px}.brand div span{display:none}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metrics article{min-height:105px;padding:15px}.metrics strong{font-size:31px}.job-form{grid-template-columns:1fr}.job-form .full{grid-column:auto}.modal-backdrop{padding:0}.modal{border-radius:0;min-height:100vh;max-height:100vh}}
