:root{color-scheme:light;--ink:#0a2540;--muted:#53677b;--line:#dce4ed;--violet:#635bff;--green:#1a9f7e}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 0,rgba(99,91,255,.14),transparent 34rem),radial-gradient(circle at 90% 15%,rgba(38,190,156,.1),transparent 28rem),#f6f9fc}button,input{font:inherit}[hidden]{display:none!important}.auth-layout{width:min(1160px,calc(100% - 40px));min-height:calc(100vh - 74px);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,460px);align-items:center;gap:80px;padding:48px 0}.auth-brand{position:absolute;top:34px;display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.auth-brand img{border-radius:12px;box-shadow:0 12px 28px rgba(68,84,221,.2)}.auth-brand span{display:grid;line-height:1}.auth-brand strong{font-size:21px;letter-spacing:-.04em}.auth-brand small{margin-top:5px;color:#73869a;font-size:9px;font-weight:850;letter-spacing:.16em}.auth-brand-panel>div{max-width:650px}.auth-kicker,.auth-card-heading>span,.auth-credentials>span{color:var(--violet);font-size:10px;font-weight:850;letter-spacing:.17em}.auth-brand-panel h1{margin:18px 0 20px;font-size:clamp(48px,5.5vw,72px);line-height:1.01;letter-spacing:-.065em}.auth-brand-panel p{max-width:560px;margin:0;color:var(--muted);font-size:18px;line-height:1.65}.auth-brand-panel ul{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 0;padding:0;list-style:none}.auth-brand-panel li{padding:10px 14px;border:1px solid rgba(99,91,255,.16);border-radius:999px;background:rgba(255,255,255,.74);color:#40566b;font-size:12px;font-weight:720}.auth-brand-panel li:before{content:"✓";margin-right:7px;color:var(--green)}.auth-card{position:relative;padding:42px;border:1px solid rgba(138,156,177,.3);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 28px 75px rgba(25,50,82,.14);overflow:hidden}.auth-card:before{content:"";position:absolute;inset:0 30px auto;height:2px;background:linear-gradient(90deg,transparent,var(--violet),#34c7a5,transparent)}.auth-card-heading h2{margin:10px 0 9px;font-size:34px;letter-spacing:-.05em}.auth-card-heading p{margin:0 0 27px;color:var(--muted);font-size:14px;line-height:1.55}.auth-form,.auth-methods{display:grid;gap:10px}.auth-form label{color:#314a62;font-size:12px;font-weight:800}.auth-form input{width:100%;height:50px;padding:0 15px;border:1px solid #ccd7e3;border-radius:9px;outline:0;color:var(--ink);background:#fbfcfe}.auth-form input:focus{border-color:var(--violet);box-shadow:0 0 0 4px rgba(99,91,255,.12);background:#fff}.auth-button{min-height:47px;padding:0 17px;border:0;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:800;cursor:pointer}.auth-button:disabled{opacity:.55;cursor:wait}.auth-button-primary{margin-top:10px;color:#fff;background:linear-gradient(135deg,#3568e8,var(--violet));box-shadow:0 12px 27px rgba(78,83,229,.2)}.auth-button-quiet{color:#375069;background:#eef2f7}.auth-methods .auth-button{width:100%}.auth-methods .auth-button-primary{margin-top:0}.auth-method-status{min-height:18px;margin:2px 3px 4px;color:var(--muted);font-size:11px;line-height:1.5}.auth-method-status.is-error{color:#963149}.auth-divider{display:flex;align-items:center;gap:12px;margin:6px 0;color:#8a9aab;font-size:9px;font-weight:850;letter-spacing:.16em}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--line)}.auth-message{margin:18px 0 0;padding:12px 14px;border:1px solid #efb4c0;border-radius:9px;color:#963149;background:#fff1f4;font-size:12px;line-height:1.5}.auth-message.is-success{border-color:#a9ddcf;color:#176e5a;background:#effbf7}.auth-links{display:flex;justify-content:space-between;gap:20px;margin-top:23px;padding-top:20px;border-top:1px solid #e5eaf0}.auth-links button,.auth-links a{border:0;padding:0;color:#586d82;background:transparent;font-size:11px;font-weight:760;text-decoration:none;cursor:pointer}.auth-identity,.auth-enrolment{display:grid;gap:4px;margin:0 0 16px;padding:15px;border-radius:11px;background:linear-gradient(135deg,#eef1ff,#eefaf7)}.auth-identity small,.auth-enrolment span,.auth-enrolment small{color:#607489;font-size:11px}.auth-identity strong{font-size:17px}.auth-enrolment code{padding:8px 0;overflow-wrap:anywhere;color:#253c54;font-size:14px;font-weight:800}.auth-secondary-form{margin-top:20px}.auth-credentials h3{margin:9px 0;font-size:25px}.auth-credentials p{color:var(--muted);font-size:13px;line-height:1.5}.auth-credentials pre{max-height:230px;padding:17px;overflow:auto;border:1px solid var(--line);border-radius:10px;color:#243c54;background:#f4f7fa;font-size:12px;line-height:1.7;white-space:pre-wrap}footer{width:min(1160px,calc(100% - 40px));height:74px;margin:auto;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#738599;font-size:11px}footer nav{display:flex;gap:18px}footer a{color:inherit;text-decoration:none}@media(max-width:820px){.auth-layout{min-height:auto;grid-template-columns:1fr;gap:0;padding:100px 0 40px}.auth-brand{top:25px}.auth-brand-panel>div,.auth-brand-panel ul{display:none}.auth-card{padding:30px}}@media(max-width:520px){.auth-layout,footer{width:min(100% - 28px,1160px)}.auth-card{padding:26px 22px;border-radius:18px}footer{height:66px}}

.auth-brand-panel h1{color:#0a2540;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(48px,5.4vw,76px);font-weight:730;line-height:1.03;letter-spacing:-.04em}
.auth-brand-panel h1 em{color:transparent;background:linear-gradient(100deg,#635bff 8%,#a64bf4 46%,#00a884 96%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-style:normal}
@media(max-width:680px){.auth-brand-panel h1{font-size:clamp(41px,12vw,56px)}}
@media(forced-colors:active){.auth-brand-panel h1 em{color:CanvasText;background:none;-webkit-text-fill-color:CanvasText}}

@media (max-width: 820px) {
  body {
    display: grid;
    min-height: 100vh;
    min-height: 100svh;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .auth-layout {
    display: flex;
    min-height: calc(100vh - 74px);
    min-height: calc(100svh - 74px);
    padding: max(28px, env(safe-area-inset-top)) 0 28px;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
  }

  .auth-brand-panel,
  .auth-card {
    width: 100%;
  }

  .auth-brand {
    position: static;
  }
}

@media (max-width: 520px) {
  .auth-layout {
    min-height: calc(100vh - 66px);
    min-height: calc(100svh - 66px);
    padding-block: max(22px, env(safe-area-inset-top)) 24px;
    gap: 24px;
  }
}
