@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=DM+Sans:wght@400;500;600;700&display=swap");:root{--bg:#0d0b14;--bg-card:#17131f;--bg-light:#221c30;--gold:#f5c842;--gold-dark:#c9a02e;--cream:#f5efdc;--text:#f5efdc;--soft:#9b8fa8;--border:#2d2640;--dragon:#e74c3c;--green:#6fcf97;--blue:#5b8def}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;min-height:100vh;overflow-x:hidden}.pixel{font-family:Press Start\ 2P,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:10px}button{font-family:inherit}a{color:inherit}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}