:root {
  --hrp-red: #dc143c;
  --hrp-navy: #162238;
  --hrp-black: #000;
  --hrp-white: #fff;
  --hrp-gray: #999;
  --hrp-border: #cccccc;
  --hrp-gold: #ffd700;
  --ink: #f8fafc;
  --muted: rgba(255, 255, 255, .72);
  --line: rgba(255, 255, 255, .16);
  --panel: rgba(255, 255, 255, .08);
  --panel-strong: rgba(255, 255, 255, .13);
  --shadow: 0 28px 90px rgba(0, 0, 0, .28);
  --radius: 8px;
  --donut-angle: 198deg;
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--hrp-navy);
  color: var(--ink);
  font-family: "Roboto", Arial, sans-serif;
}

button {
  font: inherit;
}

.stage {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(20px, 3vw, 42px);
  background:
    linear-gradient(135deg, rgba(22, 34, 56, .98), rgba(8, 15, 28, .98) 58%, rgba(42, 11, 22, .96)),
    var(--hrp-navy);
}

.stage[data-ready="false"] .screen {
  visibility: hidden;
  animation: none;
}

.stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 75%);
  pointer-events: none;
}

.ambient {
  position: absolute;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(50px);
  opacity: .28;
  pointer-events: none;
}

.ambient-one {
  top: -18vw;
  right: -12vw;
  background: var(--hrp-red);
}

.ambient-two {
  left: -18vw;
  bottom: -20vw;
  background: #b38311;
}

.topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 74px;
}

.brand-lockup {
  width: min(390px, 42vw);
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.28));
}

.brand-hrp {
  width: min(380px, 34vw);
}

.event-meta {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  justify-items: end;
  gap: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
}

.event-meta span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.event-meta strong {
  color: var(--hrp-gold);
  font-size: 18px;
  font-weight: 800;
}

.event-meta small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.test-badge {
  position: fixed;
  left: 28px;
  top: 28px;
  z-index: 20;
  padding: 10px 14px;
  border: 1px solid rgba(255,215,0,.5);
  background: rgba(255,215,0,.16);
  color: var(--hrp-gold);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.screen {
  position: relative;
  z-index: 2;
  display: none;
  min-height: calc(100vh - 158px);
  animation: screenIn .35s ease both;
}

[data-mode="hoofdstand"] .screen-home,
[data-mode="inrichtingsoverzicht"] .screen-overview,
[data-mode="pauze"] .screen-pause,
[data-mode="eindstand"] .screen-final {
  display: grid;
}

@keyframes screenIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.screen-home {
  grid-template-columns: minmax(300px, .88fr) minmax(380px, 530px) minmax(380px, .78fr);
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2 {
  font-family: "Kadwa", Georgia, serif;
  line-height: 1.04;
  letter-spacing: 0;
}

.home-copy h1,
.section-heading h1,
.live-copy h1,
.pause-panel h1,
.final-panel h1 {
  font-size: clamp(42px, 5.8vw, 92px);
  max-width: 900px;
}

.hero-qr {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 20px;
  color: inherit;
  border: 1px solid rgba(255,255,255,.2);
  border-left: 6px solid var(--hrp-gold);
  background: rgba(255,255,255,.09);
  box-shadow: var(--shadow);
  text-align: left;
  cursor: pointer;
}

.hero-qr:hover,
.hero-qr:focus-visible {
  outline: 2px solid var(--hrp-gold);
  outline-offset: 3px;
  background: rgba(255,255,255,.13);
}

.hero-qr img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.28);
}

.hero-qr strong,
.hero-qr span {
  display: block;
}

.hero-qr strong {
  color: var(--hrp-white);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(25px, 2vw, 35px);
  line-height: 1.06;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.hero-qr span {
  margin-top: 8px;
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.qr-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 32px;
  background: rgba(3, 8, 18, .88);
  backdrop-filter: blur(18px);
}

.qr-modal[hidden] {
  display: none;
}

.qr-modal-card {
  display: grid;
  justify-items: center;
  width: min(920px, 96vw);
  max-height: 96vh;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(255,255,255,.24);
  border-left: 8px solid var(--hrp-gold);
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  box-shadow: 0 40px 120px rgba(0,0,0,.48);
  text-align: center;
}

.qr-modal-card img {
  width: min(680px, 78vw, 68vh);
  aspect-ratio: 1;
  padding: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0,0,0,.32);
}

.qr-modal-card h2 {
  margin-top: 24px;
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1;
}

.qr-modal-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 28px);
}

.qr-modal-badge {
  margin-bottom: 12px;
  padding: 5px 9px;
  border: 1px solid var(--hrp-red);
  color: #ffffff;
  background: var(--hrp-red);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.qr-modal-card[data-qr-kind="donation"] {
  padding: clamp(22px, 3vw, 38px);
}

.qr-modal-card[data-qr-kind="donation"] .qr-modal-image {
  width: min(680px, 78vw, 68vh);
  aspect-ratio: 1;
  padding: 16px;
  background: #ffffff;
}

.qr-modal-card[data-qr-kind="donation"] h2 {
  margin-top: 16px;
  font-size: clamp(36px, 4vw, 58px);
}

.qr-modal-card[data-qr-kind="donation"] p {
  font-size: clamp(16px, 1.5vw, 21px);
}

.qr-modal-link {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .32);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.qr-modal-link:hover,
.qr-modal-link:focus-visible {
  border-color: var(--hrp-red);
  background: var(--hrp-red);
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.qr-close {
  position: fixed;
  top: 24px;
  right: 28px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.12);
  color: var(--hrp-white);
  cursor: pointer;
  font-size: 38px;
  line-height: 1;
}

.qr-close:hover,
.qr-close:focus-visible {
  outline: 2px solid var(--hrp-gold);
  outline-offset: 3px;
  background: var(--hrp-red);
}

.home-copy p,
.section-heading p {
  margin-top: 18px;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(18px, 1.65vw, 28px);
  line-height: 1.35;
}

.home-copy p strong {
  color: var(--hrp-gold);
  font-weight: 900;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.home-stats div,
.activity-panel,
.donut-card,
.world-card,
.qr-card,
.item-progress,
.pause-panel,
.final-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.home-stats div {
  min-height: 128px;
  padding: 20px;
  border-left: 5px solid var(--hrp-gold);
}

.home-stats span,
.live-total span,
.world-row span,
.item-progress span,
.final-panel > span {
  display: block;
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-stats strong {
  display: block;
  margin-top: 10px;
  color: var(--hrp-white);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 1;
}

.home-stats small {
  color: var(--muted);
  font-size: 16px;
}

.donut-card {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(24px, 3vw, 42px);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.07));
}

.donut {
  position: relative;
  width: min(36vw, 440px);
  min-width: 330px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(var(--hrp-red) 0 var(--donut-angle), rgba(255,255,255,.18) var(--donut-angle) 360deg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), 0 28px 80px rgba(0,0,0,.34);
}

.donut::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: conic-gradient(rgba(255,215,0,.82) 0 14deg, transparent 14deg 360deg);
  opacity: .85;
}

.donut::after {
  content: "";
  position: absolute;
  inset: 78px;
  border-radius: 50%;
  background: linear-gradient(145deg, #142035, #08101f);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.donut-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  text-align: center;
}

.donut-center strong {
  display: block;
  color: var(--hrp-white);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(74px, 8vw, 124px);
  line-height: .9;
}

.donut-center span {
  max-width: 190px;
  margin: 12px auto 0;
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.amount-line {
  text-align: center;
}

.amount-line strong {
  display: block;
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1;
}

.amount-line span,
.needed {
  color: var(--muted);
}

.needed {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255,215,0,.32);
  background: rgba(255,215,0,.08);
  color: var(--hrp-gold);
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.activity-panel {
  padding: 22px;
  border-radius: var(--radius);
}

.side-stack {
  display: grid;
  align-self: center;
  gap: 18px;
  width: 100%;
}

.activity-panel h2 {
  font-size: 26px;
}

.activity-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.activity-panel li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.35;
}

.activity-panel li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 6px;
  background: var(--hrp-gold);
}

.activity-panel strong {
  color: var(--hrp-white);
}

.qr-image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  padding: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.24);
}

.screen-overview {
  align-content: center;
  gap: 34px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-side {
  display: grid;
  gap: 12px;
  min-width: 320px;
}

.section-total {
  padding: 20px 24px;
  border: 1px solid rgba(255,215,0,.32);
  border-left: 6px solid var(--hrp-gold);
  background: rgba(255,215,0,.08);
  box-shadow: var(--shadow);
}

.inrichting-feed {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.inrichting-feed h2 {
  font-size: 22px;
}

.inrichting-feed ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.inrichting-feed li {
  display: grid;
  grid-template-columns: 9px 1fr;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.inrichting-feed li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 5px;
  background: var(--hrp-gold);
}

.inrichting-feed strong {
  color: var(--hrp-white);
}

.section-total span,
.section-total strong {
  display: block;
}

.section-total span {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-total strong {
  margin-top: 8px;
  color: var(--hrp-gold);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.world-card {
  display: grid;
  grid-template-rows: minmax(320px, 43vh) auto;
  overflow: hidden;
  border-radius: var(--radius);
}

.world-content {
  padding: 24px;
  background: rgba(6, 13, 26, .62);
}

.world-content h2 {
  font-size: clamp(30px, 3vw, 48px);
}

.world-content p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 18px;
}

.meter {
  height: 15px;
  margin: 22px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
}

.meter span {
  display: block;
  width: var(--fill);
  height: 100%;
  background: linear-gradient(90deg, var(--hrp-red), var(--hrp-gold));
  transition: width .5s ease;
}

.world-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.world-row + .world-row {
  margin-top: 10px;
}

.world-row strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
}

.world-scene,
.focus-scene {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.03)),
    rgba(255,255,255,.05);
}

.focus-scene {
  min-height: 560px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.world-scene::before,
.focus-scene::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: -1;
  width: 78%;
  height: 58%;
  transform: translate(-50%, -50%) skewX(-18deg) rotate(-2deg);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.16);
}

.scene-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.scene-svg-mini {
  position: absolute;
  inset: 4%;
  width: 92%;
  height: 92%;
}

.asset-floor {
  fill: url(#sceneFloor);
  stroke: rgba(255,255,255,.28);
  stroke-width: 2;
}

.asset-wall {
  fill: rgba(255,255,255,.09);
}

.asset-label {
  fill: rgba(255,255,255,.48);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.asset {
  --asset-top: rgba(255,255,255,.2);
  --asset-side: rgba(255,255,255,.13);
  --asset-front: rgba(255,255,255,.1);
  --asset-stroke: rgba(255,255,255,.36);
}

.asset.filled.red {
  --asset-top: url(#sceneRed);
  --asset-side: #9f0f2c;
  --asset-front: #6f0a20;
}

.asset.filled.gold {
  --asset-top: url(#sceneGold);
  --asset-side: #b77d10;
  --asset-front: #7f550a;
}

.asset.filled.blue {
  --asset-top: url(#sceneBlue);
  --asset-side: #27344b;
  --asset-front: #172136;
}

.asset.open {
  opacity: .58;
}

.asset-top { fill: var(--asset-top); }
.asset-side { fill: var(--asset-side); }
.asset-front { fill: var(--asset-front); }
.asset-edge {
  fill: none;
  stroke: var(--asset-stroke);
  stroke-width: 2;
}

.asset-detail {
  fill: rgba(255,255,255,.45);
}

.asset-book-red { fill: var(--hrp-red); }
.asset-book-gold { fill: var(--hrp-gold); }
.asset-book-blue { fill: #667899; }
.asset-stripe {
  fill: none;
  stroke: rgba(255,255,255,.5);
  stroke-width: 3;
}

.asset.new {
  animation: assetGlow 1.8s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes assetGlow {
  0%, 100% { filter: brightness(1); transform: translateY(0); }
  50% { filter: brightness(1.35) drop-shadow(0 0 12px rgba(255,215,0,.65)); transform: translateY(-5px); }
}

.live-layout {
  display: grid;
  grid-template-columns: minmax(270px, 340px) minmax(520px, 1fr) minmax(230px, 300px);
  align-items: center;
  gap: 30px;
  width: 100%;
}

.live-copy {
  display: grid;
  gap: 24px;
}

.mode-label {
  color: var(--hrp-gold);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-copy h1 {
  max-width: 340px;
  font-size: clamp(34px, 3.45vw, 58px);
  overflow-wrap: break-word;
}

.live-total {
  padding: 22px;
  border-left: 6px solid var(--hrp-gold);
  background: var(--panel);
  max-width: 340px;
}

.live-total strong {
  display: block;
  margin-top: 10px;
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1;
}

.live-total small {
  color: var(--muted);
  font-size: 18px;
}

.qr-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
}

.qr-card strong,
.qr-card span {
  display: block;
}

.qr-card strong {
  color: var(--hrp-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.qr-card span {
  margin-top: 4px;
  color: var(--muted);
}

.qr-code {
  width: 96px;
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, #fff 10px, transparent 10px 18px, #fff 18px 27px, transparent 27px 36px, #fff 36px 47px, transparent 47px 60px, #fff 60px 70px, transparent 70px),
    linear-gradient(#fff 10px, transparent 10px 18px, #fff 18px 27px, transparent 27px 36px, #fff 36px 47px, transparent 47px 60px, #fff 60px 70px, transparent 70px),
    var(--hrp-navy);
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.qr-code-red {
  background-color: #3a0c1a;
}

.qr-large {
  width: clamp(140px, 13vw, 180px);
}

.qr-image.qr-large {
  width: clamp(150px, 14vw, 190px);
}

.progress-stack {
  display: grid;
  gap: 12px;
}

.item-progress {
  padding: 17px;
  border-left: 5px solid var(--hrp-red);
}

.item-progress strong {
  display: block;
  margin-top: 5px;
  font-family: "Kadwa", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.iso-item {
  position: absolute;
  width: var(--w, 46px);
  height: var(--h, 38px);
  transform: translate(-50%, -50%) skewY(-13deg);
  border: 1px solid rgba(255,255,255,.26);
  background: rgba(255,255,255,.12);
  box-shadow: 0 14px 24px rgba(0,0,0,.18);
}

.iso-item.filled {
  background: linear-gradient(145deg, var(--hrp-red), #a30f2d);
  border-color: rgba(255,255,255,.38);
}

.iso-item.gold {
  background: linear-gradient(145deg, var(--hrp-gold), #c68a12);
}

.iso-item.blue {
  background: linear-gradient(145deg, #5b6b86, #202d45);
}

.iso-item.new {
  animation: pulseItem 1.8s ease-in-out infinite;
}

.iso-item::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: -9px;
  height: 9px;
  transform: skewX(34deg);
  background: rgba(0,0,0,.24);
}

.iso-item.screen {
  --w: 62px;
  --h: 42px;
  border-width: 3px;
}

.iso-item.shelf {
  --w: 54px;
  --h: 86px;
}

.iso-item.pack {
  --w: 42px;
  --h: 32px;
  border-radius: 2px;
}

.iso-item.appliance {
  --w: 64px;
  --h: 78px;
}

@keyframes pulseItem {
  0%, 100% { filter: brightness(1); box-shadow: 0 14px 24px rgba(0,0,0,.18); }
  50% { filter: brightness(1.35); box-shadow: 0 0 0 8px rgba(255,215,0,.18), 0 20px 34px rgba(0,0,0,.26); }
}

.screen-pause,
.screen-final {
  place-items: center;
}

.pause-panel,
.final-panel {
  width: min(1160px, 92vw);
  padding: clamp(32px, 5vw, 72px);
  text-align: center;
  border-radius: var(--radius);
}

.pause-panel p,
.final-panel p {
  margin: 14px auto 32px;
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.35;
}

.pause-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 30px auto 0;
  max-width: 900px;
}

.pause-qr-card {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.08);
  text-align: center;
}

.pause-qr-card span,
.pause-qr-card strong,
.pause-qr-card small {
  display: block;
}

.pause-qr-card span {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pause-qr-card strong {
  margin-top: 7px;
  color: var(--hrp-white);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.pause-qr-card small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.3;
}

.pause-panel strong {
  display: block;
  margin-top: 26px;
  color: var(--hrp-gold);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1;
}

.final-panel h1 {
  color: var(--hrp-gold);
}

.final-panel h1 small {
  display: block;
  margin-top: 6px;
  color: var(--hrp-gold);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 700;
  line-height: .98;
}

.final-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 28px;
}

.final-result,
.final-breakdown div {
  background: rgba(255,255,255,.08);
  border: 1px solid var(--line);
}

.final-result {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 240px;
  padding: 26px;
  border-left: 6px solid var(--hrp-gold);
}

.final-donations {
  border-left-color: var(--hrp-red);
}

.final-result strong,
.final-result em,
.final-result span,
.final-result small,
.final-breakdown strong,
.final-breakdown span,
.final-breakdown small {
  display: block;
}

.final-result strong {
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(58px, 7vw, 102px);
  line-height: 1;
}

.final-result strong span,
.final-result em span,
.final-panel h1 span {
  display: inline;
  color: inherit;
  font: inherit;
  text-transform: none;
}

.final-result em {
  margin-top: 10px;
  color: var(--hrp-gold);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(34px, 3.8vw, 56px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.final-result em small {
  display: block;
  margin-top: 4px;
  color: var(--hrp-gold);
  font: inherit;
  font-size: .72em;
}

.final-result span,
.final-breakdown span {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.final-result p {
  margin: 10px 0 0;
  color: var(--hrp-white);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.15;
}

.final-result small,
.final-breakdown small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.3;
}

.final-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.final-breakdown div {
  padding: 22px;
}

.final-breakdown strong {
  margin-top: 8px;
  color: var(--hrp-gold);
  font-family: "Kadwa", Georgia, serif;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1;
}

.prototype-controls {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(920px, calc(100vw - 32px));
  transform: translateX(-50%);
  padding: 8px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(4, 10, 20, .76);
  backdrop-filter: blur(18px);
}

.prototype-controls button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: var(--hrp-white);
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.prototype-controls a {
  display: grid;
  place-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: var(--hrp-white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.prototype-controls button:hover,
.prototype-controls button.active,
.prototype-controls a:hover {
  background: var(--hrp-red);
}

.display-mode .prototype-controls {
  display: none;
}

.value-pulse {
  animation: valuePulse .9s ease;
}

@keyframes valuePulse {
  0% { filter: brightness(1); transform: scale(1); }
  45% { filter: brightness(1.35) drop-shadow(0 0 16px rgba(255,215,0,.42)); transform: scale(1.045); }
  100% { filter: brightness(1); transform: scale(1); }
}

@media (max-width: 1180px) {
  .screen-home,
  .live-layout {
    grid-template-columns: 1fr;
    padding-bottom: 92px;
  }

  .activity-panel {
    display: none;
  }

  .side-stack {
    display: none;
  }

  .section-heading,
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
  }

  .section-side {
    min-width: 0;
  }

  .world-card {
    grid-template-rows: minmax(260px, 34vh) auto;
  }
}

@media (max-width: 760px) {
  .stage {
    padding: 18px;
  }

  .topbar {
    align-items: center;
    justify-content: center;
    display: grid;
    justify-items: center;
    gap: 12px;
  }

  .brand-lockup {
    width: 230px;
  }

  .brand-hrp {
    width: 210px;
  }

  .event-meta {
    position: static;
    transform: none;
    justify-items: center;
  }

  .home-stats,
  .overview-grid,
  .final-summary,
  .final-breakdown,
  .pause-qr-grid {
    grid-template-columns: 1fr;
  }


  .pause-qr-card {
    grid-template-columns: 1fr;
  }

  .donut {
    min-width: 260px;
  }

  .donut::after {
    inset: 56px;
  }

  .focus-scene {
    min-height: 440px;
  }
}

/* Unified inrichting location */
.screen-overview {
  align-content: center;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  padding: 8px 0 46px;
}

.inrichting-header {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(210px, .48fr) minmax(280px, .7fr);
  gap: 12px;
  align-items: stretch;
}

.inrichting-title {
  align-content: center;
  display: grid;
  padding-right: 18px;
}

.inrichting-title h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4.1vw, 58px);
  font-weight: 600;
  line-height: .9;
}

.inrichting-title h1::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  background: var(--hrp-red);
}

.inrichting-title p {
  max-width: 540px;
  margin-top: 10px;
  color: var(--muted);
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.35;
}

.inrichting-header .section-total,
.inrichting-header .inrichting-feed {
  min-height: 106px;
}

.inrichting-header .section-total small {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.inrichting-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 14px;
  min-height: 0;
}

.unified-scene {
  min-height: 0;
  height: min(43vh, 390px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b1d2c;
}

.unified-scene .scene-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.scene-zones path,
.scene-zones rect {
  fill: rgba(255, 255, 255, .015);
  stroke: rgba(255, 255, 255, .13);
  stroke-width: 2;
}

.zone-label {
  font-size: 19px;
}

.inrichting-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}

.zone-key,
.inrichting-qr {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .045);
}

.zone-key {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.zone-key span {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 9px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.zone-key span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  background: var(--hrp-red);
}

.inrichting-qr {
  grid-template-columns: 1fr;
  place-content: center;
  gap: 18px;
  padding: 16px;
  width: 100%;
  color: inherit;
  text-align: center;
  cursor: pointer;
}

.inrichting-qr .qr-code,
.inrichting-qr .stripe-qr-image {
  width: min(100%, 260px);
  padding: 10px;
  justify-self: center;
  background: #ffffff;
}

.stripe-qr-image {
  display: block;
  height: auto;
  object-fit: contain;
}

.inrichting-qr:hover,
.inrichting-qr:focus-visible,
.pause-qr-card:hover,
.pause-qr-card:focus-visible {
  border-color: var(--hrp-red);
  background: rgba(225, 43, 47, .1);
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.sandbox-label {
  display: inline-block !important;
  width: max-content;
  margin: 0 0 5px !important;
  padding: 3px 6px;
  color: #ffffff !important;
  background: var(--hrp-red);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.inrichting-qr strong,
.inrichting-qr span {
  display: block;
}

.inrichting-qr strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.inrichting-qr span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.pause-totals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 940px;
  margin: 14px auto 0;
}

.pause-totals > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2px 14px;
  padding: 10px 16px;
  border-top: 3px solid var(--hrp-red);
  background: rgba(255, 255, 255, .045);
  text-align: left;
}

.pause-totals span,
.pause-totals small {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.pause-totals strong {
  grid-row: span 2;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: .9;
}

@media (max-width: 1180px) {
  .inrichting-header {
    grid-template-columns: 1fr 220px;
  }

  .inrichting-feed {
    display: none;
  }

  .inrichting-main {
    grid-template-columns: minmax(0, 1fr) 250px;
  }

  .inrichting-qr .stripe-qr-image {
    width: 190px;
  }
}

@media (max-width: 820px) {
  .screen-overview {
    display: block;
    padding-bottom: 90px;
  }

  .inrichting-header,
  .inrichting-main {
    grid-template-columns: 1fr;
  }

  .inrichting-header .section-total {
    margin-top: 12px;
  }

  .unified-scene {
    height: auto;
    min-height: 330px;
    margin-top: 12px;
  }

  .inrichting-panel {
    margin-top: 12px;
  }

  .inrichting-qr .stripe-qr-image {
    width: min(100%, 220px);
  }

  .pause-totals {
    grid-template-columns: 1fr;
  }
}

/* Presentation theme: aligned with the benefiet slide deck. */
:root {
  --hrp-red: #e12b2f;
  --hrp-navy: #071724;
  --hrp-gold: #e12b2f;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, .72);
  --line: rgba(255, 255, 255, .18);
  --panel: rgba(255, 255, 255, .045);
  --panel-strong: rgba(255, 255, 255, .08);
  --shadow: none;
  --radius: 0;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Roboto", Arial, sans-serif;
  --font-ui: "Montserrat", Arial, sans-serif;
}

html,
body {
  background: #071724;
}

.stage {
  background: #071724;
  padding: clamp(22px, 2.4vw, 38px) clamp(24px, 3vw, 52px);
}

.stage::before {
  inset: auto 0 0;
  height: 34%;
  background:
    linear-gradient(164deg, transparent 0 48.8%, rgba(255, 255, 255, .055) 49%, transparent 49.2%),
    linear-gradient(196deg, transparent 0 52.8%, rgba(255, 255, 255, .035) 53%, transparent 53.2%);
  background-size: auto;
  mask-image: linear-gradient(180deg, transparent, #000);
  opacity: .7;
}

.ambient {
  display: none;
}

.topbar {
  min-height: 76px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.brand-lockup,
.brand-hrp {
  width: min(340px, 32vw);
  filter: none;
}

.event-meta {
  gap: 3px;
  font-family: var(--font-ui);
}

.event-meta span,
.event-meta small {
  color: rgba(255, 255, 255, .58);
}

.event-meta strong {
  color: var(--hrp-red);
  font-size: 16px;
  letter-spacing: .08em;
}

h1,
h2,
.hero-qr strong,
.home-stats strong,
.donut-center strong,
.amount-line strong,
.section-total strong,
.live-total strong,
.pause-qr-card strong,
.pause-panel > strong,
.final-result strong,
.final-result em,
.final-breakdown strong {
  font-family: var(--font-display);
}

.home-copy h1,
.section-heading h1,
.live-copy h1,
.pause-panel h1,
.final-panel h1 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .01em;
}

.home-copy h1::after,
.section-heading > h1::after,
.live-copy h1::after,
.pause-panel h1::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 17px;
  background: var(--hrp-red);
}

.home-copy p strong,
.mode-label,
.needed,
.section-total strong,
.pause-panel > strong,
.final-panel h1,
.final-panel h1 small,
.final-result em,
.final-result em small,
.final-breakdown strong {
  color: var(--hrp-red);
}

.home-stats div,
.activity-panel,
.donut-card,
.world-card,
.qr-card,
.item-progress,
.pause-panel,
.final-panel,
.hero-qr,
.inrichting-feed,
.section-total {
  border-color: var(--line);
  background: var(--panel);
  box-shadow: none;
  backdrop-filter: none;
}

.home-stats div,
.hero-qr,
.section-total,
.live-total,
.final-result {
  border-left-color: var(--hrp-red);
}

.home-copy p {
  margin-top: 14px;
}

.home-stats {
  margin-top: 28px;
}

.home-stats div {
  min-height: 110px;
  padding: 16px;
}

.home-stats strong {
  font-size: clamp(40px, 3.5vw, 58px);
}

.hero-qr:hover,
.hero-qr:focus-visible,
.qr-close:hover,
.qr-close:focus-visible {
  outline-color: var(--hrp-red);
  background: var(--panel-strong);
}

.test-badge {
  border-color: var(--hrp-red);
  background: var(--hrp-red);
  color: #ffffff;
}

.donut-card {
  gap: 16px;
  padding: 18px 24px;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.donut {
  width: min(29vw, 360px);
  min-width: 300px;
  background: conic-gradient(var(--hrp-red) 0 var(--donut-angle), rgba(255, 255, 255, .16) var(--donut-angle) 360deg);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.donut::before {
  display: none;
}

.donut::after {
  inset: 64px;
  background: #071724;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.amount-line strong {
  font-size: clamp(32px, 3.2vw, 48px);
}

.needed {
  padding: 14px;
  border-color: rgba(225, 43, 47, .65);
  background: rgba(225, 43, 47, .08);
}

.side-stack {
  gap: 12px;
}

.hero-qr {
  grid-template-columns: 182px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.hero-qr strong {
  font-size: clamp(22px, 1.8vw, 26px);
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.activity-panel {
  padding: 18px;
}

.activity-panel ul {
  gap: 4px;
  margin-top: 12px;
}

.activity-panel li {
  padding: 10px 0;
}

.activity-panel li::before,
.inrichting-feed li::before {
  background: var(--hrp-red);
}

.section-total {
  background: rgba(225, 43, 47, .08);
}

.section-total strong {
  color: #ffffff;
}

.screen-overview {
  gap: 18px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(260px, .9fr) minmax(500px, 1.35fr);
  align-items: center;
  gap: 24px;
}

.section-heading h1 {
  font-size: clamp(44px, 4.4vw, 58px);
}

.section-heading > h1::after {
  margin-top: 10px;
}

.section-heading p {
  margin-top: 0;
  font-size: clamp(17px, 1.45vw, 22px);
}

.section-side {
  grid-template-columns: minmax(180px, .8fr) minmax(250px, 1.2fr);
  gap: 10px;
  min-width: 0;
}

.section-total {
  display: grid;
  align-content: center;
  min-height: 116px;
  padding: 14px 16px;
}

.section-total strong {
  font-size: clamp(36px, 3.5vw, 48px);
}

.inrichting-feed {
  min-height: 116px;
  padding: 12px 14px;
}

.inrichting-feed h2 {
  font-size: 20px;
}

.inrichting-feed ul {
  gap: 3px;
  margin-top: 6px;
}

.inrichting-feed li {
  padding-top: 4px;
  font-size: 12px;
}

.overview-grid {
  gap: 18px;
}

.world-card {
  grid-template-rows: minmax(210px, 30vh) auto;
}

.world-content {
  padding: 16px 18px;
}

.world-content h2 {
  font-size: clamp(28px, 2.4vw, 36px);
}

.world-content p {
  margin-top: 3px;
  font-size: 15px;
}

.meter {
  height: 10px;
  margin: 12px 0 10px;
}

.world-row {
  padding-top: 6px;
}

.world-row + .world-row {
  margin-top: 6px;
}

.world-content {
  background: rgba(2, 12, 22, .86);
}

.world-scene,
.focus-scene {
  background: #0b1d2c;
}

.world-scene::before,
.focus-scene::before {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .14);
}

.meter span {
  background: var(--hrp-red);
}

.asset.filled.gold {
  --asset-top: #f5f5f2;
  --asset-side: #b9c1c7;
  --asset-front: #7e8992;
}

.asset-book-gold {
  fill: #ffffff;
}

@keyframes assetGlow {
  0%, 100% { filter: brightness(1); transform: translateY(0); }
  50% { filter: brightness(1.25) drop-shadow(0 0 10px rgba(225, 43, 47, .7)); transform: translateY(-4px); }
}

.live-total {
  background: rgba(225, 43, 47, .08);
}

.iso-item.gold {
  background: #f5f5f2;
}

@keyframes pulseItem {
  0%, 100% { filter: brightness(1); box-shadow: 0 14px 24px rgba(0, 0, 0, .18); }
  50% { filter: brightness(1.25); box-shadow: 0 0 0 7px rgba(225, 43, 47, .2); }
}

.pause-panel,
.final-panel {
  background: transparent;
  border: 0;
}

.final-panel {
  width: min(1120px, 94vw);
  padding: 18px 28px;
}

.final-panel h1 {
  font-size: clamp(48px, 4.8vw, 64px);
  line-height: .95;
}

.final-panel h1 small {
  margin-top: 4px;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1;
  text-transform: uppercase;
}

.final-summary {
  gap: 16px;
  margin: 18px 0 12px;
}

.final-result {
  min-height: 210px;
  padding: 18px;
}

.final-result strong {
  font-size: clamp(54px, 5.6vw, 78px);
}

.final-result em {
  font-size: clamp(32px, 3.2vw, 44px);
}

.final-result p {
  font-size: clamp(19px, 1.8vw, 24px);
}

.final-panel > p:last-child {
  margin: 10px auto 0;
  font-size: clamp(18px, 1.7vw, 23px);
}

.pause-panel {
  width: min(1120px, 94vw);
  padding: 18px 30px;
}

.pause-panel h1 {
  font-size: clamp(46px, 4.3vw, 64px);
}

.pause-panel h1::after {
  margin: 10px auto 0;
}

.pause-panel p {
  margin: 10px auto 16px;
  font-size: clamp(18px, 1.65vw, 22px);
}

.pause-qr-grid {
  gap: 16px;
  max-width: 1100px;
  margin-top: 16px;
}

.pause-qr-card {
  grid-template-columns: 220px minmax(0, 1fr);
  justify-items: start;
  gap: 18px;
  padding: 16px;
  text-align: left;
  width: 100%;
  color: inherit;
  cursor: pointer;
}

.pause-qr-card .qr-large,
.pause-qr-card .qr-image.qr-large,
.pause-qr-card .stripe-qr-image.qr-large {
  width: 220px;
  max-width: 100%;
}

.pause-qr-card > div:last-child {
  min-width: 0;
  align-self: center;
}

.pause-qr-card strong {
  font-size: clamp(24px, 2.2vw, 32px);
  hyphens: none;
  overflow-wrap: normal;
}

.pause-panel > strong {
  margin-top: 14px;
  font-size: clamp(34px, 3.4vw, 48px);
}

.pause-panel > strong > small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--font-ui);
  font-size: .34em;
  font-weight: 700;
  text-transform: uppercase;
}

.qr-code-red {
  background-color: var(--hrp-navy);
}

.pause-qr-card,
.final-result {
  background: rgba(255, 255, 255, .045);
  border-color: var(--line);
}

.final-result strong,
.final-result p {
  color: #ffffff;
}

.final-donations {
  border-left-color: var(--hrp-red);
}

.prototype-controls {
  border-color: rgba(255, 255, 255, .2);
  background: #04111c;
  backdrop-filter: none;
}

.prototype-controls button,
.prototype-controls a {
  border-color: rgba(255, 255, 255, .22);
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.prototype-controls button:hover,
.prototype-controls button.active,
.prototype-controls a:hover {
  background: var(--hrp-red);
  border-color: var(--hrp-red);
}

.qr-modal {
  background: rgba(2, 12, 22, .94);
}

.qr-modal-card {
  border-left-color: var(--hrp-red);
  background: #0b1d2c;
}

.qr-close:focus-visible,
.prototype-controls button:focus-visible,
.prototype-controls a:focus-visible,
.hero-qr:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@keyframes valuePulse {
  0% { filter: brightness(1); transform: scale(1); }
  45% { filter: brightness(1.3) drop-shadow(0 0 14px rgba(225, 43, 47, .55)); transform: scale(1.035); }
  100% { filter: brightness(1); transform: scale(1); }
}

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

@media (max-width: 760px) {
  .pause-panel {
    padding: 22px 0;
  }

  .pause-qr-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
