*{box-sizing:border-box}body{margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}html,body,#root{max-width:100vw;overflow-x:hidden}body:not(.theme-dark){--primary: #6366F1;--primary-light: #EEF2FF;--accent-purple: #8B5CF6;--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--bg-layout: #F8FAFC;--bg-container: #FFFFFF;--bg-spotlight: #F1F5F9;--text-primary: #1E293B;--text-secondary: #64748B;--text-tertiary: #94A3B8;--border: #E2E8F0;--gradient-primary: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);--gradient-success: linear-gradient(135deg, #10B981 0%, #059669 100%);--gradient-warning: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);--gradient-purple: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-wechat: linear-gradient(135deg, #07C160 0%, #06AD56 100%);background:#F8FAFC}body.theme-dark{--primary: #818CF8;--primary-light: #1E293B;--accent-purple: #A78BFA;--success: #34D399;--warning: #FBBF24;--danger: #F87171;--bg-layout: #0F172A;--bg-container: #1E293B;--bg-spotlight: #334155;--text-primary: #F1F5F9;--text-secondary: #94A3B8;--text-tertiary: #64748B;--border: #334155;--gradient-primary: linear-gradient(135deg, #818CF8 0%, #A78BFA 100%);--gradient-success: linear-gradient(135deg, #34D399 0%, #059669 100%);--gradient-warning: linear-gradient(135deg, #FBBF24 0%, #D97706 100%);--gradient-purple: linear-gradient(135deg, #818CF8 0%, #A78BFA 100%);--gradient-wechat: linear-gradient(135deg, #07C160 0%, #06AD56 100%);background:#0F172A}body:not(.theme-dark) .mobile-bottom-nav{border-top-color:#cbd5e1}body.theme-dark .mobile-bottom-nav{border-top-color:#334155!important}body.theme-dark .ant-layout-header,body.theme-dark .ant-layout-sider{background:#1E293B!important}body.theme-dark .ant-layout-content,body.theme-dark .ant-layout-sider .ant-menu{background:transparent!important}body.theme-dark .ant-menu-item{color:#94a3b8!important}body.theme-dark .ant-menu-item:hover{color:#818cf8!important}body.theme-dark .ant-menu-item-selected{color:#818cf8!important;background:#1E293B!important}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;cursor:pointer;transition:color .2s;-webkit-tap-highlight-color:transparent;color:#64748b}body.theme-dark .mobile-nav-item{color:#94a3b8}body.theme-dark .mobile-nav-item.active{color:#818cf8}.mobile-nav-item:active{opacity:.7}.mobile-nav-icon{font-size:22px;margin-bottom:2px;color:inherit}.mobile-nav-label{font-size:11px;color:inherit}body.theme-dark .mobile-nav-icon,body.theme-dark .mobile-nav-label{color:inherit}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:64px;z-index:100;justify-content:space-around;align-items:center;padding:0 8px;border-top-width:1px;border-top-style:solid}body:not(.theme-dark) .mobile-bottom-nav{background:#ffffff;border-top-color:#e2e8f0}body.theme-dark .mobile-bottom-nav{background:#1E293B;border-top-color:#334155}#root{min-height:100vh}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.flex-between{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.ant-layout-sider{display:none!important}.ant-layout-has-sider{padding-bottom:70px}.mobile-bottom-nav{display:flex!important}}@media (min-width: 769px){.mobile-bottom-nav{display:none!important}}body.theme-dark .ant-card{background:var(--bg-container);border-color:var(--border)}body.theme-dark .ant-card-head{background:var(--bg-spotlight);border-color:var(--border)}body.theme-dark .ant-card-body,body.theme-dark .ant-modal-content{background:var(--bg-container)}body.theme-dark .ant-modal-header{background:var(--bg-container);border-color:var(--border)}body.theme-dark .ant-modal-footer{border-color:var(--border)}body.theme-dark .ant-form-item-label>label{color:var(--text-primary)}body.theme-dark .ant-input,body.theme-dark .ant-input-affix-wrapper{background:var(--bg-spotlight);border-color:var(--border)}body.theme-dark .ant-input:hover,body.theme-dark .ant-input-affix-wrapper:hover{border-color:var(--primary)}body.theme-dark .ant-input:focus,body.theme-dark .ant-input-affix-wrapper:focus,body.theme-dark .ant-input-affix-wrapper-focused{border-color:var(--primary);box-shadow:0 0 0 2px #818cf833}body.theme-dark .ant-select-selector{background:var(--bg-spotlight)!important;border-color:var(--border)!important}body.theme-dark .ant-select-dropdown{background:var(--bg-container)}body.theme-dark .ant-select-item{color:var(--text-primary)}body.theme-dark .ant-select-item-option-selected{background:var(--primary-light)}body.theme-dark .ant-table{background:var(--bg-container)}body.theme-dark .ant-table-thead>tr>th{background:var(--bg-spotlight);border-color:var(--border)}body.theme-dark .ant-table-tbody>tr>td{border-color:var(--border)}body.theme-dark .ant-table-tbody>tr:hover>td{background:var(--primary-light)}body.theme-dark .ant-tabs-nav:before{border-color:var(--border)}body.theme-dark .ant-tabs-tab{color:var(--text-secondary)}body.theme-dark .ant-tabs-tab:hover,body.theme-dark .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary)}body.theme-dark .ant-btn-default{background:var(--bg-container);border-color:var(--border);color:var(--text-primary)}body.theme-dark .ant-btn-default:hover{border-color:var(--primary);color:var(--primary)}body.theme-dark .ant-progress-text,body.theme-dark .ant-radio-wrapper{color:var(--text-primary)}body.theme-dark [style*="background: var(--bg-container)"]{background-color:var(--bg-container)}body.theme-dark [style*="background: var(--primary-light)"]{background-color:var(--bg-spotlight)!important}
