:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:32px;box-shadow:0 8px 32px #00000026}.login-title h1{color:#1890ff;text-align:center;margin-bottom:8px;font-size:24px}.login-title p{color:#999;text-align:center;margin-bottom:32px;font-size:14px}.main-layout{width:100%;min-height:100vh}.sider-desktop{z-index:100;height:100vh;top:0;left:0;background:linear-gradient(#1890ff 0%,#096dd9 100%)!important;position:fixed!important}.sider-logo{color:#fff;border-bottom:1px solid #ffffff26;justify-content:center;align-items:center;height:60px;font-size:18px;font-weight:700;display:flex}.header-bar{z-index:99;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex;position:fixed;top:0;left:240px;right:0}.header-bar.collapsed{left:80px}.header-bar.mobile{left:0}.header-title{color:#1890ff;margin:0;font-size:16px;font-weight:600}.header-user{align-items:center;gap:10px;display:flex}.content-wrapper{background:#f5f7fa;min-height:calc(100vh - 60px);margin-top:60px;margin-left:240px;padding:20px}.content-wrapper.collapsed{margin-left:80px}.content-wrapper.mobile{margin-left:0}.page-container{background:#fff;border-radius:8px;min-height:calc(100vh - 100px);padding:20px}.page-title{color:#1890ff;border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:12px;font-size:18px;font-weight:600}.ant-menu-dark{background:0 0!important}.ant-menu-dark .ant-menu-item{border-radius:6px!important;margin:4px 8px!important}.ant-menu-dark .ant-menu-item-selected{background:#fff3!important}.ant-table-wrapper{width:100%;overflow-x:auto}.ant-table{border:1px solid #f0f0f0;border-radius:8px}.ant-table-thead>tr>th{white-space:nowrap;padding:12px 16px;font-weight:600;color:#fff!important;background:#1890ff!important}.ant-table-tbody>tr>td{padding:12px 16px}.ant-table-tbody>tr:hover>td{background:#e6f7ff!important}.ant-card{box-shadow:none!important;border:1px solid #f0f0f0!important;border-radius:8px!important}.ant-card-head{border-bottom:1px solid #f0f0f0;padding:0 16px}.ant-card-body{padding:16px}.stat-card{color:#fff;background:linear-gradient(135deg,#1890ff 0%,#096dd9 100%)!important;border:none!important;border-radius:8px!important}.stat-card .ant-statistic-title{color:#ffffffd9!important}.stat-card .ant-statistic-content{color:#fff!important}.ant-btn{border-radius:6px!important}.ant-btn-primary{background:#1890ff!important;border-color:#1890ff!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector{border-radius:6px!important}.ant-input:focus,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff1a!important}.mobile-drawer .ant-drawer-body{background:linear-gradient(#1890ff 0%,#096dd9 100%);padding:0}.drawer-header{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;height:60px;padding:0 16px;display:flex}.drawer-header h3{color:#fff;margin:0;font-size:18px}@media screen and (width<=992px){.sider-desktop{display:none}.header-bar{left:0}.content-wrapper{margin-left:0}}@media screen and (width<=768px){.content-wrapper{padding:12px}.page-container{padding:16px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:10px 12px;font-size:13px}.ant-card-body{padding:12px}.stat-card .ant-statistic-content-value{font-size:24px!important}}@media screen and (width<=576px){.header-title{font-size:14px}.header-user-info{display:none}.content-wrapper{padding:8px}.page-container{padding:12px}.page-title{font-size:16px}.ant-btn{padding:4px 12px;font-size:13px}.ant-table{font-size:12px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 10px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#999}.ant-tag{border-radius:4px}.ant-modal-content,.ant-message-notice-content{border-radius:8px!important}.ant-divider{margin:8px 0}.ant-space{flex-wrap:wrap}
