@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: block;
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Saira Condensed";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("/assets/fonts/saira-condensed-800-latin.woff2") format("woff2");
}
:root {
  --violet: #6D28D9;
  --violet-dark: #4C1D95;
  --mint: #9FFFD6;
  --mint-soft: #E6FFF5;
  --ink: #1D1530;
  --muted: #665E78;
  --paper: #FBF9FF;
  --white: #FFFFFF;
  --line: #D8D0E7;
  --soft: #F1ECFA;
  --danger: #8A2142;
  --shadow: 7px 7px 0 var(--ink);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 Inter, system-ui, sans-serif; }
body.nav-open { overflow: hidden; }
a { color: var(--violet-dark); text-underline-offset: 3px; }
a:hover { color: var(--violet); }
img { max-width: 100%; height: auto; }
h1,h2,h3,.footer-title,.footer-heading { font-family: "Saira Condensed", "Arial Narrow", sans-serif; font-weight: 800; line-height: .98; text-transform: uppercase; letter-spacing: .01em; }
h1 { margin: .3rem 0 1rem; font-size: clamp(2.65rem, 6.5vw, 5.7rem); max-width: 870px; }
h2 { margin: .25rem 0 .8rem; font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { margin: 0 0 .45rem; font-size: 1.45rem; }
p { margin: 0 0 1rem; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 3000; background: var(--mint); color: var(--ink); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.navbar { position: sticky; top: 0; z-index: 1000; border-bottom: 3px solid var(--ink); background: var(--white); }
.nav-shell { max-width: var(--max); height: 72px; margin: auto; padding: 0 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.navbar-brand { display: flex; width: 220px; line-height: 0; }
.navbar-brand img { width: 220px; height: 61px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 1.05rem; }
.nav-links > a,.nav-dropdown-toggle { color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; white-space: nowrap; }
.nav-links > a:hover,.nav-dropdown-toggle:hover { color: var(--violet); }
.nav-toggle,.nav-close { display: none; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { border: 0; background: transparent; cursor: pointer; padding: .5rem 0; }
.nav-dropdown-menu { position: absolute; right: 0; top: 100%; min-width: 210px; display: none; padding: .5rem; background: var(--white); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a { padding: .55rem .7rem; color: var(--ink); text-decoration: none; font-weight: 700; }
.nav-dropdown-menu a:hover { background: var(--mint-soft); }
.nav-overlay { display: none; }
.hero { background: var(--soft); border-bottom: 3px solid var(--ink); }
.home-hero { max-width: none; min-height: 440px; padding: 3.25rem max(1.25rem, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 3rem; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: inline-block; margin-bottom: .25rem; color: var(--violet-dark); font: 800 .78rem/1 Inter,sans-serif; text-transform: uppercase; letter-spacing: .14em; }
.hero-subtitle { max-width: 760px; font-size: 1.08rem; line-height: 1.55; }
.hero-more-toggle { position: absolute; left: -9999px; }
.hero-more-summary { display: none; }
.hero-more { display: block; }
.byline { margin: 1rem 0 0; color: var(--muted); font-size: .86rem; }
.byline a { color: inherit; text-decoration: none; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .72rem 1.15rem; border: 2px solid var(--ink); color: var(--ink); text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; transition: transform .15s, box-shadow .15s; }
.btn:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink); color: var(--ink); }
.btn-primary { background: var(--mint); }
.btn-secondary { background: var(--white); }
.hero-cta { min-width: 210px; }
.route-map { position: relative; display: grid; gap: .65rem; transform: rotate(-2deg); }
.route-map:before { content: ""; position: absolute; inset: -35px -70px; background: var(--mint); border: 3px solid var(--ink); box-shadow: var(--shadow); z-index: 0; }
.route-map div { position: relative; z-index: 1; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: .15rem .65rem; padding: .55rem .75rem; background: var(--white); border: 2px solid var(--ink); }
.route-map span { grid-row: 1/3; color: var(--violet); font: 800 1.35rem/1 "Saira Condensed",sans-serif; }
.route-map strong { text-transform: uppercase; }
.route-map small { color: var(--muted); }
.section { max-width: var(--max); margin: 0 auto; padding: 4.7rem 1.25rem; }
.section-heading { max-width: 860px; margin-bottom: 1.8rem; }
.section-heading > p { color: var(--muted); font-size: 1.05rem; }
.toplist-section { max-width: 1240px; padding-top: 3.2rem; }
.toplist-lead { color: var(--muted); }
.disclosure-box,.tip-box { margin: 1.2rem 0; padding: .9rem 1rem; background: var(--mint-soft); border-left: 6px solid var(--violet); }
.table-wrapper { overflow-x: auto; border: 3px solid var(--ink); box-shadow: var(--shadow); background: var(--white); }
.toplist-table { width: 100%; border-collapse: collapse; min-width: 1080px; }
.toplist-table th { padding: .8rem .7rem; background: var(--ink); color: var(--white); font-size: .72rem; text-align: left; text-transform: uppercase; letter-spacing: .06em; }
.toplist-table td { padding: .75rem .65rem; border-bottom: 1px solid var(--line); vertical-align: middle; font-size: .86rem; }
.toplist-row:last-child td { border-bottom: 0; }
.highlight-row { background: var(--mint-soft); box-shadow: inset 6px 0 0 var(--violet); }
.col-rank { width: 52px; color: var(--violet-dark); font-size: 1.05rem!important; }
.col-logo { display: flex; align-items: center; gap: .75rem; min-width: 235px; }
.toplist-logo { flex: 0 0 auto; width: 88px; height: 48px; object-fit: contain; padding: 4px; background: var(--white); border: 1px solid var(--line); }
.toplist-brand { display: flex; flex-direction: column; line-height: 1.25; }
.toplist-brand strong { font-size: .96rem; }
.toplist-brand > span:not(.status-chip) { color: var(--muted); font-size: .74rem; max-width: 18ch; }
.status-chip { display: inline-block; width: fit-content; margin-top: .3rem; padding: .16rem .35rem; background: var(--mint); color: var(--ink); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.status-stop { background: var(--danger); color: var(--white); }
.col-bonus { min-width: 180px; }
.toplist-bonus { display: inline-block; max-width: 22ch; padding: .3rem .5rem; background: var(--mint); color: var(--ink); border-left: 4px solid var(--violet); font-size: .83rem; font-weight: 850; line-height: 1.25; pointer-events: none; }
.toplist-table small { display: block; margin-top: .24rem; color: var(--muted); font-size: .66rem; line-height: 1.25; }
.col-payout { min-width: 140px; }
.col-oversight { min-width: 170px; max-width: 210px; line-height: 1.25; }
.col-cta { width: 140px; text-align: right; }
.col-cta .btn { min-height: 42px; padding: .55rem .75rem; white-space: nowrap; font-size: .74rem; }
.evidence-note { margin-top: 1rem; color: var(--muted); font-size: .8rem; }
.home main > .section:not(.toplist-section) { content-visibility: auto; contain-intrinsic-size: auto 760px; }
.toplist-row:nth-child(n+2) { content-visibility: auto; contain-intrinsic-size: auto 78px; }
.route-section,.method-section,.banking-section,.faq-section { max-width: none; padding-left: max(1.25rem, calc((100vw - var(--max))/2)); padding-right: max(1.25rem, calc((100vw - var(--max))/2)); border-block: 3px solid var(--ink); background: var(--white); }
.method-grid article,.bank-grid article { padding: 1.15rem; border: 2px solid var(--ink); background: var(--paper); box-shadow: 4px 4px 0 var(--ink); }
.route-no,.method-grid article > span { color: var(--violet); font: 800 1.5rem/1 "Saira Condensed",sans-serif; }
.route-table-wrapper { box-shadow: 6px 6px 0 var(--ink); }
.route-table { width: 100%; border-collapse: collapse; background: var(--paper); }
.route-table th,.route-table td { padding: .85rem .75rem; border: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .82rem; }
.route-table thead th { background: var(--ink); color: var(--white); font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; }
.route-table tbody th { min-width: 190px; font-family: "Saira Condensed",sans-serif; font-size: 1.1rem; text-transform: uppercase; }
.route-table tbody tr:nth-child(even) { background: var(--mint-soft); }
.route-table .route-no { display: block; margin-bottom: .25rem; }
.law-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; }
.law-copy p:first-child { font-size: 1.08rem; }
.source-line,.tax-source { font-size: .8rem; color: var(--muted); }
.timeline { border-left: 5px solid var(--violet); }
.timeline div { position: relative; padding: 0 0 1.6rem 1.4rem; }
.timeline div:before { content: ""; position: absolute; left: -11px; top: 0; width: 14px; height: 14px; background: var(--mint); border: 2px solid var(--ink); }
.timeline span { color: var(--violet-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.timeline strong { display: block; font-family: "Saira Condensed",sans-serif; font-size: 1.35rem; text-transform: uppercase; }
.review-stack { display: grid; gap: 1.2rem; }
.review-card { padding: 1.25rem; background: var(--white); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.review-head { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.review-rank { color: var(--violet); font: 800 1.8rem/1 "Saira Condensed",sans-serif; }
.review-product { margin: 0; color: var(--muted); }
.fact-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 1rem 0; border: 1px solid var(--line); }
.fact-grid div { padding: .65rem; border-right: 1px solid var(--line); }
.fact-grid div:last-child { border: 0; }
.fact-grid dt { color: var(--violet-dark); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.fact-grid dd { margin: .2rem 0 0; font-size: .78rem; line-height: 1.4; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.method-link { margin-top: 1.5rem; }
.bank-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: .8rem; padding: 1rem; border-top: 4px solid var(--violet); background: var(--white); }
.steps li > span { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: var(--mint); border: 2px solid var(--ink); font-weight: 900; }
.rg-card { padding: 2rem; background: var(--ink); color: var(--white); box-shadow: 8px 8px 0 var(--mint); }
.rg-card h2,.rg-card a { color: var(--mint); }
.faq-list { display: grid; gap: .7rem; }
.faq-item { border: 2px solid var(--ink); background: var(--paper); }
.faq-item summary { padding: 1rem; cursor: pointer; font-weight: 850; }
.faq-item p { padding: 0 1rem 1rem; margin: 0; color: var(--muted); }
.author-panel { display: grid; grid-template-columns: 160px 1fr; gap: 1.6rem; align-items: center; }
.author-panel img { width: 160px; height: 160px; object-fit: cover; border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--mint); }
.trust-hero { min-height: 330px; padding: 4rem max(1.25rem,calc((100vw - var(--max))/2)); display: flex; align-items: center; }
.trust-hero h1 { max-width: 950px; }
.prose { max-width: 850px; }
.prose h2 { margin-top: 2.8rem; font-size: clamp(1.8rem,3.5vw,2.8rem); }
.prose h2:first-child { margin-top: 0; }
.author-index-card { display: grid; grid-template-columns: 190px 1fr; gap: 1.5rem; padding: 1.2rem; border: 2px solid var(--ink); background: var(--white); box-shadow: var(--shadow); }
.author-index-card img { width: 190px; height: 190px; object-fit: cover; }
.author-role { color: var(--violet-dark); font-weight: 800; }
.text-link { font-weight: 850; }
.author-profile-hero { display: grid; grid-template-columns: 220px 1fr; gap: 1.5rem; align-items: center; padding: 1.2rem; background: var(--white); border: 2px solid var(--ink); }
.author-profile-hero img { width: 220px; height: 220px; object-fit: cover; }
.image-disclosure { color: var(--muted); font-size: .78rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.tag-list li { padding: .4rem .6rem; background: var(--mint-soft); border: 1px solid var(--violet); font-weight: 700; }
.stats-panel { display: grid; grid-template-columns: repeat(4,1fr); border: 2px solid var(--ink); }
.stats-panel div { padding: 1rem; border-right: 1px solid var(--line); }
.stats-panel div:last-child { border: 0; }
.stats-panel strong { display: block; color: var(--violet); font: 800 2rem/1 "Saira Condensed",sans-serif; }
.stats-panel span { font-size: .72rem; text-transform: uppercase; font-weight: 800; }
.article-card a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border: 2px solid var(--ink); background: var(--white); text-decoration: none; }
footer { content-visibility: auto; contain-intrinsic-size: auto 420px; border-top: 3px solid var(--ink); background: var(--white); }
.footer-shell { max-width: var(--max); margin: auto; padding: 3rem 1.25rem; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 2rem; }
.footer-title { margin: 0 0 .7rem; font-size: 2rem; }
.footer-heading { margin: 0 0 .7rem; font-size: 1.2rem; }
.footer-shell a { display: block; margin: .42rem 0; color: var(--ink); text-decoration: none; font-size: .85rem; }
.footer-shell a:hover { color: var(--violet); }
.footer-brand p { max-width: 42ch; color: var(--muted); }
.footer-disclosure { font-size: .76rem; }
.footer-bottom { padding: 1rem 1.25rem; background: var(--ink); color: var(--white); text-align: center; font-size: .75rem; }
.footer-bottom p { margin: .2rem 0; }
@media (max-width: 1000px) {
  .nav-links { gap: .65rem; }
  .nav-links > a,.nav-dropdown-toggle { font-size: .7rem; }
  .home-hero { grid-template-columns: 1fr .55fr; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .fact-grid div:nth-child(2) { border-right: 0; }
  .method-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .nav-shell { height: 58px; padding: 0 .75rem; }
  .navbar-brand { width: 230px; }
  .navbar-brand img { width: 230px; height: 42px; }
  .nav-toggle { display: grid; place-content: center; gap: 5px; width: 44px; height: 44px; border: 2px solid var(--ink); background: var(--mint); z-index: 1002; }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); }
  .nav-overlay { position: fixed; inset: 0; z-index: 1000; display: block; background: rgba(29,21,48,.58); opacity: 0; pointer-events: none; transition: opacity .2s; }
  .nav-links { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1001; width: min(88vw,360px); padding: 4.2rem 1.25rem 1.5rem; display: flex; flex-direction: column; align-items: stretch; gap: .15rem; background: var(--white); border-left: 3px solid var(--ink); transform: translateX(103%); transition: transform .22s; overflow-y: auto; }
  .nav-links.open { transform: translateX(0); }
  .nav-links.open + * { pointer-events: none; }
  body.nav-open .nav-overlay { opacity: 1; pointer-events: auto; }
  .nav-close { position: absolute; display: block; right: .8rem; top: .7rem; width: 44px; height: 44px; border: 2px solid var(--ink); background: var(--soft); font-size: 1.7rem; }
  .nav-links > a,.nav-dropdown-toggle { width: 100%; padding: .75rem .4rem; font-size: 1rem; text-align: left; border-bottom: 1px solid var(--line); }
  .nav-dropdown-menu { position: static; box-shadow: none; border: 0; border-left: 4px solid var(--mint); }
  .home-hero { min-height: 0; padding: .8rem 1rem .75rem; display: block; }
  h1 { margin-bottom: .45rem; font-size: clamp(2.05rem,9.6vw,3.1rem); }
  .hero-more-summary { display: inline-block; cursor: pointer; color: var(--violet-dark); font-size: .875rem; margin-top: .25rem; font-weight: 800; user-select: none; }
  .hero-more-summary::after { content: " ▸"; }
  .hero-more { display: none; }
  .hero-more-toggle:checked ~ .hero-more-summary::after { content: " ▾"; }
  .hero-more-toggle:checked ~ .hero-more { display: block; }
  .hero-subtitle { margin: .7rem 0 .8rem; font-size: .95rem; }
  .hero-cta { min-height: 48px; }
  .byline { margin-top: .75rem; font-size: .74rem; }
  .route-map { display: none; }
  .section { padding: 3.2rem 1rem; }
  .toplist-section { padding-top: .85rem; }
  .section-heading { margin-bottom: .55rem; }
  .section-heading h2 { margin-bottom: .45rem; font-size: 1.72rem; line-height: .95; }
  .section-heading > p,.toplist-lead { margin-bottom: .45rem; font-size: .76rem; line-height: 1.32; }
  .toplist-section .eyebrow { font-size: .66rem; }
  .disclosure-box { margin: .45rem 0 .6rem; padding: .45rem .55rem; border-left-width: 4px; font-size: .66rem; line-height: 1.3; }
  .table-wrapper { overflow: visible; border: 0; box-shadow: none; background: transparent; }
  .toplist-table { min-width: 0; display: block; }
  .toplist-table thead { display: none; }
  .toplist-table tbody { display: grid; gap: .7rem; }
  .toplist-table tr { display: grid; grid-template-columns: 42px 1fr 1fr; grid-template-areas: "rank logo logo" "bonus bonus payout" "oversight oversight oversight" "cta cta cta"; gap: .25rem .4rem; padding: .45rem .55rem .55rem; background: var(--white); border: 2px solid var(--violet); box-shadow: 4px 4px 0 var(--ink); text-align: center; }
  .toplist-table td { display: block; width: 100%; padding: .08rem; border: 0; font-size: .7rem; line-height: 1.22; }
  .toplist-table td:before { content: attr(data-label); display: block; color: var(--muted); font-size: .5rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
  .toplist-table .col-rank { grid-area: rank; }
  .toplist-table .col-logo { grid-area: logo; min-width: 0; display: flex; flex-direction: row; justify-content: flex-start; gap: .45rem; text-align: left; }
  .toplist-logo { width: 72px; height: 40px; }
  .toplist-brand { align-items: flex-start; }
  .toplist-brand > span:not(.status-chip) { max-width: none; }
  .toplist-table .col-bonus { grid-area: bonus; min-width: 0; }
  .toplist-bonus { max-width: none; padding: .2rem .3rem; font-size: .65rem; }
  .toplist-table .col-payout { grid-area: payout; min-width: 0; }
  .toplist-table .col-oversight { grid-area: oversight; min-width: 0; max-width: none; }
  .toplist-table .col-oversight small { display: none; }
  .toplist-table .col-cta { grid-area: cta; width: 100%; text-align: center; }
  .toplist-table .col-cta .btn { display: flex; width: 100%; min-height: 40px; padding: .4rem .7rem; }
  .toplist-row:nth-child(n+2) { contain-intrinsic-size: auto 290px; }
  .route-table-wrapper { overflow: visible; border: 0; box-shadow: none; }
  .route-table,.route-table tbody { display: block; }
  .route-table thead { display: none; }
  .route-table tbody { display: grid; gap: .7rem; }
  .route-table tr { display: block; padding: .65rem; border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); background: var(--paper); }
  .route-table th,.route-table td { display: grid; grid-template-columns: 105px 1fr; gap: .45rem; padding: .32rem 0; border: 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
  .route-table th { display: block; font-size: 1rem; }
  .route-table td::before { content: attr(data-label); color: var(--violet-dark); font-size: .58rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
  .route-table tr > :last-child { border-bottom: 0; }
  .method-grid,.bank-grid,.steps { grid-template-columns: 1fr; }
  .law-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .review-head { grid-template-columns: 38px 1fr; gap: .6rem; }
  .review-head h3 { font-size: 1.15rem; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .author-panel { grid-template-columns: 100px 1fr; gap: 1rem; }
  .author-panel img { width: 100px; height: 100px; }
  .trust-hero { min-height: 260px; padding: 2.5rem 1rem; }
  .author-index-card,.author-profile-hero { grid-template-columns: 1fr; }
  .author-index-card img,.author-profile-hero img { width: 100%; height: auto; max-height: 330px; object-fit: cover; }
  .stats-panel { grid-template-columns: repeat(2,1fr); }
  .stats-panel div:nth-child(2) { border-right: 0; }
  .article-card a { flex-direction: column; }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 1.4rem; padding: 2.2rem 1rem; }
  .footer-brand { grid-column: 1/-1; }
}
@media (max-width: 430px) {
  .footer-shell { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .author-panel { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto!important; transition: none!important; }
}
