*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--wp--preset--color--bg, #060a10); color: #fff; font-family: Inter, sans-serif; overflow-x: hidden; }

/* ── WORDPRESS COMPATIBILITY ── */
.wp-block-html { display: contents; }
.wp-block-template-part { display: contents; }
.wp-site-blocks { padding: 0 !important; }
.wp-block-group { display: contents; }
body.admin-bar nav { top: 32px; }
body.admin-bar #dev-toggle { bottom: 60px; }

:root {
  --bg:           #060a10;
  --navy:         #080c14;
  --card:         #0b1120;
  --surface:      #0b1120;
  --border:       #0f1a28;
  --muted:        #8899aa;
  --light:        #ffffff;
  --light-muted:  rgba(255,255,255,.55);
  --cyan:         #00fff7;
  --accent:       #00fff7;
  --gold:         #c9b97a;
  --rose:         #f472b6;
  --white:        #ffffff;
  --font-heading: 'Syne', sans-serif;
}

/* ── PARTICLES ── */
#bg-canvas { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.3; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9000;
  display: flex; align-items: center;
  padding: 0 40px; height: 64px;
  background: rgba(4, 7, 14, 0.96);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(0, 255, 247, 0.07);
  box-shadow: 0 1px 0 rgba(0, 255, 247, 0.04), 0 8px 40px rgba(0, 0, 0, 0.55);
}
.logo {
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 18px;
  letter-spacing: 3px; display: flex; align-items: center; gap: 9px;
  flex-shrink: 0; margin-right: 24px;
}
.logo-mu { color: var(--gold); font-weight: 400; font-size: 13px; }
.logo-link { text-decoration: none; color: inherit; transition: opacity 0.15s; }
.logo-link:hover { opacity: 0.8; }
.nav-links { display: flex; align-items: center; justify-content: center; flex: 1; list-style: none; }
.nav-links a {
  font-family: 'Space Mono', monospace;
  font-size: 10px; font-weight: 400;
  color: #4a6882; letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; white-space: nowrap;
  padding: 0 14px; height: 64px;
  display: flex; align-items: center;
  transition: color 0.15s;
  position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 14px; right: 14px; height: 1px;
  background: var(--cyan); transform: scaleX(0); transform-origin: left;
  transition: transform 0.2s ease;
}
.nav-links a:hover { color: #e2e8f0; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-more { color: rgba(0, 255, 247, 0.55) !important; }
.nav-more:hover { color: var(--cyan) !important; }
.nav-more::after { background: var(--cyan); }
.nav-right { display: flex; align-items: center; gap: 6px; flex-shrink: 0; margin-left: 4px; }
/* ── Nav balance strip (logged-in, desktop) ── */
.nav-balances { display: flex; align-items: center; gap: 14px; padding-right: 16px; border-right: 1px solid #0f1a28; margin-right: 10px; }
.nav-bal { display: flex; align-items: baseline; gap: 3px; font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; white-space: nowrap; }
.nav-bal--lp    { color: #f59e0b; }
.nav-bal--chips { color: #06b6d4; }
.nav-bal-label  { font-size: 8px; font-weight: 400; color: #334155; letter-spacing: 0.5px; text-transform: uppercase; }
.nav-unread {
  font-size: 10px; color: #4ade80; font-family: 'Space Mono', monospace;
  background: #0c2a15; border: 1px solid #1a4a2a; border-radius: 4px;
  padding: 2px 7px; text-decoration: none; white-space: nowrap; transition: border-color 0.15s;
}
.nav-unread:hover { border-color: #4ade80; }
/* ── Nav right-side links ── */
.nav-account {
  font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 400;
  color: #4a6882; letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; white-space: nowrap; padding: 0 10px; height: 64px;
  display: flex; align-items: center; transition: color 0.15s;
}
.nav-account:hover { color: #e2e8f0; }

/* ── SHARED ── */
.section { position: relative; z-index: 1; }
.reveal { opacity: 1; transform: none; transition: opacity 0.8s ease, transform 0.8s ease; }
.js-reveal-ready .reveal { opacity: 0; transform: translateY(48px); }
.js-reveal-ready .reveal.on { opacity: 1; transform: none; }
.d1 { transition-delay: 0.05s; } .d2 { transition-delay: 0.15s; } .d3 { transition-delay: 0.25s; } .d4 { transition-delay: 0.35s; }

/* ── HERO ── */
#hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 48px 80px; overflow: hidden;
  perspective: 1200px;
}
.mu-wrap { position: absolute; right: 7%; top: 50%; transform: translateY(-50%); width: 340px; height: 340px; display: flex; align-items: center; justify-content: center; }
.mu-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(0,255,247,0.07) 0%, transparent 68%); animation: glow 4s ease-in-out infinite; }
.mu-char { font-family: 'Syne', sans-serif; font-size: 230px; font-weight: 800; color: transparent; -webkit-text-stroke: 1px rgba(0,255,247,0.18); line-height: 1; animation: muFloat 9s ease-in-out infinite; }
@keyframes muFloat { 0%,100% { transform: rotateY(0deg) rotateX(5deg) translateZ(0); } 33% { transform: rotateY(9deg) rotateX(-3deg) translateZ(28px); } 66% { transform: rotateY(-7deg) rotateX(-4deg) translateZ(14px); } }
@keyframes glow { 0%,100% { transform: scale(1); opacity: .6; } 50% { transform: scale(1.18); opacity: 1; } }

.hero-content { max-width: 580px; position: relative; z-index: 2; }
.hero-ol { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; opacity: 0; animation: up .8s .2s ease forwards; }
.ol-bar { width: 34px; height: 1px; background: var(--gold); }
.ol-txt { font-size: 9px; color: var(--gold); letter-spacing: 5px; text-transform: uppercase; }
.h1 { font-family: 'Syne', sans-serif; font-weight: 800; font-size: clamp(48px,6vw,82px); line-height: .91; letter-spacing: -2.5px; text-transform: uppercase; opacity: 0; animation: up .9s .38s ease forwards; }
.h1-cyan { color: var(--cyan); opacity: 0; animation: up .9s .52s ease forwards; }
.h1-dim { color: rgba(255,255,255,.1); opacity: 0; animation: up .9s .66s ease forwards; margin-bottom: 30px; }
.hero-body { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.8; max-width: 440px; margin-bottom: 34px; opacity: 0; animation: up .8s .84s ease forwards; }
.hero-cta { display: flex; gap: 14px; align-items: center; opacity: 0; animation: up .8s 1s ease forwards; }
.btn-c { background: var(--cyan); color: var(--bg); padding: 13px 28px; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; }
.btn-g { border: 1px solid rgba(201,185,122,.3); color: var(--gold); padding: 12px 22px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; }
.scroll-cue { position: absolute; bottom: 25px; left: 48px; display: flex; align-items: center; gap: 10px; opacity: 0; animation: up .8s 1.4s ease forwards; }
.sc-line { width: 1px; height: 38px; background: linear-gradient(to bottom, transparent, var(--muted)); animation: pulse 2s ease-in-out infinite; }
.sc-txt { font-size: 9px; color: var(--muted); letter-spacing: 3px; text-transform: uppercase; writing-mode: vertical-rl; }
@keyframes pulse { 0%,100% { opacity: .3; } 50% { opacity: 1; } }
@keyframes up { to { opacity: 1; transform: none; } }
.h1, .h1-cyan, .h1-dim { transform: translateY(28px); }
.hero-ol, .hero-body, .hero-cta, .scroll-cue { transform: translateY(16px); }

/* ── MARQUEE ── */
.marquee-wrap { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 0; background: var(--navy); position: relative; z-index: 1; }
.marquee-track { display: flex; animation: marquee 22s linear infinite; white-space: nowrap; }
.marquee-track:hover { animation-play-state: paused; }
.m-item { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,.12); padding: 0 28px; display: flex; align-items: center; gap: 28px; cursor: pointer; text-decoration: none; transition: color .2s; touch-action: manipulation; }
.m-item:hover { color: rgba(255,255,255,.4); }
.m-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); opacity: .5; flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── VERTICALS ── */
#verticals { padding: 0 48px 80px; }
.vert-label { font-size: 9px; color: var(--muted); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 40px; padding-top: 80px; border-top: 1px solid var(--border); }

/* Row 1 — Shop hero */
.row-shop { display: grid; grid-template-columns: 1fr 420px; gap: 2px; margin-bottom: 2px; }
.shop-card {
  background: var(--card); border: 1px solid var(--border);
  padding: 56px 48px; min-height: 420px;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden; cursor: pointer;
  transition: border-color .3s;
}
.shop-card:hover { border-color: rgba(0,255,247,.2); }
a.shop-card,
a.split-card,
a.collection-item {
  text-decoration: none;
  color: inherit;
}
.shop-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,255,247,.03) 0%, transparent 50%, rgba(201,185,122,.04) 100%);
}
.shop-visual {
  position: absolute; top: 0; right: 0; bottom: 0; left: 45%;
  background: linear-gradient(135deg, transparent 0%, rgba(0,255,247,.03) 40%, rgba(0,255,247,.07) 100%);
  display: flex; align-items: center; justify-content: center;
}
.shop-visual-inner {
  width: 200px; height: 200px;
  border: 1px solid rgba(0,255,247,.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  animation: shopSpin 20s linear infinite;
}
.shop-visual-inner::before {
  content: ''; position: absolute; inset: 20px;
  border: 1px solid rgba(201,185,122,.15); border-radius: 50%;
}
.shop-visual-inner::after {
  content: ''; position: absolute; inset: 40px;
  border: 1px solid rgba(0,255,247,.08); border-radius: 50%;
}
.shop-icon { font-size: 48px; position: relative; z-index: 1; }
@keyframes shopSpin { to { transform: rotate(360deg); } }
.shop-eyebrow { font-size: 9px; color: var(--cyan); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 12px; position: relative; z-index: 1; }
.shop-title { font-family: 'Syne', sans-serif; font-size: 38px; font-weight: 800; letter-spacing: -1.5px; text-transform: uppercase; line-height: .95; margin-bottom: 14px; position: relative; z-index: 1; }
.shop-title span { color: var(--cyan); }
.shop-desc { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.7; max-width: 380px; margin-bottom: 28px; position: relative; z-index: 1; }
.shop-cta { display: flex; gap: 14px; align-items: center; position: relative; z-index: 1; }
.tag-pill { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border: 1px solid rgba(255,255,255,.1); color: var(--muted); }
.tag-pill.active { border-color: rgba(0,255,247,.4); color: var(--cyan); }

/* Shop side — collection list */
.shop-side { background: var(--card); border: 1px solid var(--border); padding: 40px 32px; display: flex; flex-direction: column; gap: 2px; }
.shop-side-title { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-bottom: 28px; }
.collection-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; border-bottom: 1px solid var(--border);
  cursor: pointer; transition: all .2s;
  group: true;
}
.collection-item:last-child { border-bottom: none; }
.collection-item:hover .coll-name { color: #fff; }
.collection-item:hover .coll-arrow { color: var(--cyan); transform: translateX(4px); }
.coll-left { display: flex; align-items: center; gap: 14px; }
.coll-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.coll-name { font-size: 13px; font-weight: 400; color: var(--muted); transition: color .2s; }
.coll-count { font-size: 10px; color: rgba(255,255,255,.2); letter-spacing: 1px; }
.coll-arrow { font-size: 12px; color: rgba(255,255,255,.2); transition: all .2s; }

/* Row 2 — Finance + Auction */
.row-two { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2px; margin-bottom: 2px; }
.split-card {
  background: var(--card); border: 1px solid var(--border);
  padding: 44px 40px; min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between;
  cursor: pointer; transition: border-color .3s; overflow: hidden; position: relative;
}
.split-card:hover { border-color: rgba(201,185,122,.2); }
.split-card.cyan-hover:hover { border-color: rgba(0,255,247,.2); }
.card-eyebrow { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 16px; }
.card-eyebrow.gold { color: var(--gold); }
.card-eyebrow.cyan { color: var(--cyan); }
.card-title { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; letter-spacing: -1px; text-transform: uppercase; margin-bottom: 12px; }
.card-body-text { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.card-link { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; display: flex; align-items: center; gap: 8px; transition: gap .2s; }
.card-link.cyan { color: var(--cyan); }
.card-link.gold { color: var(--gold); }
.split-card:hover .card-link { gap: 12px; }
.finance-bg {
  position: absolute; right: 0; top: 0; bottom: 0; width: 45%;
  background: linear-gradient(to left, rgba(0,255,247,.04), transparent);
  display: flex; align-items: center; justify-content: center; pointer-events: none;
}
.chart-lines { display: flex; align-items: flex-end; gap: 5px; height: 80px; }
.chart-bar { width: 8px; border-radius: 1px; background: rgba(0,255,247,.2); transition: height .3s; }
.auction-bg {
  position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%);
  font-size: clamp(32px, 5vw, 56px); opacity: .04; font-family: 'Syne', sans-serif; font-weight: 800;
  letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; pointer-events: none;
}
.raffle-hover:hover { border-color: rgba(244,114,182,.2); }
.card-eyebrow.rose { color: var(--rose); }
.card-link.rose { color: var(--rose); }
.raffle-bg {
  position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%);
  font-size: clamp(32px, 5vw, 56px); opacity: .04; font-family: 'Syne', sans-serif; font-weight: 800;
  letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; pointer-events: none;
}

/* Row 3 — Services banner */
.services-card {
  background: var(--card); border: 1px solid var(--border);
  padding: 44px 48px;
  display: grid; grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center; gap: 32px;
  cursor: pointer; transition: border-color .3s;
}
.services-card:hover { border-color: rgba(201,185,122,.2); }
.services-title { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; letter-spacing: -0.5px; text-transform: uppercase; margin-bottom: 6px; }
.services-sub { font-size: 10px; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; }
.services-services { display: flex; flex-direction: column; gap: 8px; }
.ls-item { font-size: 11px; font-weight: 300; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.ls-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: .6; flex-shrink: 0; }
.services-price { text-align: center; }
.lp-from { font-size: 9px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px; }
.lp-num { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; color: var(--gold); }
.services-cta .btn-g { white-space: nowrap; }

/* ── FEATURED DROPS ── */
#drops { padding: 100px 48px; }
.drops-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.drops-title { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 800; letter-spacing: -1px; text-transform: uppercase; }
.drops-title span { color: var(--cyan); }
.drops-see-all { font-size: 10px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: color .2s; }
.drops-see-all:hover { color: #fff; }
.drops-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.drop-card {
  background: var(--card); border: 1px solid var(--border);
  overflow: hidden; cursor: pointer;
  transition: border-color .3s, transform .4s ease;
  transform-style: preserve-3d;
}
.drop-card:hover { border-color: rgba(0,255,247,.15); }
.drop-img {
  aspect-ratio: 1/1;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px; background: var(--navy);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.drop-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,255,247,.04), rgba(201,185,122,.03)); opacity: 0; transition: opacity .3s; }
.drop-card:hover .drop-img::after { opacity: 1; }
.drop-info { padding: 18px 16px; }
.drop-collection { font-size: 8px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.drop-name { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: -.3px; text-transform: uppercase; margin-bottom: 10px; }
.drop-foot { display: flex; justify-content: space-between; align-items: center; }
.drop-price { font-size: 13px; font-weight: 500; color: #fff; }
.drop-sale { font-size: 10px; color: rgba(255,255,255,.3); text-decoration: line-through; margin-left: 6px; }
.drop-add { font-size: 9px; color: var(--cyan); letter-spacing: 1px; text-transform: uppercase; }

/* ── JOIN THE COLLECTIVE ── */
#join {
  margin: 0 48px; border: 1px solid var(--border);
  background: var(--card); padding: 72px 64px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center; position: relative; overflow: hidden;
}
#join::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(0,255,247,.04) 0%, transparent 60%);
  pointer-events: none;
}
.join-left {}
.join-tag { font-size: 9px; color: var(--cyan); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 18px; }
.join-title { font-family: 'Syne', sans-serif; font-size: clamp(28px,3.5vw,42px); font-weight: 800; letter-spacing: -1.5px; text-transform: uppercase; line-height: 1; margin-bottom: 18px; }
.join-title span { color: var(--gold); }
.join-body { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.8; margin-bottom: 8px; }
.join-member-count {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 28px;
  letter-spacing: 0.3px;
}
.join-member-count strong {
  color: var(--cyan);
  font-weight: 600;
}
.join-cta { display: flex; gap: 14px; align-items: center; }
.join-right { display: flex; flex-direction: column; gap: 2px; }
.perk {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 22px; border: 1px solid var(--border);
  background: var(--navy); transition: border-color .2s;
}
.perk:hover { border-color: rgba(201,185,122,.2); }
.perk-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.perk-title { font-size: 12px; font-weight: 600; letter-spacing: .5px; margin-bottom: 4px; }
.perk-desc { font-size: 11px; font-weight: 300; color: var(--muted); line-height: 1.6; }

/* ── MORE FROM G3M ── */
#more { padding: 80px 48px; }
.more-label { font-size: 9px; color: var(--muted); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 28px; padding-top: 80px; border-top: 1px solid var(--border); }
.more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.more-item {
  background: var(--card); border: 1px solid var(--border);
  padding: 24px 22px;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; transition: border-color .2s, background .2s;
}
.more-item:hover { border-color: rgba(255,255,255,.1); background: #0e1726; }
.more-left { display: flex; align-items: center; gap: 12px; }
.more-icon { font-size: 18px; }
.more-name { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.more-arrow { font-size: 12px; color: rgba(255,255,255,.2); transition: all .2s; }
.more-item:hover .more-arrow { color: var(--cyan); transform: translateX(3px); }
.more-item--coming-soon { opacity: 0.4; cursor: default; pointer-events: none; }
.more-soon { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }

/* ── FOOTER ── */
footer {
  margin-top: 100px; border-top: 1px solid var(--border);
  padding: 0 48px;
  position: relative; z-index: 1;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1px 1fr 1px 1fr 1px 0.9fr;
  gap: 0;
  padding: 56px 0 40px;
  align-items: start;
}
.footer-divider { background: var(--border); align-self: stretch; margin: 0 28px; }
.footer-brand {}
.footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: 3px; margin-bottom: 12px; display: flex; align-items: center; gap: 9px; }
.footer-logo-mu { color: var(--gold); font-weight: 400; font-size: 14px; }
.footer-tagline { font-size: 12px; font-weight: 300; color: var(--muted); line-height: 1.6; max-width: 220px; margin-bottom: 20px; }
.footer-contact { font-size: 11px; color: var(--muted); line-height: 1.8; }
.footer-contact a { color: var(--cyan); text-decoration: none; }
.footer-col-title { font-size: 9px; font-weight: 600; color: var(--white); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links li { font-size: 12px; font-weight: 300; color: var(--muted); transition: color .2s; }
.footer-links li:hover { color: #fff; }
.footer-links a { color: inherit; text-decoration: none; }
.footer-shop-sep { border-top: 1px solid var(--border); margin-top: 10px; padding-top: 10px; }
.footer-sub-strip {
  border-top: 1px solid var(--border);
  padding: 16px 0;
  display: flex; gap: 32px; align-items: center;
}
.footer-sub-left { flex-shrink: 0; }
.footer-sub-label { font-size: 13px; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.footer-sub-hint { font-size: 10px; color: var(--muted); }
.footer-sub-form { display: flex; gap: 8px; flex: 1; min-width: 0; }
.footer-sub-input {
  flex: 1; background: var(--card); border: 1px solid var(--border);
  border-radius: 6px; padding: 9px 12px; color: var(--muted);
  font-size: 12px; font-family: inherit; min-width: 0;
}
.footer-sub-input:focus { outline: none; border-color: var(--cyan); }
.footer-sub-btn {
  background: var(--cyan); border: none; border-radius: 6px;
  color: #040c18; font-size: 12px; font-weight: 700;
  padding: 9px 18px; cursor: pointer; white-space: nowrap; font-family: inherit;
}
.footer-sub-btn:hover { opacity: .85; }
.footer-sub-msg { font-size: 11px; flex-shrink: 0; max-width: 220px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.04); padding: 14px 0; display: flex; justify-content: space-between; align-items: center; }
.footer-copy { font-size: 10px; color: rgba(255,255,255,.2); letter-spacing: 1px; }
.footer-built { font-size: 10px; color: rgba(255,255,255,.2); font-style: italic; letter-spacing: 1px; }

/* noise */
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 999; opacity: .35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"); }

/* Legal pages */
/* ── Legal pages ─────────────────────────────────────────────────────────── */
.legal-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 24px 120px;
  color: #c9d8e8;
}
.legal-eyebrow {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #00fff7;
  margin: 0 0 12px;
}
.legal-header {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0,255,247,.12);
  margin-bottom: 48px;
}
.legal-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #e2edf6;
  margin: 0 0 10px;
  line-height: 1.15;
}
.legal-meta {
  font-size: .82rem;
  color: #4a6070;
  margin: 0;
}

/* Rich text content from WP editor */
.legal-body {
  font-size: .95rem;
  line-height: 1.8;
  color: #8fa7bf;
}
.legal-body p { margin: 0 0 1.2em; }
.legal-body p:last-child { margin-bottom: 0; }

.legal-body h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #e2edf6;
  margin: 2.4em 0 .8em;
  padding-top: 1.2em;
  border-top: 1px solid rgba(255,255,255,.06);
}
.legal-body h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #c9d8e8;
  margin: 1.8em 0 .6em;
}
.legal-body h4 {
  font-size: .9rem;
  font-weight: 700;
  color: #c9d8e8;
  margin: 1.4em 0 .4em;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.legal-body a { color: #00fff7; text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { opacity: .75; }

.legal-body ul,
.legal-body ol {
  margin: 0 0 1.2em 1.4em;
  padding: 0;
}
.legal-body li { margin-bottom: .4em; }

.legal-body strong { color: #c9d8e8; font-weight: 700; }
.legal-body em { font-style: italic; color: #a0b8cc; }

.legal-body blockquote {
  border-left: 3px solid #00fff7;
  margin: 1.6em 0;
  padding: .4em 0 .4em 20px;
  color: #6a8a9f;
  font-style: italic;
}

.legal-body hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,.08);
  margin: 2em 0;
}

/* Placeholder "coming soon" notice */
.legal-body .legal-notice {
  background: rgba(0,255,247,.05);
  border: 1px solid rgba(0,255,247,.15);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: .9rem;
  color: #6a8a9f;
}

.legal-contact-strip {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .85rem;
  color: #4a6070;
}
.legal-contact-strip a { color: #00fff7; text-decoration: none; font-weight: 600; }
.legal-contact-strip a:hover { opacity: .75; }

@media (max-width: 640px) {
  .legal-wrap { padding: 48px 16px 80px; }
  .legal-contact-strip { flex-direction: column; align-items: flex-start; }
}

/* ─── Tools Hub ─────────────────────────────────────────────────────────── */
.tools-page { max-width: 1100px; margin: 0 auto 60px; padding: 100px 24px 0; }
.tools-hero { margin-bottom: 40px; }
.tools-subtitle { color: var(--muted); font-size: 15px; }

.tools-featured-label {
    font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--accent); margin-bottom: 12px;
}
.tools-featured-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 16px; margin-bottom: 48px;
}

.tools-category { margin-bottom: 40px; }
.tools-category-header {
    display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.tools-category-title {
    font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--accent); white-space: nowrap;
}
.tools-category-line { flex: 1; height: 1px; background: rgba(0,255,247,0.08); }

.tools-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tools-card {
    background: #0d1a26; border: 1px solid #1a2f40; border-radius: 8px;
    padding: 16px 14px; text-decoration: none; display: flex;
    flex-direction: column; align-items: center; gap: 6px;
    transition: border-color 0.2s;
}
.tools-card:hover { border-color: var(--accent); }
.tools-card-icon { font-size: 22px; }
.tools-card-name { color: #ccc; font-size: 11px; font-weight: 600; text-align: center; }
.tools-card-badge { color: var(--accent); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.tools-card-arrow { color: #444; font-size: 12px; }

/* ─── Individual Tool Pages ─────────────────────────────────────────────── */
.tool-page-wrap { max-width: 1100px; margin: 100px auto 60px; padding: 0 24px; }
.tool-page-title { font-size: 28px; margin-bottom: 32px; }

/* ─── Finance Tool Layout ───────────────────────────────────────────────── */
.tool-wrap {
    background: #0d1e2e; border: 1px solid rgba(0,255,247,0.15);
    border-radius: 12px; padding: 20px;
}
.tool-inputs {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 10px; margin-bottom: 16px;
}
.tool-label {
    font-size: 10px; text-transform: uppercase; letter-spacing: 0.8px;
    color: #888; margin-bottom: 4px; display: block;
}
.tool-input {
    width: 100%; background: #0a1520; border: 1px solid #1a3040;
    border-radius: 6px; padding: 9px 12px; color: #fff; font-size: 13px;
    font-family: monospace; box-sizing: border-box;
}
.tool-input:focus { outline: none; border-color: var(--accent); }
select.tool-input { cursor: pointer; }
.tool-result {
    background: rgba(0,255,136,0.06); border: 1px solid rgba(0,255,136,0.2);
    border-radius: 8px; padding: 14px;
}
.tool-result-row {
    display: flex; justify-content: space-between;
    font-size: 12px; margin-bottom: 8px; color: #888;
}
.tool-result-row span:last-child { color: #ccc; font-family: monospace; }
.tool-result-highlight span:last-child { color: #00ff88; }
.tool-result-total {
    border-top: 1px solid rgba(0,255,136,0.15);
    padding-top: 8px; margin-top: 4px; margin-bottom: 0;
}
.tool-result-total span:first-child { color: #aaa; font-weight: 600; }
.tool-result-total span:last-child { color: #00ff88; font-size: 18px; font-weight: 700; }

/* ─── Budget Tracker extras ─────────────────────────────────────────────── */
.tool-section { margin-bottom: 16px; }
.tool-section-title {
    font-size: 10px; text-transform: uppercase; letter-spacing: 1px;
    color: #888; margin-bottom: 8px;
}
.bt-row {
    display: grid; grid-template-columns: 1fr 1fr auto;
    gap: 8px; margin-bottom: 8px;
}
.bt-remove {
    background: none; border: 1px solid #333; color: #666;
    border-radius: 6px; padding: 9px 12px; cursor: pointer; font-size: 14px;
    line-height: 1;
}
.bt-remove:hover { color: #ff4444; border-color: #ff4444; }
.tool-add-row {
    background: none; border: 1px dashed #1a3040; color: var(--accent);
    border-radius: 6px; padding: 8px; width: 100%; cursor: pointer;
    font-size: 12px; margin-top: 4px;
}
.tool-add-row:hover { background: rgba(0,255,247,0.05); }

/* ─── Iframe Tool ───────────────────────────────────────────────────────── */
.tool-iframe-wrap { width: 100%; }
.tool-iframe { width: 100%; height: calc(100vh - 64px); border: none; display: block; }

/* ─── Responsive ────────────────────────────────────────────────────────── */

/* ── Hamburger button (hidden on desktop) ── */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}
.nav-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    transition: all 0.2s;
}

/* ── Mobile balance strip (injected by nav.js before hamburger) ── */
/* Hidden on desktop; shown and styled via the 768px media block below */
.nav-mobile-balances { display: none; }

/* ── Nav overlay (full-screen mobile menu) ── */
.nav-overlay {
    position: fixed;
    inset: 0;
    background: var(--bg);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}
.nav-overlay-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 24px;
    background: none;
    border: none;
    color: var(--muted);
    cursor: pointer;
    padding: 8px;
    line-height: 1;
}
.nav-overlay-close:hover { color: #fff; }
.nav-overlay-link {
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.nav-overlay-link:hover { color: var(--cyan); }
.nav-overlay-more { color: rgba(0, 255, 247, 0.7) !important; font-size: 22px !important; letter-spacing: -0.5px !important; }
.nav-overlay-more:hover { color: var(--cyan) !important; }
body.nav-open .nav-overlay { opacity: 1; pointer-events: auto; visibility: visible; }
body.nav-open { overflow: hidden; }

/* ── ENCLOSED CHECKOUT ── */
/* Intentionally hides hamburger on mobile checkout too — enclosed nav by design */
body.woocommerce-checkout .nav-links,
body.woocommerce-checkout .nav-hamburger {
  display: none !important;
}

@media (max-width: 768px) {

    /* Nav */
    nav { padding: 0 20px; }
    .nav-links,
    .nav-right,
    .nav-balances { display: none; }
    .nav-hamburger { display: flex; }
    /* Push hamburger right when no balance strip present (logged-out) */
    nav:not(:has(.nav-mobile-balances)) .nav-hamburger { margin-left: auto; }

    /* Mobile balance strip */
    .nav-mobile-balances {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-left: auto;
      margin-right: 8px;
    }
    .nav-mob-bal {
      display: flex;
      align-items: baseline;
      gap: 2px;
      font-family: 'Space Mono', monospace;
      font-size: 10px;
      font-weight: 700;
      white-space: nowrap;
    }
    .nav-mob-bal--lp    { color: #f59e0b; }
    .nav-mob-bal--chips { color: #06b6d4; }
    .nav-mob-label {
      font-size: 7px;
      font-weight: 400;
      color: #334155;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }
    .nav-mob-unread {
      background: rgba(74,222,128,0.15);
      border: 1px solid rgba(74,222,128,0.3);
      color: #4ade80;
      font-size: 9px;
      font-weight: 700;
      padding: 2px 7px;
      border-radius: 8px;
      text-decoration: none;
      font-family: 'Space Mono', monospace;
      white-space: nowrap;
    }
    .nav-mob-cart {
      display: flex;
      align-items: center;
      gap: 2px;
      color: #475569;
      text-decoration: none;
      line-height: 1;
      transition: color .15s;
    }
    .nav-mob-cart:hover,
    .nav-mob-cart:active { color: #fff; }
    .nav-mob-cart-icon { display: block; flex-shrink: 0; }
    .nav-mob-cart-count {
      font-family: 'Space Mono', monospace;
      font-size: 8px;
      font-weight: 700;
      color: var(--cyan);
      line-height: 1;
    }

    /* Hero */
    #hero { padding: 80px 24px 60px; overflow: hidden; align-items: flex-start; }
    .mu-wrap,
    .scroll-cue { display: none; }
    .hero-content { max-width: 100%; }
    .hero-ol { white-space: nowrap; overflow: hidden; }
    .h1 { font-size: clamp(28px, 8.5vw, 82px); letter-spacing: -1px; text-align: center; }

    /* Verticals */
    #verticals { padding: 0 24px 60px; }
    .row-shop { grid-template-columns: 1fr; }
    .row-two  { grid-template-columns: 1fr; }
    /* Shop card — reduce horizontal padding so CTA row has room */
    .shop-card { padding-left: 24px; padding-right: 24px; }
    /* Shop CTA — wrap pills onto next line rather than bleeding off screen */
    .shop-cta { flex-wrap: wrap; gap: 10px; }
    /* Auction decorative ghost text — hide on mobile, it's desktop depth only */
    .auction-bg, .raffle-bg { bottom: 16px; }
    .services-card {
        grid-template-columns: 1fr 1fr;
        padding: 32px 24px;
    }

    /* Drops */
    #drops { padding: 60px 24px; }
    .drops-header { flex-direction: column; align-items: flex-start; gap: 8px; }
    .drops-grid { grid-template-columns: repeat(2, 1fr); }

    /* Join */
    #join {
        grid-template-columns: 1fr;
        margin: 0 16px;
        padding: 48px 24px;
        gap: 40px;
    }

    /* More */
    #more { padding: 60px 24px; }
    .more-grid { grid-template-columns: repeat(2, 1fr); }

    /* Footer */
    footer { padding: 0 24px; }
    .footer-main { grid-template-columns: 1fr 1fr 1fr; gap: 32px 40px; padding: 40px 0 28px; }
    .footer-divider { display: none; }
    .footer-brand { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 12px 40px; }
    .footer-logo { width: 100%; }
    .footer-tagline { flex: 1; min-width: 180px; margin-bottom: 0; }
    .footer-contact { flex-shrink: 0; }
    .footer-sub-strip { flex-direction: column; align-items: flex-start; gap: 12px; }
    .footer-sub-form { width: 100%; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }

    /* Tools */
    .tools-featured-grid { grid-template-columns: 1fr; }
    .tools-card-grid { grid-template-columns: repeat(2, 1fr); }
    .tool-inputs { grid-template-columns: 1fr; }
    .bt-row { grid-template-columns: 1fr auto; }
    .bt-row .tool-input:first-child { grid-column: 1 / -1; }

}

@media (max-width: 480px) {

    /* Hero */
    #hero { min-height: auto; padding-bottom: 25px; }
    .scroll-cue { display: flex; position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); gap: 0; }
    .sc-line { height: 16px; }
    .sc-txt { display: none; }
    .hero-cta { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; }
    .hero-cta .btn-c,
    .hero-cta .btn-g { padding: 11px 18px; font-size: 10px; white-space: nowrap; }

    /* Verticals */
    .services-card { grid-template-columns: 1fr; }

    /* Drops */
    .drops-grid { grid-template-columns: 1fr; }

    /* More */
    .more-grid { grid-template-columns: 1fr; }

    /* Footer */
    footer { padding: 0 16px; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }

}

@media (prefers-reduced-motion: reduce) {

    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .marquee-track { animation: none; }
    #bg-canvas { display: none; }
    .sc-line { animation: none; }

}

/* ── Imported content typography ─────────────────────────────────────────── */
.g3m-import-heading {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white, #e8edf2);
  margin: 20px 0 8px;
}
.g3m-import-list {
  color: var(--muted, #8899aa);
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  line-height: 1.9;
  padding-left: 18px;
}
.g3m-import-divider {
  border: none;
  border-top: 1px solid var(--border, #0f1a28);
  margin: 16px 0;
}

/* ── Newsletter Card-Flip Modal ─────────────────────────────────────────────── */
.nl-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.85);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; padding: 20px;
}
.nl-modal {
  background: #040c18; border: 1px solid var(--border);
  border-radius: 16px; padding: 32px 28px 0;
  text-align: center; max-width: 380px; width: 100%; overflow: hidden;
}
.nl-modal-eyebrow { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); margin-bottom: 8px; }
.nl-modal-title { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 6px; }
.nl-modal-sub { font-size: 12px; color: var(--muted); margin-bottom: 28px; }
.nl-cards { display: flex; gap: 16px; justify-content: center; margin-bottom: 24px; }
.nl-card { width: 80px; height: 110px; perspective: 600px; cursor: pointer; }
.nl-card-inner {
  width: 100%; height: 100%;
  position: relative; transform-style: preserve-3d;
  transition: transform .5s ease; border-radius: 10px;
}
.nl-card--flipped .nl-card-inner { transform: rotateY(180deg); }
.nl-card--dim { opacity: .3; pointer-events: none; }
.nl-card-back,
.nl-card-front {
  position: absolute; inset: 0; border-radius: 10px;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
}
.nl-card-back {
  background: linear-gradient(160deg, #0d1f35, #071525);
  color: var(--border); transition: border-color .15s, box-shadow .15s;
}
.nl-card-back::after { content: 'ム'; font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 900; }
.nl-card:not(.nl-card--flipped):hover .nl-card-back {
  border-color: var(--cyan); box-shadow: 0 0 16px rgba(6,182,212,.2);
}
.nl-card-front { background: #0b1e35; transform: rotateY(180deg); font-size: 32px; }
.nl-prize {
  background: #071525; border-top: 1px solid var(--border);
  margin: 0 -28px; padding: 20px 28px 28px;
}
.nl-prize-won { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); margin-bottom: 6px; }
.nl-prize-name { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; color: #22c55e; margin-bottom: 6px; }
.nl-prize-desc { font-size: 12px; color: var(--muted); margin-bottom: 16px; }
.nl-prize-btn {
  display: block; background: #22c55e; color: #040c18; border-radius: 8px;
  padding: 10px 20px; font-size: 13px; font-weight: 700;
  text-decoration: none; text-align: center; font-family: inherit;
}
.nl-prize-btn:hover { background: #16a34a; }

/* ── ACHIEVEMENTS MODAL ──────────────────────────────────────────────────────── */

.achv-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.65);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; padding: 20px; box-sizing: border-box;
}
.achv-modal {
  background: #040c18; border: 1px solid #1e3a5f; border-radius: 16px;
  width: 100%; max-width: 640px; font-family: 'Courier New', monospace;
  overflow: hidden; display: flex; flex-direction: column;
  max-height: 90vh;
}
.achv-modal-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px 14px; border-bottom: 1px solid #1e3a5f; flex-shrink: 0;
}
.achv-modal-eyebrow { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: #475569; margin-bottom: 4px; }
.achv-modal-title { font-size: 16px; font-weight: 900; color: #e2e8f0; }
.achv-modal-close {
  width: 28px; height: 28px; border-radius: 50%; background: #0b1e35;
  border: 1px solid #1e3a5f; color: #475569; font-size: 14px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.achv-modal-close:hover { color: #e2e8f0; border-color: #475569; }
.achv-modal-stats { display: flex; border-bottom: 1px solid #1e3a5f; flex-shrink: 0; }
.achv-modal-stat { flex: 1; padding: 10px; text-align: center; border-right: 1px solid #1e3a5f; }
.achv-modal-stat:last-child { border-right: none; }
.achv-modal-stat-val { display: block; font-size: 1.4rem; font-weight: 900; color: #06b6d4; }
.achv-modal-stat-label { display: block; font-size: 9px; color: #475569; text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.achv-modal-tabs {
  display: flex; padding: 12px 16px 0; overflow-x: auto;
  border-bottom: 1px solid #1e3a5f; flex-shrink: 0; gap: 0;
}
.achv-modal-tab {
  padding: 6px 14px 10px; font-size: 10px; font-weight: 700; color: #475569;
  border-bottom: 2px solid transparent; cursor: pointer; white-space: nowrap;
  text-transform: uppercase; letter-spacing: 1px;
}
.achv-modal-tab.active { color: #06b6d4; border-bottom-color: #06b6d4; }
.achv-modal-body { padding: 14px 16px; overflow-y: auto; flex: 1; }
.achv-modal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.achv-mc {
  background: #0b1e35; border: 1px solid #1e3a5f; border-radius: 10px;
  padding: 12px 10px; text-align: center; display: flex;
  flex-direction: column; align-items: center; gap: 5px;
}
.achv-mc.done     { border-color: #22c55e; }
.achv-mc.in-prog  { border-color: rgba(6,182,212,.35); }
.achv-mc.locked   { opacity: .5; }
.achv-mc-icon  { font-size: 1.4rem; }
.achv-mc-title { font-size: 9px; font-weight: 700; color: #e2e8f0; line-height: 1.3; }
.achv-mc-badge {
  display: inline-block; padding: 2px 7px;
  background: rgba(201,185,122,.12); border: 1px solid rgba(201,185,122,.3);
  border-radius: 99px; font-size: 9px; color: #c9b97a; font-weight: 700;
}
.achv-mc-date { font-size: 8px; color: #22c55e; }
.achv-mc-bar-wrap { width: 100%; height: 3px; background: #1e3a5f; border-radius: 99px; overflow: hidden; }
.achv-mc-bar { height: 100%; background: #06b6d4; border-radius: 99px; }
.achv-mc-prog-label { font-size: 8px; color: #94a3b8; }
.achv-modal-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 20px; border-top: 1px solid #1e3a5f; flex-shrink: 0;
}
.achv-modal-foot-note { font-size: 9px; color: #475569; }
.achv-modal-full-link { font-size: 10px; font-weight: 700; color: #06b6d4; text-decoration: none; }
@media (max-width: 480px) {
  .achv-modal-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── BUG BOUNTY — floating panel + /bug-bounty/ page ────────────────────────── */

/* FAB */
.bb-fab {
  position: fixed; bottom: 24px; left: 24px; z-index: 9000;
  background: #0b1e35; border: 1px solid #1e3a5f; border-radius: 99px;
  padding: 10px 18px; font-size: 11px; font-weight: 700; color: #94a3b8;
  cursor: pointer; font-family: 'Courier New', monospace;
  display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 20px rgba(0,0,0,.4);
  transition: border-color .2s, color .2s;
}
.bb-fab:hover { border-color: #475569; color: #e2e8f0; }
.bb-fab-dot { width: 7px; height: 7px; border-radius: 50%; background: #ef4444; flex-shrink: 0; }

/* Floating panel */
.bb-float-panel {
  position: fixed; bottom: 72px; left: 24px; z-index: 9001; width: 300px;
  background: #040c18; border: 1px solid #1e3a5f; border-radius: 14px;
  overflow: hidden; font-family: 'Courier New', monospace;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.bb-float-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; background: #0b1e35; border-bottom: 1px solid #1e3a5f;
}
.bb-float-head-title { font-size: 11px; font-weight: 900; color: #e2e8f0; }
.bb-float-close { font-size: 14px; color: #475569; cursor: pointer; line-height: 1; }
.bb-float-close:hover { color: #e2e8f0; }
.bb-float-body { padding: 14px 16px; }
.bb-float-field { margin-bottom: 10px; }
.bb-float-label { display: block; font-size: 8px; color: #475569; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.bb-float-input {
  width: 100%; background: #0b1e35; border: 1px solid #1e3a5f; border-radius: 5px;
  padding: 7px 9px; color: #94a3b8; font-size: 10px;
  font-family: 'Courier New', monospace; box-sizing: border-box; resize: vertical;
}
.bb-float-sev { display: flex; gap: 6px; }
.bb-float-sev-opt {
  flex: 1; padding: 5px 4px; border-radius: 5px; font-size: 8px; font-weight: 700;
  text-align: center; border: 1px solid #1e3a5f; background: #0b1e35; color: #475569;
  text-transform: uppercase; cursor: pointer; transition: border-color .15s, color .15s, background .15s;
}
.bb-float-sev-opt.sel-minor    { border-color: #475569; color: #e2e8f0; background: rgba(148,163,184,.1); }
.bb-float-sev-opt.sel-major    { border-color: #fbbf24; color: #fbbf24; background: rgba(251,191,36,.08); }
.bb-float-sev-opt.sel-critical { border-color: #ef4444; color: #ef4444; background: rgba(239,68,68,.08); }
.bb-float-submit {
  width: 100%; margin-top: 10px; padding: 9px; background: #06b6d4; border: none;
  border-radius: 7px; color: #040c18; font-size: 11px; font-weight: 800;
  cursor: pointer; font-family: 'Courier New', monospace;
}
.bb-float-submit:disabled { opacity: .6; cursor: not-allowed; }
.bb-float-hint { font-size: 8px; color: #475569; text-align: center; margin-top: 6px; }

/* /bug-bounty/ page */
.bb-page-wrap { max-width: 760px; margin: 0 auto; padding: 40px 24px 80px; }
.bb-section { background: #040c18; border: 1px solid #1e3a5f; border-radius: 14px; padding: 24px; margin-bottom: 20px; font-family: 'Courier New', monospace; }
.bb-hero { padding: 32px 24px 24px; background: #040c18; border: 1px solid #1e3a5f; border-radius: 14px; margin-bottom: 20px; font-family: 'Courier New', monospace; }
.bb-eyebrow { font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: #475569; margin-bottom: 8px; }
.bb-title { font-size: 22px; font-weight: 900; color: #e2e8f0; margin: 0 0 8px; }
.bb-sub { font-size: 11px; color: #94a3b8; line-height: 1.6; margin: 0 0 16px; }
.bb-tiers { display: flex; gap: 8px; flex-wrap: wrap; }
.bb-tier { padding: 5px 14px; border-radius: 99px; font-size: 9px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.bb-tier-minor    { background: rgba(148,163,184,.1); border: 1px solid #475569; color: #94a3b8; }
.bb-tier-major    { background: rgba(251,191,36,.08); border: 1px solid rgba(251,191,36,.4); color: #fbbf24; }
.bb-tier-critical { background: rgba(239,68,68,.08);  border: 1px solid rgba(239,68,68,.4);  color: #ef4444; }
.bb-section-title { font-size: 10px; font-weight: 700; color: #475569; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.bb-field { margin-bottom: 12px; }
.bb-label { display: block; font-size: 9px; color: #475569; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.bb-input {
  width: 100%; background: #0b1e35; border: 1px solid #1e3a5f; border-radius: 6px;
  padding: 9px 12px; color: #94a3b8; font-size: 12px;
  font-family: 'Courier New', monospace; box-sizing: border-box; resize: vertical;
}
.bb-severity-row { display: flex; gap: 8px; }
.bb-sev-btn {
  flex: 1; padding: 8px; border-radius: 6px; font-size: 9px; font-weight: 700;
  text-align: center; cursor: pointer; text-transform: uppercase;
  border: 1px solid #1e3a5f; background: #0b1e35; color: #475569;
  transition: border-color .15s, color .15s, background .15s;
}
.bb-sev-btn.sel-minor    { border-color: #475569; color: #e2e8f0; background: rgba(148,163,184,.1); }
.bb-sev-btn.sel-major    { border-color: #fbbf24; color: #fbbf24; background: rgba(251,191,36,.08); }
.bb-sev-btn.sel-critical { border-color: #ef4444; color: #ef4444; background: rgba(239,68,68,.08); }
.bb-submit {
  width: 100%; margin-top: 16px; padding: 11px; background: #06b6d4; border: none;
  border-radius: 8px; color: #040c18; font-size: 13px; font-weight: 800;
  cursor: pointer; font-family: 'Courier New', monospace;
}
.bb-submit:disabled { opacity: .6; cursor: not-allowed; }
.bb-lb-row {
  display: flex; align-items: center; gap: 10px; padding: 8px 10px;
  border-radius: 8px; background: #0b1e35; border: 1px solid #1e3a5f;
  margin-bottom: 6px; font-size: 12px;
}
.bb-lb-rank { font-size: 16px; width: 26px; text-align: center; }
.bb-lb-name { flex: 1; color: #e2e8f0; font-weight: 700; }
.bb-lb-bugs { font-size: 9px; color: #475569; }
.bb-lb-pulls { background: rgba(201,185,122,.12); border: 1px solid rgba(201,185,122,.3); border-radius: 4px; padding: 2px 8px; font-size: 9px; color: #c9b97a; font-weight: 700; }
.bb-lb-empty { font-size: 11px; color: #475569; }
.bb-lb-link { text-align: right; margin-top: 10px; }
.bb-lb-link a { font-size: 10px; color: #06b6d4; text-decoration: none; font-weight: 700; }

/* ── Bug bounty — element picker ─────────────────────────────────────────── */

.bb-elem-row {
  display: flex;
  gap: 6px;
  align-items: center;
}

.bb-pick-btn {
  width: 100%;
  padding: 7px 10px;
  border-radius: 7px;
  border: 1px dashed rgba(255,255,255,0.2);
  background: none;
  color: #64748b;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  cursor: pointer;
}
.bb-pick-btn:hover {
  border-color: rgba(0,229,255,0.4);
  color: #00e5ff;
}

.bb-elem-chip {
  flex: 1;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(0,229,255,0.08);
  border: 1px solid rgba(0,229,255,0.25);
  font-family: monospace;
  font-size: 11px;
  color: #00e5ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bb-elem-chip-x {
  color: rgba(0,229,255,0.5);
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  background: none;
  border: none;
  padding: 0 0 0 6px;
  flex-shrink: 0;
}
.bb-elem-chip-x:hover { color: #00e5ff; }

/* Bug bounty — screenshot field */
.bb-shot-zone {
  width: 100%; padding: 10px 12px;
  border: 1px dashed rgba(255,255,255,0.15);
  border-radius: 7px; background: none;
  display: flex; align-items: center; gap: 10px;
  cursor: pointer; transition: border-color .15s;
  font-family: 'Courier New', monospace;
  box-sizing: border-box;
}
.bb-shot-zone:hover { border-color: rgba(0,229,255,0.4); }
.bb-shot-icon { font-size: 16px; flex-shrink: 0; opacity: .5; }
.bb-shot-text { flex: 1; min-width: 0; }
.bb-shot-text-main { font-size: 9px; color: #64748b; letter-spacing: .5px; }
.bb-shot-text-sub  { font-size: 8px; color: #334155; margin-top: 1px; }
.bb-shot-browse {
  font-size: 8px; font-weight: 700; padding: 4px 8px;
  background: #0b1e35; border: 1px solid #1e3a5f;
  border-radius: 4px; color: #475569; cursor: pointer;
  font-family: 'Courier New', monospace; white-space: nowrap; flex-shrink: 0;
}
.bb-shot-chip {
  padding: 7px 10px; border-radius: 7px;
  background: rgba(0,229,255,0.05);
  border: 1px solid rgba(0,229,255,0.2);
  display: flex; align-items: center; gap: 8px;
  width: 100%; box-sizing: border-box;
}
.bb-shot-thumb {
  width: 40px; height: 28px; border-radius: 3px;
  object-fit: cover; flex-shrink: 0;
  background: #0b1e35; border: 1px solid #1e3a5f;
}
.bb-shot-meta { flex: 1; min-width: 0; }
.bb-shot-name { font-size: 9px; color: #00e5ff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bb-shot-size { font-size: 8px; color: #334155; margin-top: 1px; }
.bb-shot-chip-x {
  font-size: 14px; color: rgba(0,229,255,0.4); cursor: pointer;
  background: none; border: none; padding: 0 0 0 4px; flex-shrink: 0;
  font-family: 'Courier New', monospace; line-height: 1;
}
.bb-shot-chip-x:hover { color: #00e5ff; }
.bb-shot-err { font-size: 8px; color: #ef4444; margin-top: 3px; }

.bb-picker-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  border-radius: 40px;
  background: #0d1a27;
  border: 1px solid rgba(0,229,255,0.3);
  box-shadow: 0 0 20px rgba(0,229,255,0.15), 0 8px 32px rgba(0,0,0,0.4);
  white-space: nowrap;
}
.bb-picker-bar-text {
  font-size: 12px;
  color: #94a3b8;
}
.bb-picker-bar-text strong { color: #00e5ff; }
.bb-picker-bar-esc {
  font-size: 10px;
  color: #475569;
  padding: 3px 8px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px;
}

.bb-hover-label {
  position: fixed;
  z-index: 100000;
  background: #00e5ff;
  color: #080f18;
  font-family: monospace;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 0 0 4px 4px;
  pointer-events: none;
}

/* ── Thread block/unblock menu ───────────────────────────────────────────── */
.g3m-thread-menu { position: relative; margin-left: auto; display: flex; align-items: center; gap: 4px; }
.g3m-thread-menu-btn { background: none; border: none; cursor: pointer; font-size: 1.25rem; color: var(--g3m-muted, #888); padding: 4px 8px; line-height: 1; }
.g3m-thread-menu-btn:hover { color: var(--g3m-text, #e0e8f0); }
.g3m-thread-menu-dropdown { position: absolute; right: 0; top: 100%; background: var(--g3m-surface, #1a2a38); border: 1px solid var(--g3m-border, #2a3a4a); border-radius: 6px; z-index: 100; min-width: 180px; box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.g3m-thread-menu-item { display: block; width: 100%; text-align: left; background: none; border: none; padding: 10px 16px; cursor: pointer; color: var(--g3m-text, #e0e8f0); font-size: .9rem; }
.g3m-thread-menu-item:hover { background: var(--g3m-hover, rgba(255,255,255,.05)); }

/* ── Message deletion ──────────────────────────────────────────────────────── */
.g3m-thread-msg { position: relative; }
.g3m-msg-delete-btn {
  display: none;
  position: absolute;
  top: 4px; right: 4px;
  background: none; border: none;
  cursor: pointer;
  color: var(--g3m-muted, #888);
  font-size: 0.7rem;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 3px;
}
.g3m-msg-delete-btn:hover { color: #e55; background: rgba(255,80,80,.1); }
.g3m-thread-msg:hover .g3m-msg-delete-btn { display: block; }

/* ── Emoji reactions ────────────────────────────────────────────────────────── */
.g3m-msg-reaction-bar {
  display: none;
  position: absolute;
  top: -30px; left: 0;
  background: var(--g3m-surface, #1a2a38);
  border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 20px;
  padding: 3px 6px;
  gap: 2px;
  z-index: 10;
  white-space: nowrap;
}
.g3m-thread-msg:hover .g3m-msg-reaction-bar { display: flex; }
.g3m-reaction-btn {
  background: none; border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 1;
  transition: transform .1s;
}
.g3m-reaction-btn:hover { transform: scale(1.25); }
.g3m-msg-reaction-pills { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; }
.g3m-reaction-pill {
  background: var(--g3m-surface, #1a2a38);
  border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 0.8rem;
  cursor: pointer;
  color: var(--g3m-text, #e0e8f0);
}
.g3m-reaction-pill--mine {
  background: rgba(0, 180, 255, .15);
  border-color: rgba(0, 180, 255, .4);
  color: #3cf;
}

/* ── Attachments ────────────────────────────────────────────────────────────── */
.g3m-attach-preview {
  padding: 6px 12px;
  background: var(--g3m-surface, #1a2a38);
  border-top: 1px solid var(--g3m-border, #2a3a4a);
  display: flex; align-items: center; gap: 8px;
}
.g3m-att-chip {
  font-size: 0.85rem;
  color: var(--g3m-muted, #888);
  background: rgba(0,180,255,.08);
  border: 1px solid rgba(0,180,255,.2);
  border-radius: 4px;
  padding: 2px 8px;
}
.g3m-att-chip--pending { opacity: .6; }
.g3m-att-chip-remove {
  background: none; border: none; cursor: pointer;
  color: var(--g3m-muted, #888); font-size: 0.75rem;
}
.g3m-thread-attach-btn {
  background: none; border: none; cursor: pointer;
  font-size: 1.1rem; padding: 4px 6px; color: var(--g3m-muted, #888);
}
.g3m-thread-attach-btn:hover { color: var(--g3m-text, #e0e8f0); }
.g3m-msg-attachment-chip {
  display: flex; align-items: center; gap: 6px;
  margin-top: 6px;
  background: rgba(0,180,255,.06);
  border: 1px solid rgba(0,180,255,.2);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 0.85rem;
}
.g3m-att-icon { font-size: 1rem; }
.g3m-att-name { color: var(--g3m-text, #e0e8f0); flex: 1; word-break: break-all; }
.g3m-att-size { color: var(--g3m-muted, #888); font-size: 0.75rem; white-space: nowrap; }
.g3m-att-dl-btn {
  background: none; border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 4px; cursor: pointer;
  color: var(--g3m-text, #e0e8f0); padding: 2px 8px; font-size: 0.85rem;
}
.g3m-att-dl-btn:hover { background: rgba(255,255,255,.05); }

/* ── Message search ─────────────────────────────────────────────────────────── */
.g3m-thread-search-wrap { position: relative; margin-right: 4px; }
.g3m-search-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 280px;
  background: var(--g3m-surface, #1a2a38);
  border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
  z-index: 200;
  padding: 8px;
}
.g3m-search-input {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 6px;
  padding: 6px 10px;
  color: var(--g3m-text, #e0e8f0);
  font-size: 0.85rem;
  box-sizing: border-box;
}
.g3m-search-results { margin-top: 8px; max-height: 200px; overflow-y: auto; }
.g3m-search-result {
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
}
.g3m-search-result:hover { background: rgba(255,255,255,.05); }
.g3m-search-result-body { color: var(--g3m-text, #e0e8f0); }
.g3m-search-result-body mark { background: rgba(255,220,0,.3); color: inherit; border-radius: 2px; }
.g3m-search-result-time { color: var(--g3m-muted, #888); font-size: 0.75rem; margin-top: 2px; }
.g3m-search-highlight {
  outline: 2px solid rgba(0, 180, 255, .6);
  border-radius: 4px;
  transition: outline .3s;
}

/* ── Auto-delete menu ───────────────────────────────────────────────────────── */
.g3m-menu-divider { border: none; border-top: 1px solid var(--g3m-border, #2a3a4a); margin: 4px 0; }
.g3m-autodelete-row { display: flex; justify-content: space-between; align-items: center; }
.g3m-toggle-btn {
  background: none; border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 10px; cursor: pointer;
  color: var(--g3m-text, #e0e8f0); font-size: 0.85rem;
  padding: 1px 8px; line-height: 1.4;
}
.g3m-toggle-btn[data-active="true"] { border-color: #3cf; color: #3cf; }
.g3m-preset-row { display: flex; align-items: center; gap: 6px; padding: 4px 10px; }
.g3m-preset-label { font-size: 0.75rem; color: var(--g3m-muted, #888); width: 30px; flex-shrink: 0; }
.g3m-preset-btns { display: flex; gap: 3px; flex-wrap: wrap; }
.g3m-preset-btn {
  background: none; border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 4px; cursor: pointer;
  color: var(--g3m-text, #e0e8f0); font-size: 0.7rem;
  padding: 2px 5px; line-height: 1.4;
}
.g3m-preset-btn:hover { background: rgba(255,255,255,.06); }
.g3m-preset-btn--active { border-color: #3cf; color: #3cf; background: rgba(0,180,255,.1); }
.g3m-custom-ttl-row { display: flex; gap: 4px; align-items: center; padding: 4px 10px; }
.g3m-custom-ttl-input {
  width: 50px; background: rgba(255,255,255,.05);
  border: 1px solid var(--g3m-border, #2a3a4a); border-radius: 4px;
  color: var(--g3m-text, #e0e8f0); font-size: 0.75rem; padding: 2px 4px;
}
.g3m-custom-ttl-select {
  background: var(--g3m-surface, #1a2a38);
  border: 1px solid var(--g3m-border, #2a3a4a); border-radius: 4px;
  color: var(--g3m-text, #e0e8f0); font-size: 0.75rem; padding: 2px 4px;
}

/* ── PGP key sync ───────────────────────────────────────────────────────────── */
.pgp-sync-section { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--g3m-border, #2a3a4a); }
.pgp-sync-section h4 { margin: 0 0 6px; font-size: 0.9rem; color: var(--g3m-text, #e0e8f0); }
.pgp-sync-note { font-size: 0.8rem; margin: 0 0 10px; }
.pgp-sync-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.pgp-sync-passphrase { flex: 1; min-width: 160px; }
.pgp-sync-status { font-size: 0.82rem; margin-top: 8px; }

/* ── Compose typeahead ──────────────────────────────────────────────────────── */
.compose-to-dropdown {
  background: var(--g3m-surface, #1a2a38);
  border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 6px;
  max-height: 160px;
  overflow-y: auto;
  z-index: 300;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
  margin-top: 2px;
}
.compose-to-result {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--g3m-text, #e0e8f0);
}
.compose-to-result:hover { background: rgba(255,255,255,.05); }
.compose-to-noresult { color: var(--g3m-muted, #888); cursor: default; }
.compose-to-pgp { font-size: 0.75rem; }

/* ── Load earlier messages ──────────────────────────────────────────────────── */
.g3m-load-earlier-btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid var(--g3m-border, #2a3a4a);
  padding: 8px 0;
  margin-bottom: 8px;
  cursor: pointer;
  color: var(--g3m-muted, #888);
  font-size: 0.82rem;
  text-align: center;
}
.g3m-load-earlier-btn:hover { color: var(--g3m-text, #e0e8f0); }
.g3m-load-earlier-btn:disabled { opacity: .5; cursor: default; }

/* ── About page ─────────────────────────────────────────────────────────────── */
.about-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 24px 120px;
  color: #c9d8e8;
}
.about-eyebrow {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #00fff7;
  margin-bottom: 16px;
}
.about-hero { text-align: center; padding: 40px 0 80px; }
.about-mark {
  font-size: 72px;
  line-height: 1;
  color: #00fff7;
  margin-bottom: 16px;
  display: block;
}
.about-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #e2edf6;
  margin: 0 0 20px;
  line-height: 1.1;
}
.about-subtitle {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #8fa7bf;
  max-width: 620px;
  margin: 0 auto;
}
.about-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-bottom: 80px;
}
.about-pillar {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,255,247,.12);
  border-radius: 10px;
  padding: 28px 24px;
}
.about-pillar__icon { font-size: 1.8rem; margin-bottom: 12px; }
.about-pillar__title {
  font-size: 1rem;
  font-weight: 700;
  color: #e2edf6;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.about-pillar__body { font-size: .9rem; line-height: 1.65; color: #7a95b0; margin: 0; }

.about-values-section { margin-bottom: 72px; }
.about-values { display: flex; flex-direction: column; gap: 28px; margin-top: 32px; }
.about-value { display: flex; gap: 20px; align-items: flex-start; }
.about-value__accent {
  font-size: 1.6rem;
  color: #00fff7;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.about-value__title {
  font-size: .95rem;
  font-weight: 700;
  color: #e2edf6;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.about-value__body { font-size: .9rem; line-height: 1.65; color: #7a95b0; margin: 0; }

.about-vision {
  border-left: 2px solid #00fff7;
  padding: 0 0 0 28px;
  margin-bottom: 72px;
}
.about-vision__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e2edf6;
  margin: 16px 0 12px;
}
.about-vision__body { font-size: .95rem; line-height: 1.7; color: #7a95b0; margin: 0; }

.about-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; padding-top: 16px; }
.about-cta__btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 6px;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity .2s;
}
.about-cta__btn:hover { opacity: .8; }
.about-cta__btn--primary { background: #00fff7; color: #060a10; }
.about-cta__btn--ghost { border: 1px solid #00fff7; color: #00fff7; }

@media (max-width: 640px) {
  .about-wrap { padding: 48px 16px 80px; }
  .about-pillars { grid-template-columns: 1fr; }
}

/* ── FAQ page ────────────────────────────────────────────────────────────────── */
.faq-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 24px 120px;
  color: #c9d8e8;
}
.faq-eyebrow {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #00fff7;
  margin-bottom: 12px;
}
.faq-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #e2edf6;
  margin: 0 0 12px;
}
.faq-intro { font-size: .95rem; color: #7a95b0; line-height: 1.65; margin: 0 0 36px; }

.faq-search-wrap { margin-bottom: 48px; }
.faq-search {
  width: 100%;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(0,255,247,.2);
  border-radius: 8px;
  padding: 12px 18px;
  color: #e2edf6;
  font-size: .95rem;
  outline: none;
  box-sizing: border-box;
}
.faq-search:focus { border-color: #00fff7; }
.faq-search::placeholder { color: #4a6070; }

.faq-no-results { color: #7a95b0; font-size: .95rem; margin: 0 0 32px; }
.faq-no-results a { color: #00fff7; }

.faq-category { margin-bottom: 48px; }
.faq-category__title {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #00fff7;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,255,247,.15);
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.faq-item summary {
  list-style: none;
  padding: 16px 0;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 600;
  color: #c9d8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  color: #00fff7;
  flex-shrink: 0;
  line-height: 1;
  transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: #e2edf6; }
.faq-item__a {
  padding: 0 0 20px;
  font-size: .9rem;
  line-height: 1.7;
  color: #7a95b0;
}
.faq-item__a p { margin: 0 0 8px; }
.faq-item__a p:last-child { margin-bottom: 0; }

.faq-empty { color: #4a6070; font-size: .95rem; }

.faq-contact {
  margin-top: 64px;
  padding: 36px 32px;
  background: rgba(0,255,247,.04);
  border: 1px solid rgba(0,255,247,.15);
  border-radius: 10px;
  text-align: center;
}
.faq-contact__text { font-size: 1rem; color: #8fa7bf; margin: 0 0 16px; }
.faq-contact__btn {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #00fff7;
  border-radius: 6px;
  color: #00fff7;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: opacity .2s;
}
.faq-contact__btn:hover { opacity: .75; }

@media (max-width: 640px) {
  .faq-wrap { padding: 48px 16px 80px; }
  .faq-contact { padding: 24px 20px; }
}

/* ── Raw PGP view ───────────────────────────────────────────────────────────── */
.g3m-pgp-raw-block {
  font-family: 'Courier New', monospace;
  font-size: 0.7rem;
  line-height: 1.5;
  color: var(--g3m-muted, #888);
  background: rgba(0,0,0,.2);
  border: 1px solid var(--g3m-border, #2a3a4a);
  border-radius: 6px;
  padding: 8px 10px;
  margin: 4px 0;
  white-space: pre-wrap;
  word-break: break-all;
  max-height: 180px;
  overflow-y: auto;
}
