:root{--color-primary: #2563eb;--color-primary-soft: #dbeafe;--color-primary-strong: #1d4ed8;--color-body-bg: #f3f4f6;--color-app-bg: #f9fafb;--color-sidebar-bg: #020617;--color-sidebar-border: #111827;--color-header-bg: #ffffff;--color-header-border: rgba(15, 23, 42, .08);--color-text-main: #0f172a;--color-text-muted: #6b7280;--color-text-on-sidebar: #e5e7eb;--shadow-soft: 0 10px 30px rgba(15, 23, 42, .15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-body-bg)}.ant-layout{min-height:100vh;background:transparent}.ant-layout-sider{background:var(--color-sidebar-bg);box-shadow:4px 0 18px #0f172a99;position:relative;overflow:visible!important}.ant-layout-sider-children{display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important}.modern-sidebar{display:flex!important;flex-direction:column!important;position:relative}.sidebar-bg-pattern{display:none}.sidebar-header{padding:20px 18px 16px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#081426,#020617);flex-shrink:0}.sidebar-header .sidebar-logo{align-items:center}.sidebar-header-note{margin-top:10px;font-size:12px;line-height:1.5;color:#e2e8f0bf;max-width:220px}.sidebar-user-block{padding:16px 18px 12px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-user-avatar{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#ffffff14;color:var(--color-text-on-sidebar);font-size:20px;flex-shrink:0}.sidebar-quick-actions{padding:0 18px 14px}.quick-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.quick-action-item{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--color-text-on-sidebar);border-radius:12px;padding:10px 12px;display:inline-flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.quick-action-item:hover{background:#ffffff1a;transform:translateY(-1px)}.quick-action-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#ffffff14;color:var(--color-text-on-sidebar)}.sidebar-footer{padding:18px;border-top:1px solid rgba(255,255,255,.08);background:#ffffff05}.footer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.sidebar-collapse-toggle{border:none;background:#ffffff14;color:var(--color-text-on-sidebar);border-radius:12px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;font-size:13px;cursor:pointer;transition:background-color .2s ease}.sidebar-collapse-toggle:hover{background:#ffffff1f}.sidebar-user-info{min-width:0}.sidebar-user-name{font-size:14px;font-weight:700;color:var(--color-text-on-sidebar);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:12px;color:#e2e8f0bf;margin-top:2px}.sidebar-search-wrapper{padding:10px 18px 14px}.sidebar-search-wrapper .ant-input-affix-wrapper{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#ffffffeb}.sidebar-search-wrapper .ant-input{background:transparent;color:var(--color-text-on-sidebar)}.sidebar-search-wrapper .ant-input::placeholder{color:#e2e8f08c}.sidebar-empty-search{padding:12px 24px 8px;color:#e2e8f0b8;font-size:13px}.sidebar-logo{display:flex;align-items:center;gap:16px;transition:all .3s ease}.logo-icon{width:48px;height:48px;border-radius:12px;background:radial-gradient(circle at 30% 0,#2563eb4d,#0f172ae6);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #0f172abf;border:1px solid rgba(148,163,184,.5);flex-shrink:0}.logo-text{flex:1;min-width:0}.logo-title{font-size:20px;font-weight:700;color:var(--color-text-on-sidebar);line-height:1.2}.logo-subtitle{font-size:12px;color:#e2e8f0b3;margin-top:2px;letter-spacing:.5px}.sidebar-menu-wrapper{flex:1 1 0;overflow-y:auto;overflow-x:hidden;padding:8px 0;min-height:0}.sidebar-menu-wrapper::-webkit-scrollbar{width:6px}.sidebar-menu-wrapper::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.sidebar-menu-wrapper::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar-menu-wrapper::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar-section-label{padding:0 24px 8px;font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#94a3b8d9;opacity:.9}.modern-sidebar-menu{background:transparent!important;border:none!important;padding:4px 12px 16px}.modern-sidebar-menu .ant-menu-item{border-radius:8px!important;margin:2px 0!important;height:40px!important;line-height:40px!important;padding-left:18px!important;transition:background-color .18s ease,color .18s ease!important;position:relative;overflow:visible}.modern-sidebar-menu .ant-menu-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-strong) 100%);transform:scaleY(0);transition:transform .3s ease}.modern-sidebar-menu .ant-menu-item:hover{background:#0f172ae6!important}.modern-sidebar-menu .ant-menu-item:hover:before{transform:scaleY(1)}.modern-sidebar-menu .ant-menu-item-selected{background:#0f172af2!important;color:var(--color-text-on-sidebar)!important;font-weight:600!important;box-shadow:none}.modern-sidebar-menu .ant-menu-item-selected:before{transform:scaleY(1)}.modern-sidebar-menu .ant-menu-item-selected .ant-menu-item-icon{color:var(--color-primary)!important;transform:scale(1.1)}.modern-sidebar-menu .ant-menu-item-icon{font-size:18px!important;transition:all .3s ease;margin-right:12px!important}.modern-sidebar-menu .ant-menu-submenu{margin:6px 0!important}.modern-sidebar-menu .ant-menu-submenu-title{border-radius:8px!important;margin:2px 0!important;height:40px!important;line-height:40px!important;padding-left:18px!important;transition:background-color .18s ease,color .18s ease!important;position:relative}.modern-sidebar-menu .ant-menu-submenu-title:hover{background:#0f172ae6!important}.modern-sidebar-menu .ant-menu-submenu-open>.ant-menu-submenu-title{background:#0f172af5!important;color:var(--color-text-on-sidebar)!important}.modern-sidebar-menu .ant-menu-submenu-title .ant-menu-item-icon{font-size:18px!important;margin-right:12px!important}.modern-sidebar-menu .ant-menu-submenu-popup{min-width:260px!important}.modern-sidebar-menu .ant-menu-submenu .ant-menu{background:transparent!important;border-radius:0!important;margin:4px 0 0!important;padding:4px 0 0!important;min-width:260px}.modern-sidebar-menu .ant-menu-submenu .ant-menu-item{padding-left:44px!important;margin:1px 0!important;min-height:36px!important;height:auto!important;line-height:1.5!important;border-radius:6px!important}.modern-sidebar-menu .ant-menu-title-content,.modern-sidebar-menu .ant-menu-submenu-title .ant-menu-title-content{overflow:visible!important;text-overflow:unset!important;white-space:normal!important;word-break:break-word!important}.modern-sidebar-menu .ant-menu-submenu-title{overflow:visible!important}.modern-sidebar-menu .ant-menu-submenu .ant-menu-item-selected{background:#0f172af2!important;color:var(--color-text-on-sidebar)!important}.sidebar-footer{flex-shrink:0;padding:14px 16px 18px;border-top:1px solid rgba(255,255,255,.08);background:#020617}.logout-button{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#fffc;cursor:pointer;transition:all .3s ease;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.logout-button:hover{background:#f5222d33;border-color:#f5222d66;color:#ff4d4f;transform:translate(4px)}.logout-button span{font-weight:500;font-size:14px}.ant-layout-sider-collapsed .sidebar-logo,.ant-layout-sider-collapsed .sidebar-user-block,.ant-layout-sider-collapsed .sidebar-footer{justify-content:center;padding-left:12px;padding-right:12px}.ant-layout-sider-collapsed .sidebar-logo{justify-content:center}.ant-layout-sider-collapsed .logo-icon{width:40px;height:40px}.ant-layout-sider-collapsed .sidebar-header{padding:18px 12px}.ant-layout-sider-collapsed .sidebar-user-block{padding:12px 12px 10px}.ant-layout-sider-collapsed .sidebar-user-block .sidebar-user-info,.ant-layout-sider-collapsed .sidebar-section-label,.ant-layout-sider-collapsed .sidebar-search-wrapper,.ant-layout-sider-collapsed .sidebar-quick-actions,.ant-layout-sider-collapsed .sidebar-empty-search,.ant-layout-sider-collapsed .sidebar-header-note{display:none!important}.ant-layout-sider-collapsed .sidebar-footer{padding:16px 12px}.ant-layout-sider-collapsed .logout-button{justify-content:center;padding:12px}.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-item,.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-submenu-title{display:flex!important;align-items:center!important;justify-content:center!important;padding-left:0!important;padding-right:0!important;min-height:56px!important}.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-item-icon,.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-submenu-title .ant-menu-item-icon{margin:0!important;width:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-item .ant-menu-title-content,.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-submenu-title .ant-menu-title-content,.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-submenu-title .ant-menu-submenu-arrow{display:none!important}.ant-layout-sider-collapsed .modern-sidebar-menu .ant-menu-submenu-open>.ant-menu-submenu-title{padding-left:0!important}.ant-layout-header{background:var(--color-header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 20px;box-shadow:var(--shadow-soft);border-bottom:1px solid var(--color-header-border);height:auto!important;line-height:normal!important;overflow:visible!important}.modern-header{background:var(--color-header-bg)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;padding:0 28px!important;box-shadow:0 1px #0f172a0f!important;border-bottom:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;height:64px!important;position:sticky!important;top:0!important;z-index:100!important}.header-left{display:flex;align-items:center;gap:20px}.sidebar-trigger{font-size:20px!important;cursor:pointer!important;color:#4b5563!important;padding:8px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.sidebar-trigger:hover{background:#0f172a0a;transform:scale(1.1)}.header-title h2{margin:0!important;font-size:20px!important;font-weight:700!important;color:var(--color-text-main);line-height:1.2}.header-subtitle{font-size:12px;color:var(--color-text-muted);font-weight:400;margin-top:2px;letter-spacing:.5px}.header-right{display:flex;align-items:center;gap:16px}.welcome-badge{display:flex;align-items:center;gap:8px;padding:6px 14px;background:#f3f4f6;border-radius:999px;border:1px solid rgba(209,213,219,.9)}.welcome-text{font-size:14px;font-weight:500;color:#111827}.ant-layout-content{margin:0;padding:0;background:transparent;min-height:280px;overflow-x:hidden}.main-content-wrapper{margin:0!important;padding:0!important;background:var(--color-app-bg)!important;min-height:calc(100vh - 72px)!important;overflow-y:auto;overflow-x:hidden}.content-container{background:transparent;padding:32px;min-height:calc(100vh - 72px);max-width:100%;box-sizing:border-box}.content-container .ant-table-wrapper,.content-container .ant-table{max-width:100%}.content-container .ant-table-content{overflow-x:auto}.content-container .ant-table-content>table{min-width:max-content}.modern-dashboard{max-width:1600px;margin:0 auto;width:100%;padding:0}.dashboard-header{background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:40px 48px;margin-bottom:32px;box-shadow:0 12px 48px #0000001f;border:1px solid rgba(255,255,255,.3);position:relative;overflow:hidden}.dashboard-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.dashboard-header:after{content:"";position:absolute;top:-50%;right:-50px;width:300px;height:300px;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px;position:relative;z-index:1}.welcome-section{flex:1;min-width:300px}.dashboard-title{margin:0 0 12px!important;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:36px!important;font-weight:800!important;display:flex;align-items:center;gap:16px;line-height:1.2!important;letter-spacing:-.5px}.title-icon{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:32px;animation:pulse-icon 2s ease-in-out infinite}@keyframes pulse-icon{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.dashboard-subtitle{color:var(--color-text-muted);font-size:16px;margin-top:8px;line-height:1.6;font-weight:400;max-width:600px}.header-stats{display:flex;gap:24px;flex-wrap:wrap}.quick-stat{text-align:center;padding:20px 24px;background:#0f172a05;border-radius:16px;border:1px solid rgba(148,163,184,.4);min-width:140px;transition:all .3s ease}.quick-stat:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0f172a1f;border-color:#2563eb66}.quick-stat .stat-value{font-size:32px;font-weight:800;color:var(--color-primary-strong);line-height:1;margin-bottom:8px}.quick-stat .stat-label{color:var(--color-text-muted);font-size:13px;text-transform:uppercase;letter-spacing:.8px;margin-top:4px;font-weight:500}.metrics-row{margin-bottom:32px}.metric-card{border-radius:20px!important;border:none!important;overflow:hidden;transition:all .3s ease;position:relative;height:160px}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;border-radius:20px}.metric-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026!important}.metric-card:hover:before{opacity:1}.metric-card-users{background:radial-gradient(circle at 0% 0%,rgba(239,246,255,.25) 0%,transparent 55%),linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.metric-card-qr{background:radial-gradient(circle at 0% 0%,rgba(239,246,255,.22) 0%,transparent 55%),linear-gradient(135deg,#4f46e5,#312e81);color:#fff}.metric-card-points{background:radial-gradient(circle at 0% 0%,rgba(239,246,255,.22) 0%,transparent 55%),linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff}.metric-card-revenue{background:radial-gradient(circle at 0% 0%,rgba(240,253,250,.25) 0%,transparent 55%),linear-gradient(135deg,#10b981,#059669);color:#fff}.metric-content{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.metric-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.metric-info{flex:1}.metric-value{font-size:32px;font-weight:700;line-height:1;margin-bottom:4px}.metric-title{font-size:16px;opacity:.9;margin-bottom:8px}.metric-trend{display:flex;align-items:center;gap:4px;font-size:12px;opacity:.8}.trend-up{color:#52c41a}.metric-progress{margin-top:auto}.progress-text{color:#fffc!important;font-size:12px;margin-top:8px}.status-row{margin-bottom:32px}.chart-card{border-radius:20px!important;border:none!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a!important}.card-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:#262626}.card-icon{color:#667eea;font-size:20px}.chart-tabs{display:flex;gap:8px;margin-bottom:24px}.tab{padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;color:#666}.tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.chart-container{height:300px}.doughnut-container{position:relative;height:200px;margin-bottom:24px}.doughnut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.center-value{font-size:32px;font-weight:700;color:#262626}.center-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.doughnut-legend{display:flex;flex-direction:column;gap:12px}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px}.legend-color{width:12px;height:12px;border-radius:50%}.legend-color.approved{background:#52c41a}.legend-color.pending{background:#faad14}.legend-color.declined{background:#f5222d}.detailed-stats{margin-bottom:32px}.stat-detail-card{border-radius:16px!important;border:none!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 20px #00000014!important;transition:all .3s ease}.stat-detail-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f!important}.stat-detail-header{display:flex;align-items:center;gap:16px}.stat-detail-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.scan-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.withdrawal-icon{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.ticket-icon{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.stat-detail-title{font-size:16px;font-weight:600;color:#262626}.stat-detail-subtitle{font-size:12px;color:#666}.stat-detail-content{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.detail-value{font-weight:600;color:#262626}.detail-value.highlight{color:#667eea}.detail-value.success{color:#52c41a}.detail-value.warning{color:#faad14}.activity-card{border-radius:20px!important;border:none!important;background:#fffffff2!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001a!important}.live-tag{margin-left:auto;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.activity-table .ant-table{background:transparent!important}.activity-table .ant-table-tbody>tr>td{border-bottom:1px solid rgba(0,0,0,.06);padding:16px}.activity-table .ant-table-tbody>tr:hover>td{background:#667eea0d!important}.time-cell{text-align:center}.time-main{font-size:16px;font-weight:600;color:#262626}.time-sub{font-size:12px;color:#666}.user-cell{display:flex;align-items:center;gap:12px}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2)!important}.user-name{font-weight:500;color:#262626}.activity-cell{display:flex;flex-direction:column;gap:4px}.activity-tag{align-self:flex-start;border-radius:6px!important;font-size:11px!important;font-weight:500!important}.activity-desc{font-size:13px;color:#666}@media (max-width: 768px){.content-container{padding:20px 16px!important}.dashboard-header{padding:24px 20px!important;border-radius:16px!important}.header-content{flex-direction:column;align-items:flex-start!important;gap:20px!important}.header-stats{justify-content:flex-start;width:100%}.quick-stat{flex:1;min-width:120px}.dashboard-title{font-size:28px!important}.dashboard-subtitle{font-size:14px!important}.metric-card{height:auto;min-height:140px}.chart-container{height:250px}}.ant-card{border-radius:16px!important;box-shadow:0 4px 20px #00000014!important;border:none!important}.ant-statistic-title{color:#666!important;font-size:14px!important}.ant-statistic-content{color:#1890ff!important;font-size:24px!important;font-weight:600!important}.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 15px #667eea66!important;transition:all .3s ease!important}.ant-btn-primary:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #667eea99!important}.ant-progress-bg{border-radius:10px!important}.ant-progress-inner{border-radius:10px!important;background:#ffffff4d!important}h2{margin-bottom:16px!important;color:#262626!important}:root{--shell-primary: #c9a227;--shell-primary-soft: rgba(201, 162, 39, .14);--shell-bg: #f3f4f6;--shell-sidebar-bg: #020617;--shell-sidebar-border: #111827;--shell-header-bg: #ffffff;--shell-text-main: #0f172a;--shell-text-subtle: #6b7280;--shell-text-on-sidebar: #e5e7eb}body{background:var(--shell-bg)}html,body,#root{height:100%}.ant-layout-sider{background:var(--shell-sidebar-bg);box-shadow:none;border-right:1px solid var(--shell-sidebar-border)}.ant-layout-header,.modern-header{background:var(--shell-header-bg)!important;border-bottom:1px solid rgba(148,163,184,.4)!important;box-shadow:none!important;height:auto!important;overflow:visible!important;line-height:normal!important}.modern-header{padding:0 24px!important;height:auto!important;min-height:60px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;overflow:visible!important}.header-left{display:flex;align-items:center;gap:16px}.sidebar-trigger{font-size:18px!important;color:#4b5563!important;padding:6px;border-radius:999px;border:1px solid transparent;transition:background-color .18s ease,transform .18s ease,border-color .18s ease}.sidebar-trigger:hover{background:#f3f4f6e6;border-color:#d1d5dbe6;transform:none}.header-title h2{margin:0!important;font-size:16px!important;font-weight:600!important;color:var(--shell-text-main);letter-spacing:.02em}.header-title{display:flex;flex-direction:column;justify-content:center;gap:0;min-width:0}.header-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--shell-primary);background:var(--shell-primary-soft);border:1px solid rgba(37,99,235,.2);margin-bottom:0}.header-subtitle{font-size:12px;color:var(--shell-text-subtle);margin-top:0}.header-right{display:flex;align-items:center;gap:12px}.header-user{display:inline-flex;align-items:center;gap:6px;padding:0 10px;height:32px;border-radius:999px;background:#f3f4f6;border:1px solid rgba(209,213,219,.9);cursor:pointer;white-space:nowrap}.header-avatar{width:24px;height:24px;border-radius:999px;background:var(--shell-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.header-username{font-size:13px;font-weight:500;color:var(--shell-text-main)}.main-content-wrapper{background:var(--shell-bg)!important}.logo-icon--vertex{background:linear-gradient(145deg,#fff,#fff)!important;border:1px solid rgba(201,162,39,.45)!important;box-shadow:0 0 0 1px #c9a2271f,0 8px 20px #00000059}.vertex-club-header{background:linear-gradient(90deg,#0c1929,#132337,#0c1929)!important;border-bottom:1px solid rgba(201,162,39,.2)!important;box-shadow:0 8px 24px #0000002e!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:12px 20px!important;height:auto!important;min-height:56px!important;overflow:visible!important;position:relative!important;z-index:10!important}.vertex-club-header .header-left{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:0}.vertex-club-header .header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.vertex-club-trigger{color:#e2e8f0!important;border-color:#94a3b859!important}.vertex-club-trigger:hover{background:#ffffff0f!important;color:#fff!important}.vertex-club-header-title{margin:0 0 1px!important;font-size:16px!important;font-weight:700!important;letter-spacing:.04em!important;line-height:1.1!important;white-space:nowrap}.vertex-club-header-title-part{color:#f8fafc}.vertex-club-header-title-gold{color:#e8c547;text-shadow:0 0 24px rgba(232,197,71,.25)}.vertex-club-header .header-title h2:not(.vertex-club-header-title){color:#f8fafc!important;font-size:17px!important}.vertex-club-header-sub{color:#e2e8f0b8!important;margin-top:-2px!important;font-size:11px!important;line-height:1!important}.header-center{display:flex;justify-content:center;padding:0 8px;width:100%;max-width:440px;margin:0 auto}.vertex-club-header .header-center{flex:1;max-width:440px;min-width:180px;margin:0 12px}.vertex-header-search{width:100%}.vertex-header-search .ant-input,.vertex-header-search.ant-input-affix-wrapper,.vertex-header-search .ant-input-affix-wrapper{background:#0f172aa6!important;border:1px solid rgba(148,163,184,.25)!important;color:#f1f5f9!important;border-radius:999px!important}.vertex-header-search .ant-input::placeholder{color:#94a3b8d9}.vertex-header-bell{font-size:18px;color:#e2e8f0;padding:8px;border-radius:10px;cursor:pointer;transition:background .2s ease}.vertex-header-bell:hover{background:#ffffff0f}.vertex-welcome-text{font-size:13px;color:#f1f5f9e0;font-weight:500;display:none}@media (min-width: 900px){.vertex-welcome-text{display:inline}}.vertex-club-header-user{background:#0f172a8c!important;border:1px solid rgba(201,162,39,.25)!important}.vertex-club-header-user .header-avatar{background:linear-gradient(135deg,#c9a227,#8b6914)!important}.vertex-club-header-user .header-username{color:#f8fafc!important}@media (max-width: 899px){.header-center{display:none}}.vertex-gold-dashboard{max-width:1680px;margin:0 auto}.vertex-dash-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.vertex-dash-toolbar h1,.vertex-dash-toolbar-h1.ant-typography{margin:0!important;font-size:22px!important;font-weight:700!important;color:#0f172a!important;letter-spacing:-.02em!important}.vertex-dash-meta{font-size:13px;color:#64748b}.vertex-kpi-row{margin-bottom:20px}.vertex-kpi{border-radius:16px!important;border:none!important;color:#fff!important;overflow:hidden;box-shadow:0 10px 28px #0f172a1f;min-height:132px}.vertex-kpi .ant-card-body{padding:18px 20px!important;height:100%}.vertex-kpi-label{font-size:13px;font-weight:600;opacity:.92;letter-spacing:.02em}.vertex-kpi-value{font-size:28px;font-weight:800;line-height:1.15;margin:6px 0 4px;letter-spacing:-.03em}.vertex-kpi-sub{font-size:12px;opacity:.88}.vertex-kpi--navy{background:linear-gradient(135deg,#1e3a5f,#0f172a)!important}.vertex-kpi--gold{background:linear-gradient(135deg,#b8860b,#d4a017 55%,#c9a227)!important;color:#1a1508!important}.vertex-kpi--gold .vertex-kpi-label,.vertex-kpi--gold .vertex-kpi-sub{color:#1a1508d9}.vertex-kpi--green{background:linear-gradient(135deg,#0d9488,#047857)!important}.vertex-kpi--sky{background:linear-gradient(135deg,#0284c7,#0369a1)!important}.vertex-kpi-profile{background:#fff!important;color:#0f172a!important;border:1px solid rgba(15,23,42,.06)!important}.vertex-kpi-profile .vertex-kpi-label{color:#64748b}.vertex-kpi-profile .vertex-kpi-value{font-size:18px;color:#0f172a}.vertex-widget-card{border-radius:14px!important;border:1px solid rgba(15,23,42,.06)!important;box-shadow:0 4px 18px #0f172a0f!important;margin-bottom:20px}.vertex-widget-card .ant-card-head{border-bottom:1px solid rgba(15,23,42,.06);min-height:48px}.vertex-widget-card .ant-card-head-title{font-size:15px;font-weight:600;color:#0f172a}.vertex-widget-extra{font-size:13px;font-weight:600;color:#c9a227;padding:0}.vertex-applicator-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid rgba(15,23,42,.06)}.vertex-applicator-row:last-child{border-bottom:none}.vertex-applicator-meta{flex:1;min-width:0}.vertex-applicator-name{font-weight:600;color:#0f172a;font-size:14px}.vertex-applicator-email{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vertex-applicator-points{font-weight:700;color:#0369a1;font-size:14px}.vertex-alert-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid rgba(15,23,42,.06);font-size:13px}.vertex-alert-row:last-child{border-bottom:none}.vertex-scan-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background:#f1f5f9;font-size:13px;margin-right:8px;margin-bottom:8px}.content-container.content-container--vertex-dash{padding-top:24px}.mobile-sidebar-drawer-root .ant-drawer-mask{z-index:999!important}.mobile-sidebar-drawer-root .ant-drawer-content-wrapper{z-index:1000!important}.mobile-sidebar-drawer .ant-drawer-body{padding:0!important;background:var(--shell-sidebar-bg)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.mobile-sidebar-drawer .modern-sidebar{min-height:100vh}.mobile-sidebar-drawer-root .ant-drawer-content-wrapper,.mobile-sidebar-drawer .ant-drawer-content-wrapper,.mobile-sidebar-drawer .ant-drawer-content,.mobile-sidebar-drawer .ant-drawer-body,.mobile-sidebar-drawer .modern-sidebar{width:100%!important;max-width:100vw!important}.mobile-sidebar-drawer .sidebar-header,.mobile-sidebar-drawer .sidebar-user-block,.mobile-sidebar-drawer .sidebar-search-wrapper,.mobile-sidebar-drawer .sidebar-footer{padding-left:16px!important;padding-right:16px!important}.mobile-sidebar-drawer .sidebar-footer{padding-bottom:calc(16px + env(safe-area-inset-bottom))}.mobile-sidebar-drawer .modern-sidebar-menu,.mobile-sidebar-drawer .sidebar-menu-wrapper{overflow-y:auto}.sidebar-footer{position:sticky;bottom:0;z-index:2}@media (min-width: 769px) and (max-width: 1024px){.content-container{padding:20px 18px!important}.vertex-club-header{padding:0 12px!important;gap:8px!important}.vertex-club-header .header-center{max-width:240px;min-width:140px}.vertex-header-search{max-width:280px!important}.header-subtitle{display:none}.sidebar-header-note,.sidebar-quick-actions,.sidebar-search-wrapper{display:none!important}.sidebar-header{padding:16px 14px 12px}.sidebar-user-block{padding:12px 14px;gap:10px}.sidebar-user-name,.sidebar-user-role{font-size:12px}.sidebar-menu-wrapper{max-height:calc(100vh - 220px)}}@media (max-width: 768px){.mobile-sidebar-drawer .ant-drawer-content-wrapper{max-width:320px!important}.mobile-sidebar-drawer .ant-drawer-body{padding:0!important}.sidebar-header{padding:16px 14px 12px}.sidebar-logo{gap:10px}.sidebar-logo .logo-text{max-width:160px}.sidebar-header-note{display:none!important}.sidebar-user-block{padding:12px 14px}.sidebar-quick-actions{padding:0 14px 12px}.quick-action-grid{grid-template-columns:1fr}.quick-action-item{width:100%}.sidebar-search-wrapper{padding:8px 14px 12px}.sidebar-menu-wrapper{flex:1 1 auto}.footer-actions{flex-direction:column;align-items:stretch;gap:10px}.sidebar-footer{padding:14px 14px 16px}.logout-button,.sidebar-collapse-toggle{width:100%;justify-content:center}}@media (min-width: 769px) and (max-width: 1100px){.sidebar-trigger{font-size:22px!important;cursor:pointer;padding:4px}.content-container{padding:20px 14px!important}}@media (min-width: 1024px) and (max-width: 1366px){.ant-table{font-size:13px!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:10px 8px!important}.ant-btn-sm{font-size:12px!important;padding:2px 8px!important}.ant-card-head-title{font-size:15px!important}.ant-tag{font-size:11px!important;padding:1px 6px!important}.ant-form-item-label>label{font-size:13px!important}.ant-descriptions-item-label,.ant-descriptions-item-content{font-size:13px!important;padding:8px 10px!important}.ant-modal{max-width:calc(100vw - 40px)!important}h2{font-size:20px!important}.ant-pagination,.ant-select,.ant-input{font-size:13px!important}}@media (max-width: 768px){.ant-layout-has-sider>.ant-layout{margin-left:0!important}.content-container{padding:12px 10px!important}.content-container.content-container--vertex-dash{padding-top:14px}.vertex-club-header,.modern-header{height:auto!important;min-height:50px!important;padding:8px 10px!important;gap:6px!important;flex-wrap:nowrap!important}.header-left{gap:8px!important}.header-title h2,.vertex-club-header-title{font-size:15px!important;line-height:1.2!important;margin:0!important}.header-subtitle,.vertex-club-header-sub,.header-center,.vertex-header-search{display:none!important}.header-right{gap:8px!important;justify-content:flex-end}.vertex-welcome-text,.header-username{display:none!important}.vertex-header-bell{font-size:18px!important}.header-avatar{width:32px!important;height:32px!important;font-size:13px!important}.metric-card{min-height:120px!important;height:auto!important}.dashboard-title{font-size:22px!important}.dashboard-subtitle{font-size:13px!important}.dashboard-header{padding:16px!important;border-radius:12px!important}.ant-table{font-size:12px!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 6px!important;white-space:normal}.ant-table-wrapper{overflow-x:auto}.ant-card{border-radius:12px!important}.ant-card-head{padding:0 12px!important;min-height:42px!important}.ant-card-body{padding:12px!important}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px!important}.ant-modal-content{border-radius:12px!important}.ant-form-item{margin-bottom:12px!important}.ant-btn{min-height:32px}.ant-drawer{max-width:100vw}.ant-tabs-tab{padding:8px 12px!important;font-size:13px!important}h2{font-size:18px!important}.ant-descriptions{font-size:12px!important}.ant-descriptions-item-label,.ant-descriptions-item-content{padding:6px 8px!important}.ant-pagination{text-align:center;flex-wrap:wrap;gap:4px}.ant-pagination-total-text{display:block!important;width:100%!important;text-align:center;margin-bottom:6px}.ant-space{flex-wrap:wrap}}@media (max-width: 420px){.content-container{padding:10px 8px!important}.dashboard-title{font-size:18px!important}.ant-table{font-size:11px!important}.header-avatar{width:28px!important;height:28px!important}.ant-btn-sm{font-size:11px!important;padding:2px 6px!important}}@media (max-width: 768px){.content-container .ant-space-horizontal{display:flex;flex-wrap:wrap;row-gap:8px;max-width:100%}.content-container div[style*=space-between]{flex-wrap:wrap;gap:8px}.content-container .ant-select,.content-container .ant-picker,.content-container .ant-input,.content-container .ant-input-affix-wrapper,.content-container .ant-input-number,.content-container .ant-input-search,.content-container .ant-cascader{max-width:100%!important}.content-container .ant-picker-range{width:100%!important}.content-container .ant-card-head-wrapper,.content-container .ant-page-header-heading{flex-wrap:wrap;row-gap:8px}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important;top:8px!important}.content-container .ant-descriptions-view,.content-container .ant-descriptions-view table,.content-container .ant-descriptions-view tbody,.content-container .ant-descriptions-row,.content-container .ant-descriptions-item-label,.content-container .ant-descriptions-item-content{display:block!important;width:100%!important}.content-container .ant-descriptions-item-label{border-right:none!important;font-weight:600}}
