/* Gamepad Viewer Skin - Dark Neon */ .gamepad-viewer { background: #0a0f1e; border-radius: 32px; padding: 20px; box-shadow: 0 0 0 2px #2a3a6e, 0 10px 25px rgba(0,0,0,0.5); font-family: 'Segoe UI', monospace; color: #ccdeee; width: 500px; } .stick { background: #1e2a3a; border-radius: 50%; border: 2px solid #3e6a97; box-shadow: inset 0 0 8px #00aaff33, 0 0 4px cyan; }
.dpad { background: #111a22; border: 1px solid #2e6a9e; } gamepad viewer skin
.active { filter: drop-shadow(0 0 6px #0ff); background: #2e6a9e; color: white; } /* Gamepad Viewer Skin - Dark Neon */
.trigger { background: #2a2a1e; border-radius: 12px; border-left: 4px solid #88aaff; } box-shadow: 0 0 0 2px #2a3a6e