:root {
  color-scheme: dark;
  --bg: #080b11;
  --bg-soft: #0d1119;
  --panel: rgba(18, 23, 34, .86);
  --panel-solid: #121722;
  --panel-raised: #171e2b;
  --text: #f5f7fb;
  --muted: #99a3b5;
  --muted-2: #6f7a8f;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --brand: #7c5cff;
  --brand-2: #19d3ae;
  --brand-soft: rgba(124,92,255,.16);
  --success: #3addb2;
  --warning: #ffb454;
  --danger: #ff6b7a;
  --info: #6bb8ff;
  --shadow: 0 28px 90px rgba(0,0,0,.34);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius: 20px;
  --radius-lg: 28px;
  --shell: 1240px;
  --ease: cubic-bezier(.2,.8,.2,1);
}
html[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f6fb;
  --bg-soft: #edf0f7;
  --panel: rgba(255,255,255,.88);
  --panel-solid: #fff;
  --panel-raised: #f8f9fd;
  --text: #111522;
  --muted: #5f6879;
  --muted-2: #798296;
  --line: rgba(17,21,34,.09);
  --line-strong: rgba(17,21,34,.17);
  --brand-soft: rgba(105,75,241,.1);
  --shadow: 0 25px 80px rgba(44,53,84,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; min-height:100vh; background:var(--bg); color:var(--text); font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.55; -webkit-font-smoothing:antialiased; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; background-image:linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px); background-size:56px 56px; mask-image:linear-gradient(to bottom,black,transparent 75%); z-index:-2; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; color:inherit; }
button { cursor:pointer; }
img,svg { max-width:100%; }
code { font-family:"SFMono-Regular",Consolas,monospace; font-size:.9em; }
.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.shell { width:min(calc(100% - 40px),var(--shell)); margin-inline:auto; }
.narrow-page { width:min(calc(100% - 40px),700px); margin-inline:auto; padding:34px 0 90px; }
.section-space { padding-block:100px; }
.skip-link { position:fixed; left:18px; top:-80px; z-index:9999; padding:12px 18px; border-radius:10px; background:var(--text); color:var(--bg); transition:.2s; }
.skip-link:focus { top:18px; }
.ambient { position:fixed; z-index:-3; border-radius:50%; filter:blur(100px); opacity:.25; pointer-events:none; }
.ambient-one { width:520px; height:520px; top:-220px; left:-180px; background:#6346f5; }
.ambient-two { width:480px; height:480px; right:-240px; top:32%; background:#0fc7a4; opacity:.14; }
.site-header { position:sticky; top:0; z-index:1000; border-bottom:1px solid var(--line); background:color-mix(in srgb,var(--bg) 82%,transparent); backdrop-filter:blur(22px) saturate(145%); }
.header-inner { height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:inline-flex; align-items:center; gap:12px; min-width:max-content; }
.brand > span:last-child { display:flex; flex-direction:column; line-height:1.1; gap:4px; }
.brand strong { font-size:1.02rem; letter-spacing:-.02em; }
.brand small { color:var(--muted-2); font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; }
.brand-mark { width:38px; height:38px; display:grid; place-items:center; border-radius:13px; background:linear-gradient(145deg,var(--brand),#987cff); box-shadow:0 8px 24px rgba(124,92,255,.36); position:relative; transform:rotate(7deg); }
.brand-mark::before,.brand-mark::after,.brand-mark span { content:""; position:absolute; border:2px solid white; border-radius:50%; }
.brand-mark::before { width:15px; height:15px; }
.brand-mark::after { width:4px; height:4px; background:white; }
.brand-mark span { width:25px; height:25px; border-color:rgba(255,255,255,.35); }
.desktop-nav { display:flex; align-items:center; gap:5px; padding:5px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.025); }
.desktop-nav a { padding:9px 15px; border-radius:999px; color:var(--muted); font-weight:650; font-size:.87rem; transition:.2s var(--ease); }
.desktop-nav a:hover,.desktop-nav a.is-active { color:var(--text); background:var(--panel-raised); }
.header-actions { display:flex; align-items:center; gap:10px; }
.header-actions form { display:flex; }
.icon-button { width:40px; height:40px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:var(--panel); }
.icon-button:hover { border-color:var(--line-strong); transform:translateY(-1px); }
.icon-button svg { width:20px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; }
.menu-button { display:none; }
.mobile-nav { padding:10px 20px 20px; border-top:1px solid var(--line); background:var(--bg); }
.mobile-nav a { display:block; padding:14px; border-bottom:1px solid var(--line); font-weight:700; }
.text-link { border:0; background:none; color:var(--muted); font-weight:700; padding:8px; }
.text-link:hover { color:var(--text); }
.text-link.centered { display:block; width:100%; margin-top:12px; text-align:center; }
.avatar { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(145deg,var(--brand),var(--brand-2)); font-weight:850; }
.mode-banner { text-align:center; padding:8px 16px; font-size:.78rem; font-weight:700; color:#ffe1a7; background:rgba(255,180,84,.1); border-bottom:1px solid rgba(255,180,84,.25); }
.mode-banner span { display:inline-block; width:7px; height:7px; border-radius:50%; margin-right:7px; background:var(--warning); box-shadow:0 0 12px var(--warning); }
.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:44px; border:1px solid transparent; border-radius:13px; padding:11px 18px; font-weight:780; letter-spacing:-.01em; transition:transform .2s var(--ease),box-shadow .2s,border-color .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button:focus-visible,.icon-button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible { outline:3px solid color-mix(in srgb,var(--brand) 60%,white); outline-offset:3px; }
.button-primary { color:white; background:linear-gradient(135deg,var(--brand),#9174ff 55%,#7a61ff); box-shadow:0 12px 30px rgba(124,92,255,.22); }
.button-primary:hover { box-shadow:0 16px 38px rgba(124,92,255,.34); }
.button-primary:disabled { opacity:.42; cursor:not-allowed; transform:none; box-shadow:none; }
.button-ghost { border-color:var(--line-strong); background:var(--panel); color:var(--text); }
.button-ghost:hover { background:var(--panel-raised); }
.button-danger { color:#fff; background:linear-gradient(135deg,#dc3d5a,#b4233f); box-shadow:0 12px 30px rgba(220,61,90,.2); }
.button-danger:hover { box-shadow:0 16px 38px rgba(220,61,90,.3); }
.button-large { min-height:52px; padding:14px 23px; border-radius:15px; }
.button-small { min-height:36px; padding:7px 12px; border-radius:10px; font-size:.82rem; }
.button-block { width:100%; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; color:var(--muted); text-transform:uppercase; letter-spacing:.13em; font-size:.72rem; font-weight:820; }
.eyebrow i { width:7px; height:7px; border-radius:50%; background:var(--brand-2); box-shadow:0 0 14px var(--brand-2); }
.hero { min-height:690px; padding-block:85px 74px; display:grid; grid-template-columns:minmax(0,1.1fr) minmax(370px,.78fr); gap:80px; align-items:center; }
.hero h1,.page-hero h1 { margin:20px 0; font-size:clamp(3.1rem,6vw,6.2rem); line-height:.93; letter-spacing:-.075em; max-width:900px; }
.hero h1 span,.page-hero h1 span { background:linear-gradient(90deg,#a58cff,var(--brand-2)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-lead,.page-hero p { color:var(--muted); font-size:clamp(1rem,1.45vw,1.2rem); max-width:700px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.trust-row { margin-top:42px; display:flex; flex-wrap:wrap; gap:22px; }
.trust-row span { color:var(--muted); font-size:.8rem; font-weight:650; }
.trust-row b { color:var(--brand-2); margin-right:6px; }
.hero-product-card { border:1px solid var(--line-strong); border-radius:var(--radius-lg); background:linear-gradient(155deg,rgba(26,32,46,.96),rgba(13,17,25,.92)); padding:26px; box-shadow:var(--shadow); transform:rotate(1deg); position:relative; overflow:hidden; }
html[data-theme="light"] .hero-product-card { background:linear-gradient(155deg,#fff,#f2f4fa); }
.hero-product-card::before { content:""; position:absolute; width:260px; height:260px; right:-120px; top:-130px; background:var(--brand); filter:blur(70px); opacity:.17; }
.product-card-top,.atm-choice-top,.atm-status-line,.quote-head,.payment-card-head,.panel-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.product-card-top { font-size:.77rem; color:var(--muted); padding-bottom:20px; }
.status-dot,.status-pill { display:inline-flex; align-items:center; gap:7px; border-radius:999px; padding:6px 10px; background:rgba(58,221,178,.1); color:var(--success); font-size:.7rem; font-weight:800; }
.status-dot::before,.status-pill i { content:""; width:6px; height:6px; border-radius:50%; background:currentColor; box-shadow:0 0 9px currentColor; }
.status-pill.warning { color:var(--warning); background:rgba(255,180,84,.1); }
.status-pill.muted { color:var(--muted); background:rgba(153,163,181,.1); }
.mini-asset,.mini-route { display:flex; align-items:center; gap:14px; padding:17px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.035); }
.coin { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; font-weight:900; background:var(--panel-raised); color:#fff; }
.coin-btc { background:linear-gradient(145deg,#ff9f43,#f57b20); }
.coin-eth { background:linear-gradient(145deg,#6677dc,#a69fff); }
.coin-ltc { background:linear-gradient(145deg,#6d83a0,#9cb1c9); }
.coin-usdt { background:linear-gradient(145deg,#31b78a,#5de3b5); }
.coin-usdc { background:linear-gradient(145deg,#2775ca,#62a9ef); }
.mini-asset div,.mini-route div { display:flex; flex-direction:column; flex:1; }
.mini-asset small,.mini-route small,.mini-amount small,.mini-quote small { color:var(--muted-2); }
.mini-asset > b { color:var(--muted); }
.mini-amount { padding:25px 5px 21px; }
.mini-amount > span,.mini-quote > span { display:block; color:var(--muted); font-size:.8rem; }
.mini-amount strong { display:block; font-size:2.25rem; letter-spacing:-.055em; }
.mini-amount em { font-size:.8rem; color:var(--muted); font-style:normal; }
.mini-slider { height:6px; border-radius:99px; background:var(--line); margin-top:15px; position:relative; }
.mini-slider span { position:absolute; inset:0 38% 0 0; border-radius:inherit; background:linear-gradient(90deg,var(--brand),var(--brand-2)); }
.mini-slider i { position:absolute; left:62%; top:50%; width:16px; height:16px; border-radius:50%; background:white; transform:translate(-50%,-50%); box-shadow:0 3px 10px #0005; }
.mini-route { margin-bottom:16px; }
.mini-route strong { font-size:.9rem; }
.mini-route span { color:var(--muted); font-size:.77rem; }
.route-icon { font-size:1.5rem!important; color:var(--brand-2)!important; }
.mini-quote { padding:16px; border-radius:15px; background:var(--brand-soft); margin-bottom:16px; }
.mini-quote strong { display:block; margin:4px 0; font-size:1.2rem; }
.proof-strip { border-block:1px solid var(--line); background:rgba(255,255,255,.018); }
.proof-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.proof-grid > div { padding:30px 24px; border-right:1px solid var(--line); display:flex; flex-direction:column; }
.proof-grid > div:last-child { border-right:0; }
.proof-grid strong { font-size:1.45rem; letter-spacing:-.04em; }
.proof-grid span { color:var(--muted); font-size:.8rem; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:42px; }
.section-heading h2,.split-showcase h2,.leaderboard-callout h2 { margin:9px 0 0; font-size:clamp(2.2rem,4.4vw,4.4rem); line-height:1.02; letter-spacing:-.06em; max-width:720px; }
.section-heading > p { max-width:430px; color:var(--muted); }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height:330px; position:relative; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); overflow:hidden; }
.feature-card:hover { border-color:var(--line-strong); transform:translateY(-4px); transition:.3s var(--ease); }
.feature-accent { background:linear-gradient(145deg,var(--brand-soft),var(--panel)); }
.feature-number { color:var(--muted-2); font-family:monospace; }
.feature-icon { width:58px; height:58px; display:grid; place-items:center; margin:62px 0 24px; border-radius:17px; background:var(--panel-raised); font-size:1.6rem; }
.feature-card h3 { font-size:1.35rem; margin:0 0 10px; }
.feature-card p { color:var(--muted); margin:0; }
.split-showcase { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.split-showcase > div:first-child > p { color:var(--muted); max-width:650px; font-size:1.08rem; }
.check-list { padding:0; margin:30px 0; list-style:none; display:grid; gap:13px; }
.check-list li { display:flex; align-items:center; gap:11px; }
.check-list li::before { content:"✓"; width:24px; height:24px; display:grid; place-items:center; border-radius:50%; background:rgba(58,221,178,.12); color:var(--success); font-size:.75rem; font-weight:900; }
.text-arrow { color:var(--brand-2); font-weight:800; }
.reward-orbit { min-height:470px; position:relative; display:grid; place-items:center; }
.orbit-ring { position:absolute; width:390px; height:390px; border-radius:50%; border:1px solid var(--line-strong); box-shadow:inset 0 0 80px var(--brand-soft); }
.orbit-ring::before,.orbit-ring::after { content:""; position:absolute; border-radius:50%; border:1px dashed var(--line-strong); }
.orbit-ring::before { inset:42px; }
.orbit-ring::after { inset:90px; }
.tier-card { z-index:2; width:280px; padding:30px; border-radius:25px; background:linear-gradient(145deg,#281e54,#151927); border:1px solid rgba(255,255,255,.18); box-shadow:var(--shadow); }
.tier-card span { color:#c3b5ff; font-size:.72rem; letter-spacing:.12em; font-weight:850; }
.tier-card strong { display:block; font-size:3rem; line-height:1; margin-top:20px; }
.tier-card small { color:var(--muted); }
.tier-card > div { height:6px; border-radius:20px; background:#ffffff18; margin-top:25px; overflow:hidden; }
.tier-card i { display:block; height:100%; background:linear-gradient(90deg,var(--brand),var(--brand-2)); border-radius:inherit; }
.tier-card p { margin:10px 0 0; color:var(--muted); font-size:.78rem; }
.floating-chip { position:absolute; z-index:3; padding:11px 15px; border:1px solid var(--line-strong); border-radius:13px; background:var(--panel-solid); box-shadow:var(--shadow); font-weight:750; font-size:.82rem; }
.chip-one { left:5%; top:28%; color:var(--success); }
.chip-two { right:1%; bottom:24%; color:#c3b5ff; }
.page-hero { min-height:330px; padding:70px 0 45px; display:flex; align-items:end; justify-content:space-between; gap:40px; }
.page-hero.compact { min-height:auto; padding:55px 0 34px; align-items:center; }
.page-hero h1 { font-size:clamp(2.6rem,5vw,5.3rem); max-width:930px; }
.page-hero.compact h1 { font-size:clamp(2.2rem,4vw,4.2rem); }
.security-badge,.admin-identity { display:flex; align-items:center; gap:13px; min-width:300px; padding:18px; border:1px solid var(--line); border-radius:16px; background:var(--panel); }
.security-badge > span { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; color:var(--brand-2); background:rgba(25,211,174,.1); }
.security-badge div,.admin-identity { display:flex; flex-direction:column; align-items:flex-start; gap:3px; }
.security-badge small,.admin-identity small { color:var(--muted); }
.composer-layout { display:grid; grid-template-columns:minmax(0,1fr) 390px; gap:28px; align-items:start; padding-bottom:100px; }
.composer-main { display:grid; gap:16px; }
.step-card,.quote-card,.safety-card,.panel,.admin-section,.leaderboard-panel,.feature-control-panel { border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); box-shadow:0 10px 34px rgba(0,0,0,.08); }
.step-card { padding:25px; }
.step-header { display:flex; align-items:center; gap:14px; }
.step-header > div { flex:1; }
.step-header small { color:var(--muted-2); text-transform:uppercase; letter-spacing:.12em; font-size:.65rem; font-weight:800; }
.step-header h2 { margin:2px 0 0; font-size:1.25rem; letter-spacing:-.025em; }
.step-index { width:38px; height:38px; display:grid; place-items:center; flex:0 0 auto; border-radius:12px; background:var(--brand-soft); color:#b9a8ff; font-weight:900; font-family:monospace; }
.step-index.optional { background:rgba(25,211,174,.1); color:var(--brand-2); }
.step-summary { color:var(--muted); font-size:.82rem; font-weight:750; text-align:right; }
.asset-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; margin-top:22px; }
.asset-option { position:relative; min-height:105px; display:flex; flex-direction:column; align-items:flex-start; gap:9px; padding:14px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.02); text-align:left; }
.asset-option:hover { border-color:var(--line-strong); }
.asset-option.is-selected { border-color:color-mix(in srgb,var(--brand) 65%,white); background:var(--brand-soft); box-shadow:inset 0 0 0 1px rgba(124,92,255,.18); }
.asset-option .coin { width:34px; height:34px; border-radius:10px; font-size:.9rem; }
.asset-option span:nth-child(2) { display:flex; flex-direction:column; }
.asset-option small { color:var(--muted); }
.asset-option > i { display:none; position:absolute; top:12px; right:12px; font-style:normal; color:var(--brand-2); }
.asset-option.is-selected > i { display:block; }
.amount-display { margin:27px 0 20px; text-align:center; }
.amount-display > span { color:var(--muted); font-size:.82rem; }
.amount-display label { display:flex; align-items:baseline; justify-content:center; gap:10px; margin:4px 0; }
.amount-display input { width:min(100%,410px); border:0; background:transparent; text-align:center; color:var(--text); font-size:clamp(3rem,7vw,5.5rem); font-weight:850; letter-spacing:-.075em; line-height:1; }
.amount-display b { color:var(--muted); font-size:1rem; }
.amount-display small { color:var(--muted-2); }
.range-wrap { padding:0 10px; }
.range-wrap input[type="range"] { width:100%; accent-color:var(--brand); }
.range-labels { display:flex; justify-content:space-between; color:var(--muted-2); font-size:.72rem; margin-top:5px; }
.quick-amounts { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin-top:18px; }
.quick-amounts button,.filter-chips button { border:1px solid var(--line); border-radius:999px; padding:7px 11px; background:transparent; color:var(--muted); font-size:.75rem; font-weight:720; }
.quick-amounts button:hover,.quick-amounts button.is-active,.filter-chips button:hover,.filter-chips button.is-active { border-color:var(--brand); color:var(--text); background:var(--brand-soft); }
.indicative-line { margin-top:22px; display:grid; grid-template-columns:1fr auto; gap:3px 16px; padding:14px 16px; border-radius:13px; background:rgba(255,255,255,.025); }
.indicative-line span,.indicative-line small { color:var(--muted); font-size:.74rem; }
.indicative-line small { grid-column:1/-1; }
.availability-toolbar { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:20px; color:var(--muted); font-size:.75rem; }
.atm-choice-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:15px; }
.atm-choice { position:relative; display:flex; flex-direction:column; min-height:185px; padding:17px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.02); cursor:pointer; }
.atm-choice:hover { border-color:var(--line-strong); }
.atm-choice.is-selected { border-color:var(--brand); background:var(--brand-soft); }
.atm-choice.is-disabled { opacity:.45; cursor:not-allowed; }
.atm-choice input { position:absolute; opacity:0; pointer-events:none; }
.atm-choice-top { color:var(--muted); font-size:.72rem; }
.availability-dot { width:7px; height:7px; border-radius:50%; }
.availability-dot.online { background:var(--success); box-shadow:0 0 8px var(--success); }
.availability-dot.offline { background:var(--muted-2); }
.atm-choice-top small { margin-right:auto; }
.atm-choice > strong { margin-top:17px; }
.atm-choice > span:not(.atm-choice-top) { color:var(--muted); font-size:.78rem; }
.asset-tags { display:flex; flex-wrap:wrap; gap:5px; margin-top:auto; padding-top:13px; }
.asset-tags em { font-style:normal; color:var(--muted); background:var(--panel-raised); border-radius:7px; padding:3px 7px; font-size:.64rem; font-weight:800; }
.selection-check { display:none; position:absolute; right:13px; bottom:13px; width:24px; height:24px; place-items:center; border-radius:50%; background:var(--brand); color:white; font-style:normal; font-size:.7rem; }
.atm-choice.is-selected .selection-check { display:grid; }
.optional-card { background:rgba(255,255,255,.014); }
.voucher-fields { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }
.voucher-fields label,.secure-form label,.action-menu label { display:flex; flex-direction:column; gap:7px; color:var(--muted); font-size:.75rem; font-weight:700; }
.voucher-fields input,.voucher-fields select,.secure-form input,.secure-form select,.secure-form textarea,.action-menu input,.action-menu select,.action-menu textarea,.admin-search input { width:100%; border:1px solid var(--line); border-radius:11px; padding:11px 12px; background:var(--bg-soft); color:var(--text); }
.voucher-fields p { grid-column:1/-1; color:var(--muted-2); font-size:.75rem; margin:0; }
.composer-action-row { display:flex; align-items:center; justify-content:space-between; gap:22px; padding:22px 24px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(120deg,var(--brand-soft),var(--panel)); }
.composer-action-row > div { display:flex; flex-direction:column; }
.composer-action-row span { color:var(--muted); font-size:.78rem; }
.quote-sidebar { position:sticky; top:102px; display:grid; gap:14px; }
.quote-card { padding:23px; }
.quote-head > div { display:flex; flex-direction:column; align-items:flex-start; gap:4px; }
.quote-placeholder { min-height:450px; display:flex; flex-direction:column; }
.quote-illustration { height:145px; display:grid; place-items:center; position:relative; }
.quote-illustration i { width:100px; height:100px; border:1px dashed var(--line-strong); border-radius:50%; animation:spin 16s linear infinite; }
.quote-illustration b { position:absolute; width:54px; height:54px; display:grid; place-items:center; border-radius:18px; background:var(--brand-soft); color:#bfaeff; font-size:1.5rem; }
.quote-placeholder h3 { margin:4px 0 6px; }
.quote-placeholder p { color:var(--muted); font-size:.85rem; }
.quote-placeholder ul { list-style:none; margin:auto 0 0; padding:0; display:grid; gap:10px; }
.quote-placeholder li { display:flex; justify-content:space-between; gap:15px; padding-top:10px; border-top:1px solid var(--line); font-size:.78rem; }
.quote-placeholder li span { color:var(--muted); }
.countdown { padding:7px 10px; border-radius:9px; background:rgba(255,180,84,.1); color:var(--warning); font-family:monospace; font-weight:800; }
.send-amount { text-align:center; padding:28px 10px 22px; }
.send-amount span,.payout-lock span { color:var(--muted); font-size:.74rem; }
.send-amount strong { display:block; font-size:2rem; letter-spacing:-.045em; overflow-wrap:anywhere; }
.send-amount small { color:var(--brand-2); font-weight:800; }
.payout-lock { display:flex; justify-content:space-between; align-items:center; padding:13px 15px; border-radius:12px; background:var(--brand-soft); }
.quote-breakdown { margin:18px 0; display:grid; gap:10px; }
.quote-breakdown div { display:flex; justify-content:space-between; gap:15px; }
.quote-breakdown dt { color:var(--muted); font-size:.76rem; }
.quote-breakdown dd { margin:0; font-size:.78rem; font-weight:750; text-align:right; }
.denomination-plan { padding:13px; border:1px solid var(--line); border-radius:12px; }
.denomination-plan > span { color:var(--muted); font-size:.72rem; }
.denomination-plan div { display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; }
.denomination-plan em { font-style:normal; border-radius:8px; padding:5px 8px; background:var(--panel-raised); font-size:.72rem; font-weight:750; }
.quote-disclosure { color:var(--muted); font-size:.72rem; }
.consent-list { display:grid; gap:9px; margin:18px 0; }
.consent-list label { display:flex; align-items:flex-start; gap:9px; color:var(--muted); font-size:.72rem; }
.consent-list input { margin-top:3px; accent-color:var(--brand); }
.safety-card { padding:18px; }
.safety-card > span { font-weight:800; }
.safety-card ul { padding-left:18px; color:var(--muted); font-size:.76rem; display:grid; gap:6px; }
.safety-card.wide { margin-top:18px; }
.inline-alert,.flash { border:1px solid var(--line); border-radius:13px; padding:13px 16px; background:var(--panel); color:var(--muted); font-size:.83rem; }
.flash { margin-top:16px; }
.flash ul { margin:6px 0 0; }
.alert-error,.flash-error { border-color:rgba(255,107,122,.35); background:rgba(255,107,122,.08); color:#ffb2ba; }
.alert-warning,.flash-warning { border-color:rgba(255,180,84,.35); background:rgba(255,180,84,.08); color:#ffd49c; }
.flash-success { border-color:rgba(58,221,178,.35); background:rgba(58,221,178,.08); color:#aaf2df; }
.empty-state { padding:50px; text-align:center; color:var(--muted); }
.empty-state strong { display:block; color:var(--text); font-size:1.1rem; }
.empty-state.compact { padding:25px; }
.transaction-shell { padding:58px 0 100px; }
.transaction-header { display:flex; align-items:center; justify-content:space-between; gap:40px; margin-bottom:28px; }
.transaction-header h1 { margin:13px 0 5px; font-size:clamp(2.4rem,5vw,4.7rem); letter-spacing:-.06em; }
.transaction-header p { color:var(--muted); max-width:700px; }
.transaction-badge { min-width:230px; display:flex; align-items:center; gap:13px; padding:16px; border:1px solid var(--line); border-radius:15px; background:var(--panel); }
.transaction-badge div { display:flex; flex-direction:column; }
.transaction-badge small { color:var(--muted); }
.pulse-ring { width:14px; height:14px; border-radius:50%; background:var(--brand-2); box-shadow:0 0 0 7px rgba(25,211,174,.1); animation:pulse 2s infinite; }
.claim-proof-card { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; padding:25px; margin-bottom:18px; border:1px solid rgba(255,180,84,.38); border-radius:var(--radius); background:linear-gradient(120deg,rgba(255,180,84,.1),var(--panel)); }
.claim-proof-card h2 { margin:9px 0 5px; }
.claim-proof-card p { margin:0; color:var(--muted); max-width:700px; }
.claim-code { display:flex; flex-direction:column; align-items:flex-end; }
.claim-code span { color:var(--muted); font-size:.7rem; }
.claim-code strong { font-family:monospace; font-size:1.2rem; }
.claim-code button,.copy-field button { border:0; background:none; color:var(--brand-2); font-weight:800; padding:5px 0; }
.transaction-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:18px; }
.payment-card,.journey-card { padding:26px; border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); }
.payment-card-head h2 { margin:4px 0; font-size:1.35rem; }
.qr-frame { width:min(100%,310px); aspect-ratio:1; margin:25px auto; padding:16px; display:grid; place-items:center; border-radius:20px; background:white; }
.qr-frame canvas { width:100%!important; height:100%!important; }
.copy-field { display:grid; grid-template-columns:1fr auto; gap:3px 15px; padding:13px 0; border-top:1px solid var(--line); }
.copy-field span { grid-column:1/-1; color:var(--muted); font-size:.7rem; }
.copy-field strong { overflow-wrap:anywhere; font-family:monospace; font-size:.8rem; }
.danger-note { display:flex; flex-direction:column; gap:3px; margin-top:17px; padding:13px; border-radius:12px; background:rgba(255,107,122,.08); color:#ffb6bd; font-size:.75rem; }
.journey-summary { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.journey-summary > div { padding:15px; border-radius:13px; background:var(--panel-raised); }
.journey-summary small { display:block; color:var(--muted); }
.status-timeline { list-style:none; padding:10px 0 0; margin:18px 0; }
.status-timeline li { display:grid; grid-template-columns:34px 1fr 25px; gap:13px; align-items:center; position:relative; min-height:65px; opacity:.42; }
.status-timeline li::after { content:""; position:absolute; left:16px; top:48px; width:1px; height:32px; background:var(--line-strong); }
.status-timeline li:last-child::after { display:none; }
.status-timeline li > span { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; border:1px solid var(--line-strong); font-family:monospace; font-size:.7rem; }
.status-timeline li div { display:flex; flex-direction:column; }
.status-timeline li small { color:var(--muted); }
.status-timeline li i { font-style:normal; display:none; color:var(--success); }
.status-timeline li.is-active,.status-timeline li.is-complete { opacity:1; }
.status-timeline li.is-active > span { border-color:var(--brand); background:var(--brand-soft); color:#c0b2ff; box-shadow:0 0 0 6px var(--brand-soft); }
.status-timeline li.is-complete > span { border-color:var(--success); background:rgba(58,221,178,.1); color:var(--success); }
.status-timeline li.is-complete i { display:block; }
.status-meta { display:flex; justify-content:space-between; color:var(--muted); font-size:.75rem; margin-bottom:14px; }
.account-prompt { text-align:center; color:var(--muted); font-size:.78rem; }
.account-prompt a { color:var(--brand-2); }
.transaction-reference-row { display:flex; flex-wrap:wrap; gap:12px 28px; margin-top:16px; padding:16px; color:var(--muted); font-size:.72rem; }
.transaction-reference-row b { color:var(--text); font-family:monospace; }
.secure-form { padding:28px; display:grid; gap:18px; }
.secure-form label { font-size:.82rem; }
.secure-form input,.secure-form select,.secure-form textarea { min-height:48px; }
.secure-form small { color:var(--muted-2); }
.secret-box { display:grid; grid-template-columns:1fr auto; gap:5px 15px; padding:16px; border-radius:13px; background:var(--panel-raised); }
.secret-box span { grid-column:1/-1; color:var(--muted); font-size:.72rem; }
.secret-box strong { font-family:monospace; overflow-wrap:anywhere; }
.secret-box button { border:0; background:none; color:var(--brand-2); font-weight:800; }
.wrap-code { display:block; padding:13px; overflow-wrap:anywhere; white-space:normal; color:var(--muted); }
.or-divider { display:flex; align-items:center; gap:12px; color:var(--muted); }
.or-divider::before,.or-divider::after { content:""; flex:1; height:1px; background:var(--line); }
.recovery-grid { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.recovery-grid code { padding:11px; border:1px solid var(--line); border-radius:9px; background:var(--bg-soft); text-align:center; }
.atm-directory { padding-bottom:100px; }
.directory-toolbar { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:24px; }
.directory-toolbar input { min-width:320px; border:1px solid var(--line); border-radius:13px; padding:12px 15px; background:var(--panel); }
.filter-chips { display:flex; gap:7px; }
.atm-directory-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.atm-location-card { border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; background:var(--panel); }
.atm-map-tile { height:145px; position:relative; display:grid; place-items:center; background:linear-gradient(145deg,#171d2b,#0c111a); overflow:hidden; }
.atm-map-tile::before,.atm-map-tile::after { content:""; position:absolute; inset:-60%; background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size:30px 30px; transform:rotate(28deg); }
.atm-map-tile span { z-index:2; width:46px; height:46px; display:grid; place-items:center; border-radius:50%; background:var(--brand); box-shadow:0 0 0 10px var(--brand-soft); }
.atm-map-tile b { position:absolute; z-index:2; left:15px; bottom:12px; font-size:.75rem; }
.atm-card-body { padding:20px; }
.atm-card-body h2 { margin:17px 0 7px; font-size:1.2rem; }
.atm-card-body p { color:var(--muted); font-size:.8rem; }
.atm-card-actions { display:flex; gap:8px; margin-top:17px; }
.rewards-hero { align-items:center; }
.reward-hero-card { min-width:340px; padding:25px; border:1px solid var(--line-strong); border-radius:var(--radius); background:linear-gradient(145deg,#281e54,#161b2a); box-shadow:var(--shadow); }
.reward-hero-card > small { color:#c2b6ff; }
.reward-hero-card > strong { display:block; margin-top:25px; font-size:4rem; line-height:1; }
.reward-hero-card > span { color:var(--muted); }
.reward-hero-card dl { display:grid; gap:7px; margin-top:25px; }
.reward-hero-card dl div { display:flex; justify-content:space-between; }
.reward-hero-card dt { color:var(--muted); }
.reward-hero-card dd { margin:0; font-weight:800; }
.tier-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.tier-plan { padding:23px; min-height:225px; border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); }
.tier-plan > span { text-transform:uppercase; letter-spacing:.12em; color:var(--muted); font-size:.68rem; font-weight:850; }
.tier-plan > strong { display:block; font-size:2.7rem; margin-top:45px; }
.tier-plan > small { color:var(--muted); }
.tier-rule { margin-top:20px; padding-top:14px; border-top:1px solid var(--line); color:var(--muted); font-size:.75rem; }
.tier-plan.gold { background:linear-gradient(145deg,rgba(255,180,84,.12),var(--panel)); }
.tier-plan.platinum { background:linear-gradient(145deg,rgba(124,92,255,.16),var(--panel)); }
.reward-rules-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.reward-rules-grid article { padding:24px; border-top:2px solid var(--line-strong); }
.reward-rules-grid article > span { color:var(--brand-2); font-family:monospace; }
.reward-rules-grid h3 { font-size:1.15rem; }
.reward-rules-grid p { color:var(--muted); font-size:.82rem; }
.leaderboard-callout { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:60px; padding:50px; border:1px solid var(--line); border-radius:var(--radius-lg); background:linear-gradient(135deg,var(--brand-soft),var(--panel)); }
.leaderboard-callout p { color:var(--muted); }
.mini-podium { min-height:250px; display:flex; align-items:flex-end; justify-content:center; gap:10px; }
.mini-podium span { width:110px; height:140px; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid var(--line); border-radius:16px 16px 4px 4px; background:var(--panel-raised); }
.mini-podium .winner { height:210px; background:linear-gradient(180deg,var(--brand-soft),var(--panel-raised)); }
.mini-podium b { font-size:2rem; }
.leaderboard-panel { margin-bottom:100px; padding:28px; }
.leaderboard-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; }
.leaderboard-head span { color:var(--muted); }
.leaderboard-head h2 { margin:4px 0; }
.leaderboard-list { display:grid; gap:8px; }
.leaderboard-row { display:grid; grid-template-columns:50px 44px 1fr auto; align-items:center; gap:15px; padding:14px; border:1px solid var(--line); border-radius:14px; }
.leaderboard-row.podium { background:var(--brand-soft); border-color:rgba(124,92,255,.25); }
.leaderboard-row .rank { font-family:monospace; color:var(--muted); }
.leader-avatar { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--panel-raised); font-weight:850; }
.leaderboard-row div { display:flex; flex-direction:column; }
.leaderboard-row small { color:var(--muted); }
.volume-band { color:var(--brand-2); font-weight:800; font-size:.78rem; }
.operator-preview-grid,.admin-metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.metric-preview,.admin-metrics article { padding:22px; border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); }
.metric-preview span,.admin-metrics span { color:var(--muted); font-size:.75rem; }
.metric-preview strong,.admin-metrics strong { display:block; margin:25px 0 7px; font-size:1.7rem; }
.metric-preview p,.admin-metrics small { color:var(--muted); font-size:.78rem; }
.feature-control-panel { margin:22px auto 100px; padding:28px; }
.feature-matrix { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-top:20px; }
.feature-matrix div { display:flex; justify-content:space-between; gap:10px; padding:12px; border-radius:11px; background:var(--panel-raised); text-transform:capitalize; }
.feature-matrix strong { font-size:.72rem; }
.feature-matrix .enabled { color:var(--success); }
.feature-matrix .disabled { color:var(--muted); }
.admin-header { display:flex; justify-content:space-between; align-items:end; gap:30px; padding:55px 0 25px; }
.admin-header h1 { font-size:clamp(2.4rem,4.5vw,4.7rem); margin:12px 0; letter-spacing:-.06em; }
.admin-header p { color:var(--muted); }
.admin-identity { min-width:280px; }
.admin-identity > span { color:var(--brand-2); text-transform:uppercase; letter-spacing:.12em; font-size:.68rem; }
.admin-metrics { grid-template-columns:repeat(4,1fr); padding-bottom:20px; }
.admin-metrics article { min-height:145px; }
.admin-metrics strong { font-size:2rem; }
.admin-metrics .metric-alert strong { color:var(--warning); }
.admin-section { margin-top:16px; padding:24px; }
.admin-section:last-child { margin-bottom:100px; }
.panel-heading h2 { margin:3px 0; }
.count-badge { min-width:32px; height:32px; display:grid; place-items:center; border-radius:10px; background:var(--panel-raised); font-weight:800; }
.admin-search { display:flex; gap:8px; }
.admin-table-wrap { overflow:auto; margin-top:18px; border:1px solid var(--line); border-radius:14px; }
.admin-table { width:100%; border-collapse:collapse; min-width:850px; }
.admin-table th,.admin-table td { padding:13px 14px; border-bottom:1px solid var(--line); text-align:left; vertical-align:top; }
.admin-table th { color:var(--muted); font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; background:var(--bg-soft); }
.admin-table td { font-size:.8rem; }
.admin-table td > strong,.admin-table td > small { display:block; }
.admin-table td > small { color:var(--muted); }
.severity { display:inline-flex; padding:5px 8px; border-radius:8px; text-transform:uppercase; font-size:.64rem; font-weight:850; }
.severity-critical { color:#ffc1c7; background:rgba(255,107,122,.16); }
.severity-high { color:#ffd4a4; background:rgba(255,180,84,.13); }
.severity-medium { color:#b8d9ff; background:rgba(107,184,255,.12); }
.action-menu { position:relative; }
.action-menu > summary { list-style:none; cursor:pointer; color:var(--brand-2); font-weight:800; }
.action-menu > summary::-webkit-details-marker { display:none; }
.action-menu[open] { min-width:270px; }
.action-menu form { display:grid; gap:9px; margin-top:12px; padding:13px; border:1px solid var(--line); border-radius:12px; background:var(--panel-solid); }
.action-menu.wide[open] { min-width:500px; }
.control-tabs { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:12px; }
.control-tabs form { margin-top:0; }
.control-tabs h4 { margin:0; }
.pagination-wrap { margin-top:18px; }
.site-footer { border-top:1px solid var(--line); padding:58px 0 24px; background:rgba(255,255,255,.012); }
.footer-grid { display:grid; grid-template-columns:1.7fr repeat(3,1fr); gap:50px; }
.footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.footer-grid p,.footer-grid a { color:var(--muted); font-size:.78rem; }
.footer-grid a:hover { color:var(--text); }
.brand-footer { margin-bottom:10px; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:45px; padding-top:18px; border-top:1px solid var(--line); color:var(--muted-2); font-size:.7rem; }
@keyframes spin { to { transform:rotate(360deg); } }
@keyframes pulse { 0%,100% { box-shadow:0 0 0 7px rgba(25,211,174,.1); } 50% { box-shadow:0 0 0 14px rgba(25,211,174,0); } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }
@media (max-width:1080px) {
  .desktop-nav { display:none; }
  .menu-button { display:grid; }
  .hero { grid-template-columns:1fr .8fr; gap:35px; }
  .composer-layout { grid-template-columns:1fr 340px; }
  .asset-grid { grid-template-columns:repeat(3,1fr); }
  .atm-directory-grid { grid-template-columns:repeat(2,1fr); }
  .reward-rules-grid { grid-template-columns:repeat(2,1fr); }
  .admin-metrics { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:820px) {
  .shell { width:min(calc(100% - 28px),var(--shell)); }
  .hide-small { display:none; }
  .header-inner { height:68px; }
  .brand small { display:none; }
  .hero { min-height:auto; padding:60px 0; grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero h1 { font-size:clamp(3rem,13vw,5.2rem); }
  .hero-lead { margin-inline:auto; }
  .hero-actions,.trust-row { justify-content:center; }
  .hero-product-card { max-width:520px; width:100%; margin:auto; transform:none; }
  .proof-grid { grid-template-columns:repeat(2,1fr); }
  .proof-grid > div:nth-child(2) { border-right:0; }
  .feature-grid,.split-showcase,.transaction-grid,.leaderboard-callout { grid-template-columns:1fr; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:15px; }
  .reward-orbit { order:-1; }
  .page-hero,.transaction-header,.admin-header { align-items:flex-start; flex-direction:column; }
  .composer-layout { grid-template-columns:1fr; }
  .quote-sidebar { position:static; }
  .asset-grid { grid-template-columns:repeat(3,1fr); }
  .tier-grid { grid-template-columns:repeat(2,1fr); }
  .operator-preview-grid,.feature-matrix { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .transaction-badge,.security-badge,.admin-identity { min-width:0; width:100%; }
  .claim-proof-card { grid-template-columns:1fr; }
  .claim-code { align-items:flex-start; }
  .directory-toolbar { align-items:stretch; flex-direction:column; }
  .directory-toolbar input { min-width:0; width:100%; }
  .reward-hero-card { min-width:0; width:100%; }
  .rewards-hero { align-items:stretch; }
}
@media (max-width:560px) {
  .section-space { padding-block:70px; }
  .header-actions .button-small { display:none; }
  .hero { padding-top:45px; }
  .hero h1 { letter-spacing:-.065em; }
  .hero-actions .button { width:100%; }
  .trust-row { display:grid; grid-template-columns:1fr; text-align:left; }
  .proof-grid { grid-template-columns:1fr 1fr; }
  .proof-grid > div { padding:20px 14px; }
  .feature-grid,.atm-directory-grid,.tier-grid,.reward-rules-grid,.admin-metrics { grid-template-columns:1fr; }
  .asset-grid { grid-template-columns:repeat(2,1fr); }
  .atm-choice-grid { grid-template-columns:1fr; }
  .step-card { padding:18px; }
  .step-summary { display:none; }
  .amount-display input { font-size:3.6rem; }
  .quick-amounts button { flex:1 0 28%; }
  .composer-action-row { align-items:stretch; flex-direction:column; }
  .composer-action-row .button { width:100%; }
  .voucher-fields,.journey-summary,.recovery-grid,.control-tabs { grid-template-columns:1fr; }
  .transaction-shell { padding-top:35px; }
  .payment-card,.journey-card { padding:18px; }
  .transaction-reference-row { flex-direction:column; }
  .filter-chips { overflow:auto; }
  .atm-card-actions { flex-direction:column; }
  .leaderboard-row { grid-template-columns:38px 38px 1fr; }
  .volume-band { grid-column:3; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .action-menu.wide[open] { min-width:260px; }
  .admin-search { width:100%; }
  .admin-search input { min-width:0; }
  .panel-heading { align-items:flex-start; flex-direction:column; }
}

/* Account, rewards and voucher workspaces */
.account-metrics,
.reward-account-grid,
.voucher-wallet-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.account-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, .75fr);
    gap: 1.25rem;
    align-items: start;
}

.account-panel,
.preference-panel,
.reward-balance-panel,
.ledger-panel,
.voucher-wallet-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--surface);
    box-shadow: var(--shadow-card);
    padding: clamp(1.1rem, 2vw, 1.6rem);
}

.account-list,
.ledger-list {
    display: grid;
    gap: .7rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.account-list > *,
.ledger-list > * {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: .9rem 0;
    border-top: 1px solid var(--line-soft);
}

.account-list > *:first-child,
.ledger-list > *:first-child {
    border-top: 0;
}

.toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 0;
    border-top: 1px solid var(--line-soft);
}

.toggle-row input[type="checkbox"] {
    inline-size: 2.8rem;
    block-size: 1.5rem;
    accent-color: var(--accent);
}

.reward-account-grid {
    grid-template-columns: minmax(16rem, .8fr) minmax(0, 1.4fr);
}

.reward-balance-panel strong {
    display: block;
    margin-top: .35rem;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: .95;
    letter-spacing: -.055em;
}

.ledger-points {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    color: var(--accent-strong);
}

.ledger-points.negative {
    color: var(--danger);
}

.voucher-wallet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voucher-wallet-card code {
    display: inline-flex;
    margin-top: .75rem;
    padding: .5rem .65rem;
    border-radius: .65rem;
    background: var(--surface-strong);
    font-size: .86rem;
    overflow-wrap: anywhere;
}

.asset-card.asset-incompatible,
.atm-card.cash-unavailable {
    opacity: .52;
    filter: saturate(.45);
}

.asset-card.asset-incompatible {
    pointer-events: none;
}

.atm-card.cash-unavailable .button-primary {
    pointer-events: none;
    background: var(--surface-strong);
    color: var(--text-muted);
    box-shadow: none;
}

@media (max-width: 980px) {
    .account-metrics,
    .voucher-wallet-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-grid,
    .reward-account-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .account-metrics,
    .voucher-wallet-grid {
        grid-template-columns: 1fr;
    }

    .account-list > *,
    .ledger-list > * {
        grid-template-columns: 1fr;
        gap: .3rem;
    }
}

.wallet-launch-card { min-height:260px; padding:28px; border-radius:28px; border:1px solid var(--line); background:radial-gradient(circle at 20% 10%,rgba(197,255,74,.18),transparent 34%),linear-gradient(145deg,var(--panel-2),var(--panel)); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:12px; }
.wallet-launch-mark { width:54px; height:54px; border-radius:18px; display:grid; place-items:center; background:var(--accent); color:var(--accent-ink); font-size:26px; font-weight:900; }
.wallet-launch-card strong { font-size:20px; }
.wallet-launch-card span { color:var(--accent); font-weight:850; }
.wallet-launch-card small { color:var(--muted); line-height:1.55; }

/* Account, authentication and legal surfaces */
.auth-modern{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);gap:clamp(32px,6vw,88px);align-items:center;min-height:68vh}.auth-modern-copy h1{max-width:760px;margin:16px 0 18px;font-size:clamp(44px,6vw,78px);line-height:.98}.auth-modern-copy>p{max-width:700px;color:var(--muted);font-size:18px}.auth-modern-card{padding:clamp(26px,4vw,42px)}.auth-modern-card h2{font-size:34px;margin:0 0 8px}.auth-switch{text-align:center;color:var(--muted);margin:18px 0 0}.auth-switch a{color:var(--accent);font-weight:800}.account-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.account-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:22px;align-items:start}.account-panel,.preference-panel,.reward-balance-panel,.ledger-panel,.voucher-wallet-card,.legal-copy{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:26px}.account-list{display:grid;margin-top:18px}.account-list>a{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:17px 0;border-top:1px solid var(--line);color:var(--text)}.account-list>a:first-child{border-top:0}.account-list span{display:grid;gap:5px}.account-list small,.muted{color:var(--muted)}.preference-panel{position:sticky;top:96px}.toggle-row{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:18px}.toggle-row input{width:22px!important;height:22px}.progress{height:10px;border-radius:999px;background:var(--soft);overflow:hidden;margin-top:22px}.progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--accent-2))}.reward-account-grid{display:grid;grid-template-columns:minmax(260px,.35fr) minmax(0,1fr);gap:22px;align-items:start}.reward-balance-panel{position:sticky;top:96px}.reward-balance-panel>strong{display:block;font-size:clamp(48px,7vw,74px);letter-spacing:-.06em;margin:12px 0}.ledger-list{display:grid;margin-top:18px}.ledger-list article{display:flex;justify-content:space-between;gap:24px;padding:17px 0;border-top:1px solid var(--line)}.ledger-list article:first-child{border-top:0}.ledger-list span{display:grid;gap:5px}.ledger-list small{color:var(--muted)}.ledger-points{text-align:right;color:var(--success);font-weight:900}.ledger-points.negative{color:var(--danger)}.voucher-wallet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.voucher-wallet-card{display:grid;gap:14px}.voucher-wallet-card code{padding:10px 12px;background:var(--soft);border-radius:10px;overflow-wrap:anywhere}.legal-copy{max-width:960px}.legal-copy h2{font-size:28px;margin:34px 0 10px}.legal-copy h2:first-child{margin-top:0}.legal-copy p{color:var(--muted);font-size:17px;line-height:1.75}.section-space-small{margin-top:22px}.flash-warning{background:rgba(245,183,66,.12);border:1px solid rgba(245,183,66,.32);padding:14px 16px;border-radius:14px;margin:0 0 18px}.voucher-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.voucher-fields label:nth-of-type(5),.voucher-fields p{grid-column:span 2}.voucher-fields button{align-self:end}.pagination-wrap{margin-top:22px}.empty-state{color:var(--muted);padding:26px;text-align:center}.empty-state.compact{padding:24px 0}.legal-copy code,.page-hero code{font:inherit;font-weight:800;color:var(--accent)}
@media(max-width:980px){.auth-modern,.account-grid,.reward-account-grid{grid-template-columns:1fr}.account-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.voucher-wallet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.preference-panel,.reward-balance-panel{position:static}.voucher-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.account-metrics,.voucher-wallet-grid,.voucher-fields{grid-template-columns:1fr}.voucher-fields label:nth-of-type(5),.voucher-fields p{grid-column:auto}.account-list>a,.ledger-list article{align-items:flex-start;flex-direction:column}.ledger-points{text-align:left}.auth-modern{min-height:auto}.auth-modern-copy h1{font-size:44px}}
.progress-72 { width:72%; }
progress.progress { appearance:none; -webkit-appearance:none; width:100%; height:10px; border:0; border-radius:999px; overflow:hidden; background:var(--line); }
progress.progress::-webkit-progress-bar { background:var(--line); border-radius:999px; }
progress.progress::-webkit-progress-value { background:linear-gradient(90deg,var(--brand),var(--brand-2)); border-radius:999px; }
progress.progress::-moz-progress-bar { background:linear-gradient(90deg,var(--brand),var(--brand-2)); border-radius:999px; }

/* v2.6.2 local QR and voucher surfaces */
.payment-qr-layout {
    display: grid;
    grid-template-columns: minmax(15rem, .85fr) minmax(0, 1.15fr);
    gap: 1.25rem;
    align-items: stretch;
    margin: 1.2rem 0;
}

.qr-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--panel-raised);
    text-align: center;
}

.qr-panel > strong { font-size: 1rem; }
.qr-panel > small { max-width: 34rem; color: var(--muted); line-height: 1.55; }
.qr-frame { overflow: hidden; }
.qr-frame .osw-qr-svg { display: block; width: 100%; height: 100%; border-radius: 8px; }
.qr-loading { color: #111827; font-size: .78rem; font-weight: 750; text-align: center; }
.qr-frame.qr-render-error { color: #991b1b; font-size: .78rem; font-weight: 750; text-align: center; }
.qr-frame-payment { width: min(100%, 18rem); margin: 0 auto .45rem; }
.qr-frame-totp { width: min(100%, 17rem); margin: 0 auto .45rem; }

.totp-enrolment-grid {
    display: grid;
    grid-template-columns: minmax(16rem, .8fr) minmax(0, 1.2fr);
    gap: 1.25rem;
    align-items: stretch;
}

.totp-manual-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    min-width: 0;
}

.provisioning-uri-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .55rem .85rem;
    padding: 1rem;
    border-radius: 13px;
    background: var(--panel-raised);
}

.provisioning-uri-box > span { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; }
.provisioning-uri-box code { min-width: 0; margin: 0; }
.provisioning-uri-box button { align-self: center; border: 0; background: none; color: var(--brand-2); font-weight: 800; }

.voucher-fields-visible { align-items: end; }
.voucher-disabled-note { align-self: center; }
.voucher-disabled-note strong { display: block; color: var(--text); margin-bottom: .25rem; }

@media (max-width: 820px) {
    .payment-qr-layout,
    .totp-enrolment-grid { grid-template-columns: 1fr; }
}

/* Language and theme controls are defined only in osw-preference-controls.css. */

