:root{--font-retro: "Special Elite", cursive;--color-bg: #1a1a1a;--color-frame: #fdfdfd;--color-text: #222;--color-accent: #ff4500;--shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-hard: 4px 4px 0px rgba(0, 0, 0, .2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-retro);background-color:var(--color-bg);color:#eee;min-height:100vh;display:flex;justify-content:center;align-items:center;overflow-x:hidden}#root{width:100%;max-width:600px;padding:1rem;display:flex;flex-direction:column;align-items:center}button{font-family:var(--font-retro);cursor:pointer}
