@import"https://fonts.googleapis.com/css2?family=Archivo:wght@700;800;900&family=Inter+Tight:wght@600;700;800&family=Inter:wght@400;500;600&family=Roboto+Mono:wght@500;600;700&display=swap";:root{--cc-ink: #0F172A;--cc-surface: #0B1220;--cc-panel: #121A2A;--cc-border: #1E2B45;--cc-acc-blue: #4EA0FF;--cc-acc-red: #FF5A5A;--cc-acc-graphite: #9EA4B3;--cc-acc-gold: #C6A15B;--cc-warn: #F59E0B;--cc-good: #22C55E;--cc-muted: #94A3B8;--cc-overlay: rgba(8, 12, 20, .7);--cc-founder: #4EA0FF;--cc-raider: #FF5A5A;--cc-activist: #9EA4B3;--font-header: "Inter Tight", "Archivo", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "Roboto Mono", monospace;--space-xs: 6px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--shadow-panel: 0 12px 24px rgba(0, 0, 0, .12);--shadow-inset: inset 0 2px 4px rgba(0, 0, 0, .2);--shadow-hover: 0 16px 32px rgba(0, 0, 0, .16);--transition-fast: .15s cubic-bezier(.2, .8, .2, 1);--transition-base: .3s cubic-bezier(.2, .8, .2, 1);--transition-slow: .6s cubic-bezier(.2, .8, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--cc-surface);color:var(--cc-muted);position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,.3) 100%);pointer-events:none;z-index:0}code{font-family:var(--font-mono)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.game-layout{display:grid;grid-template-columns:350px 1fr 350px;gap:var(--space-lg);align-items:start;position:relative;z-index:1}.game-layout-left,.game-layout-middle,.game-layout-right{min-width:0}.game-layout-right{height:600px;max-height:600px;overflow:hidden}.game-container{padding:var(--space-lg);background-color:var(--cc-surface);min-height:100vh;position:relative;z-index:1}@media(max-width:1024px){.game-layout{grid-template-columns:1fr;gap:16px}.game-layout-right{max-height:400px;height:400px}}@media(max-width:640px){.game-layout-right{max-height:350px;height:350px}}@media(max-width:1024px){button{min-height:44px;min-width:44px}.game-layout{padding:0}.game-container{padding:12px!important}}@media(max-width:640px){.game-container{padding:8px!important}}.game-header{display:flex;justify-content:space-between;align-items:center}.game-header-badges{display:flex;gap:12px;align-items:center}@media(max-width:768px){.game-header{flex-direction:column;align-items:flex-start;gap:12px}.game-header-title{width:100%}.game-header-badges{width:100%;flex-wrap:wrap;gap:8px}}
