@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.main-sidebar{position:fixed!important;left:0;top:0;bottom:0;z-index:100;display:flex;flex-direction:column;overflow:hidden;background:var(--glass-bg-strong)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border-right:1px solid rgba(0,0,0,.06)!important;box-shadow:4px 0 24px #0000000a!important}.main-sidebar .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:hidden}.sidebar-logo{height:64px;display:flex;align-items:center;justify-content:center;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.sidebar-menu-container{display:flex;flex-direction:column;flex:1;overflow:hidden}.sidebar-menu-container.mobile{height:calc(100vh - 64px)}.sidebar-menu{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 8px!important;margin-top:0!important;background:transparent!important;border:none!important}.sidebar-menu .ant-menu-item{margin:4px 0!important;padding:0 16px!important;height:44px!important;line-height:44px!important;border-radius:10px!important;transition:all .2s ease!important;position:relative;overflow:hidden;width:100%!important}.sidebar-menu .ant-menu-item:hover{background:#ff924714!important;color:var(--text-primary)!important}.sidebar-menu .ant-menu-item-selected{background:#ff92471f!important;font-weight:600!important;color:#ff9247!important}.sidebar-menu .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#ff9247,#ffad6f);border-radius:0 4px 4px 0}.sidebar-menu .ant-menu-item-selected:after{display:none!important;border:none!important}.sidebar-menu .ant-menu-item .ant-menu-item-icon,.sidebar-menu .ant-menu-item .anticon{font-size:18px!important;transition:transform .2s ease}.sidebar-menu .ant-menu-item:hover .ant-menu-item-icon,.sidebar-menu .ant-menu-item:hover .anticon{transform:scale(1.1)}.sidebar-menu .ant-menu-item-selected .ant-menu-item-icon,.sidebar-menu .ant-menu-item-selected .anticon{color:#ff9247!important}.sidebar-menu .ant-menu-title-content{margin-left:12px!important;font-size:14px}.sidebar-menu .ant-menu-item-divider{margin:12px 16px!important;background:#0000000f!important}.ant-layout-sider-collapsed .sidebar-menu .ant-menu-item{padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;overflow:visible!important}.ant-layout-sider-collapsed .sidebar-menu .ant-menu-item-selected:before{display:none!important}.ant-layout-sider-collapsed .sidebar-menu .ant-menu-item .ant-menu-item-icon,.ant-layout-sider-collapsed .sidebar-menu .ant-menu-item .anticon{margin:0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;line-height:1!important;width:20px!important;height:20px!important;min-width:20px!important}.ant-layout-sider-collapsed .sidebar-menu .ant-menu-item>*{visibility:visible!important;opacity:1!important}.ant-layout-sider-collapsed .sidebar-menu .ant-menu-title-content{display:none!important;width:0!important;opacity:0!important}.ant-layout-sider-collapsed .sidebar-footer{display:none!important}.sidebar-footer{flex-shrink:0;padding:16px;margin-top:auto;border-top:1px solid rgba(0,0,0,.06)}.sidebar-footer-copyright{font-size:11px;color:var(--text-tertiary, #9CA3AF);text-align:center;line-height:1.4}.main-header{padding:0 24px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;position:sticky!important;top:0!important;z-index:99!important;height:64px!important;background:var(--glass-bg-strong)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border-bottom:1px solid rgba(0,0,0,.06)!important;box-shadow:0 2px 8px #0000000a!important;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease!important;will-change:transform}.main-header--hidden{transform:translateY(-100%)!important;box-shadow:none!important}.menu-toggle-btn{width:40px!important;height:40px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;color:var(--text-secondary)!important;transition:all .2s ease!important}.menu-toggle-btn:hover{background:#ff924714!important;color:#ff9247!important}.header-right{display:flex;align-items:center;gap:16px}.header-user-skeleton{display:flex;align-items:center;gap:8px}.header-user-dropdown{cursor:pointer;padding:6px 12px;border-radius:10px;transition:all .2s ease}.header-user-dropdown:hover{opacity:.65}.header-user-info{display:flex;flex-direction:column;min-width:0}.header-user-name{font-size:14px;line-height:1.3;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-content{margin:24px;min-height:calc(100vh - 112px);overflow-x:hidden}.mobile-sidebar-drawer .ant-drawer-body{padding:0!important;display:flex;flex-direction:column}.mobile-drawer-header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.mobile-drawer-close{width:40px!important;height:40px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-drawer-close:hover{background:#0000000a!important}@media(max-width:768px){.main-header{padding:0 16px!important}.main-content{margin:16px 16px 80px}.header-user-dropdown{padding:6px 8px}.menu-toggle-btn{display:none!important}}@media(max-width:576px){.main-content{margin:12px 12px 76px}.main-header{padding:0 12px!important}}.mobile-header-logo{display:flex;align-items:center;cursor:pointer}.mobile-header-logo img{transition:opacity .2s}.mobile-header-logo img:active{opacity:.7}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:1100;display:flex;align-items:stretch;justify-content:space-around;height:60px;background:var(--glass-bg-strong, rgba(255, 255, 255, .95));backdrop-filter:var(--glass-blur, blur(12px));-webkit-backdrop-filter:var(--glass-blur, blur(12px));border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -2px 12px #0000000f;padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 2px;cursor:pointer;transition:all .2s ease;position:relative;color:var(--text-secondary, #6b7280);border-radius:10px;margin:6px 2px}.mobile-bottom-nav__item--active{color:#ff9247;background:#ff924714}.mobile-bottom-nav__item--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:24px;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,#ff9247,#ffad6f)}.mobile-bottom-nav__icon{font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.mobile-bottom-nav__label{font-size:10px;font-weight:500;white-space:nowrap;line-height:1}body.dark-theme .mobile-bottom-nav{background:#16213ef2;border-top:1px solid rgba(255,255,255,.06);box-shadow:0 -2px 12px #0003}body.dark-theme .mobile-bottom-nav__item{color:#b0b0b0}body.dark-theme .mobile-bottom-nav__item--active{color:#ff9247;background:#ff924726}body.dark-theme .main-sidebar{background:#16213ef2!important;border-right:1px solid rgba(255,255,255,.06)!important}body.dark-theme .sidebar-logo{border-bottom:1px solid rgba(255,255,255,.06)}body.dark-theme .sidebar-menu .ant-menu-item{color:#b0b0b0!important}body.dark-theme .sidebar-menu .ant-menu-item:hover{background:#ff924726!important;color:#e0e0e0!important}body.dark-theme .sidebar-menu .ant-menu-item-selected{background:#ff924733!important;color:#ff9247!important}body.dark-theme .sidebar-menu .ant-menu-item-divider{background:#ffffff0f!important}body.dark-theme .sidebar-footer{border-top:1px solid rgba(255,255,255,.06)}body.dark-theme .sidebar-footer-copyright{color:#6b7280}body.dark-theme .main-header{background:#16213ef2!important;border-bottom:1px solid rgba(255,255,255,.06)!important}body.dark-theme .menu-toggle-btn{color:#b0b0b0!important}body.dark-theme .menu-toggle-btn:hover{background:#ff924726!important;color:#ff9247!important}body.dark-theme .header-user-dropdown:hover{opacity:.65;background:transparent}body.dark-theme .header-user-name{color:#e0e0e0}body.dark-theme .mobile-drawer-header{border-bottom:1px solid rgba(255,255,255,.06)}body.dark-theme .mobile-drawer-close:hover{background:#ffffff0f!important}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.sidebar-menu .ant-menu-item{animation:slideInFromLeft .3s ease forwards}.sidebar-menu .ant-menu-item:nth-child(1){animation-delay:.05s}.sidebar-menu .ant-menu-item:nth-child(2){animation-delay:.1s}.sidebar-menu .ant-menu-item:nth-child(3){animation-delay:.15s}.sidebar-menu .ant-menu-item:nth-child(4){animation-delay:.2s}.sidebar-menu .ant-menu-item:nth-child(5){animation-delay:.25s}.sidebar-menu .ant-menu-item:nth-child(6){animation-delay:.3s}.sidebar-menu .ant-menu-item:nth-child(7){animation-delay:.35s}.dashboard-header{margin-bottom:32px}.dashboard-header h2.ant-typography{margin-bottom:8px!important;font-weight:700;color:var(--text-primary, #1f2937)}.dashboard-last-login{display:flex;align-items:center;gap:8px;color:var(--text-secondary, #6b7280);font-size:14px}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:32px}@media(max-width:1400px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.stat-card-modern{background:#fff;border-radius:16px;padding:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000a;cursor:pointer;transition:all .25s ease;height:100%;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.stat-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--stat-color);opacity:0;transition:opacity .25s ease}.stat-card-modern:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:transparent}.stat-card-modern:hover:before{opacity:1}.stat-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.stat-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;transition:transform .25s ease}.stat-card-modern:hover .stat-card-icon{transform:scale(1.1)}.stat-card-body{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.stat-card-value{font-size:32px;font-weight:800;line-height:1.1;margin-bottom:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-card-title{font-size:13px;font-weight:500;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}body.dark-theme .stat-card-modern{background:#1e293bcc;border-color:#ffffff0f}body.dark-theme .stat-card-modern:hover{box-shadow:0 12px 24px #0000004d}body.dark-theme .stat-card-title{color:#9ca3af}.dashboard-content{display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:992px){.dashboard-content{grid-template-columns:1fr}}.objects-card{border-radius:16px!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 1px 3px #0000000a!important}.objects-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06);padding:16px 20px}.objects-card .ant-card-head-title{font-weight:600;font-size:16px}.objects-card .ant-card-body{padding:0!important}.objects-card .ant-card-extra a{color:#ff9247;font-weight:500;transition:color .2s ease}.objects-card .ant-card-extra a:hover{color:#e66d00}.dash-objects-list{display:flex;flex-direction:column}.dash-object-card{padding:14px 20px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(0,0,0,.04)}.dash-object-card:last-child{border-bottom:none}.dash-object-card:hover{background:#ff92470a}.dash-object-card--playing{border-left:3px solid #10B981}.dash-object-card__top{display:flex;align-items:center;gap:12px}.dash-object-card__icon{width:40px;height:40px;border-radius:10px;background:var(--bg-tertiary, #f3f4f6);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;color:var(--text-secondary, #6b7280);position:relative}.dash-object-card__icon--playing{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.dash-object-card__pulse{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background:#10b981;border:2px solid white;animation:dashPulse 2s ease-in-out infinite}.dash-object-card__info{flex:1;min-width:0}.dash-object-card__name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dash-object-card__name{font-size:14px;font-weight:600;color:var(--text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-object-card__type{font-size:10px;font-weight:500;color:var(--text-tertiary, #9ca3af);background:var(--bg-tertiary, #f3f4f6);padding:1px 6px;border-radius:4px;white-space:nowrap}.dash-object-card__address{display:flex;align-items:center;gap:5px;margin-top:2px;font-size:12px;color:var(--text-secondary, #6b7280)}.dash-object-card__address .anticon{font-size:11px;flex-shrink:0}.dash-object-card__address>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-object-card__arrow{color:var(--text-muted, #d1d5db);font-size:11px;flex-shrink:0;transition:all .2s}.dash-object-card:hover .dash-object-card__arrow{color:#ff9247;transform:translate(3px)}.dash-object-card__badges{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:8px;padding-left:52px}.dash-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:500;color:var(--dash-badge-color, var(--text-secondary, #6b7280));background:color-mix(in srgb,var(--dash-badge-color, #9CA3AF) 8%,white);white-space:nowrap}.dash-badge .ant-badge-status-dot{width:6px;height:6px}.dash-badge--danger{--dash-badge-color: #EF4444;background:#ef444414;color:#ef4444}.dash-badge--info{color:var(--text-primary, #1f2937);background:#3b82f60f}.dash-badge--muted{color:var(--text-tertiary, #9ca3af);background:var(--bg-secondary, #f9fafb)}.dash-badge--subtle{color:var(--text-secondary, #6b7280);background:var(--bg-secondary, #f9fafb);font-size:10px}.dash-badge--version{color:#ff9247;background:#ff924714;font-size:10px}.dash-badge--lastseen{color:#9ca3af;background:#9ca3af14;font-size:10px}.dash-badge--new{color:#3b82f6;background:#3b82f614;font-size:10px}.dash-badge__count{color:var(--text-tertiary, #9ca3af);font-size:10px}@keyframes dashPulse{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:768px){.dash-object-card{padding:12px 16px}.dash-object-card__badges{padding-left:0}.dash-object-card__arrow{display:none}.dash-object-card--playing{border-left:none;border-top:2px solid #10B981}}body.dark-theme .dash-object-card:hover{background:#ff924714}body.dark-theme .dash-badge{background:color-mix(in srgb,var(--dash-badge-color, #9CA3AF) 12%,rgba(30,41,59,.9))}.quick-actions-card{border-radius:16px!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 1px 3px #0000000a!important;height:fit-content}.quick-actions-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.06);padding:16px 20px}.quick-actions-card .ant-card-head-title{font-weight:600;font-size:16px}.quick-actions-card .ant-card-body{padding:12px!important}.quick-action-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;cursor:pointer;transition:all .2s ease;margin-bottom:8px;background:#00000005;border:1px solid transparent}.quick-action-item:last-child{margin-bottom:0}.quick-action-item:hover{background:#ff924714;border-color:#ff924733;transform:translate(4px)}.quick-action-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.quick-action-text{font-weight:500;color:var(--text-primary, #1f2937);font-size:14px}body.dark-theme .objects-card,body.dark-theme .quick-actions-card{background:#1e293bcc;border-color:#ffffff0f}body.dark-theme .object-list-item:hover{background:#ff92471a}body.dark-theme .quick-action-item{background:#ffffff0a}body.dark-theme .quick-action-item:hover{background:#ff924726}.dashboard-empty{padding:48px 20px;text-align:center}.dashboard-empty .ant-empty-description{color:var(--text-secondary, #6b7280)}.stat-card-skeleton{height:120px;border-radius:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.page-transition-enter{opacity:0;transform:translateY(20px)}.page-transition-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.page-transition-exit{opacity:1}.page-transition-exit-active{opacity:0;transition:opacity .3s}.ant-layout-sider-children{display:flex;flex-direction:column}.ant-layout-sider-children .ant-menu{flex:1;overflow-y:auto}.logo-container{transition:all .3s ease}.logo-container:hover{transform:scale(1.02)}.ant-card.stat-card{cursor:default}.ant-card.stat-card:hover{transform:translateY(-4px)}.ant-table-tbody>tr{cursor:pointer}.ant-modal-content{animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.ant-layout-sider{position:fixed!important;z-index:1000}.ant-layout-sider-collapsed{width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important}.ant-layout-sider-collapsed+.ant-layout{margin-left:0!important}}@media print{.ant-layout-sider,.ant-layout-header{display:none!important}.ant-layout-content{margin:0!important;padding:20px!important}}:root{--primary: #FF9247;--primary-light: #FFAD6F;--primary-dark: #E67A30;--primary-gradient: linear-gradient(135deg, #FF9247 0%, #FFAD6F 50%, #FFCDA3 100%);--primary-gradient-hover: linear-gradient(135deg, #E67A30 0%, #FF9247 50%, #FFAD6F 100%);--primary-glow: rgba(255, 146, 71, .4);--success: #10B981;--success-light: #34D399;--success-bg: rgba(16, 185, 129, .1);--warning: #F59E0B;--warning-light: #FBBF24;--warning-bg: rgba(245, 158, 11, .1);--error: #EF4444;--error-light: #F87171;--error-bg: rgba(239, 68, 68, .1);--info: #3B82F6;--info-light: #60A5FA;--info-bg: rgba(59, 130, 246, .1);--text-primary: #111827;--text-secondary: #6B7280;--text-tertiary: #9CA3AF;--text-muted: #D1D5DB;--bg-primary: #FFFFFF;--bg-secondary: #F9FAFB;--bg-tertiary: #F3F4F6;--bg-dark: #111827;--glass-bg: rgba(255, 255, 255, .7);--glass-bg-strong: rgba(255, 255, 255, .85);--glass-border: rgba(255, 255, 255, .5);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .08);--glass-blur: blur(20px);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .12);--shadow-primary: 0 4px 20px rgba(255, 146, 71, .25);--shadow-primary-lg: 0 8px 32px rgba(255, 146, 71, .3);--shadow-glow: 0 0 60px rgba(255, 146, 71, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-spring: .4s cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f9fafb,#f3f4f6);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-full);transition:background var(--transition-fast)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}*{scrollbar-width:thin;scrollbar-color:var(--text-muted) transparent}::selection{background-color:#ff924726;color:var(--text-primary)}.glass-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--glass-shadow);transition:all var(--transition-base)}.glass-card:hover{background:var(--glass-bg-strong);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.glass-card-static{background:var(--glass-bg-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--glass-shadow)}.ant-layout{background:transparent!important}.ant-layout-sider{background:var(--glass-bg-strong)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border-right:1px solid rgba(0,0,0,.06)!important;box-shadow:4px 0 24px #0000000a!important}.ant-layout-header{background:var(--glass-bg-strong)!important;backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;border-bottom:1px solid rgba(0,0,0,.06)!important;box-shadow:0 2px 8px #0000000a!important}.ant-card{background:var(--bg-primary);border:none!important;border-radius:var(--radius-xl)!important;box-shadow:var(--shadow-sm)!important;transition:all var(--transition-base)!important;overflow:hidden}.ant-card:hover{box-shadow:var(--shadow-md)!important;transform:translateY(-2px)}.ant-card-head{border-bottom:1px solid var(--bg-tertiary)!important;min-height:auto!important;padding:16px 24px!important}.ant-card-head-title{font-weight:600!important;font-size:16px!important}.ant-card-body{padding:24px!important}.stat-card{position:relative;overflow:hidden;background:var(--bg-primary)!important;border-radius:var(--radius-xl)!important;padding:24px!important;transition:all var(--transition-base)!important}.stat-card:before{content:"";position:absolute;top:0;right:0;width:120px;height:120px;background:var(--primary-gradient);opacity:.08;border-radius:0 var(--radius-xl) 0 100%;transition:all var(--transition-slow)}.stat-card:hover:before{opacity:.12;transform:scale(1.1)}.stat-card:hover{box-shadow:var(--shadow-lg)!important;transform:translateY(-4px)}.ant-btn{border-radius:var(--radius-md)!important;font-weight:500!important;transition:all var(--transition-base)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.ant-btn-primary{background:var(--primary-gradient)!important;border:none!important;box-shadow:var(--shadow-primary)!important}.ant-btn-primary:hover,.ant-btn-primary:focus{background:var(--primary-gradient-hover)!important;box-shadow:var(--shadow-primary-lg)!important;transform:translateY(-2px)}.ant-btn-primary:active{transform:translateY(0)}.ant-btn-default{border:1px solid var(--bg-tertiary)!important;background:var(--bg-primary)!important}.ant-btn-default:hover{border-color:var(--primary)!important;color:var(--primary)!important;background:#ff92470a!important}.ant-input,.ant-input-password,.ant-select-selector,.ant-picker{border-radius:var(--radius-md)!important;border:1.5px solid var(--bg-tertiary)!important;transition:all var(--transition-base)!important}.ant-input:hover,.ant-input-password:hover,.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.ant-picker:hover{border-color:var(--primary-light)!important}.ant-input:focus,.ant-input-focused,.ant-input-password:focus,.ant-input-password-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--primary)!important;box-shadow:0 0 0 3px #ff92471a!important}.ant-input-affix-wrapper{border-radius:var(--radius-md)!important;border:1.5px solid var(--bg-tertiary)!important;padding:12px 16px!important;transition:all var(--transition-base)!important}.ant-input-affix-wrapper:hover{border-color:var(--primary-light)!important}.ant-input-affix-wrapper-focused{border-color:var(--primary)!important;box-shadow:0 0 0 3px #ff92471a!important}.ant-table{border-radius:var(--radius-xl)!important;overflow:hidden!important;background:var(--bg-primary)!important}.ant-table-container{border-radius:var(--radius-xl)!important}.ant-table-thead>tr>th{background:var(--bg-secondary)!important;font-weight:600!important;color:var(--text-secondary)!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.5px!important;padding:16px!important;border-bottom:1px solid var(--bg-tertiary)!important}.ant-table-tbody>tr>td{padding:16px!important;transition:all var(--transition-fast)!important}.ant-table-tbody>tr:hover>td{background:#ff924705!important}.ant-table-row{transition:all var(--transition-fast)!important}.ant-menu{background:transparent!important;border:none!important}.ant-menu-item{margin:4px 8px!important;border-radius:var(--radius-md)!important;transition:all var(--transition-base)!important}.ant-menu-item:hover{background:#ff92470f!important}.ant-menu-item-selected{background:#ff92471a!important;font-weight:500!important}.ant-menu-item-selected:after{display:none!important}.ant-menu-item-icon{font-size:18px!important}.ant-tag{border-radius:var(--radius-sm)!important;padding:4px 12px!important;font-weight:500!important;border:none!important;font-size:12px!important}.ant-modal-content{border-radius:var(--radius-2xl)!important;overflow:hidden!important;box-shadow:var(--shadow-xl)!important}.ant-modal-header{border-bottom:1px solid var(--bg-tertiary)!important;padding:20px 24px!important}.ant-modal-body{padding:24px!important}.ant-modal-footer{border-top:1px solid var(--bg-tertiary)!important;padding:16px 24px!important}.ant-dropdown-menu{border-radius:var(--radius-lg)!important;padding:8px!important;box-shadow:var(--shadow-lg)!important;border:1px solid var(--bg-tertiary)!important}.ant-dropdown-menu-item{border-radius:var(--radius-sm)!important;padding:10px 16px!important;transition:all var(--transition-fast)!important}.ant-dropdown-menu-item:hover{background:#ff92470f!important}.ant-badge-dot{box-shadow:0 0 0 2px var(--bg-primary)!important}.ant-avatar{border-radius:var(--radius-md)!important;box-shadow:var(--shadow-sm)!important}.ant-statistic-title{color:var(--text-secondary)!important;font-size:13px!important;font-weight:500!important;margin-bottom:8px!important}.ant-statistic-content{font-weight:700!important}.ant-statistic-content-value{font-size:28px!important}.ant-progress-inner{background:var(--bg-tertiary)!important}.ant-tooltip-inner{border-radius:var(--radius-sm)!important;padding:8px 12px!important;font-size:13px!important}.ant-message-notice-content{border-radius:var(--radius-lg)!important;padding:12px 20px!important;box-shadow:var(--shadow-lg)!important}.ant-notification-notice{border-radius:var(--radius-xl)!important;box-shadow:var(--shadow-xl)!important}.ant-empty-description{color:var(--text-tertiary)!important}.ant-spin-dot-item{background:var(--primary)!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #ff924733}50%{box-shadow:0 0 40px #ff924766}}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}.animate-fade-in-down{animation:fadeInDown .5s ease-out forwards}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-scale-in{animation:scaleIn .3s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .4s ease-out forwards}.animate-slide-in-right{animation:slideInRight .4s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.skeleton{background:linear-gradient(90deg,var(--bg-tertiary) 25%,var(--bg-secondary) 50%,var(--bg-tertiary) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.text-primary{color:var(--primary)!important}.text-success{color:var(--success)!important}.text-warning{color:var(--warning)!important}.text-error{color:var(--error)!important}.text-info{color:var(--info)!important}.text-muted{color:var(--text-secondary)!important}.bg-primary{background:var(--primary)!important}.bg-primary-gradient{background:var(--primary-gradient)!important}.bg-success{background:var(--success-bg)!important}.bg-warning{background:var(--warning-bg)!important}.bg-error{background:var(--error-bg)!important}.bg-info{background:var(--info-bg)!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-1{gap:4px!important}.gap-2{gap:8px!important}.gap-3{gap:12px!important}.gap-4{gap:16px!important}.gap-6{gap:24px!important}.p-4{padding:16px!important}.p-6{padding:24px!important}.p-8{padding:32px!important}.m-0{margin:0!important}.mb-2{margin-bottom:8px!important}.mb-4{margin-bottom:16px!important}.mb-6{margin-bottom:24px!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.text-sm{font-size:12px!important}.text-base{font-size:14px!important}.text-lg{font-size:16px!important}.text-xl{font-size:20px!important}.text-2xl{font-size:24px!important}.text-3xl{font-size:30px!important}.rounded-md{border-radius:var(--radius-md)!important}.rounded-lg{border-radius:var(--radius-lg)!important}.rounded-xl{border-radius:var(--radius-xl)!important}.rounded-full{border-radius:var(--radius-full)!important}.shadow-sm{box-shadow:var(--shadow-sm)!important}.shadow-md{box-shadow:var(--shadow-md)!important}.shadow-lg{box-shadow:var(--shadow-lg)!important}.shadow-primary{box-shadow:var(--shadow-primary)!important}@media(max-width:768px){.hide-mobile{display:none!important}.ant-card-body{padding:16px!important}.ant-statistic-content-value{font-size:22px!important}:root{--radius-xl: 16px;--radius-2xl: 20px}}@media(min-width:769px){.hide-desktop{display:none!important}}.gradient-text{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-border{position:relative;background:var(--bg-primary);border-radius:var(--radius-xl)}.gradient-border:before{content:"";position:absolute;inset:-2px;background:var(--primary-gradient);border-radius:calc(var(--radius-xl) + 2px);z-index:-1;opacity:.5;transition:opacity var(--transition-base)}.gradient-border:hover:before{opacity:1}.hover-lift{transition:all var(--transition-base)!important}.hover-lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)!important}.clickable-card{cursor:pointer;transition:all var(--transition-base)!important}.clickable-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)!important}.clickable-card:active{transform:translateY(0)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot-active{background:var(--success);box-shadow:0 0 8px var(--success)}.status-dot-warning{background:var(--warning);box-shadow:0 0 8px var(--warning)}.status-dot-error{background:var(--error);box-shadow:0 0 8px var(--error)}.trend-up{color:var(--success)!important}.trend-down{color:var(--error)!important}.divider-text{display:flex;align-items:center;gap:16px;color:var(--text-tertiary);font-size:12px;text-transform:uppercase;letter-spacing:1px}.divider-text:before,.divider-text:after{content:"";flex:1;height:1px;background:var(--bg-tertiary)}body.dark-theme{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}body.dark-theme .ant-layout{background:transparent!important}body.dark-theme .ant-layout-sider{background:#16213ef2!important;border-right:1px solid rgba(255,255,255,.06)!important}body.dark-theme .ant-layout-header{background:#16213ef2!important;border-bottom:1px solid rgba(255,255,255,.06)!important}body.dark-theme .ant-card{background:#16213e!important;border:1px solid rgba(255,255,255,.06)!important}body.dark-theme .ant-card-head{border-bottom:1px solid rgba(255,255,255,.06)!important}body.dark-theme .ant-card-head-title{color:#fff!important}body.dark-theme .ant-table{background:#16213e!important}body.dark-theme .ant-table-thead>tr>th{background:#1e2a4a!important;color:#b0b0b0!important;border-bottom:1px solid rgba(255,255,255,.06)!important}body.dark-theme .ant-table-tbody>tr>td{border-bottom:1px solid rgba(255,255,255,.04)!important;color:#e0e0e0}body.dark-theme .ant-table-tbody>tr:hover>td{background:#ffffff08!important}body.dark-theme .ant-input,body.dark-theme .ant-input-password .ant-input,body.dark-theme .ant-select-selector,body.dark-theme .ant-picker{background:#1e2a4a!important;border-color:#374151!important;color:#fff!important}body.dark-theme .ant-input::placeholder{color:#6b7280!important}body.dark-theme .ant-input-affix-wrapper{background:#1e2a4a!important;border-color:#374151!important}body.dark-theme .ant-select-selection-placeholder,body.dark-theme .ant-select-selection-item{color:#e0e0e0!important}body.dark-theme .ant-select-dropdown{background:#1e2a4a!important;border:1px solid #374151!important}body.dark-theme .ant-select-item{color:#e0e0e0!important}body.dark-theme .ant-select-item-option-active,body.dark-theme .ant-select-item-option-selected{background:#6366f126!important}body.dark-theme .ant-modal-content{background:#16213e!important}body.dark-theme .ant-modal-header{background:#16213e!important;border-bottom:1px solid rgba(255,255,255,.06)!important}body.dark-theme .ant-modal-title{color:#fff!important}body.dark-theme .ant-modal-footer{border-top:1px solid rgba(255,255,255,.06)!important}body.dark-theme .ant-dropdown-menu{background:#1e2a4a!important;border:1px solid #374151!important}body.dark-theme .ant-dropdown-menu-item{color:#e0e0e0!important}body.dark-theme .ant-dropdown-menu-item:hover{background:#6366f126!important}body.dark-theme .ant-typography{color:#e0e0e0}body.dark-theme .ant-typography.ant-typography-secondary{color:#9ca3af!important}body.dark-theme h1,body.dark-theme h2,body.dark-theme h3,body.dark-theme h4,body.dark-theme h5,body.dark-theme h6{color:#fff!important}body.dark-theme .ant-statistic-title{color:#9ca3af!important}body.dark-theme .ant-statistic-content-value{color:#fff!important}body.dark-theme .ant-divider{border-color:#ffffff0f!important}body.dark-theme .ant-tabs-nav{background:#0f1629!important}body.dark-theme .ant-tabs-tab{color:#9ca3af!important}body.dark-theme .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-color, #FF9247)!important}body.dark-theme .ant-form-item-label>label{color:#b0b0b0!important}body.dark-theme .ant-btn-default{background:#1e2a4a!important;border-color:#374151!important;color:#e0e0e0!important}body.dark-theme .ant-btn-default:hover{background:#2d3a5a!important;border-color:var(--primary-color, #FF9247)!important;color:var(--primary-color, #FF9247)!important}body.dark-theme .ant-menu-item{color:#b0b0b0!important}body.dark-theme .ant-menu-item-selected{color:var(--primary-color, #FF9247)!important}body.dark-theme .ant-pagination-item{background:#1e2a4a!important;border-color:#374151!important}body.dark-theme .ant-pagination-item a{color:#e0e0e0!important}body.dark-theme .ant-pagination-item-active{background:var(--primary-color, #FF9247)!important;border-color:var(--primary-color, #FF9247)!important}body.dark-theme .ant-pagination-item-active a{color:#fff!important}body.dark-theme .notification-item{background:#1e2a4a!important}body.dark-theme .notification-item:hover{background:#2d3a5a!important}body.dark-theme .security-card,body.dark-theme .user-info-card{background:#1e2a4a!important}body.dark-theme .ant-descriptions-item-label{color:#9ca3af!important}body.dark-theme .ant-descriptions-item-content{color:#e0e0e0!important}body.dark-theme .notifications-header,body.dark-theme .notifications-footer{background:#0f1629!important;border-color:#ffffff0f!important}body.dark-theme .ant-popover-inner{background:#16213e!important}body.dark-theme .ant-list-item{border-color:#ffffff0f!important}body.dark-theme .ant-radio-button-wrapper{background:#1e2a4a!important;border-color:#374151!important;color:#e0e0e0!important}body.dark-theme .ant-radio-button-wrapper-checked{background:#6366f126!important;border-color:var(--primary-color, #FF9247)!important;color:var(--primary-color, #FF9247)!important}body.dark-theme .ant-switch{background:#374151!important}body.dark-theme .ant-switch-checked{background:var(--primary-color, #FF9247)!important}body.compact-mode .ant-card-body{padding:16px!important}body.compact-mode .ant-table-thead>tr>th,body.compact-mode .ant-table-tbody>tr>td{padding:10px 12px!important}body.compact-mode .ant-statistic-content-value{font-size:22px!important}body.compact-mode .stat-card{padding:16px!important}body.compact-mode .ant-btn{padding:6px 14px!important}body.compact-mode .page-header h2{font-size:22px!important}.ant-select.ant-select-outlined:not(.ant-select-disabled).ant-select-focused .ant-select-selector,.ant-select.ant-select-outlined:not(.ant-select-disabled):hover .ant-select-selector{border-color:#ff9247!important;box-shadow:0 0 0 2px #ff92471a!important}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-color:#ff9247!important;box-shadow:0 0 0 2px #ff92471a!important}.ant-input:focus,.ant-input:hover,.ant-input-focused{border-color:#ff9247!important;box-shadow:0 0 0 2px #ff92471a!important}.ant-input-search .ant-input-affix-wrapper:focus,.ant-input-search .ant-input-affix-wrapper-focused,.ant-input-search .ant-input-affix-wrapper:hover{border-color:#ff9247!important}.ant-input-search .ant-input-search-button:hover{border-color:#ff9247!important;color:#ff9247!important}.ant-input-search .ant-input-affix-wrapper .ant-input{width:100%!important;height:100%!important}.ant-picker:hover,.ant-picker-focused{border-color:#ff9247!important;box-shadow:0 0 0 2px #ff92471a!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:#ff9247!important;border-color:#ff9247!important}.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner,.ant-radio-checked .ant-radio-inner{border-color:#ff9247!important}.ant-radio-checked .ant-radio-inner:after{background-color:#ff9247!important}.ant-radio-wrapper:hover .ant-radio-inner,.ant-radio:hover .ant-radio-inner{border-color:#ff9247!important}.ant-switch-checked{background:#ff9247!important}.ant-pagination-item-active{border-color:#ff9247!important}.ant-pagination-item-active a,.ant-tabs-tab:hover,.ant-tabs-tab-active .ant-tabs-tab-btn{color:#ff9247!important}.ant-tabs-ink-bar{background:#ff9247!important}.ant-btn-primary{background:#ff9247!important;border-color:#ff9247!important}.ant-btn-primary:hover{background:#ffad6f!important;border-color:#ffad6f!important}a:hover,.ant-menu-item-selected{color:#ff9247!important}:root,:where(.css-1iph5z3),:where(.css-var-_r_0_){--ant-primary-color: #FF9247 !important;--ant-primary-color-hover: #FFAD6F !important;--ant-primary-color-active: #E56A00 !important;--ant-primary-color-outline: rgba(255, 146, 71, .2) !important;--ant-select-active-border-color: #FF9247 !important;--ant-select-hover-border-color: #FF9247 !important;--ant-select-active-outline-color: rgba(255, 146, 71, .2) !important;--ant-input-active-border-color: #FF9247 !important;--ant-input-hover-border-color: #FF9247 !important;--ant-input-active-shadow: 0 0 0 2px rgba(255, 146, 71, .1) !important;--ant-control-outline: rgba(255, 146, 71, .2) !important;--ant-color-primary: #FF9247 !important;--ant-color-primary-hover: #FFAD6F !important;--ant-color-primary-active: #E56A00 !important;--ant-color-primary-border: #FF9247 !important;--ant-color-primary-bg: rgba(255, 146, 71, .1) !important;--ant-color-primary-bg-hover: rgba(255, 146, 71, .15) !important}:where(.css-1iph5z3).ant-select.ant-select-outlined:not(.ant-select-disabled).ant-select-focused,:where(.css-1iph5z3).ant-select.ant-select-outlined:not(.ant-select-disabled):hover{--select-border-color: #FF9247 !important;box-shadow:0 0 0 2px #ff924733!important}:where(.css-1iph5z3).ant-select.ant-select-outlined:not(.ant-select-disabled).ant-select-focused .ant-select-selector,:where(.css-1iph5z3).ant-select.ant-select-outlined:not(.ant-select-disabled):hover .ant-select-selector{border-color:#ff9247!important}:where(.css-1iph5z3).ant-input-affix-wrapper-focused,:where(.css-1iph5z3).ant-input-affix-wrapper:focus,:where(.css-1iph5z3).ant-input-affix-wrapper:hover:not(.ant-input-affix-wrapper-disabled){border-color:#ff9247!important;box-shadow:0 0 0 2px #ff924733!important}:where(.css-1iph5z3).ant-input:focus,:where(.css-1iph5z3).ant-input:hover,:where(.css-1iph5z3).ant-input-focused{border-color:#ff9247!important;box-shadow:0 0 0 2px #ff924733!important}:where(.css-1iph5z3).ant-picker-focused,:where(.css-1iph5z3).ant-picker:hover{border-color:#ff9247!important;box-shadow:0 0 0 2px #ff924733!important}.ant-input-affix-wrapper .ant-input,.ant-input-search .ant-input-affix-wrapper .ant-input{width:100%!important;height:100%!important;box-sizing:border-box!important}.ant-input-affix-wrapper{display:flex!important;align-items:center!important}.ant-input-search .ant-input-affix-wrapper{height:100%!important}.ant-input-affix-wrapper .ant-input,.ant-input-affix-wrapper input.ant-input,.ant-input-affix-wrapper input[type=text],.ant-input-affix-wrapper input[type=password],.ant-input-affix-wrapper input[type=search],:where(.css-p45i5k).ant-input-affix-wrapper .ant-input,:where(.css-var-_r_0_).ant-input-affix-wrapper .ant-input{width:100%!important;height:100%!important;min-height:100%!important;padding:0!important;margin:0!important;border:none!important;background:transparent!important;box-shadow:none!important;flex:1!important}.ant-input-affix-wrapper,.ant-input-affix-wrapper-lg,.ant-input-affix-wrapper-focused,:where(.css-p45i5k).ant-input-affix-wrapper,:where(.css-var-_r_0_).ant-input-affix-wrapper{display:flex!important;align-items:center!important;gap:8px!important}.ant-input-affix-wrapper-lg,:where(.css-p45i5k).ant-input-affix-wrapper-lg{height:48px!important;padding:8px 16px!important}.ant-input-affix-wrapper-lg .ant-input,.ant-input-affix-wrapper-lg input.ant-input-lg,:where(.css-p45i5k).ant-input-affix-wrapper-lg .ant-input{height:100%!important;font-size:16px!important;line-height:1.5!important}.ant-input-search .ant-input-group .ant-input-affix-wrapper{height:40px!important}.ant-input-search .ant-input-group .ant-input-affix-wrapper .ant-input{height:100%!important;line-height:normal!important}.ant-segmented-group{gap:8px!important}.ant-segmented-item{margin:0 4px!important;border-radius:8px!important;transition:all .2s ease!important}.ant-segmented-item:first-child{margin-left:0!important}.ant-segmented-item:last-child{margin-right:0!important}.ant-segmented-item:hover{color:#ff9247!important}.ant-segmented-item-selected{background:#ff9247!important;color:#fff!important}.ant-segmented-item-selected:hover{color:#fff!important}.ant-segmented-thumb{background:#ff9247!important}@media(max-width:576px){.ant-typography h2{font-size:20px!important}.stat-card{padding:12px!important}.stat-card .ant-statistic-content-value{font-size:18px!important}.ant-card{border-radius:var(--radius-md)!important}.ant-card-body{padding:12px!important}.ant-card-head{padding:12px 16px!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:600px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 12px!important;font-size:13px!important}.ant-btn{padding:4px 12px!important;font-size:13px!important}.ant-btn-icon-only{padding:4px 8px!important}.ant-input,.ant-select-selector{font-size:16px!important}.ant-input-search{width:100%!important;max-width:100%!important}.ant-select{width:100%!important}.ant-space-horizontal{flex-wrap:wrap;gap:8px!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-body{padding:16px!important}.ant-tag{font-size:11px!important;padding:0 6px!important;line-height:18px!important}.ant-pagination{flex-wrap:wrap;justify-content:center;gap:4px}.ant-pagination-item{min-width:28px!important;height:28px!important;line-height:26px!important}.ant-pagination-total-text{width:100%;text-align:center;margin-bottom:8px}.ant-tabs-nav{margin-bottom:12px!important}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}.ant-descriptions-item-label{font-size:12px!important}.ant-descriptions-item-content{font-size:13px!important}.ant-alert{padding:8px 12px!important}.ant-alert-message{font-size:13px!important}}@media(min-width:577px)and (max-width:768px){.ant-card-body{padding:16px!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:700px}}@media(max-width:768px){.ant-row[gutter]{margin-left:-4px!important;margin-right:-4px!important}.ant-row[gutter]>.ant-col{padding-left:4px!important;padding-right:4px!important;margin-bottom:8px}.ant-space[style*="justify-content: space-between"]{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.ant-space[style*="justify-content: space-between"]>.ant-space{width:100%}.ant-space[style*="justify-content: space-between"]>.ant-btn{width:100%}.ant-card-body:has(.ant-table){position:relative}.ant-card-body:has(.ant-table):after{content:"";position:absolute;right:0;top:0;bottom:0;width:24px;background:linear-gradient(to left,rgba(255,255,255,.9),transparent);pointer-events:none;opacity:.5}}@media(hover:none)and (pointer:coarse){.ant-btn{min-height:40px!important;min-width:40px!important}.ant-table-tbody>tr>td{padding:12px!important}.ant-card:hover,.glass-card:hover,.stat-card:hover,.hover-lift:hover{transform:none!important}.ant-btn:active:not(:disabled){transform:scale(.98)!important}.ant-card:active{transform:scale(.99)!important}}body.ant-modal-open{overflow:hidden!important;position:fixed!important;width:100%!important}@supports (padding: max(0px)){.ant-layout-content{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(16px,env(safe-area-inset-bottom))}}@media(max-width:768px){.ant-table-wrapper::-webkit-scrollbar{height:4px}.ant-table-wrapper::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}}
