:root{--bg: #060a10;--surface: #0d1520;--surface2: #111c2d;--surface3: #162236;--border: #1b2d44;--border-hi: #253f60;--accent: #00e5ff;--accent-dim: rgba(0,229,255,.08);--accent2: #7b61ff;--green: #00e676;--yellow: #ffd740;--red: #ff4f5e;--orange: #ff9f43;--text: #e4ecf7;--muted: #8ba4be;--muted-dim: #4d6b87;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "Space Mono", monospace;--text-xs: 10px;--text-sm: 12px;--text-base: 13px;--text-md: 14px;--text-lg: 16px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 32px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 48px;--r-sm: 6px;--r-md: 10px;--r-lg: 16px;--shadow-card: 0 4px 12px rgba(0,0,0,.28), 0 1px 3px rgba(0,0,0,.18);--shadow-elevated: 0 12px 32px rgba(0,0,0,.4), 0 2px 8px rgba(0,0,0,.22);--shadow-overlay: 0 24px 64px rgba(0,0,0,.6), 0 4px 16px rgba(0,0,0,.3);--shadow-glow: 0 0 0 3px rgba(0,229,255,.1);--transition: all .15s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:var(--text-base);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-hi)}.safe-text-container{position:relative;z-index:2;display:block;overflow:hidden;white-space:normal;word-break:break-word;isolation:isolate;contain:layout paint}.safe-text-container.safe-text-flex{display:flex}.dashboard-pillar-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 1280px){.dashboard-pillar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
