: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);
  --orange: #d78c49;
  --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; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font: italic 20px/1 Georgia, serif; }
.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: 35px; 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-lead { max-width: 540px; margin: 31px 0; color: #65736c; font-size: 17px; }
.hero-actions { display: flex; gap: 27px; align-items: center; }
.network-proof { display: flex; align-items: center; gap: 12px; margin-top: 50px; 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-composition { position: relative; min-height: 560px; }
.hero-composition::before { content: ''; position: absolute; inset: 9% 1% 3% 18%; background: linear-gradient(145deg, rgba(35,88,71,.03), rgba(35,88,71,.13)); border-radius: 50% 4% 50% 50%; transform: rotate(-10deg); }
.orbit { position: absolute; border: 1px solid rgba(35,88,71,.18); border-radius: 50%; }
.orbit-one { width: 460px; height: 460px; top: 40px; right: -60px; }
.orbit-two { width: 330px; height: 500px; top: 45px; right: 42px; transform: rotate(48deg); }
.hero-seal { position: absolute; z-index: 2; top: 50%; left: 53%; width: 230px; height: 230px; transform: translate(-50%,-50%); border-radius: 50%; background: var(--green-900); color: var(--ivory); box-shadow: 0 40px 80px rgba(20,56,46,.26); display: grid; place-content: center; justify-items: center; }
.hero-seal::before, .hero-seal::after { content: ''; position: absolute; inset: 13px; border: 1px solid rgba(244,240,231,.22); border-radius: 50%; }
.hero-seal::after { inset: 31px; }
.hero-seal span { font-size: 8px; letter-spacing: .36em; }
.hero-seal b { margin: 8px 0 5px; font: italic 80px/.9 Georgia, serif; }
.hero-seal small { font-size: 8px; letter-spacing: .34em; }
.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 { 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); }
.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; }
.report-card { color: var(--ink); background: var(--ivory); padding: 25px 31px; box-shadow: 0 35px 80px rgba(0,0,0,.22); transform: rotate(1deg); }
.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-block: 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 { 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); }
.process-list span { color: var(--green-500); font: italic 18px Georgia, serif; }
.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; font-size: 10px; color: var(--muted); }

/* 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; }
  .hero-seal { width: 180px; height: 180px; }
  .hero-seal b { font-size: 60px; }
  .orbit-one { width: 370px; height: 370px; }
  .orbit-two { width: 270px; height: 390px; }
  .transparency-grid { grid-template-columns: 1fr 400px; gap: 55px; }
  .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, .landing-header .header-actions > .button { display: none; }
  .hero { min-height: auto; padding-block: 75px 65px; display: block; }
  .hero h1 { font-size: clamp(47px,14vw,68px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-composition { min-height: 330px; margin-top: 35px; }
  .hero-seal { left: 50%; width: 165px; height: 165px; }
  .orbit-one { right: 50%; transform: translateX(50%); width: 300px; height: 300px; }
  .orbit-two { right: 50%; transform: translateX(50%) rotate(45deg); width: 230px; height: 310px; }
  .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; }
  .process { padding-block: 85px; grid-template-columns: 1fr; gap: 50px; }
  .landing-cta { padding-block: 85px; }
  .landing-footer { padding-block: 35px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; }

  .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; }
}

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

body.account-page { display: grid; place-items: center; padding: 26px 18px; min-height: 100vh; }
.account-card { width: min(410px, 100%); display: grid; gap: 15px; justify-items: start;
  padding: 32px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.account-card h1 { margin: 0; font-size: clamp(25px, 5vw, 31px); letter-spacing: -.01em; }
.account-card > p { margin: 0; color: var(--muted); font-size: 14px; }
.account-card form { display: grid; gap: 14px; width: 100%; }
.account-card label { display: grid; gap: 6px; font-size: 11px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--green-700); }
.account-card label small { font-size: 10px; font-weight: 400; letter-spacing: 0;
  text-transform: none; color: var(--muted); }
.account-card input { min-height: 44px; padding: 0 13px; border: 1px solid var(--line);
  border-radius: 2px; background: var(--ivory); font-size: 14px; }
.account-card input:focus-visible { outline: 2px solid var(--green-500); outline-offset: 1px; }
.account-links { display: grid; gap: 9px; width: 100%; font-size: 13px; color: var(--muted); }
.account-links a { color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.account-links .text-link { padding: 0; border: 0; background: none; cursor: pointer;
  justify-self: start; color: var(--green-700); text-decoration: underline; text-underline-offset: 3px; }
.account-card .language-switch { justify-self: stretch; justify-content: center; }
.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; }
