.account-screen,.account-simple-screen{min-height:100vh;color:#18213a;background:#f5f7fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.account-screen{display:grid;grid-template-columns:minmax(380px,.92fr) minmax(520px,1.08fr)}.account-visual{position:relative;min-height:100vh;display:flex;flex-direction:column;padding:38px 54px;color:#fff;background:radial-gradient(circle at 80% 16%,rgba(103,93,255,.36),transparent 30%),linear-gradient(145deg,#071126,#0b1732 56%,#111d43);overflow:hidden}.account-visual:after{content:"";position:absolute;right:-140px;bottom:-180px;width:520px;height:520px;border:1px solid rgba(255,255,255,.09);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 145px rgba(255,255,255,.012)}.account-brand{display:flex;align-items:center;gap:12px;font-size:20px}.account-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#5364ff,#8b4ff0);box-shadow:0 12px 35px rgba(79,91,255,.35)}.account-visual-copy{position:relative;z-index:1;max-width:570px;margin:auto 0}.account-kicker{display:flex;align-items:center;gap:8px;width:max-content;padding:8px 12px;border:1px solid rgba(139,154,255,.25);border-radius:99px;color:#aab5ff;background:rgba(83,100,255,.1);font-size:12px;font-weight:750}.account-visual-copy h1{margin:24px 0 18px;font-size:clamp(46px,5vw,76px);line-height:.98;letter-spacing:-.055em}.account-visual-copy h1 em{color:#8591ff;font-style:normal}.account-visual-copy p{max-width:500px;margin:0;color:#abb6ce;font-size:17px;line-height:1.7}.account-security-list{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:9px 20px;color:#b9c4d9;font-size:12px}.account-security-list span{display:flex;align-items:center;gap:7px}.account-security-list svg{color:#4adca0}.account-panel,.account-simple-screen{display:grid;place-items:center;padding:42px}.account-simple-screen{background:radial-gradient(circle at 50% 0,rgba(81,98,255,.12),transparent 35%),#f5f7fc}.account-card{width:min(440px,100%);display:flex;flex-direction:column;padding:42px;border:1px solid #e0e5ef;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(26,39,78,.1)}.account-card-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:22px;color:#fff;border-radius:15px;background:linear-gradient(135deg,#4c62ff,#7a51df);box-shadow:0 12px 28px rgba(76,98,255,.24)}.account-card-icon.danger{background:linear-gradient(135deg,#d73f59,#a92e65)}.account-card-kicker{color:#5868e9;font-size:10px;font-weight:850;letter-spacing:.13em}.account-card h1,.account-card h2{margin:8px 0 7px;color:#17213a;font-size:30px;letter-spacing:-.04em}.account-card>p{margin:0 0 26px;color:#79869b;font-size:13px;line-height:1.6}.account-card label{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;color:#435069;font-size:11px;font-weight:750}.account-card input{width:100%;height:48px;padding:0 14px;color:#1e2a43;border:1px solid #d9e0eb;border-radius:11px;outline:0;background:#fbfcff;font:inherit;font-size:13px}.account-card input:focus{border-color:#5d6cff;box-shadow:0 0 0 3px rgba(93,108,255,.12)}.account-password-field{position:relative}.account-password-field input{padding-right:48px}.account-password-field button{position:absolute;top:5px;right:5px;width:38px;height:38px;display:grid;place-items:center;color:#8390a5;border:0;border-radius:8px;background:transparent}.account-secondary,.account-submit{min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:11px;font-size:12px;font-weight:800;text-decoration:none;cursor:pointer}.account-submit{margin-top:7px;color:#fff;border:0;background:linear-gradient(135deg,#4f63ff,#6855df);box-shadow:0 12px 26px rgba(79,99,255,.2)}.account-submit:disabled{opacity:.65;cursor:wait}.account-secondary{margin-top:9px;color:#65738a;border:1px solid #dce2ec;background:#fff}.account-help{margin-top:17px;color:#929db0;text-align:center;font-size:10px}.account-error{margin:0 0 17px;padding:11px 13px;color:#a9334b;border:1px solid #f0c6cf;border-radius:9px;background:#fff2f4;font-size:11px;line-height:1.45}.account-password-rules{margin:-4px 0 12px;color:#8995a8;font-size:10px;line-height:1.5}.password-card{width:min(480px,100%)}.denied-card{text-align:center}.denied-card .account-card-icon{margin-right:auto;margin-left:auto}.spin{animation:account-spin .9s linear infinite}@keyframes account-spin{to{transform:rotate(1turn)}}html[data-theme=dark] .account-simple-screen{color:#edf2fa;background:radial-gradient(circle at 50% 0,rgba(81,98,255,.16),transparent 35%),#08111f}html[data-theme=dark] .account-card{border-color:#27364b;background:#101c2c;box-shadow:0 24px 70px rgba(0,0,0,.28)}html[data-theme=dark] .account-card h1,html[data-theme=dark] .account-card h2{color:#f1f5fb}html[data-theme=dark] .account-card>p{color:#9eabc0}html[data-theme=dark] .account-card label{color:#c7d0df}html[data-theme=dark] .account-card input{color:#edf2fa;border-color:#304057;background:#0c1726}html[data-theme=dark] .account-secondary{color:#c3ccda;border-color:#304057;background:#121f31}@media(max-width:900px){.account-screen{grid-template-columns:1fr}.account-visual{min-height:360px;padding:28px 32px}.account-visual-copy{margin:55px 0}.account-visual-copy h1{font-size:46px}.account-security-list{display:none}.account-panel{padding:34px 20px}}@media(max-width:520px){.account-visual{min-height:285px;padding:22px}.account-visual-copy{margin:42px 0 24px}.account-visual-copy h1{font-size:38px}.account-visual-copy p{font-size:13px}.account-panel,.account-simple-screen{padding:18px}.account-card{padding:28px 23px;border-radius:18px}}