.ControllerButton-module__AAwNwG__button{width:var(--btn-size,min(22vw, 110px));aspect-ratio:1;font-size:calc(var(--btn-size,min(22vw, 110px)) * .2);color:#fff;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;transition:transform 60ms ease, box-shadow var(--transition-base,.2s ease-out);transform:translateY(var(--btn-y,0px));box-shadow:var(--glow-cyan-sm,0 0 8px #4fc8e899);border:3px solid #0009;border-radius:50%;justify-content:center;align-items:center;padding:0;font-weight:700;display:flex}.ControllerButton-module__AAwNwG__button[data-button=shot]{background:#d42f2f}.ControllerButton-module__AAwNwG__button[data-button=melee]{background:#2b5cb8}.ControllerButton-module__AAwNwG__button[data-button=jump]{background:#27ae60}.ControllerButton-module__AAwNwG__button[data-button=sub]{background:#9b59b6}.ControllerButton-module__AAwNwG__button[data-button=special-shot]{background:#e67e22}.ControllerButton-module__AAwNwG__button[data-button=special-melee]{background:#1abc9c}.ControllerButton-module__AAwNwG__button[aria-pressed=true]{transform:translateY(var(--btn-y,0px)) scale(.93);box-shadow:var(--glow-cyan-md,0 0 16px #4fc8e899, 0 0 32px #4fc8e84d)}.ControllerButton-module__AAwNwG__button[data-highlighted=true]{box-shadow:var(--glow-cyan-lg,0 0 24px #4fc8e899, 0 0 48px #4fc8e866)}.ControllerButton-module__AAwNwG__button[data-state=success]{box-shadow:var(--glow-success,0 0 12px #39d98ab3)}.ControllerButton-module__AAwNwG__button[data-state=fail]{box-shadow:var(--glow-error,0 0 12px #ff4560b3)}
.ArcadeController-module__Mj9SMq__controller{--btn-size:min(24vw, 120px);justify-content:center;align-items:center;gap:calc(var(--btn-size) * .1);padding:calc(var(--btn-size) * .5) calc(var(--btn-size) * .3);background:var(--color-bg-card,#0a1628d9);border:var(--border-cyan,1px solid #4fc8e880);border-radius:12px;display:flex}.ArcadeController-module__Mj9SMq__btn-shot{--btn-y:calc(var(--btn-size) * .3)}.ArcadeController-module__Mj9SMq__btn-melee{--btn-y:0px}.ArcadeController-module__Mj9SMq__btn-jump{--btn-y:calc(var(--btn-size) * .15)}@media (orientation:landscape){.ArcadeController-module__Mj9SMq__controller{--btn-size:min(42vh, 165px);gap:calc(var(--btn-size) * .1);flex:1;width:100%;padding:0}}
.FreePlayForm-module__B9fcja__form{flex-direction:column;display:flex}.FreePlayForm-module__B9fcja__header{border-bottom:var(--border-cyan);background-color:var(--color-bg-mid);flex-shrink:0;padding:.4rem 1rem}.FreePlayForm-module__B9fcja__title{font-family:var(--font-mono);letter-spacing:var(--letter-spacing-ui);color:var(--color-accent-primary);text-shadow:var(--glow-cyan-sm);margin:0;font-size:1.25rem;font-weight:700}.FreePlayForm-module__B9fcja__sequenceRow{align-items:center;gap:.5rem;min-height:2.5rem;display:flex}.FreePlayForm-module__B9fcja__sequencePreview{scroll-behavior:smooth;scrollbar-width:none;flex-wrap:nowrap;flex:1;align-items:center;gap:.35rem;min-width:0;display:flex;overflow-x:auto}.FreePlayForm-module__B9fcja__sequencePreview::-webkit-scrollbar{display:none}.FreePlayForm-module__B9fcja__previewStep{border:var(--border-cyan);background:var(--color-bg-mid,#0a1628);min-width:2.5rem;height:2.5rem;font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-accent-primary,#4fc8e8);text-align:center;white-space:pre-line;border-radius:50%;justify-content:center;align-items:center;padding:.1rem;font-size:.65rem;line-height:1.3;display:flex}.FreePlayForm-module__B9fcja__resetButton{border:1px solid var(--color-error,#ff4560);color:var(--color-error,#ff4560);font-family:var(--font-mono);letter-spacing:.08em;cursor:pointer;transition:background var(--transition-fast), box-shadow var(--transition-fast);background:0 0;border-radius:.25rem;flex-shrink:0;padding:.15rem .35rem;font-size:.55rem}.FreePlayForm-module__B9fcja__resetButton:hover{background:#ff45601f;box-shadow:0 0 6px #ff456066}.FreePlayForm-module__B9fcja__controllerArea{display:flex}@media (orientation:landscape){.FreePlayForm-module__B9fcja__form{flex:1;min-height:0;overflow:hidden}.FreePlayForm-module__B9fcja__sequenceRow{flex-shrink:0;padding:.25rem 1rem}.FreePlayForm-module__B9fcja__controllerArea{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}}
.CommandHint-module__dT-6Dq__hint{background:var(--color-bg-card,#0a1628d9);border:var(--border-cyan);border-radius:.5rem;flex-wrap:nowrap;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex;overflow-x:auto}.CommandHint-module__dT-6Dq__hint::-webkit-scrollbar{height:3px}.CommandHint-module__dT-6Dq__hint::-webkit-scrollbar-track{background:0 0}.CommandHint-module__dT-6Dq__hint::-webkit-scrollbar-thumb{background:var(--color-accent-primary);border-radius:2px}.CommandHint-module__dT-6Dq__step{border:var(--border-cyan);background:var(--color-bg-mid,#0a1628);width:3rem;height:3rem;font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-text-muted,#7ab8cc);text-align:center;white-space:pre-line;transition:color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;line-height:1.3;display:flex}.CommandHint-module__dT-6Dq__step[data-highlighted=true]{color:var(--color-accent-primary,#4fc8e8);box-shadow:var(--glow-cyan-sm);background:#4fc8e826}
