.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.login-container .login-box{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:400px;padding:32px;width:100%}.login-container .login-box .login-header{margin-bottom:32px;text-align:center}.login-container .login-box .login-header .logo{margin-bottom:16px;width:120px}.login-container .login-box .login-header .title{color:#333;font-size:24px;margin:0}.login-container .login-box .verification-code-input{display:flex;gap:8px}.login-container .login-box .verification-code-input button{white-space:nowrap;width:120px}.login-container .login-box .form-footer{display:flex;justify-content:flex-end;margin-bottom:24px}.login-container .login-box .form-footer .forgot-password{color:#1890ff}.login-container .login-box .agreement{margin:24px 0;text-align:center}.login-container .login-box .agreement .link{color:#1890ff;margin:0 4px}.login-container .login-box .register-guide{margin-top:16px;text-align:center}.login-container .login-box .register-guide .register-link{color:#1890ff;margin-left:8px}.register-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.register-container .register-content{max-width:400px;padding:20px;width:100%}.register-container .register-content .register-header{margin-bottom:30px;text-align:center}.register-container .register-content .register-header .title{color:#fff;font-size:24px}.register-container .register-content .register-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px}.register-container .register-content .register-box .verification-code-input{display:flex;gap:8px}.register-container .register-content .register-box .verification-code-input button{white-space:nowrap;width:120px}.register-container .register-content .register-box .agreement{margin-bottom:24px}.register-container .register-content .register-box .agreement .link{color:#1890ff;margin:0 4px}.register-container .register-content .register-box .login-guide{margin-top:16px;text-align:center}.forgot-password-container{align-items:center;display:flex;justify-content:center;min-height:100vh}.forgot-password-container .forgot-password-content{max-width:400px;padding:20px;width:100%}.forgot-password-container .forgot-password-content .forgot-password-header{margin-bottom:30px;text-align:center}.forgot-password-container .forgot-password-content .forgot-password-header .title{color:#fff;font-size:24px}.forgot-password-container .forgot-password-content .forgot-password-box{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px}.forgot-password-container .forgot-password-content .forgot-password-box .verification-code-input{display:flex;gap:8px}.forgot-password-container .forgot-password-content .forgot-password-box .verification-code-input button{white-space:nowrap;width:120px}.forgot-password-container .forgot-password-content .forgot-password-box .back-to-login{margin-top:16px;text-align:center}.main-layout{min-height:100vh}.main-layout .ant-layout-header{background:#001529;padding:0}.main-layout .header-content{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:0 24px}.main-layout .header-content .logo{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:700}.main-layout .header-content .logo img{height:32px;margin-right:12px}.main-layout .header-content .ant-menu{align-items:center;background:#0000;border-bottom:none;display:flex;flex:1 1;margin:0 48px}.main-layout .header-content .ant-menu .ant-menu-item{font-size:17px;font-weight:500;padding:0 32px;transition:color .2s}.main-layout .header-content .ant-menu .ant-menu-item:hover{background:#1677ff14;color:#1677ff}.main-layout .header-content .header-right .ant-btn{color:#fff;font-size:14px}.main-layout .header-content .header-right .ant-btn:hover{color:#1890ff}.main-layout .content-wrapper{background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a}.blank-layout{align-items:center;background:#5794f7;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.blank-layout:before{animation:rotate 30s linear infinite}.blank-layout:after,.blank-layout:before{background:radial-gradient(circle,#ffffff1a 0,#fff0 60%);content:"";height:150%;left:-25%;position:absolute;top:-25%;width:150%}.blank-layout:after{animation:rotate 20s linear infinite reverse}.blank-layout>*{position:relative;z-index:1}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.privacy-container{min-height:100vh;padding:40px 20px}.privacy-container .privacy-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:800px;padding:40px}.privacy-container .privacy-content h2.ant-typography{color:#1677ff;margin-bottom:32px;text-align:center}.privacy-container .privacy-content h3.ant-typography{color:#333;margin-bottom:16px;margin-top:24px}.privacy-container .privacy-content .ant-typography{color:#666;line-height:1.8}.privacy-container .privacy-content .ant-typography ul{margin-bottom:8px;margin-top:8px;padding-left:20px}.privacy-container .privacy-content .ant-typography ul li{line-height:1.6;margin-bottom:8px}.privacy-container .privacy-content .ant-typography ul li:last-child{margin-bottom:0}.privacy-container .privacy-content .action-buttons{margin-top:40px;text-align:center}.privacy-container .privacy-content .action-buttons .ant-btn{min-width:120px}.terms-container{min-height:100vh;padding:40px 20px}.terms-container .terms-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:800px;padding:40px}.terms-container .terms-content h2.ant-typography{color:#1677ff;margin-bottom:32px;text-align:center}.terms-container .terms-content h3.ant-typography{color:#333;margin-bottom:16px;margin-top:24px}.terms-container .terms-content .ant-typography{color:#666;line-height:1.8}.terms-container .terms-content .ant-typography ul{margin-bottom:8px;margin-top:8px;padding-left:20px}.terms-container .terms-content .ant-typography ul li{line-height:1.6;margin-bottom:8px}.terms-container .terms-content .ant-typography ul li:last-child{margin-bottom:0}.terms-container .terms-content .action-buttons{margin-top:40px;text-align:center}.terms-container .terms-content .action-buttons .ant-btn{min-width:120px}.api-container{background:#fff;border-radius:8px;overflow:hidden}.api-container .ant-layout-sider{border-right:1px solid #f0f0f0}.api-container .api-content{background:#fff;padding:24px}.docs-container{background:#fff;border-radius:8px;min-height:calc(100vh - 88px);overflow:hidden}.docs-container .docs-sider{border-right:1px solid #f0f0f0}.docs-container .docs-sider .ant-menu-inline{border-right:none}.docs-container .docs-content{background:#fff;padding:24px 40px}.account-info-container .info-section{margin-top:16px}.account-info-container .info-section .info-item{align-items:center;display:flex;gap:8px;margin-bottom:16px}.account-info-container .info-section .info-item .ant-typography{margin-bottom:0}.account-info-container .balance-info{align-items:center;display:flex;justify-content:space-between}.account-info-container .balance-info .balance-amount{font-size:32px;font-weight:500;margin-top:8px}.api-keys-container .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.api-keys-container .header .ant-typography{margin-bottom:0}.api-keys-container .description{color:#666;margin-bottom:24px}.recharge-history-container .header{margin-bottom:24px}.recharge-history-container .header .balance-info{border-radius:8px;margin-top:16px;padding:24px}.recharge-history-container .header .balance-info .amount{font-size:32px;font-weight:500;margin:8px 0}.recharge-history-container .header .balance-info .details{align-items:center;display:flex;gap:8px;margin-bottom:16px}.recharge-history-container .header .balance-info .details .detail-item{display:flex;flex-direction:column;gap:4px}.recharge-history-container .filter-section{display:flex;justify-content:space-between;margin-bottom:16px}.recharge-history-container .ant-table-tbody>tr.pending-row{cursor:pointer;transition:background .2s}.recharge-history-container .ant-table-tbody>tr.pending-row:hover{background:#f0f7ff}.pay-methods{display:flex;gap:16px;margin-bottom:8px}.pay-method-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:none;color:#222;display:flex;font-size:18px;font-weight:500;padding:10px 28px 10px 18px;transition:all .18s;-webkit-user-select:none;user-select:none}.pay-method-btn.selected{background:#eaf3ff;border-color:#1677ff;box-shadow:0 2px 8px #1677ff22;color:#1677ff}.pay-method-btn:not(.selected):hover{border-color:#bdbdbd;box-shadow:0 2px 8px #0001}.pay-method-btn[style*=not-allowed]{opacity:.6;pointer-events:none}.billing-history-container .filter-section{background:#f5f5f5;border-radius:8px;margin:24px 0;padding:16px}.billing-history-container .filter-section .filter-group{align-items:center;display:flex;gap:16px;margin-bottom:16px}.billing-history-container .filter-section .filter-group:last-child{margin-bottom:0}.billing-history-container .ant-table .ant-table-thead>tr>th{white-space:nowrap}.account-container{background:#fff;border-radius:8px;min-height:calc(100vh - 88px);overflow:hidden}.account-container .account-sider{border-right:1px solid #f0f0f0}.account-container .account-sider .ant-menu-inline{border-right:none}.account-container .account-content{background:#fff;padding:24px}.custom-gradient-btn{transition:transform .18s,box-shadow .18s}.custom-gradient-btn:hover{box-shadow:0 0 0 12px #bae0ff;transform:scale(1.06)}.api-card{transition:transform .18s,border-color .18s,box-shadow .18s,background .18s}.api-card:hover{background:linear-gradient(135deg,#e6f0ff 60%,#d0e6ff);border-color:#3578ff;box-shadow:0 8px 32px #bae0ff;transform:translateY(-6px) scale(1.06)}.app-container{min-height:100vh}.app-container .ant-layout-content{background:#f0f2f5;padding:24px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;margin:0;padding:0}.ant-layout{background:#fff}.ant-menu-horizontal{line-height:64px}#root{height:100vh}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}a{text-decoration:none}ul{list-style:none}button,input{background:none;border:none;outline:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}audio,embed,iframe,img,object,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}.f12{font-size:12px}.f13{font-size:13px}.f14{font-size:14px}.f16{font-size:16px}.f20{font-size:20px}.fb{font-weight:700}.fn{font-weight:400}.fi{font-style:italic}.t2{text-indent:2em}.unl{text-decoration:underline}.no_unl{text-decoration:none}.tl{text-align:left}.tc{text-align:center}.tr{text-align:right}.bc{margin-left:auto;margin-right:auto}.fl{float:left}.fl,.fr{display:inline}.fr{float:right}.cb{clear:both;font-size:0;height:0;line-height:0}.cl{clear:left}.cr{clear:right}.clearfix:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.clearfix{*height:1%}.vm{vertical-align:middle}.pr{position:relative}.abs-right,.pa{position:absolute}.abs-right{right:0}.zoom{zoom:1}.hidden{visibility:hidden}.none{display:none}.block{display:block}.iblock{display:inline-block}.w{width:100%}.h{height:100%}.m10{margin:10px}.m15{margin:15px}.m30{margin:30px}.mt5{margin-top:5px}.mt0{margin-top:0}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml30{margin-left:30px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr30{margin-right:30px}.p10{padding:10px}.p15{padding:15px}.p30{padding:30px}.pt5{padding-top:5px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pb5{padding-bottom:5px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pl5{padding-left:5px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl30{padding-left:30px}.pr5{padding-right:5px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr30{padding-right:30px}.flex,.flex-row{display:flex}.flex-row{flex-direction:row}.flex-col{display:flex;flex-direction:column}.flex-center{align-items:center;line-height:normal}.flex-center,.flex-hcenter{display:flex;justify-content:center}.flex-col-center,.flex-vcenter{align-items:center;display:flex}.flex-col-center{flex-direction:column;justify-content:center}.flex-col-vcenter{align-items:center;display:flex;flex-direction:column}.flex-no-shrink{flex-shrink:0}.flex,.flex-center,.flex-col,.flex-col-center,.flex-col-vcenter,.flex-hcenter,.flex-row,.flex-vcenter{box-sizing:border-box;flex:0 1 auto}.flex-center.wrap,.flex-col-center.wrap,.flex-col-vcenter.wrap,.flex-col.wrap,.flex-hcenter.wrap,.flex-row.wrap,.flex-vcenter.wrap,.flex.wrap{flex-wrap:wrap}.flex-center.wrap-reverse,.flex-col-center.wrap-reverse,.flex-col-vcenter.wrap-reverse,.flex-col.wrap-reverse,.flex-hcenter.wrap-reverse,.flex-row.wrap-reverse,.flex-vcenter.wrap-reverse,.flex.wrap-reverse{flex-wrap:wrap-reverse}.flex-center.d-row-reverse,.flex-col-center.d-row-reverse,.flex-col-vcenter.d-row-reverse,.flex-col.d-row-reverse,.flex-hcenter.d-row-reverse,.flex-row.d-row-reverse,.flex-vcenter.d-row-reverse,.flex.d-row-reverse{flex-direction:row-reverse}.flex-center.d-col-reverse,.flex-col-center.d-col-reverse,.flex-col-vcenter.d-col-reverse,.flex-col.d-col-reverse,.flex-hcenter.d-col-reverse,.flex-row.d-col-reverse,.flex-vcenter.d-col-reverse,.flex.d-col-reverse{flex-direction:column-reverse}.flex-center.d-column,.flex-col-center.d-column,.flex-col-vcenter.d-column,.flex-col.d-column,.flex-hcenter.d-column,.flex-row.d-column,.flex-vcenter.d-column,.flex.d-column{flex-direction:column}.flex-center.jc-start,.flex-col-center.jc-start,.flex-col-vcenter.jc-start,.flex-col.jc-start,.flex-hcenter.jc-start,.flex-row.jc-start,.flex-vcenter.jc-start,.flex.jc-start{justify-content:flex-start}.flex-center.jc-center,.flex-col-center.jc-center,.flex-col-vcenter.jc-center,.flex-col.jc-center,.flex-hcenter.jc-center,.flex-row.jc-center,.flex-vcenter.jc-center,.flex.jc-center{justify-content:center}.flex-center.jc-end,.flex-col-center.jc-end,.flex-col-vcenter.jc-end,.flex-col.jc-end,.flex-hcenter.jc-end,.flex-row.jc-end,.flex-vcenter.jc-end,.flex.jc-end{justify-content:flex-end}.flex-center.jc-around,.flex-col-center.jc-around,.flex-col-vcenter.jc-around,.flex-col.jc-around,.flex-hcenter.jc-around,.flex-row.jc-around,.flex-vcenter.jc-around,.flex.jc-around{justify-content:space-around}.flex-center.jc-between,.flex-col-center.jc-between,.flex-col-vcenter.jc-between,.flex-col.jc-between,.flex-hcenter.jc-between,.flex-row.jc-between,.flex-vcenter.jc-between,.flex.jc-between{justify-content:space-between}.flex-center.ai-start,.flex-col-center.ai-start,.flex-col-vcenter.ai-start,.flex-col.ai-start,.flex-hcenter.ai-start,.flex-row.ai-start,.flex-vcenter.ai-start,.flex.ai-start{align-items:flex-start}.flex-center.ai-center,.flex-col-center.ai-center,.flex-col-vcenter.ai-center,.flex-col.ai-center,.flex-hcenter.ai-center,.flex-row.ai-center,.flex-vcenter.ai-center,.flex.ai-center{align-items:center}.flex-center.ai-end,.flex-col-center.ai-end,.flex-col-vcenter.ai-end,.flex-col.ai-end,.flex-hcenter.ai-end,.flex-row.ai-end,.flex-vcenter.ai-end,.flex.ai-end{align-items:flex-end}.flex-center.ai-baseline,.flex-col-center.ai-baseline,.flex-col-vcenter.ai-baseline,.flex-col.ai-baseline,.flex-hcenter.ai-baseline,.flex-row.ai-baseline,.flex-vcenter.ai-baseline,.flex.ai-baseline{align-items:baseline}.flex-center.ai-stretch,.flex-col-center.ai-stretch,.flex-col-vcenter.ai-stretch,.flex-col.ai-stretch,.flex-hcenter.ai-stretch,.flex-row.ai-stretch,.flex-vcenter.ai-stretch,.flex.ai-stretch{align-items:stretch}.flex-center.ac-start,.flex-col-center.ac-start,.flex-col-vcenter.ac-start,.flex-col.ac-start,.flex-hcenter.ac-start,.flex-row.ac-start,.flex-vcenter.ac-start,.flex.ac-start{align-content:flex-start}.flex-center.ac-center,.flex-col-center.ac-center,.flex-col-vcenter.ac-center,.flex-col.ac-center,.flex-hcenter.ac-center,.flex-row.ac-center,.flex-vcenter.ac-center,.flex.ac-center{align-content:center}.flex-center.ac-end,.flex-col-center.ac-end,.flex-col-vcenter.ac-end,.flex-col.ac-end,.flex-hcenter.ac-end,.flex-row.ac-end,.flex-vcenter.ac-end,.flex.ac-end{align-content:flex-end}.flex-center.ac-around,.flex-col-center.ac-around,.flex-col-vcenter.ac-around,.flex-col.ac-around,.flex-hcenter.ac-around,.flex-row.ac-around,.flex-vcenter.ac-around,.flex.ac-around{align-content:space-around}.flex-center.ac-between,.flex-col-center.ac-between,.flex-col-vcenter.ac-between,.flex-col.ac-between,.flex-hcenter.ac-between,.flex-row.ac-between,.flex-vcenter.ac-between,.flex.ac-between{align-content:space-between}.flex-g-1{box-sizing:border-box;flex-basis:0;flex-grow:1;max-width:100%}.flex-col-1,.flex-col-10,.flex-col-11,.flex-col-12,.flex-col-2,.flex-col-3,.flex-col-4,.flex-col-5,.flex-col-6,.flex-col-7,.flex-col-8,.flex-col-9{box-sizing:border-box;flex:0 0 auto}.flex-col-1{flex-basis:8.333%;width:8.333%}.flex-col-2{flex-basis:16.667%;width:16.667%}.flex-col-3{flex-basis:25%;width:25%}.flex-col-4{flex-basis:33.333%;width:33.333%}.flex-col-5{flex-basis:41.667%;width:41.667%}.flex-col-6{flex-basis:50%;width:50%}.flex-col-7{flex-basis:58.333%;width:58.333%}.flex-col-8{flex-basis:66.667%;width:66.667%}.flex-col-9{flex-basis:75%;width:75%}.flex-col-10{flex-basis:83.333%;width:83.333%}.flex-col-11{flex-basis:91.667%;width:91.667%}.flex-col-12{flex-basis:100%;width:100%}.flex-col-offset-1{margin-left:8.333%}.flex-col-offset-2{margin-left:16.667%}.flex-col-offset-3{margin-left:25%}.flex-col-offset-4{margin-left:33.333%}.flex-col-offset-5{margin-left:41.667%}.flex-col-offset-6{margin-left:50%}.flex-col-offset-7{margin-left:58.333%}.flex-col-offset-8{margin-left:66.667%}.flex-col-offset-9{margin-left:75%}.flex-col-offset-10{margin-left:83.333%}.flex-col-offset-11{margin-left:91.667%}.flex-col-offset-2{margin-left:100%}:root{--theme:light;--white:#fff;--black:#303030;--black2:#787878;--gray:#fafafa;--primary:#1d93ab;--second:#f2f9fb;--hover-color:#f3f3f3;--bar-color:#0000001a;--theme-color:var(--gray);--shadow:20px 20px 100px 8px #00000014;--card-shadow:0px 2px 4px 0px #0000000d;--border-in-light:1px solid #dedede;--window-width:92vw;--window-height:92vh;--sidebar-width:240px;--main-width:calc(100% - var(--sidebar-width));--message-min-width:40%;--message-max-width:80%;--full-height:100%}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}#root,body,html{height:100%}.ant-layout{min-height:100%}.ant-btn,.ant-input{border-radius:8px}.ant-form-item{margin-bottom:16px}
/*# sourceMappingURL=main.e4c681a2.css.map*/