:root {
  --black: var(--bs-black);
  --surface: var(--bs-surface);
  --panel: var(--bs-panel);
  --panel-light: var(--bs-panel-light);
  --amber: var(--bs-accent);
  --amber-hot: var(--bs-accent-hot);
  --amber-dim: var(--bs-accent-dim);
  --cream: var(--bs-cream);
  --muted: var(--bs-muted);
  --danger: var(--bs-danger);
  --live: var(--bs-live);
  --offline: var(--bs-offline);
  --line: rgba(255, 191, 77, 0.18);
  --display: var(--bs-display);
  --sans: var(--bs-sans);
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.ambient-glow {
  position: fixed;
  z-index: -1;
  top: 12rem;
  right: -12rem;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: rgba(255, 153, 25, 0.045);
  filter: blur(80px);
  pointer-events: none;
}

.reaction-deck {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.reaction-pads {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.reaction-pad {
  position: relative;
  min-width: 0;
  height: clamp(56px, 16vw, 72px);
  padding: 0;
  border: 1px solid #50483b;
  border-radius: 4px;
  background: linear-gradient(165deg, #3d3930, #302d25 65%, #29261f);
  box-shadow:
    0 0 0 2px #0d0c09,
    inset 0 2px 2px #ffffff20,
    inset 1px 0 2px #ffffff0c,
    inset 0 -2px 2px #0005,
    0 4px 0 #15130e,
    0 5px 0 #484033,
    0 7px 5px #0009;
  font: 22px/1 "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 80ms ease-out, box-shadow 80ms ease-out, border-color 120ms;
}

.reaction-pad:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.reaction-pad:hover:not(:disabled) { border-color: #847153; }

.reaction-pad:active:not(:disabled),
.reaction-pad[data-pressed="true"],
.reaction-pad[data-state="sending"] {
  transform: translateY(3px);
  background: #25231d;
  box-shadow:
    0 0 0 2px #0d0c09,
    inset 0 2px 4px #0007,
    inset 0 -1px #ffffff0a,
    0 1px 0 #15130e,
    0 2px 0 #484033;
}

.reaction-pad:disabled { cursor: default; }
.reaction-pad:disabled > span:first-child { opacity: 0.45; }
.reaction-pad[data-state="accepted"]:not([data-pressed="true"]) {
  border-color: var(--amber-dim);
  box-shadow:
    0 0 0 2px #0d0c09,
    inset 0 2px 2px #ffffff20,
    inset 0 0 7px #ffa31920,
    0 4px 0 #15130e,
    0 5px 0 #635035,
    0 7px 5px #0009;
}
.reaction-pad[data-state="accepted"] > span:first-child { opacity: 1; }
.reaction-pad[data-state="failed"] { border-color: var(--danger); }

.reaction-float {
  position: absolute;
  left: calc(50% - 14px);
  top: 0;
  pointer-events: none;
  animation: reaction-rise 900ms ease-out both;
}
@keyframes reaction-rise {
  0% { opacity: 0; transform: translate(0, 0) scale(0.8); }
  20% { opacity: 0.9; }
  100% { opacity: 0; transform: translate(9px, -58px) scale(1.1); }
}
@media (prefers-reduced-motion: reduce) {
  .reaction-pad { transition: none; }
  .reaction-float { display: none; animation: none; }
}

.suggestion-strip {
  min-height: 50px;
  margin: 0 auto;
  padding: 7px 8px 7px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #373025;
  background:
    radial-gradient(circle, rgba(255, 174, 50, 0.12) 0 1px, transparent 1.4px) 0
      0 / 5px 5px,
    #0d0b08;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.05),
    inset 0 -2px 4px rgba(0, 0, 0, 0.55),
    0 8px 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.suggestion-display {
  min-width: 0;
  flex: 1;
  overflow: hidden;
}

.suggestion-track {
  width: max-content;
  display: flex;
  gap: 0;
  align-items: center;
  color: var(--amber);
  font: 700 0.65rem/1 var(--display);
  letter-spacing: 0.08em;
  text-shadow: 0 0 8px rgba(255, 174, 50, 0.55);
  white-space: nowrap;
  animation: suggestion-scroll var(--ticker-duration, 24s) linear infinite;
  animation-delay: var(--ticker-delay, 0s);
}

.suggestion-track b {
  color: #5e421f;
  font-weight: inherit;
}

.suggestion-sequence {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  align-items: center;
  padding-right: 16px;
}

.accepted-ticker-entry {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--amber-hot);
  text-shadow: 0 0 10px rgba(255, 174, 50, 0.6);
}

.accepted-ticker-name {
  color: var(--cream);
}

.live-status {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 32px;
  padding: 0 9px;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.25);
  color: var(--muted);
  font: 650 0.64rem/1 var(--display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.live-status[data-state="online"] {
  border-color: rgba(101, 220, 109, 0.28);
  color: #a4eaa8;
}

.live-status[data-state="online"] .status-lamp {
  background: var(--live);
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.48),
    inset -2px -2px 3px rgba(12, 91, 27, 0.65),
    0 0 8px rgba(101, 220, 109, 0.8),
    0 1px 1px rgba(0, 0, 0, 0.8);
  animation: live-pulse 2.2s ease-out infinite;
}

.live-status[data-state="offline"] .status-lamp {
  background: var(--offline);
  box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.3),
    inset -2px -2px 3px rgba(103, 18, 15, 0.7),
    0 0 6px rgba(229, 83, 75, 0.38),
    0 1px 1px rgba(0, 0, 0, 0.8);
}

.layout {
  margin-block: 0;
  padding: 20px 0 30px;
}

.console-stack {
  min-width: 0;
}

.intro {
  padding: 0 3px 26px;
}

.kicker span {
  margin-right: 12px;
  color: var(--muted);
}

h1 {
  max-width: 680px;
  margin: 15px 0 17px;
  font-size: clamp(2.75rem, 13vw, 4.3rem);
  font-weight: 780;
  line-height: 0.87;
  letter-spacing: -0.07em;
}

h1 em {
  color: var(--amber);
  font-style: normal;
  text-shadow: 0 0 28px rgba(255, 174, 50, 0.2);
}

.intro-copy {
  max-width: 560px;
  margin: 0;
  color: #bbb2a3;
  font-size: 0.92rem;
  line-height: 1.5;
}

.console {
  padding: 28px 22px 26px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.guest-preview-note { margin: 14px 0 0; color: #aaa08e; font: 11px/1.6 var(--display); }

.signal-scan {
  position: absolute;
  inset: 8px;
  z-index: 2;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.signal-scan::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 24%;
  background: linear-gradient(transparent, rgba(255, 174, 50, 0.07));
  border-bottom: 1px solid rgba(255, 208, 107, 0.75);
  box-shadow: 0 5px 12px -5px rgba(255, 174, 50, 0.65);
  opacity: 0;
}

.console[data-state="transmitting"] .signal-scan,
.console[data-state="accepted"] .signal-scan {
  visibility: visible;
}

.console[data-state="transmitting"] .signal-scan::after {
  animation: signal-sweep 1100ms cubic-bezier(0.3, 0, 0.2, 1) infinite;
}

.console[data-state="accepted"] .signal-scan::after {
  animation: signal-confirm 680ms ease-out both;
}

.console[data-state="accepted"] {
  border-color: rgba(255, 174, 50, 0.68);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.36),
    0 0 18px rgba(255, 174, 50, 0.08),
    inset 0 0 0 4px rgba(255, 174, 50, 0.07);
  animation: console-ack 680ms ease-out;
}

.console[data-state="accepted"]::before {
  border-color: rgba(255, 174, 50, 0.12);
}

.screw-top-left {
  top: 12px;
  left: 12px;
}

.screw-top-right {
  top: 12px;
  right: 12px;
}

.screw-bottom-left {
  bottom: 12px;
  left: 12px;
}

.screw-bottom-right {
  right: 12px;
  bottom: 12px;
}

.success-panel h2 {
  margin: 5px 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.send-status {
  min-height: 24px;
  margin: 0 2px 6px;
  display: flex;
  gap: 9px;
  align-items: center;
  color: #aaa08e;
  font: 650 0.65rem/1.5 var(--display);
}

.send-lamp {
  transition: background 120ms ease, box-shadow 120ms ease;
}

.send-status[data-state="armed"],
.send-status[data-state="transmitting"] {
  color: var(--amber-hot);
}

.send-status[data-state="armed"] .send-lamp,
.send-status[data-state="transmitting"] .send-lamp {
  background: var(--amber);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7), 0 0 8px rgba(255, 174, 50, 0.6);
}

.send-status[data-state="error"] {
  color: var(--danger);
}

.send-status[data-state="error"] .send-lamp {
  background: var(--danger);
  box-shadow: 0 0 6px rgba(255, 118, 95, 0.4);
}

.send-activity {
  margin-left: auto;
  display: flex;
  flex: 0 0 auto;
  gap: 3px;
  opacity: 0;
}

.send-activity i {
  width: 4px;
  height: 10px;
  background: var(--amber);
}

.send-status[data-state="transmitting"] .send-activity {
  opacity: 1;
}

.send-status[data-state="transmitting"] .send-activity i {
  animation: signal-step 900ms ease-in-out infinite;
}

.send-status[data-state="transmitting"] .send-activity i:nth-child(2) {
  animation-delay: 150ms;
}

.send-status[data-state="transmitting"] .send-activity i:nth-child(3) {
  animation-delay: 300ms;
}

.field-group {
  margin-bottom: 22px;
}

.connection-notice { margin-bottom: 18px; padding: 12px 14px; border-left: 2px solid var(--amber); background: #211a10; color: #d5c5a9; font-size: .8rem; line-height: 1.5; }
.connection-notice[hidden], .draft-notice[hidden] { display: none; }
.connection-retry { display: inline-block; min-height: 36px; margin-top: 6px; padding: 6px 0; border: 0; background: transparent; color: var(--amber-hot); font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.connection-notice .connection-retry { display: block; }
.connection-retry:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
.draft-notice { margin: 0 0 16px; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.message-field { margin-bottom: 6px; }
.message-field textarea { display: block; }
.message-field .field-error:empty { display: none; }

.field-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.field-heading label {
  color: #d9d0bf;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.field-heading label span {
  color: var(--muted);
  font-weight: 550;
}

.field-heading output {
  min-width: 68px;
  padding: 4px 6px;
  border: 1px solid #282219;
  background:
    linear-gradient(
      90deg,
      rgba(255, 174, 50, 0.16) var(--count-progress, 0%),
      transparent var(--count-progress, 0%)
    ),
    #0c0a08;
  color: #928879;
  font: 600 0.61rem/1 var(--display);
  text-align: center;
  transition: background 120ms linear;
}

input {
  height: 52px;
  padding: 0 15px;
}

textarea {
  min-height: 102px;
  padding: 14px 15px;
  resize: vertical;
}

.field-error {
  min-height: 16px;
  margin: 6px 0 0;
  color: var(--danger);
  font-size: 0.72rem;
}

.privacy-note {
  margin: 0;
  color: #918777;
  font-size: 0.5rem;
  line-height: 1.5;
}

.guest-meta {
  margin-top: 22px;
  padding: 0 4px;
  display: grid;
  gap: 8px;
}

.privacy-note a {
  color: #b9ad99;
  text-underline-offset: 3px;
}

.privacy-note a:hover {
  color: var(--amber-hot);
}

.send-button,
.secondary-button {
  min-height: 54px;
}

.send-button {
  position: relative;
  width: 100%;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-height: 58px;
  transition:
    background 150ms ease,
    box-shadow 90ms ease,
    transform 90ms ease;
}

.send-button[data-state="armed"] {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.5),
    0 5px 0 #754916,
    0 6px 0 #080604,
    0 8px 20px rgba(255, 174, 50, 0.15);
}

.send-button:not(:disabled):active,
.send-button[data-state="transmitting"] {
  background: linear-gradient(#dc9229, #f1ad46);
  box-shadow:
    inset 0 2px 5px rgba(74, 39, 0, 0.45),
    0 1px 0 #754916,
    0 2px 0 #080604;
  transform: translateY(4px);
  transition-duration: 40ms;
}

.send-button:disabled:not([data-state="transmitting"]) {
  border-color: #514330;
  background: linear-gradient(#342b1f, #292117);
  color: #b6a68e;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06), 0 3px 0 #100b05;
}

.send-button:disabled[data-state="cooldown"] {
  color: var(--amber-hot);
}

.send-button:not(:disabled):hover {
  filter: brightness(1.06);
}

.send-button:disabled {
  cursor: not-allowed;
}

.send-button[data-state="transmitting"] {
  cursor: progress;
}

.button-arrow {
  font: 500 1.5rem/1 var(--display);
  transition: transform 160ms ease;
}

.send-button:not(:disabled):hover .button-arrow {
  transform: translateX(3px);
}

.button-loader {
  display: none;
  gap: 3px;
  align-items: center;
}

.button-loader i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #171006;
  animation: signal-step 900ms ease-in-out infinite;
}

.button-loader i:nth-child(2) {
  animation-delay: 110ms;
}

.button-loader i:nth-child(3) {
  animation-delay: 220ms;
}

.send-button[data-loading="true"] .button-arrow {
  display: none;
}

.send-button[data-loading="true"] .button-loader {
  display: flex;
}

.form-stage,
#message-form,
.success-panel {
  min-height: 350px;
}

.success-panel {
  min-height: inherit;
}

.offline-panel:focus {
  outline: 1px solid rgba(255, 174, 50, 0.42);
  outline-offset: -2px;
}

.success-panel:focus {
  outline: none;
}

.offline-panel {
  min-height: 350px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 118, 95, 0.25);
  background:
    radial-gradient(circle at center, rgba(255, 118, 95, 0.07), transparent 58%),
    rgba(255, 118, 95, 0.025);
  text-align: center;
}

.offline-panel[hidden] {
  display: none;
}

.offline-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 118, 95, 0.5);
  border-radius: 50%;
  background: #351512;
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.1),
    inset -3px -3px 5px rgba(84, 10, 7, 0.75),
    0 0 18px rgba(255, 118, 95, 0.12);
  color: var(--danger);
  font: 700 1.35rem/1 var(--display);
}

.offline-panel strong {
  display: block;
  color: #efb1a4;
  font-size: 0.9rem;
}

.offline-panel p {
  max-width: 290px;
  margin: 4px 0 0;
  color: #a8837b;
  font-size: 0.78rem;
  line-height: 1.55;
}

.success-panel {
  padding: 26px 4px 7px;
  text-align: center;
}

.success-panel:not([hidden]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: success-arrival 440ms cubic-bezier(0.2, 0.8, 0.25, 1);
}

.success-panel[hidden] {
  display: none;
}

.success-panel > p:not(.success-code) {
  max-width: 360px;
  margin: 12px auto 25px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.success-pulse {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 23px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 174, 50, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(255, 174, 50, 0.08);
}

.success-pulse::before,
.success-pulse::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 174, 50, 0.42);
  border-radius: 50%;
  animation: ack-ring 650ms ease-out both;
}

.success-pulse::after {
  animation-delay: 120ms;
}

.success-pulse span {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 16px var(--amber);
}

.success-pulse span::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255, 174, 50, 0.9);
  border-radius: 50%;
  animation: ack-core-ping 1.45s ease-out infinite;
}

.accepted-readout {
  --bs-display-background: #0d0a06;
  --bs-display-color: var(--amber-hot);
  --bs-display-dot-opacity: 0.08;
  --bs-display-glow: 0.52;
  --bs-display-glow-radius: 9px;
  width: min(100%, 390px);
  margin: 19px auto 0;
  padding: 13px 14px;
  display: flex;
  gap: 10px;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 174, 50, 0.3);
  font: 700 0.7rem/1.25 var(--display);
  letter-spacing: 0.06em;
}

.accepted-readout span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.accepted-readout b {
  flex: 0 0 auto;
  color: #62421e;
}

.secondary-button {
  width: 100%;
  padding: 0 16px;
  transition:
    box-shadow 90ms ease,
    transform 90ms ease;
}

.toast {
  position: fixed;
  z-index: 10;
  right: 16px;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 118, 95, 0.38);
  background: #271410;
  color: #ffb3a5;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  line-height: 1.4;
}

.toast[hidden] {
  display: none;
}

@media (min-width: 780px) {
  .suggestion-strip {
    min-height: 56px;
  }

  .layout {
    padding-top: 48px;
  }

  .intro {
    padding: 0 3px 44px;
  }

  h1 {
    margin: 21px 0 24px;
    font-size: clamp(3.25rem, 15vw, 6.9rem);
  }

  .intro-copy {
    font-size: 1rem;
    line-height: 1.65;
  }

  .console {
    padding: 38px 42px 36px;
  }

  .toast {
    right: 28px;
    left: auto;
    width: min(380px, calc(100vw - 56px));
  }
}

@media (min-width: 980px) {
  body {
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    flex-direction: column;
  }

  .guest-shell {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
  }

  .layout {
    flex: 1;
    padding: 48px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.82fr);
    gap: clamp(60px, 8vw, 126px);
    align-items: center;
  }

  .intro {
    padding: 0;
  }

  h1 {
    margin-top: 27px;
    font-size: clamp(5rem, 7vw, 7.1rem);
  }

  .console-stack {
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .send-button,
  .secondary-button {
    transform: none !important;
  }

  .send-status[data-state="transmitting"] .send-activity i,
  .button-loader i {
    animation: none;
  }

  .signal-scan {
    display: none;
  }

  .suggestion-track {
    animation: none;
  }
}

@keyframes live-pulse {
  0% {
    box-shadow:
      inset 1px 1px 2px rgba(255, 255, 255, 0.48),
      inset -2px -2px 3px rgba(12, 91, 27, 0.65),
      0 0 0 0 rgba(101, 220, 109, 0.7),
      0 1px 1px rgba(0, 0, 0, 0.8);
  }
  70% {
    box-shadow:
      inset 1px 1px 2px rgba(255, 255, 255, 0.48),
      inset -2px -2px 3px rgba(12, 91, 27, 0.65),
      0 0 0 6px rgba(101, 220, 109, 0),
      0 1px 1px rgba(0, 0, 0, 0.8);
  }
  100% {
    box-shadow:
      inset 1px 1px 2px rgba(255, 255, 255, 0.48),
      inset -2px -2px 3px rgba(12, 91, 27, 0.65),
      0 0 0 0 rgba(101, 220, 109, 0),
      0 1px 1px rgba(0, 0, 0, 0.8);
  }
}

@keyframes suggestion-scroll {
  to {
    transform: translateX(-50%);
  }
}

@keyframes signal-sweep {
  0% {
    transform: translateY(420%);
    opacity: 0;
  }
  12%,
  85% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes signal-confirm {
  from {
    transform: translateY(420%);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes console-ack {
  0%,
  100% {
    border-color: #393228;
  }
  35% {
    border-color: rgba(255, 208, 107, 0.85);
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.36),
      0 0 30px rgba(255, 174, 50, 0.14),
      inset 0 0 0 4px rgba(0, 0, 0, 0.12);
  }
}

@keyframes ack-core-ping {
  0% {
    transform: scale(0.75);
    opacity: 0;
  }

  14% {
    opacity: 0.8;
  }

  78%,
  100% {
    transform: scale(3.1);
    opacity: 0;
  }
}

@keyframes signal-step {
  0%,
  100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}

@keyframes success-arrival {
  from {
    transform: translateY(12px) scale(0.985);
    opacity: 0;
  }
}

@keyframes ack-ring {
  0% {
    transform: scale(0.65);
    opacity: 0.85;
  }
  80%,
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}
