.notifications-container,.notifications-btn{position:relative}.notifications-dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:400px;max-height:600px;background:#fff;border-radius:1rem;box-shadow:0 10px 40px #00000026;border:1px solid var(--gray-200);z-index:1000;animation:slideDown .2s ease-out;display:flex;flex-direction:column}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notifications-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200)}.notifications-header-actions{display:flex;gap:.5rem;align-items:center}.notifications-header h3{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.btn-mark-read,.btn-clear-all{padding:.5rem .875rem;background:transparent;color:var(--primary);border:none;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-mark-read:hover{background:var(--gray-50);color:var(--primary-dark)}.btn-clear-all{color:var(--gray-600)}.btn-clear-all:hover{background:var(--gray-50);color:var(--gray-900)}.notifications-list{flex:1;overflow-y:auto;max-height:450px}.notifications-list::-webkit-scrollbar{width:6px}.notifications-list::-webkit-scrollbar-track{background:transparent}.notifications-list::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.notification-item{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-100);cursor:pointer;transition:all .2s ease;background:#fff}.notification-item:hover{background:var(--gray-50)}.notification-item.unread{background:#f0f4f8;border-left:3px solid var(--primary);font-weight:500}.notification-item.unread:hover{background:#e2e8f0}.notification-item:not(.unread){background:#fff;opacity:.85}.notification-item:not(.unread):hover{background:#fafafa;opacity:1}.notification-icon{width:40px;height:40px;background:var(--gray-100);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;line-height:1}.notification-item.unread .notification-icon{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.notification-content{flex:1;min-width:0}.notification-header-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.notification-header-item strong{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.notification-item.unread .notification-header-item strong{font-weight:700;color:var(--gray-900)}.notification-item:not(.unread) .notification-header-item strong{font-weight:500;color:var(--gray-700)}.unread-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.notification-message{font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.notification-item.unread .notification-message{color:var(--gray-700);font-weight:400}.notification-item:not(.unread) .notification-message{color:var(--gray-500)}.notification-time{font-size:.75rem;color:var(--secondary)}.notifications-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.notifications-empty .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5;display:flex;align-items:center;justify-content:center;line-height:1}.notifications-empty p{color:var(--secondary);font-size:.9375rem}.notifications-footer{padding:1rem 1.5rem;border-top:1px solid var(--gray-200)}.btn-view-all{width:100%;padding:.75rem;background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-view-all:hover{background:var(--primary);color:#fff}@media (max-width: 768px){.notifications-dropdown{position:fixed;top:4rem;left:1rem;right:1rem;width:auto;max-height:calc(100vh - 5rem)}}@media (max-width: 480px){.notifications-header,.notifications-list .notification-item,.notifications-footer{padding-left:1rem;padding-right:1rem}.notification-icon{width:36px;height:36px;font-size:1.125rem}}.user-menu-container{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:transparent;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:var(--gray-700);font-weight:500}.user-menu-trigger:hover{background:var(--gray-50);border-color:var(--gray-300)}.user-menu-trigger:focus,.user-menu-trigger:focus-visible,.user-menu-trigger:active{outline:none!important;box-shadow:none!important;border-color:var(--gray-200)!important}.user-menu-avatar{border-radius:10px!important;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9375rem;overflow:hidden;flex-shrink:0;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 4px #4f46e533}.user-menu-avatar img{width:100%;height:100%;object-fit:cover}.user-menu-avatar.ant-avatar{border-radius:10px!important;display:flex;align-items:center;justify-content:center}.user-menu-avatar.ant-avatar .ant-avatar-string{line-height:1}.user-menu-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.user-menu-arrow{font-size:.625rem;opacity:.6;transition:transform .2s ease;display:flex;align-items:center;line-height:1}.user-menu-dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:260px;background:#fff;border-radius:14px;box-shadow:0 10px 40px #0000001f,0 0 0 1px #0000000d;border:none;z-index:1000;overflow:hidden;animation:slideDown .25s cubic-bezier(.16,1,.3,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.user-menu-header{padding:1.25rem;background:linear-gradient(180deg,#f9fafb,#fff)}.user-menu-header-top{display:flex;align-items:center;gap:.875rem}.header-avatar{border-radius:10px!important;border:1px solid var(--gray-100)}.user-menu-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.user-menu-display-name{font-size:.9375rem;font-weight:700;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-email{font-size:.75rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-divider{height:1px;background:#f3f4f6;margin:0}.user-menu-nav{padding:.5rem}.user-menu-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;color:var(--gray-600);text-decoration:none!important;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit;border-radius:10px;font-weight:500}.user-menu-item:hover{background:#f5f7fa;color:var(--primary);transform:translate(2px)}.user-menu-item-icon{font-size:1.125rem;width:34px;height:34px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;background:#f1f5f9;color:#64748b;transition:all .2s}.user-menu-item:hover .user-menu-item-icon{background:#eff6ff;color:var(--primary)}.user-menu-external{margin-left:auto;font-size:.8125rem;color:var(--gray-400);transition:all .2s;opacity:.6}.user-menu-item:hover .user-menu-external{opacity:1;color:var(--primary);transform:translate(2px)}.user-menu-logout{color:var(--danger);margin-top:.25rem}.user-menu-logout .user-menu-item-icon{background:#fef2f2;color:var(--danger)}.user-menu-logout:hover{background:#fef2f2;color:#b91c1c}.user-menu-logout:hover .user-menu-item-icon{background:#fee2e2;color:#b91c1c}@media (max-width: 768px){.user-menu-name{display:none}.user-menu-trigger{padding:.5rem}.user-menu-arrow{display:none}.user-menu-dropdown{right:-.5rem}}@media (max-width: 480px){.user-menu-dropdown{position:fixed;top:4.5rem;left:1rem;right:1rem;width:auto}}.language-selector{position:relative;display:inline-block}.language-selector-button{display:flex;align-items:flex-start;padding:0;background:transparent;border:none;color:#374151;cursor:pointer;transition:opacity .2s;white-space:nowrap}.language-selector-button:hover{opacity:.7}.language-selector-button.active{opacity:.9}.language-code{font-size:.7rem;font-weight:800;text-transform:uppercase;line-height:1;margin-top:-3px}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;overflow:hidden}.language-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:#fff;border:none;text-align:left;cursor:pointer;transition:background-color .15s ease;font-size:14px;color:#374151}.language-option:hover{background:#f3f4f6;text-decoration:none!important}.language-option.active{background:#eff6ff;color:#1e40af;font-weight:500}.language-option .language-flag{margin-right:10px;font-size:16px}.language-option .language-name{flex:1}.language-option .language-check{color:#1e40af;font-weight:700;margin-left:8px;display:flex;align-items:center;line-height:1}.landing-header .language-selector-button,.top-header .language-selector-button,.auth-header .language-selector-button{border:none!important;background:transparent!important;padding:0!important}@media (max-width: 768px){.language-dropdown{right:auto;left:0}}.dashboard-layout{display:flex;min-height:100vh;background:#f9fafb;position:relative}.dashboard-layout.sidebar-closed .main-content{margin-left:0}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar{width:280px;background:#fff;border-right:1px solid var(--gray-200);display:flex;flex-direction:column;box-shadow:2px 0 8px #0000000a;position:sticky;top:0;height:100vh;overflow-y:auto;transition:transform .3s ease,width .3s ease;z-index:999}.sidebar-inner-content{display:flex;flex-direction:column;height:100%;background:#fff}.sidebar-menu-wrapper{flex:1;overflow-y:auto;min-height:0}.sidebar.closed{transform:translate(-100%);width:0}@media (min-width: 769px){.sidebar.closed{transform:translate(0);width:80px}.sidebar.closed .sidebar-brand .brand-info,.sidebar.closed .nav-label,.sidebar.closed .nav-badge,.sidebar.closed .nav-external-icon,.sidebar.closed .user-info,.sidebar.closed .btn-logout span:last-child{opacity:0;width:0;overflow:hidden;transition:opacity .2s ease}.sidebar.closed .sidebar-header h2,.sidebar.closed .sidebar-header .text-sm{display:none}.sidebar.closed .sidebar-brand{justify-content:center}.sidebar.closed .nav-link{justify-content:center;padding:.875rem .5rem}.sidebar.closed .user-profile{padding:.5rem;justify-content:center}.sidebar.closed .btn-logout{padding:.75rem .5rem}.sidebar.closed .nav-link.active:before{width:4px}}.sidebar-header{height:64px;padding:.75rem 1.25rem;border-bottom:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative;overflow:hidden;width:100%;box-sizing:border-box;margin:0}.sidebar-toggle-btn{position:absolute;top:50%;right:1rem;transform:translateY(-50%);z-index:10;flex-shrink:0}.sidebar-toggle-btn:focus,.sidebar-toggle-btn:focus-visible,.sidebar-toggle-btn:active{outline:none!important;border:none!important;box-shadow:none!important}.sidebar-brand{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;overflow:hidden;max-width:calc(100% - 60px)}.brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#f0f0ff,#e6e6ff);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 4px 8px #722ed133;flex-shrink:0;line-height:1}.brand-info{flex:1;min-width:0}.sidebar-header h2{font-size:1.25rem;font-weight:700;margin:0;padding:0;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sidebar-header .text-sm{font-family:Monaco,Courier New,monospace;font-size:.75rem;margin:0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.sidebar-toggle{width:36px;height:36px;background:transparent;border:0px solid var(--gray-200);border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;color:var(--gray-700);font-size:1.25rem}.sidebar-toggle:hover{background:var(--gray-100);border-color:var(--gray-300);color:var(--primary);transform:scale(1.05)}.sidebar-toggle:active{transform:scale(.95)}.toggle-icon{display:block;line-height:1}@media (min-width: 769px){.sidebar.closed .brand-icon,.sidebar.closed .brand-info{display:none}.sidebar.closed .sidebar-header{justify-content:center}.sidebar.closed .sidebar-toggle{width:32px;height:32px}}.sidebar-nav{flex:1;padding:1rem;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;margin-bottom:.25rem;color:var(--gray-600);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;font-weight:500;font-size:1rem;border-radius:.75rem;overflow:hidden}.nav-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--gray-900);transition:width .3s cubic-bezier(.4,0,.2,1);border-radius:0 4px 4px 0}.nav-link:hover:not(.disabled){background:transparent;color:var(--gray-900)}.nav-link.active{background:transparent;color:var(--gray-900);font-weight:600;box-shadow:none}.nav-link.active:before{width:3px}.nav-link.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.nav-icon{font-size:1.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;text-align:center;flex-shrink:0;transition:all .2s cubic-bezier(.4,0,.2,1)}.nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-badge{padding:.25rem .5rem;background:var(--danger);color:#fff;font-size:.6875rem;font-weight:700;border-radius:12px;min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 4px #ef44444d;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.nav-badge.soon{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:var(--gray-600);font-size:.625rem;letter-spacing:.5px;text-transform:uppercase;box-shadow:none;animation:none}.nav-divider{height:1px;background:linear-gradient(90deg,transparent 0%,var(--gray-200) 50%,transparent 100%);margin:.75rem 0}.nav-external{color:var(--gray-600);background:linear-gradient(135deg,var(--gray-50) 0%,transparent 100%);border:1px dashed var(--gray-200)}.nav-external:hover{color:var(--primary);background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:var(--primary);border-style:solid}.nav-external-icon{font-size:1rem;opacity:.5;transition:all .2s ease}.nav-external:hover .nav-external-icon{opacity:1;transform:translate(2px,-2px)}.sidebar-footer{padding:1.5rem 1rem;border-top:1px solid var(--gray-200);background:#fff;display:flex;flex-direction:column;gap:.875rem;width:100%;box-sizing:border-box;margin-top:auto;align-items:center}.btn-upgrade-wrapper{display:flex;justify-content:center;width:100%}.btn-upgrade-modern,.btn-help-modern{width:auto!important;padding:0 1.25rem!important}.user-profile{display:flex;align-items:center;gap:.875rem;margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:.75rem;border:1px solid var(--gray-200)}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),#2563eb);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;overflow:hidden;flex-shrink:0}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-info{flex:1;min-width:0}.user-name{font-weight:600;font-size:1rem;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.user-email{font-size:.75rem;color:var(--secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-upgrade-modern{height:40px!important;border-radius:12px!important;border:none!important;background:linear-gradient(135deg,#6366f1,#a855f7)!important;box-shadow:0 4px 12px #6366f14d!important;font-weight:600!important;font-size:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;margin-bottom:.75rem!important}.btn-upgrade-modern:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166!important;opacity:.9}.btn-help-modern{height:40px!important;border-radius:12px!important;border:1px solid var(--gray-200)!important;background:#fff!important;color:var(--gray-700)!important;font-weight:600!important;font-size:1rem!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important}.btn-help-modern:hover{border-color:var(--primary)!important;color:var(--primary)!important;background:var(--gray-50)!important;transform:translateY(-1px)}.ant-layout-sider-collapsed .btn-upgrade-modern,.ant-layout-sider-collapsed .btn-help-modern{padding:0!important;width:40px!important;height:40px!important;margin:0 auto .75rem!important}.ant-layout-sider-collapsed .btn-upgrade-modern .anticon,.ant-layout-sider-collapsed .btn-help-modern .anticon{margin:0!important;font-size:1.25rem!important}.ant-layout-sider-collapsed .brand-info{display:none!important}.ant-layout-sider-collapsed .brand-icon{margin:0 auto;width:40px;height:40px;background:transparent!important;box-shadow:none!important;border-radius:0!important}.ant-layout-sider-collapsed .sidebar-header{display:flex;justify-content:center;align-items:center;padding:0;height:64px;min-height:64px;border-bottom:none}.ant-layout-sider-collapsed .sidebar-brand{display:flex;justify-content:center;align-items:center;width:100%}.ant-layout-sider-collapsed .brand-icon{margin:0 auto;width:32px;height:32px;background:transparent!important;box-shadow:none!important;border-radius:0!important}.ant-layout-sider-collapsed .brand-icon img{height:30px!important;width:auto!important}.ant-layout-sider-collapsed .sidebar-footer{padding:1rem .5rem}.ant-layout-sider-collapsed .sidebar-footer .btn-upgrade span:not(.anticon),.ant-layout-sider-collapsed .sidebar-footer .btn-logout span:not(.anticon){display:none!important}.ant-layout-sider-collapsed .sidebar-footer .btn-upgrade,.ant-layout-sider-collapsed .sidebar-footer .btn-logout{justify-content:center;padding:.75rem;width:100%;min-width:auto}.ant-layout-sider-collapsed .sidebar-footer .btn-upgrade .anticon,.ant-layout-sider-collapsed .sidebar-footer .btn-logout .anticon{margin-right:0!important;font-size:1.25rem}.main-layout{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.top-header{height:64px;background:#fff;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;gap:2rem;position:fixed;top:0;left:260px;right:0;z-index:100;box-shadow:0 1px 3px #0000000d;transition:left .3s ease}.dashboard-layout.sidebar-closed .top-header{left:80px}.header-left{flex:1;display:flex;align-items:center;gap:1.5rem}.header-right{display:flex;align-items:center;gap:1rem}.header-search{position:relative;max-width:500px;width:100%}.header-search .ant-input{height:42px;border-radius:12px;border:1px solid var(--gray-200);background:var(--gray-50);transition:all .2s ease}.header-search .ant-input:hover{background:#fff;border-color:var(--gray-300)}.header-search .ant-input:focus,.header-search .ant-input-focused{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.header-search .ant-input::placeholder{color:var(--gray-400)}.header-btn{position:relative;width:40px;height:40px;background:transparent;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;text-decoration:none;color:var(--gray-600)}.header-btn:hover{background:var(--gray-100);color:var(--primary);transform:translateY(-1px)}.header-btn:active,.header-btn:focus,.header-btn:focus-visible{transform:translateY(0);outline:none!important;border-color:var(--gray-200)!important;box-shadow:none!important}.header-btn-icon{font-size:1.125rem}.notification-dot{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;background:var(--danger);color:#fff;font-size:.625rem;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 2px 4px #ef44444d;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.header-divider{width:1px;height:32px;background:var(--gray-200);margin:0 .5rem}.header-user{display:flex;align-items:center;gap:.875rem;padding:.5rem .75rem;border-radius:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.header-user:hover{background:var(--gray-100)}.header-user:focus,.header-user:focus-visible,.header-user:active{outline:none!important;box-shadow:none!important}.header-user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.header-user-name{font-size:.875rem;font-weight:600;color:var(--gray-900);text-transform:capitalize}.header-user-role{font-size:.75rem;color:var(--secondary)}.header-user-avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),#2563eb);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:0 2px 8px #3b82f64d}.main-content{flex:1;padding:2rem;padding-top:calc(64px + 2rem);overflow-y:auto;min-width:0;position:relative;background:var(--gray-50)}@media (max-width: 1024px){.sidebar.open{width:240px}.sidebar-header{padding:1rem}.brand-icon{width:40px;height:40px;font-size:1.5rem}.nav-link{padding:.75rem 1rem;font-size:.875rem}.nav-icon{font-size:1.25rem}.main-content{padding:1.5rem}.top-header{padding:0 1.5rem}.header-search{max-width:400px}.header-search .ant-input{width:100%!important}}@media (max-width: 768px){.top-header{left:0!important;right:0!important;padding:0 1rem;height:60px}.dashboard-layout.sidebar-closed .top-header{left:0}.main-content{padding:1rem;padding-top:calc(60px + 1rem)}.sidebar{position:fixed;left:0;top:0;width:280px;height:100vh;border-right:1px solid var(--gray-200)}.sidebar.closed{transform:translate(-100%);width:280px}.sidebar.open{transform:translate(0)}.sidebar-header{padding:1rem}.sidebar-nav{display:flex;flex-direction:column;overflow-x:visible;padding:1rem 0}.nav-link{display:flex;flex-direction:row;gap:1rem;padding:.75rem 1rem;text-align:left;margin-bottom:.25rem}.nav-link.active:before{width:4px;height:auto;top:0;bottom:0;left:0;right:auto}.nav-icon{font-size:1.375rem}.nav-label{font-size:.9375rem}.nav-badge{position:static}.sidebar-footer{padding:1rem 1.5rem 1.5rem}.user-profile{margin-bottom:1rem}.main-content{padding:1rem}.top-header{height:64px;padding:0 1rem;gap:1rem}.header-search{max-width:300px}.search-input{height:40px;font-size:.875rem}.header-user-info{display:none}.header-btn{width:40px;height:40px}.header-user{padding:.25rem}.header-user-avatar{width:36px;height:36px;font-size:.9375rem}.sidebar.closed .sidebar-toggle{position:fixed;top:1rem;left:1rem;z-index:1001;width:44px;height:44px;background:#fff;box-shadow:0 4px 12px #00000026}}@media (max-width: 480px){.sidebar,.sidebar.closed{width:260px}.brand-info h2{font-size:1rem}.nav-link{padding:.75rem 1rem}.nav-icon{font-size:1.25rem}.nav-label{font-size:.875rem}.user-name{font-size:.8125rem}.user-email{font-size:.6875rem}.main-content{padding:1rem .75rem;padding-top:calc(60px + 1rem)}.top-header{height:60px;padding:0 .75rem}.header-search{display:none}.header-right{gap:.5rem}.header-divider{display:none}}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.toolbar-container{background:#fff;border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a;padding:0;margin-bottom:24px;overflow:hidden}.toolbar-container .toolbar-view-mode{display:flex;align-items:center;gap:2px;background:#f1f5f9;padding:2px;border-radius:15px;border:1px solid #e2e8f0;height:30px;box-sizing:border-box}.toolbar-container .toolbar-view-mode .view-mode-btn{width:28px!important;height:24px!important;border-radius:12px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;background:transparent!important;color:#8c8c8c!important;border:none!important;transition:all .2s}.toolbar-container .toolbar-view-mode .view-mode-btn:hover{color:#595959!important}.toolbar-container .toolbar-view-mode .view-mode-btn.active{background:var(--primary, #1890ff)!important;color:#fff!important;box-shadow:0 1px 3px #0000001a!important}.toolbar-container .toolbar-top-row{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 0;border-bottom:1px solid #f5f5f5}.toolbar-container .toolbar-top-row .toolbar-tabs{display:flex;gap:8px;padding-bottom:12px}.toolbar-container .toolbar-top-row .toolbar-tabs .toolbar-tab{padding:8px 16px;font-size:14px;font-weight:600;color:#8c8c8c;cursor:pointer;display:flex;align-items:center;gap:8px;border-radius:8px;transition:all .2s ease}.toolbar-container .toolbar-top-row .toolbar-tabs .toolbar-tab:hover{color:#262626;background:#f5f5f5}.toolbar-container .toolbar-top-row .toolbar-tabs .toolbar-tab.active{color:var(--primary, #1890ff);background:#e6f7ff;box-shadow:0 1px 2px #1890ff26}.toolbar-container .toolbar-top-row .toolbar-actions{padding-bottom:12px}.toolbar-container .toolbar-bottom-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.toolbar-container .toolbar-bottom-row .toolbar-filters-left{display:flex;align-items:center;gap:16px}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper{border-radius:8px;border:1px solid #f0f0f0;background:#fbfbfb;padding:6px 12px;width:240px;transition:all .2s}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper:hover{border-color:#d9d9d9;background:#fff}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper:focus-within{border-color:var(--primary, #1890ff)!important;box-shadow:0 0 0 2px #1890ff26!important;background:#fff}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper .ant-input{background:transparent}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-divider{width:1px;height:24px;background:#f0f0f0}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-dropdowns{display:flex;gap:12px}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-dropdowns .ant-select-selector{border-radius:8px!important;border:1px solid #f0f0f0!important;background:#fff!important;min-width:110px}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-dropdowns .ant-select-selector:hover{border-color:#d9d9d9!important}.toolbar-container .toolbar-bottom-row .toolbar-filters-right{display:flex;align-items:center;gap:12px}.toolbar-container.single-row .toolbar-top-row{padding:16px 20px;border-bottom:none}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left{display:flex;align-items:center;gap:16px}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper{border-radius:8px!important;border:1px solid #f0f0f0!important;background:#fbfbfb!important;padding:6px 12px!important;width:280px!important;transition:all .2s!important}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper:hover{border-color:#d9d9d9!important;background:#fff!important}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper:focus-within{border-color:var(--primary, #1890ff)!important;box-shadow:0 0 0 2px #1890ff26!important;background:#fff!important}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper .ant-input{background:transparent!important}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-divider{width:1px;height:24px;background:#f0f0f0}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-dropdowns{display:flex;gap:12px}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-dropdowns .ant-select-selector{border-radius:8px!important}.toolbar-container.single-row .toolbar-top-row .toolbar-actions{padding-bottom:0}@media (max-width: 992px){.toolbar-container .toolbar-bottom-row{flex-direction:column;align-items:flex-start;gap:16px}.toolbar-container .toolbar-bottom-row .toolbar-filters-left{width:100%}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-search{flex:1}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper{width:100%!important}.toolbar-container .toolbar-bottom-row .toolbar-filters-right{width:100%;justify-content:flex-start}}@media (max-width: 768px){.toolbar-container{margin-bottom:16px}.toolbar-container .toolbar-top-row{flex-direction:column;align-items:stretch;padding:12px 12px 0;gap:12px}.toolbar-container .toolbar-top-row .toolbar-tabs{overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.toolbar-container .toolbar-top-row .toolbar-tabs::-webkit-scrollbar{display:none}.toolbar-container .toolbar-top-row .toolbar-tabs .toolbar-tab{padding:6px 12px;white-space:nowrap;flex-shrink:0}.toolbar-container .toolbar-top-row .toolbar-actions{padding-bottom:12px;justify-content:flex-start;gap:8px;flex-wrap:wrap}.toolbar-container .toolbar-top-row .toolbar-actions button{flex:0 0 auto}.toolbar-container .toolbar-bottom-row{padding:12px}.toolbar-container .toolbar-bottom-row .toolbar-filters-left{flex-direction:column;align-items:stretch}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-divider{display:none}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-dropdowns{overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-dropdowns::-webkit-scrollbar{display:none}.toolbar-container .toolbar-bottom-row .toolbar-filters-left .toolbar-dropdowns .ant-select{flex-shrink:0;width:100%!important}.toolbar-container .toolbar-bottom-row .toolbar-filters-right{width:100%;justify-content:space-between!important;margin-top:8px}.toolbar-container .toolbar-bottom-row .toolbar-filters-right .toolbar-view-mode{flex-shrink:0}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left{flex-direction:column;align-items:stretch}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-search .ant-input-affix-wrapper{width:100%!important}.toolbar-container.single-row .toolbar-top-row .toolbar-filters-left .toolbar-divider{display:none}.toolbar-container.single-row .toolbar-top-row .toolbar-actions{width:100%;margin-top:8px}}.breadcrumb-wrapper{display:flex;align-items:center;justify-content:space-between;padding:12px 0;margin-bottom:16px}.breadcrumb-wrapper .breadcrumb-items-container{display:flex;align-items:center;gap:16px}.breadcrumb-wrapper .back-btn{display:flex;align-items:center;gap:4px;color:#6b7280;font-weight:500;padding:4px 8px;height:auto}.breadcrumb-wrapper .ant-breadcrumb span{display:flex;align-items:center;gap:4px}@media (max-width: 768px){.breadcrumb-wrapper{flex-direction:column;align-items:flex-start!important;gap:8px;padding:8px 0!important;margin-bottom:12px!important}.breadcrumb-wrapper>div:first-child{width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.breadcrumb-wrapper>div:first-child::-webkit-scrollbar{display:none}.breadcrumb-wrapper>div:first-child .ant-breadcrumb{font-size:13px}.breadcrumb-wrapper>div:first-child .ant-breadcrumb .ant-breadcrumb-link{display:inline-flex}.breadcrumb-wrapper .breadcrumb-actions{width:100%;display:flex;justify-content:flex-end}}.stat-card-inner{background:#fff;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;width:100%;box-shadow:0 1px 4px #0000000f;border:1px solid #f0f0f0;transition:box-shadow .2s ease,transform .2s ease;cursor:default;height:100%;position:relative;overflow:hidden}.stat-card-inner:hover{box-shadow:0 4px 16px #00000017;transform:translateY(-1px)}.stat-card-inner:hover .stat-card-icon{transform:scale(1.06)}.stat-card-inner .stat-card-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;transition:transform .2s ease}.stat-card-inner .stat-card-title{color:#8c8c8c;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.03em}.stat-card-inner .stat-card-value{color:#1a1a2e;font-size:20px;font-weight:700;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.stat-card-inner .stat-card-trend{font-size:11px;font-weight:600;display:flex;align-items:center;padding:2px 6px;border-radius:6px}@media (max-width: 575px){.stat-card-inner{padding:10px 12px;gap:10px}.stat-card-inner .stat-card-icon{width:36px;height:36px;font-size:17px;border-radius:8px}.stat-card-inner .stat-card-title{font-size:10px}.stat-card-inner .stat-card-value{font-size:17px}.stat-card-inner .stat-card-trend{font-size:10px;padding:1px 5px}}.custom-table-wrapper{background:#fff;border-radius:.875rem;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #00000005}.custom-table-wrapper .ant-table{border-radius:.875rem;overflow:hidden}.custom-table-wrapper .ant-table-container{border-radius:.875rem}.custom-table-wrapper .ant-table-thead>tr>th{background:#f9fafb!important;color:#111827!important;font-weight:600;font-size:.75rem!important;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb!important;padding:1rem!important}.custom-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover{background:#f3f4f6!important}.custom-table-wrapper .ant-table-column-sorter,.custom-table-wrapper .ant-table-filter-trigger{color:#9ca3af!important}.custom-table-wrapper .ant-table-column-sorter-up.active,.custom-table-wrapper .ant-table-column-sorter-down.active,.custom-table-wrapper .ant-table-filter-trigger.active,.custom-table-wrapper .ant-table-filter-trigger:hover{color:#374151!important}.custom-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{display:none!important}.custom-table-wrapper .ant-table-tbody>tr:not(.ant-table-measure-row)>td{padding:1rem!important;border-bottom:1px solid #f3f4f6!important;font-size:.875rem;color:#111827}.custom-table-wrapper .ant-table-tbody>tr:not(.ant-table-measure-row):hover>td{background:#f9fafb!important}.custom-table-wrapper .ant-table-column-sort{background:transparent!important}.custom-table-wrapper .ant-table-thead th.ant-table-column-sort{background:#f9fafb!important}.custom-table-wrapper .ant-table-pagination.ant-pagination{margin-top:1.5rem!important;margin-bottom:1rem!important;padding-right:1.5rem}.custom-table-wrapper .ant-table-tbody>tr>td .item-link{font-weight:500;color:#111827;text-decoration:none;transition:color .2s ease}.custom-table-wrapper .ant-table-tbody>tr>td .item-link:hover{color:#2563eb}.customer-info{display:flex;flex-direction:column;gap:.125rem}.customer-name{font-weight:500;color:#111827}.customer-email{font-size:.75rem;color:#6b7280}.modern-data-table{width:100%;border-collapse:collapse}.modern-data-table thead{background:var(--gray-800)}.modern-data-table th{padding:.875rem 1rem;text-align:left;font-size:.8125rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.modern-data-table td{padding:1rem;border-bottom:1px solid var(--gray-100)}.modern-data-table tbody tr{transition:background-color .2s ease}.modern-data-table tbody tr:hover{background:var(--gray-50)}.modern-data-table tbody tr.selected{background:#eff6ff}.checkbox-col{width:40px}.image-col{width:60px;min-width:60px}.actions-col{width:120px;min-width:120px}.sku-col{min-width:120px;white-space:nowrap}.category-col{min-width:140px;white-space:nowrap}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{white-space:nowrap!important}.ant-table-tbody>tr>td:nth-child(2){white-space:normal!important;min-width:180px}.table-item-image{width:48px;height:48px;object-fit:cover;border-radius:.5rem;border:1px solid var(--gray-200)}.table-item-placeholder{width:48px;height:48px;background:var(--gray-100);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--gray-400)}.item-name-col{font-weight:500}.item-name-link{color:var(--gray-900);text-decoration:none;transition:color .2s ease}.item-name-link:hover{color:var(--primary)}.sku-col{font-family:Monaco,Courier New,monospace;font-size:.875rem;color:var(--secondary)}.table-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .75rem;background:#f3f4f6;color:#374151;border-radius:6px;font-size:.75rem;font-weight:500;border:none;height:24px;line-height:normal}.table-tag .anticon{font-size:.75rem;color:#6b7280}.price-cell{display:flex;align-items:center;gap:.5rem}.price-cell .price-main{font-weight:600;font-size:.875rem}.price-cell .price-compare{font-size:.8125rem;color:var(--secondary);text-decoration:line-through}.date-col{font-size:.875rem;color:var(--secondary)}.table-actions{display:flex;gap:.5rem;justify-content:flex-end}.btn-table-action{width:32px;height:32px;background:#fff;border:1px solid var(--gray-300);border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease;text-decoration:none}.btn-table-action:hover{background:var(--gray-50);border-color:var(--primary)}.btn-table-action.btn-danger-action:hover{background:#fee2e2;border-color:var(--danger);color:var(--danger)}.status-badge-modern{padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:capitalize;box-shadow:0 2px 4px #0000001a;display:inline-block}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e40af}.status-processing{background:#e0e7ff;color:#3730a3}.status-shipped{background:#ddd6fe;color:#5b21b6}.status-delivered,.status-completed{background:#d1fae5;color:#065f46}.status-cancelled,.status-refunded{background:#fee2e2;color:#991b1b}.payment-pending{background:#fef3c7;color:#92400e}.payment-paid{background:#d1fae5;color:#065f46}.payment-failed,.payment-refunded{background:#fee2e2;color:#991b1b}.payment-partially_refunded{background:#fef3c7;color:#92400e}@media (max-width: 768px){.custom-table-wrapper{background:transparent;border:none;box-shadow:none;overflow:visible;width:100%!important}.custom-table-wrapper .ant-table{background:transparent;width:100%!important}.custom-table-wrapper .ant-table .ant-table-container{width:100%!important}.custom-table-wrapper .ant-table .ant-table-container:before,.custom-table-wrapper .ant-table .ant-table-container:after{display:none!important}.custom-table-wrapper .ant-table table{display:block!important;width:100%!important}.custom-table-wrapper .ant-table-thead{display:none}.custom-table-wrapper .ant-table-tbody{display:block!important;width:100%!important;padding:4px 0}.custom-table-wrapper .ant-table-tbody>tr{display:flex!important;flex-direction:column!important;width:100%!important;background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:16px;position:relative;margin-bottom:16px;transition:all .2s ease;box-shadow:0 4px 12px #00000008}.custom-table-wrapper .ant-table-tbody>tr:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.custom-table-wrapper .ant-table-tbody>tr>td{display:flex;justify-content:space-between;align-items:center;padding:8px 0!important;border-bottom:1px solid #f8fafc!important;width:100%!important;white-space:normal!important;min-width:unset!important;font-size:.9rem;background:transparent!important}.custom-table-wrapper .ant-table-tbody>tr>td:last-child{border-bottom:none!important;margin-top:12px;padding-top:16px!important}.custom-table-wrapper .ant-table-tbody>tr>td:nth-child(2){order:-2;display:block;padding-top:0!important;padding-bottom:12px!important;margin-bottom:12px;border-bottom:1px solid #f1f5f9!important}.custom-table-wrapper .ant-table-tbody>tr>td:nth-child(2):before{content:none}.custom-table-wrapper .ant-table-tbody>tr>td:nth-child(2) .item-link{font-size:1.15rem;font-weight:800;color:#0f172a;display:block;max-width:80%;line-height:1.25;letter-spacing:-.01em}.custom-table-wrapper .ant-table-tbody>tr>td.image-col{position:absolute;top:16px;right:16px;width:52px!important;height:52px!important;border:none!important;padding:0!important;z-index:2}.custom-table-wrapper .ant-table-tbody>tr>td.image-col .ant-avatar{width:52px!important;height:52px!important;border-radius:10px;border:1px solid #f1f5f9;box-shadow:0 2px 4px #0000000d}.custom-table-wrapper .ant-table-tbody>tr>td:before{content:attr(data-label);font-weight:700;color:#64748b;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.custom-table-wrapper .ant-table-tbody>tr>td.image-col:before,.custom-table-wrapper .ant-table-tbody>tr>td.actions-col:before{content:none!important}.custom-table-wrapper .ant-table-tbody>tr>td .price-main{color:#2563eb;font-weight:700;font-size:1.1rem}.custom-table-wrapper .ant-table-tbody>tr>td .ant-tag{margin-right:0;font-weight:600}.custom-table-wrapper .actions-col{order:10;justify-content:center!important;background:#f8fafc;margin:12px -16px -16px;padding:12px 16px!important;border-radius:0 0 16px 16px;width:calc(100% + 32px)!important;border-top:1px solid #f1f5f9!important}.custom-table-wrapper .actions-col .ant-space{width:100%;justify-content:space-around}.custom-table-wrapper .actions-col .ant-space button{height:38px;padding:0 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569}.custom-table-wrapper .ant-pagination{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px;margin:24px 0 16px!important;width:100%!important;padding:0!important}.custom-table-wrapper .ant-pagination .ant-pagination-total-text{width:100%!important;text-align:center!important;margin-right:0!important;margin-bottom:12px!important;font-size:.85rem;color:#64748b}.custom-table-wrapper .ant-pagination .ant-pagination-item,.custom-table-wrapper .ant-pagination .ant-pagination-prev,.custom-table-wrapper .ant-pagination .ant-pagination-next,.custom-table-wrapper .ant-pagination .ant-pagination-jump-prev,.custom-table-wrapper .ant-pagination .ant-pagination-jump-next{margin:2px!important}.custom-table-wrapper .ant-pagination .ant-pagination-options{display:none!important}}.custom-pagination-wrapper{margin-top:1.5rem;display:flex!important;justify-content:flex-end!important;width:100%}@media (max-width: 768px){.custom-pagination-wrapper{justify-content:center!important;padding:0 16px!important}.custom-pagination-wrapper .ant-pagination{margin:0!important;display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:4px;width:100%!important}.custom-pagination-wrapper .ant-pagination .ant-pagination-total-text{width:100%!important;margin:0 0 12px!important;text-align:center!important;font-size:.85rem;color:#64748b}.custom-pagination-wrapper .ant-pagination .ant-pagination-options{display:none!important}}.btn-primary-card,.btn-secondary-card{display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;font-weight:600!important;font-size:.85rem!important;transition:all .3s ease!important;cursor:pointer!important;text-decoration:none!important;border:none!important;width:100%!important;height:36px!important;border-radius:100px!important}.btn-primary-card{background:#000!important;color:#fff!important}.btn-primary-card:hover{background:#333!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #00000026!important}.btn-secondary-card{background:#fff!important;color:#475569!important;border:1px solid #e2e8f0!important}.btn-secondary-card:hover{background:#f8fafc!important;border-color:#cbd5e1!important;transform:translateY(-2px)!important}.empty-state-modern{background:#fff!important;border:2px dashed var(--gray-300)!important;border-radius:.875rem!important;padding:4rem 2rem!important;text-align:center!important}.empty-state-modern .empty-icon{display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:1rem!important;opacity:.5!important;font-size:3rem!important;color:var(--gray-300)!important}.empty-state-modern h3{font-size:1.25rem!important;font-weight:600!important;color:var(--gray-900)!important;margin-bottom:.5rem!important}.empty-state-modern p{color:var(--secondary)!important;margin-bottom:1.5rem!important}.empty-state-modern .btn-primary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;padding:.5rem 1rem!important;font-size:.875rem!important;height:auto!important;min-height:36px!important}.form-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid var(--gray-100);margin-bottom:24px}.form-section:last-child{margin-bottom:0}.ant-modal-body .form-section:last-child{margin-bottom:0}.page-container{width:100%;max-width:100%;animation:pageFadeIn .4s ease-out forwards}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #3b82f6;--primary-dark: #2563eb;--secondary: #64748b;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-700: #374151;--gray-900: #111827}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;background-color:#fff;color:var(--gray-900)}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.125rem;color:var(--secondary)}.error-message{background-color:#fee2e2;color:var(--danger);padding:1rem;border-radius:.5rem;margin-bottom:1rem}.btn-primary,.btn-secondary,.btn-danger,.btn-small{padding:.625rem 1.25rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary,a.btn-primary,a.btn-primary:visited{background-color:var(--primary);color:#fff!important}.btn-primary:hover,a.btn-primary:hover{background-color:var(--primary-dark);color:#fff!important}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background-color:#fff;color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background-color:var(--gray-50)}.btn-danger{background-color:var(--danger);color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-small{padding:.375rem .75rem;font-size:.8125rem;background-color:var(--primary);color:#fff}.btn-small:hover{background-color:var(--primary-dark)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--gray-700)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem .875rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51a}.text-sm{font-size:.875rem;color:var(--secondary)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:1.875rem;font-weight:700}.empty-state{text-align:center;padding:3rem 1rem;color:var(--secondary)}.ant-layout{background:#f9fafc!important}.site-layout .site-layout-background{background:#fff}[data-theme=dark] .site-layout .site-layout-background{background:#141414}.ant-layout .ant-layout-sider-light .ant-layout-sider-trigger{border-radius:6px!important;border:none!important;margin-top:-10px!important}.ant-layout-sider-trigger{background:#fff;border-top:1px solid #edf0f5;border-right:1px solid #edf0f5;color:#4f5d75}.ant-layout-sider-zero-width-trigger{top:5px;right:10px;color:#001529;background:none;font-size:20px}.ant-menu-inline,.ant-menu-vertical,.ant-menu-vertical-left{border:none!important}.ant-menu-inline{padding-bottom:70px}.ant-menu-item{height:36px!important;margin:.25rem .5rem!important;border-radius:.5rem!important;overflow:hidden!important;white-space:nowrap!important}.ant-menu-item a{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ant-menu-item-selected{background-color:#3b82f61a!important;color:var(--primary)!important}.ant-menu-item-selected:after{display:none!important}.ant-menu-item:after,.ant-menu-item:hover:after{display:none!important}.ant-menu-item:hover{background-color:var(--gray-100)!important}.ant-menu-item a,.ant-menu-item a:hover,.ant-menu-item a:focus,.ant-menu-item a:active,.ant-menu-item a:visited{text-decoration:none!important}.ant-menu-item a{color:inherit}.ant-menu-item-selected a{color:var(--primary)!important;font-weight:600}.ant-menu-item-selected .anticon{color:var(--primary)!important}.ant-menu-submenu{margin:.25rem .5rem!important}.ant-menu-submenu-title{height:36px!important;margin:0!important;border-radius:.5rem!important;padding:0 12px!important}.ant-menu-submenu-title:hover{background-color:var(--gray-100)!important}.ant-menu-submenu-open>.ant-menu-submenu-title{background-color:#3b82f60d!important}.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow{right:12px!important}.ant-menu-submenu-inline .ant-menu-item{padding-left:40px!important;margin-left:.5rem!important;margin-right:.5rem!important}.ant-menu-submenu-inline .ant-menu-item-selected{background-color:#3b82f61a!important}.ant-menu-submenu-inline .ant-menu-item:after,.ant-menu-submenu-inline .ant-menu-item:hover:after{display:none!important}.ant-menu-submenu-inline .ant-menu-item a,.ant-menu-submenu-inline .ant-menu-item a:hover{text-decoration:none!important}.headerIcon .ant-dropdown-menu{border-radius:6px;background:none;padding:0;box-shadow:none}.headerIcon .ant-dropdown-menu-item:hover,.headerIcon .ant-dropdown-menu-item.ant-dropdown-menu-item-active{background:none}.ant-table-thead>tr>th{font-weight:700}.ant-typography strong{font-weight:700}h1,h2,h3,h4,h5,h6{font-weight:700!important}.ant-select-show-search:where(.css-dev-only-do-not-override-2q8sxy).ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:pointer}.ant-btn{display:inline-flex;align-items:center;justify-content:center}.ant-btn:focus,.ant-btn:focus-visible,.ant-btn:active,.ant-btn:focus-within{outline:none!important;border-color:inherit!important;box-shadow:none!important}.ant-btn-text:focus,.ant-btn-text:focus-visible,.ant-btn-text:active{outline:none!important;border:none!important;box-shadow:none!important;background-color:transparent!important}.ant-btn a,.ant-btn a:hover,.ant-btn a:focus,.ant-btn a:active,.ant-btn a:visited{text-decoration:none!important}button a,button a:hover,button a:focus,button a:active,button a:visited{text-decoration:none!important}.ant-btn.mobile-sidebar-btn{display:none}.antd-sidebar{display:flex;flex-direction:column;position:sticky;height:100vh;overflow-y:auto;overflow-x:hidden!important;top:0;left:0;z-index:1000;background:#fff;border-right:1px solid #edf0f5;padding:0;margin:0}.antd-sidebar .ant-layout-sider{overflow-x:hidden!important;padding:0!important;margin:0!important}.antd-sidebar .ant-layout-sider-children{overflow-x:hidden!important;display:flex;flex-direction:column;height:100%;padding:0!important;margin:0!important}.antd-sidebar .ant-menu{flex:1;overflow-y:auto;overflow-x:hidden!important;border:none!important;background:none!important;width:100%!important;max-width:100%!important}.ant-layout-sider-collapsed .ant-menu-item{padding:0!important;justify-content:center!important;align-items:center!important;height:40px!important;display:flex!important}.ant-layout-sider-collapsed .ant-menu-item .anticon{margin:0 auto!important;font-size:1.25rem!important;display:inline-flex!important;width:20px!important;height:20px!important;align-items:center!important;justify-content:center!important}.ant-layout-sider-collapsed .ant-menu-item>span:last-child{display:none!important}.ant-layout-sider-collapsed .ant-menu-item a{display:flex!important;justify-content:center!important;align-items:center!important;width:100%}.ant-layout-sider-collapsed .ant-menu-item a>*:not(.anticon){display:none!important}.ant-layout-sider-collapsed .ant-menu-item a .anticon{display:inline-flex!important;margin:0 auto!important}.ant-layout-sider-collapsed .ant-menu-submenu-title{padding:0!important;justify-content:center!important;align-items:center!important;height:40px!important;margin:.25rem .5rem!important;display:flex!important;width:100%!important}.ant-layout-sider-collapsed .ant-menu-submenu-title .anticon{margin:0 auto!important;font-size:1.25rem!important;display:inline-flex!important;width:20px!important;height:20px!important;align-items:center!important;justify-content:center!important}.ant-layout-sider-collapsed .ant-menu-submenu-title>span:not(.anticon){display:none!important}.ant-layout-sider-collapsed .ant-menu-submenu-title .ant-menu-submenu-arrow{display:none!important}.external-icon{font-size:.875rem;opacity:.7;margin-left:.5rem;display:inline-flex;align-items:center;line-height:1}.ant-layout-sider-collapsed .external-icon{display:none!important}.antd-sidebar.collapsed .ant-menu-item .anticon{display:inline-flex!important;margin:0!important}.navigation{position:sticky;height:100vh;overflow-y:auto;overflow-x:hidden;top:0;left:0;z-index:1000;background:#fff;border-right:1px solid #edf0f5}.logo{height:45px;margin:15px 15px 30px 30px;display:flex;justify-content:space-evenly;align-items:center;width:160px;cursor:pointer}.sidebar-wraper{background:#fff;display:block}.mobile-sidebar-wraper{display:none}.mobile-sidebar-wraper .ant-drawer-body{padding:12px 0!important}.sidebar-mobile{display:flex;flex-direction:column;height:100%}.sidebar-mobile .sidebar-header{padding:1.5rem;border-bottom:1px solid var(--gray-200)}.sidebar-mobile .ant-menu{flex:1;overflow-y:auto;border:none;background:none}.sidebar-mobile .sidebar-footer{padding:1rem;border-top:1px solid var(--gray-200)}.tabsNavigation span{background-color:transparent}.tabsNavigation:hover span{box-shadow:0 0 30px 8px #0073ff26;background-color:transparent}.tabContent .ant-tabs-right>.ant-tabs-content-holder,.tabContent .ant-tabs-right>div>.ant-tabs-content-holder{border-right:none}.tabContent .ant-tabs .ant-tabs-tab+.ant-tabs-tab{margin:0}@media only screen and (max-width: 768px){.sidebar-wraper{display:none}.navigation{height:100%}.ant-btn.mobile-sidebar-btn{display:block;position:absolute;top:21px}.mobile-sidebar-wraper{display:block}.tabContent .ant-tabs-right>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding-right:0;margin-top:30px}.tabContent .ant-tabs{display:block}}.ant-table-thead th .ant-table-column-sorters,.ant-table-thead th .ant-table-filter-column{justify-content:flex-start!important;gap:8px}.ant-table-column-title{flex:0 0 auto!important}.ant-table-filter-trigger{margin-left:4px!important}.page-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;position:fixed;top:0;left:0;background:#f9fafb;z-index:9999}.inline-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;width:100%;padding:2rem}.loading-spinner{width:48px;height:48px;border:4px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.loading-text{font-size:1rem;color:var(--gray-700);font-weight:500;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
