body { margin: 0; background: #1a1a1a; overflow: hidden; display: flex; align-items: center; justify-content: center; height: 100vh; font-family: 'Outfit', sans-serif; }
#canvas { background: #222; border: 15px solid #333; border-radius: 40px; box-shadow: 0 30px 60px rgba(0,0,0,0.8), inset 0 0 20px rgba(0,0,0,0.5); }
.ui { position: fixed; top: 40px; color: #555; letter-spacing: 0.5rem; text-transform: uppercase; font-weight: 900; pointer-events: none; }
