*{touch-action:manipulation}.app{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 20%,#2e2e33,#121217 70%);padding:24px;box-sizing:border-box}.player-selector{margin-bottom:16px;display:flex;align-items:center;gap:12px;color:#f6f6f6;font-weight:700}.player-button{border:2px solid #f6f6f6;background:transparent;color:#f6f6f6;border-radius:8px;width:34px;height:34px;cursor:pointer}.player-button.active{background:#f6f6f6;color:#111}.nes-controller{width:min(860px,95vw);background:#3a3a3d;border:6px solid #f6f6f6;border-radius:20px;box-shadow:0 14px 32px #00000073;padding:28px 48px;box-sizing:border-box}.controller-layout{display:flex;align-items:center;justify-content:space-between;gap:24px}.dpad{width:156px;height:156px;display:grid;grid-template-columns:repeat(3,52px);grid-template-rows:repeat(3,52px);gap:0}.dpad-piece{width:52px;height:52px;box-sizing:border-box;border:4px solid #D9D9D9;background:#1a1a20;display:flex;align-items:center;justify-content:center;color:#d9d9d9;font-size:24px;line-height:1;outline:black 2px outset}.dpad-up{grid-column:2;grid-row:1}.dpad-center{grid-column:2;grid-row:2}.dpad-left{grid-column:1;grid-row:2}.dpad-right{grid-column:3;grid-row:2}.dpad-down{grid-column:2;grid-row:3}.action-area{display:flex;align-items:flex-end;gap:50px;justify-content:space-between}.action-item{display:flex;flex-direction:column;align-items:center;gap:8px}.action-button,.action-button2{width:72px;height:72px;padding:0;border:none;border-radius:50%;background:#c00319;cursor:default;outline:black 2px outset}.action-label{color:#c00319;font-size:30px;font-weight:700;line-height:1}@media (max-width: 640px){.nes-controller{padding:20px}.controller-layout{flex-direction:column;gap:24px}.dpad{width:170px}.action-label{font-size:24px}}@media (orientation: landscape) and (max-width: 932px) and (max-height: 500px){.app{padding:25px}.nes-controller{width:min(100%,820px);padding:14px 18px;border-width:4px}.controller-layout{flex-direction:row;gap:14px}.dpad{width:132px;height:132px;grid-template-columns:repeat(3,44px);grid-template-rows:repeat(3,44px)}.dpad-piece{width:44px;height:44px;border-width:3px;font-size:18px}.dot{width:28px;height:28px}.action-area{gap:50px}.action-button,.action-button2{width:56px;height:56px}.action-label{font-size:20px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
