:root{--cream:#f4e6c8;--gold:#e3b341;--ketchup:#c0392b;--grill:#0c0908}html,body,#app{width:100%;height:100dvh;margin:0;overflow:hidden}html,body{color:var(--cream);-webkit-user-select:none;user-select:none;background:radial-gradient(at 50% 30%,#1a100c 0%,#0c0908 70%);font-family:Trebuchet MS,Segoe UI,sans-serif}#app{box-sizing:border-box;place-items:center;padding:0;display:grid}#game{cursor:pointer;image-rendering:auto;touch-action:none;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#120e0c;border:3px solid #3a2a18;border-radius:8px;width:auto;max-width:100dvw;height:auto;max-height:100dvh;display:block;box-shadow:0 0 0 1px #e3b34155,0 0 28px #e3b3412e,0 18px 50px #000000a6}@media (width<=700px){#game{border-width:1px;border-radius:4px}}#rotate-hint{z-index:50;color:#1a120c;box-sizing:border-box;background:#f3e6c8;border:2px solid #2a1c12;border-radius:6px;align-items:center;gap:10px;max-width:calc(100dvw - 24px);padding:8px 12px;font-size:14px;display:flex;position:fixed;bottom:12px;left:50%;transform:translate(-50%)}#rotate-hint button{appearance:none;color:#f3e6c8;cursor:pointer;background:#2a1c12;border:0;border-radius:4px;width:28px;min-width:28px;height:28px;padding:0;font-size:18px;line-height:1}
