:root{--poke-bg:#f5e8d0;--poke-white:#fff;--poke-red:#c20;--poke-red-dark:#a10;--poke-green:#360;--poke-blue:#1a3a8c;--poke-gold:#b8860b;--poke-gold-light:gold;--poke-black:#000;--poke-dark:#1a1a1a;--poke-text:#000;--poke-muted:#666;--poke-stats-bg:#e8f0f8;--bar-csharp:#c20;--bar-java:#1a3a8c;--bar-js:#b8860b;--bar-htmlcss:#360;--bar-sql:#6a2a9e;--bar-ts:#006080}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Press Start\ 2P,Courier New,monospace;background:var(--poke-bg);color:var(--poke-text);line-height:2}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.6}ul{list-style-type:none}img{max-width:100%;height:auto;display:block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--poke-bg)}::-webkit-scrollbar-thumb{background:var(--poke-red);border:1px solid var(--poke-black)}