:root{color-scheme:light;font-family:Sora,Avenir Next,Trebuchet MS,sans-serif;--bg: #fff8ea;--bg-accent: #f0f4ff;--surface: #fffdf7;--surface-muted: #eef3ff;--ink: #0f1f3d;--muted: #3f5378;--primary: #0f4cb4;--primary-deep: #0a357e;--accent: #ef6b2e;--accent-deep: #cd4f19;--success: #0f8f5d;--danger: #b22234;--warning: #9a6a07;--border: rgba(15, 60, 140, .3);--shadow: 0 24px 56px rgba(15, 45, 100, .18)}*{box-sizing:border-box}body{margin:0;min-height:100vh;position:relative;background:radial-gradient(circle at 15% 12%,rgba(239,107,46,.14),transparent 34%),radial-gradient(circle at 84% 18%,rgba(15,76,180,.16),transparent 32%),linear-gradient(155deg,var(--bg) 0%,var(--bg-accent) 100%);color:var(--ink);display:flex;justify-content:center;align-items:stretch;padding:32px 20px 48px;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(15,76,180,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,76,180,.05) 1px,transparent 1px);background-size:24px 24px;pointer-events:none;z-index:-1;opacity:.4}game-app{width:min(980px,100%)}@media(max-width:720px){:root{--surface: #fffefb;--surface-muted: #f4f7ff;--muted: #30476f;--border: rgba(15, 60, 140, .36)}body{padding:14px 10px 24px}}
