:root{--bg-color: #000000;--text-color: #FFFFFF;--border-color: rgba(255, 255, 255, .2);--border-color-strong: rgba(255, 255, 255, .45);--theme-purple: #6a4a8a;--theme-purple-glow: rgba(106, 74, 138, .4);--theme-purple-light: #9a8ab0;--theme-purple-mid: #c4b8d8;--theme-purple-lighter: #e0d0f0;--nav-bg: #0a0515;--theme-purple-a20: rgba(106, 74, 138, .2);--theme-purple-a30: rgba(106, 74, 138, .3);--theme-purple-a50: rgba(106, 74, 138, .5);--theme-purple-a60: rgba(106, 74, 138, .6);--theme-purple-a70: rgba(106, 74, 138, .7);--theme-purple-a80: rgba(106, 74, 138, .8);--theme-purple-dark: rgba(42, 26, 58, .3);--theme-purple-dark-hover: rgba(52, 36, 68, .5);--theme-purple-dark-strong: rgba(42, 26, 58, .5);--theme-purple-dark-hover-strong: rgba(52, 36, 68, .7);--nav-bg-a60: rgba(10, 5, 21, .6);--nav-bg-a90: rgba(10, 5, 21, .9);--action-success: #50ff88;--action-success-bg: rgba(0, 180, 80, .25);--action-success-border: rgba(0, 220, 100, .5);--action-danger: #ff6666;--action-danger-bg: rgba(180, 20, 20, .2);--action-danger-border: rgba(220, 50, 50, .4);--game-primary: #444444;--game-health: #ff4444;--game-gold: #ffd700;--game-victory: #00ff88;--game-defeat: #ff4444;--game-wave-text: #ff8888;--game-star-filled: #ffd700;--game-star-empty: rgba(255, 255, 255, .2);--enemy-color-basic: #ff4444;--enemy-color-fast: #ffff00;--enemy-color-heavy: #4444ff;--enemy-color-flying: #44ffff;--enemy-color-shield: #4488ff;--enemy-color-boss: #ff00ff;--enemy-color-swarm: #44ff44;--enemy-glow-basic: rgba(255, 68, 68, .6);--enemy-glow-fast: rgba(255, 255, 0, .6);--enemy-glow-heavy: rgba(68, 68, 255, .6);--enemy-glow-flying: rgba(68, 255, 255, .6);--enemy-glow-boss: rgba(255, 0, 255, .7);--enemy-glow-shielded: rgba(68, 136, 255, .6);--enemy-glow-swarm: rgba(68, 255, 68, .6);--tower-color-basic: #ff6600;--tower-color-sniper: #9900ff;--tower-color-splash: #00ff00;--tower-color-slow: #4488ff;--tower-color-chain: #ffdd00;--tower-color-mortar: #664422;--tower-glow-basic: rgba(255, 102, 0, .5);--tower-glow-sniper: rgba(153, 0, 255, .5);--tower-glow-splash: rgba(0, 255, 0, .5);--tower-glow-slow: rgba(68, 136, 255, .6);--tower-glow-chain: rgba(255, 221, 0, .7);--tower-glow-mortar: rgba(255, 100, 34, .4);--score-multiplier: #88aaff;--panel-blue-bg: rgba(20, 60, 120, .3);--panel-blue-hover: rgba(30, 90, 160, .45);--panel-blue-border: rgba(100, 200, 255, .3);--panel-blue-border-hover: rgba(100, 200, 255, .6);--panel-blue-accent: #88ddff;--panel-neutral-bg: rgba(80, 80, 80, .3);--panel-neutral-hover: rgba(120, 120, 120, .4);--text-muted: rgba(255, 255, 255, .6);--text-dim: rgba(255, 255, 255, .5);--text-faint: rgba(255, 255, 255, .4);--font-size-hero: 3rem;--font-size-large: 2rem;--font-size-title: 1.5rem;--font-size-base: 1rem;--font-size-small: .875rem;--font-size-xs: .75rem;--font-size-2xs: .625rem;--font-size-3xs: .5625rem;--spacing-xs: .3125rem;--spacing-sm: .625rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--border-width-thin: .0625rem;--border-width-medium: .125rem;--border-width-thick: .25rem;--border-radius-sm: .25rem;--border-radius-md: .375rem;--border-radius-lg: .5rem;--transition-fast: .2s;--transition-medium: .3s;--z-index-overlay: 10;--z-index-modal: 100}@font-face{font-family:Orbitron;src:url(/assets/fonts/orbitron/Orbitron-Regular.ttf);font-weight:400;font-style:normal;font-display:swap}html,body{height:100%;margin:0;padding:0;box-sizing:border-box;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--font-size-base);color:var(--text-color);background-color:var(--bg-color)}*,*:before,*:after{box-sizing:inherit}app-novarise,app-game,app-landing,app-profile{flex:1;overflow:hidden;display:block}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0;line-height:1.5}.text-hero{font-size:var(--font-size-hero)}.text-large{font-size:var(--font-size-large)}.text-title{font-size:var(--font-size-title)}.text-base{font-size:var(--font-size-base)}.text-small{font-size:var(--font-size-small)}.sr-only{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid var(--theme-purple-light);outline-offset:2px}:focus:not(:focus-visible){outline:none}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:999}.skip-link:focus{position:fixed;top:var(--spacing-sm);left:var(--spacing-sm);width:auto;height:auto;padding:var(--spacing-sm) var(--spacing-md);background:var(--nav-bg);color:var(--theme-purple-light);border:2px solid var(--theme-purple);border-radius:var(--border-radius-md);font-family:Orbitron,sans-serif;font-size:var(--font-size-small);z-index:10000}.minimap-canvas{position:absolute;bottom:12px;left:12px;width:150px;height:150px;border:2px solid rgba(138,92,246,.5);border-radius:4px;z-index:5;pointer-events:none}@media (max-width: 480px){.minimap-canvas{bottom:.5rem;left:.5rem;width:80px;height:80px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
