/* ═══ MonZoo · «Лунная роща» (золотая палитра, оптимизированная) ═══ */
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Nunito:wght@400;600;700;800;900&display=swap');

:root {
  --bg: #0d0a20;
  --panel: rgba(189, 134, 52, 0.9);
  /* градиент панелей: твоё золото сверху, чуть темнее книзу (мягкий объём) */
  --panel-grad: linear-gradient(180deg, rgba(196, 141, 57, .95) 0%, rgba(148, 101, 35, .97) 100%);
  --stroke: rgba(255, 226, 170, .22);           /* тёплая светлая кайма (старая была невидимой) */
  /* «вдавленные» карточки внутри золотых окон */
  --card: rgba(43, 27, 8, .30);
  --card-border: rgba(255, 226, 170, .16);
  --card-inset: inset 0 1px 0 rgba(255, 255, 255, .06);
  --accent: #a78bfa;
  --accent-deep: #7c5cf0;
  --accent2: #4ade80;
  --gold: #ffd166;
  --text: #fff7ec;
  --muted: rgba(255, 243, 224, .68);
  --danger: #fb7185;
  --radius: 22px;
  --shadow-soft: 0 10px 30px rgba(5, 3, 15, .45), inset 0 1px 0 rgba(255, 255, 255, .10);
  --font-fairy: 'Lobster', 'Nunito', cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { height: 100%; }
html { background: var(--bg); }

body {
  position: relative;
  z-index: 0;
  min-height: 100dvh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(13, 10, 32, .66) 0%, rgba(13, 10, 32, .45) 40%, rgba(13, 10, 32, .82) 100%),
    url('/assets/mainfon.webp') center / cover no-repeat,
    #0d0a20;
  color: var(--text);
  font-family: 'Nunito', -apple-system, 'Segoe UI', Roboto, sans-serif;
  overscroll-behavior: none;
  user-select: none;
  -webkit-user-select: none;
  padding-top: env(safe-area-inset-top);
}

/* — аврора — */
body::before {
  content: ''; position: fixed; inset: -10%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(52% 34% at 18% 6%,   rgba(139, 92, 246, .22), transparent 70%),
    radial-gradient(42% 30% at 88% 18%,  rgba(45, 212, 191, .10), transparent 70%),
    radial-gradient(60% 42% at 50% 108%, rgba(124, 92, 240, .16), transparent 70%);
  animation: aurora 22s ease-in-out infinite alternate;
}
@keyframes aurora {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to   { transform: translate3d(2%, 2%, 0) scale(1.06); }
}

/* — светлячки — */
body::after {
  content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    radial-gradient(2.5px 2.5px at 12% 22%, rgba(255, 220, 140, .9),  transparent 70%),
    radial-gradient(2px 2px at 78% 12%,     rgba(210, 190, 255, .8),  transparent 70%),
    radial-gradient(2px 2px at 88% 44%,     rgba(255, 220, 140, .7),  transparent 70%),
    radial-gradient(2.5px 2.5px at 26% 58%, rgba(190, 255, 214, .6),  transparent 70%),
    radial-gradient(2px 2px at 62% 34%,     rgba(255, 255, 255, .55), transparent 70%),
    radial-gradient(2px 2px at 40% 82%,     rgba(255, 220, 140, .6),  transparent 70%),
    radial-gradient(2px 2px at 92% 76%,     rgba(210, 190, 255, .6),  transparent 70%);
  animation: firefly 5.5s ease-in-out infinite alternate;
}
@keyframes firefly { from { opacity: .45; } to { opacity: .95; } }

/* ── Intro ── */
#intro { position: fixed; inset: 0; z-index: 100; background: #05030d; display: flex; align-items: center; justify-content: center; }
#introVideo { width: 100%; height: 100%; object-fit: cover; }
#skipIntro { position: absolute; bottom: calc(20px + env(safe-area-inset-bottom)); right: 16px; background: rgba(20, 14, 40, .85); color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 10px 18px; font-size: 14px; font-weight: 700; font-family: inherit; }
#preloadBar { position: absolute; bottom: calc(30px + env(safe-area-inset-bottom)); left: 16px; right: 140px; height: 8px; background: rgba(255,255,255,.12); border-radius: 99px; overflow: hidden; }
#preloadFill { height: 100%; width: 0%; border-radius: 99px; background: linear-gradient(90deg, var(--accent-deep), var(--accent), var(--gold)); box-shadow: 0 0 12px rgba(167,139,250,.8); transition: width .3s; }

/* ── Layout ── */
#app {
  max-width: 460px; margin: 0 auto;
  height: 100dvh;
  padding: 8px 10px calc(100px + env(safe-area-inset-bottom));
  display: flex; flex-direction: column; gap: 10px;
  overflow-y: auto;
  scrollbar-width: none;
}
#app::-webkit-scrollbar { display: none; }

/* ── Шапка ── */
.counter-wrap {
  position: relative; background: var(--panel-grad);
  border: 1px solid var(--stroke); border-radius: 22px; padding: 10px 14px 12px;
  text-align: center; box-shadow: var(--shadow-soft), 0 0 40px rgba(189, 134, 52, .35);
  flex-shrink: 0;
}
.counter-wrap::before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(70% 100% at 50% 0%, rgba(255, 240, 210, .14), transparent 65%); }
/* золотое число на золотой панели — добавлена тёмная подложка-тень для читаемости */
#counter { font-family: var(--font-fairy); font-size: 28px; letter-spacing: 1px; color: #ffe9b8; text-shadow: 0 1px 0 rgba(74, 46, 10, .55), 0 0 18px rgba(255, 209, 102, .5); }
#counter .cur { font-size: 15px; opacity: .8; }

.btn { border: none; border-radius: 16px; padding: 12px 22px; font-family: inherit; font-size: 15px; font-weight: 800; letter-spacing: .3px; color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); box-shadow: 0 6px 18px rgba(124,92,240,.35), inset 0 1px 0 rgba(255,255,255,.25); cursor: pointer; transition: transform .12s ease, filter .2s ease; }
.btn:active { transform: scale(.95); filter: brightness(1.1); }
.btn:disabled { opacity: .5; }
.btn-claim { position: relative; overflow: hidden; width: 100%; margin-top: 8px; padding: 11px; background: linear-gradient(135deg, #5be49b, #16a34a); box-shadow: 0 6px 20px rgba(74,222,128,.35), inset 0 1px 0 rgba(255,255,255,.3); }
.btn-claim::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.3), transparent 60%); opacity: 0; animation: claimSheen 2.6s ease-in-out infinite; }
@keyframes claimSheen { 50% { opacity: 1; } }
.btn-shop { width: 100%; font-size: 16px; padding: 16px; border-radius: 20px; background: linear-gradient(135deg, #ffd166, #f59e0b 60%, #d97706); color: #3a2403; box-shadow: 0 8px 22px rgba(245,158,11,.35), inset 0 1px 0 rgba(255,255,255,.5); }
.btn-small { padding: 8px 13px; font-size: 13px; border-radius: 13px; }

.balance-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; background: var(--panel-grad); border: 1px solid var(--stroke); border-radius: 16px; padding: 6px 6px 6px 14px; font-size: 14px; box-shadow: var(--shadow-soft); flex-shrink: 0; }
.balance-row .bal b { color: #ffe9b8; text-shadow: 0 1px 0 rgba(74, 46, 10, .5); }

/* ── Поле 3×3 ── */
.board {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  aspect-ratio: 1 / 1;
  width: min(100%, calc(100dvh - 430px));
  margin-inline: auto;
  flex-shrink: 0;
}
.cell {
  position: relative; border-radius: 24px;
  /* ⚠ ФИКС СИНТАКСИСА: было "…))rgb(207, 207, 207)47" — невалидно, браузер выбрасывал весь фон.
     Смысл сохранён: твой градиент поверх светло-серой заливки. Хочешь другой цвет — меняй rgb() ниже. */
  background: linear-gradient(160deg, rgba(185, 185, 185, .06), rgba(185, 185, 185, .015)), rgb(207, 207, 207);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: inset 0 4px 14px rgba(4,2,12,.5);
  contain: layout paint;
  transition: box-shadow .15s ease, transform .15s ease;
}
.cell.drop-ok  { box-shadow: 0 0 0 3px var(--accent2), 0 0 24px rgba(74,222,128,.55), inset 0 4px 14px rgba(4,2,12,.5); }
.cell.merge-ok { box-shadow: 0 0 0 3px var(--gold), 0 0 28px rgba(255,209,102,.7), inset 0 4px 14px rgba(4,2,12,.5); transform: scale(1.04); }
.cell.drop-no  { box-shadow: 0 0 0 3px var(--danger), 0 0 18px rgba(251,113,133,.4), inset 0 4px 14px rgba(4,2,12,.5); }

/* ── Монстр ── */
.monster { position: absolute; inset: 0; border-radius: 22px; overflow: hidden; display: flex; align-items: center; justify-content: center; touch-action: none; cursor: grab; contain: layout paint; }
.monster:active { cursor: grabbing; }
.monster video, .monster img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.monster .lvl { position: absolute; z-index: 2; top: 6px; right: 6px; background: rgba(43, 27, 8, .8); border: 1px solid rgba(255,209,102,.4); border-radius: 999px; padding: 2px 9px; font-size: 11px; font-weight: 900; color: var(--gold); }
.monster.drag-src { opacity: .3; }
.ghost { position: fixed; left: 0; top: 0; z-index: 90; pointer-events: none; border-radius: 22px; overflow: hidden; filter: drop-shadow(0 14px 22px rgba(0,0,0,.55)); will-change: transform; }

/* ── Яйца ── */
.section-title { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.eggs-wrap { flex-shrink: 0; }
.eggs-bar { display: flex; gap: 10px; overflow-x: auto; padding: 12px 2px 8px; margin: -12px 0 -4px; scrollbar-width: none; scroll-snap-type: x proximity; }
.eggs-bar::-webkit-scrollbar { display: none; }
.egg-card { flex: 0 0 60px; height: 68px; scroll-snap-align: start; background: var(--panel-grad); border: 1px solid var(--stroke); border-radius: 18px; position: relative; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow-soft); transition: transform .15s ease; }
.egg-card:active { transform: scale(.93); }
.egg-card img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.35)); }
.egg-card .egg-lvl { position: absolute; bottom: 4px; right: 5px; background: rgba(43,27,8,.75); border-radius: 99px; padding: 1px 7px; font-size: 10px; font-weight: 900; color: var(--gold); }
.egg-card.shake-l { animation: shakeL .18s; }
@keyframes shakeL { 50% { transform: translateX(-6px) rotate(-12deg); } }
.egg-add { border: 1.5px dashed rgba(255,240,215,.35); background: rgba(255,255,255,.04); font-size: 26px; font-weight: 600; color: rgba(255,243,224,.5); box-shadow: none; }

/* ── Нижнее меню (иконки-картинки) ── */
#bottomNav { position: fixed; z-index: 50; left: 50%; transform: translateX(-50%); bottom: calc(10px + env(safe-area-inset-bottom)); width: min(460px, calc(100% - 20px)); display: flex; gap: 6px; padding: 7px; background: var(--panel-grad); border: 1px solid var(--stroke); border-radius: 22px; box-shadow: 0 12px 30px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255,255,255,.12); }
.nav-btn { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; background: transparent; border: none; border-radius: 15px; padding: 7px 4px; color: rgba(66, 40, 8, .85); font-family: inherit; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .12s ease, background .2s, color .2s; }
.nav-btn .nav-ico { width: 30px; height: 30px; object-fit: contain; pointer-events: none; filter: saturate(.75) brightness(.92); transition: filter .2s, transform .2s; }
.nav-btn:active { transform: scale(.94); }
.nav-btn:active .nav-ico { transform: scale(.88); }
.nav-btn.active { background: rgba(66, 40, 8, .28); color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 226, 170, .4); }
.nav-btn.active .nav-ico { filter: none; transform: translateY(-2px) scale(1.12); }

/* ── Статистика (Зал) — тёмные карточки на золотом окне ── */
.stats-row { display: flex; gap: 8px; }
.stat { flex: 1; text-align: center; background: var(--card); border: 1px solid var(--card-border); box-shadow: var(--card-inset); border-radius: 16px; padding: 10px 4px; }
.stat span { display: block; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.stat b { font-size: 14px; font-weight: 900; color: var(--accent2); text-shadow: 0 0 14px rgba(74,222,128,.45); }

/* ── Модалки ── */
.modal { position: fixed; inset: 0; z-index: 60; background: rgba(6, 3, 16, .75); display: flex; align-items: flex-end; justify-content: center; }
.modal-card { background: var(--panel-grad); width: 100%; max-width: 460px; max-height: 85vh; overflow-y: auto; border: 1px solid var(--stroke); border-bottom: none; border-radius: 28px 28px 0 0; padding: 26px 18px calc(22px + env(safe-area-inset-bottom)); position: relative; animation: slideUp .28s cubic-bezier(.32,.72,.35,1); box-shadow: 0 -12px 40px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.12); scrollbar-width: thin; }
.modal-card::before { content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 44px; height: 5px; border-radius: 99px; background: rgba(255, 240, 215, .35); }
.modal-card h2 { font-family: var(--font-fairy); font-size: 24px; letter-spacing: .5px; color: #fff3d9; text-shadow: 0 1px 0 rgba(74,46,10,.5); }
@keyframes slideUp { from { transform: translateY(40%); } }
.modal-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; background: var(--card); border: 1px solid var(--card-border); border-radius: 50%; color: #fff; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.modal-sub { font-size: 13px; color: var(--muted); margin: 6px 0 14px; }
.hint { font-size: 12px; color: var(--muted); margin-top: 8px; }
.tab { animation: fadeIn .2s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } }

.shop-list { display: flex; flex-direction: column; gap: 10px; }
.shop-item { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--card-border); box-shadow: var(--card-inset); border-radius: 18px; padding: 12px; }
.shop-item img { width: 44px; height: 44px; }
.shop-item .si-info { flex: 1; }
.shop-item .si-name { font-weight: 800; font-size: 15px; }
.shop-item .si-price { font-size: 12.5px; color: var(--gold); font-weight: 700; }
.shop-item .buy-btn { min-width: 96px; }
.shop-item .buy-btn.confirming { background: linear-gradient(135deg, #fb7185, #dc2626); box-shadow: 0 6px 18px rgba(251,113,133,.4); }

.tabs { display: flex; gap: 4px; margin: 14px 0; background: rgba(43, 27, 8, .35); border: 1px solid var(--card-border); padding: 4px; border-radius: 16px; }
.tab-btn { flex: 1; padding: 10px; border-radius: 12px; border: none; background: transparent; color: var(--muted); font-family: inherit; font-weight: 800; font-size: 13px; transition: all .2s; cursor: pointer; }
.tab-btn.active { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: #fff; box-shadow: 0 4px 12px rgba(124,92,240,.4); }

.copy-row { display: flex; gap: 8px; align-items: center; margin: 10px 0; }
.copy-row code { flex: 1; background: rgba(43, 27, 8, .4); border: 1px solid var(--card-border); padding: 11px 12px; border-radius: 12px; font-size: 12px; word-break: break-all; }
.btn-ton { display: block; text-align: center; text-decoration: none; margin-top: 14px; background: linear-gradient(135deg, #2aabee, #0d8ecf); box-shadow: 0 6px 18px rgba(42,171,238,.35); }
.manual-connect { display: flex; gap: 8px; margin: 12px 0; }
.manual-connect input, #wAmount { flex: 1; width: 100%; background: rgba(43, 27, 8, .35); border: 1px solid var(--card-border); border-radius: 12px; color: #fff; padding: 12px 14px; font-size: 14px; font-family: inherit; outline: none; transition: border-color .2s, box-shadow .2s; }
.manual-connect input::placeholder, #wAmount::placeholder { color: rgba(255, 243, 224, .45); }
.manual-connect input:focus, #wAmount:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(167,139,250,.25); }

.hist-list { display: flex; flex-direction: column; gap: 8px; }
.hist-item { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; background: var(--card); border: 1px solid var(--card-border); box-shadow: var(--card-inset); border-radius: 12px; padding: 10px 13px; }
.hist-item .amt.in { color: var(--accent2); }
.hist-item .amt.out { color: var(--danger); }

.ref-stats { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.ref-stats div { background: var(--card); border: 1px solid var(--card-border); box-shadow: var(--card-inset); border-radius: 12px; padding: 10px 12px; }
.ref-stats b { color: var(--gold); }

/* ── FX ── */
#fxLayer { position: fixed; inset: 0; z-index: 80; pointer-events: none; }
.particle { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(255,209,102,.9); animation: particle .7s ease-out forwards; }
@keyframes particle { to { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; } }
.float-up { position: absolute; font-weight: 900; font-size: 20px; color: var(--gold); text-shadow: 0 0 12px rgba(255,209,102,.9); animation: floatUp 1.4s ease-out forwards; }
@keyframes floatUp { to { transform: translateY(-90px); opacity: 0; } }
.cell.merge-pulse { animation: mergePulse .55s; }
@keyframes mergePulse { 30% { transform: scale(1.16); box-shadow: 0 0 44px rgba(255,209,102,.9); } }
#flash { position: fixed; inset: 0; z-index: 95; background: #fff; opacity: 0; pointer-events: none; transition: opacity .5s; }
#flash.on { opacity: 1; transition: opacity .05s; }

/* ── Tutorial ── */
#tutOverlay { position: fixed; inset: 0; z-index: 75; pointer-events: none; }
#tutBox { position: absolute; left: 14px; right: 14px; bottom: calc(20px + env(safe-area-inset-bottom)); background: var(--panel-grad); border: 1.5px solid rgba(255, 226, 170, .45); border-radius: 20px; padding: 16px; text-align: center; pointer-events: auto; box-shadow: 0 12px 34px rgba(0,0,0,.5), 0 0 30px rgba(189,134,52,.4); transition: top .25s ease, bottom .25s ease, transform .25s ease; }
#tutBox.tut-center { top: 50%; bottom: auto; transform: translateY(-50%); }
#tutBox.tut-center-low { top: 64%; bottom: auto; transform: translateY(-50%); }
#tutText { font-size: 15px; line-height: 1.5; }
#tutText b { color: #ffe9b8; }
#tutNext { margin-top: 12px; }
#tutFinger { position: absolute; width: 56px; z-index: 1000; transform-origin: 70% 20%; filter: drop-shadow(0 6px 12px rgba(0,0,0,.6)); }
#tutFinger.wiggle { animation: wiggle .8s ease-in-out infinite; }
@keyframes wiggle { 0%,100% { transform: rotate(-20deg); } 50% { transform: rotate(20deg); } }
.tut-highlight { position: relative; z-index: 71; box-shadow: 0 0 0 4px var(--gold), 0 0 34px rgba(255,209,102,.9) !important; animation: tutPulse 1s infinite; }
@keyframes tutPulse { 50% { box-shadow: 0 0 0 7px var(--gold), 0 0 48px rgba(255,209,102,1); } }

/* ── Toast ── */
#toast { position: fixed; top: calc(14px + env(safe-area-inset-top)); left: 50%; transform: translateX(-50%); z-index: 99; background: var(--panel-grad); border: 1px solid rgba(255, 226, 170, .45); color: #fff; border-radius: 999px; padding: 11px 20px; font-size: 14px; font-weight: 700; max-width: 90vw; text-align: center; box-shadow: 0 10px 26px rgba(0,0,0,.45); }

[hidden] { display: none !important; }

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

/* ── Бусты: пилюля множителя и кнопка кормления в ячейке ── */
.boost-pill { position: absolute; z-index: 3; top: 6px; left: 6px; background: rgba(43, 27, 8, .82); border: 1px solid rgba(255, 209, 102, .55); color: var(--gold); border-radius: 999px; padding: 2px 8px; font-size: 11px; font-weight: 900; cursor: pointer; }
.boost-pill.expiring { border-color: var(--danger); color: #ffc2cb; animation: pillBlink 1s ease-in-out infinite; }
@keyframes pillBlink { 50% { box-shadow: 0 0 12px rgba(251, 113, 133, .8); } }
.feed-btn { position: absolute; z-index: 3; bottom: 5px; left: 50%; transform: translateX(-50%); background: rgba(43, 27, 8, .82); border: 1px solid rgba(255, 226, 170, .35); color: #ffe9b8; border-radius: 999px; padding: 3px 10px; font-size: 10px; font-weight: 800; font-family: inherit; cursor: pointer; transition: transform .12s ease; white-space: nowrap; }
.feed-btn:active { transform: translateX(-50%) scale(.92); }

/* ── Бусты: карточки в магазине ── */
.boost-item img { width: 44px; height: 44px; object-fit: contain; }
.si-desc { font-size: 12px; color: var(--muted); margin: 1px 0; }
.rarity-tag { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 1px 7px; border-radius: 99px; vertical-align: middle; margin-left: 4px; }
.r-common .rarity-tag { background: rgba(255,255,255,.12); color: #d8d4e8; }
.r-rare .rarity-tag { background: rgba(96,165,250,.2); color: #93c5fd; }
.r-epic .rarity-tag { background: rgba(167,139,250,.22); color: #c4b5fd; }
.r-legendary .rarity-tag { background: rgba(255,209,102,.2); color: var(--gold); }
.boost-item.r-rare { border-color: rgba(96, 165, 250, .5); }
.boost-item.r-epic { border-color: rgba(167, 139, 250, .55); }
.boost-item.r-legendary { border-color: rgba(255, 209, 102, .65); box-shadow: 0 0 16px rgba(255, 209, 102, .22), var(--card-inset); }

/* ── Шторка кормления: слоты активных бустов ── */
.feed-active { display: flex; gap: 8px; margin-bottom: 14px; }
.feed-slot { flex: 1; min-height: 66px; background: var(--card); border: 1px dashed var(--card-border); border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 10px; color: var(--muted); }
.feed-slot.filled { border-style: solid; border-color: rgba(255, 209, 102, .45); }
.feed-slot img { width: 28px; height: 28px; object-fit: contain; }
.feed-slot b { color: var(--gold); font-size: 11px; }
.feed-slot small { font-size: 9px; opacity: .75; }