:root{--primary:#4f46e5;--primary-light:#6366f1;--primary-dark:#4338ca;--primary-bg:#eef2ff;--accent:#10b981;--accent-light:#34d399;--warning:#f59e0b;--warning-bg:#fffbeb;--danger:#ef4444;--danger-bg:#fef2f2;--info:#3b82f6;--info-bg:#eff6ff;--bg-body:#f1f3f6;--bg-content:#f1f3f6;--bg-sidebar:#fff;--bg-header:#fff;--bg-card:#fff;--bg-hover:#f8fafc;--border-light:#e8eaef;--border-card:#e8eaef;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000f, 0 1px 3px #0000000a;--shadow-lg:0 12px 32px #00000014, 0 2px 8px #0000000a;--shadow-card:0 1px 3px #0000000a, 0 1px 2px #00000005;--transition:.2s cubic-bezier(.4, 0, .2, 1);--sidebar-width:252px;--sidebar-collapsed:80px}body{background:var(--bg-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);margin:0;font-family:Segoe UI,Inter,-apple-system,system-ui,sans-serif}.sidebar-container{border-right:1px solid var(--border-light);background:var(--bg-sidebar)!important;box-shadow:none!important}.sidebar-logo{border-bottom:1px solid var(--border-light);align-items:center;gap:12px;margin:0 12px;padding:20px 20px 16px;display:flex}.sidebar-logo-icon{background:var(--primary);color:#fff;letter-spacing:-.5px;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.sidebar-logo-text{color:var(--text-primary);letter-spacing:-.3px;white-space:nowrap;font-size:17px;font-weight:700;line-height:1.2}.sidebar-logo-sub{color:var(--text-muted);letter-spacing:.3px;font-size:11px;font-weight:400}.sidebar-menu.ant-menu{background:0 0;padding:12px;border-inline-end:none!important}.sidebar-menu.ant-menu .ant-menu-item,.sidebar-menu.ant-menu .ant-menu-submenu-title{height:42px;color:var(--text-secondary);transition:all var(--transition);font-size:14px;font-weight:500;line-height:42px;border-radius:8px!important;margin:2px 0!important;padding-left:16px!important}.sidebar-menu.ant-menu .ant-menu-item:hover,.sidebar-menu.ant-menu .ant-menu-submenu-title:hover{color:var(--primary)!important;background:var(--primary-bg)!important}.sidebar-menu.ant-menu .ant-menu-item-selected{font-weight:600;background:var(--primary-bg)!important;color:var(--primary)!important}.sidebar-menu.ant-menu .ant-menu-item-selected:after{display:none!important}.sidebar-menu.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--primary)!important}.sidebar-menu.ant-menu .ant-menu-submenu .ant-menu-item{height:38px;font-size:13px;line-height:38px;padding-left:48px!important}.sidebar-menu.ant-menu.ant-menu-inline-collapsed{padding:12px 8px}.sidebar-menu.ant-menu.ant-menu-inline-collapsed .ant-menu-item,.sidebar-menu.ant-menu.ant-menu-inline-collapsed .ant-menu-submenu-title{text-align:center;padding-left:0!important}.modern-header{background:var(--bg-header);border-bottom:1px solid var(--border-light);height:64px;box-shadow:var(--shadow-xs);justify-content:space-between;align-items:center;padding:0 24px;display:flex}.modern-header .header-breadcrumb{color:var(--text-secondary);font-size:13px}.modern-header .header-search{max-width:320px}.modern-header .header-search .ant-input-affix-wrapper{background:var(--bg-body);border-color:#0000;border-radius:8px}.modern-header .header-search .ant-input-affix-wrapper:hover,.modern-header .header-search .ant-input-affix-wrapper:focus,.modern-header .header-search .ant-input-affix-wrapper-focused{border-color:var(--border-light);box-shadow:var(--shadow-xs);background:#fff}.header-avatar{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-size:15px;font-weight:600;display:flex}.page-wrapper{min-height:280px;padding:24px}.page-title{color:var(--text-primary);letter-spacing:-.4px;margin:0 0 4px;font-size:22px;font-weight:700}.page-subtitle{color:var(--text-secondary);margin:0 0 24px;font-size:13px}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.page-header-left h1{color:var(--text-primary);letter-spacing:-.4px;margin:0 0 4px;font-size:22px;font-weight:700}.page-header-left p{color:var(--text-secondary);margin:0;font-size:13px}.modern-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:box-shadow var(--transition)}.modern-card:hover{box-shadow:var(--shadow-md)}.stat-card{border-radius:var(--radius);border:1px solid var(--border-light);cursor:default;transition:all var(--transition);box-shadow:var(--shadow-card);background:#fff;padding:20px 24px;position:relative;overflow:hidden}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card .stat-icon-block{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:22px;display:flex}.stat-card .stat-icon-blue{color:var(--primary);background:#eef2ff}.stat-card .stat-icon-green{color:var(--accent);background:#ecfdf5}.stat-card .stat-icon-amber{color:var(--warning);background:#fffbeb}.stat-card .stat-icon-red{color:var(--danger);background:#fef2f2}.stat-card .stat-icon-indigo{color:#6366f1;background:#eef2ff}.stat-card .stat-value{color:var(--text-primary);letter-spacing:-.5px;font-size:28px;font-weight:700;line-height:1.2}.stat-card .stat-label{color:var(--text-secondary);margin-top:2px;font-size:13px;font-weight:500}.table-card{border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-card);background:#fff;padding:20px}.modern-table .ant-table{background:0 0;font-size:14px}.modern-table .ant-table-thead>tr>th{background:var(--bg-body);border-bottom:1px solid var(--border-light);text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);padding:10px 14px;font-size:12px;font-weight:600}.modern-table .ant-table-tbody>tr>td{color:var(--text-primary);border-bottom:1px solid #f3f4f6;padding:12px 14px}.modern-table .ant-table-tbody>tr:hover>td{background:var(--bg-hover)}.modern-form .ant-input,.modern-form .ant-select-selector,.modern-form .ant-input-number,.modern-form .ant-input-number-input{border-radius:var(--radius-sm)!important;border-color:var(--border-light)!important;box-shadow:none!important;transition:all var(--transition)!important;background:#fff!important}.modern-form .ant-input:hover,.modern-form .ant-select-selector:hover,.modern-form .ant-input-number:hover{border-color:#c4c8d0!important}.modern-form .ant-input:focus,.modern-form .ant-select-focused .ant-select-selector,.modern-form .ant-input-number-focused{border-color:var(--primary)!important;box-shadow:0 0 0 3px #4f46e514!important}.btn-primary{height:38px;background:var(--primary)!important;color:#fff!important;border-radius:var(--radius-sm)!important;transition:all var(--transition)!important;border:none!important;padding:0 20px!important;font-size:14px!important;font-weight:500!important;box-shadow:0 1px 2px #4f46e533!important}.btn-primary:hover{transform:translateY(-1px);background:var(--primary-dark)!important;box-shadow:0 4px 12px #4f46e54d!important}.btn-primary.ant-btn-dangerous{background:var(--danger)!important;box-shadow:0 1px 2px #ef444433!important}.btn-icon{justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;border:1px solid var(--border-light)!important;color:var(--text-secondary)!important;transition:all var(--transition)!important;background:#fff!important;border-radius:6px!important}.btn-icon:hover{background:var(--bg-body)!important;color:var(--primary)!important;border-color:var(--primary)!important}.btn-icon-danger:hover{color:var(--danger)!important;border-color:var(--danger)!important;background:var(--danger-bg)!important}.modern-tag{border:none;border-radius:6px;padding:2px 10px;font-size:12px;font-weight:500;line-height:20px}.login-bg{background:linear-gradient(150deg,#f1f3f6 0%,#e8ecf2 40%,#f1f3f6 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);width:440px;box-shadow:var(--shadow-lg);background:#fff;padding:40px;animation:.5s forwards fadeInUp}.login-card .ant-tabs-nav:before{border-bottom:1px solid var(--border-light)!important}.login-card .ant-tabs-tab{font-size:14px;font-weight:500;color:var(--text-muted)!important}.login-card .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary)!important}.login-card .ant-input,.login-card .ant-input-password{height:46px;transition:all var(--transition);background:var(--bg-body)!important;border:1px solid var(--border-light)!important;border-radius:var(--radius-sm)!important;color:var(--text-primary)!important}.login-card .ant-input:hover,.login-card .ant-input-password:hover{border-color:#c4c8d0!important}.login-card .ant-input:focus,.login-card .ant-input-password:focus{border-color:var(--primary)!important;background:#fff!important;box-shadow:0 0 0 3px #4f46e514!important}.login-card .ant-input::placeholder,.login-card .ant-input-password::placeholder{color:var(--text-muted)!important}.login-card .ant-select-selector{background:var(--bg-body)!important;border:1px solid var(--border-light)!important;border-radius:var(--radius-sm)!important;color:var(--text-primary)!important;height:46px!important}.login-card .ant-select:hover .ant-select-selector{border-color:#c4c8d0!important}.login-card .ant-select-focused .ant-select-selector{border-color:var(--primary)!important;box-shadow:0 0 0 3px #4f46e514!important}.login-btn{width:100%;height:46px;border-radius:var(--radius-sm)!important;background:var(--primary)!important;transition:all var(--transition)!important;border:none!important;font-size:15px!important;font-weight:600!important}.login-btn:hover{transform:translateY(-1px);background:var(--primary-dark)!important;box-shadow:0 6px 20px #4f46e559!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.animate-fade-in{animation:.4s forwards fadeIn}.animate-fade-up{animation:.5s forwards fadeInUp}.animate-slide-in{animation:.3s forwards slideInLeft}.stagger>*{opacity:0;animation:.45s forwards fadeInUp}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:60ms}.stagger>:nth-child(3){animation-delay:.12s}.stagger>:nth-child(4){animation-delay:.18s}.stagger>:nth-child(5){animation-delay:.24s}.stagger>:nth-child(6){animation-delay:.3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000038}.modern-modal .ant-modal-content{border-radius:var(--radius-lg);overflow:hidden}.modern-modal .ant-modal-header{border-bottom:1px solid var(--border-light);padding:20px 24px}.modern-modal .ant-modal-title{color:var(--text-primary);font-size:16px;font-weight:600}.modern-modal .ant-modal-body{padding:24px}.modern-modal .ant-modal-footer{border-top:1px solid var(--border-light);padding:16px 24px}[data-theme=dark]{--primary:#818cf8;--primary-light:#a5b4fc;--primary-dark:#6366f1;--primary-bg:#1e1b4b;--accent:#34d399;--accent-light:#6ee7b7;--warning:#fbbf24;--warning-bg:#422006;--danger:#f87171;--danger-bg:#450a0a;--info:#60a5fa;--info-bg:#0c1929;--bg-body:#0f1117;--bg-content:#0f1117;--bg-sidebar:#16181d;--bg-header:#16181d;--bg-card:#1a1d24;--bg-hover:#1f2229;--border-light:#262830;--border-card:#262830;--text-primary:#e5e7eb;--text-secondary:#9ca3af;--text-muted:#6b7280;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 12px 32px #0009;--shadow-card:0 1px 3px #0000004d}[data-theme=dark] body{background:var(--bg-body)}[data-theme=dark] .sidebar-container{border-right-color:var(--border-light);background:var(--bg-sidebar)!important}[data-theme=dark] .sidebar-logo{border-bottom-color:var(--border-light)}[data-theme=dark] .sidebar-logo-text{color:#fff}[data-theme=dark] .sidebar-menu.ant-menu .ant-menu-item,[data-theme=dark] .sidebar-menu.ant-menu .ant-menu-submenu-title{color:var(--text-secondary)}[data-theme=dark] .sidebar-menu.ant-menu .ant-menu-item:hover,[data-theme=dark] .sidebar-menu.ant-menu .ant-menu-submenu-title:hover{color:var(--primary-light)!important;background:#818cf814!important}[data-theme=dark] .sidebar-menu.ant-menu .ant-menu-item-selected{background:var(--primary-bg)!important;color:var(--primary-light)!important}[data-theme=dark] .modern-header{background:var(--bg-header);border-bottom-color:var(--border-light)}[data-theme=dark] .stat-card,[data-theme=dark] .table-card{background:var(--bg-card);border-color:var(--border-light)}[data-theme=dark] .modern-table .ant-table-thead>tr>th{border-bottom-color:var(--border-light);color:var(--text-secondary);background:#ffffff08}[data-theme=dark] .modern-table .ant-table-tbody>tr>td{color:var(--text-primary);border-bottom-color:#ffffff0a}[data-theme=dark] .modern-table .ant-table-tbody>tr:hover>td{background:var(--bg-hover)}[data-theme=dark] .modern-form .ant-input,[data-theme=dark] .modern-form .ant-select-selector,[data-theme=dark] .modern-form .ant-input-number,[data-theme=dark] .modern-form .ant-input-number-input{background:var(--bg-body)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}[data-theme=dark] .modern-form .ant-input::placeholder{color:var(--text-muted)!important}[data-theme=dark] .btn-icon{background:var(--bg-card)!important;border-color:var(--border-light)!important;color:var(--text-secondary)!important}[data-theme=dark] .btn-icon:hover{background:var(--bg-hover)!important}[data-theme=dark] .login-bg{background:linear-gradient(150deg,#0f1117 0%,#16181d 40%,#0f1117 100%)}[data-theme=dark] .login-card{background:var(--bg-card);border-color:var(--border-light)}[data-theme=dark] .login-card .ant-tabs-tab{color:var(--text-muted)!important}[data-theme=dark] .login-card .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-light)!important}[data-theme=dark] .login-card .ant-input,[data-theme=dark] .login-card .ant-input-password,[data-theme=dark] .login-card .ant-select-selector{background:var(--bg-body)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}[data-theme=dark] .modern-modal .ant-modal-content{background:var(--bg-card)}[data-theme=dark] .modern-modal .ant-modal-header{background:var(--bg-card);border-bottom-color:var(--border-light)}[data-theme=dark] .modern-modal .ant-modal-footer{background:var(--bg-card);border-top-color:var(--border-light)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff1f}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff38}[data-theme=dark] .ant-table{color:var(--text-primary);background:0 0}[data-theme=dark] .ant-pagination-item{background:var(--bg-card);border-color:var(--border-light)}[data-theme=dark] .ant-pagination-item a{color:var(--text-secondary)}[data-theme=dark] .ant-pagination-item-active{background:var(--primary);border-color:var(--primary)}[data-theme=dark] .ant-modal-mask{background:#000000b3}[data-theme=dark] .ant-popconfirm .ant-popover-inner{background:var(--bg-card)}[data-theme=dark] .ant-tag{border:none}[data-theme=dark] .ant-dropdown-menu{background:var(--bg-card);border:1px solid var(--border-light)}[data-theme=dark] .ant-dropdown-menu-item{color:var(--text-primary)}[data-theme=dark] .ant-dropdown-menu-item:hover{background:var(--bg-hover)}[data-theme=dark] .ant-select-dropdown{background:var(--bg-card);border:1px solid var(--border-light)}[data-theme=dark] .ant-select-item{color:var(--text-primary)}[data-theme=dark] .ant-select-item-option-selected{background:var(--primary-bg)}[data-theme=dark] .ant-input-affix-wrapper{background:var(--bg-body)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}
