:root {
  color-scheme: dark;
  --ink: #f7f8ff;
  --muted: #9da6c7;
  --panel: rgba(18, 24, 52, 0.78);
  --panel-solid: #121833;
  --line: rgba(255, 255, 255, 0.1);
  --violet: #816bff;
  --blue: #49c6ff;
  --gold: #ffd65a;
  --green: #59e5a9;
  --red: #ff6988;
  --radius: 24px;
  font-family: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #090d20; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -20%, #243068 0, transparent 42%),
    linear-gradient(150deg, #070b19 0%, #0c1025 52%, #080b18 100%);
  overflow-x: hidden;
}
button, input, select { font: inherit; }
button { color: inherit; }
.aurora { position: fixed; width: 44vw; height: 44vw; border-radius: 50%; filter: blur(110px); opacity: .12; pointer-events: none; }
.aurora-one { top: -18vw; left: -8vw; background: #704cff; }
.aurora-two { right: -20vw; top: 28vh; background: #1ab8ff; }

.topbar {
  height: 84px;
  padding: 0 clamp(22px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(280px, 620px) minmax(170px, 1fr);
  gap: 24px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 11, 25, .76);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; width: fit-content; }
.brand strong, .brand small { display: block; font-family: "Space Grotesk", sans-serif; letter-spacing: .09em; line-height: 1; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 5px; color: var(--blue); font-size: 9px; }
.brand-orb { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(#ff5f72 0 44%, #edf3ff 44% 56%, #f8fbff 56%); box-shadow: 0 0 30px rgba(73,198,255,.22); border: 2px solid #0a0e20; }
.brand-orb span { width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 3px solid #151a32; }
.search-shell { height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--line); background: rgba(255,255,255,.055); border-radius: 14px; }
.search-shell:focus-within { border-color: rgba(73,198,255,.65); box-shadow: 0 0 0 3px rgba(73,198,255,.1); }
.search-shell span { color: var(--blue); font-size: 22px; }
.search-shell input { flex: 1; min-width: 0; color: #fff; background: none; border: 0; outline: 0; }
.search-shell input::placeholder { color: #7d87a8; }
kbd { padding: 4px 7px; color: #7f89a7; background: rgba(0,0,0,.2); border: 1px solid var(--line); border-radius: 6px; font-size: 10px; }
.hunt-button { justify-self: end; padding: 10px 13px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(255,214,90,.22); background: rgba(255,214,90,.08); border-radius: 12px; cursor: pointer; }
.hunt-button span { color: var(--gold); }
.hunt-button b { min-width: 21px; height: 21px; display: grid; place-items: center; color: #13172b; background: var(--gold); border-radius: 50%; font-size: 11px; }

main { width: min(1460px, calc(100% - 44px)); margin: 0 auto; padding: 46px 0 90px; position: relative; }
.loading { min-height: 65vh; display: grid; place-content: center; justify-items: center; color: var(--muted); }
.loader-orb { width: 52px; height: 52px; border-radius: 50%; border: 6px solid rgba(255,255,255,.1); border-top-color: var(--blue); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 32px; align-items: end; margin-bottom: 38px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-weight: 700; letter-spacing: .15em; font-size: 11px; text-transform: uppercase; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; }
h1 { margin: 0; max-width: 760px; font-size: clamp(43px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
h1 .gradient { background: linear-gradient(95deg, #fff 15%, #74d7ff 52%, #a895ff 90%); -webkit-background-clip: text; color: transparent; }
.hero-copy { max-width: 700px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.vault-value { padding: 24px; position: relative; overflow: hidden; background: linear-gradient(140deg, rgba(129,107,255,.19), rgba(73,198,255,.08)); border: 1px solid rgba(159,145,255,.25); border-radius: var(--radius); box-shadow: 0 22px 70px rgba(0,0,0,.26); }
.vault-value::after { content: ""; width: 120px; height: 120px; position: absolute; right: -32px; top: -40px; background: radial-gradient(circle, rgba(255,214,90,.35), transparent 68%); }
.vault-value span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.vault-value strong { display: block; margin: 8px 0 4px; font: 700 clamp(34px, 4vw, 52px)/1 "Space Grotesk"; }
.vault-value small { color: #bac3e2; }
.vault-value .trend { margin-top: 13px; }
.stat-strip { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 44px; background: var(--panel); border: 1px solid var(--line); border-radius: 19px; backdrop-filter: blur(16px); }
.stat { padding: 20px 24px; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; font: 700 25px/1 "Space Grotesk"; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.trend { width: fit-content; margin-top: 10px; display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.trend.up { color: var(--green); }
.trend.down { color: var(--red); }
.trend.flat { color: #b6bfdc; }
.trend.new { color: var(--blue); }
.market-panel { margin-bottom: 44px; padding: 24px; background: linear-gradient(135deg, rgba(73,198,255,.085), rgba(129,107,255,.075)); border: 1px solid rgba(113,191,255,.16); border-radius: 22px; }
.market-summary { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.market-summary h2 { margin: 0; font-size: 28px; }
.market-summary p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.market-change { text-align: right; }
.market-change small, .market-change span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.market-change strong { display: block; margin: 4px 0; color: var(--green); font: 700 30px "Space Grotesk"; }
.mover-row { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.mover { min-width: 0; padding: 9px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; color: var(--ink); background: rgba(6,10,24,.42); border: 1px solid var(--line); border-radius: 13px; text-align: left; cursor: pointer; }
.mover:hover { border-color: rgba(73,198,255,.5); }
.mover > img, .mover > .image-fallback { width: 42px; height: 58px; object-fit: cover; overflow: hidden; border-radius: 6px; }
.mover .image-fallback strong { font-size: 7px; }
.mover > span:nth-child(2) { min-width: 0; }
.mover > span:nth-child(2) strong, .mover > span:nth-child(2) small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mover > span:nth-child(2) strong { font-size: 12px; }
.mover > span:nth-child(2) small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.mover .trend { margin: 0; }
.no-movers { grid-column: 1 / -1; color: var(--muted); }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 20px; }
.section-head h2 { margin: 0; font-size: 26px; letter-spacing: -.03em; }
.section-head p { margin: 6px 0 0; color: var(--muted); }
.sort-select, .pill { padding: 9px 12px; color: var(--ink); background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 11px; }
.binder-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 22px; }
.binder-card { min-height: 370px; padding: 0; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #12172e; box-shadow: 0 20px 55px rgba(0,0,0,.24); cursor: pointer; text-align: left; isolation: isolate; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.binder-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--accent) 55%, white 10%); box-shadow: 0 30px 70px rgba(0,0,0,.36), 0 0 30px color-mix(in srgb, var(--accent) 15%, transparent); }
.binder-art { height: 210px; position: relative; overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 70%, #111b3f), #0c1024 75%); isolation: isolate; }
.binder-cover { position: absolute; inset: 0; display: block; overflow: hidden; }
.binder-cover-texture { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; opacity: .9; transform: scale(1.025); }
.binder-cover-pack { width: 118px; max-height: 194px; position: absolute; left: 38%; top: 7px; z-index: 1; object-fit: contain; opacity: .9; transform: translateX(-50%) rotate(-4deg) scale(1.06); filter: saturate(.98) brightness(.84) drop-shadow(0 15px 22px rgba(0,0,0,.76)); }
.binder-cover-cards { position: absolute; inset: 0; display: block; }
.binder-cover-card { width: 76px; aspect-ratio: 2.5 / 3.5; position: absolute; right: 19px; top: 20px; z-index: 4; object-fit: cover; border: 2px solid rgba(255,255,255,.7); border-radius: 8px; box-shadow: 0 13px 28px rgba(0,0,0,.7), 0 0 23px color-mix(in srgb, var(--accent) 42%, transparent); transform: rotate(5deg); }
.binder-cover-card.card-2 { width: 67px; right: 78px; top: 42px; z-index: 3; opacity: .92; transform: rotate(-11deg); }
.binder-cover-card.card-3 { width: 60px; right: -5px; top: 58px; z-index: 3; opacity: .82; transform: rotate(13deg); }
.binder-cover-shade { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg, rgba(6,8,22,.86) 0%, rgba(6,8,22,.42) 39%, rgba(6,8,22,.08) 69%), linear-gradient(0deg, rgba(5,7,19,.92), transparent 56%); }
.binder-code { position: absolute; left: 22px; top: 20px; z-index: 2; padding: 7px 9px; border-radius: 9px; background: rgba(5,8,20,.48); border: 1px solid rgba(255,255,255,.14); font: 700 11px "Space Grotesk"; letter-spacing: .12em; }
.binder-cover-label { max-width: calc(100% - 104px); position: absolute; left: 22px; bottom: 18px; z-index: 3; text-shadow: 0 3px 13px rgba(0,0,0,.9); }
.binder-cover-label small, .binder-cover-label strong { display: block; }
.binder-cover-label small { margin-bottom: 5px; color: #b9c8ee; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.binder-cover-label strong { font: 700 16px/1.05 "Space Grotesk"; }
.binder-completion { position: absolute; right: 20px; bottom: 18px; z-index: 2; width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--accent) calc(var(--progress) * 1%), rgba(255,255,255,.12) 0); }
.binder-completion::before { content: ""; position: absolute; inset: 7px; border-radius: inherit; background: rgba(12,16,38,.93); box-shadow: 0 5px 18px rgba(0,0,0,.55); }
.binder-completion strong, .binder-completion span { position: relative; z-index: 1; text-align: center; }
.binder-completion strong { font: 700 17px "Space Grotesk"; }
.binder-completion span { display: block; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.binder-info { padding: 22px; }
.binder-info h3 { min-height: 50px; margin: 0; font-size: 22px; line-height: 1.13; letter-spacing: -.03em; }
.binder-info > p { margin: 8px 0 17px; color: var(--muted); font-size: 13px; }
.binder-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.binder-fact { padding: 10px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.055); border-radius: 11px; }
.binder-fact span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.binder-fact strong { display: block; margin-top: 3px; font-size: 14px; }
.binder-info > .trend { margin-top: 12px; }
.binder-spine { position: absolute; top: 0; bottom: 0; left: 0; width: 5px; background: var(--accent); box-shadow: 0 0 20px var(--accent); }

.binder-view { --accent: #49c6ff; }
.binder-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.back-button { padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.05); cursor: pointer; }
.binder-tools { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { cursor: pointer; }
.pill.active { color: #07101f; border-color: var(--accent); background: var(--accent); font-weight: 700; }
.binder-hero { min-height: 265px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; padding: 30px; margin-bottom: 25px; position: relative; overflow: hidden; background: #101630; border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent); border-radius: 26px; isolation: isolate; }
.binder-cover-hero .binder-cover-texture { opacity: .72; object-position: right center; }
.binder-cover-hero .binder-cover-shade { background: linear-gradient(90deg, rgba(7,10,26,.96) 0%, rgba(7,10,26,.73) 48%, rgba(7,10,26,.34) 100%), linear-gradient(0deg, rgba(7,10,26,.74), transparent 70%); }
.binder-cover-hero .binder-cover-pack { width: 165px; max-height: 245px; left: auto; right: 170px; top: 10px; opacity: .72; transform: rotate(-4deg) scale(1.06); }
.binder-cover-hero .binder-cover-card { width: 112px; right: 66px; top: 20px; }
.binder-cover-hero .binder-cover-card.card-2 { width: 98px; right: 150px; top: 43px; }
.binder-cover-hero .binder-cover-card.card-3 { width: 89px; right: -2px; top: 58px; }
.binder-hero-copy { position: relative; z-index: 5; }
.binder-hero h1 { max-width: none; font-size: clamp(38px, 5vw, 64px); }
.binder-hero p { margin: 10px 0 0; color: var(--muted); }
.binder-value-block { position: relative; z-index: 5; text-align: right; }
.binder-value-block small { color: var(--muted); text-transform: uppercase; letter-spacing: .11em; }
.binder-value-block strong { display: block; margin-top: 5px; font: 700 35px "Space Grotesk"; }
.progress-bar { height: 7px; margin-top: 18px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.progress-bar span { display: block; height: 100%; width: var(--progress); background: linear-gradient(90deg, var(--accent), #fff095); box-shadow: 0 0 20px var(--accent); }
.page-nav { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 18px 0; }
.page-nav button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); cursor: pointer; }
.page-nav button:disabled { opacity: .3; cursor: default; }
.page-nav strong { min-width: 120px; text-align: center; }
.binder-page { padding: clamp(12px, 2vw, 24px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(9px, 1.7vw, 20px); background: linear-gradient(135deg, rgba(16,22,48,.95), rgba(8,12,28,.96)); border: 1px solid var(--line); border-radius: 28px; box-shadow: inset 0 0 70px rgba(0,0,0,.28), 0 30px 80px rgba(0,0,0,.28); }
.pocket { aspect-ratio: 2.5 / 3.5; padding: 8px; position: relative; border: 1px solid rgba(185,206,255,.16); border-radius: 11px 11px 17px 17px; background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(117,144,205,.035)); box-shadow: inset 0 0 0 2px rgba(255,255,255,.025), inset 0 -20px 40px rgba(0,0,0,.12); overflow: hidden; }
.pocket::after { content: ""; position: absolute; inset: 3px 8px auto; height: 1px; background: rgba(255,255,255,.2); }
.slot-card { width: 100%; height: 100%; padding: 0; position: relative; overflow: hidden; border: 0; border-radius: 8px; background: #171d36; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,.35); }
.slot-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.slot-card .image-fallback { height: 100%; display: grid; place-content: center; text-align: center; padding: 12px; color: #b7c0df; background: radial-gradient(circle at 50% 30%, color-mix(in srgb, var(--accent) 25%, transparent), transparent 60%), #151b35; }
.image-fallback strong { font: 700 clamp(12px, 1.4vw, 19px) "Space Grotesk"; }
.image-fallback span { margin-top: 6px; color: var(--muted); font-size: 10px; }
.slot-overlay { position: absolute; inset: auto 0 0; padding: 28px 8px 8px; display: flex; justify-content: space-between; align-items: end; background: linear-gradient(transparent, rgba(3,6,15,.94)); font-size: clamp(9px, 1vw, 12px); }
.copy-badge { min-width: 29px; height: 29px; padding: 0 7px; display: grid; place-items: center; position: absolute; right: 4px; top: 4px; border-radius: 99px; background: var(--gold); color: #14182b; font: 700 11px "Space Grotesk"; box-shadow: 0 4px 14px rgba(0,0,0,.4); }
.missing-slot { width: 100%; height: 100%; padding: 14px; display: grid; place-content: center; justify-items: center; gap: 9px; position: relative; overflow: hidden; color: #77819f; border: 1px dashed rgba(255,255,255,.13); border-radius: 8px; background: rgba(5,8,19,.42); cursor: pointer; }
.missing-slot:hover, .missing-slot.hunted { color: var(--gold); border-color: rgba(255,214,90,.42); background: rgba(255,214,90,.055); }
.missing-slot.has-preview { padding: 0; place-content: stretch; border-style: solid; background: #11162b; }
.missing-slot.has-preview > img, .missing-slot.has-preview > .image-fallback { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) brightness(.52); transform: scale(1.015); transition: .2s ease; }
.missing-slot.has-preview:hover > img { filter: saturate(.9) brightness(.68); transform: scale(1.04); }
.missing-wash { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(7,10,24,.12), rgba(7,10,24,.4)); }
.missing-label { padding: 6px 9px; position: absolute; left: 8px; top: 8px; color: #fff; background: rgba(255,55,91,.91); border: 1px solid rgba(255,255,255,.28); border-radius: 7px; box-shadow: 0 5px 14px rgba(0,0,0,.35); font: 700 10px "Space Grotesk"; letter-spacing: .12em; }
.missing-identity { position: absolute; inset: auto 0 0; padding: 36px 10px 10px; color: #fff; background: linear-gradient(transparent, rgba(4,7,17,.96)); text-align: left; }
.missing-identity strong, .missing-identity small { display: block; }
.missing-identity strong { font: 700 clamp(10px, 1.2vw, 15px)/1.1 "Space Grotesk"; }
.missing-identity small { margin-top: 4px; color: #bdc6e5; font-size: 9px; }
.missing-number { font: 700 clamp(22px, 3.4vw, 48px)/1 "Space Grotesk"; opacity: .65; }
.missing-slot small { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hunt-star { width: 29px; height: 29px; display: grid; place-items: center; position: absolute; right: 7px; top: 7px; z-index: 2; color: var(--gold); background: rgba(5,8,18,.78); border: 1px solid rgba(255,214,90,.35); border-radius: 50%; font-size: 17px; }
.missing-label + .missing-identity ~ .hunt-star { top: 41px; }
.hunt-copy { position: absolute; right: 8px; bottom: 8px; z-index: 2; padding: 4px 6px; color: #fff; background: rgba(5,8,18,.72); border-radius: 6px; font-size: 8px; opacity: 0; }
.missing-slot:hover .hunt-copy, .missing-slot.hunted .hunt-copy { opacity: 1; }
.empty-state { grid-column: 1 / -1; padding: 70px 20px; color: var(--muted); text-align: center; }

.search-limit { margin: -8px 0 18px; color: var(--gold); font-size: 12px; }
.search-results { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.result-card { min-height: 330px; padding: 12px; position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--panel); border-radius: 18px; cursor: pointer; text-align: left; }
.result-card:hover { border-color: var(--blue); }
.result-card.missing-result { border-style: dashed; }
.result-image { display: block; position: relative; }
.result-card img, .result-card .image-fallback { width: 100%; aspect-ratio: 2.5/3.5; object-fit: cover; border-radius: 10px; background: #151b35; }
.result-card.missing-result img { filter: saturate(.68) brightness(.7); }
.ownership-badge { padding: 6px 8px; position: absolute; left: 8px; top: 8px; color: #07101f; border-radius: 7px; font: 700 9px "Space Grotesk"; letter-spacing: .1em; box-shadow: 0 5px 14px rgba(0,0,0,.35); }
.ownership-badge.owned { background: var(--green); }
.ownership-badge.missing { color: #fff; background: var(--red); }
.result-copy, .result-copy strong, .result-copy small { display: block; }
.result-copy strong { margin-top: 11px; line-height: 1.1; }
.result-copy small { margin-top: 5px; color: var(--muted); }
.result-meta { margin-top: 10px; display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.result-meta b { color: var(--gold); font: 700 14px "Space Grotesk"; }
.result-meta em { color: var(--muted); font-size: 10px; font-style: normal; text-transform: uppercase; }
.missing-dialog-image { position: relative; }
.missing-dialog-image img { filter: saturate(.7) brightness(.72); }
.missing-dialog-badge { padding: 7px 10px; position: absolute; left: 44px; top: 44px; color: #fff; background: var(--red); border-radius: 8px; font: 700 10px "Space Grotesk"; letter-spacing: .12em; }
.missing-status { color: #fff; border-color: rgba(255,105,136,.5); background: rgba(255,105,136,.16); }
.dialog-hunt-button { margin-top: 18px; padding: 12px 15px; color: #171a28; border: 0; border-radius: 11px; background: var(--gold); font-weight: 700; cursor: pointer; }

.card-dialog { width: min(920px, calc(100% - 28px)); max-height: calc(100vh - 30px); padding: 0; color: var(--ink); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: #10162d; box-shadow: 0 40px 120px rgba(0,0,0,.65); overflow: auto; }
.card-dialog::backdrop { background: rgba(3,5,13,.82); backdrop-filter: blur(10px); }
.dialog-close { width: 38px; height: 38px; position: absolute; right: 14px; top: 14px; z-index: 2; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(5,8,18,.72); cursor: pointer; font-size: 24px; }
.dialog-grid { display: grid; grid-template-columns: minmax(260px, 42%) 1fr; }
.dialog-image { min-height: 520px; padding: 30px; display: grid; place-items: center; background: radial-gradient(circle at 50% 30%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 60%), #0b1024; }
.dialog-image img { width: 100%; max-height: 520px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,0,0,.45)); }
.dialog-info { padding: 48px 38px 36px; }
.dialog-info h2 { margin: 6px 0; font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.045em; }
.dialog-info .number { color: var(--accent); font-weight: 700; }
.tag-row { display: flex; gap: 7px; flex-wrap: wrap; margin: 17px 0 28px; }
.tag { padding: 6px 9px; color: #bec7e5; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.045); font-size: 11px; text-transform: capitalize; }
.dialog-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dialog-stat { padding: 15px; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 13px; }
.dialog-stat span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.dialog-stat strong { display: block; margin-top: 5px; font: 700 22px "Space Grotesk"; }
.scan-proof { margin: 20px 0 0; padding: 13px; color: #8f99b8; background: rgba(0,0,0,.18); border-radius: 11px; font-size: 11px; word-break: break-word; }
.toast { padding: 12px 17px; position: fixed; left: 50%; bottom: 28px; z-index: 50; transform: translate(-50%, 25px); color: #11162a; background: var(--gold); border-radius: 11px; font-weight: 700; opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .topbar { height: auto; padding: 14px 20px; grid-template-columns: 1fr auto; }
  .search-shell { grid-row: 2; grid-column: 1 / -1; }
  .hero { grid-template-columns: 1fr; }
  .stat-strip { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(3) { border-right: 0; }
  .stat:nth-child(n+4) { border-top: 1px solid var(--line); }
  .binder-hero { grid-template-columns: 1fr; }
  .binder-value-block { text-align: left; }
  .mover-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  main { width: min(100% - 24px, 1460px); padding-top: 28px; }
  .brand strong { font-size: 13px; }
  .hunt-button { padding: 9px; font-size: 0; }
  .hunt-button span, .hunt-button b { font-size: 11px; }
  kbd { display: none; }
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .stat { padding: 16px; border-top: 1px solid var(--line); }
  .stat:nth-child(-n+2) { border-top: 0; }
  .stat:nth-child(even) { border-right: 0; }
  .stat:last-child { grid-column: 1 / -1; }
  .section-head { align-items: start; flex-direction: column; }
  .market-summary { align-items: start; flex-direction: column; }
  .market-change { text-align: left; }
  .mover-row { grid-template-columns: 1fr; }
  .binder-grid { grid-template-columns: 1fr; }
  .binder-card { min-height: 330px; }
  .binder-art { height: 185px; }
  .binder-cover-card { width: 76px; right: 20px; top: 17px; }
  .binder-cover-pack { width: 112px; max-height: 175px; left: 37%; top: 6px; }
  .binder-cover-card.card-2 { width: 67px; right: 78px; top: 37px; }
  .binder-cover-card.card-3 { width: 60px; right: -4px; top: 50px; }
  .binder-cover-label { max-width: calc(100% - 98px); left: 18px; bottom: 15px; }
  .binder-code { left: 18px; top: 16px; }
  .binder-completion { right: 16px; bottom: 15px; width: 70px; height: 70px; }
  .binder-topline { align-items: start; flex-direction: column; }
  .binder-page { gap: 6px; border-radius: 18px; }
  .pocket { padding: 4px; border-radius: 7px 7px 11px 11px; }
  .slot-overlay { padding: 18px 4px 4px; }
  .slot-overlay span:first-child { display: none; }
  .copy-badge { min-width: 23px; height: 23px; font-size: 9px; }
  .missing-slot { padding: 4px; gap: 4px; }
  .missing-slot small { display: none; }
  .missing-label { left: 4px; top: 4px; padding: 4px 5px; font-size: 7px; }
  .missing-identity { padding: 18px 4px 5px; }
  .missing-identity strong { font-size: 8px; }
  .missing-identity small { display: block; font-size: 6px; }
  .hunt-star { width: 21px; height: 21px; right: 3px; top: 3px; font-size: 12px; }
  .missing-label + .missing-identity ~ .hunt-star { top: 25px; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-image { min-height: 360px; }
  .dialog-info { padding: 28px 22px; }
}
