/* ===========================================================================
   The field layer. Everything on top of the landscape: header, dock, the hook
   tray, markers, panels and the drawer. Palette and type come from the brand
   plates: sky, grass, inflatable white, sun-yellow plaques and a CRT screen.
   =========================================================================== */

@font-face { font-family: "Field Display"; src: url(/fonts/Archivo.woff2) format("woff2"); font-weight: 600 900; font-stretch: 100% 125%; font-style: normal; font-display: swap; }
@font-face { font-family: "Field Display"; src: url(/fonts/Archivo-Italic.woff2) format("woff2"); font-weight: 700 900; font-stretch: 100% 125%; font-style: italic; font-display: swap; }
@font-face { font-family: "Field Plaque"; src: url(/fonts/Anton.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Field Sans"; src: url(/fonts/Geist.woff2) format("woff2"); font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Field Mono"; src: url(/fonts/GeistMono.woff2) format("woff2"); font-weight: 400 600; font-display: swap; }

:root {
  --sky-0: #1f7fd6; --sky-1: #4aa6ec; --sky-2: #9fd3f7; --sky-3: #e4f3fd;
  --grass-0: #1d5a1b; --grass-1: #3a9a2a; --grass-2: #6cc63a; --grass-3: #c4f08a;
  --sun: #ffe930; --sun-2: #fff4a3; --sun-deep: #e8c400;
  --crt: #3fe0a0; --crt-deep: #129466; --crt-shell: #eeece2;
  --puff: #ffffff; --puff-2: #eef2f7; --puff-3: #d3dbe6;
  --ink: #0d1510; --ink-2: #33423a; --ink-3: #66756d; --ink-4: #a4b0a9;
  --line: rgba(13, 21, 16, 0.1); --line-2: rgba(13, 21, 16, 0.2);
  --daisy: #f48cc0; --poppy: #ff6b3d;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --plaque-shadow: 0 3px 0 var(--ink);

  /* the shell's own tokens, pulled into our world */
  --color-main: #4aa6ec;
  --color-white: #ffffff;
  --color-white-50: #ffffff80;
  --color-black: #bfe3fa;
  --font-family-sans: "Field Sans", system-ui, sans-serif;
  --font-family-serif: "Field Display", system-ui, sans-serif;
  --font-family-display: "Field Display", system-ui, sans-serif;
  --font-family-accent: "Field Display", system-ui, sans-serif;
}

/* ── the shell, restyled ─────────────────────────────────────────────────── */
.bg-main { background: linear-gradient(180deg, #1f7fd6 0%, #4aa6ec 46%, #a8d8f8 100%) !important; }
.h1 {
  font-family: "Field Display", system-ui, sans-serif !important;
  font-style: italic; font-stretch: 125%; font-weight: 900 !important;
  letter-spacing: -0.01em !important; line-height: 0.92 !important;
  font-size: clamp(38px, 6.2vw, 92px) !important;
  text-shadow: 0 4px 30px rgba(10, 40, 80, 0.28);
}
.eyebrow { font-family: "Field Mono", monospace !important; letter-spacing: 0.22em !important; font-size: 12px !important; }
.eyebrow sup { font-family: "Field Display", sans-serif; font-style: italic; font-weight: 800; letter-spacing: 0.02em; font-size: 13px; text-transform: lowercase; }
.body-m { font-family: "Field Sans", sans-serif !important; font-size: 17px !important; line-height: 1.5 !important; max-width: 46ch; margin: 0 auto; }
.label-m { font-family: "Field Mono", monospace !important; letter-spacing: 0.16em !important; }
.btn-animate-chars { color: var(--ink) !important; font-family: "Field Display", sans-serif !important; font-weight: 800 !important; font-stretch: 112%; letter-spacing: 0.04em !important; }
.btn-animate-chars__bg { background: var(--sun) !important; border-radius: 999px !important; box-shadow: var(--plaque-shadow); }
/* the entry button: a sun-yellow plaque with an ink edge */
a.btn.label-m {
  height: 54px !important; min-width: 230px !important; padding: 0 30px !important; border-radius: 999px !important;
  background: var(--sun) !important; color: var(--ink) !important; border: 0 !important; overflow: hidden !important;
  box-shadow: inset 0 0 0 2.5px var(--ink), 0 4px 0 var(--ink), 0 14px 30px rgba(10, 40, 70, 0.35) !important;
  font-family: "Field Display", sans-serif !important; font-weight: 900 !important; font-stretch: 118%; font-size: 15px !important; letter-spacing: 0.06em !important;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease) !important;
}
a.btn.label-m::before { display: none !important; }
a.btn.label-m:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 2.5px var(--ink), 0 6px 0 var(--ink), 0 18px 34px rgba(10, 40, 70, 0.38) !important; }
a.btn.label-m:active { transform: translateY(3px); box-shadow: inset 0 0 0 2.5px var(--ink), 0 1px 0 var(--ink) !important; }
.uline-double.label-m { color: #fff !important; font-size: 12px !important; text-shadow: 0 1px 8px rgba(0, 30, 60, 0.6); }
.body-m { text-shadow: 0 1px 12px rgba(0, 30, 60, 0.55); }
.eyebrow { text-shadow: 0 1px 10px rgba(0, 30, 60, 0.55); }

/* ── no loading screen: the shell's loader, gate and transition mask are gone ── */
.fixed.inset-0.bg-main.z-\[9999999\] { display: none !important; }
.js-t-mask { display: none !important; }
div.overflow-hidden:has(> .bg-main) > .bg-main,
div.overflow-hidden:has(> .bg-main) > .bg-black-pure,
div.overflow-hidden:has(> .bg-main) > .gap-32 { display: none !important; }
/* the one shell hint we keep, "hold to wander", in our type on a white pill */
.text-28.font-disp { font-family: "Field Display", sans-serif !important; font-style: italic; font-weight: 900 !important; font-stretch: 118%; font-size: 26px !important; line-height: 1.05 !important; text-transform: uppercase; color: #fff !important; text-shadow: 0 2px 0 rgba(13, 21, 16, 0.85), 0 8px 20px rgba(0, 40, 0, 0.5); }
/* when a panel is open the header gets its own band, so scrolled copy never runs under it */
#field.is-panel .f-head::before { content: ""; position: fixed; left: 0; right: 0; top: 0; height: 76px; z-index: -1; background: linear-gradient(180deg, rgba(210, 234, 251, 0.97), rgba(228, 243, 253, 0.9)); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
@media (max-width: 820px) { #field.is-panel .f-head::before { height: 62px; } }
/* the shell's centre hints ("scroll to zoom" and friends): our guide says it better */
.svg__scroll-zoom, .svg__pinch, .stack.text-center.label-m { display: none !important; }
body { background: #4aa6ec; }

/* ── the hero: the brand banner, the site is there from the first frame ────── */
.f-hero {
  --bw: max(100vw, 1180px); --gf: 44px;
  --bh: calc(var(--bw) * 0.3328);
  position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none;
  transition: opacity 1.1s ease 0.2s, transform 1.4s var(--ease) 0.2s;
  transform: translateZ(0); will-change: opacity, transform; backface-visibility: hidden;
}
@media (max-width: 820px) { .f-hero { --bw: max(150vw, 560px); --gf: 104px; } }
.f-hero.is-gone { opacity: 0; transform: scale(1.05); }
.f-hero.is-gone * { pointer-events: none !important; }
.f-hero-sky { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(180deg, #2a8ae0 0%, #58b0f2 36%, #87cefd calc(100% - var(--bh) - var(--gf) + var(--bh) * 0.2), #87cefd 100%); }
.f-hero-sun { position: absolute; right: 8%; top: -30%; width: 50vmax; height: 50vmax; border-radius: 50%; background: radial-gradient(circle, rgba(255, 252, 228, 0.5) 0%, rgba(255, 252, 228, 0) 62%); }
.f-hero-land {
  position: absolute; left: 0; right: 0; bottom: 0; height: calc(var(--bh) + var(--gf));
  background: linear-gradient(180deg, transparent 0, transparent calc(var(--bh) * 0.5), #24561c calc(var(--bh) * 0.56), #2f6a1f calc(var(--bh) * 0.65), #6aae2c calc(var(--bh) * 0.68), #5d981a 100%);
}
.f-hero-banner {
  position: absolute; left: 50%; top: 0; width: var(--bw); height: var(--bh); transform: translateX(-50%); object-fit: cover; display: block;
  /* the banner's sky dissolves into ours at the top and its edges fade at the sides: no seams */
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 24%), linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(180deg, transparent 0, #000 24%), linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
  mask-composite: intersect;
}
.f-hero-grassfill { position: absolute; left: 0; right: 0; bottom: 0; height: calc(var(--gf) + 1px); background: repeating-linear-gradient(93deg, rgba(255, 255, 255, 0.05) 0 2px, transparent 2px 8px), linear-gradient(180deg, #5d981a 0%, #528b17 100%); }
.f-hero-copy {
  position: absolute; left: 50%; top: calc(34px + (100% - var(--bh) - var(--gf)) / 2); transform: translate(-50%, -50%);
  width: min(92vw, 760px); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px;
}
.f-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 6px 16px rgba(10, 60, 110, 0.16); font-family: "Field Mono", monospace; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-2); }
.f-hero-title { margin: 4px 0 0; font-family: "Field Display", sans-serif; font-style: italic; font-weight: 900; font-stretch: 125%; font-size: clamp(30px, 4.2vw, 62px); line-height: 0.94; letter-spacing: -0.012em; text-transform: uppercase; color: #fff; text-shadow: 0 3px 0 var(--ink), 0 12px 30px rgba(10, 50, 100, 0.35); }
.f-hero-sub { margin: 4px 0 8px; max-width: 54ch; font-size: 16px; line-height: 1.5; color: #0d2a3f; }
.f-hero-cta { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; pointer-events: auto; }
@media (max-width: 820px) {
  .f-hero-copy { top: calc(26px + (100% - var(--bh) - var(--gf)) / 2); }
  .f-hero-sub { font-size: 14px; }
  .f-hero-eyebrow { font-size: 9.5px; letter-spacing: 0.12em; }
  .f-hero-cta .f-btn.lg { height: 44px; padding: 0 18px; font-size: 12.5px; }
}

/* dandelion seeds on the wind */
.f-seeds { position: fixed; inset: 0; z-index: 4; pointer-events: none; overflow: hidden; opacity: 0; transition: opacity 1s ease; }
.f-seeds.is-on { opacity: 1; }
/* a seed seen from anywhere: a round white puff of fine rays on a short stem */
.f-seed {
  position: absolute; width: 22px; height: 22px; transform-origin: 50% 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none' stroke='%23fff' stroke-linecap='round'%3E%3Cg stroke-width='.9' opacity='.95'%3E%3Cpath d='M11 11L11 1.5M11 11L15.8 2.8M11 11L19.2 6.2M11 11L20.5 11M11 11L19.2 15.8M11 11L15.8 19.2M11 11L11 20.5M11 11L6.2 19.2M11 11L2.8 15.8M11 11L1.5 11M11 11L2.8 6.2M11 11L6.2 2.8'/%3E%3C/g%3E%3Ccircle cx='11' cy='11' r='3.2' fill='%23fff' stroke='none' opacity='.9'/%3E%3Ccircle cx='11' cy='11' r='9.5' fill='%23fff' stroke='none' opacity='.18'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 1px 2px rgba(10, 50, 20, 0.35));
  animation: f-drift linear infinite;
}
@keyframes f-drift {
  0% { transform: translate3d(0, 0, 0) rotate(-14deg) scale(var(--s)); opacity: 0; }
  12% { opacity: 0.95; }
  50% { transform: translate3d(calc(var(--dx) * 0.5), calc(var(--dy) * 0.5), 0) rotate(12deg) scale(var(--s)); }
  88% { opacity: 0.95; }
  100% { transform: translate3d(var(--dx), var(--dy), 0) rotate(-6deg) scale(var(--s)); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .f-seed { animation: none; display: none; } }

/* air between the camera and the valley: sky haze at the edges, sun at the top */
#field-sky {
  position: fixed; inset: 0; z-index: 3; pointer-events: none;
  background:
    radial-gradient(60% 50% at 82% -6%, rgba(255, 250, 215, 0.55), transparent 70%),
    linear-gradient(180deg, rgba(74, 166, 236, 0.55) 0%, rgba(110, 186, 242, 0.18) 16%, transparent 34%),
    radial-gradient(135% 105% at 50% 58%, transparent 58%, rgba(120, 192, 246, 0.42) 100%);
  mix-blend-mode: normal;
}
header.fixed.top-0.w-full { display: none !important; }
/* the shell's bottom controls we replace: its area menu (with home button) and its season switch */
div:has(> button.group.label-m.absolute.bottom-0), button.group.label-m.absolute.bottom-0,
div.absolute.uppercase.text-black.bottom-32 { display: none !important; }
/* the loader's centre mark becomes our dandelion */
svg.relative.w-360.h-360 { background: url(/svg/master.svg) center / 76px 76px no-repeat; }
svg.relative.w-360.h-360 > path { display: none; }
.animate-spin circle[fill="#FFFBE7"] { fill: #ffffff; }
.js-nav { display: none !important; }
[data-field-hidden] { display: none !important; }

/* ── root ───────────────────────────────────────────────────────────────── */
#field {
  position: fixed; inset: 0; z-index: 60; pointer-events: none;
  font-family: "Field Sans", system-ui, sans-serif; color: var(--ink);
  font-size: 14px; line-height: 1.45; -webkit-font-smoothing: antialiased;
}
#field * { box-sizing: border-box; }
#field button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
#field input, #field select, #field textarea { font: inherit; color: inherit; }
#field a { color: inherit; }
.f-lbl { font-family: "Field Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; }
.f-num { font-family: "Field Plaque", "Field Display", sans-serif; font-weight: 400; letter-spacing: 0.01em; font-variant-numeric: tabular-nums; }
.f-hide-inside, .f-on-world { transition: opacity 0.5s ease; }

/* buttons: ink pills, sun plaques, light pills */
#field .f-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 40px; padding: 0 18px; border-radius: 999px; white-space: nowrap;
  font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 112%;
  font-size: 12.5px; letter-spacing: 0.05em; text-transform: uppercase;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
}
#field .f-btn svg { width: 15px; height: 15px; }
#field .f-btn.sun { background: var(--sun); color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink), var(--plaque-shadow); }
#field .f-btn.sun:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 2px var(--ink), 0 4px 0 var(--ink); }
#field .f-btn.sun:active { transform: translateY(2px); box-shadow: inset 0 0 0 2px var(--ink), 0 1px 0 var(--ink); }
#field .f-btn.ink { background: var(--ink); color: #fff; }
#field .f-btn.ink:hover { background: #24332a; }
#field .f-btn.light { background: rgba(255, 255, 255, 0.92); color: var(--ink); box-shadow: 0 6px 18px rgba(10, 40, 70, 0.16); backdrop-filter: blur(10px); }
#field .f-btn.light:hover { background: #fff; }
#field .f-btn.ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-2); }
#field .f-btn.ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
#field .f-btn.sm { height: 34px; padding: 0 14px; font-size: 11.5px; }
#field .f-btn.lg { height: 50px; padding: 0 26px; font-size: 14px; }
#field .f-btn.block { width: 100%; }
#field .f-btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }

/* ── header ─────────────────────────────────────────────────────────────── */
.f-head {
  position: absolute; top: 18px; left: 22px; right: 22px; z-index: 6;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  opacity: 0; pointer-events: none; transition: opacity 0.6s ease;
}
.f-head.is-on { opacity: 1; }
.f-head.is-on > * { pointer-events: auto; }
/* the wordmark: the D logo tile and the name on a white pill */
#field .f-mark {
  display: inline-flex; align-items: center; gap: 10px; height: 44px; padding: 4px 16px 4px 4px; border-radius: 999px; text-decoration: none;
  background: rgba(255, 255, 255, 0.94); box-shadow: 0 6px 18px rgba(10, 40, 70, 0.18);
}
.f-mark-word { font-family: "Field Display", sans-serif; font-style: italic; font-weight: 900; font-stretch: 125%; font-size: 19px; letter-spacing: -0.01em; color: var(--ink); line-height: 1; }
.f-head-r { display: flex; align-items: center; gap: 10px; }
.f-chain {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.9); box-shadow: 0 6px 18px rgba(10, 40, 70, 0.16);
  font-family: "Field Mono", monospace; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2);
}
.f-chain i { width: 7px; height: 7px; border-radius: 50%; background: var(--crt); box-shadow: 0 0 0 3px rgba(63, 224, 160, 0.25); }
#field .f-ibtn {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: rgba(255, 255, 255, 0.9); box-shadow: 0 6px 18px rgba(10, 40, 70, 0.16); color: var(--ink);
  transition: transform 0.2s var(--ease);
}
#field .f-ibtn:hover { transform: translateY(-1px); }
#field .f-ibtn svg { width: 17px; height: 17px; }
#field .f-ibtn.is-on { background: var(--sun); box-shadow: inset 0 0 0 2px var(--ink); }

/* ── dock ───────────────────────────────────────────────────────────────── */
.f-dock {
  position: absolute; z-index: 6; left: 50%; bottom: 64px; transform: translateX(-50%);
  display: flex; gap: 4px; padding: 5px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(10, 40, 70, 0.22), 0 0 0 1px rgba(13, 21, 16, 0.06);
  opacity: 0; pointer-events: none; transition: opacity 0.5s ease, top 0.4s var(--ease), bottom 0.4s var(--ease);
}
.f-dock.is-on { opacity: 1; pointer-events: auto; }
.f-dock.is-top { bottom: auto; top: 18px; }
#field .f-dock button {
  height: 38px; padding: 0 16px; border-radius: 999px; white-space: nowrap;
  font-family: "Field Display", sans-serif; font-weight: 700; font-stretch: 108%; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-2);
  transition: background 0.2s ease, color 0.2s ease;
}
#field .f-dock button:hover { color: var(--ink); background: var(--sky-3); }
#field .f-dock button.is-active { background: var(--sun); color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }

/* ── the hook tray ──────────────────────────────────────────────────────── */
.f-tray {
  position: absolute; z-index: 5; left: 22px; bottom: 64px; width: 250px; padding: 14px 14px 12px;
  border-radius: 22px; background: linear-gradient(180deg, #ffffff 0%, #f2f6fb 100%);
  box-shadow: inset 0 -4px 10px rgba(120, 140, 170, 0.18), inset 0 2px 0 #fff, 0 14px 34px rgba(10, 40, 70, 0.26);
  opacity: 0; pointer-events: none; transition: opacity 0.5s ease, transform 0.5s var(--ease); transform: translateY(8px);
}
.f-tray.is-on { opacity: 1; pointer-events: auto; transform: none; }
.f-tray-top { display: flex; justify-content: space-between; align-items: baseline; }
.f-tray-count { font-size: 12px; color: var(--ink-3); }
.f-tray-count b { font-family: "Field Plaque", sans-serif; font-weight: 400; font-size: 18px; color: var(--ink); }
.f-sockets { display: flex; justify-content: space-between; margin: 12px 0; }
#field .f-socket {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-4);
  background: var(--puff-2); box-shadow: inset 0 2px 5px rgba(90, 110, 140, 0.25); border: 1.5px dashed var(--puff-3);
  transition: transform 0.25s var(--ease), background 0.25s ease;
}
#field .f-socket svg { width: 17px; height: 17px; }
#field .f-socket:hover { transform: scale(1.08); }
#field .f-socket.is-on { background: var(--c); color: #fff; border: 2px solid var(--ink); box-shadow: 0 2px 0 var(--ink), inset 0 -3px 6px rgba(0, 0, 0, 0.15), inset 0 2px 3px rgba(255, 255, 255, 0.5); }
#field .f-socket.pop { animation: f-pop 0.6s var(--ease); }
@keyframes f-pop { 0% { transform: scale(0.4); } 60% { transform: scale(1.25); } 100% { transform: scale(1); } }
.f-tray-m { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px 0 12px; border-top: 1px solid var(--line); }
.f-tray-m b { display: block; font-size: 22px; line-height: 1.1; margin-top: 2px; }

/* ── contract strip ─────────────────────────────────────────────────────── */
.f-strip {
  position: absolute; z-index: 7; left: 0; right: 0; bottom: 0; height: 44px;
  display: flex; align-items: center; gap: 18px; padding: 0 12px 0 20px; pointer-events: auto;
  background: var(--sun); box-shadow: 0 -2px 0 var(--ink);
  font-family: "Field Mono", monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
}
.f-strip-ca { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.f-strip-ca b { font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--ink); color: var(--sun); letter-spacing: 0.08em; }
.f-marquee { flex: 1; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.f-marquee-in { display: inline-flex; gap: 34px; white-space: nowrap; animation: f-marquee 48s linear infinite; }
.f-marquee-in span::before { content: "✺"; margin-right: 12px; }
.f-strip:hover .f-marquee-in { animation-play-state: paused; }
@keyframes f-marquee { to { transform: translateX(-50%); } }
#field .f-strip .f-btn { height: 30px; font-size: 11px; }

/* ── guide & toast ──────────────────────────────────────────────────────── */
.f-guide {
  position: absolute; z-index: 5; top: 74px; left: 50%; transform: translate(-50%, -10px);
  display: flex; align-items: center; gap: 11px; padding: 8px 10px 8px 8px; border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4f9 100%);
  box-shadow: inset 0 0 0 2px var(--ink), 0 4px 0 var(--ink), 0 16px 30px rgba(10, 40, 70, 0.2);
  opacity: 0; pointer-events: none; transition: opacity 0.5s ease, transform 0.5s var(--ease);
  max-width: min(calc(100vw - 32px), 512px);
}
.f-guide.is-on { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.f-guide-badge {
  flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--ink);
  background: radial-gradient(circle at 32% 28%, var(--sun-2) 0%, var(--sun) 60%);
  box-shadow: inset 0 0 0 2px var(--ink), 0 2px 0 var(--ink);
}
.f-guide-badge svg { width: 19px; height: 19px; }
.f-guide-body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.f-guide p { margin: 0; font-size: 13px; line-height: 1.34; color: var(--ink-2); }
.f-guide p b { color: var(--ink); font-weight: 800; }
.f-guide-dots { display: flex; gap: 5px; align-items: center; }
.f-guide-dots i {
  width: 20px; height: 7px; border-radius: 999px; background: var(--puff-3);
  box-shadow: inset 0 0 0 1px var(--line); transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.f-guide-dots i.on { background: var(--c); box-shadow: inset 0 0 0 1px rgba(13, 21, 16, 0.28); }
#field .f-guide .f-x { flex: none; align-self: flex-start; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-3); }
#field .f-guide .f-x:hover { background: var(--sky-3); color: var(--ink); }

.f-toast {
  position: absolute; z-index: 20; top: 22px; left: 50%; transform: translate(-50%, -20px);
  display: flex; align-items: center; gap: 10px; padding: 10px 18px 10px 10px; border-radius: 999px;
  background: var(--sun); box-shadow: inset 0 0 0 2px var(--ink), var(--plaque-shadow);
  font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 108%; font-size: 13px; letter-spacing: 0.02em;
  opacity: 0; transition: opacity 0.35s ease, transform 0.45s var(--ease); pointer-events: none; white-space: nowrap;
}
.f-toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.f-toast i { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--c, var(--ink)); color: #fff; box-shadow: 0 0 0 2px var(--ink); }
.f-toast i svg { width: 15px; height: 15px; }

/* ── markers over the landscape ─────────────────────────────────────────── */
#field-map { position: fixed; inset: 0; z-index: 55; pointer-events: none; opacity: 0; transition: opacity 0.5s ease; font-family: "Field Sans", sans-serif; }
#field-map.is-on { opacity: 1; }
.f-marker {
  position: absolute; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; gap: 5px;
  pointer-events: none; opacity: 0; transition: opacity 0.3s ease; will-change: transform;
}
.f-puff {
  position: relative; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle at 34% 28%, #ffffff 0 34%, #eef2f7 62%, #cdd6e2 100%);
  box-shadow: inset -3px -5px 8px rgba(110, 130, 160, 0.35), inset 2px 3px 4px #fff, 0 7px 14px rgba(8, 40, 10, 0.4);
  transition: transform 0.3s var(--ease);
}
.f-puff-ico { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--c); color: #fff; box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.18), inset 0 2px 3px rgba(255, 255, 255, 0.45); }
.f-puff-ico svg { width: 16px; height: 16px; }
.f-tag {
  padding: 4px 9px 3px; border-radius: 999px; background: #fff; white-space: nowrap;
  font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 110%; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink);
  box-shadow: 0 3px 10px rgba(8, 40, 10, 0.32);
}
.f-sub { font-family: "Field Mono", monospace; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; text-shadow: 0 1px 4px rgba(0, 30, 0, 0.8); white-space: nowrap; }
.f-marker.is-hover .f-puff { transform: scale(1.14) translateY(-2px); }
.f-marker.is-block .f-puff { animation: f-bob 3.2s ease-in-out infinite; }
@keyframes f-bob { 50% { transform: translateY(-4px); } }
.f-marker.is-block.is-hover .f-puff { animation: none; }
.f-marker.is-collected .f-puff::after {
  content: ""; position: absolute; right: -3px; top: -3px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--sun) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7' fill='none' stroke='%230d1510' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/12px no-repeat;
  box-shadow: 0 0 0 2px var(--ink);
}
.f-marker.is-collected .f-tag { background: var(--sun); box-shadow: inset 0 0 0 1.5px var(--ink), 0 3px 10px rgba(8, 40, 10, 0.3); }
.f-marker.is-note .f-puff { width: 38px; height: 38px; }
.f-marker.is-note .f-puff-ico { width: 24px; height: 24px; background: var(--c); }
.f-marker.is-pad .f-puff { width: 60px; height: 60px; background: radial-gradient(circle at 34% 28%, #fff9c2 0 30%, #ffe930 60%, #e2bf00 100%); box-shadow: inset -3px -5px 8px rgba(140, 110, 0, 0.35), inset 2px 3px 4px #fffbe0, 0 0 0 2px var(--ink), 0 9px 18px rgba(8, 40, 10, 0.45); }
.f-marker.is-pad .f-puff-ico { background: var(--ink); color: var(--sun); width: 36px; height: 36px; }
.f-marker.is-pad .f-puff-ico svg { width: 20px; height: 20px; }
.f-puff-logo { background: none !important; overflow: hidden; }
.f-puff-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.f-marker.is-pad .f-tag { background: var(--ink); color: var(--sun); font-size: 11.5px; padding: 5px 11px 4px; }
.f-marker.is-crowded .f-tag, .f-marker.is-crowded .f-sub { opacity: 0; }
.f-marker.is-crowded.is-hover .f-tag, .f-marker.is-crowded.is-hover .f-sub { opacity: 1; }
.f-marker .f-tag, .f-marker .f-sub { transition: opacity 0.2s ease; }

/* ── panels ─────────────────────────────────────────────────────────────── */
.f-panel {
  position: absolute; z-index: 2; inset: 0; display: none; pointer-events: auto; overflow-y: auto; overscroll-behavior: contain;
  background: linear-gradient(180deg, rgba(74, 166, 236, 0.5) 0%, rgba(228, 243, 253, 0.95) 170px, rgba(248, 252, 255, 0.985) 520px);
  backdrop-filter: blur(16px) saturate(1.1); -webkit-backdrop-filter: blur(16px) saturate(1.1);
  opacity: 0; transition: opacity 0.4s ease;
}
.f-panel.is-open { display: block; }
.f-panel.is-shown { opacity: 1; }
.f-panel-in { max-width: 1180px; margin: 0 auto; padding: 96px 28px 120px; }
#field .f-close {
  position: fixed; z-index: 9; top: 18px; right: 22px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; box-shadow: 0 6px 18px rgba(10, 40, 70, 0.18), inset 0 0 0 1.5px var(--line-2); color: var(--ink);
}
#field .f-close svg { width: 16px; height: 16px; }
#field .f-close:hover { box-shadow: 0 6px 18px rgba(10, 40, 70, 0.18), inset 0 0 0 2px var(--ink); }

.f-hd { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.f-hd-copy { max-width: 720px; }
.f-title {
  margin: 10px 0 0; font-family: "Field Display", sans-serif; font-style: italic; font-weight: 900; font-stretch: 125%;
  font-size: clamp(36px, 5vw, 64px); line-height: 0.95; letter-spacing: -0.015em; text-transform: uppercase; color: var(--ink);
}
.f-title mark { background: none; color: var(--ink); position: relative; z-index: 0; padding: 0 0.08em; }
.f-title mark::before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0.06em; height: 0.46em; background: var(--sun); border-radius: 4px; transform: skewX(-10deg); }
.f-sub-copy { margin: 14px 0 0; font-size: 16px; line-height: 1.55; color: var(--ink-2); max-width: 60ch; }

.f-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1.5px solid var(--ink); border-bottom: 1px solid var(--line); margin: 6px 0 28px; }
.f-stat { padding: 14px 16px 14px 0; }
.f-stat + .f-stat { padding-left: 16px; box-shadow: -1px 0 0 var(--line); }
.f-stat b { display: block; font-family: "Field Plaque", sans-serif; font-weight: 400; font-size: 34px; line-height: 1.05; margin-top: 4px; }

.f-card { position: relative; border-radius: 22px; background: #fff; padding: 20px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 10px 30px rgba(10, 40, 70, 0.1), 0 0 0 1px var(--line); }
.f-card h3 { margin: 0 0 6px; font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 110%; font-size: 17px; letter-spacing: -0.005em; }
.f-card p { margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.f-grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.f-grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }

.f-chips { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
#field .f-chip {
  height: 32px; padding: 0 13px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px;
  background: #fff; box-shadow: inset 0 0 0 1.5px var(--line-2); font-size: 12.5px; font-weight: 500; color: var(--ink-2); white-space: nowrap;
}
#field .f-chip:hover { box-shadow: inset 0 0 0 1.5px var(--ink); color: var(--ink); }
#field .f-chip.is-active { background: var(--ink); color: #fff; box-shadow: none; }
.f-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--c); flex: none; box-shadow: 0 0 0 1.5px rgba(13, 21, 16, 0.6); }

.f-input, .f-select {
  width: 100%; height: 44px; padding: 0 14px; border-radius: 12px; border: 0; outline: none;
  background: #fff; box-shadow: inset 0 0 0 1.5px var(--line-2); font-size: 14.5px; color: var(--ink);
  transition: box-shadow 0.15s ease;
}
.f-input:focus, .f-select:focus { box-shadow: inset 0 0 0 2px var(--sky-0), 0 0 0 4px rgba(74, 166, 236, 0.2); }
.f-input::placeholder { color: var(--ink-4); }
.f-input.bad { box-shadow: inset 0 0 0 2px var(--poppy); }
.f-select { appearance: none; -webkit-appearance: none; padding-right: 36px; cursor: pointer; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%230d1510' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E") no-repeat right 14px center / 10px; }
.f-field { display: flex; flex-direction: column; gap: 6px; }
.f-field-row { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.f-count { font-family: "Field Mono", monospace; font-size: 10.5px; color: var(--ink-3); }
.f-count.bad { color: var(--poppy); }
.f-help { font-size: 12.5px; color: var(--ink-3); line-height: 1.5; }

.f-range { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 99px; outline: none; background: linear-gradient(90deg, var(--c, var(--sky-1)) var(--p, 50%), var(--puff-2) var(--p, 50%)); box-shadow: inset 0 0 0 1px var(--line); }
.f-range::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; cursor: grab; background: radial-gradient(circle at 35% 30%, #fff 0 40%, #e8edf3 100%); box-shadow: 0 0 0 2px var(--ink), 0 3px 0 var(--ink); }
.f-range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; cursor: grab; background: #fff; border: 2px solid var(--ink); }

.f-kv { display: flex; justify-content: space-between; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.f-kv > span:first-child { color: var(--ink-3); }
.f-kv > span:last-child { text-align: right; font-variant-numeric: tabular-nums; font-weight: 500; }
.f-note { margin-top: 12px; padding: 12px 14px; border-radius: 14px; background: var(--sun-2); font-size: 13px; line-height: 1.5; color: var(--ink-2); box-shadow: inset 0 0 0 1.5px rgba(13, 21, 16, 0.12); }
.f-note b { color: var(--ink); }
.f-pending { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; background: var(--sky-3); color: var(--sky-0); font-family: "Field Mono", monospace; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; }
.f-pending::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: f-blink 1.6s ease-in-out infinite; }
@keyframes f-blink { 50% { opacity: 0.3; } }
.f-empty { text-align: center; padding: 46px 24px; }
.f-empty h3 { font-size: 22px; }
.f-empty p { max-width: 50ch; margin: 8px auto 18px; }

/* ── plates: the brand posters, drawn in css ────────────────────────────── */
.f-plate { position: relative; overflow: hidden; height: 230px; background: linear-gradient(180deg, #2386dd 0%, #57afee 52%, #bfe4fb 100%); isolation: isolate; }
.f-cloud { position: absolute; z-index: 0; width: 90px; height: 30px; border-radius: 99px; background: #fff; opacity: 0.95; filter: blur(0.4px); }
.f-cloud::before, .f-cloud::after { content: ""; position: absolute; background: #fff; border-radius: 50%; }
.f-cloud::before { width: 44px; height: 44px; left: 14px; top: -22px; }
.f-cloud::after { width: 34px; height: 34px; left: 44px; top: -14px; }
.f-cloud.c1 { left: 8%; top: 38px; transform: scale(1.1); }
.f-cloud.c2 { right: 10%; top: 70px; transform: scale(0.8); opacity: 0.85; }
.f-hill {
  position: absolute; z-index: 2; left: -20%; right: -20%; bottom: -150px; height: 250px; border-radius: 50%;
  background: repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.07) 0 2px, transparent 2px 7px), radial-gradient(ellipse at 50% 0%, #a7ec5c 0%, #5dbd33 36%, #2e8a22 100%);
  box-shadow: inset 0 10px 18px rgba(255, 255, 255, 0.25);
}
.f-plate-word {
  position: absolute; z-index: 1; left: 0; right: 0; bottom: 58px; text-align: center; white-space: nowrap;
  font-family: "Field Plaque", sans-serif; font-size: 96px; line-height: 0.82; letter-spacing: 0.005em; text-transform: uppercase; color: var(--pc, var(--sun));
}
.f-plate.puff .f-plate-word {
  font-family: "Field Display", sans-serif; font-weight: 900; font-stretch: 118%; font-size: 70px; bottom: 72px; letter-spacing: -0.01em;
  color: #fff; -webkit-text-stroke: 0; text-shadow: 0 1px 0 #eef2f7, 0 2px 0 #e2e8ef, 0 3px 0 #d5dde7, 0 8px 10px rgba(20, 60, 20, 0.35);
}
.f-plate.crt { background: linear-gradient(180deg, #2386dd 0%, #57afee 60%, #bfe4fb 100%); }
.f-plate.crt .f-hill { bottom: -190px; }
.f-crt {
  position: absolute; z-index: 1; left: 50%; top: 28px; transform: translateX(-50%); width: 250px; padding: 12px 12px 22px; border-radius: 16px;
  background: linear-gradient(180deg, #f5f3e9, #dcd9ca); box-shadow: inset 0 2px 0 #fff, 0 12px 24px rgba(10, 40, 70, 0.3);
}
.f-crt-screen {
  height: 132px; border-radius: 12px / 16px; display: grid; place-items: center;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0 1px, transparent 1px 3px), radial-gradient(120% 120% at 35% 25%, #86f3cb 0%, #3fe0a0 46%, #1fae78 100%);
  box-shadow: inset 0 0 26px rgba(0, 60, 30, 0.45);
  font-family: "Field Display", sans-serif; font-style: italic; font-weight: 900; font-stretch: 125%; font-size: 38px; letter-spacing: -0.01em; color: var(--ink);
}
.f-crt-screen img { height: 104px; width: auto; filter: drop-shadow(0 2px 5px rgba(0, 70, 40, 0.35)); }
.f-crt::after { content: ""; position: absolute; right: 16px; bottom: 7px; width: 22px; height: 8px; border-radius: 2px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }
.f-flowers { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 60px; background:
  radial-gradient(circle at 8% 60%, #ffd23a 0 3px, #fff 3px 7px, transparent 7px), radial-gradient(circle at 22% 80%, #ffd23a 0 3px, #f7a8cf 3px 8px, transparent 8px),
  radial-gradient(circle at 38% 55%, #ffd23a 0 2px, #fff 2px 6px, transparent 6px), radial-gradient(circle at 63% 75%, #ffd23a 0 3px, #f7a8cf 3px 8px, transparent 8px),
  radial-gradient(circle at 78% 58%, #ffd23a 0 3px, #fff 3px 7px, transparent 7px), radial-gradient(circle at 92% 82%, #ffd23a 0 2px, #fff 2px 6px, transparent 6px),
  linear-gradient(180deg, transparent 0, #4caf36 40%, #2e8a22 100%); }
.f-plate.planet { background: radial-gradient(circle at 20% 15%, #d9f0ff 0 8%, transparent 30%), linear-gradient(180deg, #2386dd, #6fbaf0); }
.f-planet { position: absolute; left: 50%; top: 50%; width: 180px; height: 180px; margin: -90px 0 0 -90px; border-radius: 50%;
  background: radial-gradient(circle at 50% 55%, #9ee25a 0 30%, #5cbc33 55%, #2f7f22 78%, #1c4f18 100%);
  box-shadow: 0 0 0 10px rgba(29, 90, 27, 0.9), 0 0 0 12px rgba(20, 60, 18, 0.6), 0 20px 30px rgba(10, 40, 70, 0.35); }
.f-planet::before { content: ""; position: absolute; left: 44%; top: 30%; width: 34px; height: 16px; border-radius: 50%; background: #6fb6e8; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3); }
.f-ring { position: absolute; left: 50%; top: 50%; width: 330px; height: 96px; margin: -48px 0 0 -165px; border-radius: 50%; border: 9px solid #fff; transform: rotate(-12deg); box-shadow: 0 6px 12px rgba(10, 40, 70, 0.25); border-top-color: rgba(255, 255, 255, 0.35); }
.f-plate.planet .f-plate-word { z-index: 3; bottom: auto; top: 50%; margin-top: -8px; font-family: "Field Display", sans-serif; font-weight: 900; font-stretch: 118%; font-size: 40px; color: #fff; text-shadow: 0 2px 0 #d5dde7, 0 6px 10px rgba(10, 40, 20, 0.45); transform: rotate(-12deg); }

/* ── drawer ─────────────────────────────────────────────────────────────── */
.f-drawer {
  position: absolute; z-index: 8; top: 0; right: 0; bottom: 0; width: min(470px, 100%); overflow-y: auto; pointer-events: auto;
  background: #fff; box-shadow: -20px 0 60px rgba(10, 40, 70, 0.3);
  transform: translateX(104%); transition: transform 0.55s var(--ease);
}
.f-drawer.is-open { transform: none; }
.f-drawer .f-close { position: absolute; }
.f-sheet { padding: 22px 26px 90px; }
.f-sheet h2 { margin: 8px 0 0; font-family: "Field Display", sans-serif; font-style: italic; font-weight: 900; font-stretch: 122%; font-size: 34px; line-height: 1; letter-spacing: -0.01em; text-transform: uppercase; }
.f-sheet .f-lead { margin: 12px 0 16px; font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.f-sheet .f-btn { margin-top: 10px; }
.f-edge { margin-top: 14px; padding: 12px 14px; border-radius: 14px; background: var(--sky-3); font-size: 13px; line-height: 1.5; color: var(--ink-2); }
.f-edge b { color: var(--ink); }

/* ── builder ────────────────────────────────────────────────────────────── */
.f-builder { display: grid; grid-template-columns: 270px minmax(0, 1fr) 320px; gap: 16px; align-items: start; }
#field .f-brow {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; padding: 12px; border-radius: 16px;
  background: #fff; box-shadow: inset 0 0 0 1.5px var(--line); transition: box-shadow 0.2s ease, transform 0.2s var(--ease);
}
#field .f-brow + .f-brow { margin-top: 8px; }
#field .f-brow:hover { box-shadow: inset 0 0 0 1.5px var(--ink-3); }
#field .f-brow.is-sel { box-shadow: inset 0 0 0 2px var(--ink), 0 3px 0 var(--ink); }
.f-brow-ico { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--puff-2); color: var(--ink-4); }
.f-brow.is-on .f-brow-ico { background: var(--c); color: #fff; box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.18); }
.f-brow-ico svg { width: 17px; height: 17px; }
.f-brow-t { flex: 1; min-width: 0; }
.f-brow-t b { display: block; font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 108%; font-size: 14px; }
.f-brow-t span { display: block; font-size: 12px; color: var(--ink-3); line-height: 1.35; margin-top: 2px; }
.f-brow-s { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--puff-2); font-size: 16px; line-height: 1; color: var(--ink-2); flex: none; }
.f-brow.is-on .f-brow-s { background: var(--ink); color: #fff; }
.f-found { font-family: "Field Mono", monospace; font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grass-1); }

.f-chassis { padding: 22px; }
.f-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.f-metric { border-radius: 16px; padding: 12px 14px; background: var(--sky-3); }
.f-metric b { display: block; font-family: "Field Plaque", sans-serif; font-weight: 400; font-size: 30px; line-height: 1.05; margin-top: 3px; }
.f-flow { display: flex; flex-direction: column; align-items: center; }
.f-flow-pill { padding: 8px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-family: "Field Mono", monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.f-flow-pill.pool { background: var(--crt); color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.f-flow-line { width: 2px; height: 20px; background: repeating-linear-gradient(180deg, var(--ink) 0 4px, transparent 4px 8px); }
.f-hook { width: 100%; border-radius: 24px; padding: 12px; background: linear-gradient(180deg, #f7fafd, #e9f1f9); box-shadow: inset 0 0 0 2px var(--ink), inset 0 -6px 14px rgba(90, 120, 160, 0.18); }
.f-hook-t { display: flex; justify-content: space-between; padding: 2px 6px 10px; }
#field .f-port {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; padding: 10px 12px; border-radius: 14px;
  border: 1.5px dashed var(--puff-3); background: rgba(255, 255, 255, 0.6); color: var(--ink-3); font-size: 13px; transition: background 0.2s ease;
}
#field .f-port + .f-port { margin-top: 7px; }
#field .f-port:hover { background: #fff; }
#field .f-port.is-on { border: 0; background: #fff; color: var(--ink); box-shadow: inset 4px 0 0 var(--c), 0 2px 8px rgba(10, 40, 70, 0.08); }
.f-port .f-dot { width: 11px; height: 11px; }
.f-port b { font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 108%; font-size: 13px; min-width: 96px; }
.f-param + .f-param { margin-top: 18px; }
.f-param-h { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.f-param-h b { font-weight: 600; font-size: 13.5px; }
.f-param-v { font-family: "Field Plaque", sans-serif; font-size: 20px; }
.f-param-v small { font-family: "Field Mono", monospace; font-size: 10px; color: var(--ink-3); margin-left: 4px; letter-spacing: 0.06em; text-transform: uppercase; }
.f-list { margin: 0; padding: 0; list-style: none; }
.f-list li { position: relative; padding: 8px 0 8px 20px; border-bottom: 1px solid var(--line); font-size: 13.5px; line-height: 1.5; color: var(--ink-2); }
.f-list li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 8px; height: 8px; border-radius: 50%; background: var(--c, var(--ink-4)); }

/* ── launcher ───────────────────────────────────────────────────────────── */
.f-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 18px; }
#field .f-step { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 14px; background: #fff; box-shadow: inset 0 0 0 1.5px var(--line); text-align: left; font-size: 13px; color: var(--ink-3); }
#field .f-step i { font-style: normal; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--puff-2); font-family: "Field Plaque", sans-serif; font-size: 14px; color: var(--ink-2); flex: none; }
#field .f-step.is-active { color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink), 0 3px 0 var(--ink); }
#field .f-step.is-active i { background: var(--sun); box-shadow: inset 0 0 0 1.5px var(--ink); }
#field .f-step.is-done i { background: var(--crt); color: var(--ink); }
.f-launch { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 16px; align-items: start; }
.f-form { display: grid; gap: 16px; }
.f-form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-preview { position: sticky; top: 90px; }
.f-tcard { border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px var(--line), 0 12px 30px rgba(10, 40, 70, 0.12); }
.f-tcard-top { display: flex; gap: 12px; align-items: center; padding: 16px; }
.f-tile { width: 52px; height: 52px; border-radius: 14px; flex: none; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--sky-1), var(--grass-2)); box-shadow: inset 0 0 0 2px var(--ink); font-family: "Field Plaque", sans-serif; font-size: 22px; color: #fff; }
.f-tile img { width: 100%; height: 100%; object-fit: cover; }
.f-tcard-n { font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 108%; font-size: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.f-tcard-body { padding: 0 16px 16px; font-size: 13px; color: var(--ink-2); }
.f-badge { display: inline-flex; align-items: center; padding: 2px 9px; border-radius: 999px; background: var(--sun); box-shadow: inset 0 0 0 1.5px var(--ink); font-family: "Field Mono", monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.f-badge.mint { background: var(--crt); }
#field .f-seg { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
#field .f-opt { text-align: left; padding: 14px; border-radius: 16px; background: #fff; box-shadow: inset 0 0 0 1.5px var(--line-2); }
#field .f-opt b { display: block; font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 108%; font-size: 15px; margin-bottom: 4px; }
#field .f-opt span { font-size: 12.5px; color: var(--ink-3); line-height: 1.45; display: block; }
#field .f-opt.is-active { box-shadow: inset 0 0 0 2px var(--ink), 0 3px 0 var(--ink); background: var(--sun-2); }
.f-row-pay { display: grid; grid-template-columns: minmax(0, 1fr) 90px 34px; gap: 8px; align-items: center; }
#field .f-mini-x { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-3); box-shadow: inset 0 0 0 1.5px var(--line); }
#field .f-mini-x:hover { color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.f-nav-row { display: flex; justify-content: space-between; gap: 10px; margin-top: 8px; }

/* ── blueprints ─────────────────────────────────────────────────────────── */
.f-bp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.f-bp { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.f-bp-band { height: 12px; display: flex; }
.f-bp-band i { flex: 1; background: var(--c); }
.f-bp-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.f-bp-meta { display: flex; gap: 14px; font-size: 12.5px; color: var(--ink-3); }
.f-bp-meta b { color: var(--ink); font-weight: 600; }
.f-bp-act { display: flex; gap: 8px; margin-top: auto; padding-top: 6px; }
.f-tools { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 16px; }
.f-tools .f-input { max-width: 260px; height: 38px; }
.f-tools .f-select { max-width: 210px; height: 38px; }

/* ── how it works ───────────────────────────────────────────────────────── */
.f-how { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; align-items: start; }
.f-toc { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 2px; }
#field .f-toc button { text-align: left; padding: 8px 12px; border-radius: 10px; font-size: 13px; color: var(--ink-3); }
#field .f-toc button:hover { background: #fff; color: var(--ink); }
.f-sec { padding: 26px 0; border-top: 1.5px solid var(--ink); }
.f-sec:first-child { border-top: 0; padding-top: 0; }
.f-sec-n { font-family: "Field Mono", monospace; font-size: 11px; letter-spacing: 0.14em; color: var(--ink-3); }
.f-sec h3 { margin: 6px 0 10px; font-family: "Field Display", sans-serif; font-weight: 900; font-stretch: 118%; font-style: italic; font-size: 28px; line-height: 1.02; text-transform: uppercase; letter-spacing: -0.01em; }
.f-sec p { margin: 0 0 12px; font-size: 15.5px; line-height: 1.65; color: var(--ink-2); max-width: 70ch; }
.f-sec p b { color: var(--ink); }
.f-curve { width: 100%; max-width: 620px; height: auto; display: block; margin: 10px 0 4px; }
.f-curve text { font-family: "Field Mono", monospace; font-size: 11px; fill: var(--ink-3); }
.f-faq details { border-bottom: 1px solid var(--line); }
.f-faq summary { cursor: pointer; list-style: none; padding: 14px 30px 14px 0; position: relative; font-family: "Field Display", sans-serif; font-weight: 800; font-stretch: 108%; font-size: 16px; }
.f-faq summary::-webkit-details-marker { display: none; }
.f-faq summary::after { content: "+"; position: absolute; right: 4px; top: 10px; font-size: 22px; font-weight: 400; transition: transform 0.25s var(--ease); }
.f-faq details[open] summary::after { transform: rotate(45deg); }
.f-faq details p { margin: 0 0 14px; }
.f-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.f-table td { padding: 12px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.f-table td:last-child { text-align: right; }

/* the panel's close button sits under the header row, never behind it */
.f-plate-word { bottom: 84px; }
.f-plate .f-hill { bottom: -165px; }

/* ── responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .f-builder { grid-template-columns: 1fr 1fr; }
  .f-builder > :nth-child(3) { grid-column: 1 / -1; }
  .f-bp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .f-how { grid-template-columns: 1fr; }
  .f-toc { display: none; }
}
@media (max-width: 820px) {
  .f-head { top: 12px; left: 12px; right: 12px; }
  .f-chain, #field .f-head-r .f-btn.light, #field .f-head-r a.f-ibtn { display: none; }
  #field .f-head-r .f-btn.sun { height: 38px; padding: 0 14px; font-size: 11px; }
  #field .f-head-r .f-btn.sun .f-long { display: none; }
  .f-head-r { gap: 8px; }
  .f-mark-word { font-size: 16px; }
  #field .f-tray > .f-btn { display: none; }
  .f-guide { left: 12px; right: 12px; transform: translateY(-10px); border-radius: 18px; padding: 8px 8px 8px 8px; max-width: none; }
  .f-guide.is-on { transform: none; }
  .f-guide-dots { display: none; }
  .f-plate-word { font-size: 70px; bottom: 80px; }
  .f-dock { bottom: 56px; max-width: calc(100vw - 20px); overflow-x: auto; scrollbar-width: none; }
  .f-dock.is-top { top: auto; bottom: 56px; }
  #field .f-dock button { padding: 0 12px; font-size: 11px; }
  .f-tray { left: 10px; right: auto; bottom: 108px; width: auto; padding: 8px 10px; border-radius: 18px; }
  .f-tray-top, .f-tray-m, .f-tray > .f-btn { display: none; }
  .f-sockets { margin: 0; gap: 6px; }
  #field .f-socket { width: 32px; height: 32px; }
  .f-strip { height: 40px; gap: 10px; padding: 0 8px 0 12px; font-size: 10px; }
  .f-marquee { display: none; }
  .f-strip-ca { flex: 1; }
  .f-guide { top: 62px; }
  .f-guide p { font-size: 12px; }
  .f-panel-in { padding: 70px 16px 140px; }
  .f-stats { grid-template-columns: repeat(2, 1fr); }
  .f-stat:nth-child(3) { padding-left: 0; box-shadow: none; }
  .f-grid2, .f-grid3, .f-builder, .f-launch, .f-form-2, .f-bp-grid, .f-seg { grid-template-columns: 1fr; }
  .f-steps { grid-template-columns: repeat(4, 1fr); }
  #field .f-step span { display: none; }
  .f-preview { position: static; }
  .f-puff { width: 38px; height: 38px; }
  .f-puff-ico { width: 24px; height: 24px; }
  .f-sub { display: none; }
  .f-plate-word { font-size: 78px; }
}


/* ===========================================================================
   Critic pass: fixes for the verified findings, kept together on purpose.
   =========================================================================== */

/* ── official CA button: copies the token address, reads "soon" until launch ── */
#field .f-ca {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px 0 6px; border-radius: 999px; white-space: nowrap;
  background: #fff; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink), 0 3px 0 var(--ink);
  font-family: "Field Mono", monospace; font-size: 11.5px; letter-spacing: 0.06em; transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
#field .f-ca:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 2px var(--ink), 0 4px 0 var(--ink); }
#field .f-ca:active { transform: translateY(2px); box-shadow: inset 0 0 0 2px var(--ink), 0 1px 0 var(--ink); }
.f-ca-k { height: 28px; padding: 0 9px; border-radius: 999px; display: grid; place-items: center; background: var(--ink); color: var(--sun); font-weight: 600; letter-spacing: 0.1em; }
.f-ca-v { font-weight: 600; text-transform: uppercase; }
.f-ca.is-live .f-ca-v { text-transform: none; }
#field .f-ca svg { width: 15px; height: 15px; }
#field .f-ca-strip { height: 30px; padding: 0 10px 0 3px; box-shadow: inset 0 0 0 1.5px var(--ink); font-size: 10.5px; }
#field .f-ca-strip .f-ca-k { height: 24px; }
#field .f-ca-sheet { height: 34px; }

/* ── header mark: the clean D on a sky disc ── */
.f-mark-logo { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; flex: none; background: radial-gradient(circle at 35% 30%, #cfeafd 0%, #8fcaf5 55%, #4aa6ec 100%); box-shadow: inset 0 0 0 1px rgba(13, 21, 16, 0.08); }
.f-mark-logo img { width: 27px; height: 27px; object-fit: contain; display: block; filter: drop-shadow(0 1px 1px rgba(10, 60, 110, 0.35)); }

/* ── hero: always full-bleed, copy clear of the header, lawn continues under the dock ── */
.f-hero-copy { top: calc(86px + (100% - var(--bh) - var(--gf) - 86px) / 2); }
.f-hero-grassfill { background: url(/assets/brand/grass-strip.jpg) center top / var(--bw) 100% no-repeat; transform: scaleY(-1); }
.f-hero-status { margin: 10px 0 0; padding: 8px 14px; border-radius: 12px; background: rgba(255, 255, 255, 0.92); font-size: 13.5px; color: var(--ink-2); max-width: 46ch; }
@media (max-height: 800px) { .f-hero-eyebrow { display: none; } }
@media (max-height: 680px) { .f-hero-sub { display: none; } .f-hero-title { font-size: clamp(26px, 3.4vw, 44px); } }
@media (max-width: 820px) { .f-hero-copy { top: calc(78px + (100% - var(--bh) - var(--gf) - 78px) / 2); } }

/* ── markers: the five rules are the loud ones; subtitles get a backing ── */
.f-marker.is-block .f-puff { width: 54px; height: 54px; }
.f-marker.is-block .f-puff-ico { width: 36px; height: 36px; }
.f-marker.is-block .f-puff-ico svg { width: 19px; height: 19px; }
.f-marker.is-block .f-tag { background: var(--sun); box-shadow: inset 0 0 0 1.5px var(--ink), 0 3px 10px rgba(8, 40, 10, 0.32); font-size: 11.5px; padding: 5px 11px 4px; }
.f-marker.is-block.is-collected .f-tag { background: var(--crt); }
.f-marker.is-bp .f-puff { width: 40px; height: 40px; }
.f-marker.is-bp .f-puff-ico { width: 26px; height: 26px; }
.f-sub { color: var(--ink-2); text-shadow: none; background: rgba(255, 255, 255, 0.86); padding: 2px 7px; border-radius: 999px; font-size: 9.5px; }
.f-puff-ico { position: relative; }
.f-puff-ico.has-art, .f-brow-ico.has-art { background: none !important; box-shadow: none !important; overflow: visible; }
.f-ico-art { width: 132%; height: 132%; object-fit: contain; display: block; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.18)); pointer-events: none; }
#field .f-socket.has-art { background: #fff; border-style: solid; }
#field .f-socket.has-art:not(.is-on) .f-ico-art { filter: grayscale(1) opacity(0.45); }
#field .f-socket.has-art.is-on { background: #fff; }
#field .f-socket .f-ico-art { width: 118%; height: 118%; }

/* ── a sheet on the right owns the right side: the chrome there steps aside ── */
@media (min-width: 821px) {
  #field.is-drawer .f-dock, #field.is-drawer .f-head-r, #field.is-drawer .f-guide, #field.is-drawer .f-tray { opacity: 0 !important; pointer-events: none !important; }
}
.f-drawer .f-sheet { padding-bottom: 110px; }
#field .f-sheet .f-btn.block + .f-btn.block { margin-top: 12px; }

/* ── plates: generated art fills them; the drawn fallback never overflows ── */
.f-plate.has-art { background: #87cefd; }
.f-plate-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.f-plate-word { font-size: clamp(56px, 16vw, 92px); }
.f-plate.puff .f-plate-word { font-size: clamp(44px, 12vw, 68px); }
.f-plate-mark { position: absolute; z-index: 1; left: 50%; bottom: 58px; width: 150px; transform: translateX(-50%); filter: drop-shadow(0 12px 14px rgba(10, 50, 20, 0.35)); }

/* ── panels: the brand world continues inside them ── */
.f-panel {
  background:
    url(/assets/brand/grass-strip.jpg) center bottom / auto 112px repeat-x,
    linear-gradient(180deg, rgba(74, 166, 236, 0.55) 0%, rgba(228, 243, 253, 0.95) 170px, rgba(248, 252, 255, 0.985) 520px);
}
.f-panel-in { padding-bottom: 200px; }
.f-hd .f-lbl { display: inline-block; padding: 5px 11px 4px; border-radius: 999px; background: var(--sun); color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--ink); }
.f-metric {
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.045) 0 1px, transparent 1px 3px), radial-gradient(130% 150% at 25% 15%, #9af5d3 0%, #3fe0a0 55%, #22bd83 100%);
  box-shadow: inset 0 0 16px rgba(0, 70, 40, 0.3), 0 0 0 5px #eeece2, 0 0 0 6px rgba(13, 21, 16, 0.14);
  border-radius: 14px; margin: 6px;
}
.f-metric .f-lbl { color: #0b4a33; }
.f-metrics { gap: 6px; }

/* in a panel the dock stays down with the ground: at the top it ran into the header's right group */
.f-dock.is-top { top: auto !important; bottom: 64px !important; }
@media (max-width: 820px) { .f-dock.is-top { bottom: 56px !important; } }

/* one close button outside the sheets, so it never scrolls away */
#field .f-panel-close { position: fixed; z-index: 9; top: 84px; right: 22px; display: none; }
#field.is-panel .f-panel-close { display: grid; }
@media (max-width: 820px) { #field .f-panel-close { top: 70px; right: 12px; width: 38px; height: 38px; } }
#field.is-panel .f-head::before { background: linear-gradient(180deg, rgba(210, 234, 251, 0.98) 70%, rgba(228, 243, 253, 0)); box-shadow: none; height: 92px; }

/* disabled actions read as locked, not as broken */
#field .f-btn:disabled { opacity: 1; background: #eef1f4 !important; color: #5d6b64 !important; box-shadow: inset 0 0 0 1.5px #c6d0ca !important; cursor: not-allowed; transform: none !important; }
#field .f-btn:disabled svg { width: 14px; height: 14px; }
#field input.f-range:disabled { opacity: 0.45; cursor: not-allowed; }

/* ── ticker: the CA pill keeps a clean gutter ── */
.f-strip-ca { position: relative; z-index: 1; padding-right: 8px; font-weight: 600; }
.f-marquee { -webkit-mask-image: linear-gradient(90deg, transparent 0, transparent 10px, #000 70px, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent 0, transparent 10px, #000 70px, #000 94%, transparent); }

/* ── dock: short labels in a five-column grid on phones ── */
.f-nav-short { display: none; }
@media (max-width: 820px) {
  .f-dock { display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); left: 10px; right: 10px; transform: none; max-width: none; overflow: visible; }
  #field .f-dock button { padding: 0 2px; font-size: 11px; }
  .f-nav-long { display: none; }
  .f-nav-short { display: inline; }
  #field .f-head-r .f-ca-head { height: 36px; padding: 0 10px 0 4px; font-size: 10.5px; }
  #field .f-head-r .f-ca-head .f-ca-k { height: 26px; padding: 0 7px; }
  #field .f-head-r .f-btn.sun { display: none; }
  .f-strip-ca { font-size: 10px; }
}

/* ── motion: calm for everyone who asked for it ── */
@media (prefers-reduced-motion: reduce) {
  .f-marquee-in, .f-marker.is-block .f-puff, .f-pending::before, .f-socket.pop, .f-seed { animation: none !important; }
  .f-hero, .f-toast, .f-drawer, .f-panel, .f-tray, .f-guide { transition: none !important; }
}


/* ── wallet: connect button, account pill and its menu ── */
.f-acct { position: relative; }
#field .f-connect.is-in { font-family: "Field Mono", monospace; font-weight: 600; letter-spacing: 0.04em; text-transform: none; font-stretch: 100%; gap: 8px; }
.f-acct-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--crt); box-shadow: 0 0 0 3px rgba(63, 224, 160, 0.28); display: inline-block; margin-right: 6px; }
.f-acct-menu {
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 220px; padding: 6px; border-radius: 16px; z-index: 20;
  background: #fff; box-shadow: 0 16px 40px rgba(10, 40, 70, 0.22), 0 0 0 1px var(--line);
}
.f-acct-head { padding: 10px 12px 8px; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
.f-acct-head b { display: block; font-family: "Field Mono", monospace; font-size: 13px; margin-top: 3px; }
#field .f-acct-menu button, #field .f-acct-menu a { display: block; width: 100%; text-align: left; padding: 10px 12px; border-radius: 10px; font-size: 14px; color: var(--ink); text-decoration: none; }
#field .f-acct-menu button:hover, #field .f-acct-menu a:hover { background: var(--sky-3); }
#field .f-acct-menu [data-act="acct-logout"] { color: #c2410c; }
@media (max-width: 820px) {
  #field .f-head-r [data-act="sound"] { display: none; }
  #field .f-head-r .f-connect { display: inline-flex !important; height: 36px; padding: 0 12px; font-size: 11px; }
}

/* ── onchain: launch cards, the token sheet, the trade box ───────────────── */
.f-tgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.f-tk { padding: 0; overflow: hidden; cursor: pointer; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.f-tk:hover, .f-tk:focus-visible { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 16px 34px rgba(10, 40, 70, 0.16), 0 0 0 1.5px var(--ink); outline: none; }
.f-tk .f-tcard-top { padding: 16px 16px 10px; }
.f-tk .f-tcard-body { padding: 0 16px 16px; }
.f-tk-line { margin: 0 0 10px; color: var(--ink-2); font-size: 13px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.f-tk-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 10px; font-size: 12px; color: var(--ink-3); }
.f-tk-meta b { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.f-tile { position: relative; }
.f-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.f-tile span { position: relative; }
.f-progress { height: 10px; margin: 12px 0 2px; border-radius: 999px; background: var(--sky-3); box-shadow: inset 0 0 0 1.5px var(--ink); overflow: hidden; }
.f-progress i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--grass-2), var(--sun)); box-shadow: inset 0 0 0 1.5px var(--ink); transition: width 0.4s ease; }
.f-skel { pointer-events: none; }
.f-skel i { display: block; height: 12px; margin: 8px 0; border-radius: 6px; background: linear-gradient(90deg, var(--sky-3) 25%, #f4f9fd 50%, var(--sky-3) 75%); background-size: 200% 100%; animation: f-shimmer 1.3s linear infinite; }
.f-skel .f-tile { background: var(--sky-3); box-shadow: none; }
@keyframes f-shimmer { to { background-position: -200% 0; } }
.f-addr { font-family: "Field Mono", monospace; font-size: 12.5px; color: var(--sky-0); text-decoration: none; border-bottom: 1px dashed currentColor; }
.f-addr:hover { color: var(--ink); }
.f-mini { margin-left: 6px; padding: 2px 8px; border: 0; border-radius: 999px; background: var(--sky-3); color: var(--ink-2); font: 500 10.5px/1.6 "Field Mono", monospace; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; }
.f-mini:hover { background: var(--sun); color: var(--ink); }
.f-plate-logo { background: var(--sky-3); }
.f-plate-logo .f-plate-art { object-fit: contain; padding: 18px; }
.f-trade { margin-top: 18px; padding: 16px; border-radius: 20px; background: linear-gradient(180deg, #f7fafd, #e9f1f9); box-shadow: inset 0 0 0 2px var(--ink), inset 0 -6px 14px rgba(90, 120, 160, 0.14); display: grid; gap: 10px; }
.f-trade-tabs { display: flex; gap: 6px; }
.f-trade-tabs .f-chip { flex: 1; justify-content: center; height: 36px; }
.f-trade-row { position: relative; }
.f-trade-in { width: 100%; height: 56px; padding-right: 74px; font-family: "Field Plaque", sans-serif; font-size: 26px; letter-spacing: 0.01em; }
.f-trade-unit { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); font-family: "Field Mono", monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); pointer-events: none; }
.f-quote { min-height: 22px; display: grid; gap: 2px; font-size: 14px; }
.f-quote b { font-family: "Field Plaque", sans-serif; font-weight: 400; font-size: 22px; line-height: 1.1; }
.f-trade .f-btn { margin-top: 4px; }
.f-status { margin: 0; min-height: 0; font-size: 12.5px; line-height: 1.5; color: var(--ink-2); }
.f-status.is-on { padding: 8px 12px; border-radius: 12px; background: var(--sun-2); }
.f-status.f-bad, .f-bad { color: #b3321b; }
.f-status.is-on.f-bad { background: #ffe3da; }
.f-fees .f-kv:first-of-type { margin-top: 6px; }
.f-done { background: var(--sun-2); box-shadow: inset 0 0 0 2px var(--ink); }
.f-done p { color: var(--ink-2); font-size: 14px; }
@media (max-width: 1080px) { .f-tgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .f-tgrid { grid-template-columns: 1fr; } .f-tk-meta { gap: 4px 10px; } }

/* ── after review: toasts clear the header, one close button, trade input, narrow screens ── */
#field .f-toast { top: 96px; }
@media (max-width: 820px) { #field .f-toast { top: 76px; max-width: calc(100vw - 32px); white-space: normal; } }
#field.is-drawer .f-panel-close { display: none !important; }
#field .f-trade-in { height: 56px; padding-right: 74px; font-family: "Field Plaque", sans-serif; font-size: 26px; letter-spacing: 0.01em; }
.f-launch > *, .f-builder > *, .f-form > *, .f-card, .f-preview { min-width: 0; }
.f-kv > span { min-width: 0; }
.f-kv > span:last-child { overflow-wrap: anywhere; }
@media (max-width: 820px) {
  #field .f-panel-in { overflow-x: hidden; }
  .f-nav-row { flex-wrap: wrap; }
  .f-nav-row .f-btn { max-width: 100%; }
  .f-row-pay { grid-template-columns: minmax(0, 1fr) 72px 34px; }
  .f-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .f-step span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
.f-acct-claim { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 10px; padding: 10px 12px; margin: 4px 0; border-radius: 12px; background: var(--sky-3); }
.f-acct-claim .f-lbl { grid-column: 1 / -1; }
.f-acct-claim b { font-family: "Field Plaque", sans-serif; font-weight: 400; font-size: 18px; }
