:root {
  --green-950: #0d2b23;
  --green-900: #14382e;
  --green-800: #1a4638;
  --green-700: #235847;
  --green-500: #4f8b72;
  --green-200: #bad3c5;
  --ivory: #f4f0e7;
  --ivory-2: #ece7dc;
  --white: #fffdf8;
  --ink: #17372e;
  --muted: #6d756f;
  --line: rgba(20, 56, 46, .14);
  /* Sampled from the Capscale mark. --gold is the logo ink, for rules and
     fills; --gold-ink is darkened for type, since the logo gold only reaches
     2.8:1 on ivory and would fail contrast as running text. */
  --gold: #ad8c59;
  --gold-ink: #7e6231;
  --orange: var(--gold);
  --texture-capsule: url(capscale-capsule.webp);
  --shadow: 0 22px 60px rgba(14, 43, 35, .09);
  --sidebar: 250px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 15px/1.55 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--green-700); font-size: 10px; line-height: 1; letter-spacing: .22em; font-weight: 800; }
.eyebrow.light { color: #9fc5b4; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; letter-spacing: .12em; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand b { font-size: 13px; }
.brand small { font-size: 7px; letter-spacing: .31em; opacity: .65; }
/* The mark is gold-and-silver ink drawn for a dark field: the silver vanishes
   on ivory, so the chip carries its own darkness wherever the brand appears. */
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green-950); font: italic 20px/1 Georgia, serif; overflow: hidden; }
.brand-mark img { width: 23px; height: auto; display: block; }
.brand-light { color: var(--ivory); }
.button { min-height: 43px; padding: 0 21px; border: 1px solid transparent; border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button-primary { color: var(--white); background: var(--green-900); }
.button-primary:hover { background: var(--green-800); }
.button-outline { color: var(--green-900); border-color: var(--green-900); background: transparent; }
.button-outline-dark { color: var(--green-900); border-color: rgba(20,56,46,.28); background: transparent; }
.button-soft { background: rgba(20,56,46,.06); border-color: rgba(20,56,46,.08); color: var(--green-900); }
.button-ivory { background: var(--ivory); color: var(--green-900); }
.button-large { min-height: 54px; padding-inline: 31px; }
.button.full { width: 100%; }
.status-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #75c697; box-shadow: 0 0 0 4px rgba(117,198,151,.12); }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--green-900); padding-block: 10px 6px; }
.text-link span { margin-left: 12px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; width: max-content; max-width: calc(100% - 32px); transform: translate(-50%, 30px); opacity: 0; pointer-events: none; padding: 13px 18px; color: white; background: var(--green-950); border: 1px solid rgba(255,255,255,.15); border-radius: 3px; box-shadow: 0 14px 50px rgba(0,0,0,.2); font-size: 13px; transition: .25s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.toast.error { background: #75372f; }

/* Landing */
.landing-header { height: 92px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 2px; }
.language-option { padding: 5px 8px; border-radius: 2px; font-size: 10px; font-weight: 800; letter-spacing: .1em; color: var(--muted); transition: color .2s, background .2s; }
.language-option:hover { color: var(--green-900); }
.language-option.active { color: var(--white); background: var(--green-900); }
.sidebar-language { justify-content: center; border-color: rgba(255,255,255,.12); }
.sidebar-language .language-option { color: rgba(255,255,255,.62); }
.sidebar-language .language-option:hover { color: var(--white); }
.sidebar-language .language-option.active { color: var(--green-950); background: var(--ivory); }
.landing-nav { display: flex; gap: 27px; color: #5c6d65; font-size: 11px; font-weight: 700; }
.landing-nav a:hover { color: var(--green-900); }
.hero { min-height: calc(100vh - 92px); padding-block: 100px 80px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; }
.hero h1, .section-intro h2, .transparency h2, .process h2, .landing-cta h2 { margin: 0; font: 500 clamp(48px, 6.2vw, 86px)/.99 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; }
.hero h1 em { color: var(--green-500); font-weight: 400; }
.hero-mobile-products { display: none; }
.hero-lead { max-width: 540px; margin: 31px 0; color: #65736c; font-size: 17px; }
.hero-actions { display: flex; gap: 27px; align-items: center; }
.hero-facts { max-width: 560px; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 34px; }
.hero-facts span { display: grid; gap: 3px; }
.hero-facts b { color: var(--green-900); font: 500 25px/1 Georgia, serif; font-variant-numeric: tabular-nums; }
.hero-facts small { max-width: 100px; color: var(--muted); font-size: 8px; font-weight: 800; line-height: 1.35; letter-spacing: .11em; text-transform: uppercase; }
.network-proof { display: flex; align-items: center; gap: 12px; margin-top: 27px; color: #64716b; }
.network-proof > span:last-child { display: grid; gap: 2px; font-size: 11px; }
.network-proof b { color: var(--ink); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
/* Hero feed --------------------------------------------------------------
   The composition renders fine with no JavaScript at all: the track simply
   sits still and shows the first cards. Motion is added, never depended on. */
.hero-composition { position: relative; min-height: 560px; display: grid; align-content: center; gap: 22px; }
.feed { position: relative; height: 470px; overflow: hidden; border-radius: 3px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 13%, #000 87%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 13%, #000 87%, transparent); }
.feed-track { display: grid; gap: 14px; will-change: transform; }
.ad-card { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center;
  padding: 14px 16px; background: var(--white); border: 1px solid var(--line); border-radius: 3px;
  box-shadow: 0 10px 26px rgba(14, 43, 35, .05); }
/* A capsule, not a stock-photo square: the tile is the product category. */
.ad-thumb { position: relative; width: 54px; height: 54px; border-radius: 2px; overflow: hidden;
  background: linear-gradient(150deg, hsl(calc(24 + var(--ad-hue, 0)) 34% 34%), var(--green-950)); }
.ad-thumb::before { content: ''; position: absolute; left: 50%; top: 50%; width: 13px; height: 30px;
  transform: translate(-50%, -50%) rotate(38deg); border-radius: 999px;
  background: linear-gradient(180deg, #e4d7bd 0 50%, var(--gold) 50% 100%);
  box-shadow: 0 2px 6px rgba(0,0,0,.35); }
.ad-thumb.has-product { background: #f0ede5; }
.ad-thumb.has-product::before { display: none; }
.ad-thumb img { width: 100%; height: 100%; display: block; object-fit: contain; }
.ad-copy { display: grid; gap: 5px; min-width: 0; }
.ad-copy small { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .24em; }
.ad-copy b { font-size: 12px; line-height: 1.3; letter-spacing: .01em; overflow-wrap: anywhere; }
.ad-copy i { color: var(--gold-ink); font: italic 13px Georgia, serif; }
.ad-paid { position: absolute; top: 12px; right: 14px; padding: 3px 7px; border-radius: 2px;
  background: var(--gold); color: #22190a; font-size: 7px; font-weight: 800; letter-spacing: .18em;
  opacity: 0; transform: translateY(-3px); transition: opacity .28s, transform .28s; }
.ad-card.is-paid .ad-paid { opacity: 1; transform: translateY(0); }
.ad-card.is-paid { border-color: rgba(173, 140, 89, .5); }
.feed-line { position: absolute; z-index: 3; left: 0; right: 0; top: 50%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold) 14%, var(--gold) 74%, transparent);
  box-shadow: 0 0 18px rgba(173, 140, 89, .55); }
.feed-seal { position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: var(--green-950); box-shadow: 0 8px 22px rgba(14, 43, 35, .35); }
.feed-seal img { width: 27px; height: auto; display: block; }
.feed-meter { display: flex; align-items: baseline; gap: 9px; margin: 0; padding-left: 2px;
  color: var(--muted); font-size: 11px; }
.feed-meter b { color: var(--gold-ink); font: italic 26px/1 Georgia, serif; font-variant-numeric: tabular-nums; }
.read-progress { position: fixed; z-index: 90; inset: 0 0 auto 0; height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: 0 50%; pointer-events: none; }
.landing-header { transition: border-color .3s, background .3s; }
.landing-header.is-stuck { border-bottom-color: rgba(20, 56, 46, .3); }

/* Real catalogue ---------------------------------------------------------
   A touch-first shelf rather than a desktop grid squeezed onto a phone. The
   next card deliberately peeks in from the right to teach horizontal scroll. */
.catalog-preview { position: relative; padding-block: 108px 96px; overflow: hidden; color: var(--ivory);
  background: radial-gradient(circle at 82% 8%, rgba(173,140,89,.2), transparent 28%),
    linear-gradient(145deg, var(--green-950), #123f32 72%, #174a3b); }
.catalog-preview::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 56px 56px; -webkit-mask-image: linear-gradient(90deg, transparent, #000); mask-image: linear-gradient(90deg, transparent, #000); }
.catalog-preview > * { position: relative; }
.catalog-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: end; }
.catalog-copy { max-width: 720px; }
.catalog-copy h2 { margin: 0; font: 500 clamp(42px, 5vw, 70px)/1.02 Georgia, serif; letter-spacing: -.04em; }
.catalog-copy > p:last-child { max-width: 650px; margin: 28px 0 0; color: #aec4ba; font-size: 17px; line-height: 1.7; }
.catalog-totals { display: flex; align-items: stretch; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.catalog-totals span { min-width: 132px; padding: 24px 22px; display: grid; align-content: center; gap: 8px; }
.catalog-totals span + span { border-left: 1px solid rgba(255,255,255,.16); }
.catalog-totals b { font: 500 38px/1 Georgia, serif; color: #e5d3b2; font-variant-numeric: tabular-nums; }
.catalog-totals small { color: #9fb9ad; font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.catalog-rail-wrap { margin-top: 54px; padding-left: max(32px, calc((100vw - 1180px) / 2)); }
.catalog-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 292px; gap: 18px; padding: 4px max(32px, calc((100vw - 1180px) / 2)) 24px 0;
  overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: rgba(229,211,178,.45) transparent; }
.catalog-card { min-height: 458px; scroll-snap-align: start; overflow: hidden; color: var(--ink); background: #f8f5ee; border: 1px solid rgba(255,255,255,.18); border-radius: 18px;
  box-shadow: 0 24px 55px rgba(0,0,0,.2); display: grid; grid-template-rows: 252px 1fr; transition: transform .28s ease, box-shadow .28s ease; }
.catalog-card:hover { transform: translateY(-6px); box-shadow: 0 32px 72px rgba(0,0,0,.28); }
.catalog-media { position: relative; overflow: hidden; display: grid; place-items: center; padding: 18px;
  background: radial-gradient(circle at 50% 50%, #fff 0, #eee9df 70%); }
.catalog-media::after { content: ''; position: absolute; inset: auto 10% 8% 10%; height: 14%; border-radius: 50%; background: rgba(12,42,33,.14); filter: blur(15px); }
.catalog-media img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .35s ease; }
.catalog-card:hover .catalog-media img { transform: scale(1.035); }
.catalog-number { position: absolute; z-index: 2; top: 15px; right: 16px; min-width: 34px; height: 28px; padding-inline: 8px; border-radius: 999px;
  color: var(--ivory); background: var(--green-900); display: grid; place-items: center; font: italic 12px Georgia, serif; }
.catalog-card-body { min-width: 0; padding: 22px 23px 23px; display: flex; flex-direction: column; align-items: flex-start; }
.catalog-card-body > small { color: var(--gold-ink); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.catalog-card-body h3 { margin: 9px 0 10px; font: 500 25px/1.08 Georgia, serif; letter-spacing: -.025em; }
.catalog-card-body p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.catalog-link { margin-top: auto; padding-top: 16px; color: var(--green-800); border-bottom: 1px solid rgba(20,56,46,.35); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalog-link::after { content: ' ↗'; color: var(--gold-ink); }
.catalog-foot { margin-top: 25px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.catalog-foot p { margin: 0; display: flex; align-items: center; gap: 11px; color: #a9bfb5; font-size: 11px; }
.catalog-foot .button { border-color: rgba(255,255,255,.2); }
.catalog-skeleton { box-shadow: none; }
.catalog-skeleton .catalog-media, .catalog-skeleton .catalog-card-body > * { background: rgba(173,140,89,.1); }
.catalog-skeleton .catalog-card-body span { width: 38%; height: 8px; }
.catalog-skeleton .catalog-card-body b { width: 66%; height: 25px; margin-top: 14px; }
.catalog-skeleton .catalog-card-body p { width: 100%; height: 54px; margin-top: 14px; }
.catalog-preview.is-loading .catalog-skeleton { animation: catalog-pulse 1.25s ease-in-out infinite alternate; }
@keyframes catalog-pulse { to { opacity: .52; } }
.mobile-access { display: none; }

.scene { position: relative; overflow: hidden; color: var(--ivory); background: var(--green-950); }
/* Oversized, blurred restatement of the hero feed. Purely atmospheric: it sits
   behind the copy and is never the thing being read. */
.scene-backdrop { position: absolute; inset: 0; z-index: 0; opacity: .3; pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent); }
.scene-feed { position: absolute; right: -4%; top: 0; width: 46%; display: grid; gap: 20px;
  filter: blur(2.5px); will-change: transform; }
.scene-feed .ad-card { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16);
  box-shadow: none; color: var(--ivory); }
.scene-feed .ad-copy small, .scene-feed .ad-copy i { color: rgba(244,240,231,.6); }
.scene-inner { position: relative; z-index: 1; padding-block: 118px; max-width: 900px; }
/* Pinned, the section holds the whole viewport — at its natural height a strip
   of the page below would stay visible underneath it for the entire pin. */
@media (min-width: 900px) {
  .motion-on .scene { min-height: 100vh; display: grid; align-content: center; }
}
.scene h2 { margin: 0; font: 500 clamp(34px, 4.2vw, 56px)/1.18 Georgia, serif; }
.scene-body { margin: 34px 0 0; max-width: 660px; color: #a8bfb4; font-size: 17px; line-height: 1.72; }
.scene-kicker { margin: 40px 0 0; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); font: italic 26px/1.35 Georgia, serif; color: var(--ivory); }
/* Terms band: the only place on the page where hard product numbers appear,
   so they are set larger than any headline and given room to breathe. */
.stats { color: var(--ivory); background: var(--green-900); padding-block: 96px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  margin-top: 46px; background: rgba(255,255,255,.14); }
.stat { padding: 34px 26px 30px; background: var(--green-900); display: grid; gap: 12px; }
.stat b { font: 500 clamp(46px, 5.6vw, 84px)/.92 Georgia, serif; letter-spacing: -.04em;
  color: var(--ivory); font-variant-numeric: tabular-nums; }
.stat span { color: #9fc5b4; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.market { background: var(--ivory-2); border-block: 1px solid var(--line); overflow: hidden; }
.market-grid { padding-block: 104px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
/* Deliberately bleeds past the shell so one title breaks the column the page
   otherwise never leaves. */
.market h2 { margin: 0 0 26px -6vw; padding-left: 6vw; font: 500 clamp(36px, 4.9vw, 68px)/1.06 Georgia, serif; letter-spacing: -.035em; }
.market-lead { margin: 0; max-width: 470px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.capsule-stage { position: relative; min-height: 380px; display: grid; place-items: center; }
.capsule-stage canvas { display: block; width: 100%; height: 100%; }
/* The still render is what mobile gets — 30KB against the 671KB the 3D
   scene costs — and it is also the desktop fallback when three.js fails. */
.capsule-poster { display: block; width: auto; max-width: 62%; height: auto;
  max-height: 380px; filter: drop-shadow(0 26px 34px rgba(14,43,35,.22)); }
.capsule-stage.has-canvas .capsule-poster { display: none; }
.capsule-stage::before { content: ''; position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(173,140,89,.16), transparent 68%); }
/* Live showcase: real product names and unit counts, no money on the page. */
.showcase { padding-block: 120px; background: var(--ivory); }
.showcase h2 { margin: 0; font: 500 clamp(34px, 4.1vw, 56px)/1.12 Georgia, serif; letter-spacing: -.035em; }
.showcase-lead { margin: 26px 0 0; max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.showcase-list { list-style: none; margin: 54px 0 0; padding: 0; border-top: 1px solid var(--line); }
.showcase-list li { display: grid; grid-template-columns: 44px 1fr auto; gap: 22px; align-items: baseline;
  padding: 22px 0; border-bottom: 1px solid var(--line); }
.showcase-list .rank { color: var(--gold-ink); font: italic 17px Georgia, serif; }
.showcase-list .name { font: 500 25px Georgia, serif; letter-spacing: -.015em; }
.showcase-list .name small { display: block; margin-top: 6px; color: var(--muted);
  font: 700 9px Arial, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.showcase-list .units { font-variant-numeric: tabular-nums; text-align: right; }
.showcase-list .units b { font: 500 30px Georgia, serif; }
.showcase-list .units span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px;
  letter-spacing: .13em; text-transform: uppercase; }
.showcase-foot { display: flex; align-items: center; gap: 10px; margin: 26px 0 0;
  color: var(--muted); font-size: 11px; }

/* Product rail ------------------------------------------------------------
   A slow horizontal run of real bottles between two long text blocks. It is
   relief, not content: hidden until the catalogue actually answers. */
.product-rail { padding-block: 34px; background: var(--ivory-2); border-block: 1px solid var(--line);
  overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.product-rail[hidden] { display: none; }
.rail-track { display: flex; gap: 26px; width: max-content; will-change: transform; }
.rail-item { flex: 0 0 auto; width: 116px; display: grid; gap: 9px; justify-items: center; text-align: center; }
.rail-item img { width: 100%; aspect-ratio: 1; height: auto; object-fit: contain; display: block;
  padding: 11px; border-radius: 4px; border: 1px solid var(--line);
  background: radial-gradient(circle at 50% 45%, #fff 0, #eee9df 78%);
  box-shadow: 0 8px 16px rgba(14,43,35,.09); }
.rail-item span { color: var(--muted); font-size: 9px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; line-height: 1.35; }

/* Texture for the bands that carry no imagery by design: the anti-promise and
   the closing call both lose their weight if a product photo lands in them. */
.has-texture { position: relative; overflow: hidden; }
.has-texture > * { position: relative; z-index: 1; }
.has-texture::before { content: ''; position: absolute; z-index: 0; right: -14%; top: 50%;
  width: 62%; max-width: 460px; aspect-ratio: 760 / 1057; transform: translateY(-50%) rotate(-13deg);
  background: var(--texture-capsule) center/contain no-repeat; opacity: .07; pointer-events: none; }
.landing-cta.has-texture::before { opacity: .1; }

.honesty { padding-block: 130px; }
.honesty-block { max-width: 880px; padding-left: 44px; border-left: 3px solid var(--gold); }
.honesty h2 { margin: 0; font: 500 clamp(34px, 4.1vw, 54px)/1.16 Georgia, serif; }
.honesty-lead { margin: 30px 0 0; max-width: 700px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.honesty-signature { margin: 32px 0 0; font: italic 25px/1.4 Georgia, serif; color: var(--gold-ink); }
.principles { padding-block: 130px; }
.section-intro { max-width: 750px; }
.section-intro h2 { font-size: clamp(44px, 5vw, 68px); }
.section-intro > p:last-child { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 17px; }
.principle-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 80px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
/* Absolutely positioned so it never becomes a fourth grid column. Drawn by
   scroll: the money travelling across the three stages of the cycle. */
.cycle-line { position: absolute; z-index: 2; left: 0; top: -1px; width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--gold), #d8bc86); transform-origin: 0 50%; }
.motion-on .cycle-line { transform: scaleX(0); }
.principle-grid article { padding: 42px 42px 46px; background: var(--ivory); }
.principle-grid span, .card-number { color: var(--green-500); font: italic 22px Georgia, serif; }
.principle-grid h3 { margin: 50px 0 15px; font: 500 25px Georgia, serif; }
.principle-grid p { margin: 0; color: var(--muted); }
.transparency { background: var(--green-900); color: var(--ivory); }
.transparency-grid { padding-block: 130px; display: grid; grid-template-columns: 1fr 500px; gap: 100px; align-items: center; }
.transparency h2 { font-size: clamp(45px, 5.3vw, 70px); }
.transparency-copy > p:not(.eyebrow) { max-width: 540px; color: #acc0b7; font-size: 16px; }
.check-list { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid rgba(255,255,255,.15); }
.check-list li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; letter-spacing: .03em; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #9fc5b4; }
/* Breaks out of the dark band instead of sitting politely inside it. */
.report-card { position: relative; z-index: 2; color: var(--ink); background: var(--ivory);
  padding: 25px 31px; box-shadow: 0 45px 95px rgba(0,0,0,.3); transform: rotate(1.4deg);
  margin-bottom: -110px; }
.report-card header { display: flex; justify-content: space-between; padding-bottom: 21px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.report-card header small { color: var(--green-500); }
.report-total { padding: 31px 0; display: grid; gap: 6px; }
.report-total small { color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.report-total strong { font: 500 26px Georgia, serif; }
.report-lines { border-top: 1px solid var(--line); }
.report-lines div { padding: 16px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; }
.report-lines span { color: var(--muted); }
.report-card footer { padding-top: 22px; display: flex; gap: 9px; align-items: center; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.process { padding: 200px 0 130px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.process h2 { font-size: clamp(44px, 5vw, 68px); }
.process-list { padding: 0; margin: 0; list-style: none; counter-reset: item; }
.process-list li { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { border-top: 1px solid var(--line); }
/* Ghost numerals: the step index stops being a label and becomes the texture
   of the section, sitting behind its own text. */
.process-list span { position: relative; color: rgba(35, 88, 71, .17);
  font: italic 62px/.8 Georgia, serif; letter-spacing: -.05em; pointer-events: none;
  margin-top: -6px; margin-left: -10px; }
.process-list h3 { margin: 0 0 8px; font: 500 24px Georgia, serif; }
.process-list p { margin: 0; color: var(--muted); }
.landing-cta { padding-block: 120px; color: var(--ivory); text-align: center; background: var(--green-900); }
.landing-cta h2 { font-size: clamp(55px, 7vw, 94px); }
.landing-cta p:not(.eyebrow) { color: #adc0b7; }
.landing-cta .button { margin-top: 25px; }
.wallet-help { min-height: 24px; margin-top: 18px; }
.landing-footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 40px; font-size: 10px; color: var(--muted); }
.footer-risk { max-width: 620px; line-height: 1.6; opacity: .82; }
/* The tagline runs far longer than the "CAPITAL" it replaces here. */
.landing-footer .brand small { letter-spacing: .16em; color: var(--gold-ink); opacity: .9; }

/* Dashboard shell */
.dashboard-page { background: #f3f2ed; }
.sidebar { position: fixed; z-index: 30; inset: 0 auto 0 0; width: var(--sidebar); padding: 27px 20px 20px; color: #bcd0c6; background: var(--green-900); display: flex; flex-direction: column; }
.sidebar-head { padding: 0 9px 40px; display: flex; align-items: center; justify-content: space-between; }
.sidebar-close { display: none; color: white; }
.sidebar-nav { display: grid; gap: 6px; }
.nav-item { width: 100%; min-height: 45px; padding: 0 14px; border: 0; border-radius: 3px; color: #afc4ba; background: transparent; display: flex; align-items: center; gap: 13px; text-align: left; font-size: 11px; font-weight: 700; cursor: pointer; }
.nav-item span { width: 20px; font-size: 17px; text-align: center; font-weight: 400; }
.nav-item:hover, .nav-item.active { color: white; background: rgba(255,255,255,.09); }
.sidebar-foot { margin-top: auto; display: grid; gap: 15px; }
.network-badge { padding: 15px 14px; border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 12px; }
.network-badge > span:last-child { display: grid; gap: 3px; }
.network-badge b { color: white; font-size: 9px; letter-spacing: .12em; }
.network-badge small { font-size: 9px; opacity: .7; }
.dashboard-main { min-height: 100vh; margin-left: var(--sidebar); }
.topbar { height: 88px; padding: 0 38px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: space-between; position: sticky; z-index: 20; top: 0; }
.topbar .eyebrow { margin-bottom: 5px; font-size: 8px; }
.topbar h1 { margin: 0; font: 500 24px Georgia, serif; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.wallet-chip { min-height: 43px; padding: 0 15px; border: 1px solid var(--line); background: white; border-radius: 3px; display: flex; align-items: center; gap: 9px; cursor: pointer; font-size: 10px; }
.icon-button { width: 38px; height: 38px; border: 0; background: transparent; font-size: 20px; cursor: pointer; }
.menu-button { display: none; }
.dashboard-content { max-width: 1480px; padding: 38px; margin: auto; transition: opacity .2s; }
.dashboard-content.loading { opacity: .58; pointer-events: none; }
.dashboard-view { display: none; }
.dashboard-view.active { display: block; animation: view-in .25s ease both; }
@keyframes view-in { from { opacity: 0; transform: translateY(5px); } }
.welcome-row, .section-heading { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.welcome-row h2, .section-heading h2 { margin: 0; font: 500 clamp(30px,3.5vw,46px)/1.1 Georgia, serif; letter-spacing: -.025em; }
.welcome-row p:not(.eyebrow), .section-heading p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); }
.action-row { display: flex; gap: 10px; }
.kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.kpi-card { position: relative; min-height: 164px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.kpi-card.accent { color: white; border-color: var(--green-900); background: var(--green-900); }
.kpi-card small { display: block; margin-bottom: 22px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.kpi-card.accent small, .kpi-card.accent p { color: #aec2b8; }
.kpi-card strong { display: block; padding-right: 30px; overflow: hidden; text-overflow: ellipsis; font: 500 clamp(24px,2.4vw,35px) Georgia, serif; }
.kpi-card p { margin: 9px 0 0; color: var(--muted); font-size: 10px; }
.kpi-icon { position: absolute; right: 22px; top: 21px; width: 27px; height: 27px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-content: center; opacity: .55; }
.overview-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 14px; margin-top: 14px; }
.panel { border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.panel-head { min-height: 74px; padding: 18px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.panel-head small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.panel-head h3 { margin: 3px 0 0; font: 500 19px Georgia, serif; }
.verified-label { color: var(--green-500); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.chart-wrap { position: relative; height: 280px; padding: 18px 20px; }
.chart-wrap svg { width: 100%; height: 100%; overflow: visible; }
.chart-line { fill: none; stroke: var(--green-700); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.chart-area { fill: rgba(79,139,114,.1); stroke: none; }
.chart-empty { position: absolute; inset: 0; display: grid; place-content: center; color: var(--muted); font-size: 11px; }
.chart-empty[hidden] { display: none; }
.balance-panel { display: flex; flex-direction: column; }
.allocation-ring { width: 150px; aspect-ratio: 1; margin: 22px auto; border-radius: 50%; background: conic-gradient(var(--green-900) 0 55%, var(--green-500) 55% 80%, var(--orange) 80%); position: relative; display: grid; place-items: center; }
.allocation-ring::after { content: ''; position: absolute; inset: 17px; border-radius: 50%; background: #f8f8f4; }
.allocation-ring > div { z-index: 1; display: grid; justify-items: center; }
.allocation-ring strong { max-width: 105px; overflow: hidden; text-overflow: ellipsis; font: 500 20px Georgia, serif; }
.allocation-ring small { color: var(--muted); font-size: 7px; letter-spacing: .13em; }
.allocation-legend { margin: auto 22px 20px; display: grid; gap: 9px; }
.allocation-legend span { display: grid; grid-template-columns: 9px 1fr auto; gap: 8px; align-items: center; color: var(--muted); font-size: 9px; }
.allocation-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-900); }
.allocation-legend .legend-available { background: var(--green-500); }
.allocation-legend .legend-held { background: var(--orange); }
.allocation-legend b { color: var(--ink); }
.activity-panel { margin-top: 14px; }
.text-button { padding: 0; border: 0; background: transparent; color: var(--green-700); font-size: 10px; font-weight: 800; cursor: pointer; }
.activity-list { padding: 0 22px; }
.activity-item { min-height: 66px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.activity-item:last-child { border-bottom: 0; }
.activity-icon { width: 34px; height: 34px; border-radius: 50%; background: rgba(35,88,71,.08); display: grid; place-content: center; }
.activity-copy { display: grid; gap: 2px; }
.activity-copy b { font-size: 11px; }
.activity-copy small { color: var(--muted); font-size: 9px; }
.activity-amount { display: grid; justify-items: end; gap: 2px; font: 600 12px Georgia, serif; }
.activity-amount small { color: var(--muted); font: 8px Arial, sans-serif; text-transform: uppercase; }
.activity-amount.positive { color: var(--green-500); }
.empty-state { min-height: 120px; display: grid; place-content: center; text-align: center; color: var(--muted); font-size: 11px; }
.table-panel { overflow: hidden; }
.table-scroll { overflow: auto; }
table { width: 100%; border-collapse: collapse; white-space: nowrap; }
th { height: 48px; padding: 0 18px; color: var(--muted); background: rgba(20,56,46,.035); font-size: 8px; text-align: left; letter-spacing: .13em; }
td { height: 62px; padding: 0 18px; border-top: 1px solid var(--line); font-size: 10px; }
td strong { font: 600 12px Georgia, serif; }
.state-pill { display: inline-flex; align-items: center; padding: 5px 8px; color: var(--green-700); background: rgba(79,139,114,.11); border-radius: 2px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.state-pill.pending_admin, .state-pill.approved { color: #9a641e; background: #f4e6cf; }
.state-pill.rejected, .state-pill.failed { color: #924238; background: #f3dedb; }
.performance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.performance-card { padding: 22px; }
.performance-card small { color: var(--muted); font-size: 8px; letter-spacing: .13em; }
.performance-card h3 { margin: 8px 0 25px; font: 500 22px Georgia, serif; }
.performance-card .performance-value { display: flex; align-items: end; justify-content: space-between; }
.performance-card strong { font: 500 30px Georgia, serif; }
.performance-card p { margin: 5px 0 0; color: var(--muted); font-size: 9px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan-card { position: relative; min-height: 350px; padding: 27px; border: 1px solid var(--line); background: rgba(255,255,255,.72); display: flex; flex-direction: column; }
.plan-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--green-700); }
.plan-card .eyebrow { margin-bottom: 10px; }
.plan-card h3 { margin: 0 0 6px; font: 500 30px Georgia, serif; }
.plan-card > p { margin: 0; color: var(--muted); font-size: 11px; }
.plan-data { margin: 27px 0; border-top: 1px solid var(--line); }
.plan-data div { min-height: 44px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.plan-data span { color: var(--muted); }
.plan-card .button { margin-top: auto; }
.wallet-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.wallet-card { position: relative; padding: 32px; }
.wallet-card .card-number { position: absolute; right: 30px; top: 28px; }
.wallet-card > small { color: var(--green-500); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.wallet-card h3 { margin: 10px 0 28px; font: 500 28px Georgia, serif; }
.address-box { padding: 11px 12px; border: 1px solid var(--line); background: rgba(20,56,46,.035); display: flex; align-items: center; gap: 10px; }
.address-box code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; font: 10px monospace; }
.address-box button { padding: 5px 8px; border: 0; color: var(--green-700); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.notice { color: var(--muted); font-size: 10px; }
.wallet-card .button { margin-top: 24px; }
.full-list .activity-item { min-height: 75px; }
.modal { width: min(480px, calc(100% - 32px)); padding: 38px; border: 0; border-radius: 2px; color: var(--ink); background: var(--ivory); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.modal::backdrop { background: rgba(8,31,25,.68); backdrop-filter: blur(4px); }
.modal-close { position: absolute; right: 18px; top: 15px; width: 34px; height: 34px; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.modal-icon { width: 45px; height: 45px; margin-bottom: 25px; border: 1px solid var(--green-700); border-radius: 50%; display: grid; place-content: center; font-size: 20px; }
.modal h2 { margin: 0; font: 500 33px Georgia, serif; }
.modal > p:not(.eyebrow) { color: var(--muted); }
.modal-address { margin: 25px 0; }
.modal-note { margin: 20px 0; padding: 14px; color: var(--muted); background: rgba(20,56,46,.05); display: flex; justify-content: space-between; gap: 15px; font-size: 10px; }
.modal-note b { color: var(--ink); }
.modal label { display: grid; grid-template-columns: 1fr auto; margin: 25px 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.modal input { grid-column: 1 / -1; width: 100%; margin-top: 8px; padding: 15px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--white); font: 500 22px Georgia, serif; }
.modal input:focus { border-color: var(--green-700); }
.sidebar-backdrop { display: none; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; }
.error-page main { width: min(500px, calc(100% - 40px)); }
.error-page .brand-mark { margin: auto auto 30px; }
.error-page h1 { font: 500 50px Georgia, serif; }
.error-page p:not(.eyebrow) { color: var(--muted); }
.error-page .button { margin-top: 20px; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr .62fr; }
  .hero-composition { min-height: 440px; }
  .feed { height: 400px; }
  .transparency-grid { grid-template-columns: 1fr 400px; gap: 55px; }
  .stat b { font-size: clamp(38px, 5.4vw, 62px); }
  .market-grid { gap: 40px; }
  .capsule-stage { min-height: 300px; }
  .kpi-grid { grid-template-columns: repeat(2,1fr); }
  .plan-grid, .performance-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 36px, 620px); }
  .landing-header { height: 76px; }
  .landing-header .landing-nav { display: none; }
  .landing-header .header-actions { gap: 7px; }
  .landing-header .header-actions > .button { min-height: 34px; padding-inline: 10px; font-size: 9px; }
  .landing-header .language-switch { padding: 2px; }
  .landing-header .language-option { padding: 4px 6px; font-size: 9px; }
  .hero { min-height: auto; padding-block: 52px 62px; display: block; }
  .hero h1 { font-size: clamp(47px,14vw,68px); }
  .hero-mobile-products { position: relative; height: 148px; margin: 27px 0 24px; overflow: hidden; display: block; border-radius: 18px;
    background: radial-gradient(circle at 20% 25%, rgba(173,140,89,.32), transparent 35%), linear-gradient(135deg, var(--green-950), #1e5d49); box-shadow: 0 20px 45px rgba(13,43,35,.16); }
  .hero-mobile-products::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, rgba(13,43,35,.35)); pointer-events: none; }
  .hero-mobile-products img { position: absolute; z-index: 1; bottom: -17px; width: 118px; height: 132px; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(0,0,0,.23)); }
  .hero-mobile-products img:nth-child(1) { left: -8px; transform: rotate(-7deg); }
  .hero-mobile-products img:nth-child(2) { left: 67px; bottom: -10px; transform: rotate(4deg); }
  .hero-mobile-products img:nth-child(3) { left: 143px; transform: rotate(-2deg); }
  .hero-mobile-products img:nth-child(4) { left: 216px; bottom: -12px; transform: rotate(7deg); }
  .hero-mobile-products span { position: absolute; z-index: 3; right: 14px; top: 13px; max-width: 116px; color: #f0dfbd; text-align: right; font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { margin-top: 28px; padding-top: 17px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
  .hero-facts b { font-size: 23px; }
  .hero-facts small { max-width: 90px; font-size: 7px; letter-spacing: .08em; }
  .hero-composition { min-height: auto; margin-top: 40px; }
  .feed { height: 330px; }
  .feed-line { left: -8px; right: -8px; }
  .feed-seal { width: 34px; height: 34px; right: -4px; }
  .feed-seal img { width: 22px; }
  .feed-meter b { font-size: 22px; }
  .catalog-preview { padding-block: 76px 74px; }
  .catalog-preview::before { background-size: 38px 38px; opacity: .1; }
  .catalog-heading { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .catalog-copy h2 { font-size: clamp(40px, 12vw, 54px); }
  .catalog-copy > p:last-child { margin-top: 22px; font-size: 15px; }
  .catalog-totals { width: 100%; }
  .catalog-totals span { flex: 1; min-width: 0; padding: 18px; }
  .catalog-totals b { font-size: 32px; }
  .catalog-rail-wrap { margin-top: 38px; padding-left: 18px; }
  .catalog-rail { grid-auto-columns: min(82vw, 310px); gap: 13px; padding-right: 18px; padding-bottom: 18px; }
  .catalog-card { min-height: 432px; grid-template-rows: 230px 1fr; border-radius: 16px; }
  .catalog-card:hover { transform: none; }
  .catalog-card-body { padding: 20px; }
  .catalog-card-body h3 { font-size: 24px; }
  .catalog-foot { margin-top: 18px; align-items: stretch; flex-direction: column; gap: 18px; }
  .catalog-foot .button { width: 100%; }
  .scene-inner { padding-block: 78px; }
  .scene-body { margin-top: 26px; font-size: 16px; }
  .scene-kicker { margin-top: 32px; padding-top: 24px; font-size: 22px; }
  .market-grid { padding-block: 70px; grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .honesty { padding-block: 85px; }
  .honesty-block { padding-left: 24px; border-left-width: 2px; }
  .honesty-lead { margin-top: 24px; font-size: 16px; }
  .honesty-signature { margin-top: 26px; font-size: 21px; }
  .principles { padding-block: 85px; }
  .principle-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .principle-grid article { padding: 30px; }
  .principle-grid h3 { margin-top: 28px; }
  .transparency-grid { padding-block: 85px; grid-template-columns: 1fr; gap: 50px; }
  .report-card { padding: 22px; transform: none; margin-bottom: 0; }
  .process { padding: 85px 0; grid-template-columns: 1fr; gap: 50px; }
  .process-list span { font-size: 44px; margin-left: -4px; }
  .stats { padding-block: 68px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); margin-top: 32px; }
  .stat { padding: 24px 18px; }
  .stat b { font-size: 42px; }
  .market-grid { padding-block: 70px; grid-template-columns: 1fr; gap: 30px; }
  .market h2 { margin-left: 0; padding-left: 0; }
  .capsule-stage { min-height: 0; padding-block: 6px 4px; }
  .capsule-poster { max-width: 47%; max-height: 300px; }
  .scene-backdrop { opacity: .18; }
  .scene-feed { width: 78%; right: -18%; }
  .landing-cta { padding-block: 85px; }
  .landing-footer { padding-block: 35px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; }
  .landing-page { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .mobile-access { position: fixed; z-index: 95; inset: auto 0 0; min-height: 64px; padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 12px; color: var(--ink);
    background: rgba(244,240,231,.94); border-top: 1px solid var(--line); box-shadow: 0 -14px 35px rgba(13,43,35,.13); backdrop-filter: blur(16px);
    transition: transform .25s ease, opacity .2s ease; }
  .mobile-access.is-near-hero { opacity: 0; transform: translateY(110%); pointer-events: none; }
  .mobile-access .button { min-height: 45px; padding-inline: 14px; font-size: 9px; }
  .mobile-login { padding: 12px 5px; color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }


  .sidebar { transform: translateX(-100%); transition: transform .25s; box-shadow: 20px 0 60px rgba(0,0,0,.18); }
  .sidebar.open { transform: translateX(0); }
  .sidebar-close, .menu-button { display: block; }
  .sidebar-backdrop { position: fixed; z-index: 25; inset: 0; background: rgba(8,31,25,.45); }
  .sidebar-backdrop.visible { display: block; }
  .dashboard-main { margin-left: 0; }
  .topbar { height: 76px; padding: 0 18px; gap: 12px; }
  .topbar > div:nth-child(2) { flex: 1; }
  .topbar .eyebrow { display: none; }
  .topbar h1 { font-size: 20px; }
  .topbar .button-soft { display: none; }
  .wallet-chip { padding: 0 10px; }
  .dashboard-content { padding: 25px 17px; }
  .welcome-row, .section-heading { align-items: flex-start; flex-direction: column; }
  .action-row { width: 100%; }
  .action-row .button { flex: 1; }
  .kpi-grid, .overview-grid, .wallet-grid, .plan-grid, .performance-grid { grid-template-columns: 1fr; }
  .kpi-card { min-height: 145px; }
  .chart-wrap { height: 235px; }
  .section-heading .button { width: 100%; }
  .modal { padding: 30px 23px; }
}

/* Landing v2 ------------------------------------------------------------
   Editorial, product-led public surface. Everything is scoped so the signed
   in terminal keeps its existing compact application UI. */
.landing-v2 { overflow-x: hidden; background: #f3efe6; }
.motion-on .landing-v2 .reveal-ready { opacity: 0; transform: translateY(22px); transition: opacity .72s ease,transform .72s ease; }
.motion-on .landing-v2 .reveal-ready.reveal-visible { opacity: 1; transform: none; }
.landing-v2 .landing-header {
  position: relative; z-index: 20; height: 88px; gap: 28px;
  border-color: rgba(23,55,46,.16); background: rgba(243,239,230,.96);
}
.landing-v2 .landing-nav { margin-left: auto; gap: clamp(18px,2.2vw,34px); color: #51655d; }
.landing-v2 .landing-nav a { position: relative; padding-block: 12px; }
.landing-v2 .landing-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--gold); transition: right .2s; }
.landing-v2 .landing-nav a:hover::after { right: 0; }
.landing-v2 .header-actions { gap: 11px; }
.landing-v2 .header-login { padding: 12px 4px; color: var(--green-900); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.button-gold { color: #172d27; background: #d9bd82; border-color: #d9bd82; box-shadow: 0 10px 28px rgba(126,98,49,.16); }
.button-gold:hover { color: var(--white); background: var(--green-800); border-color: var(--green-800); }
.button-text { padding-inline: 7px; color: var(--green-900); border-bottom-color: rgba(23,55,46,.35); background: transparent; }

.landing-v2 .hero {
  min-height: min(810px, calc(100vh - 88px)); padding-block: 82px 74px;
  grid-template-columns: minmax(0,1.04fr) minmax(390px,.76fr); gap: clamp(54px,7vw,112px);
  align-items: center; overflow: visible;
}
.landing-v2 .hero h1 { max-width: 730px; font-size: clamp(50px,5.75vw,82px); line-height: .98; }
.landing-v2 .hero h1 em { color: #35735d; }
.landing-v2 .hero-lead { max-width: 650px; margin: 34px 0 30px; color: #596961; font-size: 17px; line-height: 1.72; }
.landing-v2 .hero-actions { gap: 18px; }
.landing-v2 .hero-actions .button-primary { min-width: 224px; background: var(--green-900); box-shadow: 0 18px 38px rgba(13,43,35,.18); }
.landing-v2 .hero-facts { max-width: 650px; margin-top: 36px; gap: 0; }
.landing-v2 .hero-facts span { min-width: 130px; padding-right: 28px; }
.landing-v2 .hero-facts span + span { padding-left: 28px; border-left: 1px solid var(--line); }
.landing-v2 .hero-products { min-width: 0; }
.hero-product-viewport { height: 495px; overflow: hidden; padding: 9px; border: 1px solid rgba(23,55,46,.12); border-radius: 24px; background: rgba(255,253,248,.58); box-shadow: 0 34px 75px rgba(13,43,35,.11); -webkit-mask-image: linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent); mask-image: linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent); }
.hero-product-track { display: grid; gap: 10px; will-change: transform; }
.hero-product-row { min-height: 105px; padding: 11px 20px 11px 13px; display: grid; grid-template-columns: 82px 1fr; gap: 17px; align-items: center; border: 1px solid rgba(23,55,46,.1); border-radius: 16px; background: #fffdf8; box-shadow: 0 10px 26px rgba(13,43,35,.05); }
.hero-product-row img { width: 82px; height: 82px; object-fit: contain; border-radius: 11px; background: #f3efe6; }
.hero-product-row span { font: 500 20px/1.2 Georgia,serif; letter-spacing: -.02em; }
.hero-products > p { margin: 24px 0 0; color: var(--green-800); text-align: center; font: italic 20px/1.35 Georgia,serif; }

.landing-v2 .catalog-preview { padding-block: 102px 82px; background: radial-gradient(circle at 90% 5%,rgba(173,140,89,.19),transparent 26%),linear-gradient(150deg,#0d2b23,#123f32 70%,#174a3b); }
.landing-v2 .catalog-media { padding: 22px; background: #f4f0e7; }
.landing-v2 .catalog-media img { width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }
.landing-v2 .catalog-card { grid-template-rows: 252px 1fr; }
.landing-v2 .catalog-foot { justify-content: flex-end; margin-top: 34px; }
.landing-v2 .catalog-foot .button { min-width: 250px; }

.life-section { padding-block: 128px; background: #f7f3eb; }
.life-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); gap: clamp(58px,7.5vw,118px); align-items: center; }
.life-copy h2,.operation-cycle h2,.result-model h2,.terms-section h2,.reality-section h2,.crypto-section h2,.account-proof h2,.choice-section h2,.contact-section h2 { margin: 0; font: 500 clamp(45px,5.2vw,74px)/1.02 Georgia,'Times New Roman',serif; letter-spacing: -.04em; }
.life-copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.life-visual { position: relative; min-width: 0; padding: 16px; border: 1px solid rgba(23,55,46,.14); border-radius: 26px; background: #fffdf8; box-shadow: 0 34px 75px rgba(13,43,35,.13); }
.life-visual > img { width: 100%; height: auto; aspect-ratio: 4/3; display: block; object-fit: cover; border-radius: 18px; }
.sale-notifications { position: absolute; right: -24px; bottom: 44px; width: min(370px,75%); display: grid; gap: 10px; }
.sale-notifications article { min-width: 0; padding: 13px 16px; display: grid; grid-template-columns: 36px minmax(0,1fr) auto; gap: 12px; align-items: center; color: #17372e; border: 1px solid rgba(23,55,46,.14); border-radius: 13px; background: rgba(255,253,248,.96); box-shadow: 0 16px 38px rgba(13,43,35,.19); backdrop-filter: blur(12px); }
.sale-notifications article:nth-child(1) { transform: translateX(-28px); }
.sale-notifications article:nth-child(3) { transform: translateX(-12px); }
.sale-check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #1e9f70; font-weight: 900; }
.sale-notifications article > span:nth-child(2) { min-width: 0; display: grid; }
.sale-notifications small { color: #718078; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sale-notifications b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.sale-notifications strong { color: #157653; font-size: 13px; }
.visual-demo-note { position: absolute; left: 29px; bottom: 27px; padding: 5px 8px; color: rgba(255,255,255,.86); border-radius: 5px; background: rgba(13,43,35,.62); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }

.operation-cycle { padding-block: 130px; }
.operation-cycle .section-intro { max-width: 790px; }
.operation-cycle .section-intro > p:last-child { max-width: 610px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.cycle-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid rgba(173,140,89,.55); border-right: 1px solid var(--line); }
.cycle-grid article { min-height: 255px; padding: 36px 32px; border-left: 1px solid var(--line); }
.cycle-grid article > span { color: #49846c; font: italic 18px Georgia,serif; }
.cycle-grid h3 { margin: 48px 0 14px; font: 500 26px Georgia,serif; }
.cycle-grid p { margin: 0; color: var(--muted); line-height: 1.7; }

.result-model { padding-block: 112px; border-block: 1px solid var(--line); background: #eee8dd; }
.result-model-head { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.result-model-head > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.result-facts { margin-top: 58px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.result-facts article { min-height: 148px; padding: 25px; display: grid; align-content: space-between; border: 1px solid rgba(23,55,46,.15); background: rgba(255,253,248,.62); }
.result-facts b { font: 500 clamp(35px,4vw,56px)/1 Georgia,serif; }
.result-facts span { color: #66756e; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.share-scale { margin-top: 38px; padding: 28px; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; border: 1px solid var(--line); background: #fffdf8; }
.share-scale div { display: grid; grid-template-columns: 1fr auto; gap: 9px 12px; align-items: center; }
.share-scale div > span { grid-column: 1/-1; height: 8px; overflow: hidden; background: #e5e2da; }
.share-scale div > span::after { content: ''; display: block; width: var(--share); height: 100%; background: linear-gradient(90deg,var(--green-900),#61a184); }
.share-scale b { font-size: 11px; }
.share-scale small { color: var(--gold-ink); font-weight: 800; }
.result-model-foot { margin: 20px 0 0; color: var(--muted); font-size: 11px; }

.terms-section { padding-block: 112px; color: var(--ivory); background: radial-gradient(circle at 82% 20%,rgba(173,140,89,.13),transparent 28%),var(--green-900); }
.terms-section > .shell > h2 { max-width: 840px; color: var(--ivory); }
.terms-lead { color: #a9c0b5; font-size: 17px; }
.term-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.term-grid article { min-height: 310px; padding: 24px 20px 28px; border: 1px solid rgba(218,190,134,.36); background: rgba(255,255,255,.025); display: flex; flex-direction: column; text-align: center; }
.term-grid article > i { width: 42px; height: 2px; margin: 0 auto 38px; background: var(--gold); }
.term-grid article > b { min-height: 94px; display: grid; place-items: center; color: var(--ivory); font: 500 clamp(42px,4.5vw,67px)/.95 Georgia,serif; letter-spacing: -.04em; }
.term-grid article > b.compact { font-size: clamp(25px,2.5vw,36px); line-height: 1.08; }
.term-grid h3 { margin: auto 0 12px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: #d7bd88; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.term-grid p { margin: 0; color: #aec1b8; font-size: 12px; line-height: 1.55; }

.landing-v2 .market { padding-block: 122px; background: #f3efe6; }
.landing-v2 .market-grid { padding-block: 0; grid-template-columns: minmax(0,.75fr) minmax(560px,1.25fr); gap: 92px; align-items: center; }
.landing-v2 .market h2 { margin: 0 0 28px; padding: 0; font-size: clamp(49px,5.4vw,76px); }
.landing-v2 .market-lead { max-width: 520px; }
.news-wall { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; transform: rotate(-1deg); }
.news-card { min-height: 210px; padding: 24px; display: grid; grid-template-columns: 1fr auto; align-content: start; border: 1px solid rgba(23,55,46,.15); background: #fffdf8; box-shadow: 0 20px 45px rgba(13,43,35,.09); transition: transform .2s,box-shadow .2s; }
.news-card:nth-child(2),.news-card:nth-child(4) { transform: translateY(22px); }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 28px 55px rgba(13,43,35,.15); }
.news-card > span { font: 800 12px/1 Arial,sans-serif; letter-spacing: .08em; }
.news-card > small { color: var(--gold-ink); font-size: 9px; }
.news-card h3 { grid-column: 1/-1; margin: 38px 0 22px; font: 500 21px/1.24 Georgia,serif; }
.news-card p { grid-column: 1/-1; margin: auto 0 0; color: #5f7169; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.news-card-featured { color: var(--ivory); background: var(--green-800); }
.news-card-featured p,.news-card-featured small { color: #cfb47d; }

.reality-section { padding-block: 126px; background: #f8f4ec; }
.reality-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(560px,1.18fr); gap: 80px; align-items: center; }
.reality-copy > p:not(.eyebrow) { margin: 31px 0 0; max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.reality-copy blockquote { margin: 36px 0 0; padding: 10px 0 10px 22px; border-left: 3px solid var(--gold); color: var(--gold-ink); font: italic 22px/1.45 Georgia,serif; }
.reality-chart-card { padding: 28px; border: 1px solid rgba(23,55,46,.15); background: #fffdf8; box-shadow: 0 26px 60px rgba(13,43,35,.1); }
.reality-chart-card header { display: flex; gap: 22px; align-items: center; color: #52665d; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reality-chart-card header b { margin-left: auto; color: var(--ink); }
.reality-chart-card header i { width: 20px; height: 3px; margin-right: 7px; display: inline-block; vertical-align: middle; }
.reality-chart-card .positive { background: var(--green-800); }.reality-chart-card .negative { background: #9c3f37; }
.reality-chart-card svg { width: 100%; height: auto; margin-top: 20px; overflow: visible; }
.chart-grid-lines path { fill: none; stroke: rgba(23,55,46,.09); stroke-width: 1; stroke-dasharray: 3 4; }
.chart-zero { fill: none; stroke: rgba(23,55,46,.35); stroke-width: 1.3; }
.chart-positive-line,.chart-negative-line { fill: none; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.chart-positive-line { stroke: var(--green-800); }.chart-negative-line { stroke: #a34038; }
.chart-axis { fill: #7a847f; font: 10px Arial,sans-serif; }
.reality-chart-card footer { margin-inline: -28px; padding-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.reality-chart-card footer span { min-height: 78px; display: grid; place-items: center; gap: 7px; color: var(--green-700); font-size: 25px; text-align: center; }
.reality-chart-card footer span + span { border-left: 1px solid var(--line); }
.reality-chart-card footer b { color: var(--ink); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.reality-chart-card > small { display: block; margin-top: 14px; color: #8b9690; font-size: 8px; text-align: right; }

.crypto-section { padding-block: 116px; color: var(--ivory); background: radial-gradient(circle at 58% 40%,rgba(218,190,134,.17),transparent 22%),linear-gradient(140deg,#08281f,#0d3b2e 75%,#0c2d24); overflow: hidden; }
.crypto-grid { position: relative; display: grid; grid-template-columns: .85fr .55fr 1fr; gap: 50px; align-items: center; }
.crypto-copy h2 { color: var(--ivory); }
.crypto-copy > p:last-child { color: #b2c6bc; font-size: 16px; line-height: 1.7; }
.crypto-orbit { position: relative; width: 190px; aspect-ratio: 1; margin: auto; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle,#316c55,#0c3126 66%); box-shadow: 0 0 0 1px rgba(218,190,134,.45),0 0 65px rgba(218,190,134,.22); }
.crypto-orbit b { position: relative; z-index: 2; color: #ecdebf; font: 500 34px Georgia,serif; }
.orbit-ring { position: absolute; inset: -22px; border: 1px solid rgba(218,190,134,.2); border-radius: 50%; }
.orbit-ring::before,.orbit-ring::after { content: ''; position: absolute; border: 1px solid rgba(218,190,134,.16); border-radius: 50%; }
.orbit-ring::before { inset: -22px; }.orbit-ring::after { inset: 22px; }
.crypto-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.crypto-benefits article { min-height: 120px; padding: 18px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; border: 1px solid rgba(218,190,134,.27); background: rgba(255,253,248,.06); }
.crypto-benefits article > b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #e5c98e; }
.crypto-benefits article span { display: grid; gap: 7px; }
.crypto-benefits strong { color: #e3c990; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.crypto-benefits small { color: #b0c4ba; line-height: 1.5; }
.crypto-flow { grid-column: 1/-1; margin-top: 18px; padding: 22px 34px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 24px; align-items: center; border: 1px solid rgba(218,190,134,.3); background: rgba(0,0,0,.12); }
.crypto-flow span { display: flex; align-items: center; justify-content: center; gap: 14px; color: #d9bd82; font-size: 24px; }
.crypto-flow b { color: #d6e2dc; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.crypto-flow i { color: var(--gold); font-style: normal; }
.crypto-foot { grid-column: 1/-1; margin: -1px 0 0; padding: 20px; color: #dcd0b8; border: 1px solid rgba(218,190,134,.24); text-align: center; font: 500 17px Georgia,serif; }

.account-proof { padding-block: 126px; color: var(--ivory); background: linear-gradient(145deg,#08271f,#0d3d2f); }
.account-proof-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(350px,.6fr); gap: 70px; align-items: center; }
.account-proof h2 { max-width: 720px; color: var(--ivory); }
.account-proof-copy > p:not(.eyebrow) { color: #b0c5bb; }
.money-path { margin-top: 58px; display: grid; grid-template-columns: repeat(7,auto); align-items: center; gap: 12px; }
.money-path article { min-width: 125px; text-align: center; }
.money-path article > span { width: 86px; height: 86px; margin: auto auto 20px; display: grid; place-items: center; border: 1px solid #d0b474; border-radius: 50%; color: #7de0a9; box-shadow: 0 0 34px rgba(117,198,151,.17),inset 0 0 24px rgba(117,198,151,.08); font-size: 24px; }
.money-path b,.money-path small { display: block; }
.money-path b { color: var(--ivory); font: 500 17px Georgia,serif; }.money-path small { margin-top: 7px; color: #a3bbb0; font-size: 9px; }
.money-path > i { color: #d2b875; font-style: normal; }
.account-proof blockquote { margin: 48px 0 0; color: #e4d5b6; font: 500 23px Georgia,serif; text-align: center; }
.account-preview-card { padding: 31px; color: var(--ink); border-radius: 20px; background: #f5f0e6; box-shadow: 0 36px 80px rgba(0,0,0,.28); }
.account-preview-card > p { margin: 0 0 23px; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.account-preview-card > div { padding: 15px 0; display: grid; grid-template-columns: 42px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.account-preview-card > div > span { grid-row: 1/3; width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; background: #e1eadf; }
.account-preview-card small,.account-preview-card b { grid-column: 2; }.account-preview-card small { color: var(--muted); }.account-preview-card b { font: 500 19px Georgia,serif; }
.account-preview-card .gain b { color: #17845c; }
.account-preview-card svg { width: 100%; height: 82px; margin-top: 22px; fill: none; stroke: #55a07e; stroke-width: 2; }
.account-preview-card footer { margin-top: 18px; padding: 12px; display: flex; align-items: center; gap: 10px; border-radius: 9px; background: #e2eadf; font-size: 8px; font-weight: 800; letter-spacing: .12em; }

.choice-section { padding-block: 104px; color: var(--ivory); text-align: center; background: radial-gradient(circle at 50% 8%,rgba(173,140,89,.16),transparent 26%),var(--green-900); }
.choice-section h2 { color: var(--ivory); font-size: clamp(42px,4.7vw,67px); }
.choice-grid { position: relative; max-width: 960px; margin: 42px auto 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.choice-grid article { padding: 24px 28px; border: 1px solid rgba(218,190,134,.4); text-align: left; }
.choice-grid h3 { margin: 0 0 18px; color: #d9bd82; font-size: 10px; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.choice-grid ul { list-style: none; margin: 0; padding: 0; }
.choice-grid li { padding: 13px 0 13px 38px; border-top: 1px solid rgba(255,255,255,.11); color: #d7e1dc; font: 500 17px Georgia,serif; }
.choice-grid li::before { content: '◇'; margin-left: -30px; margin-right: 15px; color: var(--gold); }
.choice-or { position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; transform: translate(-50%,-50%); display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #e0c98f; background: var(--green-900); font: 500 22px Georgia,serif; box-shadow: 0 0 35px rgba(173,140,89,.22); }
.choice-section > .shell > p:not(.eyebrow) { color: #d9cdb8; font: 500 21px Georgia,serif; }
.choice-section .button { margin-top: 4px; min-width: 250px; }
.choice-section > .shell > small { display: block; margin-top: 13px; color: #91a99e; font-size: 8px; }

.contact-section { padding-block: 112px 68px; color: var(--ivory); background: linear-gradient(135deg,#06251d,#0b3b2d); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.contact-section h2 { color: var(--ivory); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #b2c5bb; font-size: 16px; line-height: 1.65; }
.contact-links { margin-top: 36px; display: grid; gap: 10px; }
.contact-links > a,.contact-links > .contact-unavailable { min-height: 58px; padding: 0 20px; display: grid; grid-template-columns: 43px 1fr auto; align-items: center; color: var(--ivory); border: 1px solid rgba(218,190,134,.62); border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-links > a:hover { color: #102e25; background: #d9bd82; }
.contact-links > * > span { color: #d9bd82; font-size: 22px; }.contact-links > a:hover > span { color: #102e25; }
.contact-unavailable { opacity: .48; }.contact-unavailable small { color: #afc1b8; font-size: 7px; }
.contact-image { position: relative; margin: 0; padding: 8px; border: 1px solid rgba(218,190,134,.52); border-radius: 22px 4px 22px 4px; background: rgba(255,255,255,.04); box-shadow: 0 30px 72px rgba(0,0,0,.26); }
.contact-image img { width: 100%; height: auto; aspect-ratio: 18/11; display: block; object-fit: cover; border-radius: 15px 2px 15px 2px; }
.contact-footline { margin-top: 64px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; color: #e1d1b2; font: 500 20px Georgia,serif; text-align: center; }
.contact-footline span { height: 1px; background: linear-gradient(90deg,transparent,var(--gold)); }.contact-footline span:last-child { transform: scaleX(-1); }

.landing-v2 .landing-footer { min-height: 150px; padding-block: 34px; }
.landing-v2 .footer-risk { max-width: 660px; }

@media (max-width: 1120px) {
  .landing-v2 .header-signup { display: none; }
  .landing-v2 .hero { grid-template-columns: minmax(0,1fr) minmax(340px,.7fr); gap: 48px; }
  .life-grid,.reality-grid { grid-template-columns: .9fr 1.1fr; gap: 50px; }
  .term-grid { grid-template-columns: repeat(3,1fr); }
  .landing-v2 .market-grid { grid-template-columns: .8fr 1.2fr; gap: 48px; }
  .crypto-grid { grid-template-columns: .8fr .45fr 1fr; gap: 28px; }
  .account-proof-grid { grid-template-columns: 1fr 340px; gap: 40px; }
  .money-path { gap: 6px; }.money-path article { min-width: 102px; }
}

@media (max-width: 820px) {
  .landing-v2 .shell { width: min(100% - 36px,680px); }
  .landing-v2 .landing-header { height: 72px; }
  .landing-v2 .landing-header .landing-nav,.landing-v2 .header-login { display: none; }
  .landing-v2 .landing-header .header-actions { margin-left: auto; }
  .landing-v2 .landing-header .language-switch { max-width: 176px; overflow-x: auto; scrollbar-width: none; }
  .landing-v2 .hero { min-height: auto; padding-block: 56px 70px; display: grid; grid-template-columns: 1fr; gap: 52px; }
  .landing-v2 .hero h1 { font-size: clamp(44px,12.5vw,63px); }
  .landing-v2 .hero-lead { margin-block: 28px; font-size: 15px; }
  .landing-v2 .hero-actions { align-items: stretch; flex-direction: column; gap: 9px; }
  .landing-v2 .hero-actions .button { width: 100%; }
  .landing-v2 .hero-facts { grid-template-columns: repeat(3,1fr); display: grid; }
  .landing-v2 .hero-facts span { min-width: 0; padding-right: 10px; }
  .landing-v2 .hero-facts span + span { padding-left: 12px; }
  .landing-v2 .hero-facts small { font-size: 6.5px; }
  .hero-product-viewport { height: 232px; padding: 7px; border-radius: 18px; }
  .hero-product-track { grid-auto-flow: column; grid-auto-columns: 178px; gap: 8px; }
  .hero-product-row { min-height: 215px; padding: 14px; grid-template-columns: 1fr; grid-template-rows: 146px auto; gap: 8px; text-align: center; }
  .hero-product-row img { width: 100%; height: 146px; }
  .hero-product-row span { font-size: 14px; }
  .hero-products > p { margin-top: 17px; font-size: 17px; }
  .landing-v2 .catalog-preview { padding-block: 78px 66px; }
  .landing-v2 .catalog-card { grid-template-rows: 230px 1fr; }
  .life-section,.operation-cycle,.result-model,.terms-section,.landing-v2 .market,.reality-section,.crypto-section,.account-proof,.choice-section,.contact-section { padding-block: 78px; }
  .life-grid,.reality-grid,.landing-v2 .market-grid,.contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .life-copy h2,.operation-cycle h2,.result-model h2,.terms-section h2,.reality-section h2,.crypto-section h2,.account-proof h2,.choice-section h2,.contact-section h2 { font-size: clamp(39px,11.5vw,56px); }
  .life-visual { padding: 9px; border-radius: 19px; }
  .life-visual > img { height: 420px; border-radius: 13px; }
  .sale-notifications { right: 8px; bottom: 24px; width: 84%; }
  .sale-notifications article { padding: 10px; grid-template-columns: 30px 1fr auto; }
  .sale-notifications article:nth-child(1),.sale-notifications article:nth-child(3) { transform: none; }
  .sale-check { width: 28px; height: 28px; }
  .visual-demo-note { left: 17px; bottom: 13px; }
  .cycle-grid { margin-top: 45px; grid-template-columns: 1fr; }
  .cycle-grid article { min-height: 0; padding: 30px 24px; }
  .cycle-grid h3 { margin-top: 24px; }
  .result-model-head { grid-template-columns: 1fr; gap: 22px; }
  .result-facts { margin-top: 38px; grid-template-columns: 1fr 1fr; }
  .share-scale { padding: 20px; grid-template-columns: 1fr 1fr; }
  .term-grid { margin-top: 40px; grid-template-columns: 1fr 1fr; }
  .term-grid article { min-height: 265px; }.term-grid article > b { min-height: 76px; }
  .news-wall { gap: 9px; transform: none; }
  .news-card { min-height: 190px; padding: 18px; }
  .news-card:nth-child(2),.news-card:nth-child(4) { transform: none; }
  .news-card h3 { margin-top: 26px; font-size: 17px; }
  .reality-chart-card { padding: 17px; }
  .reality-chart-card header { gap: 9px; font-size: 7px; }.reality-chart-card header b { font-size: 7px; }
  .reality-chart-card footer { margin-inline: -17px; }.reality-chart-card footer span { font-size: 19px; }
  .crypto-grid { grid-template-columns: 1fr; gap: 35px; }
  .crypto-orbit { width: 160px; }
  .crypto-benefits { grid-template-columns: 1fr 1fr; }
  .crypto-flow { padding: 19px 13px; gap: 8px; }
  .crypto-flow span { flex-direction: column; gap: 5px; font-size: 19px; text-align: center; }
  .crypto-flow b { font-size: 6.5px; }
  .account-proof-grid { grid-template-columns: 1fr; }
  .money-path { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .money-path > i { display: none; }.money-path article { min-width: 0; }
  .money-path article > span { width: 70px; height: 70px; }
  .account-proof blockquote { font-size: 20px; }
  .account-preview-card { width: min(390px,100%); margin-inline: auto; }
  .choice-grid { grid-template-columns: 1fr; gap: 48px; }
  .choice-or { top: 50%; width: 54px; height: 54px; }
  .contact-image { order: -1; }
  .contact-footline { margin-top: 44px; grid-template-columns: 35px 1fr 35px; gap: 12px; font-size: 17px; }
  .landing-v2 .landing-footer { padding-bottom: 90px; }
}

@media (max-width: 460px) {
  .landing-v2 .language-option { padding-inline: 5px; font-size: 8px; }
  .landing-v2 .hero-facts b { font-size: 20px; }
  .result-facts,.share-scale,.term-grid,.news-wall,.crypto-benefits { grid-template-columns: 1fr; }
  .result-facts article { min-height: 124px; }
  .term-grid article { min-height: 240px; }
  .news-card { min-height: 170px; }
  .sale-notifications { width: 92%; }
  .sale-notifications strong { font-size: 11px; }
  .crypto-flow { grid-template-columns: 1fr; }
  .crypto-flow i { transform: rotate(90deg); }
  .money-path article > span { width: 62px; height: 62px; }
  .choice-grid article { padding-inline: 20px; }
  .contact-links > a,.contact-links > .contact-unavailable { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Sign-up / sign-in ------------------------------------------------------
   Two panels: the reason on the left, the form on the right. The reason panel
   exists because these pages used to be a form floating in an empty page, with
   nothing carrying over from the pitch the visitor just read. */
body.account-page { margin: 0; min-height: 100vh; background: var(--ivory); }
.account-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); }
.account-aside { position: relative; padding: 46px 44px; display: grid; align-content: space-between;
  gap: 40px; color: var(--ivory); background: var(--green-950); overflow: hidden; }
.account-aside::before { content: ''; position: absolute; inset: auto -30% -40% -10%; aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, rgba(173,140,89,.16), transparent 62%); }
.account-aside > * { position: relative; }
.aside-body h2 { margin: 0; font: 500 clamp(29px, 2.6vw, 38px)/1.16 Georgia, serif; letter-spacing: -.03em; }
.aside-points { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 1px;
  background: rgba(255,255,255,.14); }
.aside-points li { position: relative; padding: 17px 0 17px 30px; background: var(--green-950);
  color: #b6cdc2; font-size: 14px; line-height: 1.5; }
.aside-points li::before { content: '✓'; position: absolute; left: 4px; color: var(--gold); }
.aside-foot { display: flex; align-items: center; gap: 10px; margin: 0; color: #8fa79b; font-size: 11px; line-height: 1.5; }

.account-main { position: relative; display: grid; place-items: center; padding: 76px 32px 48px; }
.account-language { position: absolute; top: 26px; right: 30px; }
.account-form-wrap { width: min(420px, 100%); display: grid; gap: 16px; }
.account-brand-mobile { display: none; }
.account-main h1 { margin: 0; font: 500 clamp(30px, 4vw, 42px)/1.1 Georgia, serif; letter-spacing: -.03em; }
.account-lead { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.6; }
#account-form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 11px; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: var(--green-700); }
.field input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line);
  border-radius: 3px; background: var(--white); font-size: 15px; transition: border-color .18s, box-shadow .18s; }
.field input:focus-visible { outline: none; border-color: var(--green-700);
  box-shadow: 0 0 0 3px rgba(35,88,71,.14); }
.field.invalid input { border-color: #a4453a; }
.field.invalid input:focus-visible { box-shadow: 0 0 0 3px rgba(164,69,58,.16); }
.field-error { margin: 0; min-height: 0; color: #a4453a; font-size: 12px; line-height: 1.45; }
.field-error:empty { display: none; }
.secret-wrap { position: relative; display: grid; }
.secret-wrap input { padding-right: 50px; }
.secret-toggle { position: absolute; top: 50%; right: 6px; transform: translateY(-50%);
  width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 2px;
  background: none; color: var(--muted); cursor: pointer; }
.secret-toggle:hover { color: var(--green-900); }
.secret-toggle svg { width: 19px; height: 19px; fill: currentColor; }
.secret-toggle[aria-pressed="true"] { color: var(--green-900); }
.strength { display: grid; gap: 7px; }
.strength-track { height: 3px; border-radius: 2px; background: rgba(20,56,46,.12); overflow: hidden; }
.strength-track i { display: block; height: 100%; width: 0; border-radius: 2px;
  background: var(--muted); transition: width .25s, background .25s; }
.strength.is-short i { width: 34%; background: #a4453a; }
.strength.is-fair i { width: 67%; background: var(--gold); }
.strength.is-strong i { width: 100%; background: var(--green-500); }
.strength small { color: var(--muted); font-size: 12px; }
.aside-quiet { margin: 0; max-width: 300px; color: #b6cdc2; font: italic 22px/1.45 Georgia, serif; }
.field.matched input { border-color: var(--green-500); }
.field-note { margin: 0; color: var(--green-700); font-size: 12px; }
.field-note:empty { display: none; }
/* Sign-up carries this block and sign-in does not — the two screens must never
   read as the same page with a different button. */
.signup-next { margin-top: 8px; padding: 20px 22px; background: var(--ivory-2);
  border-left: 2px solid var(--gold); border-radius: 2px; }
.signup-next-title { margin: 0 0 12px; color: var(--green-700); font-size: 10px;
  font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.signup-next ol { margin: 0; padding-left: 20px; display: grid; gap: 9px;
  color: var(--muted); font-size: 13px; line-height: 1.5; }
.signup-next li::marker { color: var(--gold-ink); font-weight: 700; }
.account-divider { display: flex; align-items: center; gap: 14px; margin: 4px 0;
  color: var(--muted); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.account-divider::before, .account-divider::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.account-links { display: grid; gap: 11px; margin-top: 6px; font-size: 14px; color: var(--muted); }
.account-links a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.account-back { justify-self: start; color: var(--muted) !important; font-size: 13px; }
.destination-field { display: grid; gap: 6px; margin: 12px 0; font-size: 11px;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--green-700); }
.destination-field input { min-height: 42px; padding: 0 12px; border: 1px solid var(--line);
  border-radius: 2px; background: var(--ivory); font: 13px/1.4 ui-monospace, Menlo, monospace; }

/* Modern investor workspace -------------------------------------------------
   These rules intentionally sit after the original responsive layer. The
   public landing keeps its editorial language while the authenticated product
   becomes denser, softer and genuinely thumb-friendly. */
.dashboard-page {
  --surface: rgba(255,255,255,.88);
  --surface-solid: #fff;
  --dashboard-line: rgba(18,57,46,.09);
  background:
    radial-gradient(circle at 82% 2%, rgba(93,155,126,.13), transparent 31rem),
    linear-gradient(145deg, #f4f6f2, #edf1ec 70%);
}
.dashboard-page .button { border-radius: 12px; letter-spacing: .045em; }
.dashboard-page .sidebar {
  width: 264px; padding: 24px 18px 20px;
  background: linear-gradient(165deg, #0c3027 0%, #143e32 55%, #102f27 100%);
  border-right: 1px solid rgba(255,255,255,.08);
  box-shadow: 24px 0 70px rgba(10,42,34,.09);
}
.dashboard-page .sidebar-head { padding: 0 10px 32px; }
.dashboard-page .sidebar-nav { gap: 5px; }
.dashboard-page .nav-item { min-height: 48px; border-radius: 12px; font-size: 12px; transition: background .2s, color .2s, transform .2s; }
.dashboard-page .nav-item:hover { transform: translateX(2px); }
.dashboard-page .nav-item.active { background: rgba(255,255,255,.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.dashboard-page .network-badge { border-radius: 13px; background: rgba(255,255,255,.035); }
.dashboard-page .dashboard-main { margin-left: 264px; }
.dashboard-page .topbar {
  height: 80px; padding: 0 32px; border-color: var(--dashboard-line);
  background: rgba(247,249,246,.78); backdrop-filter: blur(20px) saturate(140%);
}
.dashboard-page .topbar h1 { font-family: Arial, Helvetica, sans-serif; font-size: 21px; font-weight: 750; letter-spacing: -.035em; }
.dashboard-page .wallet-chip { border-radius: 12px; border-color: var(--dashboard-line); box-shadow: 0 8px 24px rgba(14,43,35,.04); }
.dashboard-page .dashboard-content { max-width: 1320px; padding: 32px; }
.eyebrow-line { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.eyebrow-line .eyebrow { margin: 0; }
.freshness { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 9px; }
.freshness i, .source-chip i { width: 6px; height: 6px; border-radius: 50%; background: #5bad84; box-shadow: 0 0 0 4px rgba(91,173,132,.12); }
.dashboard-page .welcome-row { margin-bottom: 24px; }
.dashboard-page .welcome-row h2, .dashboard-page .section-heading h2 {
  font-family: Arial, Helvetica, sans-serif; font-weight: 760; letter-spacing: -.045em;
}
.dashboard-page .welcome-row p:not(.eyebrow), .dashboard-page .section-heading p:not(.eyebrow) { max-width: 620px; }
.dashboard-page .kpi-grid { gap: 12px; }
.dashboard-page .kpi-card {
  min-height: 158px; padding: 22px; overflow: hidden;
  border-color: var(--dashboard-line); border-radius: 18px; background: var(--surface);
  box-shadow: 0 12px 34px rgba(21,58,47,.055);
}
.dashboard-page .kpi-card.accent { background: linear-gradient(145deg, #113d31, #1d5846); }
.dashboard-page .kpi-card.accent::after {
  content: ''; position: absolute; width: 145px; height: 145px; right: -55px; bottom: -72px;
  border: 24px solid rgba(255,255,255,.045); border-radius: 50%;
}
.dashboard-page .kpi-card small { margin-bottom: 21px; }
.dashboard-page .kpi-card strong { font-family: Arial, Helvetica, sans-serif; font-weight: 720; letter-spacing: -.045em; }
.dashboard-page .kpi-icon { border: 0; background: rgba(35,88,71,.08); }
.dashboard-page .accent .kpi-icon { background: rgba(255,255,255,.1); }
.dashboard-page .panel { border-color: var(--dashboard-line); border-radius: 18px; background: var(--surface); box-shadow: 0 12px 34px rgba(21,58,47,.05); }
.dashboard-page .panel-head { border-color: var(--dashboard-line); }
.dashboard-page .panel-head h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 720; letter-spacing: -.025em; }
.dashboard-page .overview-grid { gap: 12px; margin-top: 12px; }
.dashboard-page .activity-panel { margin-top: 12px; }
.dashboard-page .state-pill { border-radius: 999px; }
.dashboard-page .plan-card { border-color: var(--dashboard-line); border-radius: 18px; overflow: hidden; background: var(--surface); box-shadow: 0 12px 34px rgba(21,58,47,.05); }
.dashboard-page .plan-card::before { height: 5px; background: linear-gradient(90deg, var(--green-700), #71aa8f); }
.dashboard-page .plan-card h3, .dashboard-page .performance-card h3, .dashboard-page .performance-card strong,
.dashboard-page .wallet-card h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 720; letter-spacing: -.035em; }
.dashboard-page .address-box { border-radius: 12px; }
.dashboard-page .modal { border-radius: 22px; }

.insight-strip { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 12px; }
.insight-card { min-height: 108px; padding: 18px 20px; border: 1px solid var(--dashboard-line); border-radius: 18px; background: var(--surface); box-shadow: 0 12px 34px rgba(21,58,47,.045); display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: center; }
.insight-card[data-view] { cursor: pointer; transition: transform .2s, box-shadow .2s; }
.insight-card[data-view]:hover { transform: translateY(-2px); box-shadow: 0 17px 40px rgba(21,58,47,.08); }
.insight-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-content: center; color: #fff; background: linear-gradient(145deg, var(--green-700), var(--green-500)); font-size: 18px; }
.insight-card > div:nth-child(2) { min-width: 0; }
.insight-card small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.insight-card strong { display: block; margin-top: 4px; font-size: 22px; letter-spacing: -.035em; }
.insight-card p { margin: 3px 0 0; overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.insight-arrow { color: var(--green-500); font-size: 21px; }

#position-spotlight:empty { display: none; }
.position-spotlight { margin-top: 12px; padding: 21px 22px; }
.spotlight-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.spotlight-top small, .spotlight-result small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.spotlight-top h3 { margin: 5px 0 3px; font-size: 20px; }
.spotlight-top p { margin: 0; color: var(--muted); font-size: 10px; }
.spotlight-result { display: grid; justify-items: end; gap: 5px; }
.spotlight-result strong { font-size: 18px; }
.spotlight-progress-copy { margin: 18px 0 7px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.spotlight-progress-copy b { color: var(--ink); }
.spotlight-track, .product-share-track { height: 6px; overflow: hidden; border-radius: 999px; background: rgba(35,88,71,.08); }
.spotlight-track i, .product-share-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green-700), #6caf8e); }
.position-spotlight > .text-button { margin-top: 15px; }

.source-chip { min-height: 38px; padding: 0 13px; border: 1px solid var(--dashboard-line); border-radius: 999px; background: var(--surface); display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 9px; font-weight: 750; }
.transparency-hero { padding: 24px; border-radius: 22px; color: #fff; background: linear-gradient(128deg, #0e352a, #1b5845 72%, #3f7961); box-shadow: 0 24px 60px rgba(15,53,42,.18); display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 16px; align-items: center; }
.transparency-hero > div { min-width: 0; }
.transparency-hero small { display: block; color: rgba(255,255,255,.62); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.transparency-hero strong { display: block; margin-top: 7px; overflow: hidden; font-size: clamp(23px,2.4vw,36px); letter-spacing: -.045em; text-overflow: ellipsis; }
.transparency-hero p { margin: 6px 0 0; color: rgba(255,255,255,.58); font-size: 9px; }
.transparency-stat { min-height: 70px; padding-left: 17px; border-left: 1px solid rgba(255,255,255,.14); display: grid; align-content: center; }
.transparency-stat strong { font-size: 22px; }
.operational-report-panel { margin-top: 12px; overflow: hidden; }
.operational-report-panel .panel-head p { max-width: 680px; margin: 5px 0 0; color: var(--app-muted); font-size: 9px; line-height: 1.5; }
.operational-kpi-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; border-bottom: 1px solid var(--dashboard-line); background: var(--dashboard-line); }
.operational-kpi-grid > span { min-width: 0; padding: 20px 22px; background: var(--surface-solid); display: grid; gap: 8px; }
.operational-kpi-grid > span.accent { background: rgba(97,167,131,.09); }
.operational-kpi-grid small, .operational-result-item small { color: var(--app-muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.operational-kpi-grid strong { overflow: hidden; font-size: clamp(17px,2vw,25px); letter-spacing: -.035em; text-overflow: ellipsis; }
.operational-result-list { padding: 0 22px; }
.operational-result-item { min-height: 66px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--dashboard-line); }
.operational-result-item:last-child { border-bottom: 0; }
.operational-result-item > span { min-width: 0; display: grid; gap: 4px; }
.operational-result-item > span:not(:first-child) { justify-items: end; }
.operational-result-item b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.operational-result-item b.positive { color: var(--green-500); }
.transparency-layout { display: grid; grid-template-columns: 1.55fr 1fr; gap: 12px; margin-top: 12px; }
.commerce-chart { min-height: 260px; padding: 30px 24px 20px; display: flex; align-items: end; justify-content: stretch; gap: 10px; }
.commerce-bar { height: 210px; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: 9px; }
.commerce-bar span { width: min(38px, 76%); min-height: 8px; border-radius: 9px 9px 3px 3px; background: linear-gradient(180deg, #71ae90, #235847); box-shadow: 0 8px 16px rgba(35,88,71,.12); }
.commerce-bar small { color: var(--muted); font-size: 8px; white-space: nowrap; }
.reported-label, .privacy-label { color: var(--green-500); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.daily-results-list { padding: 7px 21px 12px; }
.daily-result-item { min-height: 58px; border-bottom: 1px solid var(--dashboard-line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.daily-result-item:last-child { border-bottom: 0; }
.daily-result-item span { display: grid; gap: 2px; }
.daily-result-item b { font-size: 11px; }
.daily-result-item small { color: var(--muted); font-size: 9px; }
.daily-result-item strong { font-size: 14px; }
.daily-result-item strong.positive { color: var(--green-500); }
.daily-result-item strong.negative { color: #a34a3c; }
.commerce-section { margin-top: 30px; }
.section-mini-head { margin-bottom: 13px; display: flex; align-items: end; justify-content: space-between; }
.section-mini-head .eyebrow { margin-bottom: 7px; }
.section-mini-head h3 { margin: 0; font-size: 23px; letter-spacing: -.035em; }
.section-mini-head > span { color: var(--muted); font-size: 10px; }
.product-performance-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.product-performance-card { min-width: 0; padding: 10px 10px 16px; border: 1px solid var(--dashboard-line); border-radius: 20px; background: var(--surface); box-shadow: 0 12px 34px rgba(21,58,47,.05); display: flex; flex-direction: column; }
.product-media { position: relative; height: 190px; overflow: hidden; border-radius: 14px; background: radial-gradient(circle at 50% 36%, #fff 0 34%, #edf5f1 74%, #e2eee8 100%); display: grid; place-items: center; }
.product-media::after { content: ""; position: absolute; inset: auto 12% 9px; height: 16px; border-radius: 50%; background: rgba(15,58,46,.12); filter: blur(9px); }
.product-photo { position: relative; z-index: 1; width: 100%; height: 100%; padding: 12px; object-fit: contain; transition: transform .25s ease; }
.product-media:hover .product-photo { transform: scale(1.035); }
.product-card-head { display: flex; align-items: center; gap: 12px; }
.product-card-head { margin: 15px 6px 0; }
.product-card-head h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.product-card-head p { margin: 3px 0 0; color: var(--green-500); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-description { min-height: 48px; margin: 10px 6px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.product-offer-summary { margin: 13px 6px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.product-offer-summary small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-offer-summary strong { color: var(--green-900); font-size: 18px; letter-spacing: -.03em; }
.product-offer-list { margin: 9px 6px 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; }
.product-offer { min-width: 0; padding: 8px; border: 1px solid var(--dashboard-line); border-radius: 11px; background: #f8fbf9; display: grid; gap: 3px; }
.product-offer.subscription { border-color: rgba(97,167,131,.38); background: rgba(97,167,131,.08); }
.product-offer small { overflow: hidden; color: var(--muted); font-size: 7px; font-style: normal; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.product-offer b { font-size: 11px; }
.product-offer em { overflow: hidden; color: var(--green-500); font-size: 7px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.product-facts { margin: 17px 6px 14px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
.product-facts span { min-width: 0; display: grid; gap: 4px; }
.product-facts small { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.product-facts b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; }
.product-share-track { margin-inline: 6px; }
.product-link { margin: 14px 6px 0; color: var(--green-500); font-size: 10px; font-weight: 800; letter-spacing: .02em; }
.product-link:hover { color: var(--green-900); }
.sales-feed-panel { margin-top: 12px; overflow: hidden; }
.sales-feed { padding: 0 22px; }
.sale-feed-item { min-height: 70px; display: grid; grid-template-columns: 9px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--dashboard-line); }
.sale-feed-item:last-child { border-bottom: 0; }
.sale-pulse { width: 7px; height: 7px; border-radius: 50%; background: #61a783; box-shadow: 0 0 0 5px rgba(97,167,131,.1); }
.sale-copy, .sale-amount { min-width: 0; display: grid; gap: 2px; }
.sale-copy b { font-size: 11px; }
.sale-copy small, .sale-amount small { color: var(--muted); font-size: 8px; }
.sale-amount { justify-items: end; }
.sale-amount b { font-size: 12px; }
.mobile-bottom-nav { display: none; }

@media (max-width: 1050px) {
  .transparency-hero { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .transparency-hero > div:first-child { grid-row: span 2; }
  .product-performance-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 780px) {
  .dashboard-page { padding-bottom: 82px; }
  .operational-kpi-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .operational-kpi-grid > span { padding: 16px; }
  .operational-result-list { padding: 0 15px; }
  .operational-result-item { grid-template-columns: 1.15fr .85fr; gap: 12px; padding: 12px 0; }
  .operational-result-item > span:last-child { grid-column: 1 / -1; display: flex; justify-content: space-between; }
  .dashboard-page .dashboard-main { margin-left: 0; }
  .dashboard-page .topbar { height: 66px; padding: 0 14px; }
  .dashboard-page .topbar h1 { font-size: 18px; }
  .dashboard-page .topbar-actions { gap: 7px; }
  .dashboard-page .wallet-chip { min-height: 38px; }
  .dashboard-page .wallet-chip b { display: none; }
  .dashboard-page .dashboard-content { padding: 19px 14px 32px; }
  .dashboard-page .welcome-row, .dashboard-page .section-heading { margin-bottom: 20px; gap: 17px; }
  .dashboard-page .welcome-row h2, .dashboard-page .section-heading h2 { font-size: 31px; }
  .dashboard-page .welcome-row p:not(.eyebrow), .dashboard-page .section-heading p:not(.eyebrow) { font-size: 12px; }
  .dashboard-page .action-row { gap: 8px; }
  .dashboard-page .action-row .button { min-height: 46px; padding-inline: 13px; }
  .dashboard-page .kpi-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .dashboard-page .kpi-card { min-width: 0; min-height: 126px; padding: 16px; border-radius: 16px; }
  .dashboard-page .kpi-card.accent { grid-column: 1 / -1; min-height: 143px; }
  .dashboard-page .kpi-card small { max-width: calc(100% - 25px); margin-bottom: 17px; font-size: 7px; }
  .dashboard-page .kpi-card strong { padding: 0; font-size: clamp(19px,6vw,27px); }
  .dashboard-page .kpi-card p { font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .product-offer-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .dashboard-page .kpi-icon { right: 13px; top: 13px; }
  .insight-strip { grid-template-columns: 1fr; gap: 9px; margin-top: 9px; }
  .insight-card { min-height: 92px; padding: 14px; border-radius: 16px; }
  .position-spotlight { margin-top: 9px; padding: 17px; }
  .spotlight-top { gap: 14px; }
  .spotlight-result strong { font-size: 14px; }
  .dashboard-page .overview-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 9px; }
  .dashboard-page .panel, .dashboard-page .plan-card { border-radius: 16px; }
  .dashboard-page .panel-head { min-height: 66px; padding: 15px 17px; }
  .dashboard-page .chart-wrap { height: 220px; }
  .dashboard-page .activity-panel { margin-top: 9px; }
  .dashboard-page .activity-list, .sales-feed { padding: 0 15px; }
  .dashboard-page .activity-item { grid-template-columns: 34px minmax(0,1fr) auto; gap: 9px; }
  .dashboard-page .activity-copy b, .sale-copy b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dashboard-page .activity-amount b { font-size: 10px; }
  .dashboard-page .performance-grid { grid-template-columns: 1fr; }
  .dashboard-page .plan-grid { grid-template-columns: 1fr; }
  .dashboard-page .wallet-grid { grid-template-columns: 1fr; }
  .dashboard-page .wallet-card { padding: 23px 19px; }
  .transparency-heading .source-chip { width: 100%; justify-content: center; }
  .transparency-hero { padding: 18px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 8px; border-radius: 18px; }
  .transparency-hero > div:first-child { grid-column: 1 / -1; grid-row: auto; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .transparency-stat { min-height: 58px; padding-left: 10px; }
  .transparency-stat:last-child { grid-column: 1 / -1; }
  .transparency-layout { grid-template-columns: 1fr; gap: 9px; margin-top: 9px; }
  .commerce-chart { min-height: 220px; padding-inline: 13px; gap: 5px; overflow-x: auto; }
  .commerce-bar { min-width: 25px; height: 175px; }
  .product-performance-grid { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 5px; }
  .product-performance-card { min-width: min(84vw, 340px); scroll-snap-align: start; border-radius: 16px; }
  .product-media { height: 210px; }
  .sale-feed-item { grid-template-columns: 8px minmax(0,1fr) auto; gap: 9px; }
  .sale-copy small { max-width: 48vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .privacy-label { display: none; }
  .mobile-bottom-nav {
    position: fixed; z-index: 24; left: 10px; right: 10px; bottom: max(9px, env(safe-area-inset-bottom));
    min-height: 64px; padding: 7px 5px; border: 1px solid rgba(18,57,46,.1); border-radius: 20px;
    background: rgba(255,255,255,.92); backdrop-filter: blur(20px) saturate(150%);
    box-shadow: 0 18px 50px rgba(12,48,39,.2); display: grid; grid-template-columns: repeat(5,1fr);
  }
  .mobile-bottom-nav button { min-width: 0; padding: 3px; border: 0; border-radius: 13px; color: #7b8781; background: transparent; display: grid; place-items: center; gap: 1px; }
  .mobile-bottom-nav button span { height: 24px; font-size: 19px; line-height: 22px; }
  .mobile-bottom-nav button b { font-size: 8px; font-weight: 750; }
  .mobile-bottom-nav button.active { color: #fff; background: var(--green-900); }
  .dashboard-page .toast { bottom: 94px; }
}

@media (max-width: 390px) {
  .dashboard-page .dashboard-content { padding-inline: 11px; }
  .dashboard-page .welcome-row h2, .dashboard-page .section-heading h2 { font-size: 28px; }
  .dashboard-page .kpi-card { padding: 14px; }
  .insight-card { grid-template-columns: 38px 1fr auto; gap: 10px; }
  .insight-icon { width: 38px; height: 38px; }
  .product-facts { gap: 5px; }
}

/* Investor workspace — high-clarity financial UI ------------------------- */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.dashboard-page svg { display: block; width: 1.25em; height: 1.25em; fill: currentColor; }
.dashboard-page :focus-visible { outline: 3px solid rgba(44, 176, 126, .28); outline-offset: 2px; }
.dashboard-page {
  --app-deep: #071d19;
  --app-deep-2: #0d342a;
  --app-green: #17875f;
  --app-mint: #54dba6;
  --app-gold: #e3b75f;
  --app-ink: #10231e;
  --app-muted: #6c8079;
  --app-line: #dfe9e5;
  --app-soft: #f6faf8;
  --app-shadow: 0 12px 34px rgba(7, 29, 25, .055);
  color: var(--app-ink);
  background:
    radial-gradient(circle at 92% 1%, rgba(84, 219, 166, .11), transparent 27rem),
    linear-gradient(145deg, #f4f8f6, #edf4f1 72%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.dashboard-page .sidebar {
  width: 272px;
  padding: 25px 18px 20px;
  overflow: hidden;
  color: rgba(255,255,255,.66);
  background:
    radial-gradient(circle at 0 0, rgba(84,219,166,.15), transparent 18rem),
    linear-gradient(165deg, var(--app-deep-2), var(--app-deep) 62%);
  box-shadow: 22px 0 60px rgba(7,29,25,.08);
}
.dashboard-page .sidebar::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -115px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.045);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.014), 0 0 0 78px rgba(255,255,255,.009);
  pointer-events: none;
}
.dashboard-page .sidebar-head, .dashboard-page .sidebar-nav, .dashboard-page .sidebar-foot { position: relative; z-index: 1; }
.dashboard-page .sidebar-head { padding: 0 10px 30px; }
.dashboard-page .brand-mark { width: 39px; height: 39px; border: 1px solid rgba(227,183,95,.22); box-shadow: 0 9px 22px rgba(0,0,0,.16); }
.dashboard-page .brand-mark img { width: 27px; }
.dashboard-page .brand b { font-size: 13px; letter-spacing: .16em; }
.dashboard-page .nav-item {
  min-height: 47px;
  gap: 13px;
  padding: 0 13px;
  border-radius: 12px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 650;
}
.dashboard-page .nav-item svg { width: 18px; height: 18px; flex: 0 0 18px; opacity: .72; }
.dashboard-page .nav-item:hover { color: #fff; background: rgba(255,255,255,.06); }
.dashboard-page .nav-item.active { position: relative; color: #fff; background: linear-gradient(90deg, rgba(84,219,166,.18), rgba(84,219,166,.065)); box-shadow: none; }
.dashboard-page .nav-item.active::before { content: ""; position: absolute; left: 0; width: 3px; height: 21px; border-radius: 3px; background: var(--app-mint); box-shadow: 0 0 13px rgba(84,219,166,.55); }
.dashboard-page .nav-item.active svg { color: var(--app-mint); opacity: 1; }
.dashboard-page .sidebar-language { border-radius: 10px; background: rgba(0,0,0,.09); }
.dashboard-page .sidebar-language .language-option { border-radius: 7px; }
.dashboard-page .sidebar-language .language-option.active { color: var(--app-deep); background: var(--app-mint); }
.dashboard-page .network-badge { padding: 13px; border-radius: 13px; background: rgba(255,255,255,.04); }
.dashboard-page .network-badge b { letter-spacing: .09em; }
.dashboard-page .dashboard-main { margin-left: 272px; }
.dashboard-page .topbar {
  height: 78px;
  padding: 0 clamp(20px, 3vw, 38px);
  border-color: rgba(16,35,30,.08);
  background: rgba(247,250,248,.82);
  backdrop-filter: blur(20px) saturate(145%);
}
.dashboard-page .topbar h1 { color: var(--app-ink); font-size: 21px; font-weight: 780; }
.dashboard-page .topbar .eyebrow { color: var(--app-green); }
.dashboard-page .button {
  min-height: 44px;
  border-radius: 11px;
  font-size: 11px;
  letter-spacing: .045em;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.dashboard-page .button:hover:not(:disabled) { transform: translateY(-1px); }
.dashboard-page .button svg { width: 17px; height: 17px; }
.dashboard-page .refresh-button { color: #36554b; border-color: var(--app-line); background: rgba(255,255,255,.82); box-shadow: 0 5px 16px rgba(7,29,25,.04); }
.dashboard-page .refresh-button.loading svg { animation: investor-spin .8s linear infinite; }
@keyframes investor-spin { to { transform: rotate(360deg); } }
.dashboard-page .wallet-chip { min-height: 44px; border-color: var(--app-line); border-radius: 11px; background: #fff; }
.dashboard-page .dashboard-content {
  position: relative;
  max-width: 1390px;
  padding: 34px clamp(20px, 3vw, 40px) 70px;
  transition: none;
}
.dashboard-page .dashboard-content.loading { opacity: 1; pointer-events: none; }
.dashboard-page .dashboard-content.loading::before {
  content: "";
  position: fixed;
  z-index: 50;
  top: 77px;
  right: 0;
  left: 272px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--app-mint), transparent);
  background-size: 42% 100%;
  animation: load-sweep 1s linear infinite;
}
@keyframes load-sweep { from { background-position: -70% 0; } to { background-position: 170% 0; } }
.dashboard-page .welcome-row { margin-bottom: 22px; align-items: center; }
.dashboard-page .welcome-row h2, .dashboard-page .section-heading h2 { color: var(--app-ink); font-size: clamp(29px, 3.2vw, 43px); font-weight: 800; line-height: 1.08; }
.dashboard-page .welcome-row p:not(.eyebrow), .dashboard-page .section-heading p:not(.eyebrow) { color: var(--app-muted); }
.dashboard-page .eyebrow { color: var(--app-green); }
.dashboard-page .freshness { color: var(--app-muted); }

.data-alert {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #edc9c4;
  border-radius: 14px;
  color: #773a32;
  background: #fff1ef;
  box-shadow: var(--app-shadow);
}
.data-alert[hidden] { display: none !important; }
.data-alert > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: rgba(183,73,61,.09); }
.data-alert b { display: block; font-size: 12px; }
.data-alert p { margin: 2px 0 0; color: #9b635c; font-size: 10px; }

.portfolio-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 27px 32px;
  margin-bottom: 13px;
  padding: clamp(24px, 3.3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 23px;
  color: #fff;
  background:
    radial-gradient(circle at 89% 18%, rgba(84,219,166,.18), transparent 19rem),
    linear-gradient(135deg, #0b3027, #071d19 70%);
  box-shadow: 0 24px 58px rgba(7,29,25,.17);
}
.portfolio-hero::after { content: ""; position: absolute; right: -80px; bottom: -105px; width: 260px; height: 260px; border: 30px solid rgba(255,255,255,.03); border-radius: 50%; box-shadow: 0 0 0 37px rgba(255,255,255,.012); pointer-events: none; }
.portfolio-main, .portfolio-actions, .portfolio-breakdown { position: relative; z-index: 1; }
.portfolio-label { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.portfolio-label svg { width: 16px; height: 16px; color: var(--app-mint); }
.portfolio-label i { margin-left: 5px; padding: 4px 7px; border: 1px solid rgba(84,219,166,.17); border-radius: 999px; color: var(--app-mint); background: rgba(84,219,166,.07); font-size: 7px; font-style: normal; letter-spacing: .08em; }
.portfolio-main > strong { display: block; max-width: 100%; margin-top: 13px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1; letter-spacing: -.055em; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.portfolio-main > p { margin: 11px 0 0; color: rgba(255,255,255,.52); font-size: 10px; }
.portfolio-actions { display: flex; align-items: center; gap: 9px; }
.portfolio-actions .button { min-height: 48px; padding-inline: 18px; }
.portfolio-button-secondary { color: #fff; border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.07); }
.portfolio-button-primary { color: var(--app-deep); background: linear-gradient(135deg, #8bf0c6, var(--app-mint)); box-shadow: 0 10px 25px rgba(84,219,166,.17); }
.portfolio-breakdown { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); }
.portfolio-breakdown span { min-width: 0; display: grid; gap: 5px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.09); }
.portfolio-breakdown span:first-child { padding-left: 0; border-left: 0; }
.portfolio-breakdown small { color: rgba(255,255,255,.45); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.portfolio-breakdown b { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }

.dashboard-page .kpi-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.dashboard-page .kpi-card {
  min-width: 0;
  min-height: 135px;
  padding: 18px;
  overflow: hidden;
  border-color: var(--app-line);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--app-shadow);
  transition: transform .17s ease, box-shadow .17s ease;
}
.dashboard-page .kpi-card:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(7,29,25,.08); }
.dashboard-page .kpi-card::after { content: ""; position: absolute; right: -34px; bottom: -42px; width: 108px; height: 108px; border: 18px solid rgba(23,135,95,.035); border-radius: 50%; }
.dashboard-page .kpi-card small { margin-bottom: 18px; color: var(--app-muted); font-size: 8px; }
.dashboard-page .kpi-card strong { position: relative; z-index: 1; padding-right: 0; color: var(--app-ink); font-size: clamp(19px, 2vw, 26px); font-weight: 780; line-height: 1.12; }
.dashboard-page .kpi-card p { position: relative; z-index: 1; color: var(--app-muted); }
.dashboard-page .kpi-icon { right: 15px; top: 15px; width: 31px; height: 31px; border: 0; color: var(--app-green); background: #eaf8f2; opacity: 1; }
.dashboard-page .kpi-icon svg { width: 15px; height: 15px; }
.dashboard-page .kpi-card.earnings .kpi-icon { color: #8b641d; background: #fff6df; }

.dashboard-page .panel, .dashboard-page .plan-card, .product-performance-card, .insight-card {
  border-color: var(--app-line);
  background: rgba(255,255,255,.91);
  box-shadow: var(--app-shadow);
}
.dashboard-page .panel, .dashboard-page .plan-card { border-radius: 17px; }
.dashboard-page .panel-head { border-color: var(--app-line); }
.dashboard-page .panel-head h3 { color: var(--app-ink); font-weight: 760; }
.insight-strip { gap: 11px; margin-top: 11px; }
.insight-card { min-height: 98px; padding: 16px 18px; border-radius: 16px; }
.insight-icon { color: var(--app-green); background: #e9f7f1; }
.insight-icon svg { width: 20px; height: 20px; }
.insight-card strong { color: var(--app-ink); }
.dashboard-page .activity-icon { color: var(--app-green); background: #ecf7f2; }
.dashboard-page .activity-icon.negative { color: #b24f42; background: #fff0ee; }
.dashboard-page .activity-icon svg { width: 16px; height: 16px; }
.dashboard-page .state-pill { border-radius: 999px; }
.dashboard-page .plan-card { min-height: 360px; padding: 25px; }
.dashboard-page .plan-card::before { height: 4px; background: linear-gradient(90deg, var(--app-green), var(--app-mint)); }
.plan-card-head { display: flex; align-items: center; justify-content: space-between; }
.plan-card-head .eyebrow { margin: 0; }
.plan-duration { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--app-green); background: #ebf8f2; font-size: 11px; font-weight: 850; }
.dashboard-page .plan-card h3 { margin-top: 15px; font-size: 28px; }
.dashboard-page .plan-data { border-color: var(--app-line); }
.dashboard-page .plan-data div { border-color: var(--app-line); }
.dashboard-page .plan-card.upcoming { border-style: dashed; background: linear-gradient(155deg, #fffdf7, #fff); }
.dashboard-page .plan-card.upcoming::before { background: linear-gradient(90deg, var(--app-gold), #efca79); }
.dashboard-page .plan-card.upcoming .plan-duration { color: #8a621d; background: #fff3d8; }
.dashboard-page .plan-card.upcoming .plan-starts-at { margin-top: 8px; color: #8a621d; font-weight: 750; }
.dashboard-page .plan-card.upcoming .button:disabled { cursor: not-allowed; }
.dashboard-page .wallet-card { overflow: hidden; }
.dashboard-page .address-box { min-height: 49px; border-color: var(--app-line); background: var(--app-soft); }
.dashboard-page .address-box button { display: inline-flex; align-items: center; gap: 5px; }
.dashboard-page .address-box button svg { width: 14px; height: 14px; }
.dashboard-page .allocation-ring strong { font-family: inherit; font-weight: 760; }
.dashboard-page .allocation-legend .legend-principal { background: var(--app-deep); }
.dashboard-page .allocation-legend .legend-available { background: var(--app-green); }
.dashboard-page .allocation-legend .legend-withdrawable { background: var(--app-mint); }
.dashboard-page .allocation-legend .legend-held { background: var(--app-gold); }

.dashboard-page .table-panel { overflow: hidden; }
.dashboard-page .table-scroll { scrollbar-width: thin; scrollbar-color: #cbdad4 transparent; }
.dashboard-page table { color: var(--app-ink); }
.dashboard-page th { color: var(--app-muted); background: #f6faf8; }
.dashboard-page td { border-color: #eaf0ed; }
.dashboard-page tbody tr { transition: background .14s ease; }
.dashboard-page tbody tr:hover { background: rgba(23,135,95,.035); }

.dashboard-page .modal {
  width: min(500px, calc(100% - 28px));
  max-height: min(90vh, 760px);
  padding: 32px;
  overflow-y: auto;
  border-radius: 21px;
  background: #fbfdfc;
  box-shadow: 0 34px 95px rgba(4,20,16,.37);
}
.dashboard-page .modal::backdrop { background: rgba(4,20,16,.65); backdrop-filter: blur(6px); }
.dashboard-page .modal-close { right: 15px; top: 14px; display: grid; place-items: center; border-radius: 10px; color: var(--app-muted); background: #edf4f1; }
.dashboard-page .modal-close svg { width: 18px; height: 18px; }
.dashboard-page .modal-icon { width: 46px; height: 46px; margin-bottom: 22px; border: 0; border-radius: 13px; color: var(--app-green); background: #e8f7f0; }
.dashboard-page .modal-icon svg { width: 21px; height: 21px; }
.dashboard-page .modal h2 { color: var(--app-ink); font-family: inherit; font-size: 28px; font-weight: 800; letter-spacing: -.035em; }
.dashboard-page .modal > p:not(.eyebrow) { color: var(--app-muted); font-size: 12px; }
.dashboard-page .modal .amount-label { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 23px 0 11px; color: var(--app-muted); }
.amount-input { min-height: 58px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; border: 1px solid var(--app-line); border-radius: 13px; overflow: hidden; background: #fff; transition: border-color .16s, box-shadow .16s; }
.amount-input:focus-within { border-color: rgba(23,135,95,.5); box-shadow: 0 0 0 4px rgba(23,135,95,.08); }
.dashboard-page .modal .amount-input input { grid-column: auto; min-width: 0; margin: 0; padding: 0 15px; border: 0; background: transparent; font-family: inherit; font-size: 24px; font-weight: 750; }
.dashboard-page .modal .amount-input input:focus { border: 0; outline: 0; }
.amount-input b { padding: 0 14px; color: var(--app-green); font-size: 11px; }
.quick-amounts { display: flex; gap: 7px; margin-bottom: 14px; }
.quick-amounts button { flex: 1; min-height: 34px; padding: 0 8px; border: 1px solid var(--app-line); border-radius: 9px; color: var(--app-green); background: #fff; font-size: 9px; font-weight: 800; cursor: pointer; }
.quick-amounts button:hover { border-color: rgba(23,135,95,.38); background: #eff9f4; }
.dashboard-page .modal-note { margin: 14px 0; border-radius: 11px; background: #eff6f3; }
.modal-destination { display: grid; gap: 5px; margin: 14px 0 20px; padding: 12px 14px; border: 1px solid var(--app-line); border-radius: 11px; background: #fff; }
.modal-destination small { color: var(--app-muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.modal-destination code { overflow: hidden; color: var(--app-ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.dashboard-page .toast { display: flex; align-items: center; gap: 10px; padding: 13px 17px; border-radius: 13px; background: var(--app-deep); box-shadow: 0 18px 48px rgba(7,29,25,.25); }
.dashboard-page .toast i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--app-mint); box-shadow: 0 0 0 4px rgba(84,219,166,.13); }
.dashboard-page .toast.error i { background: #ffc1b9; box-shadow: 0 0 0 4px rgba(255,193,185,.12); }

@media (min-width: 1200px) {
  .dashboard-page .wallet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
  .dashboard-page .kpi-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .portfolio-hero { grid-template-columns: 1fr; }
  .portfolio-actions { grid-row: 2; }
  .portfolio-breakdown { grid-row: 3; }
}

@media (max-width: 780px) {
  .dashboard-page { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .dashboard-page .sidebar { width: min(86vw, 310px); }
  .dashboard-page .dashboard-main { margin-left: 0; }
  .dashboard-page .topbar { height: 64px; padding: 0 13px; }
  .dashboard-page .topbar h1 { font-size: 18px; }
  .dashboard-page .menu-button { display: grid; place-items: center; border-radius: 10px; background: rgba(23,135,95,.07); }
  .dashboard-page .menu-button svg { width: 20px; height: 20px; }
  .dashboard-page .dashboard-content { padding: 20px 12px 28px; }
  .dashboard-page .dashboard-content.loading::before { top: 63px; left: 0; }
  .dashboard-page .welcome-row { margin-bottom: 17px; }
  .dashboard-page .welcome-row h2, .dashboard-page .section-heading h2 { font-size: 29px; }
  .data-alert { grid-template-columns: auto 1fr; }
  .data-alert .button { grid-column: 1 / -1; width: 100%; }
  .portfolio-hero { gap: 22px; margin-bottom: 10px; padding: 22px 18px; border-radius: 20px; }
  .portfolio-label { flex-wrap: wrap; }
  .portfolio-label i { margin-left: 0; }
  .portfolio-main > strong { font-size: clamp(28px, 8.5vw, 38px); }
  .portfolio-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .portfolio-actions .button { min-width: 0; min-height: 47px; padding: 0 10px; font-size: 9px; }
  .portfolio-breakdown { gap: 0; padding-top: 18px; }
  .portfolio-breakdown span { padding: 0 9px; }
  .portfolio-breakdown small { min-height: 20px; font-size: 6px; }
  .portfolio-breakdown b { font-size: 10px; }
  .dashboard-page .kpi-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  .dashboard-page .kpi-card, .dashboard-page .kpi-card.accent { grid-column: auto; min-height: 122px; padding: 15px; }
  .dashboard-page .kpi-card small { max-width: calc(100% - 28px); margin-bottom: 16px; font-size: 7px; }
  .dashboard-page .kpi-card strong { font-size: clamp(16px, 5vw, 20px); }
  .dashboard-page .kpi-icon { right: 12px; top: 12px; }
  .dashboard-page .panel-head { padding: 14px 16px; }
  .dashboard-page .table-scroll { overflow: visible; }
  .dashboard-page table.responsive-table, .dashboard-page table.responsive-table tbody { display: block; width: 100%; white-space: normal; }
  .dashboard-page table.responsive-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .dashboard-page table.responsive-table tbody { display: grid; gap: 9px; padding: 10px; }
  .dashboard-page table.responsive-table tbody tr { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; padding: 15px; border: 1px solid var(--app-line); border-radius: 13px; background: #fff; box-shadow: 0 4px 15px rgba(7,29,25,.035); }
  .dashboard-page table.responsive-table tbody td { height: auto; min-width: 0; display: grid; gap: 4px; padding: 0; border: 0; font-size: 10px; overflow-wrap: anywhere; }
  .dashboard-page table.responsive-table tbody td::before { content: attr(data-label); color: var(--app-muted); font-size: 7px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
  .dashboard-page table.responsive-table tbody td[colspan] { grid-column: 1 / -1; min-height: 90px; place-content: center; text-align: center; }
  .dashboard-page table.responsive-table tbody td[colspan]::before { display: none; }
  .dashboard-page .mobile-bottom-nav { min-height: 64px; border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.58); background: rgba(7,29,25,.96); box-shadow: 0 18px 50px rgba(7,29,25,.27); }
  .dashboard-page .mobile-bottom-nav button { color: rgba(255,255,255,.52); }
  .dashboard-page .mobile-bottom-nav button svg { width: 19px; height: 19px; }
  .dashboard-page .mobile-bottom-nav button b { font-size: 7px; }
  .dashboard-page .mobile-bottom-nav button.active { color: #fff; background: rgba(84,219,166,.13); }
  .dashboard-page .mobile-bottom-nav button.active svg { color: var(--app-mint); }
  .dashboard-page .modal { padding: 25px 20px; border-radius: 18px; }
  .dashboard-page .modal h2 { font-size: 25px; }
}

@media (max-width: 390px) {
  .dashboard-page .dashboard-content { padding-inline: 10px; }
  .dashboard-page .welcome-row h2, .dashboard-page .section-heading h2 { font-size: 27px; }
  .portfolio-main > strong { font-size: 30px; }
  .portfolio-actions .button { font-size: 8px; }
  .dashboard-page .kpi-card { padding: 13px; }
  .dashboard-page .kpi-card strong { font-size: 15px; }
  .quick-amounts { gap: 5px; }
  .quick-amounts button { padding-inline: 5px; font-size: 8px; }
}

@media (max-width: 780px) {
  .account-shell { grid-template-columns: 1fr; }
  .account-aside { display: none; }
  .account-main { padding: 26px 20px 40px; place-items: start center; }
  .account-language { position: static; justify-self: end; margin-bottom: 22px; }
  .account-form-wrap { gap: 14px; }
  .account-brand-mobile { display: inline-flex; margin-bottom: 8px; }
  .account-main h1 { font-size: 30px; }
  .field input { min-height: 48px; font-size: 16px; }
}

/* Phone rhythm ------------------------------------------------------------
   The same sections used to run 10.5 screens with 44% of some bands empty.
   Generous air reads as elegance on a desktop and as walking on a phone. */
@media (max-width: 780px) {
  .scene-inner { padding-block: 62px; }
  .principles { padding-block: 58px; }
  .principle-grid { margin-top: 34px; }
  .principle-grid article { padding: 26px 24px 28px; }
  .principle-grid h3 { margin-top: 18px; }
  .stats { padding-block: 52px; }
  .stat-grid { margin-top: 26px; }
  .stat { padding: 20px 16px; }
  .market-grid { padding-block: 52px; gap: 22px; }
  .honesty { padding-block: 58px; }
  .honesty-lead { margin-top: 18px; }
  .honesty-signature { margin-top: 20px; }
  .transparency-grid { padding-block: 58px; gap: 34px; }
  .check-list { margin-top: 26px; }
  .check-list li { padding-block: 12px; }
  .process { padding: 58px 0; gap: 34px; }
  .process-list li { padding-block: 22px; }
  .landing-cta { padding-block: 62px; }
  .showcase { padding-block: 58px; }
  .showcase-list { margin-top: 32px; }
  .product-rail { padding-block: 24px; }
  .rail-item { width: 96px; }
  .rail-item img { padding: 9px; }
  .has-texture::before { right: -22%; width: 78%; opacity: .06; }
}

/* Investor portal v2 ----------------------------------------------------- */
.account-aside { display: flex; align-items: flex-start; justify-content: flex-start; }
.account-logo { position: relative; z-index: 2; display: block; width: 220px; }
.account-logo img { display: block; width: 100%; height: 124px; object-fit: contain; object-position: left center; }
.account-brand-mobile { display: none; }

.sidebar-logo { display: block; width: 164px; }
.sidebar-logo img { display: block; width: 100%; height: 84px; object-fit: contain; object-position: left center; }
.dashboard-page .sidebar-head { min-height: 90px; padding-top: 0; }
.dashboard-page .sidebar-language { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.dashboard-page .sidebar-language .language-option { min-width: 0; padding-inline: 3px; text-align: center; }

.no-fee-banner {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center;
  margin-bottom: 16px; padding: 18px 20px; border: 1px solid rgba(23,135,95,.2);
  border-radius: 16px; color: #0b4b37; background: linear-gradient(110deg,#e5f8ef,#f7fcf9);
  box-shadow: var(--app-shadow);
}
.no-fee-banner > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 13px; color: #fff; background: var(--app-green); }
.no-fee-banner svg { width: 21px; height: 21px; fill: currentColor; }
.no-fee-banner strong { display: block; font-size: 14px; letter-spacing: .015em; }
.no-fee-banner p { margin: 3px 0 0; color: #50766a; font-size: 10px; }
.plan-estimate { margin: 20px -4px 5px; padding: 15px; border: 1px solid #dcece5; border-radius: 13px; background: linear-gradient(135deg,#f5fbf8,#eaf7f1); }
.plan-estimate small { display: block; color: var(--app-muted); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plan-estimate strong { display: block; margin-top: 5px; color: var(--app-green); font-size: 23px; letter-spacing: -.03em; }
.plan-estimate-footnote { margin: 14px 2px 0; color: var(--app-muted); font-size: 10px; }
.dashboard-page .plan-card { min-height: 420px; }

.earnings-wallet {
  display: grid; grid-template-columns: minmax(0,1.3fr) minmax(190px,.7fr) auto;
  gap: 25px; align-items: center; margin-top: 14px; padding: 24px;
  overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 0,rgba(84,219,166,.2),transparent 18rem),linear-gradient(135deg,#092c24,#0b211c) !important;
}
.earnings-wallet-copy { display: flex; gap: 16px; align-items: center; }
.wallet-orbit { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; border: 1px solid rgba(84,219,166,.18); border-radius: 16px; color: var(--app-mint); background: rgba(84,219,166,.09); }
.wallet-orbit svg { width: 23px; height: 23px; fill: currentColor; }
.earnings-wallet .eyebrow { margin-bottom: 7px; color: var(--app-mint); }
.earnings-wallet h3 { margin: 0; font-size: 20px; }
.earnings-wallet p:not(.eyebrow) { margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: 10px; }
.earnings-wallet-value { display: grid; gap: 4px; }
.earnings-wallet-value small { color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.earnings-wallet-value strong { font-size: 25px; letter-spacing: -.035em; }
.friday-pill { width: max-content; display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; padding: 5px 8px; border-radius: 999px; color: #c9efe0; background: rgba(84,219,166,.1); font-size: 8px; font-weight: 750; }
.friday-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--app-mint); }
.earnings-wallet .button { color: var(--app-deep); background: var(--app-mint); }
.earnings-wallet .button.window-closed { color: #fff; background: rgba(255,255,255,.12); }
.withdrawals-inline { margin-top: 14px; overflow: hidden; }

.report-toolbar { display: grid; grid-template-columns: 170px minmax(190px,1fr) minmax(220px,1.5fr) auto; gap: 12px; align-items: end; margin-bottom: 13px; padding: 15px; }
.report-toolbar label { display: grid; gap: 6px; color: var(--app-muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.report-toolbar select, .report-toolbar input { width: 100%; min-height: 43px; padding: 0 12px; border: 1px solid var(--app-line); border-radius: 10px; outline: 0; color: var(--app-ink); background: #fff; font-size: 11px; font-weight: 600; text-transform: none; }
.report-toolbar select:focus, .report-toolbar input:focus { border-color: rgba(23,135,95,.45); box-shadow: 0 0 0 3px rgba(23,135,95,.07); }
.report-toolbar .button { min-height: 43px; }
.transparency-hero { grid-template-columns: minmax(260px,1.35fr) repeat(5,minmax(120px,.7fr)); overflow-x: auto; }
.transparency-stat em { display: block; margin-top: 3px; color: var(--app-mint); font-size: 8px; font-style: normal; }
.commerce-chart { min-height: 270px; padding-top: 30px; }
.commerce-bar span { border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg,var(--app-mint),var(--app-green)); box-shadow: 0 6px 16px rgba(23,135,95,.12); }

.result-calendar-panel { margin-top: 13px; padding-bottom: 18px; overflow: hidden; }
.calendar-head { align-items: center; }
.calendar-controls { display: flex; align-items: center; gap: 10px; }
.calendar-controls button { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--app-line); border-radius: 9px; color: var(--app-green); background: #fff; cursor: pointer; }
.calendar-controls strong { min-width: 150px; text-align: center; font-size: 11px; text-transform: capitalize; }
.result-calendar-weekdays, .result-calendar { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 7px; margin-inline: 18px; }
.result-calendar-weekdays { margin-top: 16px; margin-bottom: 7px; }
.result-calendar-weekdays span { color: var(--app-muted); font-size: 7px; font-weight: 850; text-align: center; text-transform: uppercase; }
.calendar-day { min-height: 68px; padding: 8px; border: 1px solid #edf2ef; border-radius: 11px; background: #f9fbfa; }
.calendar-day small { display: block; color: var(--app-muted); font-size: 8px; }
.calendar-day strong { display: block; margin-top: 13px; font-size: 11px; text-align: center; }
.calendar-day.has-result { border-color: #cfeadd; background: #f0faf5; }
.calendar-day.has-result.positive strong { color: var(--app-green); }
.calendar-day.has-result.negative { border-color: #f0d4d0; background: #fff5f3; }
.calendar-day.has-result.negative strong { color: #b34c40; }
.calendar-day.outside { opacity: 0; pointer-events: none; }

.financial-history { margin-top: 30px; }
.financial-history .section-mini-head { margin-bottom: 12px; }
.financial-history .section-mini-head p:not(.eyebrow) { margin: 5px 0 0; color: var(--app-muted); font-size: 11px; }
.finance-toolbar { grid-template-columns: 190px 180px minmax(220px,1fr); }
.financial-history .activity-panel { margin-top: 11px; }

.friday-notice { display: flex; gap: 12px; align-items: center; margin: 17px 0 4px; padding: 13px; border: 1px solid #f0dac0; border-radius: 12px; background: #fff8ea; }
.friday-notice > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: #805a15; background: #f8ddb0; font-size: 9px; font-weight: 900; }
.friday-notice p { display: grid; gap: 2px; margin: 0; }
.friday-notice b { font-size: 10px; }
.friday-notice small { color: #8a7450; font-size: 9px; }
.friday-notice.open { border-color: #c8eadb; background: #effaf5; }
.friday-notice.open > span { color: #0d6b4b; background: #c8efdf; }
.reinvest-summary { display: flex; justify-content: space-between; gap: 20px; margin: 22px 0; padding: 16px; border: 1px solid var(--app-line); border-radius: 13px; background: var(--app-soft); }
.reinvest-summary span { color: var(--app-muted); font-size: 10px; }
.reinvest-summary strong { font-size: 16px; }
.dashboard-page .modal-icon.success { color: #fff; background: var(--app-green); }

@media (max-width: 1180px) {
  .earnings-wallet { grid-template-columns: 1fr 1fr; }
  .earnings-wallet .button { grid-column: 1 / -1; }
  .report-toolbar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .transparency-hero { grid-template-columns: repeat(3,minmax(150px,1fr)); }
  .transparency-hero > div:first-child { grid-row: auto; }
}

@media (max-width: 780px) {
  .account-logo.account-brand-mobile { display: block; width: 160px; padding: 6px 12px; border-radius: 14px; background: var(--green-950); }
  .account-logo.account-brand-mobile img { height: 87px; object-position: center; }
  .sidebar-logo { width: 150px; }
  .dashboard-page .sidebar-head { min-height: 78px; padding-bottom: 18px; }
  .dashboard-page .plan-card { min-height: 390px; }
  .earnings-wallet { grid-template-columns: 1fr; gap: 18px; padding: 19px; }
  .earnings-wallet .button { grid-column: auto; width: 100%; }
  .earnings-wallet-copy { align-items: flex-start; }
  .report-toolbar, .finance-toolbar { grid-template-columns: 1fr; gap: 9px; }
  .report-toolbar .button { width: 100%; }
  .transparency-hero { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: hidden; }
  .transparency-hero > div:first-child { grid-column: 1 / -1; }
  .transparency-stat { min-width: 0; }
  .result-calendar-weekdays, .result-calendar { gap: 3px; margin-inline: 9px; }
  .calendar-day { min-height: 49px; padding: 5px; border-radius: 8px; }
  .calendar-day strong { margin-top: 8px; font-size: 8px; }
  .calendar-controls { width: 100%; justify-content: space-between; }
  .calendar-controls strong { min-width: 120px; }
  .dashboard-page .calendar-head { display: grid; gap: 12px; }
  .product-performance-grid { grid-template-columns: 1fr; }
  .dashboard-page .mobile-bottom-nav button b { font-size: 6.5px; }
}
