@font-face{font-family:EverskyAuth;src:url('/assets/font.ttf') format('truetype');font-display:swap}
:root{--auth-blue:#2468f2;--auth-blue-dark:#174fd0;--auth-ink:#101b35;--auth-muted:#657086;--auth-line:#dce3ef;--auth-soft:#f7f9fc;--auth-form-width:480px}
*{box-sizing:border-box}
html,body{min-width:0}
body.static-auth-page{display:flex;min-height:100vh;margin:0;flex-direction:column;color:var(--auth-ink);background:#fff;font-family:EverskyAuth,"PingFang SC","Microsoft YaHei",Arial,sans-serif}

.static-auth-header{position:fixed!important;z-index:100;top:0;right:0;left:0;display:block!important;height:60px!important;padding:0!important;border-bottom:1px solid #e7ebf2;background:rgba(255,255,255,.96);box-shadow:none;backdrop-filter:blur(14px)}
.static-auth-header-inner{display:flex;width:min(calc(100% - 64px),1440px);height:60px;align-items:center;justify-content:space-between;margin:0 auto}
.static-auth-logo{display:block;line-height:0}
.static-auth-logo img{display:block;width:126px;height:auto;max-height:34px;object-fit:contain}
.static-auth-header nav{display:flex;align-items:center;gap:8px;color:#68748a;font-size:14px}
.static-auth-header nav>a{display:flex;height:38px;align-items:center;color:inherit;text-decoration:none;white-space:nowrap}
.static-auth-languages{display:flex;height:38px;align-items:center;gap:4px;padding:0 12px;white-space:nowrap}
.static-auth-languages b{color:#526078;font-weight:400}.static-auth-languages i{color:#8d98aa;font-size:16px;font-style:normal}
.static-auth-forgot-header,.static-auth-help{padding:0 14px}.static-auth-forgot-header{color:var(--auth-blue)!important}.static-auth-help:hover,.static-auth-forgot-header:hover{color:var(--auth-blue-dark)!important}
.static-auth-header .static-auth-home{gap:7px;height:38px;margin-left:6px;padding:0 17px;border:1px solid #cbd8f4;border-radius:2px!important;color:var(--auth-blue)!important;background:#fff;box-shadow:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.static-auth-header .static-auth-home:hover{border-color:#98b5ef;background:#f5f8ff;transform:translateY(-1px)}

.static-auth-main{display:flex!important;width:100%!important;min-height:calc(100vh - 84px)!important;flex:1;align-items:center!important;justify-content:center!important;margin:0!important;padding:110px 24px 36px!important;background:#fff}
.static-auth-panel{display:flex;width:100%;align-items:center;justify-content:center}
.static-auth-card{position:relative;width:var(--auth-form-width);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.static-auth-card::after,.static-auth-card::before{display:none;content:none}
.static-auth-form-column{width:var(--auth-form-width)}
.static-auth-card-header{display:flex;min-height:36px;align-items:center;justify-content:space-between;margin:0 0 30px;padding:0}
.static-auth-card-header>div>span{display:block;margin-bottom:8px;color:#7ea4f4;font-size:11px;font-weight:700;letter-spacing:.22em}
.static-auth-card-header h2{margin:0;color:var(--auth-ink);font-size:30px;font-weight:700;line-height:1.2;letter-spacing:.02em}
.static-auth-method-switch{display:flex;align-items:center;gap:6px;margin:0;padding:0;border:0;color:var(--auth-blue);background:transparent;font-family:inherit;font-size:14px;text-decoration:none;cursor:pointer;white-space:nowrap}
.static-auth-method-switch:hover{color:var(--auth-blue-dark)}
.static-auth-method-switch i{font-size:17px}

.static-auth-tabs{display:flex;height:42px;align-items:flex-start;gap:30px;margin:0 0 27px;border-bottom:1px solid #e6eaf1}
.static-auth-tabs button{position:relative;height:42px;padding:0 2px;border:0;color:#7a8597;background:transparent;font-family:inherit;font-size:14px;cursor:pointer}
.static-auth-tabs button::after{position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px;background:transparent;content:""}
.static-auth-tabs button.is-active{color:var(--auth-ink);font-weight:600}.static-auth-tabs button.is-active::after{background:var(--auth-blue)}
.static-auth-mobile-tabs{display:none}
.static-auth-tabs+.static-field{margin-top:0}
.static-auth-card [hidden]{display:none!important}

.static-field{position:relative;display:block;margin-top:22px}
.static-field>span{position:absolute;z-index:1;top:50%;left:18px;display:grid;width:24px;height:24px;color:#7b879b;font-size:19px;font-weight:400;transform:translateY(-50%);place-items:center}
.static-field input{width:100%;height:58px;padding:0 50px 0 56px;border:1px solid #d5dce8;border-radius:2px;outline:0;color:#26344f;background:#fff;font-family:inherit;font-size:14px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.static-field input::placeholder{color:#a0a8b7}.static-field input:hover{border-color:#b7c2d4}.static-field input:focus{border-color:#6b95ef;background:#fff;box-shadow:0 0 0 4px rgba(36,104,242,.08)}
.static-field button{position:absolute;z-index:2;top:50%;right:12px;display:grid;width:38px;height:38px;padding:0;border:0;color:#8792a5;background:transparent;font-size:18px;cursor:pointer;transform:translateY(-50%);place-items:center}
.static-auth-mobile-options{display:none}
.static-primary{display:flex;width:100%;height:54px;align-items:center;justify-content:center;margin-top:30px;border:0;border-radius:2px;color:#fff;background:#2f67e8;box-shadow:none;font-family:inherit;font-size:16px;font-weight:500;letter-spacing:.08em;cursor:pointer;transition:background-color .18s ease}
.static-primary:hover{background:#2559cf}.static-primary:active{background:#1e4dbb}
.static-auth-bottom-links{display:flex;align-items:center;justify-content:space-between;margin-top:34px;font-size:14px}
.static-auth-bottom-links a,.static-auth-options a,.static-agreement a{color:var(--auth-blue);text-decoration:none}.static-auth-bottom-links a:hover,.static-auth-options a:hover,.static-agreement a:hover{text-decoration:underline}

.static-auth-register-card .static-auth-card-header{margin-bottom:26px}.static-auth-register-card form>.static-field:first-child{margin-top:0}.static-auth-register-card .static-primary{margin-top:22px}
.static-code-row{display:grid;grid-template-columns:minmax(0,1fr) 124px;gap:10px}.static-code-row .static-field input{padding-left:18px}.static-code-row>button{height:58px;margin-top:22px;border:1px solid #bfd0f4;border-radius:2px;color:var(--auth-blue);background:#f6f8ff;font-family:inherit;font-size:13px;cursor:pointer}.static-code-row>button:hover{border-color:#8eaeef;background:#eff4ff}
.static-agreement{display:flex;align-items:flex-start;gap:8px;margin:16px 0 0;color:var(--auth-muted);font-size:12px;line-height:1.7}.static-agreement input{width:14px;height:14px;flex:0 0 auto;margin:3px 0 0;accent-color:var(--auth-blue)}
.static-agreement-copy{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1px;margin-top:13px;text-align:center}

.static-auth-footer{display:flex;min-height:84px;box-sizing:border-box;align-items:center;justify-content:center;flex-direction:column;padding:14px 24px;color:#99a2b1;background:#fff;text-align:center}.static-auth-footer p{margin:2px 0;font-size:11px;line-height:1.5}
.static-toast{position:fixed;z-index:300;right:24px;bottom:24px;visibility:hidden;max-width:340px;padding:12px 16px;border:1px solid #dfe5ef;border-radius:8px;color:#25324a;background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.14);font-size:12px;opacity:0;transform:translateY(8px);transition:.2s}.static-toast.is-visible{visibility:visible;opacity:1;transform:translateY(0)}

@media(max-width:768px){
    :root{--auth-form-width:100%}
    body.static-auth-page{padding-top:0!important}
    .static-auth-header{height:58px!important}
    .static-auth-header-inner{width:calc(100% - 40px);height:58px}
    .static-auth-logo img{width:110px;max-height:28px}
    .static-auth-languages,.static-auth-forgot-header,.static-auth-help{display:none!important}
    .static-auth-header .static-auth-home{height:32px;margin:0;padding:0 12px;border-color:#d8e1f3;border-radius:2px!important;font-size:12px}
    .static-auth-main{min-height:calc(100vh - 104px)!important;align-items:flex-start!important;padding:92px 24px 42px!important}
    .static-auth-panel{align-items:flex-start}
    .static-auth-card{width:100%;max-width:440px;padding:0;border:0;background:transparent;box-shadow:none}
    .static-auth-card::before,.static-auth-card::after{display:none}
    .static-auth-form-column{width:100%}
    .static-auth-card-header{min-height:auto;margin-bottom:27px}
    .static-auth-card-header>div>span{margin-bottom:7px;font-size:10px}
    .static-auth-card-header h2{font-size:24px}
    .static-auth-method-switch{margin-top:0;font-size:12px}
    .static-auth-method-switch i{font-size:15px}
    .static-auth-mobile-tabs{display:flex}
    .static-auth-tabs{gap:25px;margin-bottom:22px}
    .static-field{margin-top:17px}
    .static-field>span{left:14px;width:22px;height:22px;font-size:17px}
    .static-field input{height:50px;padding:0 44px 0 48px;border-radius:2px;font-size:13px}
    .static-code-row{grid-template-columns:minmax(0,1fr) 104px;gap:8px}.static-code-row .static-field input{padding-left:14px}.static-code-row>button{height:50px;margin-top:17px;border-radius:2px;font-size:12px}
    .static-auth-mobile-options{display:flex;align-items:center;justify-content:space-between;margin:14px 0 22px;color:var(--auth-muted);font-size:12px}
    .static-auth-mobile-forgot{justify-content:flex-end}
    .static-auth-mobile-options-single{justify-content:flex-start}
    .static-primary{height:50px;margin-top:0;border-radius:2px;font-size:15px}
    .static-auth-bottom-links{display:none}
    .static-auth-register-card .static-auth-card-header{margin-bottom:24px}.static-auth-register-card .static-primary{margin-top:21px}
    .static-auth-footer{min-height:104px;padding:17px 20px}.static-auth-footer p{font-size:10px}
    .static-toast{right:20px;bottom:20px;left:20px;max-width:none}
}
@media(max-width:390px){.static-auth-main{padding-right:20px!important;padding-left:20px!important}.static-auth-card-header h2{font-size:23px}.static-auth-method-switch{font-size:11px}.static-auth-tabs{gap:22px}.static-agreement{font-size:11px}}
@media(max-height:760px) and (min-width:769px){.static-auth-main{align-items:flex-start!important;padding-top:130px!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}
.static-code-row>button:disabled{color:#8792a5;border-color:#dce3ef;background:#f7f8fa;cursor:not-allowed}.static-primary:disabled{background:#9eb7eb;cursor:wait}
