/* Nexus Landing Pages v2 — design system. Theme vars are injected per page. */

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

:root {
  --accent: #7c8cff;
  --accent2: #22d3ee;
  --accent-soft: rgba(124, 140, 255, 0.14);
  --cta-text: #070b16;
  --glow: rgba(124, 140, 255, 0.35);
  --bg: #05070d;
  --panel: rgba(17, 21, 32, 0.78);
  --panel-2: rgba(24, 29, 43, 0.66);
  --line: rgba(255, 255, 255, 0.09);
  --text: #f2f5fb;
  --muted: #98a3b7;
  --ok: #34d399;
  --radius: 18px;
}

html { scroll-behavior: smooth; }

body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 520px at 12% -8%, var(--accent-soft), transparent 60%),
    radial-gradient(820px 460px at 94% 4%, rgba(34, 211, 238, 0.07), transparent 55%),
    var(--bg);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* ── Header ─────────────────────────────────────────────── */
.top {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(5, 7, 13, 0.72);
  border-bottom: 1px solid var(--line);
}
.top-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px; flex: none;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px; color: var(--cta-text);
}
.brand-name { font-family: Cinzel, Georgia, serif; font-weight: 700; letter-spacing: 0.1em; font-size: 14px; white-space: nowrap; }
.brand-sub { font-size: 10px; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; }
.status-pill {
  display: inline-flex; align-items: center; gap: 7px; flex: none;
  font-size: 11px; font-weight: 600; color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px;
  background: var(--panel-2);
}
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 8px var(--ok); }

/* ── Hero ───────────────────────────────────────────────── */
.hero { padding: 52px 0 30px; }
.hero-grid { display: grid; grid-template-columns: 200px 1fr; gap: 38px; align-items: center; }
.hero-art { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-art .ring {
  position: absolute; inset: -14px; border-radius: 34px;
  background: radial-gradient(circle at 50% 40%, var(--glow), transparent 70%);
  filter: blur(14px);
}
.hero-icon {
  position: relative; width: 168px; height: 168px; border-radius: 30px; object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04) inset;
  background: var(--panel);
}
.hero-initials {
  position: relative; width: 168px; height: 168px; border-radius: 30px;
  display: flex; align-items: center; justify-content: center;
  font-family: Cinzel, serif; font-size: 52px; font-weight: 700; color: var(--accent);
  background: var(--panel); border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.hero h1 { font-family: Cinzel, Georgia, serif; font-size: clamp(26px, 4vw, 42px); line-height: 1.15; font-weight: 700; }
.hero h1 .hl { color: var(--accent); }
.hero .lead { margin-top: 12px; color: var(--muted); font-size: 15.5px; max-width: 620px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip {
  font-size: 12.5px; font-weight: 600; color: var(--text);
  border: 1px solid var(--accent); background: var(--accent-soft);
  border-radius: 999px; padding: 7px 14px;
}
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 24px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: none; cursor: pointer; font-family: inherit;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: var(--cta-text); font-size: 15px; font-weight: 800; letter-spacing: 0.02em;
  border-radius: 14px; padding: 15px 26px;
  box-shadow: 0 14px 34px var(--glow);
  transition: transform .15s ease, filter .15s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.btn.small { padding: 11px 18px; font-size: 13px; border-radius: 11px; box-shadow: 0 8px 22px var(--glow); }
.btn.ghost {
  background: transparent; color: var(--muted); border: 1px solid var(--line);
  box-shadow: none; font-weight: 600;
}
.cta-note { font-size: 12px; color: var(--muted); }

.trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--muted); }
.trust-item b { color: var(--text); font-weight: 600; }
.trust-icon { color: var(--accent); flex: none; }

/* ── Sections ───────────────────────────────────────────── */
.section { padding: 34px 0; }
.section h2 { font-family: Cinzel, Georgia, serif; font-size: clamp(20px, 2.6vw, 27px); font-weight: 700; margin-bottom: 10px; }
.section .section-sub { color: var(--muted); font-size: 14px; margin-bottom: 24px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 18px; position: relative; overflow: hidden;
}
.step-num {
  font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700;
  color: var(--accent); border: 1px solid var(--accent); background: var(--accent-soft);
  width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.step h3 { font-size: 14.5px; font-weight: 700; margin-bottom: 6px; }
.step p { font-size: 12.5px; color: var(--muted); }

.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tier {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 20px; display: flex; flex-direction: column; gap: 14px; position: relative;
}
.tier.popular { border-color: var(--accent); box-shadow: 0 18px 50px var(--glow); }
.tier-flag {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  background: linear-gradient(135deg, var(--accent), var(--accent2)); color: var(--cta-text);
  border-radius: 999px; padding: 4px 12px; white-space: nowrap;
}
.tier-size { font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.tier-reward { font-size: 21px; font-weight: 800; line-height: 1.25; }
.tier ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.tier li { font-size: 12.5px; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; }
.tier li svg { flex: none; margin-top: 3px; color: var(--ok); }
.tier .btn { margin-top: auto; width: 100%; }

.info-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 26px; align-items: start; }
.prose p { color: #c4cddd; font-size: 14px; margin-bottom: 14px; }
.prose b { color: var(--text); }
.faq { display: flex; flex-direction: column; gap: 10px; }
.faq details {
  background: var(--panel); border: 1px solid var(--line); border-radius: 13px;
  padding: 14px 16px; transition: border-color .15s;
}
.faq details[open] { border-color: var(--accent); }
.faq summary {
  cursor: pointer; font-weight: 600; font-size: 13.5px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); font-size: 17px; font-weight: 700; }
.faq details[open] summary::after { content: '−'; }
.faq .answer { margin-top: 10px; font-size: 12.8px; color: var(--muted); }

.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rel-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px;
  transition: border-color .15s, transform .15s;
}
.rel-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.rel-icon { width: 40px; height: 40px; border-radius: 11px; object-fit: cover; flex: none; background: var(--panel-2); }
.rel-icon-fallback {
  width: 40px; height: 40px; border-radius: 11px; flex: none;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: Cinzel, serif;
  color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line);
}
.rel-name { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rel-reward { font-size: 11px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ── Footer ─────────────────────────────────────────────── */
.footer { border-top: 1px solid var(--line); margin-top: 40px; padding: 28px 0 40px; }
.footer-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; font-size: 12px; color: var(--muted); }
.footer a { color: var(--muted); }
.footer a:hover { color: var(--accent); }
.disclaimer { margin-top: 14px; font-size: 11px; color: #5f6b80; max-width: 760px; }

/* ── Locker modal ───────────────────────────────────────── */
.nx-overlay {
  position: fixed; inset: 0; z-index: 100; display: none;
  background: rgba(3, 5, 10, 0.78); backdrop-filter: blur(8px);
  padding: 22px 14px; overflow-y: auto;
}
.nx-overlay.open { display: flex; align-items: flex-start; justify-content: center; }
.nx-modal {
  width: 100%; max-width: 560px; margin: auto;
  background: var(--panel); border: 1px solid var(--line); border-radius: 22px;
  backdrop-filter: blur(16px); box-shadow: 0 30px 80px rgba(0,0,0,.6);
  padding: 24px 22px; position: relative;
}
.nx-close {
  position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border-radius: 10px;
  background: var(--panel-2); border: 1px solid var(--line); color: var(--muted);
  cursor: pointer; font-size: 16px; line-height: 1;
}
.nx-close:hover { color: var(--text); border-color: var(--accent); }
.nx-head { text-align: center; margin-bottom: 16px; }
.nx-head h3 { font-family: Cinzel, Georgia, serif; font-size: 19px; font-weight: 700; margin-bottom: 5px; }
.nx-head p { font-size: 12.5px; color: var(--muted); }
.nx-progress {
  display: flex; align-items: center; gap: 14px;
  background: var(--panel-2); border: 1px solid var(--line); border-radius: 15px; padding: 12px 15px; margin-bottom: 14px;
}
.nx-ring { position: relative; width: 62px; height: 62px; flex: none; }
.nx-ring svg { transform: rotate(-90deg); }
.nx-ring circle { fill: none; stroke-width: 6; stroke-linecap: round; }
.nx-ring .bgc { stroke: rgba(255,255,255,.09); }
.nx-ring .fgc { stroke: var(--accent); stroke-dasharray: 175.9; stroke-dashoffset: 175.9; transition: stroke-dashoffset .5s ease; }
.nx-ring .pct { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: "JetBrains Mono", monospace; font-size: 13px; font-weight: 700; }
.nx-progress .plabel { font-family: "JetBrains Mono", monospace; font-size: 13.5px; font-weight: 700; }
.nx-progress .psub { font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.nx-busy {
  display: none; align-items: center; gap: 10px;
  border: 1px solid var(--accent); background: var(--accent-soft);
  border-radius: 13px; padding: 10px 13px; margin-bottom: 12px; font-size: 12px;
}
.nx-busy.show { display: flex; }
.nx-spin { width: 13px; height: 13px; border-radius: 50%; border: 2px solid rgba(255,255,255,.25); border-top-color: var(--accent); animation: nxspin 1s linear infinite; flex: none; }
@keyframes nxspin { to { transform: rotate(360deg); } }
.nx-offers { display: flex; flex-direction: column; gap: 10px; }
.nx-offer {
  display: flex; align-items: center; gap: 12px; text-align: left;
  background: var(--panel-2); border: 1px solid var(--line); border-radius: 15px; padding: 12px 13px;
  transition: border-color .15s, transform .15s; cursor: pointer;
}
.nx-offer:hover { border-color: var(--accent); transform: translateY(-1px); }
.nx-offer.busy { border-color: var(--accent); }
.nx-offer.done { border-color: var(--ok); background: rgba(52, 211, 153, 0.08); }
.nx-offer img { width: 44px; height: 44px; border-radius: 11px; object-fit: cover; flex: none; background: rgba(255,255,255,.04); }
.nx-offer .oi { flex: 1; min-width: 0; }
.nx-badge {
  display: inline-block; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent);
  border-radius: 6px; padding: 2px 6px; margin-bottom: 4px;
}
.nx-offer .ot { font-size: 13px; font-weight: 600; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nx-offer .od { font-size: 11px; color: var(--muted); margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nx-go {
  flex: none; font-size: 11px; font-weight: 800; color: var(--cta-text);
  background: var(--accent); border-radius: 9px; padding: 9px 12px; white-space: nowrap;
}
.nx-offer.done .nx-go { background: var(--ok); }
.nx-src { font-size: 9.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.nx-steps-note { margin-top: 14px; text-align: center; font-size: 11px; color: var(--muted); }
.nx-state { text-align: center; padding: 26px 8px; }
.nx-state h3 { font-family: Cinzel, Georgia, serif; font-size: 19px; margin-bottom: 8px; }
.nx-state p { font-size: 13px; color: var(--muted); }
.nx-voucher {
  font-family: "JetBrains Mono", monospace; font-size: 17px; font-weight: 700; letter-spacing: .05em;
  color: var(--accent); border: 1.5px dashed var(--accent); background: var(--accent-soft);
  border-radius: 13px; padding: 14px; margin: 16px 0 12px; word-break: break-all;
}
.nx-trophy {
  width: 58px; height: 58px; margin: 0 auto 12px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft); border: 1px solid var(--accent);
}
.nx-trophy svg { width: 27px; height: 27px; stroke: var(--accent); }

/* ── Home ───────────────────────────────────────────────── */
.home-hero { padding: 58px 0 24px; text-align: center; }
.home-hero h1 { font-family: Cinzel, Georgia, serif; font-size: clamp(28px, 5vw, 46px); line-height: 1.15; }
.home-hero h1 .hl { color: var(--accent); }
.home-hero .lead { color: var(--muted); font-size: 15.5px; max-width: 640px; margin: 14px auto 0; }
.home-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 26px 0 6px; }
.home-stat {
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 12px 18px; min-width: 130px;
}
.home-stat b { display: block; font-family: "JetBrains Mono", monospace; font-size: 20px; color: var(--accent); }
.home-stat span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.search-row { max-width: 620px; margin: 26px auto 14px; }
.search-box {
  width: 100%; background: var(--panel); border: 1px solid var(--line); border-radius: 14px;
  padding: 15px 18px; color: var(--text); font-size: 14.5px; font-family: inherit; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.search-box:focus { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.cat-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 26px; }
.cat-chip {
  cursor: pointer; font-size: 12.5px; font-weight: 600; font-family: inherit;
  color: var(--muted); background: var(--panel); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 15px; transition: all .15s;
}
.cat-chip:hover { color: var(--text); border-color: var(--accent); }
.cat-chip.active { color: var(--cta-text); background: linear-gradient(135deg, var(--accent), var(--accent2)); border-color: transparent; }
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-bottom: 40px; }
.niche-card {
  display: flex; align-items: center; gap: 11px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 11px 12px;
  transition: border-color .15s, transform .15s; position: relative; overflow: hidden;
}
.niche-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.niche-card .hot {
  position: absolute; top: 0; right: 0; font-size: 8.5px; font-weight: 800; letter-spacing: .1em;
  background: linear-gradient(135deg, var(--accent), var(--accent2)); color: var(--cta-text);
  padding: 3px 8px; border-bottom-left-radius: 9px;
}
.nc-icon { width: 42px; height: 42px; border-radius: 11px; object-fit: cover; flex: none; background: var(--panel-2); }
.nc-fallback {
  width: 42px; height: 42px; border-radius: 11px; flex: none; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-family: Cinzel, serif; font-size: 15px; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--line);
}
.nc-name { font-size: 12.8px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nc-reward { font-size: 10.5px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.empty { text-align: center; color: var(--muted); padding: 40px 0; display: none; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 940px) {
  .grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .hero-art { justify-content: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .chips, .cta-row { justify-content: center; }
  .trust { justify-content: center; }
  .info-grid { grid-template-columns: 1fr; }
  .steps, .tiers, .related { grid-template-columns: 1fr; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .tier.popular { order: -1; }
}
@media (max-width: 520px) {
  .grid { grid-template-columns: 1fr; }
  .brand-sub { display: none; }
  .status-pill span { display: none; }
  .status-pill { padding: 7px 9px; }
  .hero-icon, .hero-initials { width: 132px; height: 132px; }
}

/* ── v3: generator wizard, console, proofs ─────────────── */
.tier-bonus { font-size: 12px; color: var(--accent); font-weight: 600; }
.tier-bonus:empty { display: none; }

.nx-modal { max-height: calc(100vh - 44px); overflow-y: auto; }

.nx-hud { display: flex; gap: 6px; margin-bottom: 16px; }
.nx-hud-step {
  flex: 1; text-align: center; font-size: 9px; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted); border: 1px solid var(--line); border-radius: 9px; padding: 6px 3px; background: var(--panel-2);
}
.nx-hud-step b { display: block; font-family: "JetBrains Mono", monospace; font-size: 11px; }
.nx-hud-step.active { border-color: var(--accent); color: var(--accent); background: var(--accent-soft); }
.nx-hud-step.done { color: var(--ok); border-color: rgba(52, 211, 153, .4); }

.nx-field { margin-bottom: 14px; }
.nx-label { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 7px; font-weight: 600; }
.nx-input {
  width: 100%; background: var(--panel-2); border: 1px solid var(--line); border-radius: 12px;
  padding: 13px 15px; color: var(--text); font-size: 14px; font-family: inherit; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.nx-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.nx-input-error { border-color: #fb7185 !important; box-shadow: 0 0 0 3px rgba(251, 113, 133, .15) !important; }
.nx-hint { margin-top: 6px; font-size: 11px; color: var(--muted); }
.nx-hint-error { color: #fb7185; }

.nx-platforms { display: flex; gap: 8px; flex-wrap: wrap; }
.nx-plat {
  flex: 1; min-width: 84px; cursor: pointer; font-family: inherit;
  background: var(--panel-2); border: 1px solid var(--line); color: var(--muted);
  border-radius: 11px; padding: 11px 8px; font-size: 12.5px; font-weight: 600; transition: all .15s;
}
.nx-plat:hover { color: var(--text); border-color: var(--accent); }
.nx-plat.active { color: var(--cta-text); background: linear-gradient(135deg, var(--accent), var(--accent2)); border-color: transparent; }

.nx-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.nx-pkg {
  position: relative; cursor: pointer; text-align: center; font-family: inherit;
  background: var(--panel-2); border: 1px solid var(--line); border-radius: 13px;
  padding: 15px 8px 12px; color: var(--text); transition: all .15s;
}
.nx-pkg:hover { border-color: var(--accent); }
.nx-pkg.active { border-color: var(--accent); background: var(--accent-soft); }
.nx-pkg-flag {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap;
  background: linear-gradient(135deg, var(--accent), var(--accent2)); color: var(--cta-text);
  border-radius: 999px; padding: 3px 8px;
}
.nx-pkg-title { display: block; font-size: 12.5px; font-weight: 700; line-height: 1.3; }
.nx-pkg-bonus { display: block; margin-top: 4px; font-size: 10px; color: var(--accent); }
.nx-pkg-bonus:empty { display: none; }

.nx-console { background: rgba(2, 4, 8, .75); border: 1px solid var(--line); border-radius: 14px; padding: 14px; margin-top: 4px; }
.nx-console-head { display: flex; justify-content: space-between; font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--accent); margin-bottom: 9px; }
.nx-cbar { height: 6px; background: rgba(255, 255, 255, .07); border-radius: 4px; overflow: hidden; margin-bottom: 11px; }
.nx-cfill { height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent2)); transition: width .5s ease; }
.nx-logs { max-height: 190px; overflow-y: auto; font-family: "JetBrains Mono", monospace; font-size: 11.5px; color: var(--muted); display: flex; flex-direction: column; gap: 5px; }
.nx-console-line.ok { color: var(--ok); }
.nx-console-line.warn { color: #fbbf24; }

.nx-inject-banner {
  display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); background: var(--panel-2);
  border-radius: 12px; padding: 10px 13px; margin-bottom: 13px; font-size: 12px; color: var(--muted);
}
.nx-inject-banner b { color: var(--text); }
.nx-inject-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); animation: nxpulse 1.6s infinite; flex: none; }
@keyframes nxpulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

.nx-url { margin-top: 6px; font-family: "JetBrains Mono", monospace; font-size: 10px; color: #5f6b80; }
.nx-url-domain { display: inline-block; border: 1px solid var(--line); border-radius: 5px; padding: 1px 6px; }
.nx-url-full { display: none; margin-top: 5px; color: var(--muted); word-break: break-all; line-height: 1.45; }
.nx-offer:hover .nx-url-full { display: block; }

.nx-proof-box { position: fixed; left: 16px; bottom: 16px; z-index: 90; display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.nx-proof {
  pointer-events: auto; cursor: pointer; display: flex; gap: 10px; align-items: flex-start; max-width: 330px;
  background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--ok); border-radius: 12px;
  padding: 11px 13px; box-shadow: 0 14px 40px rgba(0, 0, 0, .5); backdrop-filter: blur(10px);
  opacity: 0; transform: translateY(10px); transition: opacity .35s, transform .35s;
}
.nx-proof.show { opacity: 1; transform: none; }
.nx-proof-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(52, 211, 153, .15); color: var(--ok); display: flex; align-items: center; justify-content: center; flex: none; margin-top: 1px; }
.nx-proof-text { font-size: 11.5px; color: var(--muted); line-height: 1.45; }
.nx-proof-text b { color: var(--text); }
.nx-proof-time { font-size: 10px; color: #5f6b80; margin-top: 2px; }

@media (max-width: 520px) {
  .nx-packages { grid-template-columns: 1fr; }
  .nx-proof { max-width: 260px; }
}

/* ── v3: gallery + currency glyphs ─────────────────────── */
.tier-glyph { display: inline-flex; width: 19px; height: 19px; color: var(--accent); vertical-align: -3px; margin-right: 7px; }
.tier-glyph svg { width: 100%; height: 100%; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.shot {
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .4);
}
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 9 / 19; }
.shot.lead { border-color: var(--accent); box-shadow: 0 18px 50px var(--glow); }
@media (max-width: 820px) { .gallery { gap: 8px; } }
@media (max-width: 520px) { .gallery { grid-template-columns: 1fr 1fr; } .gallery .shot:last-child { display: none; } }

/* v3.1: URL display removed from offer cards (network label remains) */
.nx-offer .nx-url, .nx-offer .nx-url-domain, .nx-offer .nx-url-full { display: none !important; }
