:root{--color-primary: #2563eb;--color-primary-light: #3b82f6;--color-primary-dark: #1d4ed8;--color-primary-bg: #eff6ff;--color-accent: #7c3aed;--color-accent-light: #8b5cf6;--color-gold: #c8a44e;--color-gold-light: #d4b366;--color-success: #16a34a;--color-warning: #f59e0b;--color-error: #ef4444;--color-navy: #1a3a5c;--color-navy-deep: #0f2440;--color-navy-mid: #1e4d7b;--color-sidebar-start: #0f172a;--color-sidebar-end: #1e293b;--color-text: #1e293b;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-bg-layout: #f1f5f9;--color-bg-card: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .15);--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px}*,*:before,*:after{transition-property:background-color,border-color,color,box-shadow,opacity,transform;transition-duration:.2s;transition-timing-function:ease}.ant-btn,.ant-input,.ant-select-selector,.ant-table-row,.ant-card,.ant-menu-item,.ant-tag{transition:all .2s ease!important}.ant-card-hoverable:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014!important}.ant-table-tbody>tr:nth-child(2n)>td{background-color:#f8fafc!important}.ant-table-tbody>tr:hover>td{background-color:#eff6ff!important}.ant-table-wrapper{border-radius:var(--radius-lg);overflow:hidden}.ant-table{border-radius:var(--radius-lg)!important}.ant-table-pagination.ant-pagination{margin:16px 0 0!important}.ant-pagination-item-active{border-color:var(--color-primary)!important}.ant-pagination-item-active a{color:var(--color-primary)!important}.ant-tag{border-radius:999px!important;padding:2px 12px!important;font-weight:500;border:none!important}.ant-layout-sider{background:linear-gradient(180deg,#0f172a,#1e293b)!important}.ant-menu-dark{background:transparent!important}.ant-menu-dark .ant-menu-item-selected{background:#2563eb40!important;border-radius:8px}.ant-menu-dark .ant-menu-item,.ant-menu-dark .ant-menu-submenu-title{border-radius:8px;margin:2px 8px!important}.ant-breadcrumb{font-size:13px}.ant-table-thead>tr>th{font-weight:600!important;text-transform:uppercase;font-size:12px!important;letter-spacing:.5px;color:#64748b!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.page-header{margin-bottom:24px}.page-header h4.ant-typography{margin-bottom:4px!important}.ant-statistic-title{font-size:13px!important;color:#64748b!important}.ant-notification-notice{border-radius:12px!important;box-shadow:0 8px 32px #0000001f!important}.ant-modal-content{border-radius:16px!important;overflow:hidden}.ant-modal-header{border-bottom:1px solid #f1f5f9!important}.ant-drawer-content{border-radius:16px 0 0 16px}.ant-empty-description{color:#94a3b8!important}.ant-btn-primary{font-weight:600;box-shadow:0 2px 4px #2563eb33}.ant-btn-primary:hover{box-shadow:0 4px 8px #2563eb4d!important}.ant-form-item-label>label{font-weight:500!important;color:var(--color-text)!important}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker{border-radius:var(--radius-sm)!important}.ant-input:focus,.ant-input-focused,.ant-input-number:focus,.ant-input-number-focused,.ant-select-focused .ant-select-selector{box-shadow:0 0 0 3px #2563eb1a!important}.ant-modal-footer{border-top:1px solid var(--color-border-light)!important;padding:12px 24px!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:#f8fafc!important;font-weight:500}.ant-alert{border-radius:var(--radius-md)!important}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-content-enter{animation:fadeIn .3s ease}.login-page{display:flex;min-height:100vh}.login-brand{flex:0 0 480px;background:linear-gradient(145deg,var(--color-navy) 0%,var(--color-navy-deep) 100%);display:flex;flex-direction:column;justify-content:space-between;padding:48px 40px;position:relative;overflow:hidden}.login-brand:before{content:"";position:absolute;top:-20%;right:-30%;width:500px;height:500px;background:radial-gradient(circle,rgba(200,164,78,.08) 0%,transparent 70%);pointer-events:none}.login-brand:after{content:"";position:absolute;bottom:-10%;left:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%);pointer-events:none}.login-brand-content{position:relative;z-index:1}.login-logo{width:72px;height:72px;margin-bottom:20px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.login-features{display:flex;flex-direction:column;gap:20px}.login-feature-item{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;background:#ffffff0d;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.06);transition:background .2s ease}.login-feature-item:hover{background:#ffffff14}.login-feature-icon{width:38px;height:38px;border-radius:var(--radius-sm);background:#c8a44e26;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--color-gold);flex-shrink:0}.login-form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:48px;background:var(--color-bg-card)}.login-form-wrapper{width:100%;max-width:400px}.login-btn{height:46px!important;font-weight:600!important;font-size:15px!important;border-radius:var(--radius-sm)!important}.login-footer-mobile{display:none;text-align:center;margin-top:32px}@media(max-width:900px){.login-brand{display:none}.login-form-panel{background:linear-gradient(145deg,var(--color-bg-layout) 0%,var(--color-bg-card) 100%);padding:24px}.login-footer-mobile{display:block}}.sidebar-logo-area{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);min-height:64px}.sidebar-logo-area img{width:36px;height:36px;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.sidebar-logo-area.collapsed{justify-content:center;padding:16px 8px}.sidebar-logo-area.collapsed img{width:32px;height:32px}.admin-header{padding:0 24px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;border-bottom:1px solid var(--color-border-light)!important;height:60px!important;line-height:60px!important;box-shadow:0 1px 2px #00000008}.header-profile{cursor:pointer;display:flex;align-items:center;gap:10px;padding:4px 8px;border-radius:var(--radius-sm);transition:background .2s ease}.header-profile:hover{background:var(--color-border-light)}.stat-card{border-radius:var(--radius-lg)!important;border:none!important;overflow:hidden;position:relative}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.07;pointer-events:none;z-index:0}.stat-card .ant-card-body{position:relative;z-index:1}.stat-card-blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #2563eb!important}.stat-card-green{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left:4px solid #16a34a!important}.stat-card-amber{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left:4px solid #f59e0b!important}.stat-card-red{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left:4px solid #ef4444!important}.stat-card-purple{background:linear-gradient(135deg,#faf5ff,#ede9fe);border-left:4px solid #7c3aed!important}.stat-card-cyan{background:linear-gradient(135deg,#ecfeff,#cffafe);border-left:4px solid #0891b2!important}.stat-card-pink{background:linear-gradient(135deg,#fdf2f8,#fce7f3);border-left:4px solid #ec4899!important}.stat-card-slate{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-left:4px solid #94a3b8!important}.stat-card-orange{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-left:4px solid #f97316!important}.stat-card:hover{transform:translateY(-3px)!important;box-shadow:var(--shadow-lg)!important}.work-queue-card{border-radius:var(--radius-md)!important;border:1px solid var(--color-border)!important;transition:all .2s ease}.work-queue-card:hover{border-color:var(--color-primary)!important;box-shadow:0 4px 12px #2563eb1a!important}.section-card{border-radius:var(--radius-lg)!important;border:1px solid var(--color-border)!important;box-shadow:var(--shadow-sm)!important}.section-card .ant-card-head{border-bottom:1px solid var(--color-border-light)!important;padding:12px 24px!important;min-height:auto!important}.section-card .ant-card-head-title{font-size:15px!important;font-weight:600!important}.dashboard-skeleton,.dashboard-skeleton .ant-skeleton-content{padding:0}.empty-state{text-align:center;padding:64px 24px;background:linear-gradient(180deg,var(--color-bg-layout) 0%,var(--color-bg-card) 100%);border-radius:var(--radius-lg);border:2px dashed var(--color-border)}.empty-state-icon{width:80px;height:80px;margin:0 auto 20px;border-radius:50%;background:var(--color-primary-bg);display:flex;align-items:center;justify-content:center}.empty-state-icon .anticon{font-size:36px;color:var(--color-primary)}
