:root,[data-theme=dark]{--bg-dark:#1a1a2e;--bg-darker:#16213e;--accent-primary:#e94560;--accent-secondary:#0f3460;--text-light:#eaeaea;--text-muted:#a0a0a0;--pixel-green:#00ff41;--pixel-blue:#00d4ff;--pixel-yellow:gold;--pixel-pink:#ff6ec7}[data-theme=light]{--bg-dark:#87ceeb;--bg-darker:#f0f8ff;--accent-primary:red;--accent-secondary:#2c3e50;--text-light:#2c3e50;--text-muted:#576574;--pixel-green:#2ecc71;--pixel-blue:#3498db;--pixel-yellow:#f1c40f;--pixel-pink:#e056fd}[data-theme=cyberpunk]{--bg-dark:#000b1e;--bg-darker:#020024;--accent-primary:#f0f;--accent-secondary:#0ff;--text-light:#fff;--text-muted:#bdc3c7;--pixel-green:#39ff14;--pixel-blue:#00f3ff;--pixel-yellow:#fcee0a;--pixel-pink:#f09}[data-theme=gameboy]{--bg-dark:#306230;--bg-darker:#0f380f;--accent-primary:#9bbc0f;--accent-secondary:#8bac0f;--text-light:#9bbc0f;--text-muted:#8bac0f;--pixel-green:#9bbc0f;--pixel-blue:#8bac0f;--pixel-yellow:#9bbc0f;--pixel-pink:#8bac0f}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font-press-start),"Press Start 2P",cursive;background:linear-gradient(135deg,var(--bg-dark)0%,var(--bg-darker)100%);min-height:100vh;color:var(--text-light);overflow-x:hidden}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg-darker);border:2px solid var(--accent-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-primary);border:2px solid var(--accent-secondary)}body:before{content:"";pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,#0000001a 0 1px,#0000 1px 2px);width:100%;height:100%;position:fixed;top:0;left:0}.nes-container{background:var(--bg-darker)!important;color:var(--text-light)!important}.nes-container.is-dark{background:#0009!important}.nes-container.with-title>.title{background-color:var(--bg-dark)!important;color:var(--pixel-yellow)!important}.nes-btn:hover{transition:transform .1s;transform:translateY(-2px)}.nes-btn:active{transform:translateY(1px)}.glow-text{text-shadow:0 0 5px var(--accent-primary),0 0 10px var(--accent-primary),0 0 20px var(--accent-primary)}.glow-green{text-shadow:0 0 5px var(--pixel-green),0 0 10px var(--pixel-green),0 0 20px var(--pixel-green)}.glow-blue{text-shadow:0 0 5px var(--pixel-blue),0 0 10px var(--pixel-blue),0 0 20px var(--pixel-blue)}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}.star{background:#fff;width:4px;height:4px;animation:2s infinite twinkle;position:absolute}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float{animation:3s ease-in-out infinite float}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.blink{animation:1s step-end infinite blink}@keyframes rainbow{0%{color:var(--accent-primary)}25%{color:var(--pixel-yellow)}50%{color:var(--pixel-green)}75%{color:var(--pixel-blue)}to{color:var(--accent-primary)}}.rainbow-text{animation:4s linear infinite rainbow}@media (max-width:768px){html{font-size:12px}}
.Navbar-module__GnhWQa__navbar{z-index:1000;background:var(--bg-dark);border-bottom:4px solid var(--bg-darker);padding:.5rem 0;position:sticky;top:0;box-shadow:0 4px #0003}.Navbar-module__GnhWQa__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.Navbar-module__GnhWQa__brand{align-items:center;display:flex}.Navbar-module__GnhWQa__logoLink{color:var(--text-light);align-items:center;gap:.5rem;text-decoration:none;display:flex}.Navbar-module__GnhWQa__logoText{font-family:var(--font-press-start);color:var(--accent-primary);text-shadow:2px 2px #000;font-size:.8rem}.Navbar-module__GnhWQa__menu{align-items:center;gap:2rem;display:flex}.Navbar-module__GnhWQa__menuItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.6rem;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__GnhWQa__menuItem:hover,.Navbar-module__GnhWQa__menuItem.Navbar-module__GnhWQa__active{color:var(--pixel-yellow);transform:translateY(-2px)}.Navbar-module__GnhWQa__profileLink{color:inherit;text-decoration:none;transition:transform .2s}.Navbar-module__GnhWQa__profileLink:hover{transform:scale(1.05)}.Navbar-module__GnhWQa__userProfile{border:2px solid var(--bg-darker);cursor:pointer;background:#0000004d;border-radius:4px;align-items:center;gap:.8rem;padding:.25rem .5rem;transition:border-color .2s;display:flex}.Navbar-module__GnhWQa__userProfile:hover{border-color:var(--pixel-yellow)}.Navbar-module__GnhWQa__avatar{background:var(--bg-darker);border-radius:4px;width:32px;height:32px}.Navbar-module__GnhWQa__username{color:var(--pixel-green);font-size:.6rem}@media (max-width:768px){.Navbar-module__GnhWQa__logoText,.Navbar-module__GnhWQa__username{display:none}.Navbar-module__GnhWQa__menu{gap:1rem}}
