.rs-auth{--auth-bg:#232323;--auth-card:#2c2c2c;--auth-line:#444;--auth-field:#262626;--auth-text:#fff;--auth-text-2:#b3b3b3;--auth-text-3:#7c7c7c;--auth-accent:#f74b25;background:var(--auth-bg);min-height:100vh;color:var(--auth-text);justify-content:center;align-items:center;padding:40px 18px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.rs-auth *{box-sizing:border-box}.rs-auth-card{background:var(--auth-card);border:1px solid var(--auth-line);border-radius:12px;width:min(440px,100%);padding:28px 26px 24px;box-shadow:0 24px 64px #0000008c}.rs-auth-brand{align-items:center;gap:9px;margin-bottom:18px;display:flex}.rs-auth-mark{background:var(--auth-accent);color:#fff;border-radius:7px;place-items:center;width:26px;height:26px;font-size:14px;font-weight:700;display:grid}.rs-auth-logo{object-fit:contain;width:20px;height:20px;display:block}.rs-auth-brand b{letter-spacing:-.01em;font-size:15px}.rs-auth h1{letter-spacing:-.02em;margin:0;font-size:21px;font-weight:650}.rs-auth-sub{color:var(--auth-text-2);margin:6px 0 20px;font-size:13px;line-height:1.5}.rs-field{margin-bottom:13px}.rs-field label{color:var(--auth-text-2);margin-bottom:6px;font-size:12.5px;font-weight:550;display:block}.rs-field .req{color:#e5484d}.rs-input{border:1px solid var(--auth-line);background:var(--auth-field);width:100%;height:38px;color:var(--auth-text);border-radius:7px;outline:none;padding:0 11px;font-family:inherit;font-size:14px}.rs-input:focus{border-color:var(--auth-accent)}.rs-input::placeholder{color:var(--auth-text-3)}.rs-input-password{padding-right:38px}.rs-password-wrap{position:relative}.rs-eye{width:36px;color:var(--auth-text-3);cursor:pointer;background:0 0;border:0;border-radius:0 6px 6px 0;outline:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:1px;bottom:1px;right:1px}.rs-eye:hover{color:var(--auth-text-2)}.rs-eye:focus-visible{color:var(--auth-accent)}.rs-row2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.rs-check{color:var(--auth-text-2);text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:9px;width:100%;margin:4px 0 14px;padding:4px 0;font-family:inherit;font-size:12.8px;display:flex}.rs-check i{border:1px solid #5c5c5c;border-radius:50%;flex:none;place-items:center;width:15px;height:15px;margin-top:2px;transition:border-color .12s;display:grid;position:relative}.rs-check:hover i{border-color:var(--auth-text-2)}.rs-check[data-on=true]{color:var(--auth-text)}.rs-check[data-on=true] i{border-color:var(--auth-accent)}.rs-check[data-on=true] i:after{content:"";background:var(--auth-accent);border-radius:50%;width:7px;height:7px}.rs-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;width:100%;height:40px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.rs-btn:disabled{opacity:.6;cursor:default}.rs-btn-accent{background:var(--auth-accent);color:#fff}.rs-btn-accent:hover:not(:disabled){filter:brightness(1.07)}.rs-btn-ghost{border-color:var(--auth-line);color:var(--auth-text);background:0 0}.rs-btn-ghost:hover:not(:disabled){background:#3a3a3a}.rs-or{color:var(--auth-text-3);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:10px;margin:15px 0;font-size:11.5px;display:flex}.rs-or:before,.rs-or:after{content:"";background:var(--auth-line);flex:1;height:1px}.rs-foot{border-top:1px solid var(--auth-line);text-align:center;color:var(--auth-text-2);margin-top:18px;padding-top:16px;font-size:13px}.rs-link{color:var(--auth-accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.rs-link:hover{text-decoration:underline}.rs-msg{border-radius:7px;margin:0 0 14px;padding:9px 11px;font-size:12.8px;line-height:1.45}.rs-msg-error{color:#ff9a9d;background:#e5484d21;border:1px solid #e5484d66}.rs-msg-ok{color:#a8d5ad;background:#548a5a26;border:1px solid #548a5a73}.rs-code{letter-spacing:.4em;text-align:center;height:46px;font-size:18px}.rs-hint{color:var(--auth-text-3);margin:10px 0 0;font-size:12.3px;line-height:1.5}.rs-forgot{justify-content:flex-end;margin:-4px 0 6px;font-size:12.6px;display:flex}a.rs-btn,a.rs-link{text-decoration:none}
