.App{min-height:100%}.login-container{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:32px;background:radial-gradient(circle at top left,rgba(24,144,255,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(82,196,26,.14),transparent 28%),linear-gradient(135deg,#eef5ff,#f7faff 45%,#f4f7fb)}.login-background-glow{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(60px);opacity:.45;pointer-events:none}.login-background-glow-left{top:-80px;left:-80px;background:#1890ff52}.login-background-glow-right{right:-120px;bottom:-120px;background:#52c41a3d}.login-shell{position:relative;z-index:1;width:100%;max-width:1080px;display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.login-brand-panel{color:#17324d;padding:16px 12px}.login-brand-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(24,144,255,.12);box-shadow:0 12px 32px #11264e14;font-size:13px;font-weight:600;color:#1765cc}.login-brand-panel h1{margin:24px 0 16px;font-size:48px;line-height:1.15;font-weight:700;color:#16324f}.login-brand-panel p{margin:0;max-width:560px;font-size:17px;line-height:1.8;color:#5b7087}.login-brand-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:32px}.login-metric-card{padding:20px;border-radius:20px;background:#ffffffb8;border:1px solid rgba(255,255,255,.8);box-shadow:0 18px 40px #1e48791a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-metric-card strong{display:block;margin-bottom:8px;font-size:16px;color:#17324d}.login-metric-card span{font-size:14px;color:#6b7f94}.login-card{border-radius:28px;border:1px solid rgba(255,255,255,.72);box-shadow:0 28px 70px #14335c29;background:#ffffffe0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card .ant-card-body{padding:36px}.login-card-header{margin-bottom:28px}.login-card-tag{display:inline-block;margin-bottom:14px;padding:6px 12px;border-radius:999px;background:#1890ff1f;color:#1765cc;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.login-card-header h2{margin:0 0 10px;font-size:30px;font-weight:700;color:#16283d}.login-card-header p{margin:0;color:#6f8195;font-size:15px}.login-form .ant-form-item{margin-bottom:20px}.login-form .ant-form-item-label>label{font-size:14px;font-weight:600;color:#31465d}.login-card .ant-input,.login-card .ant-input-password,.login-card .ant-input-affix-wrapper{min-height:52px;border-radius:14px;border:1px solid #d8e2ef;background:#f8fbffeb;box-shadow:none}.login-card .ant-input-affix-wrapper{padding-left:14px;padding-right:14px}.login-card .ant-input{font-size:15px;background:transparent}.login-card .ant-input-prefix{margin-right:10px;color:#7d91a7}.login-card .ant-input:focus,.login-card .ant-input-focused,.login-card .ant-input-affix-wrapper:focus,.login-card .ant-input-affix-wrapper-focused{border-color:#1890ff;background:#fff;box-shadow:0 0 0 4px #1890ff1f}.login-button{width:100%;height:52px;border:none;border-radius:14px;font-size:15px;font-weight:700;background:linear-gradient(135deg,#1677ff,#4096ff);box-shadow:0 16px 30px #1677ff47}.login-button:hover,.login-button:focus{background:linear-gradient(135deg,#3c96ff,#69b1ff)!important;transform:translateY(-1px);box-shadow:0 20px 38px #1677ff52}.login-button.ant-btn-loading{transform:none}body.dark-theme .login-container{background:radial-gradient(circle at top left,rgba(24,144,255,.2),transparent 28%),radial-gradient(circle at bottom right,rgba(82,196,26,.12),transparent 24%),linear-gradient(135deg,#101826,#111b2c 45%,#0d1523)}body.dark-theme .login-brand-panel{color:#dce7f3}body.dark-theme .login-brand-badge,body.dark-theme .login-metric-card,body.dark-theme .login-card{background:linear-gradient(180deg,#141e2ce6,#0e1622eb);border-color:#5c738f52;box-shadow:0 24px 60px #00000057}body.dark-theme .login-brand-panel h1,body.dark-theme .login-metric-card strong,body.dark-theme .login-card-header h2{color:#f3f7fb}body.dark-theme .login-brand-panel p,body.dark-theme .login-metric-card span,body.dark-theme .login-card-header p,body.dark-theme .login-form .ant-form-item-label>label{color:#9fb1c4}body.dark-theme .login-card .ant-input,body.dark-theme .login-card .ant-input-password,body.dark-theme .login-card .ant-input-affix-wrapper{background:#0a121deb;border-color:#324257;color:#f3f7fb}body.dark-theme .login-card .ant-input::placeholder,body.dark-theme .login-card .ant-input-password input::placeholder{color:#6f8195}body.dark-theme .login-card .ant-input-prefix{color:#7f93aa}body.dark-theme .login-card .ant-input:focus,body.dark-theme .login-card .ant-input-focused,body.dark-theme .login-card .ant-input-affix-wrapper:focus,body.dark-theme .login-card .ant-input-affix-wrapper-focused{background:#121d2b}@media (max-width: 960px){.login-shell{grid-template-columns:1fr;max-width:520px}.login-brand-panel{padding:0}.login-brand-panel h1{font-size:36px}}@media (max-width: 640px){.login-container{padding:20px}.login-brand-panel h1{font-size:30px}.login-brand-panel p{font-size:15px}.login-brand-metrics{grid-template-columns:1fr}.login-card .ant-card-body{padding:24px}.login-card-header h2{font-size:24px}}.dashboard{display:flex;flex-direction:column;gap:24px;min-height:100%;padding:4px 0 8px}.dashboard-hero{display:flex;justify-content:space-between;gap:24px;padding:28px 32px;border-radius:24px;color:var(--text-color);background:radial-gradient(circle at top right,rgba(24,144,255,.18),transparent 24%),linear-gradient(135deg,#fffffff5,#f7fafff5);border:1px solid rgba(24,144,255,.08);box-shadow:0 18px 44px #0f376914}.dashboard-hero-tag{display:inline-block;margin-bottom:14px;padding:6px 12px;border-radius:999px;background:#1890ff1f;color:var(--primary-color);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.dashboard-hero h1{margin:0 0 12px;font-size:32px;font-weight:700;color:#1c2d41}.dashboard-hero p{max-width:720px;margin:0;font-size:15px;line-height:1.8;color:#61758a}.dashboard-hero-summary{min-width:220px;max-width:280px;padding:20px 22px;border-radius:20px;background:linear-gradient(135deg,#1677ff,#69b1ff);color:#fff;box-shadow:0 18px 34px #1677ff38}.dashboard-hero-summary span{display:block;margin-bottom:8px;font-size:13px;opacity:.9}.dashboard-hero-summary strong{display:block;font-size:40px;line-height:1;margin-bottom:10px}.dashboard-hero-summary p{margin:0;color:#ffffffdb;font-size:13px;line-height:1.6}.dashboard-stats-row,.dashboard-main-row{margin:0!important}.dashboard-stat-card,.dashboard-panel{overflow:hidden;border:1px solid rgba(24,144,255,.08);border-radius:22px;background:#fffffff0;box-shadow:0 16px 36px #0f376914}.dashboard-stat-card{min-height:180px;transition:transform .25s ease,box-shadow .25s ease}.dashboard-stat-card:hover,.dashboard-panel:hover{transform:translateY(-3px);box-shadow:0 22px 44px #0f37691f}.dashboard-stat-card .ant-card-body{padding:24px}.dashboard-stat-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.dashboard-stat-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;font-size:22px;color:#fff;box-shadow:0 16px 28px #1677ff33}.dashboard-stat-description{flex:1;text-align:right;font-size:13px;line-height:1.6;color:#7b8da1}.dashboard-stat-card .ant-statistic-title{margin-bottom:10px;font-size:13px;font-weight:600;color:#718397;letter-spacing:.04em}.dashboard-stat-card .ant-statistic-content{font-size:34px;font-weight:700;color:#1d2e42}.dashboard-stat-card-primary .dashboard-stat-icon{background:linear-gradient(135deg,#1677ff,#69b1ff)}.dashboard-stat-card-violet .dashboard-stat-icon{background:linear-gradient(135deg,#722ed1,#b37feb)}.dashboard-stat-card-cyan .dashboard-stat-icon{background:linear-gradient(135deg,#13c2c2,#5cdbd3)}.dashboard-stat-card-green .dashboard-stat-icon{background:linear-gradient(135deg,#52c41a,#95de64)}.dashboard-panel .ant-card-head{padding:0 24px;min-height:68px;border-bottom:1px solid rgba(15,55,105,.08)}.dashboard-panel .ant-card-head-title{font-size:16px;font-weight:700;color:#1c2d41}.dashboard-panel .ant-card-body{padding:24px}.dashboard-chart{width:100%;height:400px}.dashboard-side-card{height:100%}.dashboard-side-metrics{display:grid;gap:16px}.dashboard-side-metric{padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,#1890ff14,#1890ff05);border:1px solid rgba(24,144,255,.08)}.dashboard-side-metric span{display:block;margin-bottom:10px;font-size:13px;color:#6d8196}.dashboard-side-metric strong{font-size:24px;color:#1c2d41}.recent-logs-card .ant-table{background:transparent}.recent-logs-card .ant-table-thead>tr>th{background:#f7faff;font-weight:700;color:#405568;border-bottom:1px solid #e8eef5}.recent-logs-card .ant-table-tbody>tr>td{border-bottom:1px solid #eef3f8;color:#41566b}.recent-logs-card .ant-table-placeholder{background:transparent}.recent-logs-card .ant-table-empty .ant-empty{margin:28px 0}.recent-logs-card .ant-pagination .ant-pagination-item{border-radius:10px;border-color:#dbe5f0}.recent-logs-card .ant-pagination .ant-pagination-item-active{background:#1890ff14;border-color:#1890ff47}.dark-theme .recent-logs-card .ant-pagination .ant-pagination-item{background:transparent;border-color:#314155}.dark-theme .recent-logs-card .ant-pagination .ant-pagination-item a{color:#cfe0f1}.dark-theme .recent-logs-card .ant-pagination .ant-pagination-item-active{background:#1890ff24;border-color:#1890ff66}.dark-theme .dashboard-stat-card,.dark-theme .dashboard-panel{background:linear-gradient(180deg,#16202ffa,#101824fa);border-color:#314155;box-shadow:0 18px 38px #0000003d}.dark-theme .dashboard-hero{background:radial-gradient(circle at top right,rgba(24,144,255,.16),transparent 24%),linear-gradient(135deg,#181e28fa,#111722fa)}.dark-theme .dashboard-hero h1,.dark-theme .dashboard-panel .ant-card-head-title,.dark-theme .dashboard-stat-card .ant-statistic-content,.dark-theme .dashboard-side-metric strong{color:#f3f7fb}.dark-theme .dashboard-hero p,.dark-theme .dashboard-stat-card .ant-statistic-title,.dark-theme .dashboard-stat-description,.dark-theme .dashboard-side-metric span{color:#95a8bc}.dark-theme .dashboard-panel .ant-card-head{border-bottom-color:#2f3b4b}.dark-theme .dashboard-side-metric{background:linear-gradient(135deg,#1890ff24,#22344ceb);border-color:#314155}.dark-theme .recent-logs-card .ant-table,.dark-theme .recent-logs-card .ant-table-container,.dark-theme .recent-logs-card .ant-table-content{background:transparent}.dark-theme .recent-logs-card .ant-table-thead>tr>th{background:#202c3b;color:#dce7f3;border-bottom-color:#2f3b4b}.dark-theme .recent-logs-card .ant-table-tbody>tr>td{background:transparent;color:#c6d3df;border-bottom-color:#2f3b4b}.dark-theme .recent-logs-card .ant-table-tbody>tr:hover>td{background:#243243!important}@media (max-width: 992px){.dashboard-hero{flex-direction:column;padding:24px}.dashboard-hero-summary{width:100%}}@media (max-width: 768px){.dashboard{gap:20px}.dashboard-hero h1{font-size:28px}.dashboard-panel .ant-card-body,.dashboard-stat-card .ant-card-body{padding:20px}.dashboard-chart{height:320px}}@media (max-width: 480px){.dashboard-hero{padding:20px;border-radius:20px}.dashboard-hero h1{font-size:24px}.dashboard-hero-summary strong{font-size:32px}.dashboard-stat-card,.dashboard-panel{border-radius:18px}.dashboard-chart{height:280px}}.models-page{display:flex;flex-direction:column;gap:24px}.models-tabs-card,.models-table-card{border-radius:22px;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:var(--shadow)}.models-tabs-card .ant-card-body,.models-table-card .ant-card-body{padding:24px}.models-toolbar{display:flex;justify-content:flex-end;margin-bottom:18px}.models-tabs .ant-tabs-nav{margin-bottom:20px}.models-tabs .ant-tabs-tab{padding:10px 16px;border-radius:12px}.models-tabs .ant-tabs-tab-active{background:#1890ff14}.models-table-card .ant-table-placeholder{background:transparent}.models-table-card .ant-table-empty .ant-empty{margin:28px 0}.models-table-card .ant-pagination .ant-pagination-item{border-radius:10px;border-color:#dbe5f0}.models-table-card .ant-pagination .ant-pagination-item-active{background:#1890ff14;border-color:#1890ff47}.models-table-card .ant-table-thead>tr>th{background:#f7faff;color:#405568;font-weight:700;border-bottom:1px solid #e8eef5}.models-table-card .ant-table-tbody>tr>td{color:#41566b;border-bottom:1px solid #eef3f8}.models-table-card .ant-table-tbody>tr:hover>td{background:#f9fbff!important}.model-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.model-status-active{color:#237b2d;background:#52c41a1f}.model-status-inactive{color:#cf1322;background:#f5222d1f}.model-actions{display:flex;align-items:center;gap:8px}.model-modal .ant-modal-content{border-radius:24px;background:var(--card-bg)}.model-modal .ant-form-item-label>label{color:var(--text-color);font-weight:600}.model-form-actions{margin-bottom:0}.model-submit-button{margin-right:8px}.dark-theme .models-tabs-card,.dark-theme .models-table-card,.dark-theme .model-modal .ant-modal-content{background:linear-gradient(180deg,#141e2cfa,#0f1824fa);border-color:var(--border-color)}.dark-theme .models-tabs .ant-tabs-tab{color:#a9bdd0}.dark-theme .models-tabs .ant-tabs-tab-active{background:#1890ff24}.dark-theme .models-table-card .ant-table-thead>tr>th{background:#202c3b;color:#dce7f3;border-bottom-color:var(--border-color)}.dark-theme .models-table-card .ant-table-tbody>tr>td{background:transparent;color:#c6d3df;border-bottom-color:var(--border-color)}.dark-theme .models-table-card .ant-table-tbody>tr:hover>td{background:#243243!important}.dark-theme .model-status-active{color:#95de64}.dark-theme .model-status-inactive{color:#ff7875}@media (max-width: 768px){.models-toolbar{justify-content:stretch}.models-toolbar .page-primary-button{width:100%}}.api-keys-page{display:flex;flex-direction:column;gap:24px}.api-keys-table-card{border-radius:22px;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:var(--shadow)}.api-keys-table-card .ant-card-body{padding:24px}.page-primary-button.ant-btn{height:46px;padding:0 20px;border:none;border-radius:14px;font-weight:700;background:linear-gradient(135deg,#1677ff,#69b1ff);box-shadow:0 16px 30px #1677ff38;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.page-primary-button.ant-btn:hover,.page-primary-button.ant-btn:focus{background:linear-gradient(135deg,#3a8cff,#7bc1ff)!important;box-shadow:0 18px 32px #1677ff47;transform:translateY(-1px)}.api-key-value,.api-key-actions{display:flex;align-items:center;gap:8px}.api-key-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.api-key-status-active{color:#237b2d;background:#52c41a1f}.api-key-status-inactive{color:#cf1322;background:#f5222d1f}.api-key-modal .ant-modal-content{border-radius:24px;background:var(--card-bg)}.api-key-modal .ant-form-item-label>label{color:var(--text-color);font-weight:600}.api-key-form-actions{margin-bottom:0}.api-key-submit-button{margin-right:8px}.api-keys-table-card .ant-table-thead>tr>th{background:#f7faff;color:#405568;font-weight:700;border-bottom:1px solid #e8eef5}.api-keys-table-card .ant-table-tbody>tr>td{color:#41566b;border-bottom:1px solid #eef3f8}.api-keys-table-card .ant-table-tbody>tr:hover>td{background:#f9fbff!important}.dark-theme .api-keys-table-card,.dark-theme .api-key-modal .ant-modal-content{background:linear-gradient(180deg,#141e2cfa,#0f1824fa);border-color:var(--border-color)}.dark-theme .api-key-status-active{color:#95de64}.dark-theme .api-key-status-inactive{color:#ff7875}.dark-theme .api-keys-table-card .ant-table-thead>tr>th{background:#202c3b;color:#dce7f3;border-bottom-color:var(--border-color)}.dark-theme .api-keys-table-card .ant-table-tbody>tr>td{background:transparent;color:#c6d3df;border-bottom-color:var(--border-color)}.dark-theme .api-keys-table-card .ant-table-tbody>tr:hover>td{background:#243243!important}.stats-page{display:flex;flex-direction:column;gap:24px}.page-hero{display:flex;justify-content:space-between;gap:24px;padding:28px 32px;border-radius:24px;background:var(--card-bg);border:1px solid var(--border-color);box-shadow:var(--shadow)}.page-hero-tag{display:inline-block;margin-bottom:14px;padding:6px 12px;border-radius:999px;background:#1890ff1f;color:var(--primary-color);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.page-hero h1{margin:0 0 12px;font-size:32px;color:var(--text-color)}.page-hero p{margin:0;max-width:720px;color:var(--text-light);line-height:1.8}.stats-hero-summary{min-width:240px;max-width:300px;padding:20px 22px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#1677ff,#69b1ff);box-shadow:0 18px 34px #1677ff3d}.stats-hero-summary span,.stats-hero-summary p{color:#ffffffe0}.stats-hero-summary strong{display:block;margin:10px 0;font-size:28px}.stats-filter-card,.stats-chart-card,.stats-tabs-card{border-radius:22px;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:var(--shadow)}.stats-filter-card .ant-card-body,.stats-chart-card .ant-card-body,.stats-tabs-card .ant-card-body{padding:24px}.stats-filter-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.stats-filter-header h3{margin:0 0 6px;color:var(--text-color)}.stats-filter-header p{margin:0;color:var(--text-light)}.stats-chart-grid{display:none}.stats-chart-card .ant-card-head-title,.stats-tabs-card .ant-card-head-title{font-weight:700;color:var(--text-color)}.stats-chart-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:260px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#1890ff14,#52c41a0f)}.stats-chart-canvas{flex:1;min-height:260px}.stats-chart-copy{max-width:320px}.stats-chart-copy strong{display:block;margin-bottom:12px;font-size:20px;color:var(--text-color)}.stats-chart-copy p{margin:0;color:var(--text-light);line-height:1.8}.stats-trend-panel{min-height:320px}.stats-tabs .ant-tabs-nav{margin-bottom:20px}.stats-tabs .ant-tabs-tab{padding:10px 16px;border-radius:12px}.stats-tabs .ant-tabs-tab-active,.models-tabs .ant-tabs-tab-active{background:#1890ff14}.stats-tabs .ant-table-placeholder,.models-table-card .ant-table-placeholder,.api-keys-table-card .ant-table-placeholder,.recent-logs-card .ant-table-placeholder{background:transparent}.stats-tabs .ant-table-empty .ant-empty,.models-table-card .ant-table-empty .ant-empty,.api-keys-table-card .ant-table-empty .ant-empty,.recent-logs-card .ant-table-empty .ant-empty{margin:28px 0}.stats-tabs .ant-pagination .ant-pagination-item,.models-table-card .ant-pagination .ant-pagination-item,.api-keys-table-card .ant-pagination .ant-pagination-item{border-radius:10px;border-color:#dbe5f0}.stats-tabs .ant-pagination .ant-pagination-item-active,.models-table-card .ant-pagination .ant-pagination-item-active,.api-keys-table-card .ant-pagination .ant-pagination-item-active{background:#1890ff14;border-color:#1890ff47}.stats-tabs .ant-table-thead>tr>th{background:#f7faff;color:#405568;font-weight:700;border-bottom:1px solid #e8eef5}.stats-tabs .ant-table-tbody>tr>td{color:#41566b;border-bottom:1px solid #eef3f8}.stats-tabs .ant-table-tbody>tr:hover>td{background:#f9fbff!important}.dark-theme .page-hero,.dark-theme .stats-filter-card,.dark-theme .stats-chart-card,.dark-theme .stats-tabs-card{background:linear-gradient(180deg,#151f2efa,#0f1824fa);border-color:var(--border-color)}.dark-theme .stats-chart-panel{background:linear-gradient(135deg,#1890ff29,#13c2c21a)}.dark-theme .stats-tabs .ant-tabs-tab{color:#a9bdd0}.dark-theme .stats-tabs .ant-tabs-tab-active,.dark-theme .models-tabs .ant-tabs-tab-active{background:#1890ff24}.dark-theme .stats-tabs .ant-table-thead>tr>th{background:#202c3b;color:#dce7f3;border-bottom-color:var(--border-color)}.dark-theme .stats-tabs .ant-table-tbody>tr>td{background:transparent;color:#c6d3df;border-bottom-color:var(--border-color)}.dark-theme .stats-tabs .ant-table-tbody>tr:hover>td{background:#243243!important}.dark-theme .stats-tabs .ant-pagination .ant-pagination-item,.dark-theme .models-table-card .ant-pagination .ant-pagination-item,.dark-theme .api-keys-table-card .ant-pagination .ant-pagination-item{background:transparent;border-color:#314155}.dark-theme .stats-tabs .ant-pagination .ant-pagination-item a,.dark-theme .models-table-card .ant-pagination .ant-pagination-item a,.dark-theme .api-keys-table-card .ant-pagination .ant-pagination-item a{color:#cfe0f1}.dark-theme .stats-tabs .ant-pagination .ant-pagination-item-active,.dark-theme .models-table-card .ant-pagination .ant-pagination-item-active,.dark-theme .api-keys-table-card .ant-pagination .ant-pagination-item-active{background:#1890ff24;border-color:#1890ff66}@media (max-width: 992px){.page-hero,.stats-filter-header,.stats-chart-panel{flex-direction:column;align-items:flex-start}.stats-chart-grid{grid-template-columns:1fr}.stats-hero-summary,.stats-chart-copy{max-width:none;width:100%}}@media (max-width: 768px){.page-hero{padding:22px}.page-hero h1{font-size:28px}.stats-filter-card .ant-card-body,.stats-chart-card .ant-card-body,.stats-tabs-card .ant-card-body{padding:18px}}.settings-page{display:flex;flex-direction:column;gap:24px}.settings-card{border-radius:22px;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:var(--shadow)}.settings-card .ant-card-head{border-bottom:1px solid var(--border-color)}.settings-card .ant-card-head-title{color:var(--text-color);font-weight:700}.settings-card .ant-card-body{padding:24px}.settings-card .ant-form-item-label>label{color:var(--text-color);font-weight:600}.settings-card .ant-input,.settings-card .ant-input-affix-wrapper{min-height:46px;border-radius:14px;border-color:#d9e5f2;background:#fffffff0}.settings-card .ant-switch{background:#6b7f9459}.dark-theme .settings-card{background:linear-gradient(180deg,#141e2cfa,#0f1824fa);border-color:var(--border-color)}body.dark-theme .settings-card .ant-input,body.dark-theme .settings-card .ant-input-affix-wrapper{background:#111926f0;border-color:#35465c;color:#edf3fb}body.dark-theme .settings-card .ant-input::placeholder,body.dark-theme .settings-card .ant-input-affix-wrapper input::placeholder{color:#7f92a6}body.dark-theme .settings-card .ant-switch-checked{background:linear-gradient(135deg,#1677ff,#69b1ff)}.chat-test-page{display:flex;flex-direction:column;gap:24px}.chat-test-hero-summary{min-width:240px;max-width:300px;padding:20px 22px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#1677ff,#69b1ff);box-shadow:0 18px 34px #1677ff3d}.chat-test-hero-summary span,.chat-test-hero-summary p{color:#ffffffe0}.chat-test-hero-summary strong{display:block;margin:10px 0;font-size:32px}.chat-test-control-card,.chat-test-chat-card{border-radius:22px;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:var(--shadow)}.chat-test-control-card .ant-card-body,.chat-test-chat-card .ant-card-body{padding:24px}.chat-test-control-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.chat-test-control-item{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:18px;background:linear-gradient(135deg,#1890ff12,#1890ff05);border:1px solid rgba(24,144,255,.08)}.chat-test-control-label{font-size:13px;font-weight:700;letter-spacing:.04em;color:#6f8296}.chat-test-select .ant-select-selector{height:46px!important;padding:0 14px!important;border-radius:14px!important;border-color:#d9e5f2!important;background:#ffffffeb!important;box-shadow:none!important}.chat-test-select .ant-select-selection-item,.chat-test-select .ant-select-selection-placeholder{line-height:44px!important}.chat-test-thinking-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:46px}.chat-test-thinking-copy strong{display:inline-flex;align-items:center;gap:8px;margin-bottom:6px;color:var(--text-color)}.chat-test-thinking-copy p{margin:0;color:var(--text-light);line-height:1.6}.chat-test-content{display:flex;flex-direction:column;gap:18px;min-height:520px;max-height:640px;overflow-y:auto;padding:24px;border-radius:20px;background:linear-gradient(180deg,#f6f9fdf2,#f0f5fbf2);border:1px solid rgba(24,144,255,.08)}.chat-test-empty-state{min-height:420px;display:flex;align-items:center;justify-content:center}.message-row{display:flex;gap:14px;align-items:flex-start}.message-row-user{flex-direction:row-reverse}.message-avatar{width:42px;height:42px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,#1677ff,#69b1ff);box-shadow:0 12px 24px #1677ff33}.message-row-user .message-avatar{background:linear-gradient(135deg,#13c2c2,#5cdbd3);box-shadow:0 12px 24px #13c2c233}.message-bubble-wrap{max-width:min(78%,860px);display:flex;flex-direction:column;gap:8px}.message-row-user .message-bubble-wrap{align-items:flex-end}.message-bubble{width:100%;padding:16px 18px;border-radius:20px;border:1px solid transparent;box-shadow:0 10px 24px #0f37690f}.message-bubble-user{color:#fff;background:linear-gradient(135deg,#1677ff,#69b1ff);border-bottom-right-radius:8px}.message-bubble-assistant{color:#33495f;background:#fffffff5;border-color:#1890ff14;border-bottom-left-radius:8px}.message-bubble-loading{display:inline-flex;align-items:center;gap:10px}.message-role{margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.06em;opacity:.8;text-transform:uppercase}.message-text{line-height:1.8;white-space:pre-wrap;word-break:break-word}.message-reasoning{margin-top:14px;padding-top:14px;border-top:1px solid rgba(107,127,148,.18)}.message-reasoning strong{display:block;margin-bottom:8px;color:inherit}.message-reasoning p{margin:0;opacity:.92;line-height:1.8;white-space:pre-wrap}.message-time{font-size:12px;color:#8194a8}.chat-test-input-box{margin-top:20px;padding:20px;border-radius:20px;background:linear-gradient(135deg,#1890ff0d,#52c41a0a);border:1px solid rgba(24,144,255,.08)}.chat-test-textarea.ant-input{border-radius:18px;padding:16px 18px;border-color:#d9e5f2;background:#fffffff0;color:var(--text-color);box-shadow:none}.chat-test-input-footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.chat-test-hint{color:var(--text-light);font-size:13px}.chat-test-send-button.ant-btn{height:44px;padding:0 22px;border-radius:14px;font-weight:700;box-shadow:0 14px 28px #1677ff33}.response-stats{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.response-stats-section{padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,#fffffff0,#f7faffeb);border:1px solid rgba(24,144,255,.08)}.response-stats-title{display:block;margin-bottom:10px;font-size:13px;font-weight:700;color:#5c7288}.response-stats-list{display:flex;flex-wrap:wrap;gap:10px}.response-stats-list span{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#1890ff14;color:#355067;font-size:13px}.dark-theme .chat-test-control-card,.dark-theme .chat-test-chat-card{background:var(--card-bg);border-color:var(--border-color)}.dark-theme .chat-test-control-item,.dark-theme .chat-test-input-box,.dark-theme .response-stats-section{background:linear-gradient(135deg,#202e42eb,#141e2ceb);border-color:#314155}.dark-theme .chat-test-select .ant-select-selector,.dark-theme .chat-test-textarea.ant-input{background:#111926f0!important;border-color:#35465c!important;color:#edf3fb!important}.dark-theme .chat-test-content{background:linear-gradient(180deg,#111926f2,#0e1521f5);border-color:#314155}.dark-theme .message-bubble-assistant{color:#d7e3ef;background:linear-gradient(135deg,#1f2b3bfa,#17212efa);border-color:#33445b}.dark-theme .message-time,.dark-theme .chat-test-control-label,.dark-theme .response-stats-title{color:#97abc0}.dark-theme .response-stats-list span{background:#1890ff24;color:#d7e6f5}@media (max-width: 992px){.chat-test-control-grid,.response-stats{grid-template-columns:1fr}.chat-test-input-footer{flex-direction:column;align-items:stretch}.chat-test-send-button.ant-btn{width:100%}}@media (max-width: 768px){.chat-test-content{min-height:420px;padding:18px}.message-bubble-wrap{max-width:100%}}.api-docs-page{display:flex;flex-direction:column;gap:24px}.api-docs-hero-summary{min-width:240px;max-width:300px;padding:20px 22px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#1677ff,#69b1ff);box-shadow:0 18px 34px #1677ff3d}.api-docs-hero-summary span,.api-docs-hero-summary p{color:#ffffffe0}.api-docs-hero-summary strong{display:block;margin:10px 0;font-size:30px}.api-docs-overview-grid,.api-docs-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.api-docs-guide-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}.api-docs-overview-card,.api-docs-guide-card,.api-docs-card{border-radius:22px;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:var(--shadow)}.api-docs-overview-card .ant-card-body,.api-docs-guide-card .ant-card-body,.api-docs-card .ant-card-body{padding:24px}.api-docs-overview-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;border-radius:14px;font-size:18px;color:#1677ff;background:#1677ff1a}.api-docs-overview-card span{display:block;color:var(--text-light);font-size:13px}.api-docs-overview-card strong{display:block;margin:10px 0 8px;font-size:28px;color:var(--text-color)}.api-docs-overview-card p{margin:0;color:var(--text-light);line-height:1.6}.api-docs-overview-card-accent{background:linear-gradient(180deg,#f0f7fff5,#e8f3fff5)}.api-docs-guide-card .ant-card-head,.api-docs-card .ant-card-head{border-bottom:1px solid var(--border-color)}.api-docs-guide-card .ant-card-head-title,.api-docs-card .ant-card-head-title{color:var(--text-color);font-weight:700}.api-docs-auth{color:var(--text-light);font-size:13px}.api-docs-steps{display:flex;flex-direction:column;gap:16px}.api-docs-step-item{display:flex;gap:14px;align-items:flex-start}.api-docs-step-index{width:32px;height:32px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:700;color:#1677ff;background:#1677ff1a}.api-docs-step-content strong{display:block;margin-bottom:6px;color:var(--text-color)}.api-docs-step-content p{margin:0;color:var(--text-light);line-height:1.7}.api-docs-notes{margin:0;padding-left:18px;color:var(--text-light)}.api-docs-notes li{line-height:1.8}.api-docs-module-summary{margin-bottom:18px;color:var(--text-light);line-height:1.7}.api-docs-path,.api-docs-params{font-family:Consolas,SFMono-Regular,monospace;font-size:12px}.api-docs-path{color:#1677ff;word-break:break-all}.api-docs-params{color:#52667c}.api-docs-card .ant-table-thead>tr>th{background:#f7faff;color:#405568;font-weight:700;border-bottom:1px solid #e8eef5}.api-docs-card .ant-table-tbody>tr>td{color:#41566b;border-bottom:1px solid #eef3f8}.api-docs-card .ant-table-tbody>tr:hover>td{background:#f9fbff!important}.dark-theme .api-docs-overview-card,.dark-theme .api-docs-guide-card,.dark-theme .api-docs-card{background:linear-gradient(180deg,#141e2cfa,#0f1824fa);border-color:var(--border-color)}.dark-theme .api-docs-overview-card-accent{background:linear-gradient(180deg,#142942f0,#102033f5)}.dark-theme .api-docs-overview-icon,.dark-theme .api-docs-step-index{color:#69b1ff;background:#69b1ff24}.dark-theme .api-docs-overview-card span,.dark-theme .api-docs-overview-card p,.dark-theme .api-docs-step-content p,.dark-theme .api-docs-notes,.dark-theme .api-docs-module-summary,.dark-theme .api-docs-auth{color:#9fb4c9}.dark-theme .api-docs-overview-card strong,.dark-theme .api-docs-step-content strong{color:#edf4fc}.dark-theme .api-docs-path{color:#69b1ff}.dark-theme .api-docs-params{color:#b4c4d5}.dark-theme .api-docs-card .ant-table-thead>tr>th{background:#202c3b;color:#dce7f3;border-bottom-color:var(--border-color)}.dark-theme .api-docs-card .ant-table-tbody>tr>td{background:transparent;color:#c6d3df;border-bottom-color:var(--border-color)}.dark-theme .api-docs-card .ant-table-tbody>tr:hover>td{background:#243243!important}@media (max-width: 992px){.api-docs-hero-summary{max-width:none;width:100%}.api-docs-overview-grid,.api-docs-guide-grid{grid-template-columns:1fr}}.logs-page{display:flex;flex-direction:column;gap:24px}.logs-hero-summary{min-width:240px;max-width:300px;padding:20px 22px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#1677ff,#69b1ff);box-shadow:0 18px 34px #1677ff3d}.logs-hero-summary span,.logs-hero-summary p{color:#ffffffe0}.logs-hero-summary strong{display:block;margin:10px 0;font-size:30px}.logs-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.logs-summary-card,.logs-filter-card,.logs-table-card{border-radius:22px;border:1px solid var(--border-color);background:var(--card-bg);box-shadow:var(--shadow)}.logs-summary-card .ant-card-body,.logs-filter-card .ant-card-body,.logs-table-card .ant-card-body{padding:24px}.logs-summary-card span{display:block;color:var(--text-light);font-size:13px}.logs-summary-card strong{display:block;margin-top:10px;color:var(--text-color);font-size:30px;line-height:1.1}.logs-summary-card-danger{background:linear-gradient(180deg,#fff5f5f5,#ffeff0f5)}.logs-summary-card-accent{background:linear-gradient(180deg,#f0f7fff5,#e8f3fff5)}.logs-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.logs-status-select{min-width:180px}.logs-table-card .ant-card-head{border-bottom:1px solid var(--border-color)}.logs-table-card .ant-card-head-title{color:var(--text-color);font-weight:700}.logs-table-card .ant-table-thead>tr>th{background:#f7faff;color:#405568;font-weight:700;border-bottom:1px solid #e8eef5}.logs-table-card .ant-table-tbody>tr>td{color:#41566b;border-bottom:1px solid #eef3f8}.logs-table-card .ant-table-tbody>tr:hover>td{background:#f9fbff!important}.logs-empty-state{padding:20px 0 8px}.log-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.log-status-success{color:#237b2d;background:#52c41a1f}.log-status-failed{color:#cf1322;background:#f5222d1f}.dark-theme .logs-summary-card,.dark-theme .logs-filter-card,.dark-theme .logs-table-card{background:linear-gradient(180deg,#141e2cfa,#0f1824fa);border-color:var(--border-color)}.dark-theme .logs-summary-card-danger{background:linear-gradient(180deg,#34161eeb,#251218f5)}.dark-theme .logs-summary-card-accent{background:linear-gradient(180deg,#142942f0,#102033f5)}.dark-theme .logs-summary-card span{color:#9fb4c9}.dark-theme .logs-summary-card strong{color:#edf4fc}.dark-theme .logs-table-card .ant-table-thead>tr>th{background:#202c3b;color:#dce7f3;border-bottom-color:var(--border-color)}.dark-theme .logs-table-card .ant-table-tbody>tr>td{background:transparent;color:#c6d3df;border-bottom-color:var(--border-color)}.dark-theme .logs-table-card .ant-table-tbody>tr:hover>td{background:#243243!important}.dark-theme .logs-empty-state .ant-empty-description{color:#9fb4c9}.dark-theme .log-status-success{color:#95de64}.dark-theme .log-status-failed{color:#ff7875}@media (max-width: 992px){.logs-hero-summary{max-width:none;width:100%}.logs-summary-grid{grid-template-columns:1fr}}:root{--primary-color: #1890ff;--primary-hover: #40a9ff;--primary-active: #096dd9;--secondary-color: #52c41a;--warning-color: #faad14;--error-color: #f5222d;--text-color: #24384c;--text-light: #5f7388;--text-lighter: #8a9aad;--bg-color: #eef3f8;--bg-gradient: linear-gradient(180deg, #f6f9fd 0%, #edf3f9 100%);--card-bg: rgba(255, 255, 255, .92);--card-soft-bg: rgba(247, 250, 255, .94);--border-color: #dde7f2;--shadow: 0 14px 34px rgba(15, 55, 105, .08);--shadow-hover: 0 20px 44px rgba(15, 55, 105, .14);--radius-lg: 24px;--radius-md: 18px;--panel-strong-bg: rgba(255, 255, 255, .96);--panel-muted-bg: rgba(243, 248, 253, .92)}.dark-theme{--text-color: #edf4fc;--text-light: #9fb4c9;--text-lighter: #72869b;--bg-color: #0b1320;--bg-gradient: radial-gradient(circle at top, rgba(24, 144, 255, .12), transparent 28%), linear-gradient(180deg, #0d1522 0%, #09111c 100%);--card-bg: rgba(18, 27, 40, .92);--card-soft-bg: rgba(22, 33, 49, .96);--border-color: #314155;--shadow: 0 18px 42px rgba(0, 0, 0, .34);--shadow-hover: 0 24px 54px rgba(0, 0, 0, .42);--panel-strong-bg: rgba(23, 35, 51, .98);--panel-muted-bg: rgba(16, 25, 38, .96)}body{background:var(--bg-gradient)}.app-shell{min-height:100vh;background:transparent}.app-sider.ant-layout-sider{background:linear-gradient(180deg,#081427,#0d1d35);box-shadow:10px 0 40px #04102347}.logo{display:flex;align-items:center;gap:12px;height:80px;margin:16px;padding:0 16px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#1890ff3d,#60a5fa14);border:1px solid rgba(255,255,255,.08)}.logo-mark{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:14px;font-size:16px;font-weight:800;background:linear-gradient(135deg,#1677ff,#69b1ff);box-shadow:0 10px 24px #1677ff59}.logo-text{display:flex;flex-direction:column}.logo-text strong{font-size:18px;line-height:1.2}.logo-text span{font-size:12px;color:#ffffffad}.app-main-layout.ant-layout{background:transparent}.header{display:flex;align-items:center;justify-content:space-between;min-height:96px;margin:20px 24px 0;padding:0 24px;border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--card-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow)}.header-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.header-title{font-size:22px;line-height:1.2;font-weight:700;color:var(--text-color);word-break:break-word}.header-subtitle{font-size:13px;line-height:1.5;color:var(--text-light);word-break:break-word}.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.theme-toggle{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:var(--card-soft-bg);border:1px solid var(--border-color)}.theme-icon{font-size:14px}.logout-button.ant-btn{height:42px;padding:0 18px;border-radius:12px;color:var(--text-color);background:var(--card-soft-bg);border:1px solid var(--border-color)}.logout-button.ant-btn:hover{color:var(--primary-color)!important;border-color:#1890ff4d!important;background:#1890ff0f!important}.content{margin:20px 24px 24px;padding:28px;border-radius:28px;border:1px solid var(--border-color);background:#fff6;min-height:calc(100vh - 148px);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:inset 0 1px #ffffff2e}.app-menu.ant-menu{height:calc(100% - 120px);padding:12px 0;background:transparent!important;border-right:none!important}.app-menu .ant-menu-item{height:48px;margin:8px 16px!important;border-radius:14px!important;color:#ffffffb8!important;transition:all .25s ease!important}.app-menu .ant-menu-item:hover{background:#ffffff14!important;color:#fff!important;transform:translate(4px)!important}.app-menu .ant-menu-item-selected{background:linear-gradient(135deg,#1677fff0,#50a8fff0)!important;box-shadow:0 12px 24px #1677ff47!important}.app-menu .ant-menu-item-icon,.app-menu .ant-menu-title-content{color:inherit!important}.dark-theme body,.dark-theme{background:var(--bg-gradient)}.dark-theme .app-sider.ant-layout-sider{background:linear-gradient(180deg,#07111e,#0b1526)}.dark-theme .logo{border-color:#ffffff14;background:linear-gradient(135deg,#1890ff38,#60a5fa0f)}.dark-theme .header,.dark-theme .content,.dark-theme .theme-toggle,.dark-theme .logout-button.ant-btn{background:var(--card-bg);border-color:var(--border-color);box-shadow:var(--shadow)}.dark-theme .header{background:linear-gradient(180deg,#141e2cf5,#111a27f5)}.dark-theme .content{background:linear-gradient(180deg,#0e1622d1,#0a111cdb);box-shadow:inset 0 1px #ffffff0a,var(--shadow)}.dark-theme .theme-toggle,.dark-theme .logout-button.ant-btn{background:var(--card-soft-bg)}@media (max-width: 992px){.header{height:auto;align-items:flex-start;flex-direction:column;gap:16px;padding:20px}.header-right{width:100%;justify-content:space-between}.content{padding:20px;margin:16px}}.dark-theme .ant-select-dropdown,.dark-theme .ant-picker-dropdown,.dark-theme .ant-dropdown,.dark-theme .ant-modal .ant-modal-content,.dark-theme .ant-modal .ant-modal-header,.dark-theme .ant-modal .ant-modal-footer,.dark-theme .ant-table,.dark-theme .ant-table-container,.dark-theme .ant-table-content,.dark-theme .ant-table-body,.dark-theme .ant-empty-normal,.dark-theme .ant-tabs-content-holder,.dark-theme .ant-tabs-tabpane,.dark-theme .ant-pagination .ant-pagination-item,.dark-theme .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.dark-theme .ant-pagination .ant-pagination-next .ant-pagination-item-link,.dark-theme .ant-input,.dark-theme .ant-input-affix-wrapper,.dark-theme .ant-input-number,.dark-theme .ant-input-number-input,.dark-theme .ant-picker,.dark-theme .ant-select-selector,.dark-theme .ant-select-selection-search-input,.dark-theme .ant-select-item,.dark-theme .ant-select-item-option-content,.dark-theme .ant-picker-input>input,.dark-theme .ant-picker-panel,.dark-theme .ant-picker-header,.dark-theme .ant-picker-content th,.dark-theme .ant-picker-content td,.dark-theme .ant-tabs-tab,.dark-theme .ant-tabs-nav,.dark-theme .ant-tabs-nav:before,.dark-theme .ant-modal .ant-form-item-label>label,.dark-theme .ant-modal .ant-modal-title{color:var(--text-color)!important}.dark-theme .ant-select-dropdown,.dark-theme .ant-picker-dropdown .ant-picker-panel-container,.dark-theme .ant-dropdown .ant-dropdown-menu,.dark-theme .ant-modal .ant-modal-content,.dark-theme .ant-modal .ant-modal-header,.dark-theme .ant-table,.dark-theme .ant-table-container,.dark-theme .ant-empty-normal,.dark-theme .ant-tabs-content-holder,.dark-theme .ant-tabs-tabpane,.dark-theme .ant-pagination .ant-pagination-item,.dark-theme .ant-pagination .ant-pagination-prev .ant-pagination-item-link,.dark-theme .ant-pagination .ant-pagination-next .ant-pagination-item-link,.dark-theme .ant-input,.dark-theme .ant-input-affix-wrapper,.dark-theme .ant-input-number,.dark-theme .ant-picker,.dark-theme .ant-select-selector,.dark-theme .ant-picker-panel,.dark-theme .ant-picker-header,.dark-theme .ant-picker-content th,.dark-theme .ant-picker-cell,.dark-theme .ant-tabs-tab,.dark-theme .ant-tabs-nav:before{background:var(--card-soft-bg)!important;border-color:var(--border-color)!important}.dark-theme .ant-select-item-option-selected,.dark-theme .ant-select-item-option-active,.dark-theme .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.dark-theme .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.dark-theme .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.dark-theme .ant-pagination .ant-pagination-item-active,.dark-theme .ant-tabs-tab.ant-tabs-tab-active{background:#1890ff29!important;border-color:#1890ff52!important}.dark-theme .ant-select-item,.dark-theme .ant-select-item-option-content,.dark-theme .ant-select-selection-item,.dark-theme .ant-select-selection-placeholder,.dark-theme .ant-input::placeholder,.dark-theme .ant-input-password input::placeholder,.dark-theme .ant-picker-input>input::placeholder,.dark-theme .ant-empty-description,.dark-theme .ant-pagination .ant-pagination-item a,.dark-theme .ant-pagination .ant-pagination-item-link,.dark-theme .ant-tabs-tab-btn,.dark-theme .ant-modal .ant-modal-close,.dark-theme .ant-modal .ant-modal-close-x,.dark-theme .ant-picker-suffix,.dark-theme .ant-select-arrow{color:var(--text-light)!important}.dark-theme .ant-input:hover,.dark-theme .ant-input:focus,.dark-theme .ant-input-affix-wrapper:hover,.dark-theme .ant-input-affix-wrapper-focused,.dark-theme .ant-input-number:hover,.dark-theme .ant-input-number-focused,.dark-theme .ant-picker:hover,.dark-theme .ant-picker-focused,.dark-theme .ant-select-focused .ant-select-selector,.dark-theme .ant-select-selector:hover,.dark-theme .ant-pagination .ant-pagination-item:hover,.dark-theme .ant-pagination .ant-pagination-prev:hover .ant-pagination-item-link,.dark-theme .ant-pagination .ant-pagination-next:hover .ant-pagination-item-link,.dark-theme .ant-tabs-tab:hover{border-color:#1890ff66!important;box-shadow:0 0 0 2px #1890ff14!important}.dark-theme .ant-table-thead>tr>th,.dark-theme .ant-table-tbody>tr>td,.dark-theme .ant-table-placeholder,.dark-theme .ant-table-cell,.dark-theme .ant-table-expanded-row>td{background:transparent!important;border-color:var(--border-color)!important;color:var(--text-color)!important}.dark-theme .ant-table-tbody>tr.ant-table-row:hover>td,.dark-theme .ant-table-tbody>tr>td.ant-table-cell-row-hover,.dark-theme .ant-table-placeholder:hover>td{background:#253243d6!important}.dark-theme .ant-modal .ant-modal-footer,.dark-theme .ant-tabs-nav:before,.dark-theme .ant-table-wrapper .ant-table-thead>tr>th,.dark-theme .ant-table-wrapper .ant-table-tbody>tr>td,.dark-theme .ant-picker-header,.dark-theme .ant-picker-content th{border-color:var(--border-color)!important}.dark-theme .ant-picker-cell-disabled:before,.dark-theme .ant-picker-cell:before{background:transparent!important}.dark-theme .ant-picker-cell-in-view{color:var(--text-color)!important}.dark-theme .ant-picker-cell-disabled,.dark-theme .ant-picker-cell-disabled .ant-picker-cell-inner{color:var(--text-lighter)!important}.dark-theme .ant-picker-header button,.dark-theme .ant-picker-super-prev-icon,.dark-theme .ant-picker-super-next-icon,.dark-theme .ant-picker-prev-icon,.dark-theme .ant-picker-next-icon{color:var(--text-light)!important}@media (max-width: 768px){.header,.content{margin-left:12px;margin-right:12px}.content{padding:18px;border-radius:22px}.header-title{font-size:18px}.header-subtitle{font-size:12px}}html,body,#root{min-height:100%}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#24384c;background:#eef3f8}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:inherit;background:transparent}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6,p{margin-top:0}
