.game-action-button{--game-action-top:var(--game-action-orange-top);--game-action-bottom:var(--game-action-orange-bottom);--game-action-border:var(--game-action-orange-border);--game-action-edge:var(--game-action-orange-edge);--game-action-shadow:var(--game-action-orange-shadow);border:3px solid var(--game-action-border);background:linear-gradient(180deg, var(--game-action-top) 0%, var(--game-action-bottom) 100%);min-width:10.5rem;height:3.75rem;box-shadow:inset 0 2px 0 #ffffff61, inset 0 -2px 0 #0000001f, 0 4px 0 var(--game-action-edge), 0 8px 12px var(--game-action-shadow);color:var(--game-action-foreground);letter-spacing:-.025em;text-shadow:0 2px 2px #00000040;border-radius:9999px;gap:.625rem;font-size:1.25rem;font-weight:900;transition:filter .15s,transform .15s,box-shadow .15s}.game-action-button[data-variant=red]{--game-action-top:var(--game-action-red-top);--game-action-bottom:var(--game-action-red-bottom);--game-action-border:var(--game-action-red-border);--game-action-edge:var(--game-action-red-edge);--game-action-shadow:var(--game-action-red-shadow)}.game-action-button[data-variant=green]{--game-action-top:var(--game-action-green-top);--game-action-bottom:var(--game-action-green-bottom);--game-action-border:var(--game-action-green-border);--game-action-edge:var(--game-action-green-edge);--game-action-shadow:var(--game-action-green-shadow)}.game-action-button[data-variant=secondary]{--game-action-top:var(--game-action-secondary-top);--game-action-bottom:var(--game-action-secondary-bottom);--game-action-border:var(--game-action-secondary-border);--game-action-edge:var(--game-action-secondary-edge);--game-action-shadow:var(--game-action-secondary-shadow)}.game-action-button:hover:not(:disabled){filter:brightness(1.08)saturate(1.04);transform:translateY(-1px)}.game-action-button:active:not(:disabled){box-shadow:inset 0 2px 0 #ffffff47, inset 0 -2px 0 #00000029, 0 1px 0 var(--game-action-edge), 0 3px 7px var(--game-action-shadow);transform:translateY(3px)}.game-action-button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.game-action-button:disabled{cursor:not-allowed;opacity:.52}.game-action-button-icon{filter:drop-shadow(0 2px 1px #0000003d);flex:none;width:1.8rem;height:1.8rem}@media (prefers-reduced-motion:reduce){.game-action-button{transition:none}}.game-modal-backdrop{z-index:30;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#020617b8}.game-modal-container{width:min(92vw,42rem);padding:1rem}.game-modal-dialog{border:3px solid var(--level-button-border);color:#fff;background:linear-gradient(#1765d0,#082d80);border-radius:1.75rem;overflow:hidden auto;box-shadow:inset 0 1px #ffffff59,0 12px #031a52,0 24px 48px #0000007a}.game-modal-header,.game-modal-body,.game-modal-footer{flex-shrink:0;padding-left:2.25rem;padding-right:2.25rem}.game-modal-header{justify-content:center;padding-top:2.25rem}.game-modal-title{color:#facc15;text-align:center;text-shadow:0 3px 2px #02143cb8;max-width:32rem;margin:0 auto;padding-inline:.25rem;font-size:clamp(1.6rem,4vw,2.25rem);font-weight:900;line-height:1.12}.game-modal-body{text-align:center;flex:none;padding-top:1.25rem;padding-bottom:1.5rem;overflow:visible}.game-modal-footer{justify-content:center;padding-top:.75rem;padding-bottom:2.25rem}
