/* ==========================================================================
   NovaXchange design system — "ledger receipt"
   Dark ink desk, paper receipt cards, brass + stamp-teal accents.
   Every number renders in tabular mono, like a bank register.
   ========================================================================== */

/* ==========================================================================
   NovaXchange design system — "ledger receipt"
   Dark ink desk, paper receipt cards, brass + stamp-teal accents.
   Every number renders in tabular mono, like a bank register.

   Fonts: IBM Plex Mono is self-hosted (below) — every number on the site
   loads it with zero external requests, so it never falls back or flashes.
   Headings/body use the OS's native UI font (San Francisco on iPhone,
   Roboto on Android) — instant, no download, and it already looks right
   on every device without us shipping a body-text webfont at all.
   ========================================================================== */

@font-face{
  font-family:'IBM Plex Mono';
  font-weight:400;
  font-style:normal;
  font-display:swap;
  src:url('fonts/IBMPlexMono-Regular.woff') format('woff');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-weight:600;
  font-style:normal;
  font-display:swap;
  src:url('fonts/IBMPlexMono-Bold.woff') format('woff');
}
@font-face{
  font-family:'IBM Plex Mono';
  font-weight:700;
  font-style:normal;
  font-display:swap;
  src:url('fonts/IBMPlexMono-Bold.woff') format('woff');
}

:root{
  /* -- core palette (6 hex values) -------------------------------------- */
  --yellow:#B4863A;   /* brass — primary accent: rate, CTAs, active state   */
  --ink:   #14161B;   /* near-black ink — page shell + dark text on paper  */
  --cream: #F0E9D8;   /* paper-dim — soft highlight boxes on a paper card  */
  --mute:  #9C9078;   /* muted ledger grey — secondary text, either surface*/
  --bg:    #14161B;   /* page shell background (dark desk)                 */
  --card:  #FBF8F1;   /* paper — card surfaces                             */
  --border:#E2D9C2;   /* hairline rule on paper                            */
  --green: #1C8C68;   /* verified ink-stamp teal                           */
  --red:   #C24B3D;   /* alert ink-stamp red                               */
  --ink-2: #1D2028;   /* elevated dark surface (footer sub, dark card)     */
  --paper-text: #201C12; /* body text colour used ON paper surfaces        */
  --dark-text: #EFE9D8;  /* body text colour used ON the dark shell        */
  --dark-mute: #948B72;  /* secondary text on the dark shell               */
  color-scheme: dark;
}

*{box-sizing:border-box; margin:0; padding:0;}
html{ color-scheme:dark; background:var(--bg) !important; }
body{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  background:var(--bg) !important; color:var(--dark-text) !important; line-height:1.5;
  color-scheme:dark;
}
h1,h2,h3{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:600; letter-spacing:-0.01em;
}
.mono, .rate-widget .value, .receive-value, .stat-value, .trust-item b,
.stats-band b, .txn-top .amt, code, .mono-num{
  font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;
  font-feature-settings:"tnum" 1, "zero" 1;
  font-variant-numeric: tabular-nums;
}
a{color:inherit; text-decoration:none;}
a:active, button:active{ opacity:0.7; transition:opacity .05s ease; }
.wrap{max-width:1160px; margin:0 auto; padding:0 24px;}
img,svg{display:block;}
::selection{ background:var(--yellow); color:var(--ink); }

/* focus visibility (kept even though we hand-roll most controls) */
a:focus-visible, button:focus-visible, input:focus-visible{
  outline:2px solid var(--yellow); outline-offset:2px;
}

/* ---------- LEDGER-RECEIPT SIGNATURE -----------------------------------
   Any surface with .receipt gets a torn/perforated top edge and can carry
   an ink-stamp badge via .stamp. This is the one repeated visual idea that
   ties the whole product back to "Ledgerline" and to a UPI payment slip. */
.panel, .rate-widget, .cta-band{
  position:relative;
  --tooth:14px;
  -webkit-mask-image: radial-gradient(circle at var(--tooth) 0, transparent calc(var(--tooth) - 1px), #000 var(--tooth));
  -webkit-mask-size: calc(var(--tooth)*2) 100%;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: -7px 0;
  mask-image: radial-gradient(circle at var(--tooth) 0, transparent calc(var(--tooth) - 1px), #000 var(--tooth));
  mask-size: calc(var(--tooth)*2) 100%;
  mask-repeat: repeat-x;
  mask-position: -7px 0;
}
.stamp-badge{
  position:absolute; top:14px; right:16px; z-index:2;
  display:flex; align-items:center; gap:5px;
  font-family:'IBM Plex Mono',monospace; font-size:9.5px; font-weight:600;
  letter-spacing:.09em; text-transform:uppercase; color:var(--green);
  border:1.5px solid var(--green); border-radius:100px; padding:4px 9px 4px 7px;
  transform:rotate(-3deg); background:rgba(28,140,104,0.06);
}
.stamp-badge svg{width:11px; height:11px;}

/* ---------- NAVBAR ---------- */
nav.topbar{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 24px; max-width:1160px; margin:0 auto; position:sticky; top:0;
  background:var(--bg); z-index:50; border-bottom:1px solid #262A33;
}
.brand{display:flex; align-items:center; gap:9px; font-size:20px;}
.nav-links{display:flex; gap:28px; font-size:13.5px; font-weight:500;}
.nav-links a{color:var(--dark-mute); transition:color .15s;}
.nav-links a.active{color:var(--yellow);}
.nav-links a:hover{color:var(--dark-text);}
.nav-cta{display:flex; gap:10px;}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  padding:11px 20px; border-radius:9px; font-weight:600; font-size:13.5px;
  cursor:pointer; border:none; transition:transform .12s, opacity .12s, background .15s;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  -webkit-appearance:none; appearance:none;
  -webkit-text-fill-color:currentColor; /* iOS Safari: stop it graying out disabled/inactive button text and ignoring our color */
}
.btn:active{transform:scale(0.97);}
.btn:disabled{ opacity:.35; -webkit-text-fill-color:currentColor; }
.btn-dark{background:var(--yellow); color:var(--ink);}
.btn-dark:hover{background:#C6944A;}
.btn-ghost{background:transparent; border:1.5px solid #363B47; color:var(--dark-text);}
.btn-ghost:hover{border-color:var(--yellow); color:var(--yellow);}
.btn-yellow{background:var(--yellow); color:var(--ink);}
.btn:disabled{opacity:.35; cursor:default;}
.btn-full{width:100%;}

.hamburger{display:none; background:none; border:1.5px solid #363B47; border-radius:8px; width:40px; height:40px; align-items:center; justify-content:center; cursor:pointer; flex-direction:column; gap:4px;}
.hamburger span{display:block; width:18px; height:2px; background:var(--dark-text); border-radius:2px;}
.mobile-menu{display:none; flex-direction:column; gap:2px; background:var(--ink-2); border:1px solid #2A2E38; border-radius:14px; padding:10px; margin:0 24px 12px; box-shadow:0 16px 34px rgba(0,0,0,.4);}
.mobile-menu > a{padding:12px 14px; border-radius:9px; font-size:14.5px; font-weight:600; color:var(--dark-text);}
.mobile-menu.open{display:flex;}
.mobile-cta{display:flex; gap:8px; padding:6px 6px 4px;}
.mobile-cta .btn{flex:1;}

@media(max-width:840px){
  .nav-links{display:none;}
  .nav-cta{display:none;}
  .hamburger{display:flex;}
}
@media(min-width:841px){ .mobile-menu{display:none !important;} }

/* ---------- BOTTOM NAV (mobile) ---------- */
.bottom-nav{
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:60;
  background:var(--ink-2); border-top:1px solid #282C36;
  padding:8px 6px calc(10px + env(safe-area-inset-bottom));
  justify-content:space-around; align-items:center;
  box-shadow:0 -10px 26px rgba(0,0,0,.35);
}
.bottom-nav a{
  background:none; border:none; display:flex; flex-direction:column; align-items:center;
  gap:3px; padding:4px 10px; cursor:pointer; position:relative; color:#5C5F6B;
}
.bottom-nav a.active{color:var(--yellow);}
.bottom-nav a svg{width:20px; height:20px;}
.bottom-nav .b-label{font-size:10.5px; font-weight:600;}
.bottom-nav a.active .b-label{font-weight:700;}
.bottom-nav a.active::before{
  content:""; position:absolute; top:-9px; width:16px; height:3px; border-radius:2px; background:var(--yellow);
}
@media(max-width:840px){ .bottom-nav{display:flex;} body{padding-bottom:70px;} }

/* ---------- HERO ---------- */
.hero{padding:60px 24px 44px; max-width:1160px; margin:0 auto;}
.hero-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:52px; align-items:center;}
@media(max-width:900px){ .hero-grid{grid-template-columns:1fr;} }
.eyebrow{
  display:inline-flex; align-items:center; gap:7px; background:transparent;
  color:var(--yellow); font-size:11px; font-weight:600; letter-spacing:.1em;
  padding:0; margin-bottom:20px; text-transform:uppercase;
  font-family:'IBM Plex Mono',monospace;
}
.eyebrow::before{content:"◆"; font-size:9px;}
.hero h1{font-size:46px; line-height:1.1; letter-spacing:-0.015em; margin-bottom:18px; color:var(--dark-text); font-weight:600;}
.hero h1 em{font-style:normal; color:var(--yellow);}
.hero p{font-size:16px; color:var(--dark-mute); max-width:460px; margin-bottom:28px;}
.hero-actions{display:flex; gap:12px; margin-bottom:32px; flex-wrap:wrap;}
.trust-row{display:flex; gap:26px; flex-wrap:wrap;}
.trust-item{display:flex; flex-direction:column;}
.trust-item b{font-size:20px; color:var(--dark-text); font-weight:600;}
.trust-item span{font-size:11px; color:var(--dark-mute); font-weight:500; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;}

.rate-widget{
  background:var(--card); border-radius:4px; padding:28px 26px 24px;
  box-shadow:0 24px 60px rgba(0,0,0,.45); color:var(--paper-text);
}
.rate-widget .label{font-size:10.5px; font-weight:600; letter-spacing:.09em; color:var(--mute); text-transform:uppercase; font-family:'IBM Plex Mono',monospace;}
.rate-widget .value{font-size:44px; font-weight:600; margin:8px 0 2px; color:var(--ink); letter-spacing:-0.01em;}
.rate-widget .sub{font-size:12.5px; color:var(--mute); margin-bottom:18px;}
.rate-widget .divider{height:1px; background:repeating-linear-gradient(90deg,var(--border) 0 6px,transparent 6px 11px); margin:18px 0;}
.mini-row{display:flex; justify-content:space-between; font-size:13px; padding:7px 0; color:var(--paper-text);}
.mini-row .k{color:var(--mute); font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;}
.mini-row .v{font-weight:600; font-family:'IBM Plex Mono',monospace;}

/* ---------- MARQUEE ---------- */
.marquee-wrap{background:var(--ink-2); overflow:hidden; padding:13px 0; margin:44px 0; border-top:1px solid #262A33; border-bottom:1px solid #262A33;}
.marquee{display:flex; gap:40px; white-space:nowrap; animation:scroll 24s linear infinite; font-size:12px; color:var(--dark-mute); font-weight:500; font-family:'IBM Plex Mono',monospace;}
.marquee span{display:flex; align-items:center; gap:8px;}
@keyframes scroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }
@media (prefers-reduced-motion: reduce){ .marquee{animation:none;} .faq-a{transition:none;} }

/* ---------- SECTIONS ---------- */
main section{padding:60px 24px; max-width:1160px; margin:0 auto;}
.page-head{padding:46px 24px 10px; max-width:1160px; margin:0 auto;}
.page-head h1{font-size:30px; margin-bottom:8px; color:var(--dark-text);}
.page-head p{color:var(--dark-mute); font-size:14.5px;}
.section-head{text-align:center; max-width:560px; margin:0 auto 46px;}
.section-head .eyebrow{display:inline-flex;}
.section-head h2{font-size:30px; margin-bottom:10px; color:var(--dark-text);}
.section-head p{color:var(--dark-mute); font-size:14.5px;}

.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
@media(max-width:900px){ .steps{grid-template-columns:1fr 1fr;} }
@media(max-width:560px){ .steps{grid-template-columns:1fr;} }
.step-card{background:var(--card); border-radius:4px; padding:24px 20px; color:var(--paper-text);}
.step-num{width:26px; height:26px; border-radius:2px; background:var(--ink); color:var(--yellow); font-weight:700; display:flex; align-items:center; justify-content:center; margin-bottom:16px; font-size:12px; font-family:'IBM Plex Mono',monospace;}
.step-card h3{font-size:15.5px; margin-bottom:6px; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-weight:600; color:var(--paper-text);}
.step-card p{font-size:13px; color:var(--mute);}

.feature-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
@media(max-width:900px){ .feature-grid{grid-template-columns:1fr 1fr;} }
@media(max-width:560px){ .feature-grid{grid-template-columns:1fr;} }
.feature-card{background:var(--card); border-radius:4px; padding:24px 20px; color:var(--paper-text);}
.feature-icon{width:36px; height:36px; border-radius:3px; background:var(--ink); color:var(--yellow); display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-size:16px;}
.feature-card h3{font-size:15px; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-weight:600; margin-bottom:6px; color:var(--paper-text);}
.feature-card p{font-size:13px; color:var(--mute);}

.stats-band{background:var(--ink-2); border:1px solid #262A33; border-radius:4px; padding:42px 30px; display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center;}
@media(max-width:700px){ .stats-band{grid-template-columns:1fr 1fr;} }
.stats-band b{font-size:28px; color:var(--yellow); font-weight:600; display:block;}
.stats-band span{font-size:11.5px; color:var(--dark-mute); font-weight:500; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;}

.testi-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px;}
@media(max-width:900px){ .testi-grid{grid-template-columns:1fr;} }
.testi-card{background:var(--card); border-radius:4px; padding:22px 20px; color:var(--paper-text);}
.stars{color:var(--yellow); font-size:13px; margin-bottom:10px; letter-spacing:2px;}
.testi-card p{font-size:13.5px; color:var(--paper-text); margin-bottom:14px; opacity:.85;}
.testi-name{font-size:12.5px; font-weight:600; color:var(--paper-text);}
.testi-loc{font-size:11px; color:var(--mute);}

.faq-item{border-bottom:1px solid #262A33; padding:19px 0; cursor:pointer;}
.faq-q{display:flex; justify-content:space-between; align-items:center; font-weight:600; font-size:14.5px; color:var(--dark-text);}
.faq-a{font-size:13.5px; color:var(--dark-mute); max-width:640px; overflow:hidden; max-height:0; opacity:0; transition:max-height .25s ease, opacity .2s ease, margin-top .25s ease;}
.faq-item.open .faq-a{display:block; max-height:200px; opacity:1; margin-top:10px;}
.faq-item.open .faq-q .chev{transform:rotate(45deg); color:var(--yellow);}
.faq-q .chev{transition:transform .15s; font-size:18px; color:var(--dark-mute); font-family:'IBM Plex Mono',monospace;}

.cta-band{
  background:var(--yellow); padding:50px 30px; text-align:center; color:var(--ink);
}
.cta-band h2{font-size:27px; margin-bottom:10px; color:var(--ink);}
.cta-band p{color:#3D2E0F; font-size:14px; margin-bottom:24px;}
.cta-band .btn-dark{background:var(--ink); color:var(--yellow);}
.cta-band .btn-dark:hover{background:#22252C;}

/* ---------- FOOTER ---------- */
footer{background:var(--ink-2); color:var(--dark-mute); padding:56px 24px 24px; border-top:1px solid #262A33;}
.footer-grid{max-width:1160px; margin:0 auto; display:grid; grid-template-columns:1.4fr repeat(4,1fr); gap:30px; padding-bottom:36px; border-bottom:1px solid #282C36;}
@media(max-width:900px){ .footer-grid{grid-template-columns:1fr 1fr;} }
@media(max-width:560px){ .footer-grid{grid-template-columns:1fr;} }
.footer-brand{display:flex; align-items:center; gap:9px; font-size:17px; color:var(--dark-text); margin-bottom:12px;}
.footer-desc{font-size:12.5px; color:#6B6F7A; max-width:260px; margin-bottom:16px;}
.footer-social{display:flex; gap:10px;}
.footer-social a{width:32px; height:32px; border-radius:6px; background:#22252D; display:flex; align-items:center; justify-content:center; font-size:13px;}
.footer-col h4{font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:#5C5F6B; margin-bottom:14px; font-family:'IBM Plex Mono',monospace; font-weight:600;}
.footer-col a{display:block; font-size:13px; color:var(--dark-mute); margin-bottom:10px;}
.footer-col a:hover{color:var(--yellow);}
.footer-bottom{max-width:1160px; margin:0 auto; display:flex; justify-content:space-between; align-items:center; padding-top:20px; font-size:11.5px; color:#565A64; flex-wrap:wrap; gap:12px;}
.footer-badges{display:flex; gap:8px; flex-wrap:wrap;}
.footer-badge{background:#22252D; padding:5px 10px; border-radius:100px; font-size:10px; font-weight:600; color:#8B8F99; font-family:'IBM Plex Mono',monospace;}

/* ---------- FORM / CARD PRIMITIVES (auth, buy, profile) ---------- */
.center-wrap{max-width:440px; margin:0 auto; padding:28px 20px 50px;}
.auth-hero{text-align:center; margin-bottom:28px;}
.auth-hero h1{color:var(--dark-text);}
.auth-hero p{color:var(--dark-mute);}
.trust-pill{display:flex; align-items:center; gap:4px; background:var(--ink-2); color:var(--dark-mute); font-size:10.5px; font-weight:600; padding:5px 9px; border-radius:100px; border:1px solid #262A33;}
.trust-pill-row{display:flex; gap:6px; justify-content:center; flex-wrap:wrap;}

.panel{background:var(--card); border-radius:4px; padding:28px 22px 24px; box-shadow:0 18px 44px rgba(0,0,0,.4); color:var(--paper-text);}
.panel-white{background:var(--card); box-shadow:none; border:1px solid var(--border);}
.panel-title{font-size:19px; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-weight:600; margin-bottom:6px; color:var(--paper-text);}
.panel-sub{font-size:12.5px; color:var(--mute); margin-bottom:18px; line-height:1.55;}
.field-label{display:block; font-size:10.5px; letter-spacing:.08em; color:var(--mute); font-weight:600; margin:16px 0 8px; text-transform:uppercase; font-family:'IBM Plex Mono',monospace;}
.field-label:first-of-type{margin-top:0;}
.input-box{background:#fff; border:1px solid var(--border); border-radius:6px; padding:13px 14px; display:flex; align-items:center; gap:8px;}
.input-box input{border:none; outline:none; width:100%; font-size:16px; font-family:'IBM Plex Mono',monospace; color:var(--paper-text); background:transparent; -webkit-appearance:none; appearance:none; -webkit-text-fill-color:var(--paper-text);}
.input-box input::placeholder{color:#B8AF98; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;}
.receive-box{background:var(--cream); border-radius:4px; padding:15px 16px; margin-top:14px; border-left:3px solid var(--yellow);}
.receive-value{font-size:23px; font-weight:600; color:var(--paper-text);}
.network-row{display:flex; gap:10px; margin-top:2px;}
.network-chip{flex:1; background:#fff; border:1.5px solid var(--border); border-radius:6px; padding:12px 10px; display:flex; align-items:center; justify-content:center; gap:8px; cursor:pointer; font-weight:600; font-size:13.5px; color:var(--paper-text); font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; -webkit-appearance:none; appearance:none; -webkit-text-fill-color:var(--paper-text);}
.network-chip.active{border-color:var(--yellow); background:#FBF3E6;}
.warn-strip{background:#F6EFE1; color:#6B4A1E; font-size:12px; padding:11px 12px; border-radius:5px; margin-bottom:16px; border-left:3px solid var(--yellow);}
.upload-box{display:flex; flex-direction:column; align-items:center; justify-content:center; border:1.5px dashed #C9BE9F; border-radius:5px; padding:24px 16px; cursor:pointer; background:#FBF8F1; font-size:13px; color:var(--mute); width:100%; -webkit-appearance:none; appearance:none; -webkit-text-fill-color:var(--mute);}
.footer-row{display:flex; gap:10px; margin-top:18px;}
.footer-row .btn{flex:1;}
.small-note{text-align:center; font-size:10.5px; color:var(--dark-mute); margin-top:18px; display:flex; align-items:center; justify-content:center; gap:5px; font-family:'IBM Plex Mono',monospace;}
.switch-row{text-align:center; margin-top:18px; font-size:12.5px; color:var(--dark-mute);}
.switch-link{color:var(--yellow); font-weight:600; cursor:pointer; text-decoration:underline;}

.stepper{display:flex; align-items:center; margin-bottom:18px;}
.step-item{display:flex; align-items:center; flex:1;}
.step-dot{width:24px; height:24px; border-radius:3px; background:#EFE7D2; border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-size:10.5px; font-weight:700; color:#B0A588; flex-shrink:0; font-family:'IBM Plex Mono',monospace;}
.step-dot.active{background:var(--yellow); color:var(--ink); border-color:var(--yellow);}
.step-dot.done{background:var(--ink); color:var(--yellow); border-color:var(--ink);}
.step-line{flex:1; height:1px; background:var(--border); margin:0 4px;}
.done-circle{width:56px; height:56px; border-radius:50%; background:var(--ink); display:flex; align-items:center; justify-content:center; margin:0 auto;}

/* dashboard / profile */
.stats-row{display:flex; gap:10px; margin-bottom:18px;}
.stat-card{flex:1; background:var(--card); border:1px solid var(--border); border-radius:5px; padding:13px 10px; text-align:center;}
.stat-value{font-size:16px; font-weight:600; color:var(--paper-text);}
.stat-label{font-size:9.5px; color:var(--mute); margin-top:3px; text-transform:uppercase; letter-spacing:.05em; font-family:'IBM Plex Mono',monospace;}
.section-tag{display:flex; align-items:center; gap:6px; font-size:11px; font-weight:600; letter-spacing:.07em; color:var(--dark-mute); text-transform:uppercase; margin-bottom:10px; font-family:'IBM Plex Mono',monospace;}
.txn-row{display:flex; gap:10px; align-items:center; padding:15px 0; border-bottom:1px dashed #2A2E38;}
.txn-icon{width:34px; height:34px; border-radius:5px; background:var(--ink-2); border:1px solid #282C36; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.txn-top{display:flex; justify-content:space-between; font-weight:600; font-size:13.5px; color:var(--dark-text);}
.txn-bottom{display:flex; justify-content:space-between; font-size:11px; color:var(--dark-mute); margin-top:3px; font-family:'IBM Plex Mono',monospace;}
.filter-row{display:flex; gap:8px; margin-bottom:18px; flex-wrap:wrap;}
.filter-chip{padding:7px 14px; border-radius:100px; border:1px solid #2A2E38; background:transparent; font-size:12.5px; font-weight:600; color:var(--dark-mute); cursor:pointer; -webkit-appearance:none; appearance:none; -webkit-text-fill-color:var(--dark-mute);}
.filter-chip.active{background:var(--yellow); color:var(--ink); border-color:var(--yellow); -webkit-text-fill-color:var(--ink);}
.avatar{width:62px; height:62px; border-radius:50%; background:var(--yellow); color:var(--ink); font-weight:700; font-size:22px; display:flex; align-items:center; justify-content:center; margin:0 auto 10px; font-family:'IBM Plex Mono',monospace;}
.verified-tag{display:inline-flex; align-items:center; gap:4px; background:transparent; color:var(--green); font-size:10.5px; font-weight:600; padding:4px 10px; border-radius:100px; margin:6px 0 10px; border:1px solid var(--green);}
.action-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:20px 0;}
.action-tile{background:var(--ink-2); border:1px solid #262A33; border-radius:6px; padding:16px 14px; text-align:left; cursor:pointer; display:block;}
.action-tile .icon{width:32px; height:32px; border-radius:5px; background:var(--yellow); color:var(--ink); display:flex; align-items:center; justify-content:center; margin-bottom:10px;}
.action-tile .title{font-weight:600; color:var(--dark-text); font-size:13.5px;}
.action-tile .sub{font-size:11.5px; color:var(--dark-mute);}
.signout-btn{width:100%; background:transparent; border:1px solid #4A2A24; color:#E08072; border-radius:100px; padding:13px 0; font-weight:600; font-size:13.5px; display:flex; align-items:center; justify-content:center; gap:6px; cursor:pointer;}
.signout-btn:hover{background:#241615;}

/* ---------- ADMIN RESPONSIVE ---------- */
@media(max-width:900px){
  .wrap > div[style*="grid-template-columns:1fr 340px"]{
    grid-template-columns: 1fr !important;
  }
}

/* ---------- TIGHTER MOBILE SPACING ---------- */
@media(max-width:840px){
  nav.topbar{ padding:10px 16px; }
  .hero{ padding:14px 20px 26px; }
  .page-head{ padding:10px 20px 4px; }
  .center-wrap{ padding-top:6px; }
  .hero h1{ font-size:34px; }
  main section{ padding:18px 20px; }
  .section-head{ margin:0 auto 22px; }
  .marquee-wrap{ margin:16px 0; }
  .stats-band{ padding:30px 20px; }
  .auth-hero{ margin-bottom:18px; }
}

/* ---------- WORDMARK ---------- */
.wordmark{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:600;
  letter-spacing:-0.01em;
  display:inline-block;
  color:var(--dark-text);
}
.wordmark .accent{ color:var(--yellow); }
