@font-face{font-family:Inter;src:url('/fonts/inter-latin-v20.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:'Space Grotesk';src:url('/fonts/space-grotesk-latin-v22.woff2') format('woff2');font-style:normal;font-weight:300 700;font-display:swap}
:root{color-scheme:dark;--background:#0e1013;--surface:#13161a;--surface-raised:#1a1e23;--border:#252a31;--border-hover:#343a43;--foreground:#dfe2e7;--muted:#858b95;--brand:#d8bd72;--brand-hover:#bea35c;--success:#55cdb2;--danger:#ef6461;--display:'Space Grotesk',Arial,sans-serif;font-family:Inter,Arial,sans-serif;font-synthesis:none}
*{box-sizing:border-box;letter-spacing:0}[hidden]{display:none!important}
body{min-width:320px;min-height:100svh;margin:0;display:flex;flex-direction:column;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased}
h1,h2,p{margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{cursor:pointer}svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}img{display:block;max-width:100%}
button:focus-visible,a:focus-visible{outline:2px solid var(--brand);outline-offset:5px}::selection{background:var(--brand);color:var(--background)}
.auth-topbar{height:84px;flex-shrink:0;width:calc(100% - 88px);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;font:500 28px/1 var(--display)}.brand img{object-fit:contain}
.topbar-actions{display:flex;align-items:center;gap:36px}.language-switch{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.language-switch button{padding:10px 4px;border:0;background:none;color:var(--muted);font:inherit}.language-switch button[aria-pressed=true]{color:var(--foreground)}
.back-link{display:inline-flex;align-items:center;gap:12px;font-size:13px;color:#c3c7cd}.back-link:hover{color:var(--brand)}
.auth-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);align-items:center;gap:clamp(50px,6vw,110px);flex:1;width:calc(100% - 128px);max-width:1400px;margin:0 auto;padding:64px 0 72px}
.visual-panel{min-width:0}.visual-copy{position:relative;z-index:1;max-width:620px}.eyebrow{color:var(--brand);font-size:11px;font-weight:500;line-height:1.5;margin-bottom:26px}
.visual-copy h2{font:500 clamp(44px,4.3vw,70px)/1.07 Inter,Arial,sans-serif;letter-spacing:-.035em}.visual-copy h2 span{letter-spacing:inherit}.visual-copy h2 span:last-child{color:var(--brand)}
.visual-description{max-width:400px;font-size:16px;line-height:1.8;color:var(--muted);margin-top:24px}
.auth-illustration{width:calc(100% + 80px);max-width:none;height:auto;margin:32px -40px 0;mask-image:linear-gradient(#000 62%,transparent 100%)}
.visual-footnote{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;line-height:1.6;margin-top:16px}.visual-footnote>span:first-child{width:5px;height:5px;background:var(--success);border-radius:50%;flex-shrink:0}
.auth-column{min-width:0;width:100%;max-width:464px;justify-self:end}.access-panel{padding:38px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}
.auth-heading{margin-bottom:30px}.access-mark{width:46px;height:46px;display:grid;place-items:center;margin-bottom:26px;border:1px solid var(--border-hover);border-radius:7px;background:var(--background)}
h1{font:500 30px/1.15 var(--display);letter-spacing:-.025em;text-wrap:balance}.auth-heading p{margin-top:12px;color:var(--muted);font-size:13px;line-height:1.7}
form{display:grid;gap:22px}.field{display:grid;gap:10px}.field>span:first-child,.field-heading label{font-size:12px;color:#c3c7cd}.field-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
input{width:100%;height:50px;padding:0 14px;border:1px solid var(--border-hover);border-radius:5px;background:var(--background);color:var(--foreground);font-size:14px;outline:0;transition:border-color .2s,box-shadow .2s}input:hover{border-color:#49515d}input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #d8bd7210}input::placeholder{color:#666d77}
.password-field{position:relative;display:block}.password-field input{padding-right:78px}.password-field>button{position:absolute;right:4px;top:4px;height:42px;border:0;border-radius:3px;padding:0 10px;background:transparent;color:var(--muted);font-size:11px}.password-field>button:hover{color:var(--foreground);background:var(--surface-raised)}
.remember-control{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;line-height:1.5;cursor:pointer}.remember-control input{width:15px;height:15px;margin:0;accent-color:var(--brand);flex-shrink:0;cursor:pointer}
.primary{width:100%;min-height:54px;border:0;border-radius:5px;background:var(--brand);color:var(--background);font-size:14px;font-weight:500;padding:14px 20px;transition:background .2s}.primary:hover:not(:disabled){background:var(--brand-hover)}.primary:disabled{cursor:wait;opacity:.6}
.text-button{border:0;background:transparent;padding:0;color:var(--muted);font-size:11px;line-height:1.5}.text-button:hover{color:var(--brand)}.text-button:disabled{cursor:wait;opacity:.5}
.form-error{color:var(--danger);font-size:12px;line-height:1.6}.form-error:empty{display:none}.notice{margin-bottom:24px;border:1px solid #55cdb240;border-radius:5px;background:#55cdb20a;color:#a8decf;font-size:12px;line-height:1.7;padding:12px 14px;overflow-wrap:anywhere}.notice[data-kind=error]{color:#efa19f;border-color:#ef646140;background:#ef64610a}
.account-help{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:28px;padding-top:22px;border-top:1px solid var(--border);font-size:11px;color:var(--muted);line-height:1.5}.account-help .text-button{color:var(--success);font-size:12px}.account-help .text-button:hover{color:var(--brand)}
.request-access{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 10px;margin-top:24px;font-size:12px;line-height:1.6;color:var(--muted)}.request-access a{display:inline-flex;align-items:center;gap:7px;color:var(--foreground)}.request-access svg{width:14px;height:14px}.request-access a:hover{color:var(--brand)}
.auth-footer{width:calc(100% - 88px);margin-inline:auto;padding:24px 0 30px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;color:var(--muted)}.auth-footer nav{display:flex;gap:24px}.auth-footer a:hover{color:var(--brand)}
@media(max-width:1100px){.auth-layout{width:calc(100% - 80px);gap:44px;grid-template-columns:minmax(0,1fr) minmax(360px,1fr)}.access-panel{padding:30px}.visual-copy h2{font-size:48px}.auth-illustration{width:calc(100% + 40px);margin-inline:-20px}.visual-description{font-size:14px}}
@media(max-width:820px),(max-width:1000px) and (pointer:coarse){
  body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}
  .auth-layout{display:block;width:calc(100% - 40px);padding:32px 0 40px}
  .visual-panel{display:none}.auth-column{max-width:464px;margin:auto}
  .auth-topbar{height:70px;width:calc(100% - 40px);gap:12px}.brand{font-size:23px;min-height:44px}
  .topbar-actions{gap:8px}.language-switch{gap:0}.language-switch>span{padding-inline:2px}
  .language-switch button{min-width:44px;min-height:44px;font-size:12px;padding:10px 8px}
  .back-link{min-width:44px;min-height:44px;justify-content:center}.back-link span{display:none}
  input{font-size:16px;height:52px;scroll-margin-block:24px}
  form{gap:16px}.field{gap:8px}.field>span:first-child,.field-heading label{font-size:13px}
  .field-heading{margin-top:-8px;gap:8px}.text-button{min-height:44px;font-size:12px}
  .password-field>button{height:44px;font-size:12px}
  .remember-control{min-height:44px;font-size:13px;gap:12px}.remember-control input{width:18px;height:18px}
  .auth-heading p{font-size:14px}.form-error,.notice{font-size:13px}
  .account-help{gap:0;margin-top:24px;padding-top:20px;font-size:12px}.account-help .text-button{font-size:13px}
  .request-access{font-size:13px;gap:0 8px;margin-top:20px}.request-access a{min-height:44px}
  .auth-footer{width:calc(100% - 40px);font-size:12px;padding-top:12px;padding-bottom:max(16px,env(safe-area-inset-bottom));gap:16px}
  .auth-footer nav{gap:18px}.auth-footer nav a{display:inline-flex;align-items:center;min-height:44px}.access-note{display:none}
}
@media(max-width:480px){
  .auth-topbar{height:66px}.brand img{width:25px;height:27px}
  .auth-layout{padding:24px 0 32px}.access-panel{padding:26px 22px}
  .auth-heading{margin-bottom:24px}h1{font-size:28px}.access-mark{margin-bottom:22px}
}
@media(max-width:360px){
  .auth-topbar,.auth-layout,.auth-footer{width:calc(100% - 32px)}.auth-topbar{gap:8px}.brand{gap:8px}.topbar-actions{gap:4px}
  .access-panel{padding:24px 18px}h1{font-size:26px}.field-heading label{font-size:12px}.field-heading .text-button{font-size:11px}
  .auth-footer{font-size:11px}.auth-footer nav{gap:14px}
}
@media(max-height:500px) and (pointer:coarse){.auth-layout{padding-top:16px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
