@font-face {
  font-family: "Passero";
  src: url("assets/fonts/PasseroOne-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Crimson";
  src: url("assets/fonts/CrimsonPro-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Crimson";
  src: url("assets/fonts/CrimsonPro-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Plex Mono";
  src: url("assets/fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #090806;
  --panel: #171009;
  --paper: #f3dfac;
  --paper-hot: #fff3bf;
  --muted: #bda97a;
  --ink: #110906;
  --gold: #f5bc2e;
  --yellow: #fff23d;
  --red: #f23624;
  --deep-red: #8e120e;
  --green: #82bf43;
  --cyan: #32b6a6;
  --line: rgba(243, 223, 172, 0.26);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(rgba(243, 223, 172, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 223, 172, 0.035) 1px, transparent 1px),
    linear-gradient(115deg, rgba(242, 54, 36, 0.16), transparent 38%),
    linear-gradient(180deg, #120806 0%, #07110c 58%, #080604 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  color: var(--paper);
  font-family: "Crimson", Georgia, serif;
  font-size: 18px;
  line-height: 1.43;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.26;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 56px);
  background: linear-gradient(180deg, rgba(9, 8, 6, 0.95), rgba(9, 8, 6, 0.34), rgba(9, 8, 6, 0));
}

.wordmark,
h1,
h2 {
  font-family: "Passero", Georgia, serif;
  font-weight: 400;
}

.wordmark {
  color: var(--yellow);
  font-size: clamp(16px, 5vw, 20px);
  text-shadow: 3px 3px 0 var(--deep-red);
}

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

nav a:hover {
  color: var(--yellow);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: center;
  padding: 126px clamp(22px, 6vw, 72px) 92px;
  overflow: hidden;
  border-bottom: 2px solid rgba(245, 188, 46, 0.55);
}

.hero-art,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 4, 3, 0.96), rgba(6, 4, 3, 0.66) 42%, rgba(6, 4, 3, 0.12) 78%),
    linear-gradient(0deg, rgba(9, 8, 6, 0.94), transparent 30%, rgba(9, 8, 6, 0.20));
}

.alarm-strip {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 242, 61, 0.45);
  border-bottom: 1px solid rgba(255, 242, 61, 0.45);
  background: rgba(142, 18, 14, 0.76);
  color: var(--yellow);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.alarm-strip span {
  padding: 8px 12px;
  text-align: center;
  border-right: 1px solid rgba(255, 242, 61, 0.36);
}

.alarm-strip span:last-child {
  border-right: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--yellow);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

h1 {
  max-width: none;
  margin: 0;
  color: var(--paper-hot);
  font-size: clamp(66px, 6.4vw, 126px);
  line-height: 0.84;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow:
    4px 4px 0 rgba(142, 18, 14, 0.94),
    0 0 34px rgba(255, 242, 61, 0.18);
}

.lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: #f7dfaa;
  font-size: 29px;
  line-height: 1.12;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--line);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button.primary {
  background: var(--yellow);
  color: var(--ink);
  border-color: rgba(255, 242, 61, 0.88);
}

.button.secondary {
  background: rgba(9, 8, 6, 0.82);
  color: var(--paper);
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.42);
}

.hero-console {
  position: absolute;
  right: clamp(22px, 6vw, 72px);
  bottom: 92px;
  width: min(390px, calc(100vw - 44px));
  z-index: 2;
  align-self: end;
  padding: 16px;
  border: 1px solid rgba(255, 242, 61, 0.55);
  background:
    linear-gradient(135deg, rgba(242, 54, 36, 0.26), transparent 44%),
    linear-gradient(180deg, rgba(18, 11, 7, 0.90), rgba(6, 9, 7, 0.92));
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(5px);
  transform: rotate(1.1deg);
}

.console-top,
.console-stats,
.window-bar {
  font-family: "Plex Mono", monospace;
  text-transform: uppercase;
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 12px;
  color: var(--muted);
  font-size: 11px;
  border-bottom: 1px solid var(--line);
}

.console-top strong {
  color: var(--yellow);
  font-weight: 400;
}

.console-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 14px;
  padding: 8px;
  border: 1px solid rgba(243, 223, 172, 0.20);
  background:
    linear-gradient(rgba(243, 223, 172, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 223, 172, 0.06) 1px, transparent 1px),
    rgba(3, 8, 6, 0.74);
  background-size: 18px 18px;
}

.plot {
  min-height: 58px;
  border: 1px solid rgba(130, 191, 67, 0.26);
  background:
    radial-gradient(circle at 50% 62%, rgba(130, 191, 67, 0.52), transparent 12px),
    linear-gradient(145deg, rgba(50, 182, 166, 0.16), rgba(27, 70, 39, 0.28));
}

.plot.growth {
  background:
    radial-gradient(circle at 46% 48%, rgba(255, 242, 61, 0.70), transparent 10px),
    radial-gradient(circle at 60% 65%, rgba(130, 191, 67, 0.64), transparent 15px),
    rgba(25, 64, 34, 0.58);
}

.plot.hot,
.plot.danger {
  border-color: rgba(242, 54, 36, 0.62);
}

.plot.hot {
  background:
    radial-gradient(circle at 50% 50%, rgba(245, 188, 46, 0.78), transparent 12px),
    rgba(67, 34, 13, 0.66);
}

.plot.danger {
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 54, 36, 0.82), transparent 12px),
    rgba(58, 10, 9, 0.72);
}

.console-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 14px 0 0;
}

.console-stats div {
  padding: 10px;
  border: 1px solid rgba(243, 223, 172, 0.22);
  background: rgba(255, 242, 61, 0.06);
}

.console-stats dt {
  color: var(--muted);
  font-size: 10px;
}

.console-stats dd {
  margin: 3px 0 0;
  color: var(--paper-hot);
  font-size: 18px;
}

.console-meter {
  height: 10px;
  margin-top: 12px;
  border: 1px solid rgba(255, 242, 61, 0.42);
  background: rgba(0, 0, 0, 0.42);
}

.console-meter span {
  display: block;
  width: 37%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--red));
  transition: width 240ms ease;
}

.console-actions,
.window-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 12px;
}

button {
  min-height: 36px;
  border: 1px solid rgba(255, 242, 61, 0.42);
  background: rgba(9, 8, 6, 0.78);
  color: var(--yellow);
  cursor: pointer;
  font: 12px "Plex Mono", monospace;
  text-transform: uppercase;
  transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}

button:hover,
button.is-active {
  background: var(--yellow);
  color: var(--ink);
  transform: translateY(-1px);
}

.cash-fleck {
  position: fixed;
  z-index: 50;
  width: 18px;
  height: 9px;
  pointer-events: none;
  border: 1px solid rgba(17, 9, 6, 0.55);
  background: linear-gradient(90deg, var(--yellow), var(--gold));
  box-shadow: 0 0 18px rgba(255, 242, 61, 0.38);
  animation: cash-fleck 820ms cubic-bezier(0.2, 0.8, 0.3, 1) forwards;
}

.cash-fleck.is-red {
  background: linear-gradient(90deg, var(--red), var(--gold));
  box-shadow: 0 0 20px rgba(242, 54, 36, 0.48);
}

.hero-console p {
  min-height: 42px;
  margin: 12px 0 0;
  color: #ebd29a;
  font-size: 16px;
}

.ticker {
  position: absolute;
  left: clamp(22px, 6vw, 72px);
  right: clamp(22px, 6vw, 72px);
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 242, 61, 0.5);
  background: rgba(9, 8, 6, 0.84);
}

.ticker span {
  padding: 12px 8px;
  color: var(--yellow);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 242, 61, 0.28);
}

.ticker span:last-child {
  border-right: 0;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px clamp(22px, 5vw, 42px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(320px, 1.1fr);
  gap: 38px;
  align-items: start;
}

.intro h2,
.loop h2,
.escalation h2,
.mood h2,
.screens h2,
.notice h2 {
  margin: 0;
  color: var(--paper-hot);
  font-size: 60px;
  line-height: 0.96;
  text-shadow: 3px 3px 0 rgba(142, 18, 14, 0.74);
}

.intro p,
.mood p,
.notice p {
  margin: 0;
  color: #dec58e;
  font-size: 25px;
  line-height: 1.24;
}

.loop,
.screens {
  border-top: 1px solid var(--line);
}

.payday {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(320px, 0.92fr);
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.payday-art {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 61, 0.46);
  background: var(--panel);
  box-shadow: 12px 12px 0 rgba(142, 18, 14, 0.42);
}

.payday-art::before,
.payday-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
}

.payday-art::before {
  background:
    radial-gradient(circle at 52% 74%, rgba(255, 242, 61, 0.28), transparent 24%),
    linear-gradient(90deg, rgba(9, 8, 6, 0.12), transparent 48%, rgba(242, 54, 36, 0.22));
  mix-blend-mode: screen;
}

.payday-art::after {
  border: 10px solid rgba(9, 8, 6, 0.28);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.78);
}

.payday-art img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1.018);
  animation: payday-breathe 5.6s ease-in-out infinite;
}

.payday-sticker {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 132px;
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 2px solid rgba(255, 242, 61, 0.84);
  background: rgba(142, 18, 14, 0.88);
  color: var(--yellow);
  font-family: "Plex Mono", monospace;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-4deg);
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.38);
}

.payday-sticker span {
  display: block;
  color: var(--paper-hot);
  font: 48px/0.82 "Passero", Georgia, serif;
  text-shadow: 3px 3px 0 var(--deep-red);
}

.payday-sticker strong {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.payday-copy h2 {
  margin: 0;
  color: var(--paper-hot);
  font: 58px/0.96 "Passero", Georgia, serif;
  text-shadow: 3px 3px 0 rgba(142, 18, 14, 0.74);
}

.payday-copy p {
  margin: 18px 0 0;
  color: #dec58e;
  font-size: 23px;
  line-height: 1.23;
}

.payday-metrics {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(255, 242, 61, 0.38);
  background:
    linear-gradient(90deg, rgba(255, 242, 61, 0.12), transparent),
    rgba(8, 8, 6, 0.72);
  font-family: "Plex Mono", monospace;
  text-transform: uppercase;
}

.payday-metrics span {
  color: var(--muted);
  font-size: 11px;
}

.payday-metrics strong {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 400;
}

.product-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.flow-step,
.screen-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(36, 20, 10, 0.92), rgba(11, 13, 9, 0.92));
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.30);
}

.flow-step {
  min-height: 150px;
  padding: 18px;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.flow-step.active {
  border-color: rgba(255, 242, 61, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 242, 61, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(36, 20, 10, 0.94), rgba(11, 13, 9, 0.94));
  transform: translateY(-4px);
}

.flow-step.danger.active {
  border-color: rgba(242, 54, 36, 0.82);
}

.flow-step span {
  color: var(--yellow);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
}

.flow-step h3 {
  margin: 22px 0 8px;
  color: var(--paper-hot);
  font-size: 31px;
  line-height: 1;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.app-window {
  margin-top: 18px;
  border: 1px solid rgba(255, 242, 61, 0.46);
  background:
    linear-gradient(90deg, rgba(242, 54, 36, 0.13), transparent 45%),
    rgba(8, 8, 6, 0.82);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.34);
}

.window-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  color: var(--yellow);
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 242, 61, 0.34);
  background: rgba(142, 18, 14, 0.42);
}

.window-body {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 176px;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.mini-map {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  transform: skewY(-3deg);
}

.mini-map span {
  aspect-ratio: 1;
  border: 1px solid rgba(130, 191, 67, 0.28);
  background:
    radial-gradient(circle at 50% 55%, rgba(130, 191, 67, 0.42), transparent 11px),
    rgba(20, 52, 33, 0.68);
}

.mini-map .base {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 242, 61, 0.86), transparent 12px),
    rgba(68, 52, 12, 0.82);
}

.mini-map .hot {
  border-color: rgba(242, 54, 36, 0.68);
  background:
    radial-gradient(circle at 52% 52%, rgba(242, 54, 36, 0.76), transparent 11px),
    rgba(64, 14, 10, 0.76);
}

.mini-map .cash {
  border-color: rgba(245, 188, 46, 0.68);
  background:
    radial-gradient(circle at 52% 52%, rgba(245, 188, 46, 0.78), transparent 12px),
    rgba(43, 50, 16, 0.74);
}

.decision-read h3 {
  margin: 0;
  color: var(--paper-hot);
  font: 42px/0.94 "Passero", Georgia, serif;
  text-shadow: 3px 3px 0 rgba(142, 18, 14, 0.74);
}

.decision-read p:last-child {
  max-width: 560px;
  margin: 12px 0 0;
  color: #dec58e;
  font-size: 21px;
}

.window-buttons {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.escalation,
.mood {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.evidence-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 10px 10px 0 rgba(142, 18, 14, 0.46);
}

.fever-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.fever-list li {
  padding: 12px 14px;
  border-left: 6px solid var(--red);
  background: rgba(255, 242, 61, 0.08);
  color: #edd59a;
  font-family: "Plex Mono", monospace;
  font-size: 13px;
  text-transform: uppercase;
}

.mood-stack {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  grid-template-rows: 180px 180px;
  gap: 12px;
}

.mood-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.30);
}

.mood-stack img:first-child {
  grid-row: span 2;
}

.screen-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 14px;
  margin-top: 34px;
}

.screen-card {
  margin: 0;
}

.screen-card.wide {
  grid-row: span 2;
}

.screen-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.screen-card figcaption {
  padding: 12px 14px;
  color: var(--yellow);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
}

.notice {
  padding-top: 20px;
}

.notice-panel {
  padding: clamp(28px, 6vw, 54px);
  border: 1px solid rgba(255, 242, 61, 0.46);
  background:
    linear-gradient(135deg, rgba(242, 54, 36, 0.22), transparent 44%),
    linear-gradient(180deg, rgba(38, 26, 8, 0.88), rgba(15, 8, 5, 0.94));
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.32);
}

.notice-panel p {
  max-width: 780px;
  margin-top: 16px;
}

.notice-panel .button {
  margin-top: 26px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(22px, 5vw, 56px);
  color: var(--muted);
  font-family: "Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  nav {
    display: none;
  }

  .alarm-strip {
    grid-template-columns: 1fr 1fr;
    top: 62px;
  }

  .hero {
    min-height: 94vh;
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  h1 {
    font-size: 72px;
    white-space: normal;
  }

  .hero-console {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 520px;
    align-self: start;
    margin-top: 24px;
    transform: none;
  }

  .intro h2,
  .loop h2,
  .payday-copy h2,
  .escalation h2,
  .mood h2,
  .screens h2,
  .notice h2 {
    font-size: 48px;
  }

  .lede {
    font-size: 23px;
  }

  .ticker {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ticker span {
    padding: 10px 4px;
    font-size: 10px;
  }

  .intro,
  .payday,
  .escalation,
  .mood,
  .screen-grid {
    grid-template-columns: 1fr;
  }

  .product-flow {
    grid-template-columns: 1fr 1fr;
  }

  .window-body {
    grid-template-columns: 1fr;
  }

  .window-buttons {
    grid-template-columns: repeat(4, 1fr);
  }

  .mood-stack {
    grid-template-rows: 150px 150px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .alarm-strip {
    display: none;
  }

  .hero {
    padding-top: 106px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(28px, 8.8vw, 44px);
    overflow-wrap: break-word;
  }

  .intro h2,
  .loop h2,
  .payday-copy h2,
  .escalation h2,
  .mood h2,
  .screens h2,
  .notice h2 {
    font-size: 39px;
  }

  .intro p,
  .payday-copy p,
  .mood p,
  .notice p {
    font-size: 21px;
  }

  .product-flow {
    grid-template-columns: 1fr;
  }

  .console-actions,
  .window-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .console-stats {
    grid-template-columns: 1fr 1fr;
  }

  .mood-stack {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 170px);
  }

  .mood-stack img:first-child {
    grid-row: span 1;
  }

  footer {
    flex-direction: column;
  }
}

@keyframes payday-breathe {
  0%,
  100% {
    transform: scale(1.018) translateY(0);
  }
  50% {
    transform: scale(1.052) translateY(-4px);
  }
}

@keyframes cash-fleck {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) rotate(var(--rot)) scale(0.72);
  }
}
