body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.login-container{background:#f5f7fa;height:100vh;width:100vw}.login-background,.login-container{align-items:center;display:flex;justify-content:center}.login-background{background:linear-gradient(135deg,#667eea,#764ba2);height:100%;overflow:hidden;position:relative;width:100%}.login-background:before{background:#ffffff1a;height:600px;right:-10%;top:-20%;width:600px}.login-background:after,.login-background:before{border-radius:50%;content:"";filter:blur(80px);position:absolute}.login-background:after{background:#764ba24d;bottom:-20%;height:500px;left:-10%;width:500px}.login-form-container{animation:slideUp .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;max-width:90vw;padding:48px 40px;position:relative;width:440px;z-index:1}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:40px;text-align:center}.login-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px}.login-header p{color:#8c8c8c;font-size:15px;font-weight:500;margin:0}.ant-form-item{margin-bottom:24px}.ant-form-item:last-of-type{margin-bottom:0}.ant-input,.ant-input-affix-wrapper,.ant-input-password{border:1.5px solid #e8e8e8;border-radius:10px;font-size:15px;height:48px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-input-affix-wrapper:hover,.ant-input-password:hover,.ant-input:hover{border-color:#667eea}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus,.ant-input-password:focus,.ant-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.ant-input-prefix{color:#8c8c8c;font-size:16px;margin-right:12px}.ant-btn-primary{border-radius:10px;box-shadow:0 4px 15px #667eea4d;font-size:16px;height:48px;letter-spacing:.5px}.ant-btn-primary:hover{transform:translateY(-2px)}.ant-btn-primary:active{box-shadow:0 2px 8px #667eea4d;transform:translateY(0)}.ant-btn-primary[disabled]{background:#d9d9d9;box-shadow:none}a{color:#667eea;font-weight:500;text-decoration:none;transition:all .3s}a:hover{color:#5568d3;text-decoration:underline}.ant-form-item:last-child{margin-top:16px;text-align:center}.ant-form-item:last-child span{color:#8c8c8c;font-size:14px}@media (max-width:480px){.login-form-container{border-radius:16px;padding:32px 24px}.login-header h1{font-size:28px}.login-header p{font-size:14px}.ant-input,.ant-input-affix-wrapper,.ant-input-password{font-size:14px;height:44px}.ant-btn-primary{font-size:15px;height:44px}.ant-form-item{margin-bottom:20px}.login-header{margin-bottom:32px}}.main-layout{background:#f5f7fa;min-height:100vh}.main-header{background:#fff;box-shadow:0 2px 8px #0000000f;height:64px;justify-content:space-between;left:0;line-height:64px;padding:0 32px;position:fixed;right:0;top:0;z-index:1000}.header-left,.main-header{align-items:center;display:flex}.header-left{flex:1 1;gap:40px}.logo{align-items:center;cursor:pointer;display:flex;gap:12px;-webkit-user-select:none;user-select:none}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700;margin:0}.logo-subtitle{color:#8c8c8c;font-size:12px;font-weight:500;letter-spacing:.5px}.top-menu{background:#0000;border-bottom:none!important;flex:1 1;line-height:64px}.top-menu .ant-menu-item,.top-menu .ant-menu-submenu{border-radius:6px;font-size:14px;font-weight:500;margin:0 4px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.top-menu .ant-menu-item:hover,.top-menu .ant-menu-submenu:hover{background:#667eea14;color:#667eea}.top-menu .ant-menu-item-selected{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;font-weight:600}.top-menu .ant-menu-submenu-selected{color:#667eea}.header-right{align-items:center;display:flex;gap:24px}.header-icon{border-radius:6px;cursor:pointer;padding:8px;transition:all .3s}.header-icon:hover,.user-info{background:#f5f7fa}.user-info{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:8px 16px;transition:all .3s}.user-info:hover{background:#e8ebf0}.username{color:#262626;font-size:14px;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{background:#f5f7fa;margin-top:64px;min-height:calc(100vh - 64px);padding:0}.content-wrapper{margin:0 auto;max-width:1400px;min-height:calc(100vh - 128px);padding:32px}.subscription-alert{margin:24px auto 0;max-width:1336px}@media (max-width:1200px){.header-left{gap:24px}.top-menu{flex:none}.content-wrapper{padding:24px}}@media (max-width:992px){.main-header{padding:0 24px}.logo-subtitle{display:none}.top-menu .ant-menu-item,.top-menu .ant-menu-submenu{font-size:13px;margin:0 2px}.content-wrapper{padding:20px}}@media (max-width:768px){.main-header{height:56px;line-height:56px;padding:0 16px}.header-left{gap:16px}.logo h1{font-size:20px}.top-menu{display:none}.main-content{margin-top:56px;min-height:calc(100vh - 56px)}.content-wrapper{min-height:calc(100vh - 88px);padding:16px}.subscription-alert{margin:16px}.username{display:none}.header-right{gap:16px}.mobile-menu-trigger{color:#262626;cursor:pointer;display:block;font-size:20px}}.user-management{padding:0}.ant-statistic-content{font-size:20px}.user-stats{color:#666}.subscription-status,.user-stats{font-size:12px}.user-id-cell{color:#666;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px}@media (max-width:768px){.statistics-row .ant-col{span:12}.toolbar-row .ant-col{margin-bottom:8px}}.credit-usage-analytics{padding:0}.header-card{margin-bottom:16px}.statistics-row{margin:0}.statistics-row .ant-col{margin-bottom:16px}.ant-statistic{text-align:center}.ant-statistic-title{color:#666}.ant-statistic-content{font-size:18px;font-weight:600}.ant-table-small .ant-table-tbody>tr>td{padding:8px;vertical-align:top}.ant-table-thead>tr>th{background:#fafafa;font-weight:600}.toolbar-row{margin-bottom:16px}.ant-pagination{margin-top:16px;text-align:center}.models-used-tags .ant-tag{margin:2px}.activity-time-cell{font-size:12px;line-height:1.2}.token-usage-cell{font-size:12px;line-height:1.3}.token-usage-cell strong{color:#1890ff}.user-info-cell{line-height:1.3}.credit-amount{color:#f5222d;font-weight:500}@media (max-width:768px){.statistics-row .ant-col{span:12;margin-bottom:8px}.toolbar-row .ant-col{margin-bottom:8px}.ant-table-wrapper{overflow-x:auto}}.App{background:#f5f7fa;min-height:100vh;text-align:left}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.page-header h1{color:#1a1a1a;font-size:28px;font-weight:700;letter-spacing:-.5px;margin:0}.dashboard{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.welcome-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px #667eea26;margin-bottom:32px;overflow:hidden;padding:40px;position:relative}.welcome-section:before{background:#ffffff1a;border-radius:50%;content:"";filter:blur(60px);height:300px;position:absolute;right:-10%;top:-50%;width:300px}.welcome-section h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:-.5px;margin:0 0 12px;position:relative}.welcome-section .ant-typography{color:#fffffff2;font-size:16px;position:relative}.welcome-section .ant-alert{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;position:relative}.welcome-section .ant-alert-description,.welcome-section .ant-alert-icon,.welcome-section .ant-alert-message{color:#fff}.ant-card{border:1px solid #e8e8e8;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-card:hover{border-color:#667eea;box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.ant-statistic-title{color:#8c8c8c;font-size:14px;font-weight:500;margin-bottom:12px}.ant-statistic-content{font-size:28px;font-weight:700;letter-spacing:-.5px}.quick-actions{animation:fadeIn .5s ease-in-out .1s both}.quick-actions h3{color:#1a1a1a;font-size:20px;font-weight:700;letter-spacing:-.3px;margin:0 0 24px}.action-card{border-radius:12px;height:100%;overflow:hidden;transition:all .3s cubic-bezier(.645,.045,.355,1)}.action-card:hover{border-color:#667eea;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.action-card .ant-card-body{padding:32px 24px}.action-icon{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8ebf0);border-radius:12px;display:inline-flex;height:56px;justify-content:center;margin-bottom:20px;width:56px}.action-card h3{color:#1a1a1a;font-size:18px;font-weight:600;margin:16px 0 8px!important}.action-card p{color:#8c8c8c;font-size:14px;line-height:1.6}.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 12px #667eea4d;font-weight:600;letter-spacing:.3px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-btn-primary:hover{background:linear-gradient(135deg,#5568d3,#6a4091);box-shadow:0 6px 20px #667eea66;transform:translateY(-1px)}.ant-btn-default{border:1px solid #d9d9d9;font-weight:500;transition:all .3s}.ant-btn-default:hover{border-color:#667eea;color:#667eea}.welcome-section span[style*=background]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3!important;border:1px solid #ffffff4d;border-radius:6px!important;font-weight:600;letter-spacing:.5px;padding:4px 12px!important}.api-keys-card,.api-usage-card{border-radius:12px;height:100%}.ant-alert{border-radius:10px;border-width:1px}.ant-alert-success{background:linear-gradient(135deg,#f6ffed,#e7f9e7);border-color:#b7eb8f}.ant-alert-warning{background:linear-gradient(135deg,#fffbe6,#fff7d6);border-color:#ffe58f}@media (max-width:768px){.page-header{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.page-header h1{font-size:24px}.welcome-section{margin-bottom:24px;padding:24px}.welcome-section h2{font-size:24px}.welcome-section .ant-typography{font-size:14px}.quick-actions h3{font-size:18px;margin-bottom:16px}.action-card .ant-card-body{padding:24px 20px}.action-icon{height:48px;width:48px}.ant-statistic-content{font-size:24px}}
/*# sourceMappingURL=main.bc7f02e7.css.map*/