@charset "UTF-8";.branch-flyout{position:fixed;z-index:1000;min-width:220px;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 14px 40px #0000001f}.branch-flyout .flyout-title{padding:6px 10px 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af;border-bottom:1px solid #e5e7eb;margin-bottom:4px}.branch-flyout .flyout-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;color:#4b5563;text-decoration:none;font-size:13px;transition:background .15s ease}.branch-flyout .flyout-item:hover{background:#f3f4f6;color:#1f2937}.branch-flyout .flyout-item.active{background:#2f75c51a;color:#2f75c5}.flyout-enter-active,.flyout-leave-active{transition:opacity .15s ease,transform .15s ease}.flyout-enter-from,.flyout-leave-to{opacity:0;transform:translate(-6px)}[data-theme=dark] .branch-flyout{background:#1a0e08;border-color:#d9724926;box-shadow:0 14px 40px #0006}[data-theme=dark] .branch-flyout .flyout-title{color:#ffffff73;border-bottom-color:#ffffff14}[data-theme=dark] .branch-flyout .flyout-item{color:#ffffffb3}[data-theme=dark] .branch-flyout .flyout-item:hover{background:#ffffff0d;color:#fff}[data-theme=dark] .branch-flyout .flyout-item.active{background:#d972492e;color:#f0a58d}.nav-branch[data-v-a43aa45a]{position:relative}.branch-header[data-v-a43aa45a]{display:flex;align-items:center;gap:12px;width:100%;padding:10px 14px;background:transparent;border:0;border-radius:8px;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease}.branch-header[data-v-a43aa45a]:hover{background:#f3f4f6;color:#1f2937}.branch-header.active[data-v-a43aa45a]{background:#2f75c514;color:#2f75c5}.branch-icon[data-v-a43aa45a]{flex-shrink:0}.branch-label[data-v-a43aa45a]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branch-chevron[data-v-a43aa45a]{transition:transform .2s ease;flex-shrink:0;opacity:.6}.branch-chevron.open[data-v-a43aa45a]{transform:rotate(-180deg)}.branch-children[data-v-a43aa45a]{list-style:none;padding:0 0 0 26px;border-left:1px solid #e5e7eb;margin:4px 0 6px 22px}.branch-child[data-v-a43aa45a]{display:flex;align-items:center;gap:10px;padding:7px 12px;border-radius:6px;color:#6b7280;text-decoration:none;font-size:13px;transition:background .15s ease,color .15s ease}.branch-child[data-v-a43aa45a]:hover{background:#f3f4f6;color:#1f2937}.branch-child.active[data-v-a43aa45a]{background:#2f75c51a;color:#2f75c5}.branch-child-icon[data-v-a43aa45a]{flex-shrink:0;opacity:.7}.branch-slide-enter-active[data-v-a43aa45a],.branch-slide-leave-active[data-v-a43aa45a]{transition:max-height .28s cubic-bezier(.4,0,.2,1),opacity .22s ease;overflow:hidden}.branch-slide-enter-from[data-v-a43aa45a],.branch-slide-leave-to[data-v-a43aa45a]{max-height:0;opacity:0}.branch-slide-enter-to[data-v-a43aa45a],.branch-slide-leave-from[data-v-a43aa45a]{max-height:500px;opacity:1}.collapsed .branch-header[data-v-a43aa45a]{justify-content:center}.collapsed .branch-header .branch-icon[data-v-a43aa45a]{margin:0}[data-theme=dark] .branch-header[data-v-a43aa45a]{color:#ffffffb3}[data-theme=dark] .branch-header[data-v-a43aa45a]:hover{background:#ffffff0d;color:#fff}[data-theme=dark] .branch-header.active[data-v-a43aa45a]{background:#d972491f;color:#f0a58d}[data-theme=dark] .branch-children[data-v-a43aa45a]{border-left-color:#ffffff14}[data-theme=dark] .branch-child[data-v-a43aa45a]{color:#fff9}[data-theme=dark] .branch-child[data-v-a43aa45a]:hover{background:#ffffff0d;color:#fff}[data-theme=dark] .branch-child.active[data-v-a43aa45a]{background:#d972492e;color:#f0a58d}.language-switcher[data-v-528c6d22]{position:relative}.language-button[data-v-528c6d22]{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease}.language-button[data-v-528c6d22]:hover{background:#f3f4f6;color:#1f2937}.language-button svg[data-v-528c6d22]{color:#6b7280}.current-language[data-v-528c6d22]{white-space:nowrap;font-size:.875rem;letter-spacing:.5px}.language-dropdown[data-v-528c6d22]{position:absolute;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a;min-width:80px;overflow:hidden;z-index:1000}.language-dropdown.dropdown-down[data-v-528c6d22]{top:calc(100% + 8px)}.language-dropdown.dropdown-up[data-v-528c6d22]{bottom:calc(100% + 8px)}.language-option[data-v-528c6d22]{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem 1rem;border:none;background:#fff;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;text-align:center;transition:all .15s ease;letter-spacing:.5px}.language-option[data-v-528c6d22]:hover{background:#f3f4f6;color:#1f2937}.language-option.active[data-v-528c6d22]{background:#2e54921a;color:#2e5492;font-weight:600}.language-option[data-v-528c6d22]:not(:last-child){border-bottom:1px solid #e5e7eb}.locale-code[data-v-528c6d22]{flex:1}[data-theme=dark] .language-button[data-v-528c6d22]:hover{background:#ffffff0d}.theme-toggle[data-v-5a30d5a8]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:all .15s ease}.theme-toggle[data-v-5a30d5a8]:hover{background:#f3f4f6;color:#1f2937}.theme-toggle .icon[data-v-5a30d5a8]{transition:all .15s ease}.theme-toggle .icon-sun[data-v-5a30d5a8]{color:#f59e0b}.theme-toggle .icon-moon[data-v-5a30d5a8]{color:#6b7280}[data-theme=dark] .theme-toggle{color:#999!important;background:transparent!important}[data-theme=dark] .theme-toggle:hover{background:#252525!important;color:#f5f5f5!important}[data-theme=dark] .theme-toggle .icon-sun{color:#fbbf24!important}[data-theme=dark] .theme-toggle .icon-moon{color:#999!important}.user-side-nav[data-v-5128c6a7]{position:sticky;top:0;height:100vh;width:250px;flex-shrink:0;background:#fff;color:#1f2937;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;transition:width .28s cubic-bezier(.4,0,.2,1);z-index:10}.user-side-nav.collapsed[data-v-5128c6a7]{width:64px}.sidebar-header[data-v-5128c6a7]{display:flex;align-items:center;justify-content:space-between;padding:18px 16px;border-bottom:1px solid #e5e7eb;gap:8px}.logo[data-v-5128c6a7]{display:flex;align-items:center;gap:10px;text-decoration:none;color:#3075c5;overflow:hidden}.logo-icon[data-v-5128c6a7]{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;background:transparent}.logo-img[data-v-5128c6a7]{width:100%;height:100%;object-fit:contain;display:block}.logo-img-dark[data-v-5128c6a7],[data-theme=dark] .logo-img-light[data-v-5128c6a7]{display:none}[data-theme=dark] .logo-img-dark[data-v-5128c6a7]{display:block}.logo-text[data-v-5128c6a7]{font-size:15px;font-weight:600;white-space:nowrap}.drawer-close[data-v-5128c6a7]{display:none;background:transparent;border:0;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px}.sidebar-nav[data-v-5128c6a7]{flex:1;overflow-y:auto;overflow-x:visible;padding:12px 10px;display:flex;flex-direction:column;gap:2px}.sidebar-nav[data-v-5128c6a7]::-webkit-scrollbar{width:4px}.sidebar-nav[data-v-5128c6a7]::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.nav-item[data-v-5128c6a7]{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;color:#4b5563;text-decoration:none;font-size:14px;font-weight:500;transition:background .15s ease,color .15s ease}.collapsed .nav-item[data-v-5128c6a7]{justify-content:center}.nav-item[data-v-5128c6a7]:hover{background:#f3f4f6;color:#1f2937}.nav-item.active[data-v-5128c6a7]{background:#2f75c51a;color:#2f75c5}.nav-label[data-v-5128c6a7]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer[data-v-5128c6a7]{padding:12px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px}.footer-actions[data-v-5128c6a7]{display:flex;gap:4px;align-items:center;justify-content:space-around;flex-wrap:wrap}.collapse-toggle-only[data-v-5128c6a7]{align-self:center}.user-info[data-v-5128c6a7]{display:flex;align-items:center;gap:10px;padding:8px;background:#f9fafb;border-radius:8px}.collapsed .user-info[data-v-5128c6a7]{flex-direction:column;align-items:center;justify-content:center;padding:6px 4px;gap:10px}.collapsed .user-info .logout-btn[data-v-5128c6a7]{padding:4px}.user-avatar[data-v-5128c6a7]{width:32px;height:32px;border-radius:50%;background:#2f75c5;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex-shrink:0}.user-details[data-v-5128c6a7]{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.user-name[data-v-5128c6a7]{font-size:13px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role[data-v-5128c6a7]{font-size:11px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn[data-v-5128c6a7]{background:transparent;border:0;color:#9ca3af;cursor:pointer;padding:6px;border-radius:6px;flex-shrink:0;transition:color .15s,background .15s}.logout-btn[data-v-5128c6a7]:hover{color:#ef4444;background:#ef444414}.collapsed .logout-btn[data-v-5128c6a7]{padding:4px}.action-btn[data-v-5128c6a7]{display:flex;align-items:center;justify-content:center;padding:7px;background:transparent;border:0;border-radius:6px;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.action-btn[data-v-5128c6a7]:hover{background:#f3f4f6;color:#2f75c5}@media(max-width:768px){.user-side-nav.drawer[data-v-5128c6a7]{position:fixed;top:0;left:0;width:280px;height:100vh;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #0000004d;z-index:1001}.user-side-nav.drawer.open[data-v-5128c6a7]{transform:translate(0)}.user-side-nav.drawer.collapsed[data-v-5128c6a7]{width:280px}.drawer-close[data-v-5128c6a7]{display:flex;align-items:center}}[data-theme=dark] .user-side-nav[data-v-5128c6a7]{background:#1a0e08;color:#f3f4f6;border-right-color:#d972491f}[data-theme=dark] .sidebar-header[data-v-5128c6a7]{border-bottom-color:#d972491f}[data-theme=dark] .sidebar-footer[data-v-5128c6a7]{border-top-color:#d972491f}[data-theme=dark] .logo[data-v-5128c6a7]{color:#fff}[data-theme=dark] .nav-item[data-v-5128c6a7]{color:#ffffffb3}[data-theme=dark] .nav-item[data-v-5128c6a7]:hover{background:#ffffff0d;color:#fff}[data-theme=dark] .nav-item.active[data-v-5128c6a7]{background:#d972492e;color:#f0a58d}[data-theme=dark] .drawer-close[data-v-5128c6a7]{color:#fff9}[data-theme=dark] .sidebar-nav[data-v-5128c6a7]::-webkit-scrollbar-thumb{background:#ffffff1a}[data-theme=dark] .user-info[data-v-5128c6a7]{background:#ffffff08}[data-theme=dark] .user-avatar[data-v-5128c6a7]{background:#d97349}[data-theme=dark] .user-name[data-v-5128c6a7]{color:#fff}[data-theme=dark] .user-role[data-v-5128c6a7],[data-theme=dark] .logout-btn[data-v-5128c6a7]{color:#ffffff80}[data-theme=dark] .logout-btn[data-v-5128c6a7]:hover{background:#ef444426}[data-theme=dark] .action-btn[data-v-5128c6a7]{color:#fff9}[data-theme=dark] .action-btn[data-v-5128c6a7]:hover{background:#ffffff0d;color:#f0a58d}.user-top-nav[data-v-7e8881cb]{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.container[data-v-7e8881cb]{max-width:1500px;margin:0 auto;padding:0 var(--container-padding, 24px)}.header-content[data-v-7e8881cb]{display:flex;align-items:center;gap:18px;height:60px}.burger-btn[data-v-7e8881cb]{display:none;background:transparent;border:0;color:#1f2937;cursor:pointer;padding:6px;border-radius:6px}.logo[data-v-7e8881cb]{font-size:17px;font-weight:700;color:#2f75c5;text-decoration:none;white-space:nowrap}.header-nav[data-v-7e8881cb]{flex:1;display:flex;gap:4px;align-items:center}.nav-link[data-v-7e8881cb]{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;background:transparent;border:0;color:#4b5563;text-decoration:none;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.nav-link[data-v-7e8881cb]:hover{color:#1f2937}.nav-link.active[data-v-7e8881cb]{background:#2f75c51a;color:#2f75c5}.nav-dropdown[data-v-7e8881cb]{position:relative}.nav-dropdown-trigger svg[data-v-7e8881cb]{transition:transform .2s}.nav-dropdown-trigger svg.rotated[data-v-7e8881cb]{transform:rotate(-180deg)}.dropdown-menu[data-v-7e8881cb]{position:absolute;top:calc(100% + 4px);left:0;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 32px #0000001a;padding:6px;z-index:30}.dropdown-item[data-v-7e8881cb]{display:flex;align-items:center;gap:10px;padding:8px 12px;color:#1f2937;text-decoration:none;font-size:14px;border-radius:6px;border:0;background:transparent;width:100%;text-align:left;cursor:pointer;transition:background .15s}.dropdown-item[data-v-7e8881cb]:hover{background:#f3f4f6}.dropdown-item-danger[data-v-7e8881cb]{color:#dc2626}.dropdown-item-danger[data-v-7e8881cb]:hover{background:#fef2f2}.dropdown-divider[data-v-7e8881cb]{height:1px;background:#e5e7eb;margin:4px 0}.header-actions[data-v-7e8881cb]{display:flex;align-items:center;gap:8px}.mode-toggle[data-v-7e8881cb]{background:transparent;border:0;border-radius:8px;padding:7px;color:#4b5563;cursor:pointer;transition:background .15s,color .15s}.mode-toggle[data-v-7e8881cb]:hover{background:#f3f4f6;color:#2f75c5}.user-menu[data-v-7e8881cb]{position:relative}.user-menu-trigger[data-v-7e8881cb]{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;cursor:pointer;transition:background .15s}.user-menu-trigger[data-v-7e8881cb]:hover{background:#f3f4f6}.user-avatar[data-v-7e8881cb]{width:30px;height:30px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#4b5563}.user-name[data-v-7e8881cb]{font-size:13px;font-weight:600;color:#1f2937}.user-dropdown[data-v-7e8881cb]{position:absolute;top:calc(100% + 4px);right:0;min-width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 32px #0000001a;padding:6px;z-index:30}@media(max-width:768px){.burger-btn[data-v-7e8881cb]{display:flex;align-items:center}.user-name[data-v-7e8881cb],.mode-toggle[data-v-7e8881cb]{display:none}.header-nav[data-v-7e8881cb]{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;padding:12px;flex-direction:column;gap:4px;align-items:stretch;box-shadow:0 8px 16px #0000000f}.header-nav.mobile-open[data-v-7e8881cb]{display:flex}.nav-link[data-v-7e8881cb],.nav-dropdown-trigger[data-v-7e8881cb]{width:100%;justify-content:space-between}.nav-dropdown[data-v-7e8881cb]{width:100%}.dropdown-menu[data-v-7e8881cb]{position:static;box-shadow:none;border:0;padding:4px 0 0 16px}}[data-theme=dark] .user-top-nav[data-v-7e8881cb]{background:#1a1a1a;border-bottom-color:#2d2d2d}[data-theme=dark] .logo[data-v-7e8881cb]{color:#d97349}[data-theme=dark] .nav-link[data-v-7e8881cb]{color:#ffffffb3}[data-theme=dark] .nav-link[data-v-7e8881cb]:hover{background:#ffffff0d;color:#fff}[data-theme=dark] .nav-link.active[data-v-7e8881cb]{background:#d9724926;color:#d97349}[data-theme=dark] .user-name[data-v-7e8881cb]{color:#fff}[data-theme=dark] .user-avatar[data-v-7e8881cb]{background:#ffffff14;color:#ffffffb3}[data-theme=dark] .user-menu-trigger[data-v-7e8881cb]:hover{background:#ffffff0d}[data-theme=dark] .dropdown-menu[data-v-7e8881cb],[data-theme=dark] .user-dropdown[data-v-7e8881cb]{background:#1f1f1f;border-color:#2d2d2d}[data-theme=dark] .dropdown-item[data-v-7e8881cb]{color:#ffffffd9}[data-theme=dark] .dropdown-item[data-v-7e8881cb]:hover{background:#ffffff0d}[data-theme=dark] .mode-toggle[data-v-7e8881cb]{color:#ffffffb3}[data-theme=dark] .mode-toggle[data-v-7e8881cb]:hover{background:#ffffff0d;color:#d97349}[data-theme=dark] .burger-btn[data-v-7e8881cb]{color:#fff}.breadcrumbs-bar[data-v-831e52c7]{background:transparent;font-size:13px}.breadcrumbs-inner[data-v-831e52c7]{display:flex;align-items:center;gap:6px;flex-wrap:wrap;max-width:1500px;margin:10px auto 0;padding:10px var(--container-padding, 24px)}.crumb[data-v-831e52c7]{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:5px;color:#6b7280;text-decoration:none;transition:background .15s,color .15s;font-weight:500}.crumb-link[data-v-831e52c7]:hover{background:#f3f4f6;color:#2f75c5}.crumb-current[data-v-831e52c7]{color:#1f2937;font-weight:600}.crumb-home[data-v-831e52c7]{padding:4px;color:#9ca3af}.crumb-home[data-v-831e52c7]:hover{background:#f3f4f6;color:#2f75c5}.crumb-sep[data-v-831e52c7]{color:#d1d5db;flex-shrink:0}[data-theme=dark] .crumb[data-v-831e52c7]{color:#ffffff8c}[data-theme=dark] .crumb-link[data-v-831e52c7]:hover{background:#ffffff0d;color:#d97349}[data-theme=dark] .crumb-current[data-v-831e52c7]{color:#fff}[data-theme=dark] .crumb-home[data-v-831e52c7]:hover{color:#d97349}[data-theme=dark] .crumb-sep[data-v-831e52c7]{color:#fff3}@media(max-width:640px){.breadcrumbs-bar[data-v-831e52c7]{font-size:12px}.breadcrumbs-inner[data-v-831e52c7]{padding:8px 16px;margin-top:0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.breadcrumbs-inner[data-v-831e52c7]::-webkit-scrollbar{display:none}.crumb[data-v-831e52c7]{white-space:nowrap;flex-shrink:0;padding:4px}.crumb-current[data-v-831e52c7]{max-width:200px;overflow:hidden;text-overflow:ellipsis}}.user-layout[data-v-2832f587]{display:flex;min-height:100vh;background:var(--bg-light, #f9fafb)}.user-layout.mode-top[data-v-2832f587]{flex-direction:column}.layout-content[data-v-2832f587]{flex:1;display:flex;flex-direction:column;min-width:0}.layout-main[data-v-2832f587]{flex:1;min-width:0}.drawer-backdrop[data-v-2832f587]{display:none}.mobile-side-header[data-v-2832f587]{display:none;align-items:center;gap:12px;height:56px;padding:0 16px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:8}.mobile-side-header .burger-btn[data-v-2832f587]{display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:#1f2937;cursor:pointer;padding:6px;border-radius:6px}.mobile-side-header .burger-btn[data-v-2832f587]:hover{background:#f3f4f6}.mobile-side-header .mobile-logo[data-v-2832f587]{font-size:16px;font-weight:700;color:#2f75c5}[data-theme=dark] .mobile-side-header[data-v-2832f587]{background:#1a1a1a;border-bottom-color:#2d2d2d}[data-theme=dark] .mobile-side-header .burger-btn[data-v-2832f587]{color:#fff}[data-theme=dark] .mobile-side-header .burger-btn[data-v-2832f587]:hover{background:#ffffff0d}[data-theme=dark] .mobile-side-header .mobile-logo[data-v-2832f587]{color:#d97349}@media(max-width:768px){.mobile-side-header[data-v-2832f587]{display:flex}.drawer-backdrop[data-v-2832f587]{display:block;position:fixed;inset:0;background:#00000080;z-index:1000;animation:backdrop-fade-2832f587 .2s ease}@keyframes backdrop-fade-2832f587{0%{opacity:0}to{opacity:1}}}@media(min-width:769px){.mobile-side-header[data-v-2832f587]{display:none!important}}.ai-chat-root[data-v-49189493]{position:fixed;bottom:0;right:0;z-index:9998;pointer-events:none}.ai-chat-root[data-v-49189493]>*{pointer-events:auto}.fab[data-v-49189493]{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:20px;border:0;background:#2f75c5;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #2f75c566;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;z-index:9998}.fab[data-v-49189493]:hover{transform:scale(1.06);box-shadow:0 10px 32px #2f75c58c}.fab--hidden[data-v-49189493]{opacity:0;pointer-events:none;transform:scale(.6)}.panel[data-v-49189493]{position:fixed;bottom:24px;right:24px;width:440px;height:680px;max-height:calc(100vh - 48px);background:#fff;border-radius:18px;box-shadow:0 24px 70px #00000038;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e7ebf0;z-index:9999}.panel-head[data-v-49189493]{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eef1f5;background:linear-gradient(180deg,#fafbfd,#fff);flex-shrink:0}.title[data-v-49189493]{display:flex;align-items:center;gap:10px}.logo[data-v-49189493]{width:32px;height:32px;border-radius:10px;background:#2f75c5;color:#fff;display:flex;align-items:center;justify-content:center}.title-text[data-v-49189493]{line-height:1.2}.title-main[data-v-49189493]{font-size:14px;font-weight:600;color:#111827}.title-sub[data-v-49189493]{font-size:11px;color:#6b7280}.head-actions[data-v-49189493]{display:flex;gap:4px}.icon-btn[data-v-49189493]{width:30px;height:30px;border-radius:6px;border:0;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.icon-btn[data-v-49189493]:hover{background:#f3f4f6;color:#1f2937}.tab-content[data-v-49189493]{flex:1;overflow:hidden;display:flex;flex-direction:column}.tab-pane[data-v-49189493]{flex:1;overflow-y:auto;display:flex;flex-direction:column}.home-pane[data-v-49189493]{padding:20px 18px}.hero[data-v-49189493]{text-align:center;padding:16px 0 24px}.hero-icon[data-v-49189493]{width:56px;height:56px;background:linear-gradient(135deg,#2f75c5,#d97349);border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-bottom:12px;box-shadow:0 6px 20px #2f75c54d}.hero h3[data-v-49189493]{font-size:1.1rem;color:#111827;margin:0 0 6px}.hero p[data-v-49189493]{font-size:.85rem;color:#6b7280;line-height:1.4;margin:0}.quick-grid[data-v-49189493]{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.quick-card[data-v-49189493]{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:#f8fafc;border:1px solid #e1e8ef;padding:14px 12px;border-radius:10px;cursor:pointer;text-align:left;transition:border-color .15s,background .15s,transform .15s}.quick-card[data-v-49189493]:hover:not(:disabled){border-color:#2f75c5;background:#2f75c50d;transform:translateY(-1px)}.quick-card[data-v-49189493]:disabled{opacity:.5;cursor:not-allowed}.quick-icon[data-v-49189493]{width:36px;height:36px;background:#2f75c51a;color:#2f75c5;border-radius:8px;display:flex;align-items:center;justify-content:center}.quick-label[data-v-49189493]{font-size:.86rem;font-weight:500;color:#1f2937}.open-help-banner[data-v-49189493]{display:flex;align-items:center;gap:12px;width:100%;background:#eef3f8;border:1px solid #d8e3ec;border-radius:10px;padding:12px 14px;cursor:pointer;color:#2f75c5;transition:background .15s,border-color .15s;text-align:left}.open-help-banner[data-v-49189493]:hover{background:#dde9f4;border-color:#2f75c5}.banner-text[data-v-49189493]{flex:1;display:flex;flex-direction:column}.banner-text strong[data-v-49189493]{font-size:.88rem;color:#1f2937;font-weight:600}.banner-text span[data-v-49189493]{font-size:.74rem;color:#6b7280}.chat-pane[data-v-49189493]{padding:0}.messages[data-v-49189493]{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:10px;background:#fcfdfe}.messages[data-v-49189493]::-webkit-scrollbar{width:6px}.messages[data-v-49189493]::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}.msg[data-v-49189493]{display:flex;flex-direction:column;max-width:100%;align-items:stretch}.msg--user[data-v-49189493]{align-items:flex-end}.msg--assistant[data-v-49189493]{align-items:flex-start}.bubble[data-v-49189493]{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.45;word-wrap:break-word;white-space:pre-wrap}.msg--user .bubble[data-v-49189493]{background:#2f75c5;color:#fff;border-bottom-right-radius:4px}.msg--assistant .bubble[data-v-49189493]{background:#eef3f8;color:#1f2937;border-bottom-left-radius:4px}.bubble--err[data-v-49189493]{background:#fef2f2!important;color:#991b1b!important}.bubble--typing[data-v-49189493]{display:inline-flex;gap:4px;padding:12px 14px}.dot[data-v-49189493]{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:typing-49189493 1.2s ease-in-out infinite}.dot[data-v-49189493]:nth-child(2){animation-delay:.15s}.dot[data-v-49189493]:nth-child(3){animation-delay:.3s}@keyframes typing-49189493{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.composer[data-v-49189493]{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #eef1f5;background:#fff;flex-shrink:0}.input[data-v-49189493]{flex:1;border:1px solid #d6dce5;border-radius:10px;padding:10px 12px;font-size:14px;resize:none;font-family:inherit;outline:none;transition:border-color .15s;line-height:1.4;max-height:120px}.input[data-v-49189493]:focus{border-color:#2f75c5}.input[data-v-49189493]:disabled{background:#f9fafb}.send-btn[data-v-49189493]{width:38px;height:38px;border-radius:10px;background:#2f75c5;color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,opacity .15s}.send-btn[data-v-49189493]:hover:not(:disabled){background:#1e5fa5}.send-btn[data-v-49189493]:disabled{background:#c2cad5;cursor:not-allowed}.help-pane[data-v-49189493]{padding:14px 16px 16px;gap:12px}.help-search[data-v-49189493]{display:flex;align-items:center;gap:8px;background:#f3f6fa;border:1px solid #e1e8ef;border-radius:10px;padding:8px 12px;flex-shrink:0}.help-search svg[data-v-49189493]{color:#6b7280;flex-shrink:0}.help-search input[data-v-49189493]{flex:1;border:0;outline:0;background:transparent;font-size:.85rem;color:#1f2937}.help-search .clear-btn[data-v-49189493]{background:transparent;border:0;cursor:pointer;color:#6b7280;padding:2px;border-radius:4px;display:flex}.help-search .clear-btn[data-v-49189493]:hover{color:#1f2937}.help-list[data-v-49189493]{flex:1;overflow-y:auto;margin:10px 0}.help-group[data-v-49189493]{margin-bottom:12px}.help-group-title[data-v-49189493]{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#9ca3af;padding:4px 4px 6px}.help-item[data-v-49189493]{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;background:transparent;border:0;border-radius:8px;cursor:pointer;text-align:left;transition:background .15s}.help-item[data-v-49189493]:hover{background:#f3f6fa}.help-item svg[data-v-49189493]{color:#9ca3af;flex-shrink:0}.help-item-text[data-v-49189493]{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.help-item-title[data-v-49189493]{font-size:.82rem;color:#1f2937;font-weight:500;word-break:break-word}.help-item-summary[data-v-49189493]{font-size:.7rem;color:#6b7280;line-height:1.3;word-break:break-word}.empty[data-v-49189493]{padding:16px;text-align:center;color:#9ca3af;font-size:.85rem}.bottom-tabs[data-v-49189493]{display:flex;border-top:1px solid #eef1f5;background:#fff;flex-shrink:0}.tab[data-v-49189493]{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 0;background:transparent;border:0;cursor:pointer;color:#6b7280;font-size:.72rem;font-weight:500;transition:color .15s}.tab svg[data-v-49189493]{transition:transform .15s}.tab[data-v-49189493]:hover{color:#2f75c5}.tab:hover svg[data-v-49189493]{transform:scale(1.1)}.tab.active[data-v-49189493]{color:#2f75c5;font-weight:600}.tab.active svg[data-v-49189493]{color:#2f75c5}.chat-panel-enter-active[data-v-49189493],.chat-panel-leave-active[data-v-49189493]{transition:transform .28s cubic-bezier(.34,1.56,.64,1),opacity .22s ease}.chat-panel-enter-from[data-v-49189493],.chat-panel-leave-to[data-v-49189493]{transform:translateY(20px) scale(.96);opacity:0}[data-theme=dark] .panel[data-v-49189493]{background:#0f0f0f;border-color:#2a2a2a}[data-theme=dark] .panel-head[data-v-49189493]{background:linear-gradient(180deg,#141414,#0f0f0f);border-bottom-color:#2a2a2a}[data-theme=dark] .title-main[data-v-49189493]{color:#f5f5f5}[data-theme=dark] .title-sub[data-v-49189493],[data-theme=dark] .icon-btn[data-v-49189493]{color:#9ca3af}[data-theme=dark] .icon-btn[data-v-49189493]:hover{background:#1a1a1a;color:#fff}[data-theme=dark] .messages[data-v-49189493]{background:#0a0a0a}[data-theme=dark] .msg--assistant .bubble[data-v-49189493]{background:#1a1a1a;color:#e5e7eb}[data-theme=dark] .bubble--err[data-v-49189493]{background:#3b1f1f!important;color:#fca5a5!important}[data-theme=dark] .composer[data-v-49189493]{background:#0f0f0f;border-top-color:#2a2a2a}[data-theme=dark] .input[data-v-49189493]{background:#1a1a1a;border-color:#2a2a2a;color:#e5e7eb}[data-theme=dark] .input[data-v-49189493]:focus{border-color:#d97349}[data-theme=dark] .hero h3[data-v-49189493]{color:#f5f5f5}[data-theme=dark] .hero p[data-v-49189493]{color:#ffffffa6}[data-theme=dark] .quick-card[data-v-49189493]{background:#1a1a1a;border-color:#2a2a2a}[data-theme=dark] .quick-card[data-v-49189493]:hover:not(:disabled){background:#252525;border-color:#d97349}[data-theme=dark] .quick-label[data-v-49189493]{color:#f5f5f5}[data-theme=dark] .quick-icon[data-v-49189493]{background:#d9734926;color:#d97349}[data-theme=dark] .open-help-banner[data-v-49189493]{background:#1a1a1a;border-color:#2a2a2a;color:#d97349}[data-theme=dark] .open-help-banner svg[data-v-49189493]{color:#d97349!important}[data-theme=dark] .open-help-banner[data-v-49189493]:hover{background:#252525;border-color:#d97349}[data-theme=dark] .banner-text strong[data-v-49189493]{color:#f5f5f5}[data-theme=dark] .banner-text span[data-v-49189493]{color:#ffffff8c}[data-theme=dark] .help-search[data-v-49189493]{background:#1a1a1a;border-color:#2a2a2a}[data-theme=dark] .help-search input[data-v-49189493]{color:#f5f5f5}[data-theme=dark] .help-item[data-v-49189493]:hover{background:#1a1a1a}[data-theme=dark] .help-item-title[data-v-49189493]{color:#f5f5f5}[data-theme=dark] .help-item-summary[data-v-49189493]{color:#ffffff8c}[data-theme=dark] .bottom-tabs[data-v-49189493]{background:#0f0f0f;border-top-color:#2a2a2a}[data-theme=dark] .tab[data-v-49189493]{color:#fff9}[data-theme=dark] .tab.active[data-v-49189493]{color:#d97349}[data-theme=dark] .tab.active svg[data-v-49189493]{color:#d97349!important}[data-theme=dark] .fab[data-v-49189493]{background:linear-gradient(135deg,#d97349,#e88a68);box-shadow:0 8px 24px #d9734980}[data-theme=dark] .fab[data-v-49189493]:hover{box-shadow:0 10px 32px #d97349b3}[data-theme=dark] .logo[data-v-49189493]{background:linear-gradient(135deg,#d97349,#e88a68)}[data-theme=dark] .msg--user .bubble[data-v-49189493]{background:#d97349;color:#fff}[data-theme=dark] .send-btn[data-v-49189493]{background:#d97349}[data-theme=dark] .send-btn[data-v-49189493]:hover:not(:disabled){background:#c05e3a}@media(max-width:640px){.fab[data-v-49189493]{bottom:16px;right:16px;width:52px;height:52px}.panel[data-v-49189493]{bottom:0;right:0;left:0;width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:0}}.widget[data-v-49189493]{margin-top:8px;width:100%;max-width:100%}.msg--assistant .widget[data-v-49189493]{align-self:stretch}.widget-title[data-v-49189493]{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:4px}.widget-quotes[data-v-49189493]{display:flex;flex-direction:column;gap:6px}.quote-card[data-v-49189493]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;cursor:pointer;text-align:left;transition:all .15s}.quote-card[data-v-49189493]:hover{border-color:#2563eb;background:#eff6ff}.quote-line[data-v-49189493]{display:flex;justify-content:space-between;font-weight:600;color:#0f172a;margin-bottom:2px}.quote-carrier[data-v-49189493]{color:#0f172a}.quote-price[data-v-49189493]{color:#16a34a}.quote-meta[data-v-49189493]{display:flex;gap:8px;font-size:11px;color:#64748b;text-transform:capitalize}.pay-button[data-v-49189493]{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:#635bff;color:#fff!important;border-radius:8px;font-weight:600;text-decoration:none}.pay-button[data-v-49189493]:hover{background:#4a44d6}.widget-callout[data-v-49189493]{padding:10px 12px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;font-size:13px;color:#065f46;display:flex;justify-content:space-between;align-items:center;gap:8px}.widget-link[data-v-49189493]{color:#059669;font-weight:500;text-decoration:none}.widget-link[data-v-49189493]:hover{text-decoration:underline}.widget-open-page[data-v-49189493]{display:block;width:100%;margin-top:8px;padding:8px 12px;background:transparent;border:1px dashed #cbd5e1;color:#2563eb;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;text-align:center}.widget-open-page[data-v-49189493]:hover{background:#eff6ff;border-color:#2563eb}[data-theme=dark] .widget-open-page[data-v-49189493]{color:#d97349;border-color:#3a3a3a}[data-theme=dark] .widget-open-page[data-v-49189493]:hover{background:#d9734926;border-color:#d97349}.clarification-chips[data-v-49189493]{display:flex;flex-wrap:wrap;gap:6px}.chip[data-v-49189493]{background:#f1f5f9;border:1px solid #cbd5e1;color:#334155;border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer}.chip[data-v-49189493]:hover:not(:disabled){background:#2563eb;color:#fff;border-color:#2563eb}.chip[data-v-49189493]:disabled{opacity:.5;cursor:not-allowed}html[data-theme=dark],[data-theme=dark]{--bg-white: #0f0f0f;--bg-light: #1a1a1a;--bg-hover: #252525;--bg-dark: #000000;--bg-card: #141414;--text-primary: #f5f5f5;--text-secondary: #a0a0a0;--text-muted: #707070;--text-white: #ffffff;--color-primary: #de6a42;--color-primary-dark: #c45a35;--color-primary-light: #e88a68;--color-secondary: #f0a58d;--color-success: #22c55e;--color-warning: #fbbf24;--color-danger: #ef4444;--color-info: #60a5fa;--border-color: #2a2a2a;--border-color-dark: #3a3a3a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .4);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .5)}html[data-theme=dark] body,[data-theme=dark] body{background-color:#0f0f0f!important;color:#f5f5f5!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background-color:#1a1a1a!important;border-color:#2a2a2a!important;color:#f5f5f5!important}[data-theme=dark] input::placeholder,[data-theme=dark] select::placeholder,[data-theme=dark] textarea::placeholder{color:#707070}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:#de6a42!important;outline:none}[data-theme=dark] .page,[data-theme=dark] .dashboard,[data-theme=dark] .admin-page,[data-theme=dark] .carrier-page,[data-theme=dark] .profile-page,[data-theme=dark] .tracking-page,[data-theme=dark] .auth-page,[data-theme=dark] .carrier-rates,[data-theme=dark] .carrier-terminals,[data-theme=dark] .carrier-surcharges,[data-theme=dark] .carrier-documents,[data-theme=dark] .carrier-settings,[data-theme=dark] .carrier-zones,[data-theme=dark] .carrier-orders,[data-theme=dark] .carrier-dashboard,[data-theme=dark] .dashboard-main{background:#1a1a1a!important}[data-theme=dark] .dashboard-header,[data-theme=dark] .section-header{border-color:#2a2a2a!important}[data-theme=dark] .page-header{background:transparent!important}[data-theme=dark] .card,[data-theme=dark] .stat-card,[data-theme=dark] .info-card,[data-theme=dark] .action-card,[data-theme=dark] .quote-card,[data-theme=dark] .order-card,[data-theme=dark] .shipment-card,[data-theme=dark] .form-card{background:#0f0f0f!important;border-color:#2a2a2a!important}[data-theme=dark] table,[data-theme=dark] .table{background:#0f0f0f!important}[data-theme=dark] table th,[data-theme=dark] .table th{background:#1a1a1a!important;color:#a0a0a0!important;border-color:#2a2a2a!important}[data-theme=dark] table td,[data-theme=dark] .table td{background:#0f0f0f!important;color:#f5f5f5!important;border-color:#2a2a2a!important}[data-theme=dark] table tr:hover td,[data-theme=dark] .table tr:hover td{background:#1a1a1a!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f5f5f5!important}[data-theme=dark] p,[data-theme=dark] span,[data-theme=dark] label,[data-theme=dark] .text-secondary{color:#a0a0a0}[data-theme=dark] .text-muted{color:#707070!important}[data-theme=dark] a:not(.btn){color:#de6a42}[data-theme=dark] a:not(.btn):hover{color:#e88a68}[data-theme=dark] .btn-primary{background:#de6a42!important;border-color:#de6a42!important;color:#fff!important;transition:all .3s ease;box-shadow:5px 16px 24px -11px #de6a42}[data-theme=dark] .btn-primary:hover{background:#c45a35!important;border-color:#c45a35!important;box-shadow:1px 3px 18px 3px #de6a42}[data-theme=dark] .btn-outline,[data-theme=dark] .btn-secondary{background:transparent!important;border-color:#3a3a3a!important;color:#f5f5f5!important;transition:all .3s ease;box-shadow:5px 16px 24px -11px #de6a4233}[data-theme=dark] .btn-outline:hover,[data-theme=dark] .btn-secondary:hover{background:#252525!important;border-color:#de6a42!important;color:#de6a42!important;box-shadow:1px 3px 18px 3px #de6a4280}[data-theme=dark] .btn-text{color:#a0a0a0!important}[data-theme=dark] .btn-text:hover{color:#f5f5f5!important}[data-theme=dark] .btn-danger{background:#ef4444!important;border-color:#ef4444!important}[data-theme=dark] .modal,[data-theme=dark] .modal-content,[data-theme=dark] .dialog{background:#0f0f0f!important;border-color:#2a2a2a!important}[data-theme=dark] .modal-header,[data-theme=dark] .modal-footer{border-color:#2a2a2a!important}[data-theme=dark] .dropdown,[data-theme=dark] .dropdown-menu,[data-theme=dark] .user-dropdown,[data-theme=dark] .language-dropdown{background:#0f0f0f!important;border-color:#2a2a2a!important}[data-theme=dark] .dropdown-item{color:#f5f5f5!important}[data-theme=dark] .dropdown-item:hover{background:#1a1a1a!important}[data-theme=dark] .logo,[data-theme=dark] .logo-text,[data-theme=dark] .sidebar-logo,[data-theme=dark] .header-logo,[data-theme=dark] .brand-logo,[data-theme=dark] .navbar-brand,[data-theme=dark] .footer-logo{font-family:Orbitron,sans-serif!important;color:#de6a42!important}[data-theme=dark] .sidebar,[data-theme=dark] .admin-sidebar,[data-theme=dark] .carrier-sidebar{background:#0f0f0f!important;border-color:#2a2a2a!important}[data-theme=dark] .sidebar-item,[data-theme=dark] .nav-item{color:#a0a0a0!important}[data-theme=dark] .sidebar-item:hover,[data-theme=dark] .sidebar-item.active,[data-theme=dark] .nav-item:hover,[data-theme=dark] .nav-item.active{background:#1a1a1a!important;color:#de6a42!important}[data-theme=dark] .form-group label{color:#a0a0a0!important}[data-theme=dark] .form-control,[data-theme=dark] .input-group{background:#1a1a1a!important;border-color:#2a2a2a!important;color:#f5f5f5!important}[data-theme=dark] .tabs,[data-theme=dark] .tab-list{border-color:#2a2a2a!important}[data-theme=dark] .tab{color:#a0a0a0!important}[data-theme=dark] .tab.active{color:#de6a42!important;border-color:#de6a42!important}[data-theme=dark] .badge,[data-theme=dark] .tag{background:#252525!important;color:#f5f5f5!important}[data-theme=dark] .alert,[data-theme=dark] hr,[data-theme=dark] .divider{border-color:#2a2a2a!important}[data-theme=dark] .empty-state,[data-theme=dark] .no-data{background:#0f0f0f!important;border-color:#2a2a2a!important}[data-theme=dark] .spinner,[data-theme=dark] .loader{border-color:#2a2a2a!important;border-top-color:#de6a42!important}[data-theme=dark]::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark]::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark]::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}[data-theme=dark]::-webkit-scrollbar-thumb:hover{background:#4a4a4a}[data-theme=dark] .pagination .page-item .page-link{background:#0f0f0f!important;border-color:#2a2a2a!important;color:#a0a0a0!important}[data-theme=dark] .pagination .page-item .page-link:hover{background:#1a1a1a!important;color:#de6a42!important}[data-theme=dark] .pagination .page-item.active .page-link{background:#de6a42!important;border-color:#de6a42!important;color:#fff!important}[data-theme=dark] .status-pending{background:#fbbf2433!important;color:#fbbf24!important}[data-theme=dark] .status-active,[data-theme=dark] .status-success,[data-theme=dark] .status-delivered{background:#22c55e33!important;color:#22c55e!important}[data-theme=dark] .status-cancelled,[data-theme=dark] .status-error{background:#ef444433!important;color:#ef4444!important}[data-theme=dark] .status-processing,[data-theme=dark] .status-in-transit{background:#60a5fa33!important;color:#60a5fa!important}[data-theme=dark] .stat-icon,[data-theme=dark] .card-icon,[data-theme=dark] .feature-icon{background:#de6a4226!important;color:#de6a42!important}[data-theme=dark] .filters-bar,[data-theme=dark] .filter-group,[data-theme=dark] .quick-action,[data-theme=dark] .action-card{border-color:#2a2a2a!important}[data-theme=dark] .quick-action:hover,[data-theme=dark] .action-card:hover{border-color:#de6a42!important}[data-theme=dark] .stats-grid .stat-card,[data-theme=dark] .dashboard-stats .stat,[data-theme=dark] .recent-orders,[data-theme=dark] .recent-shipments,[data-theme=dark] .orders-table,[data-theme=dark] .shipments-table{background:#0f0f0f!important;border-color:#2a2a2a!important}[data-theme=dark] .admin-layout,[data-theme=dark] .carrier-layout,[data-theme=dark] .admin-content,[data-theme=dark] .carrier-content,[data-theme=dark] .main-content,[data-theme=dark] .auth-container,[data-theme=dark] .login-container,[data-theme=dark] .register-container{background:#1a1a1a!important}[data-theme=dark] .auth-card,[data-theme=dark] .login-card,[data-theme=dark] .register-card,[data-theme=dark] .profile-section,[data-theme=dark] .profile-card{background:#0f0f0f!important;border-color:#2a2a2a!important}[data-theme=dark] select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a0a0a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important}:root{--bg-white: #ffffff;--bg-light: #f9fafb;--bg-hover: #f3f4f6;--bg-dark: #111827;--bg-card: #ffffff;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--text-white: #ffffff;--color-primary: #2e5492;--color-primary-dark: #1e3a6e;--color-primary-light: #4a7cc9;--color-secondary: #5c7caa;--color-success: #10b981;--color-warning: #f59e0b;--color-danger: #ef4444;--color-info: #3b82f6;--border-color: #e5e7eb;--border-color-dark: #d1d5db;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1);--container-padding: 16px}@media(min-width:768px){:root{--container-padding: 24px}}@media(min-width:1280px){:root{--container-padding: 32px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:var(--bg-light);transition:background-color .2s ease,color .2s ease}a{color:inherit}button,input,select,textarea{font-family:inherit}.btn{padding:.6rem 1.8rem}select:not([multiple]):not([size]){padding-right:2.75rem!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}
