:root{--bg-deep:#0a0b0f;--bg-surface:#14161f;--bg-card:#1c1f2b;--bg-card-hover:#252938;--primary:#00f2ff;--primary-glow:#00f2ff4d;--secondary:#7000ff;--success:#0f8;--success-glow:#0f83;--danger:#ff3e3e;--danger-glow:#ff3e3e33;--warning:#ffb800;--text-primary:#fff;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#ffffff14;--border-bright:#ffffff26;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--shadow-sm:0 2px 4px #0000004d;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 12px 24px #0009}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}.glass-panel{background:var(--bg-surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px}.glass-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .2s}.glass-card:hover{border-color:var(--border-bright);background:var(--bg-card-hover);transform:translateY(-2px)}.dashboard-grid{grid-template-rows:auto 1fr;grid-template-columns:1fr 350px;gap:16px;height:100vh;padding:16px;display:grid}.main-content{flex-direction:column;gap:16px;display:flex}h1,h2,h3{letter-spacing:-.02em;font-weight:600}.text-gradient{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.animate-pulse-subtle{animation:2s ease-in-out infinite pulse}@media (width<=1024px){html,body{width:100%;overflow-x:hidden}.app-container{max-width:100vw;overflow-x:hidden;flex-direction:column!important;height:auto!important;padding:8px!important}.sidebar{width:100%!important;height:auto!important;min-height:unset!important;flex-direction:column!important}.sidebar nav{flex-direction:row!important;padding-bottom:8px!important;overflow-x:auto!important}.sidebar nav a{flex-shrink:0!important;padding:8px 12px!important}.header-container{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;height:auto!important}.header-controls{flex-wrap:wrap!important;justify-content:flex-start!important;width:100%!important}div[style*=grid-template-columns]:not([style*=repeat\(17]):not([style*=repeat\(5]):not([style*="1fr 1fr 1fr 1fr 1fr"]){grid-template-columns:1fr!important}div[style*=repeat\(17],div[style*=repeat\(5],div[style*="1fr 1fr 1fr 1fr 1fr"]{padding-bottom:8px!important;overflow-x:auto!important}.glass-panel>div[style*="overflowX: 'auto'"],.glass-panel>div[style*="overflow-x: auto"]{-webkit-overflow-scrolling:touch;width:100%!important}div[style*="display: flex"],div[style*="display: 'flex'"]{flex-wrap:wrap!important}div[style*=minWidth]:not([style*="1000px"]),div[style*=min-width]:not([style*="1000px"]),div[style*="width: 240px"],div[style*="width: '240px'"],div[style*="width: 380px"],div[style*="width: '380px'"]{width:100%!important;min-width:0!important}div[style*="padding: 30px"],div[style*="padding: '30px'"],div[style*="padding: 24px"],div[style*="padding: '24px'"]{padding:16px!important}div[style*="gap: 30px"],div[style*="gap: '30px'"],div[style*="gap: 20px"],div[style*="gap: '20px'"]{gap:12px!important}*{word-break:break-word;overflow-wrap:break-word}.header-logo-section{flex-wrap:nowrap!important}}
