:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.scene{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.stickman{filter:drop-shadow(0 0 8px rgba(200,168,76,.3))}.sword{animation:sword-glow 2s ease-in-out infinite alternate}@keyframes sword-glow{0%{filter:drop-shadow(0 0 2px rgba(200,168,76,.2))}to{filter:drop-shadow(0 0 10px rgba(200,168,76,.6))}}.caption{margin:0;color:#fff6;font-size:.85rem;letter-spacing:.1em;text-transform:lowercase}
