.page-home{--home-gold-soft:rgba(201,162,39,.35);--home-panel:rgba(255,255,255,.08);background:var(--white);color:var(--ink);font-family:var(--font-body)}
.page-home img{max-width:100%;height:auto}
.page-home .eyebrow{font-size:12px;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;margin:0 0 16px}
.page-home .section-head{display:grid;gap:14px;margin-bottom:32px}
.page-home .section-note .eyebrow{color:var(--crimson);margin-bottom:0}
.page-home .section-main h2{font-family:var(--font-title);font-size:30px;line-height:1.25;margin:0}
.page-home .section-description{color:#44504d;font-size:14px;line-height:1.75;margin:10px 0 0;max-width:62ch}
.page-home .home-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--primary-deep) 0%,var(--primary) 68%,#0f6a58 100%);color:var(--white)}
.page-home .home-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}
.page-home .home-hero::after{content:"";position:absolute;right:-80px;bottom:-80px;width:280px;height:280px;border:1px solid rgba(245,197,24,.18);border-radius:50%;box-shadow:0 0 0 32px rgba(245,197,24,.04),0 0 0 64px rgba(245,197,24,.03);pointer-events:none}
.page-home .hero-grid{position:relative;z-index:1;display:grid;gap:36px;padding:52px 0 60px}
.page-home .hero-note{max-width:640px}
.page-home .hero-note h1{font-family:var(--font-title);font-size:38px;line-height:1.22;letter-spacing:.02em;margin:0 0 18px}
.page-home .hero-lead{font-size:16px;line-height:1.8;color:rgba(255,255,255,.88);margin:0 0 14px}
.page-home .hero-sub{font-size:14px;line-height:1.75;color:rgba(255,255,255,.68);margin:0 0 28px}
.page-home .hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.page-home .hero-visual{position:relative}
.page-home .hero-figure{position:relative;margin:0;border:1px solid rgba(201,162,39,.5);padding:8px;background:rgba(255,255,255,.06);box-shadow:0 20px 60px rgba(0,0,0,.28)}
.page-home .hero-figure img{display:block;width:100%}
.page-home .hero-svg{position:absolute;top:8px;right:8px;width:42%;max-width:220px;opacity:.55;pointer-events:none;z-index:2}
.page-home .hero-dot{position:absolute;top:18%;right:14%;width:8px;height:8px;border-radius:50%;background:var(--gold-bright);box-shadow:0 0 14px rgba(201,162,39,.85);animation:homePulse 2.2s ease-in-out infinite;z-index:2}
.page-home .hero-caption{padding:12px 8px 4px;font-size:12px;letter-spacing:.12em;color:rgba(255,255,255,.68);text-align:right;font-family:var(--font-mono)}
.page-home .hero-float{position:absolute;right:12px;bottom:20px;background:rgba(4,52,41,.92);border:1px solid rgba(201,162,39,.7);border-radius:var(--radius-sm);padding:12px 16px;box-shadow:var(--shadow-float);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:3}
.page-home .float-num{font-family:var(--font-mono);font-size:28px;color:var(--gold-bright);display:block;line-height:1.1}
.page-home .float-label{font-size:12px;color:rgba(255,255,255,.75)}
.page-home .home-dashboard{background:var(--cream);padding:56px 0}
.page-home .league-tabs{margin-bottom:28px}
.page-home .tabs-nav{display:flex;gap:4px;border-bottom:1px solid rgba(27,42,39,.14);margin-bottom:26px;overflow-x:auto}
.page-home .tabs-tab{background:transparent;border:none;border-bottom:2px solid transparent;color:#44504d;font-family:var(--font-body);font-size:15px;padding:10px 18px;cursor:pointer;white-space:nowrap}
.page-home .tabs-tab[aria-selected="true"]{border-bottom-color:var(--gold);color:var(--primary);font-weight:600}
.page-home .tabs-panel{margin-bottom:8px}
.page-home .board-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}
.page-home .data-card{background:var(--white);border:1px solid var(--mist);border-top:3px solid var(--gold);border-radius:var(--radius-sm);padding:20px;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}
@media (hover:hover){.page-home .data-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(27,42,39,.12)}}
.page-home .card-title{color:#44504d;font-size:13px;letter-spacing:.08em;margin:0 0 12px}
.page-home .card-value{font-family:var(--font-mono);font-size:32px;line-height:1;color:var(--primary);margin:0 0 10px}
.page-home .card-meta{color:#6b7673;font-size:13px;line-height:1.5}
.page-home .board-note{color:#6b7673;font-size:13px;line-height:1.6;border-left:2px solid var(--gold);padding-left:12px;margin:0}
.page-home .heatmap-block{margin-top:40px;display:grid;gap:24px;background:var(--white);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-card)}
.page-home .heatmap-copy h3{font-family:var(--font-title);font-size:22px;margin:0 0 12px}
.page-home .heatmap-copy p{color:#44504d;line-height:1.75;margin:0 0 20px}
.page-home .heatmap-figure{margin:0;border:1px solid var(--mist);border-radius:var(--radius-sm);overflow:hidden}
.page-home .heatmap-figure img{display:block;width:100%}
.page-home .home-ios{background:var(--white);padding:56px 0}
.page-home .ios-grid{display:grid;gap:32px;align-items:center}
.page-home .ios-figure{margin:0;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-float);border:1px solid var(--mist)}
.page-home .ios-figure img{display:block;width:100%}
.page-home .ios-figure figcaption{padding:10px 14px;color:#66736f;font-family:var(--font-mono);font-size:12px;background:var(--cream);border-top:1px solid var(--mist)}
.page-home .ios-content .eyebrow{color:var(--gold)}
.page-home .ios-content h2{font-family:var(--font-title);font-size:30px;line-height:1.25;margin:0 0 16px}
.page-home .ios-lead{font-size:16px;line-height:1.8;color:#44504d;margin:0 0 24px}
.page-home .ios-steps{list-style:none;padding:0;margin:0 0 28px}
.page-home .ios-steps li{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--mist);font-size:15px;color:var(--ink)}
.page-home .ios-steps li span{font-family:var(--font-mono);color:var(--gold);font-size:13px;background:rgba(201,162,39,.14);border-radius:999px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex:none}
.page-home .ios-actions{display:flex;flex-wrap:wrap;gap:12px}
.page-home .home-reports{background:linear-gradient(160deg,var(--primary-deep),var(--primary));color:var(--white);padding:56px 0}
.page-home .home-reports .section-description{color:rgba(255,255,255,.72)}
.page-home .home-reports .section-note .eyebrow{color:var(--gold)}
.page-home .report-list{display:grid;gap:20px;margin:32px 0}
.page-home .report-card{background:var(--home-panel);border:1px solid rgba(201,162,39,.3);border-top:2px solid var(--gold);padding:22px;border-radius:var(--radius-sm);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.page-home .report-tags{display:flex;gap:10px;align-items:center;margin-bottom:14px}
.page-home .report-tags .tag--gold{background:var(--gold);color:var(--primary-deep)}
.page-home .report-round{color:rgba(255,255,255,.6);font-size:13px;font-family:var(--font-mono)}
.page-home .report-card h3{font-family:var(--font-title);font-size:20px;margin:0 0 12px;color:var(--white)}
.page-home .report-summary{color:rgba(255,255,255,.82);font-size:14px;line-height:1.75;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.page-home .report-extras{display:grid;gap:24px;margin:36px 0}
.page-home .report-figure{margin:0;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-sm);overflow:hidden}
.page-home .report-figure img{display:block;width:100%}
.page-home .report-figure figcaption{padding:10px 14px;color:rgba(255,255,255,.68);font-family:var(--font-mono);font-size:12px;background:rgba(4,52,41,.6);border-top:1px solid rgba(255,255,255,.12)}
.page-home .report-tip{background:rgba(255,255,255,.06);padding:28px;border-left:3px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0}
.page-home .report-tip h3{font-family:var(--font-title);font-size:20px;line-height:1.4;margin:0 0 12px;color:var(--white)}
.page-home .report-tip p{color:rgba(255,255,255,.78);font-size:14px;line-height:1.8;margin:0 0 20px}
.page-home .report-cta{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;border-top:1px solid rgba(255,255,255,.15);padding-top:28px}
@media (min-width:640px){
  .page-home .board-grid{grid-template-columns:repeat(2,1fr)}
  .page-home .ios-steps li{font-size:16px}
}
@media (min-width:860px){
  .page-home .report-list{grid-template-columns:repeat(3,1fr)}
}
@media (min-width:900px){
  .page-home .section-head.editorial-split{display:grid;grid-template-columns:200px minmax(0,1fr);column-gap:40px;align-items:start}
  .page-home .hero-grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:56px;padding:88px 0}
  .page-home .hero-note h1{font-size:52px;line-height:1.18}
  .page-home .hero-float{right:20px;bottom:32px}
  .page-home .home-dashboard{padding:80px 0}
  .page-home .board-grid{grid-template-columns:repeat(4,1fr)}
  .page-home .heatmap-block{grid-template-columns:1fr 1fr;align-items:center;padding:32px}
  .page-home .home-ios{padding:80px 0}
  .page-home .ios-grid{grid-template-columns:.85fr 1.15fr;gap:56px}
  .page-home .home-reports{padding:80px 0}
  .page-home .report-extras{grid-template-columns:1.15fr .85fr;align-items:center;gap:40px}
  .page-home .report-cta{justify-content:flex-start}
}
@keyframes homePulse{0%,100%{transform:scale(1);opacity:.8}50%{transform:scale(1.35);opacity:.2}}
