/* TECKNOID303 AUTH DESIGN SYSTEM */
:root{
  --auth-bg:#eef3f8;--auth-surface:#fff;--auth-soft:#f7f9fc;--auth-ink:#101722;
  --auth-text:#344054;--auth-muted:#667085;--auth-line:#dce3eb;--auth-blue:#1769ff;
  --auth-blue-dark:#0d50cf;--auth-shadow:0 24px 70px rgba(15,23,42,.14)
}
html{box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden;color-scheme:light;-webkit-text-size-adjust:100%}
*,*::before,*::after{box-sizing:inherit;min-width:0}
body{min-height:100vh;margin:0;overflow-x:hidden;color:var(--auth-text);background:
radial-gradient(circle at 12% -8%,rgba(23,105,255,.12),transparent 34rem),
radial-gradient(circle at 90% 10%,rgba(75,201,255,.1),transparent 28rem),var(--auth-bg);
font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:var(--auth-blue)}
.auth-header{background:#0e1622;border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 10px 30px rgba(15,23,42,.17)}
.auth-header-inner{width:min(1280px,calc(100% - 40px));min-height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.auth-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}
.auth-brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#4bc9ff,#1769ff);box-shadow:0 10px 25px rgba(23,105,255,.3);font-weight:950}
.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:15px}.auth-brand small{margin-top:2px;color:#b6c0cd;font-size:9px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}
.auth-header-actions{display:flex;align-items:center;gap:8px}.auth-header-actions a{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border:1px solid rgba(255,255,255,.16);border-radius:9px;color:#fff;font-size:12px;font-weight:850;text-decoration:none}
.auth-header-actions a:hover{background:rgba(255,255,255,.08)}
.auth-shell{width:min(1180px,calc(100% - 40px));margin:42px auto 70px}
.auth-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:28px;align-items:start}
.auth-intro{position:sticky;top:24px;padding:34px;border-radius:22px;color:#fff;background:linear-gradient(145deg,rgba(8,17,30,.96),rgba(15,31,54,.92));box-shadow:var(--auth-shadow)}
.auth-eyebrow{color:#5ecbff;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.auth-intro h1{margin:10px 0 12px;color:#fff;font-size:clamp(32px,5vw,54px);line-height:1.02;letter-spacing:-.05em}
.auth-intro p{margin:0;color:#c8d2df;line-height:1.7}
.auth-feature-list{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none}
.auth-feature-list li{display:flex;align-items:flex-start;gap:10px;color:#e7edf5;font-size:13px;line-height:1.5}
.auth-feature-list li::before{content:"✓";width:21px;height:21px;flex:0 0 21px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--auth-blue);font-size:11px;font-weight:950}
.auth-card{padding:30px;border:1px solid var(--auth-line);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:var(--auth-shadow)}
.auth-card h2{margin:0 0 8px;color:var(--auth-ink);font-size:25px;letter-spacing:-.03em}.auth-card>p{color:var(--auth-muted);line-height:1.65}
.auth-notice{margin-bottom:18px;padding:13px 15px;border-radius:10px;font-size:13px;font-weight:750;line-height:1.5}
.auth-notice.error{color:#9d2536;background:#fff1f3;border:1px solid #efc2c8}.auth-notice.success{color:#12613b;background:#edf9f2;border:1px solid #b8dfca}.auth-notice.pending{color:#7c4b12;background:#fff8eb;border:1px solid #f2d39a}
.auth-field{margin:0 0 15px}.auth-field label{display:block;margin-bottom:6px;color:var(--auth-muted);font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.auth-field input{width:100%;min-height:46px;padding:11px 12px;color:var(--auth-ink);background:#f8fafc;border:1px solid var(--auth-line);border-radius:10px;font:inherit}
.auth-field input:focus{outline:3px solid rgba(23,105,255,.12);border-color:#7ba7ff}
.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.auth-checkbox{display:flex;align-items:flex-start;gap:10px;margin:13px 0;color:var(--auth-text);font-size:12px;line-height:1.5}.auth-checkbox input{width:auto!important;margin:2px 0 0;accent-color:var(--auth-blue)}
.auth-button{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border:1px solid transparent;border-radius:10px;color:#fff;background:var(--auth-blue);font-size:13px;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px rgba(23,105,255,.22)}
.auth-button:hover{background:var(--auth-blue-dark)}.auth-paypal{background:#ffc439;color:#14366c;box-shadow:none}.auth-paypal:hover{background:#f5b926}
.auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#98a2b3;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:var(--auth-line)}
.auth-links{display:flex;justify-content:space-between;gap:15px;margin-top:18px;padding-top:16px;border-top:1px solid var(--auth-line)}.auth-links a{font-size:12px;font-weight:800;text-decoration:none}
.auth-status{padding:15px;border-left:4px solid #168a54;border-radius:0 10px 10px 0;color:#155d3d;background:#eef9f3}
.auth-legal{margin-top:18px;color:var(--auth-muted);font-size:10px;line-height:1.55}.auth-legal a{font-weight:750}
.auth-footer{width:min(1180px,calc(100% - 40px));margin:0 auto 26px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid #d9e0e8;color:var(--auth-muted);font-size:11px}
.auth-footer-links{display:flex;flex-wrap:wrap;gap:12px}.auth-footer a{color:var(--auth-muted);text-decoration:none}
@media(max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-intro{position:static}}
@media(max-width:620px){.auth-header-inner{width:calc(100% - 24px);align-items:stretch;flex-direction:column;padding:12px 0 14px}.auth-header-actions{display:grid;grid-template-columns:1fr 1fr}.auth-shell{width:calc(100% - 24px);margin:20px auto 45px}.auth-intro,.auth-card{padding:22px}.auth-grid{grid-template-columns:1fr}.auth-links{align-items:flex-start;flex-direction:column}.auth-footer{width:calc(100% - 24px);align-items:flex-start;flex-direction:column}}
