.auth-shell{--auth-bg:#e3ece7;--auth-surface:#fcfefde6;--auth-surface-solid:#fff;--auth-border:#0c483629;--auth-border-strong:#0c483647;--auth-ink:#10231d;--auth-muted:#60716a;--auth-faint:#89968f;--auth-green:#087b59;--auth-green-strong:#046148;--auth-green-soft:#dff2ea;background:radial-gradient(circle at 9% 8%, #ffffffe6, transparent 28%), radial-gradient(circle at 88% 16%, #10e4a021, transparent 27%), linear-gradient(145deg, #edf3ef 0%, var(--auth-bg) 56%, #d7e4de 100%);min-height:100svh;color:var(--auth-muted);position:relative;overflow:hidden}html[data-theme=dark] .auth-shell{--auth-bg:#0b0f0e;--auth-surface:#101614e6;--auth-surface-solid:#111714;--auth-border:#8ab5a529;--auth-border-strong:#8ab5a54d;--auth-ink:#edf5f1;--auth-muted:#9baba4;--auth-faint:#68766f;--auth-green:#20c997;--auth-green-strong:#10e4a0;--auth-green-soft:#10e4a01f;background:radial-gradient(circle at 9% 8%, #10e4a014, transparent 28%), radial-gradient(circle at 88% 16%, #10e4a014, transparent 27%), linear-gradient(145deg, #0d1512 0%, var(--auth-bg) 60%, #07100d 100%)}.auth-shell:before{content:"";pointer-events:none;opacity:.18;background-image:radial-gradient(#0f433261 .7px,#0000 .7px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 82%);mask-image:linear-gradient(#000,#0000 82%)}.auth-header,.auth-layout{z-index:1;width:min(1280px,100% - 40px);margin-inline:auto;position:relative}.auth-header{justify-content:space-between;align-items:center;min-height:76px;display:flex}.auth-header-actions{align-items:center;gap:14px;display:flex}.auth-back-link{color:var(--auth-muted);font-size:13px;font-weight:700;transition:color .18s}.auth-back-link:hover{color:var(--auth-green-strong)}.auth-layout{grid-template-columns:minmax(380px,.82fr) minmax(560px,1.18fr);align-items:stretch;gap:18px;min-height:calc(100svh - 96px);padding-bottom:20px;display:grid}.auth-showcase-wrap,.auth-showcase{height:100%}.auth-form-panel,.auth-showcase{border:1px solid var(--auth-border);border-radius:28px;box-shadow:0 28px 80px #183f331f,inset 0 1px #fffc}.auth-form-panel{background:var(--auth-surface);-webkit-backdrop-filter:blur(22px)saturate(120%);backdrop-filter:blur(22px)saturate(120%);align-items:center;padding:clamp(30px,4vw,58px);display:flex}.auth-form-content{width:min(100%,430px);margin-inline:auto}.auth-mode-switch{border:1px solid var(--auth-border);background:#0949360d;border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;width:fit-content;margin-bottom:24px;padding:4px;display:grid}.auth-mode-switch a{min-width:112px;color:var(--auth-muted);text-align:center;border-radius:9px;padding:9px 14px;font-size:13px;font-weight:750}.auth-mode-switch a[aria-current=page]{background:var(--auth-surface-solid);color:var(--auth-ink);box-shadow:0 5px 16px #183f331a}.auth-form-eyebrow,.auth-kicker{color:var(--auth-green);letter-spacing:.16em;font-size:10px;font-weight:850}.auth-form-title{color:var(--auth-ink);letter-spacing:-.055em;margin-top:9px;font-size:clamp(31px,2.55vw,40px);font-weight:620;line-height:1.02}.auth-form-title strong{color:var(--auth-green);font-weight:760;display:block}.auth-form-intro{max-width:390px;color:var(--auth-muted);margin-top:12px;font-size:14px;line-height:1.48}.auth-alert{text-align:left;border-radius:12px;margin-top:20px;padding:12px 14px;font-size:13px;font-weight:650}.auth-google-button,.auth-submit-button{border-radius:13px;width:100%;min-height:50px;font-size:14px;font-weight:760;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative}.auth-google-button{border:1px solid var(--auth-border-strong);background:var(--auth-surface-solid);color:var(--auth-ink);justify-content:center;align-items:center;display:flex;box-shadow:0 7px 20px #183f3312}.auth-google-button>span{display:flex;position:absolute;left:16px}.auth-google-button:hover,.auth-submit-button:hover{transform:translateY(-1px)}.auth-google-button:hover{border-color:var(--auth-green);box-shadow:0 10px 26px #183f331c}.auth-submit-button{color:#fff;background:linear-gradient(145deg,#13a779,#087b59);border:1px solid #076a4c80;box-shadow:0 7px #08684a1a,0 17px 36px #0d956b30,inset 0 1px #ffffff3d}.auth-submit-button:hover{box-shadow:0 8px #08684a17,0 22px 42px #0d956b3d,inset 0 1px #ffffff47}.auth-divider{color:var(--auth-faint);align-items:center;gap:13px;margin:18px 0;font-size:11px;font-weight:700;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--auth-border);flex:1;height:1px}.auth-field{color:var(--auth-ink);gap:7px;font-size:12px;font-weight:750;display:grid}.auth-field input{border:1px solid var(--auth-border);background:var(--auth-surface-solid);width:100%;min-height:48px;color:var(--auth-ink);border-radius:12px;outline:none;padding:0 14px;font-size:14px;font-weight:500;transition:border-color .18s,box-shadow .18s}.auth-field input::placeholder{color:var(--auth-faint)}.auth-field input:focus{border-color:var(--auth-green);box-shadow:0 0 0 4px #0891601a}.auth-legal,.auth-switch-copy{color:var(--auth-muted);font-size:12px;line-height:1.55}.auth-legal a,.auth-switch-copy a{color:var(--auth-green-strong);font-weight:780}.auth-legal a:hover,.auth-switch-copy a:hover{text-underline-offset:3px;text-decoration:underline}.auth-mobile-proof{display:none}.auth-showcase{min-height:680px;color:var(--auth-ink);-webkit-backdrop-filter:blur(22px)saturate(120%);backdrop-filter:blur(22px)saturate(120%);background:radial-gradient(circle at 82% 8%,#27bf8e1f,#0000 30%),linear-gradient(145deg,#fcfefdf0,#e6f0ebe0);flex-direction:column;padding:clamp(34px,4vw,56px);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #183f331f,inset 0 1px #fffc}.auth-showcase:before{content:"";opacity:.24;background-image:radial-gradient(#087b5938 .7px,#0000 .7px);background-size:20px 20px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 78%);mask-image:linear-gradient(#000,#0000 78%)}html[data-theme=dark] .auth-showcase{background:radial-gradient(circle at 82% 8%,#20c99714,#0000 30%),linear-gradient(145deg,#111815f5,#0a110eeb);box-shadow:0 28px 80px #0000003d,inset 0 1px #ffffff0d}.auth-showcase-copy,.auth-product-scene,.auth-proof-row{z-index:1;position:relative}.auth-showcase .auth-kicker{color:var(--auth-green-strong)}.auth-showcase-copy h2{letter-spacing:-.055em;max-width:590px;margin-top:12px;font-size:clamp(33px,2.65vw,44px);font-weight:520;line-height:1.01}.auth-showcase-copy h2 strong{color:var(--auth-green-strong);font-weight:720}.auth-showcase-copy p{max-width:600px;color:var(--auth-muted);margin-top:16px;font-size:14px;line-height:1.55}.auth-product-scene{background:radial-gradient(circle at 72% 56%,#14c28b33,#0000 35%),linear-gradient(145deg,#103a2f 0%,#09251e 52%,#071b17 100%);border:1px solid #6fa39033;border-radius:22px;flex:1;min-height:390px;margin-top:24px;overflow:hidden;box-shadow:0 24px 54px #183f332e,inset 0 1px #ffffff14}.auth-scene-glow{filter:blur(58px);background:#10e4a021;border-radius:50%;position:absolute;inset:30% 4% -12% 42%}.auth-recruiter-view{z-index:5;color:#e4f3edc2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff12;border:1px solid #ffffff21;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:10px 13px;display:flex;position:absolute;top:18px;left:18px;right:18px}.auth-recruiter-view>span{letter-spacing:.08em;align-items:center;gap:7px;font-size:8px;font-weight:850;display:inline-flex}.auth-recruiter-view>span svg{color:#74e2bd}.auth-recruiter-view>b{color:#74e2bd;white-space:nowrap;background:#74e2bd1a;border-radius:999px;padding:6px 9px;font-size:9px}.auth-resume-wall{z-index:1;grid-template-rows:repeat(5,minmax(0,1fr));grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid;position:absolute;inset:82px 18px 18px}.auth-resume-wall>span{color:#d3ebe280;background:linear-gradient(#d3ebe229,#d3ebe229) 29px 62%/38% 2px no-repeat,linear-gradient(#d3ebe21a,#d3ebe21a) 29px 73%/52% 2px no-repeat,#fff1;border:1px solid #ffffff21;border-radius:9px;align-items:center;gap:6px;min-width:0;padding:7px 8px;display:flex;overflow:hidden}.auth-resume-wall b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8px;font-weight:700;overflow:hidden}.auth-resume-wall small{white-space:nowrap;margin-left:auto;font-size:7px;font-weight:750}.auth-targeted-cv{z-index:4;margin:0;position:absolute;inset:76px 18px 18px}.auth-targeted-cv-frame{background:#fafffc;border:0;border-radius:14px;width:min(38%,200px);padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-1deg);box-shadow:0 30px 72px #0000007a,0 0 58px #10e4a033}.auth-targeted-cv-image{border-radius:8px;width:100%;height:auto;display:block}.auth-targeted-cv-badge{color:#8be8c7;letter-spacing:.1em;white-space:nowrap;background:#0b3a2e;border:1px solid #74e2bd75;border-radius:999px;align-items:center;gap:7px;min-height:31px;padding:7px 11px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;top:16px;left:-28px;box-shadow:0 12px 26px #00000047}.auth-targeted-cv-message{color:#85e7c5;letter-spacing:-.02em;text-align:left;background:#071f19f0;border:1px solid #74e2bd85;border-radius:14px;width:min(44%,235px);padding:13px 16px;font-size:clamp(14px,1.35vw,18px);font-weight:900;line-height:1.05;position:absolute;top:198px;right:8%;box-shadow:0 18px 44px #00000059}.auth-proof-row{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;display:grid}.auth-proof-row span{border:1px solid var(--auth-border);min-height:42px;color:var(--auth-muted);text-align:center;background:#fafdfb99;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:8px;font-size:10px;font-weight:700;display:flex}.auth-proof-row svg{color:var(--auth-green-strong)}html[data-theme=dark] .auth-proof-row span{background:#ffffff09}.auth-signup .auth-form-panel{padding-block:26px}.auth-signup .auth-mode-switch{margin-bottom:18px}.auth-signup .auth-form-title{margin-top:7px;font-size:clamp(31px,2.45vw,39px)}.auth-signup .auth-form-intro{margin-top:10px}.auth-signup .auth-form-content>form.mt-7{margin-top:16px}.auth-signup .auth-legal.mt-3{margin-top:7px}.auth-signup .auth-divider{margin-block:11px}.auth-signup .auth-form-content>form.flex{gap:9px}.auth-signup .auth-field{gap:4px}.auth-signup .auth-field input{min-height:42px}.auth-signup .auth-switch-copy{margin-top:12px}@media (min-width:961px) and (max-height:820px){.auth-showcase{min-height:0;padding:24px 34px}.auth-showcase-copy h2{margin-top:8px;font-size:clamp(30px,2.4vw,38px)}.auth-showcase-copy p{margin-top:10px}.auth-product-scene{min-height:0;margin-top:18px}.auth-proof-row{margin-top:12px}}@media (min-width:961px) and (min-height:821px){.auth-layout{height:calc(100svh - 76px);min-height:0}.auth-form-panel,.auth-showcase,.auth-product-scene{min-height:0}}@media (max-width:1120px){.auth-layout{grid-template-columns:minmax(360px,.9fr) minmax(500px,1.1fr)}.auth-journey{gap:7px}.auth-event-card{padding-inline:11px}.auth-proof-found{max-width:180px}}@media (max-width:960px){.auth-shell{overflow:auto}.auth-layout{min-height:auto;display:block}.auth-form-panel{min-height:calc(100svh - 96px)}.auth-showcase{display:none}.auth-mobile-proof{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.auth-mobile-proof span{border:1px solid var(--auth-border);background:var(--auth-green-soft);color:var(--auth-green-strong);border-radius:999px;padding:7px 9px;font-size:10px;font-weight:750}}@media (max-width:600px){.auth-header,.auth-layout{width:min(100% - 24px,520px)}.auth-header{min-height:66px}.auth-back-link{display:none}.auth-form-panel{border-radius:22px;align-items:flex-start;min-height:calc(100svh - 78px);padding:26px 20px 32px}.auth-mode-switch{width:100%;margin-bottom:22px}.auth-mode-switch a{min-width:0}.auth-form-title{font-size:32px}.auth-name-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.auth-google-button,.auth-submit-button,.auth-back-link,.auth-field input{transition:none}}