.game-notice-layer{position:absolute;inset:0;z-index:25;display:grid;place-items:center;pointer-events:none}.game-notice{position:relative;min-width:min(430px,82vw);padding:24px 28px;background:#111;border:4px solid #f2efe7;box-shadow:9px 9px 0 #000a;text-align:center;animation:game-notice-in .18s steps(3)}.game-notice i{display:block;margin-bottom:12px;color:#f2efe7;font:normal 23px 'Press Start 2P'}.game-notice strong{color:white;font:13px/1.7 'Press Start 2P'}.game-notice.success{border-color:#c8f25a;background:#142014}.game-notice.success i{color:#c8f25a}.game-notice.danger{border-color:#ff765f;background:#251314}.game-notice.danger i{color:#ff765f}.game-notice.turn{border-color:#68a2ff;background:#111a29}.game-notice.turn i{color:#68a2ff}.game-notice.info{border-color:#ffd34e;background:#211c10}.game-notice.info i{color:#ffd34e}@keyframes game-notice-in{from{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}
@media(max-width:550px){.game-notice{padding:18px 12px}.game-notice strong{font-size:10px}}.game-notice-close{position:absolute;top:6px;right:7px;width:28px;height:28px;padding:0;border:0;background:transparent;color:#f2efe7;font:18px/1 "Press Start 2P";cursor:pointer;pointer-events:auto}.game-notice-close:hover{color:#ffd34e;transform:scale(1.12)}

