*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:#f5f5f5;-webkit-font-smoothing:antialiased;background:#080808;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}button,input{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.55}.auth-page{background:radial-gradient(circle at 50% 0,#202020 0,#0d0d0d 38%,#070707 75%);justify-content:center;align-items:center;min-height:100dvh;padding:20px 14px;display:flex}.auth-card{background:#0f0f0ff5;border:1px solid #292929;border-radius:26px;width:100%;max-width:430px;padding:34px 22px 24px;box-shadow:0 30px 80px #0000008c,inset 0 1px #ffffff0a}.register-card{max-width:450px}.brand{text-align:center;margin-bottom:28px}.brand-mark{color:#fff;background:#111;border:1px solid #777;border-radius:15px;place-items:center;width:48px;height:48px;margin:0 auto 13px;font-size:20px;font-weight:700;display:grid}.brand-mark.small{border-radius:10px;width:34px;height:34px;margin:0;font-size:14px}.brand h1{letter-spacing:-.03em;margin:0;font-size:27px}.brand p{color:#888;margin:7px 0 0;font-size:13px}.auth-form{flex-direction:column;gap:13px;display:flex}.input-wrap{background:#141414;border:1px solid #303030;border-radius:13px;align-items:center;min-height:52px;transition:border-color .18s,background .18s;display:flex;position:relative}.input-wrap:focus-within{background:#181818;border-color:#777}.input-icon{color:#9a9a9a;flex:0 0 48px;place-items:center;width:48px;display:grid}.input-wrap input{color:#fff;background:0 0;border:0;outline:0;width:100%;min-width:0;height:50px;padding:0 46px 0 0}.input-wrap input::placeholder{color:#666}.input-action{color:#888;background:0 0;border:0;border-radius:50%;place-items:center;width:30px;height:30px;font-size:22px;line-height:1;display:grid;position:absolute;right:10px}.input-action:hover{color:#fff;background:#272727}.clear-action{right:42px}.eye-action{right:8px}.eye-action svg{width:18px;height:18px}.captcha-row{grid-template-columns:minmax(0,1fr) 132px;gap:9px;display:grid}.captcha-input-wrap input{padding-right:10px}.captcha-image-button{background:#111;border:1px solid #303030;border-radius:13px;width:132px;height:52px;padding:1px;position:relative;overflow:hidden}.captcha-image-button canvas{width:100%;height:48px;display:block}.captcha-refresh{color:#111;background:#ffffffd9;border-radius:50%;place-items:center;width:22px;height:22px;font-size:15px;display:grid;position:absolute;bottom:4px;right:5px}.form-options{justify-content:space-between;align-items:center;gap:10px;min-height:30px;display:flex}.remember-login,.agreement{color:#a5a5a5;align-items:flex-start;gap:8px;font-size:13px;display:flex}.remember-login input,.agreement input{accent-color:#fff;width:16px;height:16px;margin:0}.text-button,.link-button,.inline-link{color:#fff;background:0 0;border:0;padding:0;text-decoration:none}.text-button{color:#888;font-size:13px}.text-button:hover,.link-button:hover,.inline-link:hover{text-decoration:underline}.primary-button{color:#080808;background:#fff;border:1px solid #fff;border-radius:13px;width:100%;min-height:52px;font-weight:700;transition:transform .15s,background .15s}.primary-button:hover{background:#e4e4e4}.primary-button:active{transform:scale(.99)}.secondary-button{color:#ddd;background:#141414;border:1px solid #343434;border-radius:13px;width:100%;min-height:48px;margin-top:11px}.secondary-button:hover{background:#1d1d1d}.switch-line{color:#777;justify-content:center;gap:5px;font-size:13px;display:flex}.link-button{font-weight:600}.auth-note{color:#626262;justify-content:center;align-items:center;gap:7px;margin-top:22px;font-size:11px;display:flex}.agreement{line-height:1.55}.inline-link{color:#ddd;margin:0 3px;font-weight:600}.success-card{text-align:center}.success-icon{color:#fff;border:1px solid #777;border-radius:50%;place-items:center;width:66px;height:66px;margin:0 auto 20px;font-size:32px;display:grid}.success-message{color:#888;flex-direction:column;gap:8px;margin:-5px 0 25px;font-size:14px;display:flex}.loading-card{text-align:center}.dashboard-shell{background:radial-gradient(circle at 50% 0,#202020 0,#0b0b0b 55%);min-height:100dvh;padding:18px 14px}.dashboard-card{background:#101010;border:1px solid #292929;border-radius:24px;width:100%;max-width:1000px;margin:0 auto;overflow:hidden}.dashboard-topbar{border-bottom:1px solid #252525;justify-content:space-between;align-items:center;gap:15px;min-height:66px;padding:15px 18px;display:flex}.dashboard-brand{align-items:center;gap:10px;font-weight:700;display:flex}.logout-button{color:#ddd;background:#171717;border:1px solid #353535;border-radius:10px;min-height:38px;padding:0 15px}.dashboard-content{padding:34px 22px}.dashboard-label{color:#777;margin:0 0 8px;font-size:13px}.dashboard-content h1{word-break:break-word;margin:0;font-size:clamp(28px,8vw,42px)}.dashboard-description{color:#888;margin:10px 0 0}.dashboard-grid{grid-template-columns:1fr;gap:12px;margin-top:30px;display:grid}.dashboard-item{background:#151515;border:1px solid #292929;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;min-height:68px;padding:16px;display:flex}.dashboard-item span{color:#777}.dashboard-item strong{color:#eee}@media (width>=640px){.auth-page{padding:40px 24px}.auth-card{padding:42px 34px 28px}.dashboard-shell{padding:40px 24px}.dashboard-content{padding:48px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.auth-page{padding:60px 30px}.auth-card{max-width:460px}.dashboard-content{padding:58px}.dashboard-grid{gap:16px}}@media (width<=380px){.auth-card{border-radius:21px;padding:28px 16px 22px}.captcha-row{grid-template-columns:minmax(0,1fr) 116px}.captcha-image-button{width:116px}.captcha-image-button canvas{width:114px}.form-options{align-items:flex-start}}.register-page{align-items:flex-start;padding:22px 18px 30px}.register-card{width:100%;max-width:430px;margin:0 auto}.register-brand{margin-bottom:22px}.register-brand .brand-mark{width:54px;height:54px;margin-bottom:7px}.register-brand h1{margin-bottom:4px}.register-brand p{font-size:14px}.register-card .auth-form{gap:16px}.register-card .form-field{gap:6px}.register-card .form-field>label{color:#eee;margin:0;font-size:13px;font-weight:600;display:block}.register-card .input-wrap{border-radius:11px;width:100%;height:48px;min-height:48px}.register-card .input-wrap input{min-width:0;height:46px;font-size:15px}.register-card .field-hint{color:#b8b8b8;margin:0;font-size:11px;line-height:1.45}.register-card .input-status{color:#111;text-align:center;flex:0 0 25px;width:25px;font-size:17px;font-weight:700}.register-card .clear-button{color:#999;cursor:pointer;background:0 0;border:0;flex:0 0 25px;width:25px;height:34px;padding:0;font-size:21px;line-height:34px}.register-card .clear-button:hover{color:#111}.register-card .eye-button{color:#777;cursor:pointer;background:0 0;border:0;flex:0 0 34px;place-items:center;width:34px;height:34px;padding:0;display:grid}.register-card .eye-button:hover{color:#111}.register-card .eye-button svg{width:18px;height:18px}.password-rules{flex-wrap:wrap;align-items:center;gap:5px 12px;padding:1px 1px 0;display:flex}.password-rule{white-space:nowrap;color:#b8b8b8;align-items:center;gap:3px;font-size:11px;line-height:1.3;display:inline-flex}.rule-icon{text-align:center;flex:0 0 13px;width:13px;font-size:11px;font-weight:700}.rule-valid{color:#d8d8d8}.rule-valid .rule-icon{color:#fff}.password-strength{align-items:center;gap:8px;min-height:19px;margin-top:1px;display:flex}.strength-label{color:#b8b8b8;white-space:nowrap;flex:none;font-size:11px}.strength-value{color:#d8d8d8;text-align:left;white-space:nowrap;min-width:0;font-size:11px;font-weight:400}.strength-3{color:#d8d8d8}.match-hint{color:#b8b8b8;align-items:center;gap:4px;margin:0;font-size:11px;line-height:1.4;display:flex}.match-hint span{text-align:center;width:13px;font-weight:700}.match-hint.match-valid{color:#d8d8d8}.register-card .captcha-layout{grid-template-columns:minmax(0,1fr) 96px 42px;align-items:stretch;gap:7px;width:100%;display:grid}.register-card .captcha-input-wrap,.register-card .captcha-input-wrap input{min-width:0}.register-card .captcha-image-box{background:#f2f2f2;border:1px solid #d8d8d8;border-radius:10px;width:96px;min-width:96px;height:48px;overflow:hidden}.register-card .captcha-image-box canvas{width:96px;height:48px;display:block}.register-card .captcha-refresh-button{color:#333;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:10px;width:42px;min-width:42px;height:48px;font-size:23px;line-height:1}.register-card .captcha-refresh-button:hover{color:#111;border-color:#111}.register-card .captcha-refresh-button:active{transform:scale(.97)}.register-card .agreement-row{color:#b8b8b8;cursor:pointer;align-items:flex-start;gap:7px;margin-top:-2px;font-size:11px;line-height:1.5;display:flex}.register-card .agreement-row input{accent-color:#111;flex:0 0 15px;width:15px;height:15px;margin:1px 0 0}.register-card .agreement-row span{flex:1}.register-card .inline-link{color:#fff;font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0 2px;text-decoration:underline}.register-card .form-error{color:#333;background:#fafafa;border:1px solid #ddd;border-radius:8px;margin-top:-7px;padding:8px 10px;font-size:11px;line-height:1.45}.register-submit{letter-spacing:2px;border-radius:10px;width:100%;height:48px;min-height:48px;margin-top:-1px;font-size:15px;font-weight:600}.register-submit:disabled{opacity:.4;cursor:not-allowed}.register-card .login-entry{color:#777;justify-content:center;align-items:center;gap:4px;margin-top:18px;font-size:12px;display:flex}.register-card .login-entry .link-button{color:#111;font:inherit;cursor:pointer;background:0 0;border:0;padding:4px 3px;font-weight:600}.register-card .login-entry .link-button:hover{text-underline-offset:3px;text-decoration:underline}.register-card .security-note{color:#aaa;text-align:center;border-top:1px solid #eee;justify-content:center;align-items:center;gap:5px;margin-top:15px;padding-top:13px;font-size:10px;line-height:1.5;display:flex}.register-card .security-icon{filter:grayscale();font-size:11px}.success-card{width:100%;max-width:430px}.success-card .brand{margin-bottom:22px}.success-icon{color:#111;border:1px solid #111;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:27px;font-weight:700;display:grid}.success-message{color:#b8b8b8;text-align:center;flex-direction:column;align-items:center;gap:7px;margin-bottom:23px;font-size:13px;line-height:1.5;display:flex}.success-message strong{color:#fff;font-size:20px}.success-message b{color:#fff;font-weight:600}@media (width>=700px){.register-page{align-items:center;padding-top:34px;padding-bottom:34px}.register-card{padding:32px 38px}}@media (width<=380px){.register-page{padding-left:18px;padding-right:18px}.register-card{padding-left:0;padding-right:0}.register-card .captcha-layout{grid-template-columns:minmax(0,1fr) 82px 40px;gap:6px}.register-card .captcha-image-box{width:82px;min-width:82px}.register-card .captcha-image-box canvas{width:82px;height:48px}.register-card .captcha-refresh-button{width:40px;min-width:40px}.password-rules{column-gap:9px}.password-rule{font-size:10px}.strength-bars{max-width:145px}}.captcha-row{grid-template-columns:minmax(0,1fr) 132px 48px!important;align-items:stretch!important;gap:8px!important;width:100%!important;display:grid!important}.captcha-input-wrap{width:100%!important;min-width:0!important}.captcha-canvas-wrap{box-sizing:border-box!important;background:#f2f2f2!important;border:1px solid #ffffffb3!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:132px!important;min-width:132px!important;height:48px!important;display:flex!important;overflow:hidden!important}.captcha-canvas-wrap canvas{width:132px!important;max-width:none!important;height:48px!important;display:block!important}.captcha-refresh-button{color:#fff!important;cursor:pointer!important;box-sizing:border-box!important;background:0 0!important;border:1px solid #ffffffb3!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:48px!important;min-width:48px!important;height:48px!important;margin:0!important;padding:0!important;font-size:25px!important;line-height:1!important;display:flex!important}.captcha-refresh-button:hover{background:#ffffff14!important}.captcha-refresh-button:active{transform:scale(.96)}.register-card .login-entry .link-button{color:#fff!important;opacity:1!important;font-weight:600!important;text-decoration:none!important}.register-card .login-entry .link-button:hover{color:#fff!important;opacity:.78!important}@media (width<=560px){.captcha-row{grid-template-columns:minmax(0,1fr) 132px 48px!important;gap:7px!important}.captcha-canvas-wrap{width:132px!important;min-width:132px!important}.captcha-refresh-button{width:48px!important;min-width:48px!important}}@media (width<=390px){.captcha-row{grid-template-columns:minmax(0,1fr) 118px 44px!important;gap:6px!important}.captcha-canvas-wrap{width:118px!important;min-width:118px!important}.captcha-canvas-wrap canvas{width:118px!important}.captcha-refresh-button{width:44px!important;min-width:44px!important;height:48px!important}}
