*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0A0F1C;--bg-card: rgba(255,255,255,.03);--bg-card-hover: rgba(255,255,255,.06);--border: rgba(255,255,255,.06);--border-hover: rgba(255,255,255,.12);--text: rgba(255,255,255,.9);--text-dim: rgba(255,255,255,.5);--text-muted: rgba(255,255,255,.3);--accent: #00C2FF;--accent-glow: rgba(0,194,255,.15);--green: #00E676;--orange: #FFB300;--red: #FF5252;--purple: #AB47BC;--radius: 14px;--radius-sm: 8px}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}input,textarea,select{font-family:inherit;font-size:15px}button{font-family:inherit;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-in{animation:fadeIn .4s ease-out}@media (max-width: 768px){.portal-layout{flex-direction:column!important}.portal-sidebar{width:100%!important;min-width:unset!important;flex-direction:row!important;overflow-x:auto!important;padding:12px!important;gap:6px!important;border-right:none!important;border-bottom:1px solid var(--border)!important}.portal-sidebar button{flex-direction:row!important;padding:8px 14px!important;white-space:nowrap;font-size:13px!important}.portal-main{padding:16px!important}.stat-grid{grid-template-columns:1fr 1fr!important}.plan-cards{flex-direction:column!important}}@media (max-width: 480px){.stat-grid{grid-template-columns:1fr!important}}
