@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.theme-toggle.theme-toggle--reversed .theme-toggle__classic{transform:scaleX(-1)}.theme-toggle{--theme-toggle__classic--duration:.5s}.theme-toggle__classic path{transition-timing-function:cubic-bezier(0,0,.15,1.25);transform-origin:center;transition-duration:calc(var(--theme-toggle__classic--duration) * .8)}.theme-toggle__classic g path{transition-property:opacity,transform;transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}.theme-toggle__classic :first-child path{transition-property:transform,d}.theme-toggle--toggled.theme-toggle .theme-toggle__classic g path{transform:scale(.5) rotate(45deg);opacity:0;transition-delay:0s}.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{d:path("M-12 5h30a1 1 0 0 0 9 13v24h-39Z");transition-delay:calc(var(--theme-toggle__classic--duration) * .2)}@supports not (d:path("")){.theme-toggle--toggled.theme-toggle .theme-toggle__classic :first-child path{transform:translate3d(-12px,10px,0)}}.theme-toggle{border:none;background:0 0;cursor:pointer}@media(prefers-reduced-motion:reduce){.theme-toggle:not(.theme-toggle--force-motion) *{transition:none!important}}:root{--background: #F0EEE6;--foreground: #111827;--card: #FFFFFF;--card-foreground: #111827;--popover: #FFFFFF;--popover-foreground: #111827;--primary: #d87943;--primary-foreground: #ffffff;--secondary: #0b4479;--secondary-foreground: #ffffff;--muted: #E5E3DA;--muted-foreground: #475569;--accent: #eeeeee;--accent-foreground: #111827;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #E5E3DA;--input: #E5E3DA;--ring: #d87943;--sidebar: #F0EEE6;--sidebar-foreground: #111827;--sidebar-primary: #d87943;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #64748b;--sidebar-accent-foreground: #ffffff;--sidebar-border: #E5E3DA;--chart-1: #0ea5e9;--chart-2: #e78a53;--chart-3: #059669;--chart-4: #7c3aed;--chart-5: #64748b;--bg-menu: #F0EEE6;--bg-container: #FFFFFF;--header-bg: #F0EEE6;--dropdown-bg: #FFFFFF;--text-primary: #111827;--text-secondary: #374151;--text-tertiary: #6b7280;--text-muted: #94a3b8;--radius: .75rem;--shadow-sm: 0px 1px 4px 0px hsl(0 0% 0% / .05), 0px 1px 2px -1px hsl(0 0% 0% / .05);--shadow: 0px 1px 4px 0px hsl(0 0% 0% / .05), 0px 1px 2px -1px hsl(0 0% 0% / .05);--shadow-md: 0px 1px 4px 0px hsl(0 0% 0% / .05), 0px 2px 4px -1px hsl(0 0% 0% / .05);--shadow-lg: 0px 1px 4px 0px hsl(0 0% 0% / .05), 0px 4px 6px -1px hsl(0 0% 0% / .05)}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: #1E293B;--bg-container: #1e293b;--header-bg: #1e293b;--dropdown-bg: #1e293b;--text-primary: #F8FAFC;--text-secondary: #E2E8F0;--text-tertiary: #94a3b8;--text-muted: #64748b;--shadow-sm: 0px 1px 4px 0px hsl(0 0% 0% / .2), 0px 1px 2px -1px hsl(0 0% 0% / .2);--shadow: 0px 1px 4px 0px hsl(0 0% 0% / .2), 0px 1px 2px -1px hsl(0 0% 0% / .2);--shadow-md: 0px 1px 4px 0px hsl(0 0% 0% / .2), 0px 2px 4px -1px hsl(0 0% 0% / .2);--shadow-lg: 0px 1px 4px 0px hsl(0 0% 0% / .2), 0px 4px 6px -1px hsl(0 0% 0% / .2);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;-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:var(--background);color:var(--foreground);transition:background-color .3s ease,color .3s ease}#root{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.w-auto{width:auto}.w-0{width:0}.w-10{width:2.5rem}.h-full{height:100%}.h-auto{height:auto}.h-10{height:2.5rem}.min-h-screen{min-height:100vh}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.border{border:1px solid var(--border)}.border-2{border:2px solid var(--border)}.border-0{border:0}.hover\:text-blue-500:hover{color:#3b82f6}.hover\:border-blue-400:hover{border-color:#60a5fa}.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}.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}.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;color:var(--foreground)}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;color:var(--foreground)}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;color:var(--foreground)}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;color:var(--foreground)}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;color:var(--foreground)}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;color:var(--foreground)}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.dark .ant-typography h1,.dark .ant-typography h2,.dark .ant-typography h3,.dark .ant-typography h4,.dark .ant-typography h5,.dark .ant-typography h6{color:#f8fafc!important}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.flex-center{display:flex;align-items:center;justify-content:center}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.dark ::-webkit-scrollbar-track{background:var(--muted)}.dark ::-webkit-scrollbar-thumb{background:var(--accent)}.dark ::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.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)}}.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}.ant-card{border-radius:12px;border:2px solid #e5e7eb;transition:transform .25s ease-out,box-shadow .25s ease-out,border-color .2s ease;will-change:transform,box-shadow}.ant-card:hover{border-color:#d1d5db;transform:translateY(-6px);box-shadow:0 12px 28px #0000001f,0 4px 12px #00000014!important}.dark .ant-card{background:var(--card);border:2px solid #334155!important;box-shadow:0 4px 12px #0000004d}.dark .ant-card:hover{border-color:#475569!important;box-shadow:0 12px 32px #000000b3,0 4px 16px #00000080!important}.chart-card{background:var(--bg-container);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow-sm);height:100%;position:relative;overflow:hidden}.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}}.header{position:sticky;top:0;z-index:50;background:var(--header-bg);border-bottom:1px solid var(--border)}:root .ant-layout-header,html:not(.dark) .ant-layout-header{background:#f0eee6!important;border-bottom:1px solid #E5E3DA;box-shadow:0 1px 4px #00000008}:root .nav-tabs-desktop,html:not(.dark) .nav-tabs-desktop{background:#f0eee6!important;border-bottom:1px solid #E5E3DA!important}html.dark .ant-layout-header,.dark .ant-layout-header{background:#1e293b!important;border-bottom:1px solid #334155;box-shadow:0 2px 8px #0003}html.dark .nav-tabs-desktop,.dark .nav-tabs-desktop{background:#1e293b!important;border-bottom:1px solid #334155!important}:root .nav-tab-item:hover,:root .nav-tab-container:hover .nav-tab-item,html:not(.dark) .nav-tab-item:hover,html:not(.dark) .nav-tab-container:hover .nav-tab-item{color:#c6613f!important}:root .nav-tab-item:hover .tab-title-full,:root .nav-tab-item:hover .tab-title-short,html:not(.dark) .nav-tab-item:hover .tab-title-full,html:not(.dark) .nav-tab-item:hover .tab-title-short{color:#c6613f!important;font-weight:600!important}:root .nav-tab-item:hover span,:root .nav-tab-item:hover .anticon,html:not(.dark) .nav-tab-item:hover span,html:not(.dark) .nav-tab-item:hover .anticon{color:#c6613f!important}.dark .nav-tab-item:hover,.dark .nav-tab-container:hover .nav-tab-item{color:#d97a58!important}.dark .nav-tab-item:hover .tab-title-full,.dark .nav-tab-item:hover .tab-title-short,.dark .nav-tab-container:hover .nav-tab-item .tab-title-full,.dark .nav-tab-container:hover .nav-tab-item .tab-title-short{color:#d97a58!important;font-weight:600!important}.dark .nav-tab-item:hover span,.dark .nav-tab-item:hover .anticon,.dark .nav-tab-container:hover .nav-tab-item span,.dark .nav-tab-container:hover .nav-tab-item .anticon{color:#d97a58!important}.company-switch-button{border:2px solid transparent!important;transition:all .2s ease!important}html:not(.dark) .company-switch-button{border:2px solid #e5e7eb!important}html:not(.dark) .company-switch-button:hover{border-color:#c6613f!important;box-shadow:0 2px 8px #c6613f1f!important}.dark .company-switch-button{border:2px solid #334155!important}.dark .company-switch-button:hover{border-color:#d97a58!important;box-shadow:0 2px 8px #d97a5826!important}html:not(.dark) .ant-dropdown,html:not(.dark) .ant-select-dropdown,html:not(.dark) .ant-picker-dropdown,html:not(.dark) .ant-menu-submenu-popup{background:#fff!important;border:1px solid #E5E3DA;box-shadow:0 4px 12px #00000014;border-radius:12px;z-index:1050!important}.dark .ant-dropdown,.dark .ant-select-dropdown,.dark .ant-picker-dropdown,.dark .ant-menu-submenu-popup{background:#1e293b!important;border:1px solid #334155;box-shadow:0 8px 24px #0009,0 0 0 1px #ffffff0d;border-radius:12px;z-index:1050!important}.dark .ant-dropdown .ant-dropdown-menu,.dark .ant-menu-submenu .ant-menu{background:#1e293b!important;padding:8px}.dark .ant-dropdown-menu-item,.dark .ant-menu-item{transition:all .2s ease;border-radius:8px;margin:2px 0;padding:10px 12px}.dark .ant-dropdown-menu-item:hover,.dark .ant-menu-item:hover{background:#283548!important;transform:translate(2px)}.dark .ant-dropdown-menu-item:hover,.dark .ant-menu-item:hover:not(.ant-menu-item-selected){color:#d97a58!important;font-weight:600!important}.dark .ant-dropdown-menu-item:hover span,.dark .ant-dropdown-menu-item:hover .anticon{color:#d97a58!important}.ant-dropdown-menu-item:hover,.ant-menu-item:hover:not(.ant-menu-item-selected){color:#c6613f!important;font-weight:600!important;background:#fbf9f5!important}.ant-dropdown-menu-item:hover span,.ant-dropdown-menu-item:hover .anticon{color:#c6613f!important}.ant-table{font-size:14px!important;border-collapse:collapse!important}.ant-table-thead>tr>th{font-size:14px!important;font-weight:600!important;position:sticky!important;top:0!important;z-index:10!important}.ant-table-tbody>tr>td{font-size:14px!important}.ant-table-tbody>tr{transition:background-color .2s ease-out}html:not(.dark) .ant-table-tbody>tr:nth-child(odd)>td{background:#fff!important}html:not(.dark) .ant-table-tbody>tr:nth-child(2n)>td{background:#fafbfc!important}html:not(.dark) .ant-table-tbody>tr:hover>td{background:#fef3ec!important}.dark .ant-table-tbody>tr:nth-child(2n)>td{background:#1a2332!important}.dark .ant-table-tbody>tr:hover>td{background:#283548!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td,.ant-table-cell{border-left:none!important;border-right:none!important;border-inline-start:none!important;border-inline-end:none!important}html:not(.dark) .ant-table-thead>tr>th{background:#f9fafb!important}.dark .ant-table-thead>tr>th{background:#1e293b!important}.ant-table-container{overflow-x:auto!important;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.ant-table-tbody>tr .ant-btn-text{opacity:.5;transition:opacity .2s ease}.ant-table-tbody>tr:hover .ant-btn-text{opacity:1}.ant-modal-mask{transition:opacity .3s cubic-bezier(.4,0,.2,1),backdrop-filter .3s cubic-bezier(.4,0,.2,1)!important;z-index:1000!important}html:not(.dark) .ant-modal-mask{background:#f0eee699!important;-webkit-backdrop-filter:blur(12px) saturate(130%) brightness(1.02)!important;backdrop-filter:blur(12px) saturate(130%) brightness(1.02)!important}.dark .ant-modal-mask{background:#0f172aa6!important;-webkit-backdrop-filter:blur(12px) saturate(140%) brightness(.95)!important;backdrop-filter:blur(12px) saturate(140%) brightness(.95)!important}.ant-modal-wrap{z-index:1000!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important}.ant-modal-content{position:relative;pointer-events:auto!important;z-index:1001!important}.ant-modal-close{z-index:1010!important;pointer-events:auto!important}.ant-modal-close-x{display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.ant-modal-close:hover .ant-modal-close-x{color:var(--text-primary)!important;background:var(--muted)!important;transform:rotate(90deg)!important;border-radius:6px!important}html:not(.dark) .ant-modal-content{background:#fff!important;border:1px solid #E5E3DA;box-shadow:0 12px 48px #00000014}.dark .ant-modal-content{background:#1e293b!important;border:1px solid #334155;box-shadow:0 12px 48px #00000080}.ant-drawer-mask{transition:opacity .3s cubic-bezier(.4,0,.2,1),backdrop-filter .3s cubic-bezier(.4,0,.2,1)!important}html:not(.dark) .ant-drawer-mask{background:#f0eee699!important;-webkit-backdrop-filter:blur(12px) saturate(130%) brightness(1.02)!important;backdrop-filter:blur(12px) saturate(130%) brightness(1.02)!important}.dark .ant-drawer-mask{background:#0f172aa6!important;-webkit-backdrop-filter:blur(12px) saturate(140%) brightness(.95)!important;backdrop-filter:blur(12px) saturate(140%) brightness(.95)!important}html:not(.dark) .ant-drawer-content{background:#fff!important}.dark .ant-drawer-content{background:#1e293b!important}.ant-tabs-tab{font-size:14px!important;font-weight:500!important;transition:all .3s ease!important}:root .ant-tabs-tab:hover,html:not(.dark) .ant-tabs-tab:hover{color:#c6613f!important}:root .ant-tabs-tab:hover .ant-tabs-tab-btn,html:not(.dark) .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#c6613f!important;font-weight:600!important}html.dark .ant-tabs-tab:hover,html.dark .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#d97a58!important}:root .ant-tabs-tab-active .ant-tabs-tab-btn,html:not(.dark) .ant-tabs-tab-active .ant-tabs-tab-btn{color:#c6613f!important;font-weight:600!important}.dark .ant-tabs-tab-active .ant-tabs-tab-btn{color:#d97a58!important;font-weight:600!important}:root .ant-tabs-ink-bar,html:not(.dark) .ant-tabs-ink-bar{background:#c6613f!important;height:3px!important}.dark .ant-tabs-ink-bar{background:#d97a58!important;height:3px!important}:root .ant-tabs-nav,html:not(.dark) .ant-tabs-nav{background:#fff!important;border:2px solid #e5e7eb!important;border-radius:12px!important;margin-bottom:16px!important}.dark .ant-tabs-nav{background:#1e293b!important;border:2px solid #334155!important;border-radius:12px!important;margin-bottom:16px!important}.dark .ant-tag-green{background:#22c55e26!important;border-color:#22c55e80!important;color:#4ade80!important}.dark .ant-tag-blue{background:#3b82f626!important;border-color:#3b82f680!important;color:#60a5fa!important}.dark .ant-tag-orange{background:#fb923c26!important;border-color:#fb923c80!important;color:#fb923c!important}.dark .ant-tag-purple{background:#a855f726!important;border-color:#a855f780!important;color:#c084fc!important}.dark .ant-tag-cyan{background:#22d3ee26!important;border-color:#22d3ee80!important;color:#22d3ee!important}.dark .ant-tag-red,.dark .ant-tag-error{background:#ef444426!important;border-color:#ef444480!important;color:#f87171!important}.dark .ant-tag-default{background:#94a3b81a!important;border-color:#94a3b84d!important;color:#94a3b8!important}.breadcrumb-link:hover{color:var(--text-primary)!important;text-decoration:none}:root .breadcrumb-link:hover,html:not(.dark) .breadcrumb-link:hover{color:#c6613f!important}.dark .breadcrumb-link:hover{color:#d97a58!important}.dark .ant-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #d97a584d}.dark .ant-btn-primary:active{transform:translateY(0)}.dark .ant-input:focus,.dark .ant-input-focused,.dark .ant-select-focused .ant-select-selector{box-shadow:0 0 0 2px #d97a5826}.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}.main-content{min-height:calc(100vh - 64px);padding:1.5rem;background:var(--background)}.bg-menu{background:var(--bg-menu)!important}.nav-tabs-bg{background:var(--bg-menu)}html.dark .ant-dropdown-menu{background:var(--dropdown-bg)!important}html.dark .ant-dropdown-menu-item{color:var(--foreground)!important}html.dark .ant-modal-header{background:var(--card)!important}html.dark .ant-modal-title{color:var(--foreground)!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-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-tabs-tab{color:var(--muted-foreground)!important}html.dark .ant-tabs-tab-active{color: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-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-empty-description{color:var(--muted-foreground)!important}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-divider,html.dark .ant-list-item{border-color:var(--border)!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}button:focus-visible,a:focus-visible,[role=button]:focus-visible,.ant-btn:focus-visible,.nav-tab-item:focus-visible{outline:3px solid var(--primary);outline-offset:2px;border-radius:4px}button:focus:not(:focus-visible),a:focus:not(:focus-visible),[role=button]:focus:not(:focus-visible){outline:none}.ant-btn,.ant-input,.ant-select-selector,.dropdown-item,.nav-tab-item{transition:all .2s ease}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(prefers-contrast:high){.ant-card{border-width:3px!important}button,.ant-btn{border-width:2px!important}}@media(max-width:768px){button,.ant-btn,a,[role=button]{min-height:44px;min-width:44px}}.hide-mobile{display:block}@media(max-width:767px){.hide-mobile{display:none!important}}.show-mobile{display:none}@media(max-width:767px){.show-mobile{display:block!important}}.hide-tablet{display:block}@media(max-width:991px){.hide-tablet{display:none!important}}@media(max-width:767px){h1,.ant-typography h1{font-size:24px!important}h2,.ant-typography h2{font-size:20px!important}h3,.ant-typography h3{font-size:18px!important}}@media(max-width:640px){.ant-layout-content>div{padding:16px!important}}@media(min-width:641px)and (max-width:1024px){.ant-layout-content>div{padding:20px 24px!important}}@media(min-width:1025px)and (max-width:1440px){.ant-layout-content>div{padding:24px 32px!important}}@media(min-width:1441px){.ant-layout-content>div{padding:24px 48px!important}}@media(max-width:767px){.ant-table-wrapper{overflow-x:auto}.ant-table{min-width:600px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 12px!important;font-size:13px!important}}@media(max-width:767px){.ant-card{border-radius:8px!important}.ant-card-body{padding:16px!important}.ant-card-head{padding:12px 16px!important}}@media(max-width:576px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-body{padding:16px!important}}@media(max-width:767px){.ant-tabs-nav{margin-bottom:16px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}}.ant-collapse>.ant-collapse-item{margin-bottom:12px!important;border-radius:8px!important;overflow:hidden!important}.ant-collapse>.ant-collapse-item:last-child{margin-bottom:0!important}.ant-collapse-header{padding:16px 20px!important;align-items:center!important}html:not(.dark) .ant-collapse-header{background:#fafbfc!important}.dark .ant-collapse-header{background:#1a2332!important}html:not(.dark) .ant-collapse-header:hover{background:#f1f5f9!important}.dark .ant-collapse-header:hover{background:#1e2936!important}.ant-collapse-content-box{padding:16px 20px 20px!important}.ant-collapse{border:none!important;background:transparent!important}.ant-collapse>.ant-collapse-item{border:1px solid var(--border)!important}.ant-collapse-header-text{flex:1!important}.ant-collapse-expand-icon{padding-inline-end:16px!important}.ant-collapse-content .ant-table-wrapper{margin:0!important}.ant-collapse-content .ant-table{background:transparent!important}.ant-table-thead .ant-table-cell[style*="text-align: right"],.ant-table-thead th.ant-table-cell[class*=right],.ant-table-cell[align=right]{text-align:right!important}.ant-collapse-content .ant-table-thead>tr>th:nth-last-child(1),.ant-collapse-content .ant-table-thead>tr>th:nth-last-child(2),.ant-collapse-content .ant-table-thead>tr>th:nth-last-child(3){text-align:right!important;padding-right:16px!important}.ant-table-thead .ant-table-cell{text-align:inherit!important}html:not(.dark) .ant-collapse-content .ant-table-tbody>tr>td{background:#fff!important}.dark .ant-collapse-content .ant-table-tbody>tr>td{background:#0f172a!important}html:not(.dark) .ant-collapse-content .ant-table-tbody>tr:hover>td{background:#fafbfc!important}.dark .ant-collapse-content .ant-table-tbody>tr:hover>td{background:#1a2332!important}.ant-table-summary{background:var(--muted)!important}
