@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--background: #ffffff;--foreground: #111827;--card: #ffffff;--card-foreground: #111827;--popover: #ffffff;--popover-foreground: #111827;--primary: #d87943;--primary-foreground: #ffffff;--secondary: #0b4479;--secondary-foreground: #ffffff;--muted: #f8fafc;--muted-foreground: #475569;--accent: #eeeeee;--accent-foreground: #111827;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e5e7eb;--input: #e5e7eb;--ring: #d87943;--sidebar: #f8fafc;--sidebar-foreground: #111827;--sidebar-primary: #d87943;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #64748b;--sidebar-accent-foreground: #ffffff;--sidebar-border: #e2e8f0;--chart-1: #0ea5e9;--chart-2: #e78a53;--chart-3: #059669;--chart-4: #7c3aed;--chart-5: #64748b;--bg-menu: #dfe4ef;--header-bg: #ffffff;--dropdown-bg: #ffffff;--text-primary: #111827;--text-secondary: #374151;--text-tertiary: #6b7280;--text-muted: #94a3b8}html.dark{--background: #0f172a;--foreground: #f1f5f9;--card: #1e293b;--card-foreground: #f1f5f9;--popover: #1e293b;--popover-foreground: #f1f5f9;--primary: #e78a53;--primary-foreground: #ffffff;--secondary: #3b82f6;--secondary-foreground: #ffffff;--muted: #334155;--muted-foreground: #94a3b8;--accent: #64748b;--accent-foreground: #f1f5f9;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #334155;--input: #1e293b;--ring: #e78a53;--sidebar: #111827;--sidebar-foreground: #f1f5f9;--sidebar-primary: #e78a53;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #475569;--sidebar-accent-foreground: #e2e8f0;--sidebar-border: #334155;--chart-1: #3b82f6;--chart-2: #e78a53;--chart-3: #10b981;--chart-4: #8b5cf6;--chart-5: #f59e0b;--bg-menu: #334156;--header-bg: #1e293b;--dropdown-bg: #1e293b;--text-primary: #f1f5f9;--text-secondary: #e2e8f0;--text-tertiary: #94a3b8;--text-muted: #64748b;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}*{margin:0}*{transition-property:background-color,border-color,color,fill,stroke,box-shadow;transition-timing-function:cubic-bezier(.25,.46,.45,.94);transition-duration:.3s}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;background-color:var(--background);color:var(--foreground)}.ant-typography,.ant-btn,.ant-input,.ant-select,.ant-form-item-label>label,.ant-table{font-size:14px!important}.ant-menu-item,.ant-dropdown-menu-item{font-size:14px!important;font-weight:500!important}.ant-menu-item .anticon,.ant-dropdown-menu-item .anticon{font-size:18px!important}.nav-tab-item{font-size:14px!important;font-weight:500!important}.dropdown-item{font-size:14px!important;font-weight:400!important}.ant-badge,.ant-tag{font-size:12px!important;font-weight:600!important}.text-xs,.ant-form-item-explain,.ant-form-item-extra{font-size:12px!important}.ant-card-head-title{font-size:18px!important;font-weight:700!important}.ant-card-body{font-size:14px!important}.ant-typography strong,strong{font-weight:600!important}.text-sm,.ant-typography-secondary{font-size:14px!important}.ant-input{padding:8px 12px!important}.ant-input-lg{padding:10px 14px!important;font-size:13px!important}.ant-btn{font-size:13px!important}.ant-btn-lg{height:42px!important;padding:8px 20px!important;font-size:13px!important}.ant-form-item-label>label{font-size:13px!important}.ant-select-selection-item,.ant-select-selection-placeholder{font-size:13px!important}h1,.ant-typography h1,.ant-typography.ant-typography-h1,h1.ant-typography{font-size:30px!important;font-weight:700!important;line-height:1.2!important}h2,.ant-typography h2,.ant-typography.ant-typography-h2,h2.ant-typography{font-size:24px!important;font-weight:700!important;line-height:1.3!important}h3,.ant-typography h3,.ant-typography.ant-typography-h3,h3.ant-typography{font-size:20px!important;font-weight:700!important;line-height:1.4!important}h4,.ant-typography h4,.ant-typography.ant-typography-h4,h4.ant-typography{font-size:18px!important;font-weight:600!important;line-height:1.4!important}h5,.ant-typography h5,.ant-typography.ant-typography-h5,h5.ant-typography{font-size:16px!important;font-weight:600!important;line-height:1.5!important}h6,.ant-typography h6,.ant-typography.ant-typography-h6,h6.ant-typography{font-size:14px!important;font-weight:600!important;line-height:1.5!important}#root{min-height:100vh}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--muted)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.min-h-screen{min-height:100vh}.flex-center{display:flex;align-items:center;justify-content:center}.card-hover{transition:all .2s ease-in-out}.card-hover:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.bg-gradient-primary{background:linear-gradient(135deg,#d87943,#c26835)}.bg-gradient-secondary{background:linear-gradient(135deg,#0b4479,#083561)}.bg-gradient-success{background:linear-gradient(135deg,#10b981,#059669)}.auth-container{min-height:100vh;display:flex;max-width:1280px;margin:0 auto;padding:0 16px}.auth-left{flex:1;background:linear-gradient(135deg,#d87943,#a3542a);display:flex;flex-direction:column;justify-content:center;padding:3rem;color:#fff}.auth-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background)}@media(max-width:768px){.auth-container{flex-direction:column}.auth-left{display:none}.auth-right{min-height:100vh}}.table-responsive{overflow-x:auto}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge-success{background-color:#ecfdf5;color:#059669}.status-badge-warning{background-color:#fffbeb;color:#d97706}.status-badge-error{background-color:#fef2f2;color:#dc2626}.status-badge-info{background-color:#eff6ff;color:#2563eb}html.dark .status-badge-success{background-color:#10b98133;color:#34d399}html.dark .status-badge-warning{background-color:#f59e0b33;color:#fbbf24}html.dark .status-badge-error{background-color:#ef444433;color:#f87171}html.dark .status-badge-info{background-color:#3b82f633;color:#60a5fa}.sidebar{height:100vh;position:fixed;left:0;top:0;background:var(--sidebar);border-right:1px solid var(--sidebar-border);z-index:100;transition:width .3s ease}.sidebar-collapsed{width:80px}.sidebar-expanded{width:260px}.header{position:sticky;top:0;z-index:50;background:var(--header-bg);border-bottom:1px solid var(--border)}.main-content{min-height:calc(100vh - 64px);padding:1.5rem;background:var(--background)}.custom-shadow,.shadow-lg,.shadow-sm,.rounded-2xl,.ant-card{box-shadow:8px 5px 5px #dfe4ef!important}html.dark .custom-shadow,html.dark .shadow-lg,html.dark .shadow-sm,html.dark .rounded-2xl,html.dark .ant-card{box-shadow:none!important}.bg-menu{background:var(--bg-menu)!important}.nav-tabs-bg{background:var(--bg-menu)}.ant-dropdown-menu{background:var(--dropdown-bg)!important}html.dark .ant-dropdown-menu-item{color:var(--foreground)!important}html.dark .ant-dropdown-menu-item:hover{background:var(--muted)!important}html.dark .ant-modal-content,html.dark .ant-modal-header{background:var(--card)!important}html.dark .ant-modal-title{color:var(--foreground)!important}.ant-table{font-size:14px!important}.ant-table-thead>tr>th{font-size:14px!important;font-weight:600!important}.ant-table-tbody>tr>td{font-size:14px!important}.ant-pagination,.ant-pagination-item,.ant-pagination-options{font-size:14px!important}html.dark .ant-table{background:var(--card)!important}html.dark .ant-table-thead>tr>th{background:var(--muted)!important;color:var(--foreground)!important}html.dark .ant-table-tbody>tr>td{background:var(--card)!important;color:var(--foreground)!important;border-color:var(--border)!important}html.dark .ant-table-tbody>tr:hover>td{background:var(--muted)!important}html.dark .ant-card{background:var(--card)!important;border-color:var(--border)!important}html.dark .ant-card-head{background:var(--card)!important;border-color:var(--border)!important;color:var(--foreground)!important}html.dark .ant-card-body{color:var(--foreground)!important}html.dark .ant-input{background:var(--input)!important;border-color:var(--border)!important;color:var(--foreground)!important}html.dark .ant-input::placeholder{color:var(--muted-foreground)!important}html.dark .ant-input-affix-wrapper{background:var(--input)!important;border-color:var(--border)!important}html.dark .ant-select-selector{background:var(--input)!important;border-color:var(--border)!important;color:var(--foreground)!important}html.dark .ant-select-dropdown{background:var(--popover)!important}html.dark .ant-select-item{color:var(--foreground)!important}html.dark .ant-select-item-option-active{background:var(--muted)!important}html.dark .ant-select-item-option-selected{background:var(--primary)!important;color:var(--primary-foreground)!important}html.dark .ant-btn-default{background:var(--card)!important;border-color:var(--border)!important;color:var(--foreground)!important}html.dark .ant-btn-default:hover{background:var(--muted)!important;border-color:var(--primary)!important;color:var(--primary)!important}html.dark .ant-pagination-item{background:var(--card)!important;border-color:var(--border)!important}html.dark .ant-pagination-item a{color:var(--foreground)!important}html.dark .ant-pagination-item-active{background:var(--primary)!important;border-color:var(--primary)!important}html.dark .ant-pagination-item-active a{color:var(--primary-foreground)!important}html.dark .ant-spin-text{color:var(--foreground)!important}html.dark .ant-empty-description{color:var(--muted-foreground)!important}html.dark .ant-badge-count{box-shadow:0 0 0 1px var(--card)!important}html.dark .ant-divider{border-color:var(--border)!important}html.dark .ant-form-item-label>label{color:var(--foreground)!important}html.dark .ant-tooltip-inner{background:var(--popover)!important;color:var(--popover-foreground)!important}html.dark .ant-tabs-tab{color:var(--muted-foreground)!important}html.dark .ant-tabs-tab-active{color:var(--primary)!important}html.dark .ant-tabs-ink-bar{background:var(--primary)!important}html.dark .ant-menu{background:var(--card)!important;color:var(--foreground)!important}html.dark .ant-menu-item{color:var(--foreground)!important}html.dark .ant-menu-item:hover{background:var(--muted)!important}html.dark .ant-menu-item-selected{background:var(--primary)!important;color:var(--primary-foreground)!important}html.dark .ant-list-item,html.dark .ant-alert{border-color:var(--border)!important}html.dark .ant-alert-info{background:#3b82f61a!important}html.dark .ant-alert-success{background:#10b9811a!important}html.dark .ant-alert-warning{background:#f59e0b1a!important}html.dark .ant-alert-error{background:#ef44441a!important}html.dark .ant-breadcrumb-link{color:var(--muted-foreground)!important}html.dark .ant-breadcrumb-link:hover{color:var(--primary)!important}html.dark .ant-breadcrumb-separator{color:var(--muted-foreground)!important}
