* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; height: 100%; overscroll-behavior: none; }
body {
  font-family: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", "Nunito", system-ui, sans-serif;
  color: #fff;
  background: radial-gradient(ellipse at 50% 0%, #4338ca 0%, #1e1b4b 55%, #0b0820 100%) fixed;
  user-select: none; -webkit-user-select: none; -webkit-touch-callout: none;
  touch-action: manipulation;
  overflow: hidden;
}
#app { position: fixed; inset: 0; }
#fx { position: fixed; inset: 0; pointer-events: none; z-index: 50; }

.screen {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center;
  padding: calc(env(safe-area-inset-top) + 10px) 16px calc(env(safe-area-inset-bottom) + 16px);
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  animation: fadein .25s ease-out;
}
@keyframes fadein { from { opacity: 0; transform: scale(.98); } }

button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; touch-action: manipulation; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .35em;
  padding: .55em 1.1em; border-radius: 26px;
  font-weight: 800; font-size: clamp(20px, 3.4vmin, 32px);
  background: linear-gradient(#6366f1, #4338ca);
  box-shadow: 0 6px 0 #312e81, 0 10px 20px rgba(0,0,0,.35);
  transition: transform .08s, box-shadow .08s;
}
.btn:active { transform: translateY(4px); box-shadow: 0 2px 0 #312e81, 0 4px 10px rgba(0,0,0,.35); }
.btn.fight {
  font-size: clamp(34px, 7vmin, 64px); padding: .45em 1.3em;
  background: linear-gradient(#fcd34d, #f97316);
  box-shadow: 0 8px 0 #c2410c, 0 14px 30px rgba(249,115,22,.45);
  text-shadow: 0 3px 0 rgba(0,0,0,.2);
  animation: breathe 1.6s ease-in-out infinite;
}
.btn.fight:active { box-shadow: 0 2px 0 #c2410c; }
.btn.green { background: linear-gradient(#4ade80, #16a34a); box-shadow: 0 6px 0 #166534, 0 10px 20px rgba(0,0,0,.35); }
.btn.green:active { box-shadow: 0 2px 0 #166534; }
.btn.grey { background: linear-gradient(#64748b, #475569); box-shadow: 0 6px 0 #334155; }
.btn.small { font-size: clamp(16px, 2.6vmin, 22px); padding: .45em .9em; border-radius: 18px; }
.btn[disabled] { filter: grayscale(.8) brightness(.7); }
@keyframes breathe { 50% { transform: scale(1.05); } }

/* Top bar */
.topbar { width: 100%; max-width: 1000px; display: flex; align-items: center; gap: 10px; min-height: 56px; }
.topbar .sp { flex: 1; }
.pill {
  display: inline-flex; align-items: center; gap: .3em;
  background: rgba(0,0,0,.35); border: 2px solid rgba(255,255,255,.15);
  padding: .25em .7em; border-radius: 999px; font-weight: 800; font-size: clamp(20px, 3.4vmin, 30px);
}
.pill .coin { font-size: 1.1em; }
.iconbtn {
  width: clamp(52px, 8vmin, 72px); height: clamp(52px, 8vmin, 72px); border-radius: 50%;
  background: rgba(255,255,255,.12); font-size: clamp(26px, 4.5vmin, 40px);
  display: inline-flex; align-items: center; justify-content: center;
}
.iconbtn:active { transform: scale(.92); }
.gear { position: relative; opacity: .45; font-size: 24px; width: 48px; height: 48px; }
.gear .ring { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(#fbbf24 var(--p, 0%), transparent 0); opacity: .8; mask: radial-gradient(circle, transparent 55%, #000 57%); -webkit-mask: radial-gradient(circle, transparent 55%, #000 57%); }

/* Syllables */
.s0 { color: #60a5fa; }
.s1 { color: #f87171; }
.syl { font-weight: 900; letter-spacing: .02em; color: #475569; }

/* Home */
.hello { font-size: clamp(28px, 5.5vmin, 52px); font-weight: 900; margin: 4px 0 0; text-align: center; }
.hero { display: flex; flex-direction: column; align-items: center; gap: 4px; margin: 6px 0; }
.hero canvas { width: min(32vmin, 300px); height: min(32vmin, 300px); }
.hero .syl { font-size: clamp(24px, 4.5vmin, 40px); background: rgba(255,255,255,.92); padding: .1em .6em; border-radius: 16px; }
.next-rival {
  display: flex; align-items: center; gap: 12px; margin: 6px 0 12px;
  background: rgba(0,0,0,.3); border-radius: 20px; padding: 8px 18px; font-size: clamp(18px, 3vmin, 26px); font-weight: 800;
}
.next-rival .face { font-size: 1.8em; }
.menu { display: flex; gap: clamp(10px, 2.5vmin, 22px); margin-top: 14px; flex-wrap: wrap; justify-content: center; }
.menu .btn { flex-direction: column; min-width: clamp(100px, 18vmin, 160px); padding: .35em .6em; }
.menu .btn .ic { font-size: 1.8em; }
.badge { position: absolute; top: -6px; right: -6px; background: #ef4444; border-radius: 999px; min-width: 30px; height: 30px; font-size: 20px; display: flex; align-items: center; justify-content: center; animation: breathe 1s infinite; }
.menu .btn { position: relative; }

/* Start */
.title { font-size: clamp(44px, 10vmin, 96px); font-weight: 900; margin: 4vh 0 0; text-align: center; line-height: 1;
  background: linear-gradient(#fde68a, #f97316); -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 5px 0 #7c2d12); }
.start-top { width: min(55vmin, 420px); height: min(55vmin, 420px); }

/* Challenge */
.ch-card { display: flex; flex-direction: column; align-items: center; gap: clamp(14px, 3vmin, 30px); width: 100%; max-width: 900px; }
.pop-in { animation: popin .3s cubic-bezier(.3,1.6,.6,1); }
@keyframes popin { from { transform: scale(.7); opacity: 0; } }
.ch-prompt {
  position: relative; width: min(34vmin, 280px); height: min(34vmin, 280px); border-radius: 36px;
  background: #fff; color: #1e1b4b; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 0 #c7d2fe, 0 16px 30px rgba(0,0,0,.35);
}
.ch-prompt:active { transform: scale(.96); }
.ch-emoji { font-size: min(22vmin, 180px); line-height: 1; }
.ch-ear { font-size: min(18vmin, 150px); animation: breathe 1.2s infinite; }
.ch-letter { font-size: min(24vmin, 200px); font-weight: 900; line-height: 1; }
.ch-replay { position: absolute; right: -14px; bottom: -14px; background: #fbbf24; border-radius: 50%; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 4px 0 #b45309; }
.ch-opts { display: flex; gap: clamp(12px, 3vmin, 28px); flex-wrap: wrap; justify-content: center; }
.ch-opt {
  width: min(24vmin, 190px); height: min(24vmin, 190px); border-radius: 30px;
  background: linear-gradient(#fff, #e0e7ff); color: #1e1b4b;
  font-weight: 900; font-size: min(16vmin, 130px); line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 0 #818cf8, 0 12px 24px rgba(0,0,0,.35);
  transition: transform .1s;
}
.ch-opt.pic { font-size: min(14vmin, 110px); }
.ch-opt:active { transform: translateY(4px) scale(.97); }
.ch-opt.wrong { background: #fecaca; opacity: .45; animation: shake .4s; box-shadow: 0 4px 0 #f87171; }
.ch-opt.right { background: linear-gradient(#bbf7d0, #4ade80); box-shadow: 0 8px 0 #16a34a, 0 0 40px #4ade80; transform: scale(1.1); }
.ch-opt.hint { animation: hint 1s infinite; }
@keyframes shake { 20%, 60% { transform: translateX(-12px) rotate(-4deg); } 40%, 80% { transform: translateX(12px) rotate(4deg); } }
@keyframes hint { 50% { box-shadow: 0 8px 0 #818cf8, 0 0 0 10px #fbbf24, 0 0 40px #fbbf24; transform: scale(1.06); } }

/* Power phase */
.rival-banner { display: flex; align-items: center; gap: 12px; font-size: clamp(20px, 3.4vmin, 30px); font-weight: 900; margin: 4px 0 8px; }
.rival-banner canvas { width: clamp(64px, 11vmin, 100px); height: clamp(64px, 11vmin, 100px); }
.rival-banner small { display: block; font-size: .6em; opacity: .7; }
.vs { font-size: 1.3em; color: #fbbf24; }
.power { display: flex; align-items: center; gap: 10px; margin-bottom: clamp(10px, 3vmin, 30px); }
.power-label { font-size: clamp(26px, 4.5vmin, 40px); }
.power-bar { display: flex; gap: 6px; background: rgba(0,0,0,.4); padding: 6px; border-radius: 16px; }
.power-bar i { width: clamp(36px, 7vmin, 70px); height: clamp(24px, 4vmin, 36px); border-radius: 10px; background: rgba(255,255,255,.12); transition: background .3s, box-shadow .3s; }
.power-bar i.half { background: linear-gradient(#fde68a, #f59e0b); }
.power-bar i.full { background: linear-gradient(#fef08a, #f97316); box-shadow: 0 0 16px #fb923c; }

/* Lesson */
.lesson-card { display: flex; align-items: center; gap: clamp(16px, 4vmin, 50px); margin: 2vh 0; flex-wrap: wrap; justify-content: center; }
.big-letter {
  width: min(42vmin, 320px); height: min(42vmin, 320px); border-radius: 40px; background: #fff; color: #1e1b4b;
  display: flex; align-items: center; justify-content: center; gap: .08em;
  font-size: min(20vmin, 160px); font-weight: 900; line-height: 1;
  box-shadow: 0 10px 0 #a5b4fc, 0 20px 40px rgba(0,0,0,.4);
}
.big-letter small { font-size: .6em; color: #6366f1; margin-left: .06em; }
.big-letter:active { transform: scale(.95); }
.lesson-word { display: flex; flex-direction: column; align-items: center; font-size: min(20vmin, 170px); }
.lesson-word .w { font-size: clamp(34px, 6vmin, 56px); font-weight: 900; background: #fff; color: #1e1b4b; padding: .05em .5em; border-radius: 18px; }
.lesson-word .w b { color: #ef4444; }
.stars { font-size: clamp(40px, 8vmin, 70px); letter-spacing: .15em; min-height: 1.2em; }
.stars .off { opacity: .2; filter: grayscale(1); }
.newtag { font-size: clamp(28px, 5vmin, 46px); font-weight: 900; color: #fde68a; margin-top: 2vh; }

/* Battle */
.scr-battle { padding: 0; overflow: hidden; }
#arena { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: none; }
.hud { position: absolute; top: calc(env(safe-area-inset-top) + 8px); left: 12px; right: 12px; display: flex; gap: 12px; z-index: 2; pointer-events: none; }
.hp { flex: 1; font-weight: 900; font-size: clamp(16px, 2.8vmin, 24px); }
.hp.riv { text-align: right; }
.hp .bar { height: clamp(16px, 2.6vmin, 24px); background: rgba(0,0,0,.5); border-radius: 12px; overflow: hidden; margin-top: 4px; border: 2px solid rgba(255,255,255,.25); }
.hp .bar i { display: block; height: 100%; width: 100%; transition: width .15s; }
.hp.leo .bar i { background: linear-gradient(90deg, #22d3ee, #3b82f6); }
.hp.riv .bar i { background: linear-gradient(90deg, #f97316, #ef4444); margin-left: auto; }
.hud .pill { pointer-events: auto; align-self: flex-start; }
.special {
  position: absolute; bottom: calc(env(safe-area-inset-bottom) + 18px); left: 50%; transform: translateX(-50%);
  width: clamp(96px, 17vmin, 150px); height: clamp(96px, 17vmin, 150px); border-radius: 50%; z-index: 3;
  font-size: clamp(46px, 8vmin, 76px);
  background: conic-gradient(#fbbf24 var(--m, 0%), rgba(255,255,255,.12) 0);
  box-shadow: 0 0 0 6px rgba(0,0,0,.4);
}
.special span { position: absolute; inset: 10px; border-radius: 50%; background: #312e81; display: flex; align-items: center; justify-content: center; }
.special.ready { animation: ready .7s infinite; }
.special.ready span { background: linear-gradient(#fde047, #f97316); }
@keyframes ready { 50% { transform: translateX(-50%) scale(1.12); box-shadow: 0 0 0 6px #fde047, 0 0 50px #f97316; } }
.special[disabled] { opacity: .8; }
.ch-overlay { position: absolute; inset: 0; z-index: 5; background: rgba(10,8,40,.78); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; }
.ch-overlay.hidden { display: none; }
.ch-overlay h2 { margin: 0 0 16px; font-size: clamp(28px, 5vmin, 48px); color: #fde68a; }

/* Result */
.result-title { font-size: clamp(56px, 12vmin, 110px); font-weight: 900; margin: 3vh 0 0; line-height: 1; text-align: center; }
.result-title.win { background: linear-gradient(#fef08a, #f59e0b); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 5px 0 #92400e); }
.result-title.lose { color: #c7d2fe; }
.loot { display: flex; flex-direction: column; gap: 8px; margin: 3vh 0; min-width: min(90vw, 420px); }
.loot div { display: flex; align-items: center; gap: 14px; background: rgba(0,0,0,.3); border-radius: 18px; padding: 8px 18px; font-size: clamp(22px, 4vmin, 34px); font-weight: 800; animation: popin .4s backwards; }
.loot div .v { margin-left: auto; color: #fde68a; }
.events { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 2vh; }
.event { background: linear-gradient(#fef3c7, #fde68a); color: #78350f; border-radius: 24px; padding: 10px 20px; text-align: center; font-weight: 900; font-size: clamp(18px, 3vmin, 26px); animation: popin .5s .3s backwards; box-shadow: 0 6px 0 #d97706; }
.event .e { font-size: 2.2em; display: block; }
.actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* Shop */
.tabs { display: flex; gap: 10px; margin: 6px 0 14px; }
.tab { font-size: clamp(22px, 3.6vmin, 32px); font-weight: 900; padding: .35em .9em; border-radius: 20px; background: rgba(255,255,255,.1); }
.tab.on { background: #fbbf24; color: #451a03; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(40vw, 230px), 1fr)); gap: 14px; width: 100%; max-width: 1000px; }
.card {
  background: rgba(255,255,255,.1); border: 3px solid rgba(255,255,255,.15); border-radius: 26px;
  padding: 12px; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
}
.card.sel { border-color: #fbbf24; box-shadow: 0 0 24px rgba(251,191,36,.5); }
.card.locked { opacity: .75; }
.card.locked canvas { filter: grayscale(.7) brightness(.7); }
.card canvas { width: min(26vmin, 150px); height: min(26vmin, 150px); }
.card .cic { font-size: clamp(50px, 9vmin, 80px); line-height: 1.1; }
.card .nm { font-size: clamp(20px, 3.2vmin, 28px); background: #fff; border-radius: 12px; padding: .05em .45em; }
.pips { font-size: clamp(18px, 3vmin, 26px); letter-spacing: .1em; }
.pips .off { opacity: .25; }
/* Seltenheit: farbiger Rahmen, das Legendäre schimmert in Regenbogenfarben */
.card[class*="tier"] { border-color: var(--tc); background: linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.04)); }
.card.tier4 { box-shadow: 0 0 18px color-mix(in srgb, var(--tc) 45%, transparent); }
.card.tier5 { position: relative; border-color: transparent; background:
  linear-gradient(#2e1065, #1e1b4b) padding-box,
  conic-gradient(from var(--rot, 0deg), #f87171, #fbbf24, #4ade80, #60a5fa, #c084fc, #f87171) border-box;
  animation: rainbow 3s linear infinite; box-shadow: 0 0 30px rgba(192,132,252,.55); }
@property --rot { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
@keyframes rainbow { to { --rot: 360deg; } }
.card.sel { border-color: #fbbf24; }
.tier { color: var(--tc); font-size: clamp(18px, 2.8vmin, 24px); letter-spacing: .08em; line-height: 1; font-weight: 900; }
.tier span { display: block; font-size: .6em; letter-spacing: .12em; text-transform: uppercase; }
.powernum { font-size: clamp(26px, 4.4vmin, 40px); font-weight: 900; color: #fde047; text-shadow: 0 3px 0 rgba(0,0,0,.35); line-height: 1; }
.stats { display: flex; flex-direction: column; gap: 5px; width: 100%; }
.stat { display: flex; align-items: center; gap: 8px; font-size: clamp(16px, 2.6vmin, 22px); font-weight: 900; }
.stat .si { width: 1.4em; text-align: center; }
.stat .sb { flex: 1; height: 12px; background: rgba(0,0,0,.4); border-radius: 6px; overflow: hidden; display: flex; }
.stat .sb i { display: block; height: 100%; background: linear-gradient(90deg, #22d3ee, #4ade80); }
.stat .sb i.add { background: #fde047; animation: blink 1s infinite; }
.stat .sn { width: 2.2em; text-align: right; }
@keyframes blink { 50% { opacity: .35; } }
.bignum { font-size: clamp(34px, 6vmin, 54px); font-weight: 900; line-height: 1; }
.bignum small { font-size: .5em; color: #4ade80; margin-left: .3em; }
.hero-info { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero-info .nm { font-size: clamp(24px, 4vmin, 36px); background: #fff; border-radius: 14px; padding: .1em .5em; }
.price { font-weight: 900; }
.need { height: 10px; width: 80%; background: rgba(0,0,0,.4); border-radius: 6px; overflow: hidden; }
.need i { display: block; height: 100%; background: #fbbf24; }
.shop-hero { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.shop-hero canvas { width: min(30vmin, 200px); height: min(30vmin, 200px); }

/* League */
.ladder { display: flex; flex-direction: column; gap: 8px; width: 100%; max-width: 640px; }
.rung { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); border-radius: 18px; padding: 8px 14px; font-size: clamp(18px, 3vmin, 26px); font-weight: 800; }
.rung .n { width: 1.6em; text-align: center; opacity: .7; }
.rung .f { width: 1.8em; height: 1.8em; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3em; }
.rung .st { margin-left: auto; font-size: 1.3em; }
.rung.boss { background: linear-gradient(90deg, rgba(220,38,38,.35), rgba(124,58,237,.25)); }
.rung.next { outline: 4px solid #fbbf24; animation: breathe 1.4s infinite; }
.rung.done { opacity: .75; }
.shelf { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 16px 0; max-width: 700px; }
.trophy { width: clamp(70px, 12vmin, 100px); text-align: center; background: rgba(0,0,0,.3); border-radius: 18px; padding: 8px 4px; font-size: clamp(12px, 1.9vmin, 15px); font-weight: 700; }
.trophy .e { font-size: clamp(34px, 6vmin, 52px); display: block; }
.trophy.off .e { filter: grayscale(1) brightness(.3); }
.trophy.off { opacity: .6; }
.records { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
h2.sec { font-size: clamp(22px, 3.8vmin, 34px); margin: 18px 0 8px; }

/* ABC */
.abc { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(28vw, 150px), 1fr)); gap: 14px; width: 100%; max-width: 1000px; }
.abc button { background: #fff; color: #1e1b4b; border-radius: 24px; padding: 10px 6px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 6px 0 #a5b4fc; }
.abc button .L { font-size: clamp(56px, 10vmin, 90px); font-weight: 900; line-height: 1; }
.abc button .E { font-size: clamp(30px, 5vmin, 44px); }
.abc button .S { font-size: clamp(14px, 2.4vmin, 20px); }
.abc button.lock { background: rgba(255,255,255,.12); color: rgba(255,255,255,.4); box-shadow: none; }
.abc button:active { transform: scale(.95); }

/* Rest */
.rest { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 18px; }
.rest .moon { font-size: min(30vmin, 220px); animation: breathe 3s infinite; }
.rest h1 { font-size: clamp(36px, 7vmin, 64px); margin: 0; }
.rest p { font-size: clamp(20px, 3.4vmin, 30px); margin: 0; opacity: .85; }
.holdbtn { position: relative; overflow: hidden; }
.holdbtn .fill { position: absolute; left: 0; top: 0; bottom: 0; width: var(--p, 0%); background: rgba(251,191,36,.5); }
.holdbtn span { position: relative; }

/* Parent */
.parent { width: 100%; max-width: 900px; color: #e0e7ff; font-family: system-ui, sans-serif; font-size: 16px; user-select: text; -webkit-user-select: text; }
.parent h1 { font-size: 26px; margin: 8px 0; }
.parent h3 { margin: 22px 0 8px; font-size: 18px; color: #fde68a; }
.parent table { width: 100%; border-collapse: collapse; background: rgba(0,0,0,.25); border-radius: 12px; overflow: hidden; }
.parent td, .parent th { padding: 8px 6px; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; }
.parent th { font-size: 13px; opacity: .7; }
.parent td.L { font-size: 26px; font-weight: 900; }
.parent .mini { padding: 6px 10px; border-radius: 10px; background: #4f46e5; font-size: 14px; font-weight: 700; margin: 2px; }
.parent .mini.red { background: #b91c1c; }
.parent .mini.rec { background: #dc2626; }
.parent .mini.on { background: #16a34a; }
.parent select, .parent input[type=text] { font-size: 16px; padding: 6px 8px; border-radius: 8px; border: 0; }
.parent .row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 6px 0; }
.parent .bar { display: inline-block; width: 70px; height: 10px; background: rgba(255,255,255,.15); border-radius: 5px; overflow: hidden; vertical-align: middle; }
.parent .bar i { display: block; height: 100%; background: #4ade80; }
.parent p.note { font-size: 14px; opacity: .8; line-height: 1.45; }
.parent .dim { opacity: .45; }

/* FX */
.coin-fly { position: fixed; font-size: 40px; z-index: 60; pointer-events: none; }
.toast {
  position: fixed; left: 50%; top: 18%; transform: translateX(-50%);
  background: linear-gradient(#fef3c7, #fbbf24); color: #451a03; font-weight: 900; font-size: clamp(24px, 4.5vmin, 42px);
  padding: .4em 1em; border-radius: 24px; box-shadow: 0 8px 0 #b45309, 0 20px 40px rgba(0,0,0,.4);
  animation: toast 2.6s forwards; z-index: 70; text-align: center; white-space: nowrap;
}
@keyframes toast { 0% { transform: translate(-50%, -30px) scale(.6); opacity: 0; } 12% { transform: translate(-50%, 0) scale(1.05); opacity: 1; } 20% { transform: translate(-50%, 0) scale(1); } 85% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -20px); } }
.confetti { position: fixed; top: -20px; width: 12px; height: 18px; z-index: 55; pointer-events: none; animation: fall linear forwards; }
@keyframes fall { to { transform: translateY(110vh) rotate(720deg); } }
