@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syne:wght@400;700;800&display=swap";:root{--bg: #0a0a0a;--surface: #111111;--border: #222222;--recycle: #4ade80;--compost: #fb923c;--trash: #f87171;--text: #f5f5f5;--muted: #666666}*{margin:0;padding:0;box-sizing:border-box}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes scanline{0%{transform:translateY(-100%)}to{transform:translateY(4000%)}}@keyframes glow{0%,to{box-shadow:0 0 6px #4ade8044}50%{box-shadow:0 0 18px #4ade8088}}body{background:var(--bg);background-image:radial-gradient(circle,#ffffff08 1px,transparent 1px);background-size:28px 28px;color:var(--text);font-family:Space Mono,monospace;min-height:100vh;overflow-x:hidden}
