:root {
  color-scheme: light;
  --stage-w: 390px;
  --stage-h: 844px;
  --stage-scale: 1;
  --stage-left: 0px;
  --stage-top: 0px;
  --ink: #ff2d9a;
  --cyan: #15a8ff;
  --gold: #ffe83d;
  --paper: rgba(255, 255, 255, 0.88);
  --black: #151018;
  --ink-black: #17121c;
  --soft-shadow: rgba(23, 18, 28, 0.58);
  --font-ui: Inter, ui-sans-serif, system-ui, sans-serif;
  --font-cute-ja: "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", "M PLUS Rounded 1c", ui-sans-serif, system-ui, sans-serif;
  --font-display: Impact, "Arial Black", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 250, 240, 0.08), rgba(255, 250, 242, 0.2)),
    url("./assets/backgrounds/osaka-ink-street-fixed-v1.png") center / cover,
    #dff4ff;
  color: #fff;
  font-family: var(--font-ui);
}

@media (max-width: 640px), (pointer: coarse) {
  .hud__brand img,
  .menu__logo,
  .menu__characters img {
    filter: none;
  }

  .hud__fever.is-ready {
    filter: none;
  }

  .menu__characters {
    opacity: 0.42;
  }

  .menu__characters img:nth-child(3),
  .menu__characters img:nth-child(4) {
    display: none;
  }
}

#gameShell {
  position: fixed;
  left: var(--stage-left);
  top: var(--stage-top);
  width: var(--stage-w);
  height: var(--stage-h);
  overflow: hidden;
  transform: scale(var(--stage-scale));
  transform-origin: top left;
  background:
    linear-gradient(rgba(255, 250, 240, 0.08), rgba(255, 250, 242, 0.2)),
    url("./assets/backgrounds/osaka-ink-street-fixed-v1.png") center / cover,
    #dff4ff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.48);
}

#gameCanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 844px;
  display: block;
}

.hud {
  position: absolute;
  z-index: 3;
  left: 14px;
  top: 10px;
  width: 362px;
  height: 62px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.hud::before {
  display: none;
}

.hud__brand {
  display: none;
}

.hud__brand img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 2px 0 rgba(23, 18, 28, 0.22));
}

.hud__meter,
.hud__stat--chain,
.hud__stat--level {
  display: none;
}

.hud__stat--score {
  position: absolute;
  left: 228px;
  top: 5px;
  width: 78px;
  height: 52px;
  display: grid;
  grid-template-rows: 16px 20px;
  align-content: center;
  justify-items: stretch;
  row-gap: 4px;
  padding: 6px 9px;
  color: #18151d;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 45, 154, 0.16), rgba(255, 232, 61, 0.22)),
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 238, 0.76));
  border: 2px solid rgba(23, 18, 28, 0.78);
  box-shadow:
    0 4px 0 rgba(23, 18, 28, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  appearance: none;
  -webkit-appearance: none;
  pointer-events: auto;
  cursor: pointer;
}

.hud__stat--score span {
  display: block;
  color: #18151d;
  font: 950 11px/1 var(--font-ui);
  letter-spacing: 0;
  text-align: left;
  padding-left: 1px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hud__stat--score strong {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: clip;
  font: 950 clamp(14px, 4.6vw, 20px)/0.95 var(--font-display);
  letter-spacing: 0;
  text-align: center;
  padding-left: 0;
  color: #ffe83d;
  -webkit-text-stroke: 1px #18151d;
  text-shadow: 0 1px 0 rgba(24, 21, 29, 0.5);
}

.hud__fever {
  position: absolute;
  left: 0;
  top: 5px;
  width: 218px;
  height: 52px;
  min-width: 0;
  display: grid;
  grid-template-rows: 16px 20px;
  align-content: center;
  row-gap: 4px;
  padding: 6px 11px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(23, 18, 28, 0.82);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255, 45, 154, 0.18), rgba(21, 168, 255, 0.14)),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 244, 0.68));
  box-shadow:
    0 5px 0 rgba(23, 18, 28, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  pointer-events: auto;
  cursor: pointer;
}

.hud__fever > span {
  display: block;
  color: #18151d;
  font: 950 11px/1 var(--font-ui);
  letter-spacing: 0;
  text-align: left;
  padding-left: 1px;
}

.hud__fever.is-ready {
  animation: feverReadyPulse 0.82s ease-in-out infinite alternate;
  filter: drop-shadow(0 0 10px rgba(255, 232, 61, 0.9)) drop-shadow(0 0 16px rgba(255, 45, 154, 0.62));
}

.hud__fever.is-ready > span {
  color: #ff2d9a;
  text-shadow:
    0 0 8px rgba(255, 232, 61, 0.96),
    0 1px 0 rgba(255, 255, 255, 0.72);
}

.hud__fever.is-ready .bar {
  border-color: #ff2d9a;
  box-shadow:
    0 0 0 2px rgba(255, 232, 61, 0.78),
    0 0 18px rgba(255, 45, 154, 0.74),
    inset 0 2px 0 rgba(255, 255, 255, 0.24);
}

.hud__fever.is-ready .bar span {
  animation: feverReadyFlow 0.72s linear infinite;
  background-size: 180% 100%;
}

@keyframes feverReadyPulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}

@keyframes feverReadyFlow {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 180% 0;
  }
}

.bar {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(17, 17, 24, 0.82);
}

.hud__fever .bar {
  height: 20px;
  border: 2px solid #0d0c11;
  background:
    linear-gradient(180deg, #151722, #252833);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.65);
}

.bar span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0) 42%),
    linear-gradient(90deg, #ffe83d 0%, #56ff1a 28%, #15a8ff 62%, #ff2d9a 100%);
  box-shadow:
    0 0 14px rgba(255, 45, 154, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.iconButton {
  position: absolute;
  left: 316px;
  top: 8px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(23, 18, 28, 0.9);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #fff 0%, #fff7ed 100%);
  box-shadow:
    0 5px 0 rgba(20, 16, 24, 0.32),
    inset 0 2px 0 rgba(255, 255, 255, 0.95);
  color: #18151d;
  font: 900 17px/1 var(--font-ui);
  pointer-events: auto;
  cursor: pointer;
}

.touchControls {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 390px;
  height: 844px;
  pointer-events: none;
}

.touchControls button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: center / contain no-repeat;
  color: transparent;
  font: 900 22px/1 var(--font-ui);
  box-shadow: none;
  pointer-events: auto;
  touch-action: none;
}

.touchControls button[data-touch="drop"] {
  left: 2px;
  top: 768px;
  width: 140px;
  height: 66px;
  border-radius: 0;
  display: grid;
  place-items: center;
  color: var(--black);
  font: 900 16px/1 var(--font-ui);
  letter-spacing: 0;
  background-image: url("./assets/ui/parts/wide-button-clean.png?v=1");
  background-size: contain;
}

.touchControls button[data-touch="drop"]::before {
  content: none;
}

.touchControls button[data-touch="left"] {
  left: 174px;
  top: 770px;
  width: 58px;
  height: 64px;
  background-image: url("./assets/ui/parts/round-left-clean.png?v=1");
  background-size: contain;
}

.touchControls button[data-touch="right"] {
  left: 224px;
  top: 770px;
  width: 58px;
  height: 64px;
  background-image: url("./assets/ui/parts/round-right-clean.png?v=1");
  background-size: contain;
}

.touchControls button[data-touch="down"] {
  left: 274px;
  top: 770px;
  width: 58px;
  height: 64px;
  background-image: url("./assets/ui/parts/round-down-clean.png?v=1");
  background-size: contain;
}

.touchControls button[data-touch="rotate"] {
  left: 324px;
  top: 770px;
  width: 58px;
  height: 64px;
  background-image: url("./assets/ui/parts/round-rotate-clean.png?v=1");
  background-size: contain;
}

.menu {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: none;
  width: 390px;
  height: 844px;
  background:
    linear-gradient(rgba(255, 250, 240, 0.08), rgba(255, 250, 242, 0.2)),
    url("./assets/backgrounds/osaka-ink-street-fixed-v1.png") center / cover;
}

.menu.is-open {
  display: block;
}

.menu[data-state="start"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18) 30%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 247, 238, 0.12) 70%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.menu[data-state="start"]::after {
  display: none;
}

.menu__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.menu[data-state="start"] .menu__inner::before {
  display: none;
}

.menu__logo {
  position: absolute;
  z-index: 2;
  left: -8px;
  top: 72px;
  width: 406px;
  height: auto;
  filter:
    drop-shadow(0 8px 0 rgba(23, 18, 28, 0.18))
    drop-shadow(0 0 24px rgba(255, 255, 255, 0.86));
  animation: startLogoFloat 3.2s ease-in-out infinite;
  transform-origin: 50% 55%;
}

.menu__characters {
  display: none;
}

.menu[data-state="start"] .menu__characters {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.78;
}

.menu__characters img {
  position: absolute;
  height: auto;
  filter:
    drop-shadow(0 6px 0 rgba(23, 18, 28, 0.14))
    drop-shadow(0 12px 14px rgba(0, 0, 0, 0.18));
}

.menu__characters img:nth-child(1) {
  left: 25px;
  top: -150px;
  width: 84px;
  animation: startCharacterFall 7.4s linear infinite;
}

.menu__characters img:nth-child(2) {
  left: 246px;
  top: -180px;
  width: 92px;
  animation: startCharacterFall 8.2s linear infinite;
  animation-delay: -2.1s;
}

.menu__characters img:nth-child(3) {
  left: 138px;
  top: -170px;
  width: 90px;
  animation: startCharacterFall 7.8s linear infinite;
  animation-delay: -4.3s;
}

.menu__characters img:nth-child(4) {
  left: 300px;
  top: -130px;
  width: 78px;
  animation: startCharacterFall 8.8s linear infinite;
  animation-delay: -5.7s;
}

.menu h1,
.menu p {
  display: none;
}

.menu__start {
  position: absolute;
  z-index: 2;
  left: 66px;
  top: 536px;
  width: 258px;
  height: 138px;
  border: 0;
  border-radius: 0;
  background: url("./assets/ui/parts/wide-button-clean.png?v=1") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  animation: startButtonIdle 1.9s ease-in-out infinite;
  transform-origin: center;
}

.menu__start::before,
.menu__start::after {
  display: none;
}

.menu__start span {
  position: absolute;
  left: 111px;
  top: 48px;
  width: 40px;
  height: 42px;
  overflow: hidden;
  color: transparent;
}

.menu__start span::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 32px solid var(--black);
}

@keyframes startLogoFloat {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(-0.4deg);
    filter:
      drop-shadow(0 8px 0 rgba(23, 18, 28, 0.18))
      drop-shadow(0 0 22px rgba(255, 255, 255, 0.78));
  }
  50% {
    transform: translateY(-7px) scale(1.015) rotate(0.35deg);
    filter:
      drop-shadow(0 11px 0 rgba(23, 18, 28, 0.14))
      drop-shadow(0 0 30px rgba(255, 232, 61, 0.42));
  }
}

@keyframes startButtonIdle {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.018);
  }
}

@keyframes startCharacterFall {
  0% {
    transform: translateY(-90px) rotate(-10deg) scale(0.88);
    opacity: 0;
  }
  12% {
    opacity: 0.58;
  }
  52% {
    transform: translateY(430px) rotate(7deg) scale(1);
    opacity: 0.5;
  }
  88% {
    opacity: 0.18;
  }
  100% {
    transform: translateY(930px) rotate(18deg) scale(0.92);
    opacity: 0;
  }
}

.menu[data-state="pause"],
.menu[data-state="gameover"],
.menu[data-state="ranking"] {
  background:
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.24)),
    url("./assets/backgrounds/osaka-ink-street-fixed-v1.png") center / cover;
}

.menu[data-state="pause"]::before,
.menu[data-state="gameover"]::before,
.menu[data-state="ranking"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.18) 38%, rgba(255, 255, 255, 0.04) 70%),
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(23, 18, 28, 0.08));
  pointer-events: none;
}

.menu[data-state="pause"] .menu__logo,
.menu[data-state="pause"] .menu__characters,
.menu[data-state="gameover"] .menu__logo,
.menu[data-state="gameover"] .menu__characters,
.menu[data-state="ranking"] .menu__logo,
.menu[data-state="ranking"] .menu__characters {
  display: none;
}

.menu[data-state="pause"] .menu__inner,
.menu[data-state="gameover"] .menu__inner,
.menu[data-state="ranking"] .menu__inner {
  left: 44px;
  top: 286px;
  width: 302px;
  height: 236px;
  border: 4px solid rgba(23, 18, 28, 0.96);
  border-radius: 26px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 45, 154, 0.18), transparent 18%),
    radial-gradient(circle at 88% 92%, rgba(21, 168, 255, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 251, 244, 0.91));
  box-shadow:
    0 10px 0 rgba(23, 18, 28, 0.22),
    0 24px 46px rgba(23, 18, 28, 0.26),
    inset 0 0 0 2px rgba(255, 255, 255, 0.78);
}

.menu[data-state="gameover"] .menu__inner {
  left: 22px;
  top: 138px;
  width: 346px;
  height: 548px;
}

.menu[data-state="ranking"] .menu__inner {
  left: 22px;
  top: 184px;
  width: 346px;
  height: 456px;
}

.menu[data-state="pause"] h1,
.menu[data-state="gameover"] h1,
.menu[data-state="ranking"] h1 {
  display: block;
  position: absolute;
  left: 16px;
  top: 31px;
  width: calc(100% - 32px);
  margin: 0;
  color: var(--ink-black);
  font: 950 34px/1 var(--font-ui);
  text-align: center;
  letter-spacing: 0;
  text-shadow:
    1.5px 0 0 rgba(255, 45, 154, 0.34),
    -1.5px 0 0 rgba(21, 168, 255, 0.24),
    0 3px 0 rgba(255, 232, 61, 0.18);
}

.menu[data-state="gameover"] p {
  display: block;
  position: absolute;
  left: 24px;
  top: 97px;
  width: calc(100% - 48px);
  margin: 0;
  color: rgba(23, 18, 28, 0.72);
  font: 900 12px/1.3 var(--font-ui);
  text-align: center;
  background: rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(23, 18, 28, 0.08);
  border-radius: 999px;
  padding: 8px 10px;
}

.menu[data-state="ranking"] p {
  display: none;
}

.menu[data-state="pause"] p {
  display: none;
}

.menu[data-state="pause"] .menu__start,
.menu[data-state="gameover"] .menu__start,
.menu[data-state="ranking"] .menu__start {
  left: 62px;
  top: 130px;
  width: 170px;
  height: 90px;
  border-radius: 0;
}

.menu[data-state="gameover"] .menu__start {
  left: 88px;
  top: 456px;
  width: 170px;
  height: 90px;
}

.menu[data-state="ranking"] .menu__start {
  left: 88px;
  top: 360px;
  width: 170px;
  height: 90px;
}

.menu[data-state="pause"] .menu__start::before,
.menu[data-state="pause"] .menu__start::after,
.menu[data-state="gameover"] .menu__start::before,
.menu[data-state="gameover"] .menu__start::after,
.menu[data-state="ranking"] .menu__start::before,
.menu[data-state="ranking"] .menu__start::after {
  display: none;
}

.menu[data-state="pause"] .menu__start span,
.menu[data-state="gameover"] .menu__start span,
.menu[data-state="ranking"] .menu__start span {
  left: 68px;
  top: 24px;
}

.leaderboard {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 142px;
  width: calc(100% - 44px);
  color: var(--ink-black);
  font-family: var(--font-ui);
}

.menu[data-state="ranking"] .leaderboard {
  top: 102px;
}

.leaderboard__form {
  display: grid;
  grid-template-columns: 1fr 1fr 64px;
  gap: 6px;
  margin-bottom: 6px;
}

.leaderboard__form[hidden],
.leaderboard[hidden] {
  display: none;
}

.leaderboard__form input,
.leaderboard__form button {
  min-width: 0;
  height: 34px;
  border: 2px solid rgba(23, 18, 28, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink-black);
  font: 900 10px/1 var(--font-ui);
  letter-spacing: 0;
}

.leaderboard__form input {
  padding: 0 8px;
}

.leaderboard__form button {
  background: linear-gradient(180deg, #ffe83d, #ffb92d);
  box-shadow: 0 3px 0 rgba(23, 18, 28, 0.36);
  cursor: pointer;
}

.leaderboard__tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}

.leaderboard__tabs button {
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(23, 18, 28, 0.62);
  font: 950 10px/1 var(--font-ui);
  box-shadow: inset 0 0 0 1px rgba(23, 18, 28, 0.1);
  cursor: pointer;
}

.leaderboard__note {
  display: block !important;
  position: static !important;
  width: 100% !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(23, 18, 28, 0.62) !important;
  font: 800 9px/1.28 var(--font-cute-ja) !important;
  text-align: left !important;
}

.leaderboard__warning {
  display: block !important;
  position: static !important;
  min-height: 16px;
  width: 100% !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f02a65 !important;
  font: 900 10px/1.2 var(--font-cute-ja) !important;
  text-align: left !important;
}

.leaderboard__warning[data-type="ok"] {
  color: #15894f !important;
}

.leaderboard__tabs button.is-active {
  background: var(--ink-black);
  color: #ffe83d;
  box-shadow:
    0 3px 0 rgba(255, 45, 154, 0.36),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.leaderboard__list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.leaderboard__list li {
  display: grid;
  grid-template-columns: 24px 1fr 74px 56px;
  align-items: center;
  gap: 5px;
  min-height: 36px;
  padding: 5px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 0 0 1px rgba(23, 18, 28, 0.08);
}

.leaderboard__list li span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink-black);
  color: #fff;
  font: 950 11px/1 var(--font-ui);
}

.leaderboard__list li strong,
.leaderboard__list li em,
.leaderboard__list li b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leaderboard__list li strong {
  font: 950 12px/1 var(--font-ui);
}

.leaderboard__list li em {
  color: rgba(23, 18, 28, 0.58);
  font: 850 10px/1 var(--font-ui);
  font-style: normal;
}

.leaderboard__list li b {
  color: #ff2d9a;
  font: 950 14px/1 var(--font-display);
  text-align: right;
}

.leaderboard__list li.is-empty {
  display: block;
  color: rgba(23, 18, 28, 0.54);
  font: 950 13px/36px var(--font-ui);
  text-align: center;
}

.toast {
  position: absolute;
  z-index: 4;
  left: 28px;
  top: 146px;
  width: 180px;
  min-height: 36px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 45, 154, 0.76), rgba(23, 18, 28, 0.78) 54%, rgba(21, 168, 255, 0.7));
  border-radius: 13px;
  padding: 7px 12px;
  font-family: var(--font-cute-ja);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.82);
  box-shadow:
    0 4px 0 rgba(23, 18, 28, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.toast.is-open {
  opacity: 1;
  transform: translateY(-4px);
}
