@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";
:root{--color-background-base:#16161a;--color-background-surface:#1c1c22;--color-background-card:#0d0c1080;--color-background-elevated:#252530;--color-accent-purple:#7f5af0;--color-accent-mint:#2cb67d;--color-accent-cyan:#09a5e9;--color-accent-orange:#f0a500;--color-text-primary:#fff;--color-text-secondary:#e9f2f3;--color-text-muted:#989898;--color-text-subtle:#61616c;--color-gradient-hero:linear-gradient(135deg, #7f5af0, #09a5e9, #2cb67d);--color-semantic-kura-primary:#7f5af0;--color-semantic-kura-secondary:#2cb67d;--color-semantic-singlespot-accent:#09a5e9;--color-semantic-negative:#e05c5c;--color-semantic-positive:#2cb67d;--color-pie-orange:#f0a500;--color-pie-rose:#e05c8a;--typography-fontFamily-display:"Space Grotesk", sans-serif;--typography-fontFamily-heading:"Inter", sans-serif;--typography-fontFamily-body:"Inter", sans-serif;--typography-fontFamily-mono:"Space Mono", "Courier New", monospace;--typography-fontWeight-thin:100;--typography-fontWeight-light:300;--typography-fontWeight-regular:400;--typography-fontWeight-medium:500;--typography-fontWeight-semibold:600;--typography-fontWeight-black:900;--typography-fontSize-hero:clamp(2.5rem, 5vw, 4rem);--typography-fontSize-h1:clamp(1.5rem, 4vw, 2.25rem);--typography-fontSize-h2:clamp(1.25rem, 3vw, 1.75rem);--typography-fontSize-h3:clamp(1.1rem, 2.5vw, 1.25rem);--typography-fontSize-h4:clamp(1rem, 2vw, 1.1rem);--typography-fontSize-lead:clamp(1rem, 2vw, 1.1rem);--typography-fontSize-body:1rem;--typography-fontSize-small:.875rem;--typography-fontSize-caption:.75rem;--typography-fontSize-mono:.875rem;--typography-lineHeight-tight:1.2;--typography-lineHeight-normal:1.5;--typography-lineHeight-loose:1.75;--typography-letterSpacing-tight:-.02em;--typography-letterSpacing-normal:0em;--typography-letterSpacing-wide:.08em;--typography-letterSpacing-wider:.15em;--spacing-0:0px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:24px;--spacing-6:32px;--spacing-7:48px;--spacing-8:64px;--spacing-9:96px;--spacing-10:128px;--size-sidebar-width:60px;--size-icon-sm:8px;--size-icon-md:36px;--size-icon-lg:40px;--size-donut-chart:180px;--size-accent-bar:3px;--size-axis-label-font:9px;--size-axis-label-font-sm:7px;--size-chart-center-value:1.25rem;--size-chart-center-sub:.6rem;--size-logo-height:32px;--size-bottom-nav-height:56px;--size-header-height:52px;--borderRadius-sm:6px;--borderRadius-md:12px;--borderRadius-lg:16px;--borderRadius-xl:24px;--borderRadius-full:9999px;--overlay-subtle:#61616c0f;--overlay-divider:#61616c26;--overlay-surface:#61616c33;--overlay-surfaceStrong:#61616c4d;--overlay-mint:#2cb67d1f;--overlay-cyan:#09a5e91f;--overlay-purple:#7f5af01f;--overlay-orange:#f0a5001f;--overlay-negative:#e05c5c1f;--border-color:#7f5af040;--border-colorMint:#2cb67d40;--border-colorCyan:#09a5e940;--border-colorOrange:#f0a50040;--border-width:1px;--shadow-card:0 4px 24px #0006;--shadow-glow-purple:0 0 32px #7f5af059;--shadow-glow-mint:0 0 32px #2cb67d59;--shadow-glow-cyan:0 0 32px #09a5e959;--shadow-glow-orange:0 0 32px #f0a50059;--motion-duration-fast:.15s;--motion-duration-normal:.25s;--motion-duration-slow:.4s;--motion-easing-default:cubic-bezier(.4, 0, .2, 1);--motion-easing-spring:cubic-bezier(.34, 1.56, .64, 1);--zIndex-base:0;--zIndex-raised:10;--zIndex-overlay:100;--zIndex-modal:1000;--zIndex-toast:9999}@media (max-width:480px){:root{--size-sidebar-width:44px;--size-icon-md:24px;--size-icon-lg:32px;--size-logo-height:24px}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--typography-fontFamily-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-background-base);color:var(--color-text-primary)}
