
.icon-svg[data-v-a5b8bfce] {
  display: inline-block;
  vertical-align: -0.18em;
  flex: none;
}

.corner[data-v-f5d5e7aa] {
  position: fixed;
  left: var(--hud-pad);
  bottom: var(--hud-pad);
  z-index: 46; /* above the stream dock (45): the open board must win */
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.toggle[data-v-f5d5e7aa] { position: relative; display: inline-flex; align-items: center; gap: 7px;
}
.badge[data-v-f5d5e7aa] {
  margin-left: 2px;
  background: var(--blood);
  color: #fff;
  font-size: 10px;
  padding: 1px 6px;
}
.board[data-v-f5d5e7aa] {
  position: absolute;
  left: 0;
  bottom: 52px;
  width: min(330px, calc(100vw - 24px));
  max-height: 56vh;
  padding: 14px;
  /* header stays put; ONLY the list scrolls (board-level scroll fought the
     clip-path corners and broke the layout on long lists) */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.title[data-v-f5d5e7aa] { font-size: 12px; color: var(--gold-bright); margin-bottom: 10px; letter-spacing: 0.2em; flex: none;
}
.empty[data-v-f5d5e7aa] { font-size: 12px; color: var(--bone-dim);
}
.list[data-v-f5d5e7aa] {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  min-height: 0;
  padding-right: 4px; /* room for the scrollbar */
}
.row[data-v-f5d5e7aa] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--line-dim);
  border-left: 2px solid rgba(240, 180, 41, 0.7); /* clean gold accent stripe, not a dotted box */
  background: rgba(240, 180, 41, 0.04);
}
.face[data-v-f5d5e7aa] { width: 26px; height: 26px; image-rendering: pixelated; flex: none;
}
.who[data-v-f5d5e7aa] { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px;
}
.nm[data-v-f5d5e7aa] { font-size: 10px;
}
.note[data-v-f5d5e7aa] { font-size: 11px; color: var(--bone-dim); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.kill-line[data-v-f5d5e7aa] { display: inline-flex; align-items: center; gap: 4px; color: var(--blood);
}
.amt[data-v-f5d5e7aa] { font-size: 12px; color: var(--gold-bright); flex: none;
}
.board-enter-active[data-v-f5d5e7aa] { animation: slide-up 0.22s ease-out;
}
.board-leave-active[data-v-f5d5e7aa] { transition: opacity 0.15s;
}
.board-leave-to[data-v-f5d5e7aa] { opacity: 0;
}
.toggle .label[data-v-f5d5e7aa] { margin-left: 1px;
}

/* mobile: the profile sheet covers the bottom — the bounties button yields */
@media (max-width: 640px) {
.corner.sheet-open[data-v-f5d5e7aa] { display: none;
}
  /* compact: just the sword icon + count, no "BOUNTIES" text (saves space) */
.toggle .label[data-v-f5d5e7aa] { display: none;
}
.toggle[data-v-f5d5e7aa] { padding: 9px 11px; gap: 4px;
}
.badge[data-v-f5d5e7aa] { margin-left: 0;
}
}

.feed[data-v-c320c74a] {
  position: fixed;
  top: calc(var(--hud-pad) + 104px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 30;
  width: min(420px, calc(100vw - 24px));
  pointer-events: none;
}
.item[data-v-c320c74a] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  animation: feed-in 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2);
  font-size: 13px;
}
.item.death[data-v-c320c74a] { border-color: rgba(255, 77, 77, 0.5);
}
.item.bounty[data-v-c320c74a] { border-color: rgba(240, 180, 41, 0.6); animation: feed-in 0.35s, bounty-throb 2s infinite;
}
.item.donation[data-v-c320c74a] { border-color: rgba(61, 220, 132, 0.5);
}
.icon[data-v-c320c74a] { display: inline-flex; align-items: center;
}
.icon.death[data-v-c320c74a] { color: var(--blood); animation: skull-pop 0.4s ease-out;
}
.icon.bounty[data-v-c320c74a] { color: var(--gold-bright);
}
.icon.donation[data-v-c320c74a] { color: var(--alive);
}
.icon.system[data-v-c320c74a] { color: var(--water);
}
.text[data-v-c320c74a] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.feed-leave-active[data-v-c320c74a] { transition: opacity 0.5s, transform 0.5s;
}
.feed-leave-to[data-v-c320c74a] { opacity: 0; transform: translateY(-8px);
}

.sprite[data-v-1b53b86a] {
  width: 62%;
  height: 62%;
  object-fit: contain;
  image-rendering: pixelated;
  z-index: 1;
}

/* container sets --e (edge px) to size the cube; default suits 40px slots */
.cube-wrap[data-v-1b53b86a] {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 1;
}
.cube[data-v-1b53b86a] {
  position: relative;
  width: calc(var(--e, 19px) * 1.732);
  height: calc(var(--e, 19px) * 2);
}
.face[data-v-1b53b86a] {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--e, 19px);
  height: var(--e, 19px);
  transform-origin: 0 0;
  background-size: 100% 100%;
  image-rendering: pixelated;
}
.face.top[data-v-1b53b86a] { transform: translate(0, calc(var(--e, 19px) * .5)) matrix(.866, -.5, .866, .5, 0, 0); filter: brightness(1.1);
}
.face.front[data-v-1b53b86a] { transform: translate(calc(var(--e, 19px) * .866), var(--e, 19px)) matrix(.866, -.5, 0, 1, 0, 0); filter: brightness(0.88);
}
.face.left[data-v-1b53b86a] { transform: translate(0, calc(var(--e, 19px) * .5)) matrix(.866, .5, 0, 1, 0, 0); filter: brightness(0.62);
}
.cube.slab .face[data-v-1b53b86a] { height: calc(var(--e, 19px) / 2); background-size: 100% 200%; background-position: bottom;
}
.cube.slab .face.top[data-v-1b53b86a] {
  height: var(--e, 19px);
  background-size: 100% 100%;
  background-position: center;
  transform: translate(0, var(--e, 19px)) matrix(.866, -.5, .866, .5, 0, 0);
}
.cube.slab .face.front[data-v-1b53b86a] { transform: translate(calc(var(--e, 19px) * .866), calc(var(--e, 19px) * 1.5)) matrix(.866, -.5, 0, 1, 0, 0);
}
.cube.slab .face.left[data-v-1b53b86a] { transform: translate(0, var(--e, 19px)) matrix(.866, .5, 0, 1, 0, 0);
}
.unknown[data-v-1b53b86a] { opacity: 0.6; color: var(--gold-bright); display: inline-flex;
}

.hand-wrap[data-v-00c76abd] {
  position: fixed;
  right: 6%;
  bottom: -30px;
  z-index: 18; /* above the map, below HUD panels */
  pointer-events: none;
}
.hand[data-v-00c76abd] {
  position: relative;
  transform-origin: 85% 100%;
  animation: swing-00c76abd 0.26s ease-out;
}

/* arm cropped from the 64x64 skin: right arm front = (44,20) 4x12 px,
   overlay layer = (44,36). f = 22px per skin pixel. */
.arm[data-v-00c76abd] {
  position: relative;
  width: 88px;   /* 4 * 22 */
  height: 264px; /* 12 * 22 */
  transform: rotate(-8deg);
  box-shadow: -6px 0 14px rgba(0, 0, 0, 0.45);
}
.arm-tex[data-v-00c76abd] {
  position: absolute;
  inset: 0;
  background-size: 1408px 1408px; /* 64 * 22 */
  image-rendering: pixelated;
}
.arm-tex.base[data-v-00c76abd] { background-position: -968px -440px;
}    /* 44*22, 20*22 */
.arm-tex.overlay[data-v-00c76abd] { background-position: -968px -792px;
} /* 44*22, 36*22 */
.held[data-v-00c76abd] {
  --e: 30px; /* big cube for blocks */
  position: absolute;
  left: -86px;
  bottom: 118px;
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  filter: drop-shadow(-4px 6px 8px rgba(0, 0, 0, 0.5));
}
.held[data-v-00c76abd] .sprite { width: 96px; height: 96px;
}
.held.enchanted[data-v-00c76abd] { filter: drop-shadow(0 0 10px rgba(170, 110, 255, 0.8));
}
.hand.holding .arm[data-v-00c76abd] { transform: rotate(-14deg) translate(14px, 26px);
}
@keyframes swing-00c76abd {
0% { transform: rotate(0) translate(0, 0);
}
35% { transform: rotate(-24deg) translate(-26px, 14px);
}
100% { transform: rotate(0) translate(0, 0);
}
}
.hand-enter-active[data-v-00c76abd] { transition: transform 0.25s ease-out;
}
.hand-enter-from[data-v-00c76abd] { transform: translateY(120px);
}
.hand-leave-active[data-v-00c76abd] { transition: transform 0.2s ease-in, opacity 0.2s;
}
.hand-leave-to[data-v-00c76abd] { transform: translateY(120px); opacity: 0;
}

.hotbar-wrap[data-v-4508e62e] {
  position: fixed;
  bottom: calc(var(--hud-pad) + 2px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}
/* vanilla Minecraft hotbar: a gray bar with a dark border + raised bevel, slots
   sit adjacent (inset/sunken), the held slot wears the white selection box. */
.strip[data-v-4508e62e] {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 3px;
  background: rgba(138, 138, 138, 0.92);
  border: 2px solid #161616;
  box-shadow: inset 2px 2px 0 rgba(255, 255, 255, 0.32), inset -2px -2px 0 rgba(0, 0, 0, 0.32);
  image-rendering: pixelated;
}
.slot[data-v-4508e62e] {
  --e: 13px; /* smaller cubes inside hotbar slots */
  width: 40px;
  height: 40px;
  position: relative;
  display: grid;
  place-items: center;
  background: rgba(90, 90, 90, 0.55);
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.3), inset -2px -2px 0 rgba(255, 255, 255, 0.22);
}
/* the MC item-selection box: a light box hugging the held slot */
.slot.held[data-v-4508e62e] {
  outline: 3px solid #f4f4f4;
  outline-offset: -1px;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.3), inset -2px -2px 0 rgba(255, 255, 255, 0.22), 0 0 0 1px #161616;
  z-index: 1;
}
.slot.enchanted[data-v-4508e62e]::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: rgba(170, 110, 255, 0.22); mix-blend-mode: screen;
}
.slot.offhand[data-v-4508e62e] { box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.3), inset -2px -2px 0 rgba(255, 255, 255, 0.22);
}
.gap[data-v-4508e62e] { width: 8px;
}
.count[data-v-4508e62e] {
  position: absolute;
  bottom: 0; right: 2px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0 #3f3f3f; /* MC drop shadow */
  z-index: 2;
}
.hotbar-enter-active[data-v-4508e62e] { animation: slide-up 0.2s ease-out;
}
.hotbar-leave-active[data-v-4508e62e] { transition: opacity 0.15s;
}
.hotbar-leave-to[data-v-4508e62e] { opacity: 0;
}
@media (max-width: 640px) {
  /* POV-only — lift it above the bounties button (bottom-left) so they don't overlap */
.hotbar-wrap[data-v-4508e62e] { bottom: calc(var(--hud-pad) + 54px);
}
.slot[data-v-4508e62e] { width: 30px; height: 30px; --e: 10px;
}
.count[data-v-4508e62e] { font-size: 10px;
}
}

.map-frame[data-v-f8aaf1bd] {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000; /* match BlueMap's black canvas — no flash before it paints */
}
.player-layer[data-v-f8aaf1bd] {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 15; /* above the map, below HUD panels */
  /* NOT overflow:hidden — it clipped the mini popup's drop-shadow to a hard
     rectangle. Off-screen dots are clipped by the body (overflow:hidden) anyway. */
  overflow: visible;
}
.biome-label[data-v-f8aaf1bd] {
  position: absolute;
  left: 0; top: 0;
  opacity: 0;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.92);
  /* dense dark halo — a tight near-solid core plus soft falloff, so names stay
     readable on bright terrain (snow!) without looking boxed */
  text-shadow:
    0 0 2px rgba(0, 0, 0, 0.95),
    0 1px 3px rgba(0, 0, 0, 0.9),
    0 0 8px rgba(0, 0, 0, 0.75),
    0 0 16px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.25s ease;
  will-change: transform, opacity;
}
.dot[data-v-f8aaf1bd] {
  position: absolute;
  left: 0;
  top: 0;
  /* centering happens inside the per-frame transform */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: none;
  border: none;
  padding: 0;
  pointer-events: auto;
  will-change: transform;
}
.dot-head[data-v-f8aaf1bd] {
  width: 26px;
  height: 26px;
  image-rendering: pixelated;
  border: 2px solid rgba(232, 230, 223, 0.85);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}
.dot.marked .dot-head[data-v-f8aaf1bd] { border-color: var(--gold); animation: bounty-throb 2.2s infinite;
}
.dot.active .dot-head[data-v-f8aaf1bd] { border-color: var(--gold-bright);
}

/* per-player LOD: when THIS player is shown as a 3D body (zoomed in), the
   head pfp is hidden (the model's own head shows) and the name floats above
   the body. When far, the dot stays a normal head-pfp marker. */
.dot.body-mode .dot-head[data-v-f8aaf1bd] { display: none;
}
.dot.body-mode[data-v-f8aaf1bd] { width: 48px; height: 78px; align-items: center;
}
.dot.body-mode .dot-name[data-v-f8aaf1bd] { transform: translateY(-14px);
}
.dot-name[data-v-f8aaf1bd] {
  font-size: 8px;
  color: #fff;
  background: rgba(24, 24, 24, 0.8); /* BlueMap dark tone — label stays dark over the map */
  padding: 1px 5px;
  text-shadow: 0 1px 2px #000;
  white-space: nowrap;
}

/* ── FOV control (bottom-left, above the bounties button — the POV hand
      occupies the bottom-right) ── */
.fov[data-v-f8aaf1bd] {
  position: absolute;
  left: var(--hud-pad);
  bottom: calc(var(--hud-pad) + 46px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  pointer-events: auto;
}
/* mobile: hide the FOV slider on the map (pinch-zoom already zooms); only show
   it in first-person POV, where field-of-view actually matters. Declutters. */
@media (max-width: 640px) {
.fov[data-v-f8aaf1bd]:not(.povon) { display: none;
}
}
.fov-label[data-v-f8aaf1bd] { font-size: 8px; letter-spacing: 0.12em; color: var(--bone-dim); white-space: nowrap; width: 44px;
}
.fov-slider[data-v-f8aaf1bd] {
  width: 90px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}
.fov-slider[data-v-f8aaf1bd]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  background: var(--gold);
  cursor: pointer;
}
.fov-slider[data-v-f8aaf1bd]::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 0;
  background: var(--gold);
  cursor: pointer;
}
@media (max-width: 640px) {
.fov[data-v-f8aaf1bd] { bottom: calc(var(--hud-pad) + 160px);
}
}

/* ── mini popup ── */
.mini[data-v-f8aaf1bd] {
  position: absolute;
  left: 0; top: 0;
  width: 218px;
  padding: 10px;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
  will-change: transform;
  /* backdrop-filter (from .panel) + the per-frame transform made Chrome render
     this into a border-box-sized buffer, clipping the drop-shadow to a hard edge.
     Drop the blur here so the shadow paints into the page; solid bg replaces it. */
  background: var(--panel-solid);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.mini-head[data-v-f8aaf1bd] { display: flex; justify-content: space-between; align-items: center;
}
.mini-name[data-v-f8aaf1bd] { font-size: 11px; color: var(--gold-bright);
}
.mini-x[data-v-f8aaf1bd] { background: none; border: none; color: var(--bone-dim); display: inline-flex;
}
.mini-x[data-v-f8aaf1bd]:hover { color: var(--blood);
}
.mini-bars[data-v-f8aaf1bd] { display: flex; flex-direction: column; gap: 3px;
}
.m-track[data-v-f8aaf1bd] { height: 5px; background: rgba(255, 255, 255, 0.08);
}
.m-fill[data-v-f8aaf1bd] { display: block; height: 100%; transition: width 0.3s;
}
.m-fill.hp[data-v-f8aaf1bd] { background: linear-gradient(90deg, var(--blood-deep), var(--blood));
}
.m-fill.food[data-v-f8aaf1bd] { background: linear-gradient(90deg, #9c5a14, #e8932a);
}
.mini-rate[data-v-f8aaf1bd] { font-size: 10px; color: var(--gold-bright); display: inline-flex; align-items: center; gap: 5px;
}
.mini-actions[data-v-f8aaf1bd] { display: flex; gap: 6px;
}
.mini-actions .btn-ghost[data-v-f8aaf1bd] { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 5px; font-size: 9px;
}
.mini-profile[data-v-f8aaf1bd] { font-size: 10px; padding: 7px 12px;
}

.perf[data-v-f737cee5] {
  position: fixed; top: 8px; left: 8px; z-index: 9999;
  font: 11px/1.35 ui-monospace, 'SF Mono', Menlo, monospace;
  background: rgba(8, 12, 18, 0.86); color: #cfe8ff;
  border: 1px solid rgba(120, 180, 255, 0.25); border-radius: 7px;
  padding: 7px 9px; pointer-events: none; user-select: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}
.hdr[data-v-f737cee5] { color: #7fb2ff; letter-spacing: 0.12em; margin-bottom: 4px; font-size: 9px;
}
table[data-v-f737cee5] { border-collapse: collapse;
}
td[data-v-f737cee5] { padding: 1px 5px 1px 0; white-space: nowrap;
}
.nm[data-v-f737cee5] { color: #9fb4c8; padding-right: 10px;
}
.v[data-v-f737cee5] { text-align: right; font-variant-numeric: tabular-nums;
}
.u[data-v-f737cee5] { color: #5a6b7d; font-size: 8px; margin-left: 1px;
}
tr.bad .v[data-v-f737cee5], .lt.bad[data-v-f737cee5] { color: #ff8a6a;
}
.lt[data-v-f737cee5] { margin-top: 4px; color: #7fa; font-size: 10px;
}
.hint[data-v-f737cee5] { margin-top: 3px; color: #4a5a6a; font-size: 8px;
}

.viewbar[data-v-93c56444] {
  position: fixed; left: 50%; bottom: calc(var(--hud-pad) + 6px);
  transform: translateX(-50%); z-index: 46;
  display: flex; flex-direction: column; gap: 6px; align-items: center;
  pointer-events: none;
}
/* .panel (global) supplies the dark glass, gold-tinted border, blur + notched
   corner — matching every other HUD panel on the site. */
.bar[data-v-93c56444] { display: flex; align-items: center; gap: 2px; padding: 4px; pointer-events: auto;
}
.seg[data-v-93c56444] {
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--bone-dim); background: transparent; border: none;
  padding: 7px 11px; cursor: pointer; transition: color 0.12s, background 0.12s;
}
.seg[data-v-93c56444]:hover { color: var(--bone);
}
/* active = the same gold gradient as .btn-gold, so it reads as "selected" */
.seg.active[data-v-93c56444] { color: #1a1206; background: linear-gradient(180deg, var(--gold-bright), var(--gold) 60%, #c98f12);
}
.seg.exit[data-v-93c56444] { color: var(--blood); padding: 7px 9px;
}
.seg.exit[data-v-93c56444]:hover { background: rgba(255, 77, 77, 0.12);
}
.head[data-v-93c56444] {
  width: 22px; height: 22px; image-rendering: pixelated; margin-right: 2px;
}
.nm[data-v-93c56444] { font-size: 10px; color: var(--bone); margin: 0 6px 0 3px; max-width: 96px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* same gold border in 1st AND 3rd person (the bar shouldn't change look on switch) */
.bar[data-v-93c56444] { border-color: var(--gold);
}
@media (max-width: 640px) {
  /* SAME bottom offset as POV (line below) so the bar doesn't jump when you
     switch 1st<->3rd person. (The roster is now tap-to-expand at the top, so the
     bar no longer needs to clear a bottom roster.) */
.viewbar[data-v-93c56444] { bottom: calc(var(--hud-pad) + 104px);
}
.seg[data-v-93c56444] { padding: 9px 13px;
} /* bigger thumb targets */
.nm[data-v-93c56444] { max-width: 64px;
}
  /* the profile sheet is a full-width bottom sheet — the bar would sit on top
     of it, so yield while a profile is open (we keep following regardless). */
.viewbar.sheet-open[data-v-93c56444] { display: none;
}
}
.viewbar.pov[data-v-93c56444] { bottom: calc(var(--hud-pad) + 96px);
} /* above the POV hotbar */
@media (max-width: 640px) {
.viewbar.pov[data-v-93c56444] { bottom: calc(var(--hud-pad) + 104px);
} /* mobile hotbar sits higher (+54) */
}

.bounty-form[data-v-cb9558d4] { display: flex; flex-direction: column; gap: 8px;
}
.lbl[data-v-cb9558d4] { font-size: 10px; letter-spacing: 0.1em; font-weight: 600; color: var(--bone-dim);
}
.targets[data-v-cb9558d4] { display: flex; flex-direction: column; gap: 4px; max-height: 168px; overflow-y: auto;
}
.target[data-v-cb9558d4] {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line-dim);
  color: var(--bone);
  text-align: left;
  transition: border-color 0.12s;
}
.target[data-v-cb9558d4]:hover { border-color: var(--line);
}
.target.picked[data-v-cb9558d4] { border-color: var(--gold); background: rgba(240, 180, 41, 0.08);
}
.target.anyone.picked[data-v-cb9558d4] { border-color: var(--blood); background: rgba(255, 77, 77, 0.08);
}
.t-face[data-v-cb9558d4] { width: 20px; height: 20px; image-rendering: pixelated; flex: none;
}
.t-anyone-icon[data-v-cb9558d4] { width: 20px; height: 20px; display: grid; place-items: center; color: var(--blood); flex: none;
}
.t-meta[data-v-cb9558d4] { display: flex; flex-direction: column; gap: 1px; min-width: 0;
}
.t-name[data-v-cb9558d4] { font-size: 9px; display: inline-flex; align-items: center; gap: 5px;
}
.t-sub[data-v-cb9558d4] { font-size: 10px; color: var(--bone-dim);
}
.t-live[data-v-cb9558d4] { width: 6px; height: 6px; border-radius: 50%; background: var(--alive); display: inline-block;
}
.presets[data-v-cb9558d4] { display: flex; gap: 6px;
}
.preset[data-v-cb9558d4] {
  flex: 1;
  padding: 7px 0;
  font-size: 11px;
  background: transparent;
  border: 1px solid var(--line-dim);
  color: var(--bone);
  transition: all 0.12s;
}
.preset.picked[data-v-cb9558d4] { border-color: var(--gold); color: var(--gold-bright); background: rgba(240, 180, 41, 0.1);
}
.custom[data-v-cb9558d4] {
  width: 64px;
  background: transparent;
  border: 1px solid var(--line-dim);
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 11px;
  text-align: center;
  padding: 6px 4px;
}
.custom[data-v-cb9558d4]:focus { outline: none; border-color: var(--gold);
}
.note[data-v-cb9558d4] {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-dim);
  color: var(--bone);
  font-family: var(--font-body);
  padding: 9px 10px;
  font-size: 13px;
}
.note[data-v-cb9558d4]:focus { outline: none; border-color: var(--gold);
}
.submit[data-v-cb9558d4] { width: 100%;
}
.err[data-v-cb9558d4] { color: var(--blood); font-size: 12px;
}
.small[data-v-cb9558d4] { font-size: 10px; color: var(--bone-dim);
}

/* step 2 */
.fund[data-v-cb9558d4] { padding: 14px; display: flex; flex-direction: column; gap: 10px; border-color: var(--gold);
}
.fund.live[data-v-cb9558d4] { border-color: var(--alive);
}
.fund-title[data-v-cb9558d4] { font-size: 11px; color: var(--gold-bright); letter-spacing: 0.12em;
}
.live-text[data-v-cb9558d4] { color: var(--alive); display: inline-flex; align-items: center; gap: 7px;
}
.code[data-v-cb9558d4] {
  font-size: 20px;
  letter-spacing: 0.18em;
  color: var(--gold-bright);
  background: rgba(240, 180, 41, 0.1);
  border: 1px dashed var(--gold);
  padding: 10px;
  cursor: copy;
}
.steps[data-v-cb9558d4] { padding-left: 18px; font-size: 12px; display: flex; flex-direction: column; gap: 4px; color: var(--bone);
}
.tip-link[data-v-cb9558d4] { text-decoration: none; text-align: center;
}
.again[data-v-cb9558d4] { align-self: flex-start;
}
.custom[data-v-cb9558d4]::-webkit-outer-spin-button, .custom[data-v-cb9558d4]::-webkit-inner-spin-button { -webkit-appearance: none;
}
.custom[data-v-cb9558d4] { appearance: textfield; -moz-appearance: textfield;
}

.gear[data-v-9bf2034e] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.slot[data-v-9bf2034e] {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-dim);
  overflow: hidden;
}
.slot.filled[data-v-9bf2034e] { border-color: rgba(240, 180, 41, 0.4); background: rgba(240, 180, 41, 0.06);
}
.slot.enchanted[data-v-9bf2034e] {
  border-color: rgba(170, 110, 255, 0.7);
  box-shadow: inset 0 0 12px rgba(170, 110, 255, 0.35);
}
.count[data-v-9bf2034e] {
  position: absolute;
  bottom: 12px; right: 3px;
  font-size: 10px;
  font-weight: 700;
  color: var(--bone);
  text-shadow: 0 1px 2px #000;
  z-index: 2;
}
.glyph[data-v-9bf2034e] { opacity: 0.45; width: 55%; height: 55%; object-fit: contain; image-rendering: pixelated;
}
.slot-label[data-v-9bf2034e] {
  position: absolute;
  bottom: 1px;
  left: 0; right: 0;
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone-dim);
}

.mc-bar[data-v-37455bb9] { display: inline-flex; align-items: center;
}
.mc-icon[data-v-37455bb9] {
  position: relative;
  width: var(--mc-size, 15px);
  height: var(--mc-size, 15px);
  margin-right: -1px; /* vanilla icons touch/overlap by ~1px */
  flex: none;
}
.mc-layer[data-v-37455bb9] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  image-rendering: pixelated; /* crisp MC pixels, no blur */
}

.sheet[data-v-3b89729d] {
  position: fixed;
  right: var(--hud-pad);
  top: 76px;
  bottom: var(--hud-pad);
  width: 332px;
  z-index: 40;
  overflow-y: auto;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.close[data-v-3b89729d] {
  position: absolute;
  top: 10px; right: 10px;
  background: none;
  border: none;
  color: var(--bone-dim);
  display: inline-flex;
  z-index: 2;
}
.close[data-v-3b89729d]:hover { color: var(--blood);
}
.head[data-v-3b89729d] { display: flex; gap: 12px; align-items: center;
}
.bust[data-v-3b89729d] { width: 64px; height: 64px; image-rendering: pixelated; border: 1px solid var(--line); flex: none;
}
.ident[data-v-3b89729d] { min-width: 0; flex: 1;
}
.name[data-v-3b89729d] { font-size: 16px; color: var(--gold-bright);
}
.coords[data-v-3b89729d] { font-size: 11px; color: var(--bone-dim); margin: 3px 0 6px;
}
.follow-btn[data-v-3b89729d] { font-size: 9px; padding: 5px 9px; margin-bottom: 7px; display: inline-flex; align-items: center; gap: 5px;
}
.follow-btn.following[data-v-3b89729d] { background: rgba(240, 180, 41, 0.16); border-color: var(--gold); animation: bounty-throb 2.4s infinite;
}
.vitals[data-v-3b89729d] { display: flex; align-items: center; gap: 10px;
}
.bars[data-v-3b89729d] { flex: 1; display: flex; flex-direction: column; gap: 3px; align-items: flex-start;
}
.death-chip[data-v-3b89729d] { font-size: 12px; color: var(--blood); white-space: nowrap; display: inline-flex; align-items: center; gap: 4px;
}
.offline-line[data-v-3b89729d] { display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.18em;
}
.off-dot[data-v-3b89729d] { width: 7px; height: 7px; border-radius: 50%; background: var(--bone-dim); display: inline-block;
}
.wanted-label[data-v-3b89729d] { display: inline-flex; align-items: center; gap: 6px;
}
.wanted-strip[data-v-3b89729d] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 12px;
  color: var(--gold-bright);
  border: 1px dashed var(--gold);
  background: repeating-linear-gradient(-45deg, rgba(240, 180, 41, 0.08) 0 10px, transparent 10px 20px);
  animation: bounty-throb 2.2s infinite;
}
.bounty-count[data-v-3b89729d] { font-size: 11px; color: var(--bone-dim);
}
.bounty-tag[data-v-3b89729d] { margin-left: auto; font-size: 13px; white-space: nowrap;
}
.section[data-v-3b89729d] { display: flex; flex-direction: column; gap: 8px;
}
.sec-title[data-v-3b89729d] {
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--bone-dim);
  border-bottom: 1px solid var(--line-dim);
  padding-bottom: 5px;
}
.hit .sec-title[data-v-3b89729d],
.category .sec-title.blood-text[data-v-3b89729d] { color: var(--blood); border-color: rgba(255, 77, 77, 0.3);
}

/* collapsible category */
.category[data-v-3b89729d] { gap: 0;
}
.cat-head[data-v-3b89729d] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line-dim);
  color: var(--bone);
  cursor: pointer;
}
.cat-head[data-v-3b89729d]:hover { border-color: var(--gold);
}
.cat-title[data-v-3b89729d] { font-size: 10px; letter-spacing: 0.25em;
}
.cat-hint[data-v-3b89729d] { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--gold-bright);
}
.chev[data-v-3b89729d] { color: var(--bone-dim); transition: transform 0.2s;
}
.cat-hint + .chev[data-v-3b89729d] { margin-left: 0;
}
.cat-head .chev[data-v-3b89729d]:last-child { margin-left: auto;
}
.cat-hint ~ .chev[data-v-3b89729d] { margin-left: 6px;
}
.category.open .chev[data-v-3b89729d] { transform: rotate(180deg);
}
.cat-body[data-v-3b89729d] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line-dim);
  border-top: none;
}
.rate-line[data-v-3b89729d] { font-size: 12px; color: var(--gold-bright); display: inline-flex; align-items: center; gap: 7px;
}
.socials[data-v-3b89729d] { display: flex; flex-wrap: wrap; gap: 6px;
}
.social[data-v-3b89729d] { text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-size: 10px;
}

/* desktop: the sheet lives on the RIGHT, so it slides in from the right */
.sheet-enter-active[data-v-3b89729d] { animation: slide-in-right 0.28s cubic-bezier(0.2, 0.9, 0.3, 1.1);
}
.sheet-leave-active[data-v-3b89729d] { transition: opacity 0.18s, transform 0.18s;
}
.sheet-leave-to[data-v-3b89729d] { opacity: 0; transform: translateX(24px);
}
@media (max-width: 640px) {
.sheet[data-v-3b89729d] {
    top: auto;
    left: 0; right: 0; bottom: 0;
    width: 100%;
    max-height: 72vh;
    clip-path: none;
    border-left: none; border-right: none; border-bottom: none;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
}
  /* mobile: bottom sheet — keep the slide-UP animation */
.sheet-enter-active[data-v-3b89729d] { animation: slide-up 0.28s cubic-bezier(0.2, 0.9, 0.3, 1.1);
}
.sheet-leave-to[data-v-3b89729d] { transform: translateY(16px);
}
}

.roster[data-v-2093eda6] {
  position: fixed;
  right: var(--hud-pad);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 20;
  max-height: 70vh;
  overflow-y: auto;
  /* padding gives the chips' drop-shadows room inside the scroll box (overflow
     was clipping them to a hard rectangle) */
  padding: 14px;
}
.nobody[data-v-2093eda6] {
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
}
.nobody .hint[data-v-2093eda6] { color: var(--bone-dim); font-size: 11px;
}
.chip[data-v-2093eda6] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border: 1px solid var(--line-dim);
  color: var(--bone);
  text-align: left;
  min-width: 184px; /* room for the heart/hunger rows */
  transition: border-color 0.15s, transform 0.12s;
  animation: slide-in-right 0.3s ease-out backwards;
}
.chip[data-v-2093eda6]:hover { border-color: var(--line); transform: translateX(-3px);
}
.chip.active[data-v-2093eda6] { border-color: var(--gold);
}
.chip.marked[data-v-2093eda6] { animation: bounty-throb 2.4s infinite;
}
.avatar-wrap[data-v-2093eda6] { position: relative; flex: none;
}
.avatar[data-v-2093eda6] { width: 32px; height: 32px; image-rendering: pixelated; display: block;
}
.wanted[data-v-2093eda6] {
  position: absolute;
  top: -7px; right: -7px;
  color: var(--gold-bright);
  filter: drop-shadow(0 0 4px rgba(240, 180, 41, 0.9));
  display: inline-flex;
}
.meta[data-v-2093eda6] { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0;
}
.name[data-v-2093eda6] { font-size: 11px; overflow: hidden; text-overflow: ellipsis; margin-bottom: 1px;
}
.deaths[data-v-2093eda6] { font-size: 11px; color: var(--bone-dim); flex: none; display: inline-flex; align-items: center; gap: 3px;
}
@media (max-width: 640px) {
  /* tap-to-expand: the list is collapsed by default (keeps the bottom AND top
     uncluttered) and drops down from the top-right "N ONLINE" count when tapped. */
.roster[data-v-2093eda6] {
    top: calc(var(--hud-pad) + 88px); /* drops right under the "N ONLINE" count */
    right: var(--hud-pad); /* aligned under the count — zoom +/- are back at bottom-right now */
    bottom: auto;
    left: auto;
    transform: none;
    flex-direction: column;
    align-items: flex-end;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: visible;
    padding: 12px;
}
.roster[data-v-2093eda6]:not(.open) { display: none;
}
.chip[data-v-2093eda6] { min-width: 172px; flex: none;
}
.chip[data-v-2093eda6]:hover { transform: none;
}
}

.dial[data-v-dad468c5] {
  position: fixed; left: var(--hud-pad); top: 50%; transform: translateY(-50%);
  z-index: 30; display: flex; align-items: center; gap: 10px; pointer-events: none;
}
.globe[data-v-dad468c5] {
  pointer-events: auto;
  width: 46px; height: 46px; display: grid; place-items: center; flex: none;
  background: var(--panel); border: 1px solid var(--line); color: var(--gold-bright);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  cursor: pointer; transition: color 0.2s, border-color 0.2s;
}
/* only the icon spins — the square button background stays put (cleaner) */
.globe[data-v-dad468c5] svg { transition: transform 0.3s ease;
}
.globe[data-v-dad468c5]:hover { color: var(--gold);
}
.dial.open .globe[data-v-dad468c5] { color: var(--gold); border-color: var(--gold);
}
.dial.open .globe[data-v-dad468c5] svg { transform: rotate(180deg);
}
.opts[data-v-dad468c5] { display: flex; flex-direction: column; gap: 6px;
}
.opt[data-v-dad468c5] {
  pointer-events: none; /* enabled when open */
  display: inline-flex; align-items: center;
  background: var(--panel); border: 1px solid var(--line-dim); color: var(--bone-dim);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  padding: 8px 13px; cursor: pointer; white-space: nowrap;
  /* hidden + nudged left until open → clean staggered slide-in */
  opacity: 0; transform: translateX(-14px) scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.dial.open .opt[data-v-dad468c5] { pointer-events: auto; opacity: 1; transform: none;
}
.opt.active[data-v-dad468c5] { border-color: var(--gold); color: var(--gold-bright);
}
.opt[data-v-dad468c5]:hover { color: var(--bone);
}
.lbl[data-v-dad468c5] { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
}
@media (max-width: 640px) {
.globe[data-v-dad468c5] { width: 50px; height: 50px;
} /* bigger thumb target */
.opt[data-v-dad468c5] { padding: 10px 13px 10px 10px;
}
}

.stream[data-v-89426a96] { width: 100%;
}
.frame-wrap[data-v-89426a96] { position: relative;
}
.player[data-v-89426a96] {
  width: 100%;
  border: 1px solid var(--line);
  display: block;
  aspect-ratio: 16 / 9;
}
/* offline: keep the player alive (it reports going-live) but invisible */
.stream:not(.live) .player[data-v-89426a96] {
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
  border: none;
}
.stream.live .player[data-v-89426a96] {
  border-color: rgba(255, 77, 77, 0.55);
  box-shadow: 0 0 18px rgba(255, 77, 77, 0.18);
}
.offline-row[data-v-89426a96] {
  padding: 9px 12px;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--bone-dim);
  border: 1px solid var(--line-dim);
  background: var(--panel-solid); /* BlueMap-matched chrome colour */
  text-align: center;
}
.live-chip[data-v-89426a96] {
  position: absolute;
  top: -1px; right: -1px; /* corner tab — clear of twitch's own logo (top-left) */
  z-index: 2;
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #fff;
  background: var(--blood);
  padding: 3px 8px;
  pointer-events: none;
}
.ext[data-v-89426a96] { display: block; text-align: center; text-decoration: none; padding: 12px;
}

.dock[data-v-46aea7a2] {
  position: fixed;
  left: var(--hud-pad);
  bottom: calc(var(--hud-pad) + 96px);
  z-index: 45; /* above Live View canvas + map HUD */
  pointer-events: auto;
  max-width: calc(100vw - 24px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55); /* same lift as the panels */
}
.dock-head[data-v-46aea7a2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  background: var(--panel-solid); /* BlueMap-matched chrome colour */
  border: 1px solid var(--line-dim);
  border-bottom: none;
}
.dock-name[data-v-46aea7a2] { font-size: 9px; letter-spacing: 0.2em; color: var(--gold-bright);
}
.dock-controls[data-v-46aea7a2] { display: inline-flex; gap: 2px;
}
.dock-btn[data-v-46aea7a2] {
  background: none;
  border: 1px solid transparent;
  color: var(--bone-dim);
  font-size: 12px;
  width: 22px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
}
.dock-btn[data-v-46aea7a2]:hover:not(:disabled) { color: #fff; border-color: var(--line-dim);
}
.dock-btn[data-v-46aea7a2]:disabled { opacity: 0.3; cursor: default;
}
.dock-x[data-v-46aea7a2]:hover:not(:disabled) { color: var(--blood) !important;
}
.dock-reopen[data-v-46aea7a2] {
  position: fixed;
  left: var(--hud-pad);
  bottom: calc(var(--hud-pad) + 96px);
  z-index: 45;
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--bone);
  background: var(--panel-solid); /* BlueMap-matched chrome colour */
  border: 1px solid var(--line-dim);
  padding: 7px 12px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55); /* same lift as the panels */
}
.dock-reopen[data-v-46aea7a2]:hover { border-color: var(--gold); color: #fff;
}

/* mobile: stream dock disabled for now (needs a proper mobile layout —
   it collided with the FOV slider and roster) */
@media (max-width: 640px) {
.dock[data-v-46aea7a2], .dock-reopen[data-v-46aea7a2] { display: none;
}
}

.topbar[data-v-f0eb6c52] {
  position: fixed;
  /* sits BELOW BlueMap's own top control bar (hamburger / coords / view buttons) */
  top: calc(var(--hud-pad) + 44px);
  left: var(--hud-pad);
  right: var(--hud-pad);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 20;
  pointer-events: none;
}
.brand[data-v-f0eb6c52], .status[data-v-f0eb6c52] { pointer-events: auto;
}
.brand[data-v-f0eb6c52] { padding: 10px 16px;
}
.title[data-v-f0eb6c52] { font-size: 16px;
}
@media (max-width: 640px) {
.title[data-v-f0eb6c52] { font-size: 12px;
}
}
.status[data-v-f0eb6c52] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font: inherit; color: inherit; cursor: pointer; /* button reset */
}
/* a caret that hints the online count expands the player list. Shown on mobile
   (the roster is tap-to-expand there); hidden on desktop where it's permanent.
   Visible-by-default + desktop-hide avoids the source-order trap that kept it
   hidden before. */
.caret[data-v-f0eb6c52] {
  width: 0; height: 0; margin-left: 3px; display: inline-block;
  border-left: 5px solid transparent; border-right: 5px solid transparent;
  border-top: 7px solid var(--gold);
  transition: transform 0.18s;
}
.status.open .caret[data-v-f0eb6c52] { transform: rotate(180deg);
}
@media (min-width: 641px) {
.caret[data-v-f0eb6c52] { display: none;
}
} /* desktop: roster is permanent */
.dot-wrap[data-v-f0eb6c52] { position: relative; width: 10px; height: 10px; flex: none; align-self: center;
}
.dot[data-v-f0eb6c52] {
  position: absolute; inset: 0;
  border-radius: 50%;
}
.dot.on[data-v-f0eb6c52] { background: var(--alive);
}
.dot.off[data-v-f0eb6c52] { background: var(--blood);
}
.count[data-v-f0eb6c52] { font-size: 16px; line-height: 1; color: var(--gold-bright);
}
.label[data-v-f0eb6c52] { font-size: 10px; line-height: 1; letter-spacing: 0.22em; color: var(--bone-dim); position: relative; top: 0.5px;
}


@media (max-width: 640px) {
.hud-overlay.menu-hidden[data-v-f3c61c91] { display: none;
}
}
/* ════════════════════════════════════════════════════════════════════
   SOFTWILLY SMP — frontier bounty-board HUD
   pixel display type over terminal body type · bounty gold on void black
   ════════════════════════════════════════════════════════════════════ */

:root {
  --void: #000000; /* exact match to BlueMap's black canvas clear — no seam */
  /* panels adopt BlueMap's OWN chrome surface so the HUD + map controls read as
     ONE app. Default = BlueMap dark mode (#181818, white text); the light
     fallback below tracks BlueMap's light mode so we match either way. */
  --panel: rgba(24, 24, 24, 0.95);
  --panel-solid: #181818;
  --line: rgba(240, 180, 41, 0.55);        /* gold accent — for active/selected */
  --line-dim: rgba(255, 255, 255, 0.09);   /* hairline border, like BlueMap's #444 dividers */
  --bone: #f0f0f0;                         /* primary text — white, like BlueMap dark */
  --bone-dim: #9a9a9a;                     /* secondary text — medium gray */
  --gold: #f0b429;
  --gold-bright: #ffd24a;
  --blood: #ff4d4d;
  --blood-deep: #b71f2e;
  --alive: #3ddc84;
  --water: #4aa8ff;
  /* Silkscreen (pixel) is reserved as a DISPLAY/identity accent — the brand,
     big headers + numbers. Quicksand (BlueMap's font) is the calm UI/body type
     so our chrome reads cohesive with the map, not bolted-on. */
  --font-display: 'Silkscreen', monospace;
  --font-body: 'Quicksand', 'Chakra Petch', sans-serif;
  --hud-pad: 8px; /* same edge inset as BlueMap's chrome (8px) so our HUD aligns to it */
}

/* BlueMap follows the system colour scheme — so we do too, to stay identical for
   light-mode visitors. (Dark is the default above; this only flips on light.) */
@media (prefers-color-scheme: light) {
  :root {
    --panel: rgba(238, 238, 238, 0.95);  /* BlueMap light chrome #eee */
    --panel-solid: #ececec;
    --line-dim: rgba(0, 0, 0, 0.16);
    --bone: #26292e;                     /* near-black text, like BlueMap light */
    --bone-dim: #5f646b;
  }
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body, #app {
  height: 100%;
  overflow: hidden;
  background: var(--void);
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 14px;
}

::selection { background: var(--gold); color: var(--void); }

button { font-family: inherit; cursor: pointer; }
a { color: var(--gold-bright); }

/* scrollbars that match the HUD */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: rgba(240, 180, 41, 0.35); }
::-webkit-scrollbar-track { background: transparent; }

/* ── HUD panel chrome: square + neutral, like BlueMap's own chrome ──── */
.panel {
  background: var(--panel);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line-dim); /* neutral edge — gold is reserved for accents now */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55); /* dark lift, like BlueMap's chrome */
  position: relative;
}

/* gold corner accents removed — cleaner, matches BlueMap's plain chrome */
.bracket { position: relative; }

.display { font-family: var(--font-display); letter-spacing: 0.02em; }

/* small inline vanilla item texture (bone, emerald, sword …) — crisp MC pixels */
.mc-ico { image-rendering: pixelated; vertical-align: middle; flex: none; object-fit: contain; }

.gold-text { color: var(--gold-bright); }
.blood-text { color: var(--blood); }

/* ── shared micro-interactions ──────────────────────────────────────── */
@keyframes ping {
  0% { transform: scale(1); opacity: 0.9; }
  100% { transform: scale(2.6); opacity: 0; }
}
@keyframes slide-in-right {
  from { transform: translateX(24px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slide-up {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes feed-in {
  0% { transform: translateY(-14px) scale(0.96); opacity: 0; }
  60% { transform: translateY(2px) scale(1.01); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes bounty-throb {
  0%, 100% { box-shadow: 0 0 0 0 rgba(240, 180, 41, 0.45); }
  50% { box-shadow: 0 0 18px 2px rgba(240, 180, 41, 0.25); }
}
@keyframes skull-pop {
  0% { transform: scale(0.4) rotate(-12deg); }
  70% { transform: scale(1.25) rotate(4deg); }
  100% { transform: scale(1) rotate(0); }
}

.btn-gold {
  font-family: var(--font-display);
  font-size: 13px;
  text-transform: uppercase;
  background: linear-gradient(180deg, var(--gold-bright), var(--gold) 60%, #c98f12);
  color: #1a1206;
  border: none;
  padding: 10px 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55); /* same lift as the panels */
  transition: filter 0.15s, transform 0.1s;
}
.btn-gold:hover { filter: brightness(1.12); }
.btn-gold:active { transform: translateY(1px); }
.btn-gold:disabled { filter: grayscale(0.7) brightness(0.7); cursor: not-allowed; }

.btn-ghost {
  font-family: var(--font-display);
  font-size: 11px;
  text-transform: uppercase;
  background: transparent;
  color: var(--gold-bright);
  border: 1px solid var(--line);
  padding: 8px 12px;
  transition: background 0.15s;
}
.btn-ghost:hover { background: rgba(240, 180, 41, 0.12); }
