:root {
  --night: #140a2e;
  --dusk: #2b0f45;
  --magenta: #ff3d81;
  --sunset: #ffb347;
  --acid: #7cff4f;
  --carta: #fff3dc;
  --ink: #1d1330;
  --hot: #ff3355;
  --gold: #ffcf4a;
  --violet: #9b7bff;
  --display: 'Bungee', 'Impact', system-ui, sans-serif;
  --mono: 'Space Mono', ui-monospace, monospace;
  --type: 'Special Elite', 'Courier New', monospace;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; height: 100%; overflow: hidden; background: var(--night); color: var(--carta); }
body { font-family: var(--mono); user-select: none; -webkit-user-select: none; touch-action: manipulation; }
button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }

/* ---------- cielo synth-tropicale ---------- */
.sky { position: fixed; inset: 0; z-index: 0; overflow: hidden;
  background: linear-gradient(180deg, #0c0620 0%, #1d0a38 38%, #4a1150 62%, #8a1d52 78%, #1a0b2c 78.2%, #0d0620 100%); }
.sun { position: absolute; left: 50%; top: 44%; width: 120vmin; height: 120vmin; transform: translate(-50%, -50%);
  border-radius: 50%; opacity: .55;
  background: radial-gradient(circle at 50% 50%, #ffcf4a 0%, #ff7a59 22%, #ff3d81 38%, transparent 62%);
  -webkit-mask: repeating-linear-gradient(180deg, #000 0 14px, transparent 14px 18px);
          mask: repeating-linear-gradient(180deg, #000 0 14px, transparent 14px 18px);
  animation: sunpulse 7s ease-in-out infinite; }
@keyframes sunpulse { 50% { opacity: .7; transform: translate(-50%, -51%) scale(1.03); } }
.grid { position: absolute; left: -50%; right: -50%; top: 78%; bottom: -20%;
  background:
    repeating-linear-gradient(90deg, rgba(255,61,129,.35) 0 2px, transparent 2px 60px),
    repeating-linear-gradient(180deg, rgba(255,61,129,.35) 0 2px, transparent 2px 36px);
  transform: perspective(300px) rotateX(58deg); transform-origin: top;
  animation: gridmove 3s linear infinite; }
@keyframes gridmove { to { background-position: 0 0, 0 36px; } }
.euro { position: absolute; inset: -40px; opacity: .06; font-size: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Ctext x='8' y='42' font-size='32' fill='white' font-family='monospace'%3E%E2%82%AC%3C/text%3E%3C/svg%3E");
  animation: eurodrift 40s linear infinite; }
@keyframes eurodrift { to { transform: translate(70px, 70px); } }
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 50;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,.55) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E"); }

/* ---------- layout ---------- */
#app { position: relative; z-index: 1; height: 100dvh; max-width: 460px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 6px;
  padding: calc(env(safe-area-inset-top) + 8px) 10px calc(env(safe-area-inset-bottom) + 10px); }
.lbl { font-family: var(--display); font-size: 10px; letter-spacing: .06em; }
@keyframes blink { 50% { opacity: .55; } }
@keyframes engup { 30% { transform: scale(1.12); box-shadow: 0 0 20px var(--gold); } }
@keyframes stampin { from { transform: scale(2.2) rotate(-20deg); } }

.top { display: flex; align-items: center; gap: 8px; }
.turn { font-family: var(--display); font-size: 13px; flex: 1; }
.turn b { color: var(--sunset); font-size: 17px; }
.score-chip { font-family: var(--display); font-size: 14px; color: var(--gold); padding: 3px 9px; border-radius: 9px; background: rgba(0,0,0,.45); border: 1.5px solid var(--gold); }
.score-chip.bump { animation: engup .5s; }
.flee { font-family: var(--display); font-size: 10px; padding: 5px 8px; border-radius: 8px; background: #3a2a5c; border: 1.5px solid #6a58a0; color: #e7defc; }
.mute { font-size: 16px; opacity: .7; }

.res { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.rx { border-radius: 13px; padding: 6px 10px; display: flex; flex-direction: column; min-width: 0; }
.rx .num { font-family: var(--display); font-size: 30px; line-height: 1.05; transition: transform .12s; }
.rx .hint { font-size: 9.5px; opacity: .7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rx.pop .num { transform: scale(1.18); }
.rx.nero { background: #050508; border: 2px solid var(--acid); color: var(--acid); box-shadow: 0 4px 0 #245a14, 0 0 18px rgba(124,255,79,.2) inset; }
.rx.nero .num { text-shadow: 0 0 12px rgba(124,255,79,.7); }
.rx.bianco { background: var(--carta); border: 2px solid #fff; color: var(--ink); box-shadow: 0 4px 0 #b59a6d; }

.att { border-radius: 12px; padding: 6px 9px 8px; background: #1a0716; border: 2px solid var(--hot); box-shadow: 0 4px 0 #6d0f22; color: #ffb3c0; }
.att.danger { animation: siren .8s ease-in-out infinite; }
@keyframes siren { 50% { box-shadow: 0 4px 0 #6d0f22, 0 0 24px var(--hot); } }
.att-head { display: flex; justify-content: space-between; align-items: baseline; gap: 6px; font-size: 11px; }
.att-head #v-att { font-family: var(--display); font-size: 12px; color: #fff; white-space: nowrap; }
.att-bar { position: relative; height: 14px; margin-top: 5px; border-radius: 7px; background: rgba(255,255,255,.08); overflow: hidden; }
.att-bar .now { position: absolute; left: 0; top: 0; bottom: 0; background: repeating-linear-gradient(135deg, var(--hot) 0 8px, #c01d3c 8px 16px); transition: width .35s; }
.att-bar .ghost { position: absolute; top: 0; bottom: 0; background: rgba(255,51,85,.35); border-right: 2px dashed #fff; transition: left .25s, width .25s; }
.att-bar .ghost.down { background: rgba(127,216,255,.35); }
.att-bar .th { position: absolute; right: 0; top: 0; bottom: 0; width: 3px; background: #fff; }

.forecast { font-size: 11px; line-height: 1.4; padding: 6px 9px; border-radius: 10px; background: rgba(8,3,20,.75); border: 1px solid rgba(255,255,255,.14); }
.forecast b { font-family: var(--display); font-weight: 400; }
.forecast .n { color: var(--acid); } .forecast .w { color: var(--carta); } .forecast .r { color: #ff8aa0; } .forecast .c { color: #7fd8ff; }

/* tavola */
.board { display: flex; gap: 5px; }
.slot { position: relative; flex: 1 1 0; min-width: 0; height: 118px; border-radius: 12px; border: 2px dashed rgba(255,255,255,.22);
  background: rgba(10,4,24,.5); display: grid; place-items: center; color: rgba(255,255,255,.3); font-family: var(--display); font-size: 16px; }
.slot.target { border-color: var(--gold); border-style: solid; box-shadow: 0 0 14px rgba(255,207,74,.55); color: var(--gold); }
.slot.sealed { background: repeating-linear-gradient(135deg, #2a0714 0 8px, #1a0510 8px 16px); border-color: var(--hot); color: var(--hot); font-size: 22px; }
.ac { position: absolute; inset: -2px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; padding: 0 3px 5px; overflow: hidden;
  cursor: pointer; transition: transform .2s; text-align: center; }
.ac.N { background: #050508; border: 2px solid var(--acid); color: var(--acid); box-shadow: 0 5px 0 #245a14, 0 0 14px rgba(124,255,79,.25); }
.ac.B { background: linear-gradient(160deg, #fffaf0, var(--carta) 60%, #f3dfb8); border: 2px solid #fff; color: var(--ink); box-shadow: 0 5px 0 #b59a6d; }
.ac .ai { font-size: 24px; margin-top: 14px; }
.ac .an { font-size: 8.5px; font-weight: 700; line-height: 1.1; margin-top: 2px; min-height: 2.2em; }
.ac .av { margin-top: auto; font-family: var(--display); font-size: 14px; line-height: 1; }
.ac .ah { font-size: 9px; font-weight: 700; color: var(--hot); margin-top: 2px; }
.ac .ah.cool { color: #7fd8ff; text-decoration: line-through; }
.ac .ax { position: absolute; top: 2px; right: 4px; font-size: 11px; opacity: .5; padding: 1px 3px; }
.ac .flipme { position: absolute; top: 2px; left: 4px; font-size: 10px; opacity: .45; }
.ac.flip { animation: flip .26s ease; }
@keyframes flip { 50% { transform: rotateY(90deg) scale(.95); } }
.ac.fire { animation: fire .35s cubic-bezier(.2,2,.4,1); z-index: 5; }
@keyframes fire { 40% { transform: translateY(-12px) scale(1.1) rotate(-3deg); } }
.ac.new { animation: deal .35s cubic-bezier(.2,1.5,.4,1); }

.staffrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.st { position: relative; height: 46px; border-radius: 10px; border: 2px dashed rgba(255,255,255,.2); background: rgba(10,4,24,.5);
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 5px; padding: 3px 6px; font-size: 9px; color: rgba(255,255,255,.35); text-align: left; }
.st.empty { display: grid; place-items: center; grid-template-columns: 1fr; font-family: var(--display); font-size: 9.5px; }
.st.full { border: 2px solid var(--gold); background: #1c1230; color: var(--carta); box-shadow: 0 4px 0 #6b4b00; }
.st.target { border-color: var(--gold); border-style: solid; box-shadow: 0 0 14px rgba(255,207,74,.55); color: var(--gold); }
.st .si { font-size: 20px; grid-row: span 2; }
.st .sn { font-family: var(--display); font-size: 8.5px; color: var(--gold); line-height: 1.1; }
.st .sx { font-size: 8.5px; line-height: 1.15; opacity: .85; }
.st .ax { position: absolute; top: 1px; right: 4px; font-size: 10px; opacity: .5; }
.st.fire { animation: engup .5s; }

.debuffs { display: flex; flex-wrap: wrap; gap: 4px; min-height: 0; }
.debuffs:empty { display: none; }
.db { font-size: 10px; padding: 2px 7px; border-radius: 7px; background: #2a0714; border: 1.5px solid var(--hot); color: #ffb3c0; }
.db.new { animation: stampin .4s cubic-bezier(.2,2,.4,1); }

.info { min-height: 40px; font-size: 11px; line-height: 1.35; padding: 5px 9px; border-radius: 10px; background: rgba(8,3,20,.7); border: 1px solid rgba(255,255,255,.12); }
.info b { font-family: var(--display); font-weight: 400; font-size: 11.5px; color: var(--gold); }
.info .fN { color: var(--acid); } .info .fB { color: var(--carta); }

/* mano */
.hand { flex: 1; min-height: 0; display: flex; justify-content: center; align-items: flex-start; gap: 5px; padding-top: 2px; }
.card { --c: var(--gold); position: relative; flex: 1 1 0; min-width: 0; max-width: 88px; height: 124px; border-radius: 11px; padding: 0 3px 4px; overflow: hidden;
  display: flex; flex-direction: column; align-items: stretch; color: var(--ink); text-align: center;
  background: linear-gradient(160deg, #fffaf0, var(--carta) 60%, #f3dfb8); border: 2px solid #fff;
  box-shadow: 0 5px 0 rgba(0,0,0,.35), 0 0 0 2px var(--c); transition: transform .12s, box-shadow .12s; }
.card .cb { margin: 0 -3px; height: 6px; background: var(--c); }
.card .ci { font-size: 20px; margin-top: 2px; }
.card .fN, .card .fB { font-size: 8px; font-weight: 700; line-height: 1.15; border-radius: 5px; padding: 2px 2px; margin-top: 2px; }
.card .fN { background: #050508; color: var(--acid); }
.card .fB { background: #fff; border: 1px solid #d9c49a; }
.card .fS { font-size: 8.5px; font-weight: 700; line-height: 1.2; margin-top: 3px; }
.card .cn { font-family: var(--display); font-size: 9px; line-height: 1.05; margin-top: 1px; }
.card .cc { margin-top: auto; font-family: var(--display); font-size: 10.5px; display: flex; justify-content: center; gap: 5px; }
.card .cc .k { color: #1a7a00; } .card .cc .w { color: #8b6b30; }
.card.staff { background: linear-gradient(160deg, #2a1c44, #1c1230); color: var(--carta); border-color: var(--gold); }
.card.staff .cn { color: var(--gold); }
.card.staff .cc .k { color: var(--acid); } .card.staff .cc .w { color: var(--carta); }
.card.poor { opacity: .45; filter: grayscale(.5); }
.card.sel { transform: translateY(-10px) scale(1.05); box-shadow: 0 10px 0 rgba(0,0,0,.35), 0 0 0 3px var(--gold), 0 0 18px var(--gold); }
.card.deal { animation: deal .35s cubic-bezier(.2,1.5,.4,1) backwards; }
@keyframes deal { from { transform: translateY(140px) rotate(18deg); opacity: 0; } }

.actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; }
.acts { display: flex; gap: 4px; font-family: var(--display); font-size: 10px; align-items: center; }
.acts i { width: 16px; height: 16px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.acts i.used { background: rgba(255,255,255,.15); box-shadow: none; }
.act { font-family: var(--display); border-radius: 14px; padding: 12px 6px; border: 2.5px solid; transition: transform .08s; }
.act:active:not(:disabled) { transform: translateY(4px); }
.act:disabled { opacity: .35; }
.act.go { background: var(--acid); color: #07070c; border-color: #eaffdf; box-shadow: 0 6px 0 #245a14, 0 0 22px rgba(124,255,79,.4); font-size: 19px; }

/* inchiesta */
.picks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.pickd { border-radius: 14px; padding: 12px 10px; text-align: center; display: flex; flex-direction: column; gap: 6px; align-items: center;
  background: #2a0714; border: 2.5px solid var(--hot); color: #ffd0d8; box-shadow: 0 6px 0 #6d0f22; }
.pickd:active { transform: translateY(4px); }
.pickd .di { font-size: 34px; }
.pickd .dn { font-family: var(--display); font-size: 13px; color: #fff; }
.pickd .dx { font-size: 11.5px; line-height: 1.35; }
/* ---------- float, banner, overlay ---------- */
.floats { position: fixed; inset: 0; pointer-events: none; z-index: 40; }
.float { position: absolute; font-family: var(--display); font-size: 22px; transform: translate(-50%, -50%);
  animation: floatup 1.1s ease-out forwards; text-shadow: 0 2px 0 rgba(0,0,0,.6); white-space: nowrap; }
@keyframes floatup { 0% { opacity: 0; transform: translate(-50%, -30%) scale(.6); } 15% { opacity: 1; transform: translate(-50%, -60%) scale(1.15); } 100% { opacity: 0; transform: translate(-50%, -180%) scale(1); } }

.banner { position: fixed; left: 50%; top: 42%; z-index: 30; transform: translate(-50%, -50%) rotate(-4deg); pointer-events: none;
  font-family: var(--display); font-size: 40px; color: var(--gold); text-align: center; line-height: 1;
  text-shadow: 0 4px 0 var(--magenta), 0 0 30px rgba(255,61,129,.7); }
.banner small { display: block; font-family: var(--mono); font-size: 14px; color: var(--carta); text-shadow: 0 2px 0 #000; margin-top: 8px; }
.banner.go { animation: bannerin 1.2s ease forwards; }
@keyframes bannerin { 0% { opacity: 0; transform: translate(-50%, -50%) rotate(-4deg) scale(2); } 20% { opacity: 1; transform: translate(-50%, -50%) rotate(-4deg) scale(1); } 75% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -70%) rotate(-4deg); } }
.hidden { display: none !important; }

.overlay { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px;
  background: rgba(8,3,20,.82); backdrop-filter: blur(6px); animation: fadein .2s; }
@keyframes fadein { from { opacity: 0; } }
.panel { width: min(100%, 400px); text-align: center; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.panel h1 { margin: 0; font-family: var(--display); font-weight: 400; font-size: 26px; line-height: 1; }

/* controllo */
.siren { font-size: 44px; animation: sirenrot .5s steps(2) infinite; }
@keyframes sirenrot { 50% { filter: hue-rotate(180deg) brightness(1.4); } }
.meter { position: relative; width: 100%; height: 46px; border-radius: 12px; overflow: hidden; border: 3px solid #fff; background: #1f6b35; }
.meter .red { position: absolute; left: 0; top: 0; bottom: 0; background: repeating-linear-gradient(135deg, var(--hot) 0 12px, #c01d3c 12px 24px); }
.meter .needle { position: absolute; top: -4px; bottom: -4px; width: 6px; margin-left: -3px; background: #fff; box-shadow: 0 0 10px #fff; border-radius: 3px; }
.meter .lab { position: absolute; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: 12px; color: rgba(255,255,255,.85); }
.roll { font-family: var(--display); font-size: 54px; line-height: 1; }
.verdict { font-family: var(--display); font-size: 30px; padding: 6px 16px; border: 5px solid; border-radius: 10px; transform: rotate(-6deg);
  animation: stampin .35s cubic-bezier(.2,2,.4,1); }
.verdict.ok { color: var(--acid); }
.verdict.ko { color: var(--hot); }
.sub { font-size: 13px; opacity: .85; line-height: 1.45; }
.tap { font-size: 11px; opacity: .5; letter-spacing: .15em; animation: blink 1.4s infinite; }

.shake { animation: shake .45s; }
@keyframes shake { 20% { transform: translate(-8px, 3px) rotate(-1deg); } 40% { transform: translate(7px, -4px) rotate(1deg); } 60% { transform: translate(-5px, 2px); } 80% { transform: translate(4px, -1px); } }

/* titolo e fine */
.ticket { position: relative; width: 100%; padding: 22px 18px 18px; border-radius: 16px; color: var(--ink);
  background: linear-gradient(160deg, #fffaf0, var(--carta) 55%, #f6d9a6);
  box-shadow: 0 10px 0 rgba(0,0,0,.35), 0 0 0 3px var(--magenta), 0 0 60px rgba(255,61,129,.45);
  -webkit-mask: radial-gradient(circle at 0 62%, transparent 14px, #000 15px) left / 51% 100% no-repeat,
                radial-gradient(circle at 100% 62%, transparent 14px, #000 15px) right / 51% 100% no-repeat;
          mask: radial-gradient(circle at 0 62%, transparent 14px, #000 15px) left / 51% 100% no-repeat,
                radial-gradient(circle at 100% 62%, transparent 14px, #000 15px) right / 51% 100% no-repeat; }
.ticket .air { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .15em; opacity: .6; }
.ticket h1 { font-size: clamp(28px, 9vw, 40px); margin: 10px 0 4px; color: var(--ink); text-shadow: 3px 3px 0 var(--sunset); }
.ticket .route { display: flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--display); font-size: 18px; }
.ticket .route .plane { font-size: 24px; animation: fly 2.4s ease-in-out infinite; }
@keyframes fly { 50% { transform: translate(6px, -4px) rotate(-6deg); } }
.ticket .perf { margin: 16px -18px 12px; border-top: 2px dashed rgba(0,0,0,.3); }
.ticket .rules { text-align: left; font-family: var(--type); font-size: 13.5px; line-height: 1.45; margin: 0; padding-left: 18px; }
.ticket .rules li { margin: 3px 0; }
.ticket .rules b { font-family: var(--mono); }
.big-btn { font-family: var(--display); font-size: 24px; padding: 14px 42px; border-radius: 16px; background: var(--acid); color: #07070c;
  border: 3px solid #eaffdf; box-shadow: 0 7px 0 #245a14, 0 0 30px rgba(124,255,79,.45); }
.big-btn:active { transform: translateY(5px); box-shadow: 0 2px 0 #245a14; }
.big-btn.alt { background: var(--carta); box-shadow: 0 7px 0 #b59a6d; font-size: 16px; padding: 10px 22px; border-color: #fff; }
.best { font-size: 12px; opacity: .7; }
.score { font-family: var(--display); font-size: 72px; line-height: 1; color: var(--gold); text-shadow: 0 5px 0 var(--magenta); }
.rank { font-family: var(--display); font-size: 20px; color: var(--carta); }
.breakdown { width: 100%; font-size: 13px; border-collapse: collapse; }
.breakdown td { text-align: left; padding: 4px 6px; border-bottom: 1px dashed rgba(255,255,255,.15); }
.breakdown td:last-child { text-align: right; font-weight: 700; }
.row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.newbest { color: var(--acid); font-family: var(--display); font-size: 14px; animation: blink .8s infinite; }



@media (max-height: 720px) {
  .rx .num { font-size: 24px; }
  .slot { height: 98px; } .ac .ai { font-size: 18px; margin-top: 11px; }
  .card { height: 108px; } .card .ci { font-size: 16px; }
  .st { height: 40px; }
  .info { min-height: 32px; font-size: 10px; }
  .forecast { font-size: 10px; padding: 4px 8px; }
  .act { padding: 9px 6px; }
}

/* ================= v5 ================= */
.top { gap: 6px; }
.turn { flex: 0 0 auto; }
.flights { flex: 1; display: flex; gap: 4px; justify-content: flex-end; }
.flights span { font-size: 9.5px; padding: 3px 6px; border-radius: 7px; background: rgba(127,216,255,.12); border: 1.5px solid #7fd8ff; color: #d4f1ff; white-space: nowrap; }
.flights span.new { animation: stampin .4s cubic-bezier(.2,2,.4,1); }
.flee { background: var(--gold); color: var(--ink); border-color: #fff0b0; box-shadow: 0 3px 0 #9b6b00; font-size: 11px; }
.ac .cat, .card .cat, .st .cat { position: absolute; top: 0; left: 0; right: 0; height: 12px; background: var(--k); font-size: 8px; line-height: 12px; font-family: var(--display); color: var(--ink); letter-spacing: .05em; text-align: center; }
.ac .ai { margin-top: 15px; }
.ac .flipme { top: 14px; } .ac .ax { top: 13px; }
.ac .wear { font-size: 8.5px; font-weight: 700; color: var(--sunset); }
.ac.N .wear { color: var(--sunset); } .ac.B .wear { color: #b35a00; }
.st .sal { font-size: 8.5px; font-weight: 700; }
.st .sal.N { color: var(--acid); } .st .sal.B { color: var(--carta); }
.st { height: 54px; padding-top: 13px; }
.card { padding-top: 12px; }
.card .cb { display: none; }
.card .fS { font-size: 8px; }
.card .sal { font-size: 8px; font-weight: 700; opacity: .8; }
.db.once { border-color: var(--sunset); }
.pay { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; width: 100%; }
.pay button { font-family: var(--display); font-size: 17px; padding: 14px 8px; border-radius: 14px; border: 2.5px solid; }
.pay .pN { background: #050508; color: var(--acid); border-color: var(--acid); box-shadow: 0 6px 0 #245a14; }
.pay .pB { background: var(--carta); color: var(--ink); border-color: #fff; box-shadow: 0 6px 0 #b59a6d; }
.pay button:disabled { opacity: .3; }
.pickd .tag { font-size: 9px; font-family: var(--display); padding: 2px 6px; border-radius: 5px; background: var(--hot); color: #fff; }
.pickd .tag.once { background: var(--sunset); color: var(--ink); }
.fl-pick { border-radius: 14px; padding: 12px 10px; text-align: center; display: flex; flex-direction: column; gap: 5px; align-items: center;
  background: #0f2a3a; border: 2.5px solid #7fd8ff; color: #d4f1ff; box-shadow: 0 6px 0 #0a3a55; }
.fl-pick:active { transform: translateY(4px); }
.fl-pick .fi { font-size: 34px; } .fl-pick .fn { font-family: var(--display); font-size: 13px; color: #fff; }
.fl-pick .fx { font-size: 11px; line-height: 1.35; }
.fl-pick .fs { font-family: var(--display); font-size: 20px; color: var(--gold); }
.fl-pick .fr { font-size: 10.5px; color: #ff8aa0; }
.st.full { grid-template-rows: auto auto; }
.st .sn { font-size: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
