:root{--auth-bg:#1b1d29;--auth-input:#212332;--auth-text:#fff;--auth-muted:#aaa;--auth-button:#c7c7c7;}
*{box-sizing:border-box;}
html,body.simple-auth-page{min-height:100%;margin:0;background:var(--auth-bg)!important;color:var(--auth-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;}
.simple-auth-header{height:42px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;}
.simple-auth-header button,.simple-auth-language{width:34px;height:38px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:center;color:#dce0e8;text-decoration:none;}
.simple-auth-close i{font-size:31px;font-weight:300;}.simple-auth-back i{font-size:18px;}.simple-auth-language .current-language-flag{width:20px;height:20px;border-radius:50%;object-fit:cover;}
.simple-auth-shell{width:100%;max-width:390px;margin:0 auto;padding:0 41px;}
.simple-auth-login{padding-top:60px;}.simple-auth-register{padding:9px 15px 0;max-width:420px;}
.simple-auth-tabs{height:61px;display:flex;align-items:center;gap:18px;font-size:13px;}
.simple-auth-tabs span,.simple-auth-tabs a{height:32px;line-height:28px;color:var(--auth-muted);text-decoration:none;}
.simple-auth-tabs .is-active{color:#fff;border-bottom:2px solid #fff;font-weight:600;}
.simple-auth-form{display:flex;flex-direction:column;gap:14px;}
.simple-auth-form input{width:100%;height:37px;padding:0 9px;border:1px solid #222534;border-radius:2px;outline:0;background:var(--auth-input);color:#fff;font-size:12px;box-shadow:none;}
.simple-auth-form input::placeholder{color:#d5d6dc;opacity:1;}
.simple-auth-form input:focus{border-color:#343849;background:var(--auth-input);}
.simple-auth-form button{width:100%;height:38px;margin-top:3px;border:1px solid #fff;border-radius:7px;background:var(--auth-button);color:#1b1d29;font-size:12px;font-weight:700;cursor:pointer;}
.simple-auth-register .simple-auth-form{gap:15px;}.simple-auth-register .simple-auth-form input{height:36px;}.simple-auth-register .simple-auth-form button{margin-top:3px;}
@media (min-width:540px){.simple-auth-register{max-width:390px;padding-right:15px;padding-left:15px;}}
