:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font:16px/145% Courier New,Courier,monospace}body{background-color:#000;background-image:url(/images/mr-worldwide.jpg);background-repeat:repeat;background-size:340px;margin:0}#root{min-height:100svh}*{box-sizing:border-box}.app{box-sizing:border-box;flex-direction:column;align-items:center;min-height:100svh;padding:0 12px 40px;display:flex}.marquee-wrap{background:#000;border-bottom:4px double #fc0;width:100%;padding:4px 0;overflow:hidden}.marquee{white-space:nowrap;color:#0f0;letter-spacing:1px;font-size:14px;font-weight:700;animation:14s linear infinite scroll-left;display:inline-block}@keyframes scroll-left{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.banner{text-align:center;max-width:800px;margin:28px 0 20px}.glitch-title{text-transform:uppercase;color:#fc0;-webkit-text-stroke:2px #000;text-shadow:3px 3px #000,-1px -1px #fff,0 0 18px red;letter-spacing:2px;margin:0;font-family:Arial Black,Impact,sans-serif;font-size:clamp(34px,9vw,64px)}.subtitle{color:#0f0;background:#000;border:1px solid #0f0;margin:6px 0 0;padding:2px 8px;font-size:14px;font-weight:700;display:inline-block}.rule{border:none;border-top:3px dashed #fc0;width:100%;margin:16px auto 0}.grid{background:#0000008c;border:4px ridge #999;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;width:100%;max-width:900px;padding:14px;display:grid}.sound-tile{color:#000;text-transform:uppercase;cursor:pointer;background:linear-gradient(#d0d0d0,gray);border:3px outset silver;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:76px;padding:10px 6px;font-family:Courier New,Courier,monospace;font-size:13px;font-weight:700;display:flex}.sound-tile:hover{background:linear-gradient(#ffe66b,#c9a227)}.sound-tile.pressed{background:linear-gradient(gray,#d0d0d0);border-style:inset;transform:translateY(1px)}.footer{color:#eee;text-align:center;background:#0009;max-width:700px;margin-top:32px;padding:10px 14px;font-size:12px}.under-construction{color:#fc0;font-weight:700;animation:1s step-end infinite blink}@keyframes blink{50%{opacity:0}}
