*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif}button,input{font:inherit}.auth-page{min-height:100dvh;overflow:hidden;color:#f7f9fd;background:#070b12;position:relative}.auth-page:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 90%)}.auth-orb{position:fixed;width:360px;height:360px;border-radius:50%;filter:blur(85px);opacity:.14;pointer-events:none;animation:float 10s ease-in-out infinite alternate}.auth-orb-a{left:-150px;top:-120px;background:#2375ff}.auth-orb-b{right:-170px;bottom:-150px;background:#11cda0;animation-delay:-4s}@keyframes float{to{transform:translate3d(35px,28px,0) scale(1.1)}}.auth-wrap{min-height:100dvh;display:grid;place-items:center;padding:max(24px,env(safe-area-inset-top)) 18px max(24px,env(safe-area-inset-bottom));position:relative;z-index:2}.auth-card{width:min(100%,400px);padding:30px;border-radius:26px;background:linear-gradient(155deg,rgba(17,24,35,.94),rgba(10,15,23,.96));border:1px solid rgba(148,163,184,.13);box-shadow:0 35px 100px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.045);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.auth-brand{display:flex;align-items:center;gap:11px;margin-bottom:28px}.auth-logo{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-weight:900;background:linear-gradient(135deg,#3c82ff,#7257ff);box-shadow:0 12px 30px rgba(55,117,255,.3)}.auth-brand strong{display:block;font-size:14px;letter-spacing:.01em}.auth-brand span{display:block;margin-top:2px;font-size:8px;letter-spacing:.2em;color:#65758a}.auth-head{margin-bottom:22px}.auth-kicker{font-size:9px;font-weight:800;letter-spacing:.18em;color:#6199ff}.auth-head h1{margin:7px 0 6px;font-size:32px;line-height:1.05;letter-spacing:-.04em}.auth-head p{margin:0;color:#78869a;font-size:13px}.auth-error{display:flex;align-items:center;gap:9px;margin-bottom:14px;padding:11px 12px;border-radius:12px;background:rgba(239,68,68,.09);border:1px solid rgba(248,113,113,.22);color:#fca5a5;font-size:12px}.auth-error svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.auth-field{height:64px;margin-top:12px;border:1px solid #222e3d;background:#0b111a;border-radius:15px;display:flex;align-items:center;padding:0 13px;gap:11px;box-shadow:inset 0 1px 3px rgba(0,0,0,.25);transition:border-color .2s,box-shadow .2s,transform .2s}.auth-field:focus-within{border-color:#467ff0;box-shadow:0 0 0 4px rgba(70,127,240,.09),inset 0 1px 3px rgba(0,0,0,.2);transform:translateY(-1px)}.auth-field-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;color:#708096;background:rgba(255,255,255,.025)}.auth-field-icon svg,.auth-eye svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.auth-input-wrap{display:block;min-width:0;flex:1}.auth-input-wrap small{display:block;font-size:9px;color:#637188;margin-bottom:3px}.auth-input-wrap input{display:block;width:100%;padding:0;border:0;outline:0;background:transparent;color:#eef4ff;font-size:15px;line-height:20px}.auth-input-wrap input::placeholder{color:#48576b}.auth-eye{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#64748b;cursor:pointer;transition:.2s}.auth-eye:hover{color:#90afff;background:rgba(82,129,255,.08)}.auth-submit{width:100%;height:52px;margin-top:18px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(135deg,#3679f4,#2458d7);color:white;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 15px 35px rgba(39,93,220,.28),inset 0 1px 0 rgba(255,255,255,.18);transition:transform .2s,filter .2s,box-shadow .2s}.auth-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.auth-submit:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 18px 42px rgba(39,93,220,.36)}.auth-submit:active{transform:scale(.985)}.auth-footer{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:17px;color:#526176;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.auth-footer i{width:6px;height:6px;border-radius:50%;background:#35d6a1;box-shadow:0 0 10px rgba(53,214,161,.5)}@media(max-width:520px){.auth-wrap{padding-left:16px;padding-right:16px}.auth-card{width:100%;max-width:390px;padding:24px 20px;border-radius:22px}.auth-brand{margin-bottom:23px}.auth-head h1{font-size:29px}.auth-field{height:60px}.auth-submit{height:50px}}@media(max-height:620px){.auth-wrap{place-items:start center;padding-top:18px}.auth-card{padding:20px}.auth-brand{margin-bottom:15px}.auth-head{margin-bottom:14px}.auth-head h1{font-size:26px}.auth-field{height:56px;margin-top:9px}.auth-submit{height:46px;margin-top:13px}.auth-footer{margin-top:12px}}@media(prefers-reduced-motion:reduce){.auth-orb{animation:none}.auth-field,.auth-submit{transition:none}}
