@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#fff;--foreground:#171717;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{width:100%;min-width:100vw;height:100%;min-height:100vh;margin:0;padding:0;box-sizing:border-box;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInFromLeft{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}.new-order-slide-in{animation:slideInFromLeft .6s ease-out;background-color:#f0fdf4!important;border-left:3px solid #22c55e!important}*{transition:all .2s ease-out}.card-elevated{box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;border:1px solid #f0f0f0}.card-elevated:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-1px)}.btn-professional{border-radius:6px;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .15s ease}.btn-professional:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.input-professional{border-radius:6px;border:1.5px solid #d9d9d9;transition:all .2s ease}.input-professional:focus{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.1)}.skeleton-professional{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.status-success{background:#f6ffed;border:1px solid #b7eb8f;color:#52c41a;border-radius:4px}.status-success,.status-warning{padding:4px 8px;font-size:12px;font-weight:500}.status-warning{background:#fffbe6;border:1px solid #ffe58f;color:#d48806;border-radius:4px}.status-error{background:#fff2f0;border:1px solid #ffccc7;color:#f5222d;border-radius:4px}.status-error,.status-info{padding:4px 8px;font-size:12px;font-weight:500}.status-info{background:#e6f7ff;border:1px solid #91d5ff;color:#1890ff;border-radius:4px}.table-professional{border-radius:8px;overflow:hidden;border:1px solid #f0f0f0}.table-professional .ant-table-thead>tr>th{background:#fafafa;border-bottom:2px solid #f0f0f0;font-weight:600;color:#262626}.table-professional .ant-table-tbody>tr:hover>td{background:#f5f5f5}.dashboard-tile{background:#fff;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:all .2s ease;cursor:pointer;overflow:hidden}.dashboard-tile:hover{border-color:#1890ff;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.dashboard-tile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dashboard-tile-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.dashboard-tile-content{padding:20px}@media (max-width:768px){.dashboard-tile{margin-bottom:16px}.table-professional{font-size:12px}.card-elevated{margin:8px;border-radius:6px}}@media (max-width:576px){.dashboard-tile-content{padding:16px}.btn-professional{width:100%;margin-bottom:8px}}.form-professional .ant-form-item-label>label{font-weight:500;color:#262626}.form-professional .ant-form-item{margin-bottom:20px}.form-professional .ant-form-item-required:before{color:#ff4d4f!important}.error-boundary{padding:40px;text-align:center;background:#fff2f0;border:1px solid #ffccc7;border-radius:8px;margin:20px}.error-boundary h3{color:#f5222d;margin-bottom:16px}.error-boundary p{color:#8c8c8c;margin-bottom:24px}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.8);display:flex;align-items:center;justify-content:center;z-index:1000;border-radius:8px}.notification-professional .ant-notification-notice{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);border-left:4px solid #1890ff}.notification-professional .ant-notification-notice-success{border-left-color:#52c41a}.notification-professional .ant-notification-notice-error{border-left-color:#ff4d4f}.notification-professional .ant-notification-notice-warning{border-left-color:#faad14}.breadcrumb-professional{background:#fafafa;padding:12px 16px;border-radius:6px;margin-bottom:16px}.breadcrumb-professional .ant-breadcrumb{margin:0}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:hsla(0,0%,100%,.1);border-radius:50%;transform:translate(30px,-30px)}.stat-card-value{font-size:32px;font-weight:700;margin-bottom:8px}.stat-card-label{font-size:14px;opacity:.9}.color-primary{color:#1890ff}.color-success{color:#52c41a}.color-warning{color:#faad14}.color-error{color:#ff4d4f}.color-info{color:#13c2c2}.bg-primary{background:#1890ff}.bg-success{background:#52c41a}.bg-warning{background:#faad14}.bg-error{background:#ff4d4f}.bg-info{background:#13c2c2}.focus-visible{outline:2px solid #1890ff;outline-offset:2px}@media print{.no-print{display:none!important}.dashboard-tile{page-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #000}}body.dropdown-open{overflow-x:visible!important;overflow-y:auto!important}.ant-layout,.ant-layout-content,.header-user-container{overflow:visible!important}.ant-dropdown,.ant-select-dropdown{z-index:9999!important}@keyframes maintenance-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes maintenance-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes maintenance-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.maintenance-float{animation:maintenance-float 6s ease-in-out infinite}.maintenance-float-reverse{animation:maintenance-float 8s ease-in-out infinite reverse}.maintenance-pulse{animation:maintenance-pulse 2s infinite}.maintenance-spin{animation:maintenance-spin 2s linear infinite}.maintenance-container{background:linear-gradient(135deg,#667eea,#764ba2)!important;min-height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important;position:relative!important;overflow:hidden!important}html{scroll-behavior:smooth}body{overflow-x:hidden}.ant-typography{overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.fixed-sidebar.ant-layout-sider{overflow-y:auto;height:100vh;position:fixed;left:0;top:0}.ant-input,.ant-picker,.ant-select{border-radius:8px!important;transition:all .2s ease-in-out!important;border-color:#e2e8f0!important}.ant-input:hover,.ant-picker:hover,.ant-select:hover .ant-select-selector{border-color:#94a3b8!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important}.ant-input-focused,.ant-input:focus,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:#3b82f6!important;box-shadow:0 0 0 2px rgba(59,130,246,.2)!important}.ant-select-selector{border-radius:8px!important;height:38px!important;padding:4px 12px!important;display:flex!important;align-items:center!important}.ant-select-selection-item,.ant-select-selection-placeholder{line-height:30px!important}.ant-picker{padding:4px 12px!important}.ant-card{box-shadow:0 1px 3px rgba(0,0,0,.05),0 10px 15px -5px rgba(0,0,0,.02),0 7px 7px -5px rgba(0,0,0,.03)!important;border-radius:12px!important;border:1px solid #f1f5f9!important;overflow:hidden!important}.ant-table-small .ant-table-thead>tr>th{background-color:#f8fafc!important;font-weight:600!important;padding:12px 16px!important;border-bottom:2px solid #f1f5f9!important}.ant-table-small .ant-table-tbody>tr>td{padding:12px 16px!important;border-bottom:1px solid #f1f5f9!important}.ant-table-small .ant-table-tbody>tr:hover>td{background-color:#f8fafc!important}.ant-btn{border-radius:8px!important;height:38px!important;padding:4px 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-weight:500!important;transition:all .2s ease-in-out!important}.ant-btn-primary{background-color:#e40514!important;border-color:#e40514!important}.ant-btn-primary:hover{background-color:#c50412!important;border-color:#c50412!important}.ant-btn-default{color:#e40514!important;border-color:#e40514!important}.ant-btn-default:hover{color:#c50412!important;border-color:#c50412!important;background-color:rgba(228,5,20,.05)!important}.ant-btn-text{color:#e40514!important}.ant-btn-text:hover{color:#c50412!important;background-color:rgba(228,5,20,.05)!important}.ant-btn-link{color:#e40514!important}.ant-btn-link:hover{color:#c50412!important}.ant-btn-dashed{color:#e40514!important;border-color:#e40514!important}.ant-btn-dashed:hover{color:#c50412!important;border-color:#c50412!important;background-color:rgba(228,5,20,.05)!important}.ant-tag{border-radius:6px!important;padding:2px 8px!important;font-size:12px!important;font-weight:500!important}.ant-table{border-radius:12px!important;overflow:hidden!important}.ant-table-wrapper{margin-bottom:0!important}.ant-empty{margin:32px 0!important}.ant-empty-description{color:#64748b!important;font-size:14px!important}.ant-alert{border-radius:10px!important;border:none!important;box-shadow:0 1px 3px rgba(0,0,0,.05)!important}.ant-collapse{background-color:transparent!important;border:none!important}.ant-collapse>.ant-collapse-item{border-radius:10px!important;margin-bottom:10px!important;border:1px solid #f1f5f9!important;overflow:hidden!important;background-color:#fff!important}.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:14px 16px!important;background-color:#f8fafc!important;font-weight:500!important}.ant-collapse-content{border-top:1px solid #f1f5f9!important}.ant-collapse-content>.ant-collapse-content-box,.ant-list-item{padding:16px!important}.ant-list-item{border-bottom:1px solid #f1f5f9!important}.ant-list-item:last-child{border-bottom:none!important}.ant-btn:hover{transform:translateY(-1px)!important}h1,h2,h3,h4,h5{color:#0f172a!important}.markdown-content,.markdown-content a,.markdown-content blockquote,.markdown-content code,.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6,.markdown-content li,.markdown-content ol,.markdown-content p,.markdown-content pre,.markdown-content tbody,.markdown-content td,.markdown-content th,.markdown-content thead,.markdown-content ul{@apply py-2 px-4 border-b border-gray-200}.p-8{padding:2rem!important}.p-4{padding:1rem!important}.m-4{margin:1rem!important}.mb-8{margin-bottom:2rem!important}.mb-4{margin-bottom:1rem!important}.mb-2{margin-bottom:.5rem!important}.text-gray-500{color:#6b7280!important}.ant-modal-content{border-radius:12px!important;overflow:hidden!important;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)!important}.ant-modal-header{padding:16px 24px!important;border-bottom:1px solid #f0f0f0!important;background-color:#fff!important}.ant-modal-title{font-size:18px!important;font-weight:600!important;color:#0f172a!important}.ant-modal-body{padding:24px!important}.ant-modal-footer{padding:16px 24px!important;border-top:1px solid #f0f0f0!important;background-color:#fff!important}.order-address-card{box-shadow:0 1px 3px rgba(0,0,0,.1)!important;border:1px solid #e5e7eb!important;height:100%!important}.order-address-card .ant-card-head{min-height:48px!important;padding:0 16px!important}.order-address-card .ant-card-head-title{padding:12px 0!important;font-size:14px!important}.order-action-buttons .ant-btn{font-weight:500!important;font-size:15px!important;border-width:1px!important;transition:all .2s!important}.order-action-buttons .ant-btn-primary{background-color:#e40514!important;border-color:#e40514!important}.order-action-buttons .ant-btn-primary:hover{background-color:#c50412!important;border-color:#c50412!important;transform:translateY(-1px)!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important}.order-action-buttons .ant-btn-default{border-color:#d1d5db!important}.order-action-buttons .ant-btn-default:hover{border-color:#9ca3af!important;color:#111827!important;transform:translateY(-1px)!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important}.order-edit-form{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;border:1px solid #e5e7eb!important}.order-edit-form .ant-form-item-label>label{font-weight:500!important;font-size:14px!important}.order-edit-form .ant-form-item-required:before{color:#e40514!important}.order-edit-form .ant-input,.order-edit-form .ant-select .ant-select-selector{border-color:#d1d5db!important}.order-edit-form .ant-input:hover,.order-edit-form .ant-select:hover .ant-select-selector{border-color:#9ca3af!important}.order-edit-form .ant-input:focus,.order-edit-form .ant-select-focused .ant-select-selector{border-color:#e40514!important;box-shadow:0 0 0 2px rgba(228,5,20,.2)!important}.modal-footer-actions{padding-top:16px!important;border-top:1px solid #f0f0f0!important}.modal-footer-actions .ant-btn{min-width:100px!important;height:40px!important;font-weight:500!important;font-size:14px!important}.modal-footer-actions .submit-button{background-color:#e40514!important;border-color:#e40514!important}.modal-footer-actions .submit-button:hover{background-color:#c50412!important;border-color:#c50412!important}.modal-footer-actions .cancel-button{border-color:#d1d5db!important;color:#4b5563!important}.modal-footer-actions .cancel-button:hover{border-color:#9ca3af!important;color:#111827!important}.order-edit-modal .ant-modal-body{padding-bottom:16px!important}.ant-modal .ant-form-item-label>label{font-weight:500!important;color:#374151!important}.ant-modal .ant-form-item-required:before{color:#e40514!important}.ant-modal .ant-input,.ant-modal .ant-input-affix-wrapper,.ant-modal .ant-picker,.ant-modal .ant-select .ant-select-selector,.ant-modal .ant-select-dropdown{border-radius:6px!important}.ant-modal .ant-select-item-option-selected{background-color:#fee2e2!important;color:#e40514!important}.ant-modal .ant-select-item-option-active:not(.ant-select-item-option-selected){background-color:rgba(229,231,235,.5)!important}.ant-modal .bg-gray-50{background-color:#f9fafb!important}.ant-modal .text-red-500{color:#e40514!important}.knowledge-search-input .ant-input{font-size:16px!important;height:50px!important;padding:8px 16px!important;box-shadow:0 4px 12px rgba(0,0,0,.1)!important;border-top-left-radius:8px!important;border-bottom-left-radius:8px!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;border:1px solid #f0f0f0!important;border-right:none!important}.knowledge-search-input .ant-input-group-addon{background-color:transparent!important;border:none!important;padding:0!important;margin:0!important}.kb-grid{display:grid!important;grid-template-columns:repeat(1,minmax(0,1fr))!important;grid-gap:1.5rem!important;gap:1.5rem!important}@media (min-width:640px){.kb-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:768px){.kb-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.kb-grid .ant-card{height:100%!important;display:flex!important;flex-direction:column!important}.kb-grid .ant-card-body{flex:1 1 auto!important;display:flex!important;flex-direction:column!important}.knowledge-base-container{max-width:1200px!important;margin:0 auto!important;padding:0 1.5rem!important}.knowledge-search-input .ant-btn{height:50px!important;font-size:16px!important;padding:8px 24px!important;border-top-right-radius:8px!important;border-bottom-right-radius:8px!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 12px rgba(0,0,0,.1)!important;border:1px solid #f0f0f0!important}.knowledge-search-input .ant-input-group{display:flex!important;width:100%!important}.knowledge-search-input .ant-input-group-addon .ant-btn{margin:0!important}.knowledge-search-input .ant-input-affix-wrapper{border-radius:0!important;border:none!important}.knowledge-search-input .ant-input-clear-icon{margin-right:8px!important}.knowledge-base-tabs .ant-tabs-tab{padding:12px 16px!important;margin:0 8px 0 0!important;transition:all .3s!important;border-radius:8px 8px 0 0!important}.knowledge-base-tabs .ant-tabs-tab-active{background-color:#fff1f1!important}.knowledge-base-tabs .ant-tabs-ink-bar{background-color:#e40514!important;height:3px!important}.knowledge-base-tabs .ant-tabs-nav{margin-bottom:16px!important}.knowledge-base-tabs .ant-tabs-tab-btn{color:#333!important}.knowledge-base-tabs .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#e40514!important}.knowledge-base-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#e40514!important;font-weight:600!important}.knowledge-base-tabs .ant-list-item{border:1px solid transparent!important;transition:all .2s!important}.knowledge-base-tabs .ant-list-item:hover{border-color:#ffcdd2!important;background-color:#fff5f5!important}.ant-badge .ant-badge-count{z-index:1!important}.ant-card-body a{text-decoration:none!important}.ant-card-body{padding:24px!important}.ant-card .flex-shrink-0{align-items:center!important;justify-content:center!important}@media (max-width:768px){.knowledge-search-input .ant-btn,.knowledge-search-input .ant-input{height:44px!important;font-size:14px!important}.knowledge-search-input .ant-btn{padding:0 16px!important}.bg-gradient-to-r{padding:24px 16px!important}.ant-layout-has-sider{flex-direction:column!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.ant-layout-content{transition:padding-left .2s ease}.ant-btn-primary.ant-btn-ghost{color:#fff!important}.filter-bar-row>*{display:flex!important;flex-shrink:0!important;min-width:0!important}.filter-bar-row>.flex-1{flex:1 1!important;min-width:0!important}.filter-bar-row{flex-wrap:nowrap!important;width:100%!important;overflow-x:auto!important}.ant-btn{border-radius:4px}.products-table .ant-table-tbody>tr>td{padding:6px 8px}.products-table .ant-table-thead>tr>th{padding:8px}.products-table img{object-fit:contain}@media (max-width:768px){.ant-table{font-size:14px}.ant-form-item{margin-bottom:16px}}.ant-typography{color:inherit}.ant-space{display:flex!important}.ant-btn{background-color:transparent}.ant-input,.ant-picker,.ant-select-selector{background-color:#fff!important}@media (max-width:767px){.ant-drawer-body{padding:0!important}.ant-layout-header{height:64px;line-height:64px;padding:0 8px!important}.ant-layout-content{padding:8px!important}}.ant-radio-wrapper{display:flex;align-items:center}.ant-drawer-content-wrapper{max-height:100%!important}.header-user-container{height:48px;padding:0}.user-dropdown{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .3s}.user-dropdown:hover{background-color:rgba(0,0,0,.04)}.ant-select-dropdown{border-radius:6px;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)}.ant-layout-header .ant-typography{color:rgba(0,0,0,.85);font-weight:500}.user-dropdown .ant-avatar{display:flex;align-items:center;justify-content:center}.custom-steps-dot .ant-steps-item-icon{background-color:#f0f0f0;border-color:#d9d9d9}.custom-steps-dot .ant-steps-item-finish .ant-steps-item-icon{background-color:#f6ffed;border-color:#52c41a}.custom-steps-dot .ant-steps-item-process .ant-steps-item-icon{background-color:#e6f7ff;border-color:#1890ff}.custom-steps-dot .ant-steps-item-tail:after{background-color:#f0f0f0}.custom-steps-dot .ant-steps-item-finish .ant-steps-item-tail:after{background-color:#52c41a}.custom-steps-dot .text-success{color:#52c41a;font-size:16px}.custom-steps-dot .ant-btn-link{font-size:12px;height:auto;padding:2px 0}.custom-steps-dot .ant-steps-item-title{min-height:42px}@media (max-width:768px){.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-content{min-height:auto}.custom-steps-dot .ant-steps-item-content{text-align:center}.custom-steps-dot .ant-btn-link{justify-content:center;margin-top:4px}}.ant-modal-footer .ant-btn{display:inline-block!important;margin-left:8px!important}.ant-modal-footer .ant-btn:first-child{margin-left:0!important}.ant-modal-confirm-btns{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important}.ant-modal-confirm-btns .ant-btn{display:inline-block!important;margin-left:8px!important;flex:none!important}.ant-modal-confirm-btns .ant-btn:first-child{margin-left:0!important}@media (max-width:768px){.ant-modal-footer{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important}.ant-modal-footer .ant-btn{flex:none!important;margin-left:0!important}.ant-modal-confirm-btns{display:flex!important;flex-direction:row!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important}.ant-modal-confirm-btns .ant-btn{flex:none!important;margin-left:0!important}}body,html{background-color:#f5f5f5}body{transition:opacity .2s ease-in-out}@keyframes skeleton-loading{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.skeleton-element{animation:skeleton-loading 1.5s ease-in-out infinite}.page-transition-enter{opacity:0;transform:translateY(10px)}.page-transition-enter-active{transition:all .3s ease-out}.page-transition-enter-active,.page-transition-exit{opacity:1;transform:translateY(0)}.page-transition-exit-active{opacity:0;transform:translateY(-10px);transition:all .2s ease-in}.dashboard-layout,.dashboard-sidebar{contain:layout style}.dashboard-sidebar{will-change:width}.dashboard-content{contain:layout style;will-change:margin-left}.fast-transition{transition:all .2s ease-out}.instant-transition{transition:all .1s ease-out}.header-placeholder{height:48px;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.03)}.sidebar-placeholder{width:220px;height:100vh;background-color:#001529;position:fixed;left:0;top:0;z-index:999}.sidebar-placeholder.collapsed{width:80px}.custom-menu{transition:none!important}.custom-menu .ant-menu-item,.custom-menu .ant-menu-submenu{transition:all .15s ease-out!important}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ant-spin-container{transition:opacity .2s ease-in-out!important}.ant-layout{transition:margin-left .2s ease-out!important}.ant-menu{transition:width .2s ease-out!important}.critical-path{contain:layout style;will-change:transform}.preload-logo:after{content:"";position:absolute;left:-9999px;background-image:url(/images/logo.webp);background-image:url(/favicon.png)}.simple-shadow{box-shadow:0 1px 3px rgba(0,0,0,.1)!important}@media (max-width:768px){.sidebar-placeholder{display:none}.dashboard-content{margin-left:0!important}*{transition-duration:.1s!important}}@media (prefers-color-scheme:dark){.loading-shimmer{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%}}.ant-btn:focus,.ant-menu-item:focus{outline:none!important;box-shadow:0 0 0 2px rgba(24,144,255,.2)!important}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.content-placeholder{min-height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.js-loading .content-area{opacity:0}.js-loaded .content-area{opacity:1;transition:opacity .3s ease-in}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c,system-ui,arial;font-style:normal}.__variable_e8ce0c{--font-inter:"__Inter_e8ce0c","__Inter_Fallback_e8ce0c",system-ui,arial}