:root {
  --ink: #e8f5ec;
  --muted: #8aa894;
  --line: rgba(90, 200, 120, 0.18);
  --panel: #0f2216;
  --lime: #5dcc7a;
  --signal: #e8c27a;
  --tg: #2aabee;
  --bad: #ff6b7a;
  --bg: #07140c;
  --font: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: var(--font);
  background:
    radial-gradient(700px 380px at 10% -10%, rgba(40, 120, 70, 0.35), transparent 55%),
    linear-gradient(165deg, #0c1c12 0%, #07140c 55%, #050e09 100%);
}
a { color: var(--lime); text-decoration: none; }
.p-top {
  position: sticky; top: 0; z-index: 20;
  display: flex; gap: 16px; align-items: center; justify-content: space-between;
  padding: 12px 20px;
  background: rgba(7, 20, 12, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.brand { display: flex; gap: 10px; align-items: center; color: inherit; }
.brand img { border-radius: 50%; box-shadow: 0 0 0 2px rgba(232,194,122,.45); }
.brand b { display: block; font-size: 1.15rem; }
.brand small { color: var(--muted); font-size: .75rem; }
.p-nav { display: flex; gap: 14px; flex-wrap: wrap; }
.p-nav a { color: var(--ink); opacity: .9; font-weight: 600; font-size: .92rem; }
.p-nav a:hover { color: var(--lime); }
.p-actions { display: flex; gap: 8px; align-items: center; }
.voice-master-toggle[aria-pressed="false"] { color: var(--muted); opacity: .82; }
.voice-master-toggle.voice-enabled {
  color: var(--lime);
  border-color: rgba(88,214,141,.55);
  box-shadow: 0 0 14px rgba(88,214,141,.14);
}
#langSelect {
  background: var(--panel); color: var(--ink); border: 1px solid var(--line);
  border-radius: 10px; padding: 8px 10px;
  color-scheme: dark;
}
#langSelect option,
#langSelect optgroup {
  color: #e8f5ec;
  background: #0f2216;
}
.btn {
  border: 1px solid var(--line); background: rgba(255,255,255,.04);
  color: var(--ink); border-radius: 10px; padding: 10px 14px;
  font: inherit; font-weight: 700; cursor: pointer;
}
.btn.primary { background: linear-gradient(135deg, #1f8f4a, #2eb460); border-color: transparent; color: #04140a; }
.btn.ghost { background: transparent; }
.btn.tg {
  background: var(--tg); border-color: transparent; color: #fff;
  display: inline-flex; gap: 10px; align-items: center; justify-content: center;
}
.btn.tg.tg-login {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.btn.tg .tg-ico { flex: 0 0 20px; display: block; }
.btn.tg .tg-name {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}
.btn.tg .tg-extra {
  font-weight: 600;
  font-size: 0.85rem;
  opacity: 0.92;
}
.btn.google {
  background: #fff; color: #1f1f1f; border-color: #dadce0; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.btn.google::before {
  content: ""; width: 18px; height: 18px; flex: 0 0 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.btn.wide { width: 100%; }
[hidden] { display: none !important; }
.user-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 220px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.22);
}
.user-avatar {
  width: 32px; height: 32px; border-radius: 50%; object-fit: cover;
  background: #123;
}
.user-meta { min-width: 0; display: flex; flex-direction: column; line-height: 1.2; }
.user-label {
  font-size: .82rem; color: var(--signal); font-weight: 700;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 150px;
  cursor: default;
}
.user-access { font-size: .68rem; color: var(--muted); }
.btn.wallet {
  margin-top: 10px;
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  border-color: rgba(255,255,255,.18);
  color: #fff; font-weight: 700; width: 100%;
}
.wallet-card { max-width: 480px; }
.wallet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 8px;
}
.wallet-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: inherit; font: inherit; text-align: left;
  cursor: pointer; transition: border-color .15s, background .15s;
}
.wallet-item:hover {
  border-color: var(--lime);
  background: rgba(93, 204, 122, 0.08);
}
.wallet-ico {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: .95rem;
  flex-shrink: 0;
}
.wallet-meta { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.wallet-meta b { font-size: .88rem; line-height: 1.2; }
.wallet-badge {
  font-size: .68rem; color: var(--muted); letter-spacing: .02em;
}
.wallet-badge.on { color: var(--lime); font-weight: 700; }
@media (max-width: 520px) {
  .wallet-grid { grid-template-columns: 1fr; }
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.news-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0;
  border-radius: 14px;
  border: 1px solid var(--line); background: var(--panel);
  color: inherit;
  overflow: hidden;
  text-decoration: none;
}
.news-card:hover { border-color: var(--lime); }
.news-card .thumb {
  width: 120px; min-height: 120px; object-fit: cover; background: #0a1a12;
}
.news-card .body {
  display: flex; flex-direction: column; gap: 6px;
  padding: 12px 14px;
}
.news-card small { color: var(--signal); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.news-card b { font-size: .95rem; line-height: 1.35; }
.news-card .ai {
  color: var(--muted); font-size: .82rem; line-height: 1.45;
  border-top: 1px dashed rgba(255,255,255,.08);
  padding-top: 6px; margin-top: 2px;
}
.news-card .ai em {
  display: block; font-style: normal; color: var(--signal);
  font-size: .68rem; letter-spacing: .05em; margin-bottom: 3px; text-transform: uppercase;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.people-grid.stars { grid-template-columns: repeat(4, 1fr); }
.person {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  cursor: pointer;
  transition: border-color .2s, transform .2s;
  text-align: left;
  color: inherit;
  display: block;
  width: 100%;
  padding: 0;
  font: inherit;
}
.person:hover { border-color: var(--lime); transform: translateY(-2px); }
.person img {
  display: block; width: 100%; aspect-ratio: 1 / 1.15; object-fit: cover;
}
.person figcaption { padding: 12px 12px 14px; }
.person figcaption b { display: block; font-size: .95rem; margin-bottom: 4px; }
.person figcaption span { color: var(--muted); font-size: .8rem; line-height: 1.4; }
.person .tap { display: block; margin-top: 8px; font-size: .72rem; color: var(--lime); font-style: normal; }
.live-chip { margin: 8px 0 0; font-size: .85rem; }
.live-chip b { color: var(--signal); }
.team-brief { max-width: 560px; }
.team-brief-head {
  display: flex; gap: 14px; align-items: center; margin-bottom: 12px;
}
.team-brief-head img {
  width: 96px; height: 96px; border-radius: 14px; object-fit: cover;
  border: 1px solid var(--line);
}
.team-bio { line-height: 1.65; color: #e8f0ea; margin: 0 0 14px; }
.team-brief h4 { margin: 0 0 6px; font-size: .85rem; color: var(--signal); letter-spacing: .06em; text-transform: uppercase; }
.p-foot-legal {
  max-width: 1100px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  color: var(--muted); font-size: .78rem;
}
@media (max-width: 900px) {
  .news-grid, .people-grid, .people-grid.stars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .news-grid, .people-grid, .people-grid.stars { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: 1fr; }
  .news-card .thumb { width: 100%; min-height: 160px; aspect-ratio: 16 / 9; }
}
.hero { max-width: 1100px; margin: 0 auto; padding: 56px 20px 36px; }
.hero-kicker {
  display: inline-block; margin: 0 0 12px; padding: 5px 10px;
  border: 1px solid var(--line); border-radius: 999px;
  color: var(--signal); font-size: .72rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 12px; letter-spacing: .02em; }
.hero-copy p { color: var(--muted); max-width: 52rem; line-height: 1.6; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 12px; }
.muted { color: var(--muted); font-size: .92rem; }
.warn { color: var(--signal); font-size: .9rem; }
.block { max-width: 1100px; margin: 0 auto; padding: 36px 20px; }
.block.alt { background: rgba(0,0,0,.18); border-block: 1px solid var(--line); max-width: none; }
.block.alt > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.block h2 { margin: 0 0 10px; font-size: 1.6rem; }
.lead { color: var(--muted); line-height: 1.65; max-width: 50rem; }
.lead.wide { max-width: 58rem; }
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.pillar {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 16px;
  min-height: 150px;
}
.pillar.soft { min-height: 130px; }
.pillar i {
  display: block; font-style: normal; font-weight: 800;
  color: var(--signal); font-size: .78rem; letter-spacing: .08em; margin-bottom: 8px;
}
.pillar h3 { margin: 0 0 8px; font-size: 1rem; }
.pillar p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 18px 0 16px;
}
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}
.contact-card h3 { margin: 0 0 8px; font-size: 1rem; }
.contact-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.otp-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: end;
  margin: 10px 0;
}
.otp-field { display: block; margin: 0; }
.tiny { font-size: .8rem; margin: 0 0 8px; }
@media (max-width: 960px) {
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pillar-grid { grid-template-columns: 1fr; }
  .otp-row { grid-template-columns: 1fr; }
}
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 18px; }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 18px;
}
.card h3 { margin: 0 0 8px; }
.card .price { color: var(--signal); font-size: 1.4rem; font-weight: 800; }
.card .perk { color: var(--muted); font-size: .92rem; line-height: 1.5; margin-top: 8px; }
.pipeline {
  margin-top: 16px; padding: 14px 16px; border-radius: 12px;
  border: 1px dashed var(--line); color: var(--lime); font-weight: 700;
}
.contact-tg {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: 12px; padding: 12px 18px; border-radius: 999px;
  background: var(--tg); color: #fff; font-weight: 800; font-size: 1.1rem;
}
.contact-tg .tg-name { font-weight: 800; letter-spacing: 0.04em; }
.contact-tg .tg-ico { display: block; flex: 0 0 auto; }
.p-foot {
  margin-top: 24px;
  padding: 48px 20px 64px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(600px 200px at 10% 0%, rgba(40, 120, 70, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.28));
}
.p-foot-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 28px 24px;
}
.p-foot-brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.p-foot-brand img {
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(93, 204, 122, 0.22);
}
.p-foot-brand b {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
.p-foot-brand span {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-weight: 650;
  font-size: 0.95rem;
}
.p-foot-brand small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
.p-foot-col h4 {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--signal);
}
.p-foot-col a {
  display: block;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0 8px;
}
.p-foot-col a:hover { color: var(--lime); }
.p-foot-col.highlight p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}
@media (max-width: 900px) {
  .p-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .p-foot-grid { grid-template-columns: 1fr; }
}
.modal {
  position: fixed; inset: 0; background: rgba(0,0,0,.55); display: grid; place-items: center;
  z-index: 50; padding: 16px;
}
.modal[hidden] { display: none !important; }
.modal-card {
  width: min(420px, 100%); background: var(--panel); border: 1px solid var(--line);
  border-radius: 16px; padding: 22px; position: relative;
}
.modal-card .x {
  position: absolute; right: 10px; top: 8px; border: 0; background: transparent;
  color: var(--muted); font-size: 1.4rem; cursor: pointer;
}
.modal-card label { display: block; margin: 10px 0; font-size: .85rem; color: var(--muted); }
.modal-card input {
  width: 100%; margin-top: 6px; padding: 11px 12px; border-radius: 10px;
  border: 1px solid var(--line); background: rgba(0,0,0,.25); color: var(--ink); font: inherit;
}
.tabs { display: flex; gap: 8px; margin: 12px 0; }
.tabs button {
  flex: 1; border: 1px solid var(--line); background: transparent; color: var(--muted);
  border-radius: 10px; padding: 8px; cursor: pointer; font-weight: 700;
}
.tabs button.on { color: var(--ink); border-color: var(--lime); }
.divider { text-align: center; color: var(--muted); margin: 14px 0; font-size: .8rem; }
.err { color: var(--bad); min-height: 1.2em; font-size: .85rem; }
.tg-wrap { margin-top: 10px; min-height: 40px; }
/* Custom i18n label underneath; near-invisible GSI button on top receives the click */
.g-wrap { position: relative; width: 100%; min-height: 44px; }
.g-wrap .btn.google { width: 100%; pointer-events: none; }
.g-wrap.google-unavailable .btn.google { pointer-events: auto; }
.g-btn-native, .g-btn.g-btn-native {
  position: absolute;
  inset: 0;
  opacity: 0.02;
  z-index: 3;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.g-btn-native > div,
.g-btn-native iframe { width: 100% !important; height: 100% !important; max-width: none !important; }
@media (max-width: 900px) {
  .p-nav { display: none; }
  .hero { padding-top: 28px; }
}

/* 2026 international brand system */
:root {
  --ink: #f2f5ee;
  --muted: #98a99e;
  --line: rgba(202, 171, 99, 0.18);
  --panel: rgba(13, 29, 20, 0.78);
  --lime: #7bdd9b;
  --signal: #d9ba74;
  --bg: #06100b;
  --gold: #d9ba74;
  --gold-deep: #a97e35;
  --surface: #0b1911;
}
html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  background:
    radial-gradient(900px 520px at 88% 2%, rgba(33, 104, 65, .2), transparent 66%),
    radial-gradient(700px 420px at 4% 30%, rgba(183, 139, 57, .08), transparent 72%),
    linear-gradient(155deg, #08150e 0%, #040b07 58%, #07120c 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
.p-top {
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(4, 12, 8, .84);
  border-bottom-color: rgba(217, 186, 116, .16);
  backdrop-filter: blur(18px) saturate(130%);
}
.brand { min-width: max-content; }
.brand img {
  width: 50px; height: 50px;
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(217, 186, 116, .42), 0 12px 35px rgba(0,0,0,.3);
}
.brand b { font-family: Georgia, "Times New Roman", serif; letter-spacing: .08em; }
.brand small { display: block; margin-top: 3px; letter-spacing: .035em; }
.p-nav { gap: clamp(14px, 2vw, 28px); flex-wrap: nowrap; }
.p-nav a {
  position: relative;
  color: #c5d0c8;
  font-size: .8rem;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.p-nav a::after {
  content: "";
  position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}
.p-nav a:hover::after { right: 0; }
#langSelect {
  min-width: 108px;
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.1);
  border-radius: 999px;
}
.btn {
  border-radius: 999px;
  padding: 11px 18px;
  letter-spacing: .025em;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); border-color: rgba(217,186,116,.6); }
.btn.primary {
  color: #0a120d;
  background: linear-gradient(135deg, #f0d48d 0%, #c49a4b 100%);
  box-shadow: 0 10px 30px rgba(179, 133, 54, .18);
}
.desk-entry {
  color: #e8f5ec;
  border-color: rgba(123,221,155,.35);
  background: rgba(72, 167, 103, .12);
}
.hero {
  position: relative;
  max-width: 1320px;
  min-height: min(720px, calc(100vh - 76px));
  padding: clamp(78px, 10vh, 126px) clamp(20px, 5vw, 72px) 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(46px, 7vw, 112px);
  align-items: center;
}
.hero::after {
  content: "LVYN";
  position: absolute;
  left: clamp(18px, 4vw, 58px);
  bottom: 8px;
  z-index: -1;
  color: rgba(255,255,255,.018);
  font: 800 clamp(6rem, 17vw, 14rem)/.8 Georgia, serif;
  letter-spacing: .08em;
}
.hero-copy { max-width: 740px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-color: rgba(123,221,155,.24);
  background: rgba(38, 117, 65, .11);
  color: #a6e5ba;
}
.status-dot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #64dc8b;
  box-shadow: 0 0 0 4px rgba(100,220,139,.09), 0 0 16px rgba(100,220,139,.7);
}
.hero h1 {
  max-width: 840px;
  margin: 14px 0 22px;
  font: 500 clamp(2.7rem, 5.5vw, 5.7rem)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.hero-copy > p:not(.hero-kicker) {
  max-width: 650px;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}
.hero-cta { margin-top: 32px; gap: 12px; }
.hero-primary { padding-inline: 25px; }
.hero-terminal {
  position: relative;
  min-height: 470px;
  border: 1px solid rgba(217,186,116,.2);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(19, 49, 31, .84), rgba(5, 15, 10, .93)),
    var(--surface);
  box-shadow: 0 40px 90px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.04);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}
.hero-terminal::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(71,178,106,.12), transparent 58%);
  pointer-events: none;
}
.terminal-head {
  height: 58px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #d7e4da;
}
.terminal-head > div { display: flex; gap: 6px; }
.terminal-head > div span { width: 7px; height: 7px; border-radius: 50%; background: #2d5740; }
.terminal-head > div span:first-child { background: var(--gold); }
.terminal-head b { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.terminal-head small { justify-self: end; color: var(--gold); letter-spacing: .09em; }
.terminal-pitch {
  position: relative;
  height: 292px;
  margin: 22px;
  overflow: hidden;
  border: 1px solid rgba(123,221,155,.14);
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(123,221,155,.12) 50%, transparent 50.2%),
    linear-gradient(rgba(123,221,155,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123,221,155,.045) 1px, transparent 1px),
    #08170f;
  background-size: auto, 28px 28px, 28px 28px, auto;
}
.pitch-ring {
  position: absolute;
  width: 130px; height: 130px;
  left: 50%; top: 50%;
  border: 1px solid rgba(123,221,155,.16);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.scan-line {
  position: absolute;
  left: 0; right: 0; height: 1px; top: 0;
  background: linear-gradient(90deg, transparent, rgba(123,221,155,.9), transparent);
  box-shadow: 0 0 22px rgba(123,221,155,.7);
  animation: scan 4.2s ease-in-out infinite;
}
@keyframes scan { 0%,100% { top: 12%; opacity:.25; } 50% { top: 86%; opacity:1; } }
.signal {
  position: absolute; width: 10px; height: 10px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 0 7px rgba(217,186,116,.07), 0 0 20px rgba(217,186,116,.45);
}
.signal::after {
  content: "";
  position: absolute; inset: -10px;
  border: 1px solid rgba(217,186,116,.25);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0% { transform:scale(.5); opacity:1; } 100% { transform:scale(1.5); opacity:0; } }
.signal.s1 { left: 26%; top: 32%; }
.signal.s2 { left: 65%; top: 58%; animation-delay:.4s; }
.signal.s3 { left: 44%; top: 76%; animation-delay:.8s; }
.terminal-pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 22px 22px;
}
.terminal-pipeline span {
  min-width: 0;
  padding: 12px 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.terminal-pipeline i { display:block; color:var(--gold); font-style:normal; font-size:.67rem; }
.terminal-pipeline b { display:block; margin-top:5px; font-size:.7rem; color:#c8d5cc; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.trust-strip {
  max-width: 1320px;
  margin: 0 auto 24px;
  padding: 0 clamp(20px, 5vw, 72px) 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-strip > div {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 18px;
  border-block: 1px solid rgba(255,255,255,.06);
  color: #9fb0a4;
}
.trust-strip b { font-size:.74rem; letter-spacing:.045em; text-transform:uppercase; }
.block { max-width: 1220px; padding: 72px 28px; }
.block.alt { background: rgba(1,7,4,.28); border-block-color: rgba(217,186,116,.11); }
.block h2 {
  font: 500 clamp(2rem, 4vw, 3.4rem)/1.05 Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
}
.lead { font-size: 1rem; }
.pillar-grid { gap: 16px; }
.pillar, .card, .contact-card, .news-card, .person {
  border-color: rgba(255,255,255,.075);
  background: linear-gradient(145deg, rgba(18,42,27,.72), rgba(7,18,12,.78));
  box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.pillar { border-radius: 20px; padding: 25px 22px; }
.pillar i { color: var(--gold); }
.performance-block { padding-top: 90px; padding-bottom: 90px; }
.section-head {
  display: flex; justify-content: space-between; align-items: end; gap: 24px;
  margin-bottom: 30px;
}
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(217,186,116,.18);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(5,14,9,.64);
}
.metric {
  position: relative;
  min-height: 190px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(217,186,116,.13);
}
.metric:last-child { border-right: 0; }
.metric small { color: var(--muted); font-size: .73rem; letter-spacing:.08em; text-transform:uppercase; }
.metric strong { font: 500 clamp(2.3rem,4vw,4rem)/1 Georgia,serif; color:#eef5ef; }
.metric span { color: var(--muted); font-size:.78rem; }
.metric.featured { background: linear-gradient(145deg, rgba(159,116,45,.18), rgba(19,48,30,.2)); }
.metric.featured strong { color: var(--gold); }
.metric.featured strong.negative { color: var(--bad); }
.verified-performance-summary {
  margin-top: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(217,186,116,.3);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(217,186,116,.12), rgba(20,61,38,.25));
}
.verified-performance-summary b {
  color: var(--gold);
  font-size: .86rem;
  letter-spacing: .04em;
}
.verified-performance-summary span {
  color: #dce7df;
  font-size: .78rem;
  line-height: 1.55;
  text-align: right;
}
.history-summary-row td { padding: 24px !important; color: #dce7df; line-height: 1.65; }
.history-summary-row b { color: var(--gold); }
.public-history-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.public-period-filters,
.public-range-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.public-period-filters button,
.public-range-form button,
.public-calendar-head button {
  border: 1px solid rgba(217,186,116,.25);
  border-radius: 999px;
  background: rgba(5,14,9,.7);
  color: var(--muted);
  padding: 9px 15px;
  font: 700 .75rem/1 ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
}
.public-period-filters button:hover,
.public-period-filters button.on,
.public-range-form button:hover,
.public-calendar-head button:hover {
  border-color: rgba(217,186,116,.65);
  color: var(--gold);
  background: rgba(217,186,116,.09);
}
.public-range-form span { color: var(--muted); font-size: .75rem; }
.public-range-form i { color: var(--muted); font-style: normal; }
.public-range-form input {
  color-scheme: dark;
  min-height: 34px;
  border: 1px solid rgba(217,186,116,.25);
  border-radius: 10px;
  background: rgba(5,14,9,.8);
  color: #eef5ef;
  padding: 6px 9px;
}
.public-calendar-card {
  margin-top: 24px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(217,186,116,.18);
  border-radius: 22px;
  background: rgba(5,14,9,.64);
}
.public-calendar-head,
.perf-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.public-calendar-head h3 {
  margin: 0;
  color: #eef5ef;
  font: 500 1.2rem/1.2 Georgia, "Times New Roman", serif;
}
.public-calendar {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}
.public-calendar .calendar-spacer { min-height: 1px; }
.public-calendar-day {
  min-height: 76px;
  display: grid;
  align-content: space-between;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}
.public-calendar-day b { color: #eef5ef; font: 700 .78rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.public-calendar-day span { font: 700 .68rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; }
.public-calendar-day small { color: var(--muted); font-size: .62rem; }
.public-calendar-day.pos { background: rgba(103,232,166,.08); color: var(--lime); }
.public-calendar-day.neg { background: rgba(255,107,90,.09); color: var(--bad); }
.public-calendar-day.today { outline: 1px solid var(--gold); }
.public-calendar-day.selected { box-shadow: inset 0 0 0 2px var(--gold); }
.public-calendar-day:hover { border-color: rgba(217,186,116,.5); transform: translateY(-1px); }
.history-ledger {
  margin-top: 24px;
  border: 1px solid rgba(217,186,116,.18);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(5,14,9,.64);
}
.history-ledger-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(217,186,116,.13);
}
.history-ledger-head h3 {
  margin: 0;
  font: 500 1.35rem/1.2 Georgia, "Times New Roman", serif;
  color: #eef5ef;
}
.history-ledger-head span {
  color: var(--gold);
  font: 700 .8rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
}
.history-scroll { overflow-x: auto; }
.history-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  font-size: .82rem;
}
.history-table th,
.history-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.055);
  vertical-align: middle;
}
.history-table th {
  color: var(--muted);
  background: rgba(255,255,255,.018);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.history-table tbody tr:last-child td { border-bottom: 0; }
.history-table tbody tr:hover { background: rgba(217,186,116,.055); }
.history-match {
  display: grid;
  gap: 4px;
  min-width: 220px;
}
.history-match b { color: #eef5ef; }
.history-match small,
.history-score { color: var(--muted); }
.record-scope {
  display: inline-flex;
  align-items: center;
  margin-left: 7px;
  padding: 2px 7px;
  border-radius: 999px;
  border: 1px solid rgba(217,186,116,.28);
  color: var(--gold);
  background: rgba(217,186,116,.08);
  font-size: .65rem;
  font-weight: 800;
}
.record-scope.formal {
  border-color: rgba(74,222,128,.34);
  color: var(--lime);
  background: rgba(74,222,128,.08);
}
.loss-review {
  margin-top: 8px;
  max-width: 560px;
  text-align: left;
  color: var(--muted);
}
.loss-review summary {
  cursor: pointer;
  color: #ff9f91;
  font-weight: 750;
  line-height: 1.45;
}
.loss-review[open] summary { margin-bottom: 7px; }
.loss-review-body {
  border: 1px solid rgba(255, 102, 84, .22);
  border-radius: 10px;
  padding: 9px 11px;
  background: rgba(140, 32, 20, .08);
}
.loss-review-body b { color: #ffb0a4; }
.loss-review-body p {
  margin: 6px 0;
  line-height: 1.55;
  color: var(--text);
}
.loss-review-body ul {
  margin: 6px 0;
  padding-left: 20px;
}
.loss-review-body li { margin: 3px 0; }
.loss-review-body small { color: var(--muted); }

.history-pick { color: #dce8de; min-width: 120px; }
.history-number {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: nowrap;
}
.history-result,
.history-pnl { font-weight: 800; white-space: nowrap; }
.history-result.win,
.history-pnl.win { color: var(--lime); }
.history-result.lose,
.history-pnl.lose { color: var(--bad); }
.history-result.pending,
.history-pnl.pending { color: var(--gold); }
.history-empty { color: var(--muted); text-align: center !important; padding: 28px !important; }
.data-note { display:flex; align-items:center; gap:10px; color:var(--muted); font-size:.8rem; margin-top:18px; }
.cards { gap: 18px; }
.card { border-radius: 22px; padding: 26px; }
.card .price { color: var(--gold); font: 600 1.8rem Georgia, serif; }
.p-foot { background: linear-gradient(180deg, rgba(3,9,6,.7), #020604); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scan-line, .signal::after { animation: none; }
}
@media (max-width: 1100px) {
  .p-top { padding-inline: 18px; }
  .p-actions .desk-entry { display: none; }
  .hero { grid-template-columns: 1fr 420px; gap: 36px; }
  .hero h1 { font-size: clamp(2.7rem, 5.5vw, 4.5rem); }
}
@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 68px; }
  .hero-terminal { min-height: 420px; transform: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(217,186,116,.13); }
}
@media (max-width: 620px) {
  .p-top { min-height: 66px; flex-wrap: wrap; gap: 8px; }
  .brand img { width:42px; height:42px; }
  .brand small { display:none; }
  .p-actions { width: 100%; margin-left: 0; justify-content: space-between; }
  .p-actions .voice-master-toggle { flex: 1 1 auto; min-width: 0; }
  #langSelect { width:92px; min-width:0; flex: 0 1 92px; }
  .p-actions .btn.primary { padding-inline:13px; }
  .hero { padding: 54px 18px 50px; }
  .hero h1 { font-size: clamp(2.6rem, 14vw, 4rem); }
  .hero-terminal { min-height: 370px; border-radius:20px; }
  .terminal-pitch { height:220px; margin:15px; }
  .terminal-pipeline { padding:0 15px 15px; grid-template-columns:1fr 1fr; }
  .trust-strip { grid-template-columns:1fr; padding:0 18px 20px; }
  .trust-strip > div { padding:13px 4px; }
  .block { padding: 58px 18px; }
  .section-head { align-items:flex-start; flex-direction:column; }
  .metric-grid { grid-template-columns: 1fr; }
  .verified-performance-summary { align-items: flex-start; flex-direction: column; }
  .verified-performance-summary span { text-align: left; }
  .metric { min-height:150px; border-right:0; border-bottom:1px solid rgba(217,186,116,.13); }
  .metric:last-child { border-bottom:0; }
  .history-ledger { border-radius: 18px; }
  .history-ledger-head { padding: 16px 18px; }
  .public-history-tools { align-items: stretch; }
  .public-period-filters { width: 100%; }
  .public-period-filters button { flex: 1; }
  .public-range-form { width: 100%; }
  .public-range-form span { width: 100%; }
  .public-range-form input { min-width: 0; flex: 1; }
  .public-calendar-card { padding: 14px 12px; border-radius: 18px; }
  .public-calendar { gap: 4px; }
  .public-calendar-day { min-height: 62px; padding: 7px 5px; }
  .public-calendar-day small { display: none; }
  .history-table th,
  .history-table td { padding: 12px 13px; }
}
[dir="rtl"] .brand,
[dir="rtl"] .hero-copy,
[dir="rtl"] .block,
[dir="rtl"] .p-foot { text-align: right; }
[dir="rtl"] .terminal-head small { justify-self: start; }
[dir="rtl"] .metric { border-right: 0; border-left: 1px solid rgba(217,186,116,.13); }
[dir="rtl"] .metric:last-child { border-left: 0; }

/* Homepage film and global customer channels */
.hero-support { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.support-wa, .contact-channel.whatsapp { color: #05220f; border-color: transparent; background: #25d366; }
.support-tg, .contact-channel.telegram { color: #fff; border-color: transparent; background: #2aabee; }
.hero-film {
  position: relative;
  aspect-ratio: 16 / 10;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(217,186,116,.2);
  border-radius: 28px;
  background: #07130c;
  box-shadow: 0 42px 100px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.04);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}
.hero-film video { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-film-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 35%, rgba(2,9,5,.82));
}
.hero-film-copy {
  position: absolute;
  left: 28px;
  right: 100px;
  bottom: 26px;
  display: grid;
  gap: 8px;
}
.hero-film-copy small { color: var(--gold); font-size: .63rem; font-weight: 800; letter-spacing: .16em; }
.hero-film-copy b { color: #f1f5ee; font: 500 clamp(1.15rem,2vw,1.8rem)/1.15 Georgia, "Times New Roman", serif; }
.hero-film-toggle {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  color: #10150f;
  background: rgba(240,212,141,.94);
  cursor: pointer;
}
.hero-film-sound {
  position: absolute;
  left: 22px;
  top: 20px;
  z-index: 2;
  min-height: 42px;
  max-width: calc(100% - 44px);
  padding: 10px 15px;
  color: #f5f7f2;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(3,12,7,.76);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: 800 .7rem/1.2 var(--sans);
  letter-spacing: .02em;
  cursor: pointer;
}
.hero-film-sound[aria-pressed="true"] { color: #102018; border-color: transparent; background: rgba(240,212,143,.96); }
.hero-film-toggle:focus-visible, .hero-film-sound:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.contact-links { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; margin-top: 20px; }
.contact-channel {
  min-width: min(100%, 240px);
  min-height: 92px;
  padding: 14px 18px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.contact-channel b { font-size: .96rem; }
.contact-channel span { font-size: .72rem; opacity: .78; }
.contact-channel.manager { color: #e5eee7; background: rgba(255,255,255,.035); }
.contact-qr { width: 170px; margin: 0; padding: 10px; border-radius: 16px; color: #102018; background: #fff; text-align: center; }
.contact-qr img { width: 100%; height: auto; display: block; border-radius: 8px; }
.contact-qr figcaption { padding: 7px 2px 1px; font-size: .65rem; font-weight: 800; }
[data-whatsapp][data-unconfigured="true"] { outline: 1px dashed rgba(255,255,255,.42); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { .hero-film { transform: none; } }
@media (max-width: 900px) { .hero-film { min-height: 0; transform: none; } }
@media (max-width: 620px) {
  .hero-support .btn { width: 100%; }
  .hero-film { min-height: 0; border-radius: 20px; }
  .hero-film-copy { left: 18px; right: 82px; bottom: 18px; }
  .hero-film-toggle { width: 46px; height: 46px; right: 16px; bottom: 15px; }
  .hero-film-sound { left: 14px; top: 14px; max-width: calc(100% - 28px); min-height: 38px; padding: 8px 11px; font-size: .62rem; }
  .contact-channel { width: 100%; }
  .contact-qr { width: min(220px, 100%); }
}

/* International route and responsible-access layer */
body { overflow-x: clip; }
.p-nav .nav-global {
  padding: 8px 12px;
  border: 1px solid rgba(217,186,116,.34);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(217,186,116,.07);
}
.global-route-card {
  max-width: 620px;
  margin-top: 16px;
  padding: 16px 18px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(217,186,116,.24);
  border-radius: 16px;
  background: linear-gradient(100deg, rgba(217,186,116,.09), rgba(255,255,255,.025));
  transition: transform .2s ease, border-color .2s ease;
}
.global-route-card:hover { transform: translateY(-2px); border-color: rgba(217,186,116,.55); }
.global-route-card small { color: var(--gold); font-size: .61rem; font-weight: 800; letter-spacing: .17em; }
.global-route-card b { color: #eef5ef; font: 500 1.05rem/1.25 Georgia, "Times New Roman", serif; }
.global-route-card span { color: var(--muted); font-size: .71rem; line-height: 1.45; }
@media (max-width: 620px) {
  .global-route-card { width: 100%; padding: 14px 15px; }
}
.film-audio-description {
  position: absolute;
  z-index: 3;
  top: 4.5rem;
  left: 1.25rem;
  right: 1.25rem;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .68rem;
  line-height: 1.45;
  pointer-events: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .8);
}

[data-whatsapp][hidden], [data-whatsapp-only][hidden],
[data-ops-wall][hidden], [data-real-performance][hidden] {
  display: none !important;
}

/* Membership purchase and verification journey */
.member-journey[hidden] { display: none !important; }
.member-journey {
  margin-top: clamp(24px, 4vw, 44px);
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(217, 186, 116, .24);
  border-radius: 24px;
  background:
    radial-gradient(700px 240px at 100% 0%, rgba(217, 186, 116, .11), transparent 62%),
    linear-gradient(145deg, rgba(14, 34, 23, .94), rgba(6, 18, 11, .96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255,255,255,.035);
}
.member-journey-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.member-journey-head h3,
.verification-card h3 { margin: 5px 0 0; font: 500 clamp(1.45rem, 2.8vw, 2.25rem)/1.1 Georgia, "Times New Roman", serif; }
.member-price-rule {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid rgba(217, 186, 116, .38);
  border-radius: 999px;
  color: #f2d894;
  background: rgba(217, 186, 116, .08);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .045em;
}
.member-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  counter-reset: member-step;
}
.member-steps li {
  min-height: 104px;
  padding: 16px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
}
.member-steps li:last-child { border-color: rgba(123, 221, 155, .28); background: rgba(80, 174, 110, .065); }
.member-steps li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #102017;
  background: linear-gradient(135deg, #f1d58f, #be9142);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .06em;
}
.member-steps p { margin: 1px 0 0; color: #d5dfd7; font-size: .88rem; line-height: 1.58; }
.member-routes {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.member-route {
  min-height: 108px;
  padding: 16px 18px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.member-route:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.32); box-shadow: 0 16px 35px rgba(0,0,0,.2); }
.member-route small { font-size: .59rem; font-weight: 900; letter-spacing: .15em; opacity: .76; }
.member-route b { font-size: .98rem; }
.member-route span { font-size: .78rem; opacity: .82; }
.member-route.channel { color: #fff; background: linear-gradient(135deg, #279bd1, #1679ab); }
.member-route.bot { color: #0b1c12; background: linear-gradient(135deg, #9ee7b5, #58bd7a); }
.member-route.support { color: #f0e1b4; background: rgba(217, 186, 116, .08); }
.member-route[aria-disabled="true"] { pointer-events: none; opacity: .5; }
.member-flow-note {
  margin: 14px 2px 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.55;
}
.verification-card {
  margin-top: 20px;
  padding: clamp(18px, 3vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .9fr) auto;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(123, 221, 155, .22);
  border-radius: 18px;
  background: rgba(51, 132, 79, .065);
}
.verification-card p { margin: 10px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.58; }
.verification-fields { display: flex; flex-wrap: wrap; gap: 7px; }
.verification-fields span {
  padding: 6px 9px;
  border: 1px solid rgba(123, 221, 155, .22);
  border-radius: 999px;
  color: #bce9ca;
  background: rgba(123, 221, 155, .06);
  font-size: .65rem;
  font-weight: 800;
}
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 238px; overflow: hidden; }
.plan-card.annual { border-color: rgba(217, 186, 116, .5); background: linear-gradient(145deg, rgba(217,186,116,.105), rgba(13,29,20,.84)); }
.plan-card.annual::after {
  content: "LVYN";
  position: absolute;
  right: -7px;
  top: -20px;
  color: rgba(217, 186, 116, .075);
  font: 800 5rem/1 Georgia, serif;
  pointer-events: none;
}
.plan-card .perk { flex: 1; }
.plan-cta {
  margin-top: 18px;
  padding: 10px 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  color: #0d1a12;
  background: linear-gradient(135deg, #f0d48d, #c49a4b);
  font-size: .78rem;
  font-weight: 900;
}
[dir="rtl"] .member-steps li { grid-template-columns: minmax(0, 1fr) 42px; }
[dir="rtl"] .member-steps li > span { grid-column: 2; grid-row: 1; }
[dir="rtl"] .member-steps p { grid-column: 1; grid-row: 1; }
@media (max-width: 900px) {
  .verification-card { grid-template-columns: 1fr; align-items: start; }
  .verification-card .btn { justify-self: start; }
}
@media (max-width: 720px) {
  .member-journey { border-radius: 19px; }
  .member-journey-head { align-items: flex-start; flex-direction: column; }
  .member-steps, .member-routes { grid-template-columns: 1fr; }
  .member-steps li { min-height: 0; }
  .member-route { min-height: 96px; }
}
.history-order-id {
  color: #f0d48d;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .76rem;
  font-weight: 850;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .member-route, .plan-cta { transition: none; }
  .member-route:hover { transform: none; }
}

.history-zone { min-width: 112px; color: #dce8de; white-space: nowrap; }
.history-ledger-head .data-note { flex-basis: 100%; margin: 2px 0 0; line-height: 1.5; }/* Formal AI purchases are visually and structurally separate from analysis records. */
.formal-public-ledger {
  border-color: rgba(217, 186, 116, .48);
  background:
    radial-gradient(circle at 92% 0, rgba(217, 186, 116, .17), transparent 34%),
    radial-gradient(circle at 0 100%, rgba(103, 232, 166, .08), transparent 36%),
    rgba(5, 14, 9, .82);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .24);
}
.formal-public-ledger .history-ledger-head {
  border-bottom-color: rgba(217, 186, 116, .28);
}
.formal-public-ledger .history-ledger-head h3 {
  color: var(--gold);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
}
.formal-public-ledger .history-ledger-head span {
  padding: 6px 10px;
  border: 1px solid rgba(103, 232, 166, .28);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(103, 232, 166, .08);
}
.formal-history-table th { background: rgba(217, 186, 116, .055); }
.formal-history-table tbody tr { background: rgba(103, 232, 166, .025); }
.formal-history-table .history-order-id {
  color: var(--gold);
  letter-spacing: .04em;
}
