/**
 * SportsFBI Intelligence UI
 * Reusable visual primitives for high-impact marketing and intelligence panels.
 * Canonical implementation: views/pages/index.ejs, "Explore All Features".
 * See DESIGN_GUIDE.md before extending these components.
 */

:root {
  --intel-bg: #020510;
  --intel-bg-raised: #071124;
  --intel-text: #f7f8ff;
  --intel-text-muted: #aeb3c5;
  --intel-text-copy: #b8bdcc;
  --intel-accent: #8799ff;
  --intel-shell-width: 1100px;
  --intel-card-radius: 11px;
  --intel-grid-gap: 0.8rem;
}

/* MLB slate recap --------------------------------------------------------- */
.intel-mlb-slate-recap{min-width:0;overflow-x:clip;background:radial-gradient(circle at 75% 8%,rgba(34,211,238,.08),transparent 30%),linear-gradient(180deg,#060a18 0%,#080d1d 48%,#050914 100%);color:#f4f7fb}.intel-mlb-slate-recap .slate-recap-hero{position:relative;padding:calc(72px + 2.4rem) 0 2rem;border-bottom:1px solid rgba(99,116,164,.2);background:linear-gradient(135deg,rgba(79,70,229,.12),rgba(5,10,25,.05) 48%,rgba(8,145,178,.08))}.intel-mlb-slate-recap .slate-recap-hero-inner{position:relative}.intel-mlb-slate-recap .slate-recap-back{display:inline-flex;margin-bottom:1.15rem;color:#8591aa;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-decoration:none}.intel-mlb-slate-recap .slate-recap-back:hover{color:#fff}.intel-mlb-slate-recap .slate-recap-eyebrow,.intel-mlb-slate-recap .slate-section-kicker{margin:0 0 .55rem;color:#23cfe1;font-size:.66rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.intel-mlb-slate-recap .slate-recap-eyebrow{display:flex;align-items:center;gap:.5rem}.intel-mlb-slate-recap .slate-recap-eyebrow span{width:7px;height:7px;border-radius:50%;background:#22d3ee;box-shadow:0 0 14px rgba(34,211,238,.8)}.intel-mlb-slate-recap h1{margin:0;font-size:clamp(2rem,4.2vw,3.35rem);line-height:1.02;letter-spacing:-.045em}.intel-mlb-slate-recap .slate-recap-date{margin:.8rem 0 0;color:#28cddd;font-weight:700}.intel-mlb-slate-recap .slate-recap-intro{max-width:630px;margin:.7rem 0 0;color:#9aa5ba;font-size:.9rem;line-height:1.65}.intel-mlb-slate-recap .slate-date-nav{position:absolute;top:50%;z-index:2;display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(94,111,167,.32);border-radius:50%;background:rgba(5,10,28,.82);color:#a8b2c8;font-size:1.7rem;text-decoration:none;transform:translateY(-50%);backdrop-filter:blur(12px)}.intel-mlb-slate-recap .slate-date-nav:hover{border-color:rgba(34,211,238,.55);color:#fff}.intel-mlb-slate-recap .slate-date-nav--prev{left:1rem}.intel-mlb-slate-recap .slate-date-nav--next{right:1rem}.intel-mlb-slate-recap .slate-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;margin-top:1.8rem}.intel-mlb-slate-recap .slate-metric{position:relative;display:grid;min-height:102px;align-content:center;padding:.85rem 1rem;border:1px solid rgba(75,91,139,.24);border-radius:10px;background:linear-gradient(145deg,rgba(15,24,48,.92),rgba(6,12,29,.9));overflow:hidden}.intel-mlb-slate-recap .slate-metric::before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:var(--metric-color)}.intel-mlb-slate-recap .slate-metric-label{color:#8995ad;font-size:.57rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.intel-mlb-slate-recap .slate-metric strong{margin-top:.2rem;color:var(--metric-color);font-size:1.8rem;line-height:1}.intel-mlb-slate-recap .slate-metric small{margin-top:.35rem;color:#6f7a90;font-size:.62rem}.intel-mlb-slate-recap .slate-metric--info{--metric-color:#22d3ee}.intel-mlb-slate-recap .slate-metric--intel{--metric-color:#a855f7}.intel-mlb-slate-recap .slate-metric--hit{--metric-color:#22c55e}.intel-mlb-slate-recap .slate-metric--miss{--metric-color:#ef4444}.intel-mlb-slate-recap .slate-metric--accuracy{--metric-color:#38bdf8}.intel-mlb-slate-recap .slate-recap-body{padding-top:1rem;padding-bottom:4rem}.intel-mlb-slate-recap .share-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 1rem;padding:.7rem .8rem;border:1px solid rgba(75,89,148,.21);border-radius:9px;background:rgba(6,11,30,.74)}.intel-mlb-slate-recap .share-left,.intel-mlb-slate-recap .share-links{display:flex;align-items:center;gap:.55rem}.intel-mlb-slate-recap .share-label{margin-right:.3rem;color:#858fa3;font-size:.55rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.intel-mlb-slate-recap .share-btn{display:grid;width:31px;height:31px;place-items:center;padding:0;border:1px solid rgba(135,153,255,.18);border-radius:50%;background:rgba(135,153,255,.035);color:#8d98ad}.intel-mlb-slate-recap .share-btn svg{width:14px;height:14px}.intel-mlb-slate-recap .share-tags{display:flex;gap:.35rem}.intel-mlb-slate-recap .share-tag{padding:.22rem .5rem;border:1px solid rgba(34,211,238,.17);border-radius:999px;color:#69cbd7;font-size:.58rem}.intel-mlb-slate-recap .slate-results{border:1px solid rgba(77,94,145,.25);border-radius:12px;background:rgba(5,11,27,.8);box-shadow:0 18px 50px rgba(0,0,0,.18);overflow:hidden}.intel-mlb-slate-recap .slate-section-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:1.1rem 1.2rem;border-bottom:1px solid rgba(73,89,137,.22)}.intel-mlb-slate-recap .slate-section-heading h2{margin:0;font-size:1.25rem;letter-spacing:-.02em}.intel-mlb-slate-recap .slate-section-heading p:last-child{margin:0;color:#79859c;font-size:.7rem}.intel-mlb-slate-recap .slate-results-table-wrap{width:100%;overflow-x:auto}.intel-mlb-slate-recap .slate-results-table{width:100%;border-collapse:collapse;table-layout:fixed}.intel-mlb-slate-recap .slate-results-table th{padding:.72rem .8rem;color:#6f7b94;font-size:.55rem;font-weight:800;letter-spacing:.09em;text-align:left;text-transform:uppercase;background:rgba(14,22,43,.72)}.intel-mlb-slate-recap .slate-results-table th:first-child{width:34%}.intel-mlb-slate-recap .slate-results-table th:nth-child(2){width:18%}.intel-mlb-slate-recap .slate-results-table th:nth-child(3){width:11%}.intel-mlb-slate-recap .slate-results-table th:nth-child(4){width:14%}.intel-mlb-slate-recap .slate-results-table th:nth-child(5){width:18%}.intel-mlb-slate-recap .slate-results-table th:last-child{width:5%}.intel-mlb-slate-recap .slate-game td{padding:.82rem;border-top:1px solid rgba(66,81,124,.18);vertical-align:middle}.intel-mlb-slate-recap .slate-game:hover{background:rgba(22,32,60,.34)}.intel-mlb-slate-recap .slate-team-pair{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.65rem}.intel-mlb-slate-recap .slate-team{display:flex;min-width:0;align-items:center;gap:.5rem;color:inherit;text-decoration:none}.intel-mlb-slate-recap .slate-team--home{flex-direction:row-reverse;text-align:right}.intel-mlb-slate-recap .slate-team-logo{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:50%;background:#f8fafc}.intel-mlb-slate-recap .slate-team-logo img{width:29px;height:29px;object-fit:contain}.intel-mlb-slate-recap .slate-team strong{display:block;font-size:.8rem}.intel-mlb-slate-recap .slate-team small{display:block;max-width:92px;margin-top:.12rem;color:#748198;font-size:.52rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intel-mlb-slate-recap .slate-final-score{text-align:center}.intel-mlb-slate-recap .slate-final-score strong{display:block;font-size:1.15rem;white-space:nowrap}.intel-mlb-slate-recap .slate-final-score small,.intel-mlb-slate-recap .slate-prediction small,.intel-mlb-slate-recap .slate-actual small{display:block;margin-top:.2rem;color:#6f7b91;font-size:.55rem}.intel-mlb-slate-recap .slate-prediction strong,.intel-mlb-slate-recap .slate-actual strong{font-size:.8rem}.intel-mlb-slate-recap .slate-grade{display:inline-flex;align-items:center;gap:.35rem;font-size:.66rem;font-weight:800;text-transform:uppercase}.intel-mlb-slate-recap .slate-grade--hit{color:#35d579}.intel-mlb-slate-recap .slate-grade--miss{color:#ff5268}.intel-mlb-slate-recap .slate-grade--no_action,.intel-mlb-slate-recap .slate-grade--pending{color:#8a96aa}.intel-mlb-slate-recap .slate-confidence{color:#f3c94f}.intel-mlb-slate-recap .slate-confidence strong{font-size:.72rem}.intel-mlb-slate-recap .slate-confidence>span{display:block;width:76px;height:3px;margin-top:.35rem;border-radius:4px;background:#253047;overflow:hidden}.intel-mlb-slate-recap .slate-confidence i{display:block;height:100%;background:linear-gradient(90deg,#eab308,#fde047)}.intel-mlb-slate-recap .slate-recap-link{text-align:right}.intel-mlb-slate-recap .slate-recap-link a{display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(111,128,179,.25);border-radius:50%;color:#9aa5ba;font-size:1.2rem;text-decoration:none}.intel-mlb-slate-recap .slate-recap-link a:hover{border-color:#22d3ee;color:#fff}.intel-mlb-slate-recap .slate-legend{display:flex;justify-content:center;gap:1.4rem;padding:.85rem;border-top:1px solid rgba(66,81,124,.18);color:#7c879b;font-size:.6rem;font-weight:700;text-transform:uppercase}
@media(max-width:900px){.intel-mlb-slate-recap .slate-metrics{grid-template-columns:repeat(5,minmax(110px,1fr));overflow-x:auto;padding-bottom:.3rem}.intel-mlb-slate-recap .slate-results-table{min-width:820px}}
@media(max-width:680px){.intel-mlb-slate-recap .slate-recap-hero{padding:calc(68px + 2rem) 2.6rem 1.4rem}.intel-mlb-slate-recap .slate-date-nav{width:34px;height:34px}.intel-mlb-slate-recap .slate-date-nav--prev{left:.4rem}.intel-mlb-slate-recap .slate-date-nav--next{right:.4rem}.intel-mlb-slate-recap .slate-recap-intro{font-size:.78rem}.intel-mlb-slate-recap .slate-metrics{grid-template-columns:repeat(5,112px);margin-top:1.2rem;margin-right:-2rem}.intel-mlb-slate-recap .slate-metric{min-height:86px;padding:.65rem .75rem}.intel-mlb-slate-recap .slate-metric strong{font-size:1.45rem}.intel-mlb-slate-recap .slate-recap-body{width:calc(100% - 1rem);padding-top:.6rem}.intel-mlb-slate-recap .share-bar{justify-content:center;flex-wrap:wrap}.intel-mlb-slate-recap .share-left{width:100%;justify-content:center}.intel-mlb-slate-recap .share-tags{justify-content:center;flex-wrap:wrap}.intel-mlb-slate-recap .slate-section-heading{align-items:flex-start}.intel-mlb-slate-recap .slate-results-table-wrap{overflow:visible}.intel-mlb-slate-recap .slate-results-table,.intel-mlb-slate-recap .slate-results-table tbody,.intel-mlb-slate-recap .slate-results-table tr,.intel-mlb-slate-recap .slate-results-table td{display:block;width:100%}.intel-mlb-slate-recap .slate-results-table{min-width:0}.intel-mlb-slate-recap .slate-results-table thead{display:none}.intel-mlb-slate-recap .slate-game{position:relative;padding:.85rem;box-sizing:border-box;border-top:1px solid rgba(80,97,149,.24)}.intel-mlb-slate-recap .slate-game td{display:flex;align-items:center;justify-content:space-between;padding:.38rem 0;border:0}.intel-mlb-slate-recap .slate-game td::before{content:attr(data-label);color:#6f7b94;font-size:.54rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.intel-mlb-slate-recap .slate-game .slate-game-matchup{display:block;padding:0 0 .75rem}.intel-mlb-slate-recap .slate-game .slate-game-matchup::before{display:none}.intel-mlb-slate-recap .slate-team small{max-width:86px}.intel-mlb-slate-recap .slate-prediction,.intel-mlb-slate-recap .slate-actual{text-align:right}.intel-mlb-slate-recap .slate-confidence>span{margin-left:auto}.intel-mlb-slate-recap .slate-recap-link{position:absolute;top:1rem;right:.7rem;padding:0!important;width:auto!important}.intel-mlb-slate-recap .slate-recap-link::before{display:none}.intel-mlb-slate-recap .slate-recap-link a{width:25px;height:25px}.intel-mlb-slate-recap .slate-legend{flex-wrap:wrap;gap:.7rem 1rem}}

/* Reset the legacy global `section` spacing; this is already an inset card
   inside the page body, not a full-width landing-page section. */
.intel-mlb-slate-recap section.slate-results { padding-top: 0; padding-bottom: 0; }
.intel-mlb-slate-recap .slate-recap-link a svg { width: 14px; height: 14px; display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Homepage hero shell — framing and evidence around the preserved game card. */
.intel-home-hero { position:relative; overflow:hidden; padding:calc(72px + 1.8rem) 1rem 2.8rem; display:block; color:var(--intel-text); background:radial-gradient(ellipse at 54% 25%,rgba(45,31,147,.12),transparent 41%),linear-gradient(145deg,#020613,#030618 58%,#040718); border-block:1px solid rgba(68,89,174,.16); }
.intel-home-hero::before { content:""; position:absolute; left:-5%; top:510px; width:55%; height:160px; pointer-events:none; opacity:.5; background:repeating-radial-gradient(ellipse at 0 100%,rgba(47,53,255,.7) 0 1px,transparent 2px 12px); transform:rotate(-5deg); -webkit-mask-image:linear-gradient(90deg,#000,transparent); mask-image:linear-gradient(90deg,#000,transparent); }
.intel-home-hero::after { content:""; position:absolute; top:210px; left:calc(50% - 78px); width:100px; height:285px; pointer-events:none; border:1px solid #5135f1; border-left-color:transparent; border-radius:50%; opacity:.75; transform:rotate(15deg); }
.intel-home-hero-shell { position:relative; z-index:1; width:min(1120px,100%) !important; max-width:none !important; margin:0 auto; padding:0 !important; display:flex !important; align-items:stretch !important; }
.intel-home-hero .hero-row { min-height:515px; margin-bottom:2.4rem; display:grid; grid-template-columns:minmax(0,.94fr) minmax(500px,1fr); align-items:center; gap:2.3rem; }
.intel-home-hero .hero-content { min-width:0; max-width:475px; text-align:left; }
.intel-home-hero .hero-brand-logo { width:107px; height:auto; margin:0 0 1rem; }
.intel-home-hero-badge { width:fit-content; min-height:31px; margin:0 0 .9rem; padding:.42rem .85rem; display:flex; align-items:center; gap:.45rem; border:1px solid rgba(143,62,241,.56); border-radius:999px; color:#bc67f4; background:rgba(99,43,173,.07); font-size:.62rem; line-height:1; font-weight:900; letter-spacing:.035em; text-transform:uppercase; }
.intel-home-hero .hero-content h1 { margin:0; color:#f8f7fa; background:none; -webkit-background-clip:initial; background-clip:initial; -webkit-text-fill-color:currentColor; font-size:clamp(2.55rem,4.6vw,3.25rem); line-height:1.02; font-weight:950; letter-spacing:-.045em; }.intel-home-hero .hero-content h1 span { color:transparent; background:linear-gradient(90deg,#7c3ef0,#465cff); -webkit-background-clip:text; background-clip:text; }
.intel-home-hero .hero-subtitle { max-width:455px; margin:1rem 0 0; color:#aeb4c8; font-size:.91rem; line-height:1.55; font-weight:500; }.intel-home-hero .hero-subtitle strong { color:#19e875; }.intel-home-hero .hero-subtitle b { color:#d6d9e1; font-weight:800; }
.intel-home-hero-capabilities { margin-top:1.1rem; display:grid; grid-template-columns:repeat(3,1fr); gap:.65rem; }
.intel-home-hero-capabilities>div { min-width:0; display:grid; grid-template-columns:42px 1fr; gap:.55rem; text-align:left; }.intel-home-hero-capabilities>div>span { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(var(--edge-rgb),.34); border-radius:7px; color:var(--edge); background:rgba(var(--edge-rgb),.075); font-size:1.45rem; filter:drop-shadow(0 0 8px rgba(var(--edge-rgb),.15)); }.intel-home-hero-capabilities p{margin:0}.intel-home-hero-capabilities strong{display:block;color:#e2e4ea;font-size:.63rem;line-height:1.3}.intel-home-hero-capabilities small{display:block;margin-top:.45rem;color:#8e96aa;font-size:.53rem;line-height:1.45}
.intel-home-hero .hero-cta { margin-top:1.25rem; display:flex; gap:1rem; }.intel-home-hero .hero-cta .btn { min-width:190px; min-height:48px; padding:.7rem 1rem; display:flex; align-items:center; justify-content:center; gap:.5rem; border-radius:8px; font-size:.7rem; font-weight:850; text-decoration:none; animation:none; }.intel-home-hero .hero-cta .btn-primary { border:1px solid rgba(113,79,255,.85); color:#fff; background:linear-gradient(100deg,#8b27ee,#4e28f1); box-shadow:0 0 18px rgba(89,46,240,.22); }.intel-home-hero .hero-cta .btn-secondary { border:1px solid rgba(94,106,160,.38); color:#e6e7ec; background:rgba(7,12,31,.7); }
.intel-home-hero .hero-disclaimer { min-height:61px; margin:1.4rem 0 0; padding:.7rem .9rem; display:grid; grid-template-columns:repeat(3,1fr); border:1px solid rgba(73,88,142,.28); border-radius:9px; color:#aeb5c5; background:rgba(5,12,31,.76); text-align:left; letter-spacing:0; }.intel-home-hero .hero-disclaimer>span { min-width:0; padding:0 .65rem; display:grid; grid-template-columns:18px 1fr; grid-template-rows:auto auto; border-right:1px solid rgba(85,99,150,.18); }.intel-home-hero .hero-disclaimer>span:last-child{border-right:0}.intel-home-hero .hero-disclaimer i{grid-row:1/3;width:15px;height:15px;display:grid;place-items:center;border:1px solid #16dc7b;border-radius:50%;color:#16dc7b;font-size:.48rem;font-style:normal}.intel-home-hero .hero-disclaimer i.is-red{color:#ff3e66;border-color:#ff3e66}.intel-home-hero .hero-disclaimer i.is-gold{color:#f4ad17;border-color:#f4ad17}.intel-home-hero .hero-disclaimer strong{color:#d9dce4;font-size:.52rem}.intel-home-hero .hero-disclaimer small{color:#7e879c;font-size:.44rem;white-space:nowrap}
.intel-home-hero .hero-visual { min-width:500px; width:100%; justify-self:end; position:relative; z-index:2; }
@media(max-width:1020px){.intel-home-hero .hero-row{grid-template-columns:1fr;gap:2rem}.intel-home-hero .hero-content{max-width:600px;margin:auto;display:block;text-align:center}.intel-home-hero .hero-brand-logo,.intel-home-hero-badge{margin-left:auto;margin-right:auto}.intel-home-hero .hero-subtitle{max-width:570px;margin-left:auto;margin-right:auto}.intel-home-hero .hero-cta{justify-content:center}.intel-home-hero .hero-visual{min-width:0;justify-self:center}.intel-home-hero::after{display:none}.intel-home-hero .hero-disclaimer{text-align:left}}
@media(max-width:620px){.intel-home-hero{padding-inline:.8rem}.intel-home-hero .hero-content h1{font-size:2.45rem}.intel-home-hero-capabilities{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none;gap:.4rem;margin-left:0;margin-right:0}.intel-home-hero-capabilities>div{min-height:102px;padding:.6rem .25rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;border:1px solid rgba(var(--edge-rgb),.2);border-radius:7px;background:rgba(var(--edge-rgb),.035);text-align:center}.intel-home-hero-capabilities>div>span{width:32px;height:32px;font-size:1rem}.intel-home-hero-capabilities strong{font-size:.53rem;line-height:1.25}.intel-home-hero-capabilities small{margin-top:.25rem;font-size:.43rem;line-height:1.3}.intel-home-hero .hero-cta{flex-direction:row;gap:.55rem}.intel-home-hero .hero-cta .btn{width:auto;min-width:0;flex:1 1 0;padding:.65rem .45rem;font-size:.62rem;white-space:nowrap}.intel-home-hero .hero-disclaimer{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:.65rem .25rem}.intel-home-hero .hero-disclaimer>span{padding:0 .35rem;grid-template-columns:15px minmax(0,1fr);grid-template-rows:auto auto;border-right:1px solid rgba(85,99,150,.18);border-bottom:0}.intel-home-hero .hero-disclaimer>span:last-child{border-right:0}.intel-home-hero .hero-disclaimer i{width:13px;height:13px;font-size:.42rem}.intel-home-hero .hero-disclaimer strong{font-size:.45rem;line-height:1.25}.intel-home-hero .hero-disclaimer small{font-size:.38rem;line-height:1.3;white-space:normal}}

.edge-features {
  position: relative;
  overflow: hidden;
  padding: 3.25rem 1.25rem 2rem;
  color: var(--intel-text);
  background:
    radial-gradient(circle at 50% -10%, rgba(41, 67, 174, 0.16), transparent 38%),
    linear-gradient(145deg, #020716 0%, var(--intel-bg) 55%, #050719 100%);
  border-top: 1px solid rgba(74, 102, 221, 0.12);
  border-bottom: 1px solid rgba(74, 102, 221, 0.12);
}

.edge-features::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(69, 105, 196, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 105, 196, 0.16) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 85%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 85%, transparent);
}

.edge-features-shell {
  position: relative;
  z-index: 1;
  width: min(var(--intel-shell-width), 100%);
  margin: 0 auto;
}

.edge-features-heading {
  margin: 0 auto 1.8rem;
  text-align: center;
}

.edge-features-heading .edge-features-eyebrow {
  margin: 0 0 0.35rem;
  color: #9ba9ff;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.edge-features-heading h2 {
  margin: 0;
  color: #f7f7fb;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 14px rgba(255, 255, 255, 0.08);
}

.edge-features-heading h2 span {
  color: var(--intel-accent);
  text-shadow: 0 0 22px rgba(102, 124, 255, 0.35);
}

.edge-features-heading > p:last-child {
  margin: 0.35rem 0 0;
  color: var(--intel-text-muted);
  font-size: 0.98rem;
}

.edge-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--intel-grid-gap);
}

.edge-feature-card {
  position: relative;
  min-width: 0;
  min-height: 286px;
  padding: 1rem 0.65rem 0.55rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid rgba(var(--edge-rgb), 0.42);
  border-radius: var(--intel-card-radius);
  background:
    radial-gradient(circle at 27% 20%, rgba(var(--edge-rgb), 0.095), transparent 32%),
    linear-gradient(150deg, rgba(var(--edge-rgb), 0.035), rgba(2, 8, 20, 0.96) 55%);
  box-shadow: inset 0 0 24px rgba(var(--edge-rgb), 0.025), 0 9px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.edge-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(rgba(var(--edge-rgb), 0.55) 0.7px, transparent 0.8px);
  background-size: 11px 11px;
  -webkit-mask-image: linear-gradient(110deg, #000, transparent 62%);
  mask-image: linear-gradient(110deg, #000, transparent 62%);
}

.edge-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--edge-rgb), 0.8);
  box-shadow: 0 12px 34px rgba(var(--edge-rgb), 0.12), inset 0 0 28px rgba(var(--edge-rgb), 0.035);
}

.edge-feature-number {
  position: absolute;
  top: 0.72rem;
  left: 0.72rem;
  display: grid;
  place-items: center;
  width: 29px;
  height: 25px;
  border: 1px solid rgba(var(--edge-rgb), 0.22);
  border-radius: 6px;
  color: var(--edge);
  background: rgba(var(--edge-rgb), 0.065);
  font-size: 0.72rem;
  font-weight: 800;
}

.edge-feature-lead {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 1.7rem;
}

.edge-feature-icon {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  filter: drop-shadow(0 0 9px rgba(var(--edge-rgb), 0.28));
}

.edge-feature-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: var(--edge);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.edge-feature-icon .edge-icon-fill {
  fill: var(--edge);
  stroke: var(--edge);
  filter: drop-shadow(0 0 5px rgba(var(--edge-rgb), 0.75));
}

.edge-feature-icon-shield svg { stroke-width: 1.7; }
.edge-feature-icon-shield text { fill: var(--edge); stroke: none; font: 800 29px Arial, sans-serif; }

.edge-feature-card h3 {
  margin: 0;
  color: #f4f3fa;
  font-size: 1.28rem;
  line-height: 1.14;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.edge-feature-rule {
  width: 28px;
  height: 2px;
  margin: 0.15rem auto 0.7rem;
  border-radius: 4px;
  background: var(--edge);
  box-shadow: 0 0 8px rgba(var(--edge-rgb), 0.6);
}

.edge-feature-hook {
  min-height: 1.1rem;
  margin: 0 0 0.45rem;
  color: var(--edge);
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 800;
}

.edge-feature-copy {
  min-height: 55px;
  margin: 0 auto 0.65rem;
  max-width: 290px;
  color: var(--intel-text-copy);
  text-align: center;
  font-size: 0.77rem;
  line-height: 1.35;
}

.edge-feature-metrics {
  position: relative;
  z-index: 1;
  min-height: 54px;
  margin-top: auto;
  padding: 0.42rem 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(var(--edge-rgb), 0.15);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(5, 18, 32, 0.78), rgba(2, 10, 21, 0.9));
  box-shadow: inset 0 0 15px rgba(var(--edge-rgb), 0.025);
}

.edge-feature-metrics > svg {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  fill: none;
  stroke: var(--edge);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.edge-feature-metrics > div:not(.edge-metric-divider) {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.edge-feature-metrics strong {
  color: var(--edge);
  font-size: 1.15rem;
  line-height: 1.05;
  font-weight: 900;
  white-space: nowrap;
}

.edge-feature-metrics strong.edge-metric-label {
  color: #eef0f7;
  font-size: 0.72rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.edge-feature-metrics span {
  margin-top: 0.17rem;
  color: #8f95a8;
  font-size: 0.57rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.edge-metric-divider {
  align-self: stretch;
  flex: 0 0 1px;
  width: 1px;
  background: linear-gradient(transparent, rgba(151, 161, 184, 0.45), transparent);
}

.edge-feature-metrics-single {
  justify-content: flex-start;
  padding-left: 2.7rem;
}

.edge-features-cta {
  display: flex;
  width: 218px;
  height: 43px;
  margin: 0.8rem auto 0;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #eef1ff;
  background:
    linear-gradient(var(--intel-bg-raised), var(--intel-bg-raised)) padding-box,
    linear-gradient(90deg, #28adff, #b753ff) border-box;
  box-shadow: 0 0 18px rgba(76, 112, 255, 0.12);
  font-size: 0.83rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.edge-features-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(126, 86, 255, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  .edge-feature-card,
  .edge-features-cta { transition: none; }
}

@media (max-width: 900px) {
  .edge-features { padding: 3rem 1rem 2.25rem; }
  .edge-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .edge-features { padding: 2.65rem 0.8rem 2rem; }
  .edge-features-heading { margin-bottom: 1.45rem; }
  .edge-features-heading .edge-features-eyebrow { font-size: 0.68rem; letter-spacing: 0.23em; }
  .edge-features-heading h2 { font-size: clamp(1.9rem, 10vw, 2.55rem); }
  .edge-features-heading > p:last-child { max-width: 290px; margin: 0.5rem auto 0; font-size: 0.88rem; }
  .edge-features-grid { grid-template-columns: 1fr; gap: 0.75rem; }
  .edge-feature-card { min-height: 278px; padding: 0.9rem 0.65rem 0.55rem; }
  .edge-feature-lead { padding: 0 2.2rem; }
  .edge-feature-copy { min-height: 0; max-width: 320px; }
  .edge-feature-metrics { max-width: 360px; width: 100%; margin-left: auto; margin-right: auto; }
  .edge-features-cta { margin-top: 1rem; }
}

/* Core Intelligence Pillars — dense capability cards with tag-based evidence. */
.intel-pillars {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.25rem 1.2rem;
  color: var(--intel-text);
  background:
    radial-gradient(circle at 50% -15%, rgba(49, 66, 170, 0.15), transparent 42%),
    linear-gradient(145deg, #020716, #020510 58%, #050719);
  border-block: 1px solid rgba(74, 102, 221, 0.12);
}

.intel-pillars::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: radial-gradient(rgba(94, 118, 211, 0.35) 0.65px, transparent 0.8px);
  background-size: 13px 13px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 76%);
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

.intel-pillars-shell {
  position: relative;
  z-index: 1;
  width: min(var(--intel-shell-width), 100%);
  margin: 0 auto;
}

.intel-pillars-heading {
  margin: 0 auto 1.35rem;
  text-align: center;
}

.intel-pillars-eyebrow {
  margin: 0 0 0.35rem;
  color: #91a1ff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.32em;
}

.intel-pillars-heading h2 {
  margin: 0;
  color: #f7f7fb;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.intel-pillars-heading h2 span {
  color: transparent;
  background: linear-gradient(90deg, #5f83ff, #bd61f5);
  -webkit-background-clip: text;
  background-clip: text;
}

.intel-pillars-heading > p:last-child {
  margin: 0.45rem 0 0;
  color: #aeb3c5;
  font-size: 0.9rem;
}

.intel-pillars-heading strong { color: #7089ff; font-weight: 500; }

.intel-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.intel-pillar-card {
  position: relative;
  min-width: 0;
  min-height: 280px;
  padding: 0.85rem 0.8rem 0.65rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--edge-rgb), 0.42);
  border-radius: 10px;
  background:
    radial-gradient(circle at 28% 12%, rgba(var(--edge-rgb), 0.09), transparent 31%),
    linear-gradient(150deg, rgba(var(--edge-rgb), 0.025), rgba(2, 7, 18, 0.96) 60%);
  box-shadow: inset 0 0 22px rgba(var(--edge-rgb), 0.02), 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.intel-pillar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image: radial-gradient(rgba(var(--edge-rgb), 0.55) 0.65px, transparent 0.8px);
  background-size: 10px 10px;
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 66%);
  mask-image: linear-gradient(120deg, #000, transparent 66%);
}

.intel-pillar-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--edge-rgb), 0.78);
  box-shadow: 0 12px 32px rgba(var(--edge-rgb), 0.1), inset 0 0 25px rgba(var(--edge-rgb), 0.03);
}

.intel-pillar-number {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: grid;
  place-items: center;
  width: 30px;
  height: 26px;
  border: 1px solid rgba(var(--edge-rgb), 0.4);
  border-radius: 5px;
  color: var(--edge);
  background: rgba(var(--edge-rgb), 0.08);
  font-size: 0.72rem;
  font-weight: 900;
}

.intel-pillar-lead {
  min-height: 76px;
  padding: 0 1.2rem 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.intel-pillar-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  filter: drop-shadow(0 0 8px rgba(var(--edge-rgb), 0.24));
}

.intel-pillar-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: var(--edge);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.intel-pillar-icon .edge-icon-fill { fill: rgba(var(--edge-rgb), 0.78); }
.intel-pillar-icon text { fill: #081018; stroke: none; font: 900 20px Arial, sans-serif; }

.intel-pillar-card h3 {
  margin: 0;
  color: #f5f4f8;
  font-size: 1.17rem;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.intel-pillar-hook {
  margin: 0.05rem 0 0.7rem;
  color: var(--edge);
  text-align: center;
  font-size: 0.65rem;
  line-height: 1.25;
  font-weight: 800;
}

.intel-pillar-copy {
  margin: 0 auto 0.65rem;
  color: #b7bccb;
  text-align: center;
  font-size: 0.69rem;
  line-height: 1.42;
}

.intel-pillar-tags {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}

.intel-pillar-tags span {
  min-height: 23px;
  padding: 0.28rem 0.48rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(var(--edge-rgb), 0.22);
  border-radius: 7px;
  color: #bdc3d0;
  background: rgba(var(--edge-rgb), 0.055);
  font-size: 0.54rem;
  line-height: 1;
  white-space: nowrap;
}

.intel-pillar-tags span::first-letter { color: var(--edge); }

.intel-pillars-note {
  width: fit-content;
  max-width: 100%;
  min-height: 54px;
  margin: 0.45rem auto 0;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(86, 116, 255, 0.35);
  border-radius: 8px;
  background: linear-gradient(100deg, rgba(32, 55, 131, 0.24), rgba(18, 27, 65, 0.55));
}

.intel-pillars-note svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #6483ff;
  stroke-width: 1.6;
}

.intel-pillars-note p { margin: 0; display: flex; flex-direction: column; }
.intel-pillars-note strong { color: #aab6e8; font-size: 0.72rem; }
.intel-pillars-note span { color: #8d95ad; font-size: 0.63rem; }

@media (prefers-reduced-motion: reduce) {
  .intel-pillar-card { transition: none; }
}

@media (max-width: 900px) {
  .intel-pillars-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .intel-pillars { padding: 2.5rem 0.8rem 1.4rem; }
  .intel-pillars-heading { margin-bottom: 1.25rem; }
  .intel-pillars-eyebrow { font-size: 0.66rem; letter-spacing: 0.24em; }
  .intel-pillars-heading h2 { font-size: clamp(1.9rem, 10vw, 2.55rem); }
  .intel-pillars-heading > p:last-child { max-width: 310px; margin: 0.5rem auto 0; font-size: 0.82rem; line-height: 1.35; }
  .intel-pillars-grid { grid-template-columns: 1fr; gap: 0.7rem; }
  .intel-pillar-card { min-height: 270px; }
  .intel-pillar-copy { max-width: 340px; font-size: 0.73rem; }
  .intel-pillars-note { width: 100%; justify-content: center; }
}

/* Sport workspace hero — interactive, single-panel analytics showcase. */
.sport-workspaces {
  --workspace-color: #18e66f;
  --workspace-rgb: 24, 230, 111;
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 0.5rem 1.25rem 1.35rem;
  color: var(--intel-text);
  background:
    linear-gradient(180deg, rgba(2, 5, 18, 0.12), rgba(2, 5, 18, 0.7)),
    radial-gradient(ellipse at 50% 105%, rgba(var(--workspace-rgb), 0.12), transparent 47%),
    linear-gradient(145deg, #020616, #03051a 55%, #040817);
  border-block: 1px solid rgba(71, 96, 194, 0.14);
  transition: background 0.3s ease;
}

.sport-workspaces.sport-bg-mlb { --workspace-color: #18e66f; --workspace-rgb: 24, 230, 111; }
.sport-workspaces.sport-bg-nba { --workspace-color: #6f78ff; --workspace-rgb: 111, 120, 255; }
.sport-workspaces.sport-bg-fifa { --workspace-color: #26d98a; --workspace-rgb: 38, 217, 138; }

.sport-workspaces::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(168deg, transparent 0 29%, rgba(35, 73, 173, 0.18) 29.3%, transparent 30.2%),
    linear-gradient(192deg, transparent 0 29%, rgba(35, 73, 173, 0.18) 29.3%, transparent 30.2%),
    repeating-linear-gradient(176deg, transparent 0 33px, rgba(32, 65, 143, 0.12) 34px, transparent 35px);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 85%);
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.sport-workspaces::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 118%, rgba(var(--workspace-rgb), 0.16), transparent 54%),
    repeating-linear-gradient(172deg, transparent 0 25px, rgba(21, 52, 119, 0.08) 26px, transparent 27px);
}

.sport-workspaces-lights {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
  background:
    radial-gradient(ellipse at 2% 15%, rgba(31, 103, 255, 0.6) 0, rgba(19, 74, 211, 0.24) 7%, transparent 19%),
    radial-gradient(ellipse at 98% 15%, rgba(31, 103, 255, 0.6) 0, rgba(19, 74, 211, 0.24) 7%, transparent 19%);
  filter: saturate(1.2);
}

.sport-workspaces-lights::before,
.sport-workspaces-lights::after {
  content: "";
  position: absolute;
  top: 50px;
  width: 150px;
  height: 42px;
  opacity: 0.72;
  background-image: radial-gradient(circle, #78a9ff 0 2px, rgba(40, 110, 255, 0.9) 3px, transparent 5px);
  background-size: 18px 15px;
  filter: drop-shadow(0 0 7px #1460ff) blur(0.2px);
}

.sport-workspaces-lights::before { left: -14px; transform: rotate(11deg); }
.sport-workspaces-lights::after { right: -14px; transform: rotate(-11deg); }

.sport-workspaces-shell {
  position: relative;
  z-index: 1;
  width: min(var(--intel-shell-width), 100%);
  margin: 0 auto;
  text-align: center;
}

.sport-tabs {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.sport-tab {
  min-height: 34px;
  padding: 0.38rem 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border: 1px solid rgba(109, 128, 230, 0.36);
  border-radius: 999px;
  color: #c8ccdc;
  background: rgba(3, 8, 27, 0.78);
  box-shadow: inset 0 0 13px rgba(var(--sport-rgb), 0.025);
  font: inherit;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.sport-tab > span { font-size: 0.95rem; }

.sport-tab:hover {
  color: #fff;
  border-color: rgba(var(--sport-rgb), 0.75);
  transform: translateY(-1px);
}

.sport-tab.active {
  color: #fff;
  border-color: var(--sport-color);
  background: linear-gradient(180deg, rgba(var(--sport-rgb), 0.38), rgba(var(--sport-rgb), 0.18));
  box-shadow: 0 0 15px rgba(var(--sport-rgb), 0.27), inset 0 0 14px rgba(var(--sport-rgb), 0.13);
}

.sport-tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.sport-panel-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0.25rem 0 0;
}

.sport-panel-badge {
  width: fit-content;
  min-height: 28px;
  margin: 0 auto 0.05rem;
  padding: 0.28rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(var(--sport-rgb), 0.3);
  border-radius: 999px;
  color: var(--sport-color);
  background: rgba(var(--sport-rgb), 0.08);
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sport-panel-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sport-color);
  box-shadow: 0 0 8px rgba(var(--sport-rgb), 0.9);
}

.sport-panel h2 {
  max-width: 840px;
  margin: 0 auto;
  color: #f8f8fb;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.6);
}

.sport-panel h2 span {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0.05rem auto 0;
  color: var(--sport-color);
  font-style: italic;
  text-shadow: 0 0 20px rgba(var(--sport-rgb), 0.28);
}

.sport-panel h2 span::after {
  content: "";
  position: absolute;
  left: 3%;
  right: -3%;
  bottom: -0.18rem;
  height: 4px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, var(--sport-color) 15% 85%, transparent);
  box-shadow: 0 0 8px rgba(var(--sport-rgb), 0.8);
  transform: rotate(-1deg);
}

.sport-panel-inner > p {
  max-width: 730px;
  margin: 1.35rem auto 1.35rem;
  color: #b8bdd0;
  font-size: 0.88rem;
  line-height: 1.48;
}

.sport-panel-inner > p em {
  display: block;
  color: #cbd0e2;
  font-weight: 500;
}

.sport-panel-tags {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sport-panel-tags span {
  min-height: 26px;
  padding: 0.34rem 0.68rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid rgba(var(--sport-rgb), 0.25);
  border-radius: 999px;
  color: var(--sport-color);
  background: rgba(3, 12, 28, 0.76);
  font-size: 0.64rem;
}

.sport-panel-tags b { font-weight: 700; }

.sport-panel-cta {
  min-width: 212px;
  min-height: 37px;
  padding: 0.45rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid rgba(var(--sport-rgb), 0.9);
  border-radius: 12px;
  color: #020b0a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent), var(--sport-color);
  box-shadow: 0 0 20px rgba(var(--sport-rgb), 0.32), inset 0 1px rgba(255, 255, 255, 0.35);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sport-panel-cta:hover {
  color: #020b0a;
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(var(--sport-rgb), 0.5), inset 0 1px rgba(255, 255, 255, 0.4);
}

@keyframes sportPanelFade {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.sport-panel-anim { animation: sportPanelFade 0.3s ease; }

@media (prefers-reduced-motion: reduce) {
  .sport-workspaces,
  .sport-tab,
  .sport-panel-cta { transition: none; }
  .sport-panel-anim { animation: none; }
}

@media (max-width: 600px) {
  .sport-workspaces { min-height: 535px; padding: 0.7rem 0.75rem 1.3rem; }
  .sport-workspaces-lights::before,
  .sport-workspaces-lights::after { top: 62px; width: 90px; opacity: 0.48; }
  .sport-tabs { width: 100%; gap: 0.35rem; }
  .sport-tab { flex: 1 1 0; min-width: 0; padding-inline: 0.35rem; font-size: 0.67rem; }
  .sport-tab > span { font-size: 0.82rem; }
  .sport-panel-inner { padding-top: 0.65rem; }
  .sport-panel h2 { max-width: 360px; font-size: clamp(2rem, 10vw, 2.65rem); }
  .sport-panel-inner > p { margin-top: 1.45rem; font-size: 0.81rem; }
  .sport-panel-tags { max-width: 380px; margin-inline: auto; gap: 0.38rem; }
  .sport-panel-tags span { min-height: 27px; font-size: 0.59rem; }
  .sport-panel-cta { width: min(280px, 100%); }
}

/* How It Works — connected three-stage decision process. */
.intel-process {
  position: relative;
  min-height: 632px;
  overflow: hidden;
  padding: 1.05rem 1.25rem 0.9rem;
  color: var(--intel-text);
  background:
    radial-gradient(circle at 50% 54%, rgba(46, 59, 162, 0.11), transparent 43%),
    linear-gradient(145deg, #020716, #020510 58%, #050719);
  border-block: 1px solid rgba(74, 102, 221, 0.12);
}

.intel-process::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(68, 91, 180, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 91, 180, 0.13) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000, transparent 72%);
}

.intel-process-shell {
  position: relative;
  z-index: 1;
  width: min(812px, 100%);
  margin: 0 auto;
}

.intel-process-heading { text-align: center; }

.intel-process-eyebrow {
  margin: 0 0 0.62rem;
  color: #8d9cff;
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.38em;
}

.intel-process-heading h2 {
  margin: 0;
  color: #f8f7fa;
  font-size: clamp(2rem, 4.15vw, 2.5rem);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.08);
}

.intel-process-heading h2 span {
  color: transparent;
  background: linear-gradient(90deg, #5c79ff, #a94cf3);
  -webkit-background-clip: text;
  background-clip: text;
}

.intel-process-heading > p:last-child {
  margin: 0.88rem 0 0;
  color: #adb2c4;
  font-size: 0.92rem;
  line-height: 1.2;
}

.intel-process-heading > p:last-child strong { color: #6178ff; font-weight: 700; }

.intel-process-grid {
  margin-top: 1.37rem;
  display: grid;
  grid-template-columns: minmax(0, 241fr) 37px minmax(0, 254fr) 36px minmax(0, 244fr);
  align-items: center;
}

.intel-process-card {
  position: relative;
  min-width: 0;
  height: 384px;
  padding: 0.8rem 0.82rem 0.72rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(var(--edge-rgb), 0.58);
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 8%, rgba(var(--edge-rgb), 0.075), transparent 31%),
    linear-gradient(150deg, rgba(var(--edge-rgb), 0.025), rgba(3, 8, 21, 0.97) 62%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22), inset 0 0 24px rgba(var(--edge-rgb), 0.025);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.intel-process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image: radial-gradient(rgba(var(--edge-rgb), 0.5) 0.65px, transparent 0.8px);
  background-size: 10px 10px;
  -webkit-mask-image: linear-gradient(125deg, #000, transparent 64%);
  mask-image: linear-gradient(125deg, #000, transparent 64%);
}

.intel-process-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--edge-rgb), 0.88);
  box-shadow: 0 14px 34px rgba(var(--edge-rgb), 0.11), inset 0 0 26px rgba(var(--edge-rgb), 0.035);
}

.intel-process-number {
  position: absolute;
  z-index: 2;
  top: 0.86rem;
  left: 0.86rem;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, rgba(var(--edge-rgb), 0.95), rgba(var(--edge-rgb), 0.55));
  box-shadow: 0 0 14px rgba(var(--edge-rgb), 0.24);
  font-size: 1rem;
  font-weight: 900;
}

.intel-process-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 124px;
  min-height: 124px;
  flex: 0 0 124px;
  margin: 0 0 0.35rem;
  overflow: hidden;
  display: grid;
  place-items: center;
  opacity: 0.62;
}

.intel-process-visual svg {
  width: min(100%, 180px);
  height: 105px;
  max-height: 100%;
  overflow: hidden;
  fill: none;
  stroke: var(--edge);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(var(--edge-rgb), 0.22));
}

.intel-process-visual .process-fill { fill: rgba(var(--edge-rgb), 0.78); stroke: var(--edge); }
.intel-process-visual .process-alert { stroke: #fff; stroke-width: 2; }
.intel-process-visual .process-screen { fill: rgba(var(--edge-rgb), 0.08); }
.intel-process-visual .process-area { fill: rgba(var(--edge-rgb), 0.13); }
.intel-process-visual .process-dash { stroke-dasharray: 3 4; opacity: 0.55; }
.intel-process-visual .process-label { fill: rgba(8, 14, 29, 0.92); stroke: rgba(var(--edge-rgb), 0.18); }

.intel-process-card h3 {
  min-height: 42px;
  margin: 0.34rem 1rem 0;
  color: #f5f4f7;
  font-size: 1.02rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.022em;
}

.intel-process-card:last-of-type h3 { margin-right: 0; }

.intel-process-hook {
  margin: 0.36rem 1rem 0.5rem;
  color: var(--edge);
  font-size: 0.62rem;
  line-height: 1.2;
  font-weight: 800;
}

.intel-process-copy {
  margin: 0 1rem;
  color: #b8bdcc;
  font-size: 0.615rem;
  line-height: 1.48;
}

.intel-process-copy strong { color: var(--edge); font-weight: 700; }

.intel-process-signals {
  position: relative;
  z-index: 1;
  min-height: 96px;
  margin: auto 0 0;
  padding: 0.26rem 0.62rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(var(--edge-rgb), 0.11);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(10, 17, 34, 0.85), rgba(5, 12, 27, 0.94));
}

.intel-process-signals li {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  color: #c5c9d4;
  border-bottom: 1px solid rgba(116, 130, 170, 0.1);
  font-size: 0.58rem;
  line-height: 1.15;
}

.intel-process-signals li:last-child { border-bottom: 0; }
.intel-process-signals li > span { width: 14px; color: var(--edge); font-size: 0.9rem; text-align: center; }

.intel-process-connector {
  position: relative;
  z-index: 3;
  height: 2px;
  align-self: start;
  margin-top: 133px;
  background: linear-gradient(90deg, var(--left-edge, #ef4054), #6674ff);
}

.intel-process-connector:nth-child(4) { background: linear-gradient(90deg, #6674ff, #48dc7a); }

.intel-process-connector::before,
.intel-process-connector::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6674ff;
  box-shadow: 0 0 8px rgba(102, 116, 255, 0.65);
  transform: translateY(-50%);
}

.intel-process-connector::before { left: -3px; }
.intel-process-connector::after { right: -3px; }

.intel-process-action {
  text-align: center;
}

.intel-process-action > a {
  width: 253px;
  height: 48px;
  margin: 0.94rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid rgba(112, 103, 255, 0.88);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, #5868ff, #4825e8);
  box-shadow: 0 0 22px rgba(80, 72, 255, 0.3), inset 0 1px rgba(255, 255, 255, 0.22);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.intel-process-action > a:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(80, 72, 255, 0.48), inset 0 1px rgba(255, 255, 255, 0.25);
}

.intel-process-action > p {
  margin: 0.58rem 0 0;
  color: #9da4b9;
  font-size: 0.72rem;
}

.intel-process-action > p span { color: #8191ff; font-size: 0.95rem; }

@media (prefers-reduced-motion: reduce) {
  .intel-process-card,
  .intel-process-action > a { transition: none; }
}

@media (max-width: 760px) {
  .intel-process { padding: 2.4rem 0.8rem 2rem; }
  .intel-process-heading h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .intel-process-grid { max-width: 410px; margin: 1.5rem auto 0; grid-template-columns: 1fr; gap: 0; }
  .intel-process-card { width: 100%; height: auto; min-height: 384px; }
  .intel-process-visual { height: 116px; min-height: 116px; flex-basis: 116px; margin-bottom: 0.5rem; opacity: 0.56; }
  .intel-process-connector { width: 2px; height: 34px; margin: 0 auto; background: linear-gradient(#6674ff, #48dc7a); }
  .intel-process-connector::before { top: -2px; left: 50%; transform: translateX(-50%); }
  .intel-process-connector::after { top: auto; right: auto; bottom: -2px; left: 50%; transform: translateX(-50%); }
  .intel-process-card h3 { min-height: 0; }
  .intel-process-copy { font-size: 0.72rem; }
  .intel-process-signals { margin-top: 1rem; }
  .intel-process-action > a { width: min(280px, 100%); }
}

/* Live intelligence metrics — compact proof panel with trend traces. */
.intel-metrics {
  position: relative;
  overflow: hidden;
  padding: 0.8rem 1rem;
  color: var(--intel-text);
  background:
    radial-gradient(circle at 50% -10%, rgba(41, 67, 174, 0.16), transparent 38%),
    linear-gradient(145deg, #020716 0%, var(--intel-bg) 55%, #050719 100%);
  border-top: 1px solid rgba(74, 102, 221, 0.12);
  border-bottom: 1px solid rgba(74, 102, 221, 0.12);
}

.intel-metrics::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(69, 105, 196, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 105, 196, 0.16) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 85%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 26%, #000 85%, transparent);
}

.intel-metrics-shell {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 1.55rem;
  border: 1px solid rgba(96, 93, 221, 0.38);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 0, rgba(55, 61, 157, 0.1), transparent 48%),
    linear-gradient(150deg, rgba(17, 21, 57, 0.92), rgba(5, 9, 29, 0.96));
  box-shadow: inset 0 0 30px rgba(72, 67, 180, 0.04), 0 12px 32px rgba(0, 0, 0, 0.2);
}

.intel-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5625rem;
}

.intel-metric-card {
  position: relative;
  height: 252px;
  padding: 1rem 0.75rem 0.35rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(var(--edge-rgb), 0.11);
  border-left-color: var(--edge);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 9%, rgba(var(--edge-rgb), 0.09), transparent 31%),
    linear-gradient(155deg, rgba(var(--edge-rgb), 0.018), rgba(4, 9, 27, 0.92));
  box-shadow: inset 10px 0 24px -22px rgba(var(--edge-rgb), 0.6);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.intel-metric-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--edge-rgb), 0.45);
  border-left-color: var(--edge);
  box-shadow: 0 10px 28px rgba(var(--edge-rgb), 0.08), inset 10px 0 24px -22px rgba(var(--edge-rgb), 0.7);
}

.intel-metric-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  filter: drop-shadow(0 0 9px rgba(var(--edge-rgb), 0.23));
}

.intel-metric-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: var(--edge);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: scale(1.13);
  transform-origin: center;
}

.intel-metric-icon .metric-fill { fill: var(--edge); stroke: var(--edge); }

.intel-metric-value {
  min-height: 53px;
  margin-top: 1.15rem;
  display: flex;
  align-items: center;
  color: var(--edge);
  font-size: 2.95rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-shadow: 0 0 18px rgba(var(--edge-rgb), 0.22);
  white-space: nowrap;
}

.intel-metric-value-wide { font-size: 2.75rem; letter-spacing: -0.025em; }

.intel-metric-label {
  margin-top: 0.75rem;
  color: #c8cbdd;
  font-size: 0.69rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.intel-metric-detail {
  min-height: 19px;
  margin-top: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: #8f96ad;
  font-size: 0.73rem;
}

.intel-metric-detail i {
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border: 1px solid #6e758e;
  border-radius: 50%;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
}

.intel-metric-trend {
  width: calc(100% + 0.3rem);
  height: 34px;
  margin-top: auto;
  overflow: visible;
  fill: none;
  stroke: var(--edge);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1.4 2.2;
  filter: drop-shadow(0 0 5px rgba(var(--edge-rgb), 0.5));
}

.intel-metric-trend circle {
  fill: var(--edge);
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 0.8;
  stroke-dasharray: none;
  filter: drop-shadow(0 0 4px var(--edge));
}

@media (prefers-reduced-motion: reduce) {
  .intel-metric-card { transition: none; }
}

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

@media (max-width: 540px) {
  .intel-metrics { padding: 0.7rem 0.75rem; }
  .intel-metrics-shell { padding: 0.8rem; }
  .intel-metrics-grid { grid-template-columns: 1fr; gap: 0.7rem; }
  .intel-metric-card { height: 235px; }
  .intel-metric-value { margin-top: 0.55rem; }
}

/* Pricing intelligence — three tiers plus a compact comparison matrix. */
.intel-pricing {
  position: relative;
  overflow: hidden;
  padding: 0.8rem 1rem 2.5rem;
  color: var(--intel-text);
  background: radial-gradient(circle at 50% 13%, rgba(68, 62, 190, 0.12), transparent 42%), linear-gradient(145deg, #020716, #020510 60%, #050719);
  border-block: 1px solid rgba(74, 102, 221, 0.12);
}

.intel-pricing::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.08;
  background-image: radial-gradient(rgba(94, 112, 210, 0.45) 0.6px, transparent 0.8px); background-size: 12px 12px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 36%, #000, transparent 72%); mask-image: radial-gradient(ellipse at 50% 36%, #000, transparent 72%);
}

.intel-pricing-shell { position: relative; z-index: 1; width: min(754px, 100%); margin: 0 auto; }
.intel-pricing-heading { text-align: center; }
.intel-pricing-eyebrow { margin: 0 0 0.38rem; color: #8c99ff; font-size: 0.62rem; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: 0.25em; }
.intel-pricing-heading h2 { margin: 0; color: #f8f7fb; font-size: clamp(1.8rem, 3.4vw, 2rem); line-height: 1.05; font-weight: 900; letter-spacing: -0.035em; }
.intel-pricing-heading h2 span { color: transparent; background: linear-gradient(90deg, #675dff, #8a47ed); -webkit-background-clip: text; background-clip: text; }
.intel-pricing-heading > p:last-child { margin: 0.42rem 0 0; color: #aeb3c5; font-size: 0.66rem; }

.intel-pricing-grid { margin-top: 0.42rem; display: grid; grid-template-columns: 0.96fr 1.04fr 0.98fr; gap: 0.62rem; align-items: stretch; }
.intel-price-card { position: relative; min-width: 0; height: 345px; padding: 0.8rem 1.05rem 0.75rem !important; display: flex; flex-direction: column; border: 1px solid rgba(var(--edge-rgb), 0.28) !important; border-radius: 6px !important; background: radial-gradient(circle at 50% 0, rgba(var(--edge-rgb), 0.055), transparent 34%), rgba(4, 9, 28, 0.89) !important; box-shadow: inset 0 0 20px rgba(var(--edge-rgb), 0.018) !important; transform: none !important; }
.intel-price-card.featured { border-color: rgba(var(--edge-rgb), 0.8) !important; box-shadow: 0 0 22px rgba(var(--edge-rgb), 0.1), inset 0 0 24px rgba(var(--edge-rgb), 0.025) !important; }
.intel-price-card:hover { border-color: rgba(var(--edge-rgb), 0.72) !important; transform: translateY(-2px) !important; }

.intel-price-intro { min-height: 52px; display: flex; align-items: flex-start; gap: 0.58rem; }
.intel-price-icon { width: 31px; height: 31px; flex: 0 0 31px; }
.intel-price-icon svg { width: 100%; height: 100%; overflow: visible; fill: none; stroke: var(--edge); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(var(--edge-rgb), 0.3)); }
.intel-price-intro h3 { margin: 0 0 0.12rem; color: #f4f3f7; font-size: 0.82rem; line-height: 1; font-weight: 900; }
.intel-price-intro strong { display: block; color: var(--edge); font-size: 0.48rem; line-height: 1.2; }
.intel-price-intro p { margin: 0.3rem 0 0; color: #9399ad; font-size: 0.43rem; line-height: 1.25; }

.intel-price-card .price { display: flex; align-items: baseline; gap: 0.25rem; margin: 0.2rem 0 0; }
.intel-price-card .price .amount { color: #f5f5fa; font-size: 1.65rem; line-height: 1; font-weight: 900; letter-spacing: -0.035em; }
.intel-price-card .price .period { color: #9299ae; font-size: 0.45rem; }
.intel-price-line { display: flex; align-items: center; gap: 0.55rem; }
.intel-price-saving { padding: 0.18rem 0.3rem; border: 1px solid rgba(var(--edge-rgb), 0.38); border-radius: 4px; color: var(--edge); background: rgba(var(--edge-rgb), 0.07); font-size: 0.38rem; font-weight: 800; white-space: nowrap; }
.intel-price-divider { height: 1px; margin: 0.55rem 0 0.6rem; background: rgba(115, 127, 169, 0.12); }

.intel-price-card .pricing-header { margin-bottom: 0 !important; padding: 0 !important; border: 0 !important; }
.intel-price-card .pricing-tabs { height: 19px; margin: 0.45rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(var(--edge-rgb), 0.13); border-radius: 5px; background: rgba(22, 29, 62, 0.7); }
.intel-price-card .pricing-tab { min-width: 0; padding: 0; border: 0; border-radius: 0; color: #9198ad; background: transparent; font: inherit; font-size: 0.38rem; cursor: pointer; }
.intel-price-card .pricing-tab.active { color: #fff; background: linear-gradient(180deg, rgba(var(--edge-rgb), 0.9), rgba(var(--edge-rgb), 0.55)); box-shadow: 0 0 9px rgba(var(--edge-rgb), 0.24); }
.intel-price-card .pricing-tab:focus-visible { outline: 1px solid #fff; outline-offset: -2px; }
.intel-price-card .pricing-yearly-badge { display: none !important; }

.intel-price-includes { margin: 0.2rem 0 0.32rem; color: #727b9d; font-size: 0.4rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.025em; }
.intel-price-features { margin: 0 !important; padding: 0 !important; list-style: none !important; display: flex !important; flex-direction: column; gap: 0.27rem !important; }
.intel-price-features li { position: relative; padding: 0 0 0 0.9rem !important; display: block !important; color: #b0b6c7; border: 0 !important; font-size: calc(0.44rem + 1px) !important; line-height: 1.3; }
.intel-price-features li::before { content: "✓"; position: absolute; left: 0; top: -0.02rem; display: grid; place-items: center; width: 9px; height: 9px; border-radius: 50%; color: var(--edge); background: rgba(var(--edge-rgb), 0.13); mask: none !important; -webkit-mask: none !important; font-size: 0.38rem; font-weight: 900; }
.intel-price-cta { min-height: 25px; margin-top: auto !important; margin-bottom: 0.45rem !important; display: flex !important; align-items: center; justify-content: center; border: 1px solid rgba(var(--edge-rgb), 0.72) !important; border-radius: 5px !important; color: var(--edge) !important; background: transparent !important; box-shadow: none !important; font-size: 0.48rem !important; font-weight: 900 !important; text-align: center; text-decoration: none; }
.intel-price-pro .intel-price-cta, .intel-price-card.featured .intel-price-cta { color: #fff !important; background: linear-gradient(90deg, rgba(var(--edge-rgb), 0.9), rgba(var(--edge-rgb), 0.68)) !important; }
.intel-price-card[data-plan="elite"] .intel-price-cta { color: #090800 !important; background: linear-gradient(90deg, #d8950a, #e7ae25) !important; }
.intel-price-card .pricing-badge { top: -0.48rem !important; right: 1rem !important; left: auto !important; transform: none !important; padding: 0.16rem 0.42rem !important; border-radius: 4px !important; color: #fff !important; background: #5844ec !important; font-size: 0.38rem !important; letter-spacing: 0 !important; }

.intel-pricing-detail-row { margin-top: 0.625rem; display: grid; grid-template-columns: 2fr 0.96fr 0.96fr; gap: 0.62rem; align-items: start; }
.intel-pricing-compare { min-width: 0; overflow: hidden; border: 1px solid rgba(80, 93, 165, 0.28); border-radius: 6px; background: rgba(5, 10, 30, 0.88); }
.intel-pricing-compare table { width: 100%; border-collapse: collapse; table-layout: fixed; font-size: calc(0.4rem + 1px); }
.intel-pricing-compare th, .intel-pricing-compare td { height: 17px; padding: 0 0.62rem; border-right: 1px solid rgba(83, 96, 146, 0.09); border-bottom: 1px solid rgba(83, 96, 146, 0.1); color: #9da5bb; text-align: center; }
.intel-pricing-compare th:first-child, .intel-pricing-compare td:first-child { width: 35%; text-align: left; }
.intel-pricing-compare thead th { height: 27px; color: #7380a6; font-weight: 900; text-transform: uppercase; }
.intel-pricing-compare thead th:nth-child(2) { color: #36df77; }.intel-pricing-compare thead th:nth-child(3) { color: #7263ff; }.intel-pricing-compare thead th:nth-child(4) { color: #e3b315; }
.intel-pricing-compare .is-free { color: #36df77; }.intel-pricing-compare .is-pro { color: #7263ff; }.intel-pricing-compare .is-elite { color: #e3b315; font-weight: 800; }
.intel-lifetime-card { position: relative; width: auto !important; min-width: 0 !important; max-width: none !important; min-height: 0 !important; height: auto !important; margin: 0 !important; padding: 0.72rem 0.72rem 0.62rem !important; display: flex; flex-direction: column; align-self: start; border: 1px solid rgba(var(--edge-rgb), 0.5) !important; border-radius: 6px !important; background: radial-gradient(circle at 50% 0, rgba(var(--edge-rgb), 0.09), transparent 39%), rgba(4,9,28,.91) !important; box-shadow: inset 0 0 20px rgba(var(--edge-rgb),.025) !important; transform: none !important; }
.intel-lifetime-card:hover { border-color: rgba(var(--edge-rgb),.78) !important; transform: translateY(-2px) !important; }
.intel-lifetime-badge { position: absolute; top: -0.42rem; right: 0.58rem; padding: 0.13rem 0.3rem; border: 1px solid rgba(var(--edge-rgb),.45); border-radius: 4px; color: var(--edge); background: #070b20; font-size: 0.32rem; line-height: 1; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.intel-lifetime-intro { min-height: 43px; display: flex; align-items: center; gap: 0.4rem; }
.intel-lifetime-intro .intel-price-icon { width: 30px; height: 30px; }
.intel-lifetime-intro h3 { margin: 0; color: #f4f3fa; font-size: 0.72rem; line-height: 1.05; font-weight: 900; }
.intel-lifetime-intro strong { display: block; margin-top: 0.2rem; color: var(--edge); font-size: 0.36rem; line-height: 1.2; }
.intel-lifetime-card .price { margin: 0.32rem 0 0; }
.intel-lifetime-card .price .amount { color: #f7f6fb; font-size: 1.35rem; font-weight: 900; letter-spacing: -0.04em; }
.intel-lifetime-card .price .period { margin-left: 0.2rem; color: #9299ae; font-size: 0.36rem; }
.intel-lifetime-card .intel-price-divider { margin: 0.4rem 0 0.48rem; }
.intel-lifetime-card .intel-price-features { gap: 0.3rem !important; }
.intel-lifetime-card .intel-price-features li { padding-left: 0.78rem !important; font-size: calc(0.37rem + 1px) !important; white-space: nowrap; }
.intel-lifetime-card .intel-price-cta { min-height: 23px; margin: 0.65rem 0 0 !important; color: #fff !important; background: linear-gradient(90deg,rgba(var(--edge-rgb),.9),rgba(var(--edge-rgb),.64)) !important; font-size: 0.4rem !important; }
.intel-lifetime-card[data-plan="founders-elite"] .intel-price-cta { color: #090800 !important; background: linear-gradient(90deg,#d8950a,#e7ae25) !important; }
.intel-lifetime-disclaimer { margin: 0.45rem 0 0; color: #666f8a; font-size: 0.38rem; text-align: right; }

@media (prefers-reduced-motion: reduce) { .intel-price-card { transition: none; } }
@media (max-width: 760px) {
  .intel-pricing { padding: 2.5rem 0.8rem; }
  .intel-pricing-shell { width: min(430px, 100%); }
  .intel-pricing-grid { grid-template-columns: 1fr; gap: 0.8rem; }
  .intel-price-card { height: auto; min-height: 390px; }
  .intel-price-intro p { font-size: 0.68rem !important; }
  .intel-price-features li { font-size: calc(0.68rem + 1px) !important; }
  .intel-price-intro strong, .intel-price-includes { font-size: 0.62rem; }
  .intel-price-card .pricing-tab, .intel-price-saving { font-size: 0.55rem; }
  .intel-pricing-detail-row { grid-template-columns: 1fr 1fr; }
  .intel-pricing-compare { grid-column: 1 / -1; width: 100%; overflow: hidden; }
  .intel-pricing-compare table { min-width: 0; font-size: calc(0.48rem + 1px); }
  .intel-pricing-compare th, .intel-pricing-compare td { height: auto; min-height: 24px; padding: 0.42rem 0.2rem; line-height: 1.25; overflow-wrap: anywhere; }
  .intel-pricing-compare th:first-child, .intel-pricing-compare td:first-child { width: 40%; padding-left: 0.42rem; }
  .intel-lifetime-card .intel-price-features li { font-size: calc(0.52rem + 1px) !important; }
}
@media (max-width: 480px) { .intel-pricing-detail-row { grid-template-columns: 1fr; }.intel-pricing-compare { grid-column: auto; }.intel-lifetime-intro h3 { font-size: 0.92rem; }.intel-lifetime-intro strong,.intel-lifetime-card .price .period { font-size: 0.52rem; }.intel-lifetime-card .intel-price-features li { font-size: calc(0.62rem + 1px) !important; }.intel-lifetime-disclaimer { font-size: 0.5rem; text-align: center; } }
@media (max-width: 370px) { .intel-pricing-compare table { font-size: calc(0.43rem + 1px); }.intel-pricing-compare th,.intel-pricing-compare td { padding-inline: 0.12rem; }.intel-pricing-compare th:first-child,.intel-pricing-compare td:first-child { padding-left: 0.3rem; } }

/* Affiliate intelligence — recurring-value offer with connected onboarding. */
.intel-affiliate { position: relative; min-height: 632px; overflow: hidden; padding: 1.75rem 1rem 1.4rem; color: var(--intel-text); background: radial-gradient(ellipse at 50% 30%, rgba(11,72,48,.08), transparent 42%), linear-gradient(145deg,#020713,#020811 60%,#03100d); border-block:1px solid rgba(31,183,102,.14); }
.intel-affiliate::before { content:""; position:absolute; inset:24% 0 0; pointer-events:none; opacity:.32; background: repeating-linear-gradient(169deg,transparent 0 31px,rgba(12,115,64,.15) 32px,transparent 33px), radial-gradient(ellipse at 50% 105%,rgba(7,99,54,.25),transparent 57%); -webkit-mask-image:linear-gradient(transparent,#000 35%); mask-image:linear-gradient(transparent,#000 35%); }
.intel-affiliate-lights { position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse at 1% 43%,rgba(17,220,94,.24),transparent 18%),radial-gradient(ellipse at 99% 43%,rgba(17,220,94,.24),transparent 18%); }
.intel-affiliate-lights::before,.intel-affiliate-lights::after { content:""; position:absolute; top:235px; width:70px; height:35px; opacity:.75; background-image:radial-gradient(circle,#81ff9e 0 2px,#19d968 3px,transparent 4px); background-size:10px 10px; filter:drop-shadow(0 0 7px #19d968); }
.intel-affiliate-lights::before { left:20px; transform:rotate(28deg); }.intel-affiliate-lights::after { right:20px; transform:rotate(-28deg); }
.intel-affiliate-shell { position:relative; z-index:1; width:min(680px,100%); margin:0 auto; }
.intel-affiliate-heading { text-align:center; }
.intel-affiliate-badge { width:fit-content; min-height:25px; margin:0 auto .25rem; padding:.3rem .9rem; display:flex; align-items:center; gap:.38rem; border:1px solid rgba(30,229,108,.52); border-radius:999px; color:#42e77e; background:rgba(30,229,108,.055); font-size:.59rem; line-height:1; font-weight:900; text-transform:uppercase; }
.intel-affiliate-heading h2 { margin:0; color:#f8f8fa; font-size:clamp(2rem,4vw,2.4rem); line-height:1.05; font-weight:900; letter-spacing:-.035em; }.intel-affiliate-heading h2 span { color:#25db67; text-shadow:0 0 18px rgba(37,219,103,.22); }
.intel-affiliate-heading>p:last-child { max-width:590px; margin:.72rem auto 0; color:#b7bdc9; font-size:.78rem; line-height:1.45; }.intel-affiliate-heading>p:last-child strong { color:#22df69; }
.intel-affiliate-benefits { margin-top:1.15rem; display:grid; grid-template-columns:1.04fr 1.02fr .96fr; gap:1rem; }
.intel-affiliate-benefits article { min-width:0; height:103px; padding:.9rem 1rem; display:flex; align-items:flex-start; gap:.8rem; border:1px solid rgba(var(--edge-rgb),.22); border-radius:9px; background:radial-gradient(circle at 22% 30%,rgba(var(--edge-rgb),.09),transparent 38%),rgba(4,13,24,.86); }
.intel-affiliate-benefit-icon { width:46px; height:46px; flex:0 0 46px; display:grid; place-items:center; border:1px solid rgba(var(--edge-rgb),.45); border-radius:50%; color:var(--edge); background:rgba(var(--edge-rgb),.13); box-shadow:0 0 12px rgba(var(--edge-rgb),.18); font-size:1.45rem; font-weight:800; }
.intel-affiliate-benefits article>div:last-child { min-width:0; }.intel-affiliate-benefits strong { display:block; color:var(--edge); font-size:1.36rem; line-height:1; font-weight:900; white-space:nowrap; }.intel-affiliate-benefits span { display:block; margin-top:.26rem; color:#c2c7d2; font-size:.52rem; font-weight:900; text-transform:uppercase; white-space:nowrap; }.intel-affiliate-benefits p { margin:.65rem 0 0; color:#969daf; font-size:.58rem; white-space:nowrap; }
.intel-affiliate-how { margin:1.38rem 0 .52rem; color:#45e67f; text-align:center; font-size:.58rem; line-height:1; font-weight:900; text-transform:uppercase; letter-spacing:.35em; }
.intel-affiliate-steps { margin-inline:4px; display:grid; grid-template-columns:1fr 43px 1fr 43px 1fr; align-items:center; }
.intel-affiliate-steps article { position:relative; height:135px; padding:.78rem 1.15rem; text-align:center; border:1px solid rgba(53,128,99,.2); border-radius:9px; background:rgba(4,14,23,.84); }
.intel-affiliate-steps article>span { position:absolute; top:.75rem; left:.9rem; width:26px; height:26px; display:grid; place-items:center; border:1px solid rgba(30,229,108,.42); border-radius:5px; color:#35e477; background:rgba(30,229,108,.07); font-size:.74rem; font-weight:900; }
.intel-affiliate-steps svg { width:43px; height:43px; fill:none; stroke:#1fe06b; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; filter:drop-shadow(0 0 6px rgba(31,224,107,.22)); }
.intel-affiliate-steps h3 { margin:.18rem 0 .45rem; color:#f2f3f5; font-size:.75rem; font-weight:900; }.intel-affiliate-steps p { margin:0; color:#aeb5c3; font-size:.59rem; line-height:1.45; }
.intel-affiliate-steps>i { position:relative; height:2px; background:#24d96c; }.intel-affiliate-steps>i::before,.intel-affiliate-steps>i::after { content:""; position:absolute; top:50%; width:7px; height:7px; border-radius:50%; background:#32dc75; transform:translateY(-50%); }.intel-affiliate-steps>i::before{left:-3px}.intel-affiliate-steps>i::after{right:-3px}
.intel-affiliate-action { min-height:80px; margin-top:.9rem; padding:.65rem 1rem; display:grid; grid-template-columns:62px 1fr 178px; align-items:center; gap:.8rem; border:1px solid rgba(31,224,107,.72); border-radius:9px; background:linear-gradient(90deg,rgba(12,48,38,.72),rgba(3,19,20,.9)); box-shadow:inset 0 0 23px rgba(31,224,107,.035); }
.intel-affiliate-action-icon svg { width:56px; height:56px; fill:none; stroke:#27df70; stroke-width:1.2; stroke-linecap:round; stroke-linejoin:round; filter:drop-shadow(0 0 7px rgba(39,223,112,.22)); }.intel-affiliate-action strong { color:#f1f4f4; font-size:.95rem; }.intel-affiliate-action p { margin:.25rem 0 0; color:#a8b0bd; font-size:.61rem; }
.intel-affiliate-action a { min-height:41px; display:flex; align-items:center; justify-content:center; gap:.4rem; border-radius:999px; color:#031008; background:linear-gradient(90deg,#20d966,#48ed83); box-shadow:0 0 18px rgba(32,217,102,.3); font-size:.7rem; font-weight:900; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }.intel-affiliate-action a:hover { color:#031008; transform:translateY(-2px); box-shadow:0 0 25px rgba(32,217,102,.48); }
.intel-affiliate-assurance { min-height:59px; margin-top:.65rem; padding:.65rem 1.3rem; display:flex; align-items:center; justify-content:space-between; border:1px solid rgba(53,128,99,.2); border-radius:8px; background:rgba(4,13,22,.84); }.intel-affiliate-assurance>div { display:grid; grid-template-columns:auto 1fr; column-gap:.55rem; }.intel-affiliate-assurance svg { grid-row:1/3; width:28px; height:28px; fill:none; stroke:#30df74; stroke-width:1.5; }.intel-affiliate-assurance strong { color:#d8dce3; font-size:.58rem; }.intel-affiliate-assurance span { color:#8f97a9; font-size:.51rem; }.intel-affiliate-assurance>i { width:1px; height:32px; background:rgba(95,116,143,.2); }
@media(prefers-reduced-motion:reduce){.intel-affiliate-action a{transition:none}}
@media(max-width:700px){.intel-affiliate{padding:2.5rem .8rem}.intel-affiliate-benefits{grid-template-columns:1fr}.intel-affiliate-benefits article{max-width:360px;width:100%;margin:auto}.intel-affiliate-steps{max-width:360px;margin:auto;grid-template-columns:1fr}.intel-affiliate-steps>i{width:2px;height:28px;margin:auto}.intel-affiliate-action{grid-template-columns:50px 1fr}.intel-affiliate-action a{grid-column:1/3;width:100%}.intel-affiliate-assurance{gap:1rem;flex-direction:column;text-align:center}.intel-affiliate-assurance>i{width:80%;height:1px}}

/* FAQ intelligence — concise, always-readable answers in signal cards. */
.intel-faq { position:relative; min-height:517px; overflow:hidden; padding:1rem 1rem .85rem; color:var(--intel-text); background:radial-gradient(circle at 50% 12%,rgba(71,57,195,.1),transparent 38%),linear-gradient(145deg,#020716,#030713 62%,#060719); border-block:1px solid rgba(75,96,190,.12); }
.intel-faq::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.08; background-image:radial-gradient(rgba(105,119,208,.5) .55px,transparent .7px); background-size:12px 12px; -webkit-mask-image:radial-gradient(ellipse at 50% 48%,#000,transparent 75%); mask-image:radial-gradient(ellipse at 50% 48%,#000,transparent 75%); }
.intel-faq-shell { position:relative; z-index:1; width:min(840px,100%); margin:0 auto; }
.intel-faq-heading { text-align:center; }
.intel-faq-badge { width:fit-content; min-height:28px; margin:0 auto .75rem; padding:.28rem .85rem; display:flex; align-items:center; gap:.55rem; border:1px solid rgba(130,74,238,.32); border-radius:999px; color:#d1d2df; background:linear-gradient(90deg,rgba(26,28,65,.7),rgba(68,28,92,.52)); font-size:.62rem; line-height:1; font-weight:800; text-transform:uppercase; text-decoration:none; }
.intel-faq-badge span { width:13px; height:13px; display:grid; place-items:center; border-radius:50%; color:#13092b; background:#9b53ff; font-size:.48rem; font-weight:1000; }.intel-faq-badge strong { color:#a75bff; }
.intel-faq-heading h2 { margin:0; color:#f8f7fb; font-size:clamp(2rem,4vw,2.55rem); line-height:1.05; font-weight:900; letter-spacing:-.04em; }.intel-faq-heading h2 span { color:transparent; background:linear-gradient(90deg,#5270ff,#9148ef); -webkit-background-clip:text; background-clip:text; }
.intel-faq-heading>p { margin:.72rem 0 0; color:#b7bac8; font-size:.86rem; }
.intel-faq-grid { margin-top:1.3rem; display:grid; grid-template-columns:1fr 1fr; gap:.68rem 1rem; }
.intel-faq-card { position:relative; min-width:0; height:179px; padding:1.12rem 1.45rem; overflow:hidden; border:1px solid rgba(79,98,157,.32); border-left-color:rgba(var(--edge-rgb),.78); border-radius:10px; background:radial-gradient(circle at 8% 4%,rgba(var(--edge-rgb),.075),transparent 32%),linear-gradient(145deg,rgba(8,16,39,.96),rgba(5,10,28,.94)); box-shadow:inset 0 0 25px rgba(var(--edge-rgb),.018); transition:border-color .2s ease,transform .2s ease; }
.intel-faq-card:hover { border-color:rgba(var(--edge-rgb),.62); transform:translateY(-2px); }
.intel-faq-question { min-height:52px; display:grid; grid-template-columns:42px 1fr 14px; align-items:center; gap:.8rem; border-bottom:1px solid rgba(98,111,159,.15); }
.intel-faq-icon { width:42px; height:42px; filter:drop-shadow(0 0 10px rgba(var(--edge-rgb),.2)); }.intel-faq-icon svg { width:100%; height:100%; fill:rgba(var(--edge-rgb),.2); stroke:var(--edge); stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }.intel-faq-icon svg circle:first-child { fill:rgba(var(--edge-rgb),.42); stroke:rgba(var(--edge-rgb),.75); }.intel-faq-icon svg path { fill:none; stroke:#fff; }
.intel-faq-question h3 { margin:0; color:#f0eff5; font-size:.88rem; line-height:1.2; font-weight:850; }
.intel-faq-chevron { width:9px; height:9px; justify-self:end; border-right:2px solid var(--edge); border-bottom:2px solid var(--edge); transform:rotate(45deg) translateY(-2px); }
.intel-faq-card>p { margin:.9rem 0 0; color:#b1b6c7; font-size:.7rem; line-height:1.55; }.intel-faq-card>p strong { color:var(--edge); font-weight:800; }
@media(prefers-reduced-motion:reduce){.intel-faq-card{transition:none}}
@media(max-width:700px){.intel-faq{min-height:0;padding:2.5rem .9rem}.intel-faq-grid{grid-template-columns:1fr}.intel-faq-card{height:auto;min-height:179px}}
@media(max-width:420px){.intel-faq-heading h2{font-size:2rem}.intel-faq-card{padding:1rem}.intel-faq-question{grid-template-columns:38px 1fr 12px;gap:.65rem}.intel-faq-icon{width:38px;height:38px}.intel-faq-question h3{font-size:.8rem}.intel-faq-card>p{font-size:.68rem}}

/* Closing intelligence — stadium-backed conversion summary. */
.intel-closing { position:relative; min-height:629px; overflow:hidden; padding:2.35rem 1rem 1.15rem; color:var(--intel-text); text-align:center; background:radial-gradient(ellipse at 50% 8%,rgba(26,28,90,.2),transparent 42%),radial-gradient(ellipse at 50% 105%,rgba(15,61,154,.3),transparent 57%),linear-gradient(#020612,#03102a 63%,#031124); border-block:1px solid rgba(55,90,196,.16); }
.intel-closing::before { content:""; position:absolute; inset:24% 0 0; pointer-events:none; opacity:.44; background:repeating-linear-gradient(170deg,transparent 0 48px,rgba(43,83,182,.2) 49px,transparent 51px),repeating-linear-gradient(10deg,transparent 0 48px,rgba(43,83,182,.16) 49px,transparent 51px),linear-gradient(transparent 64%,rgba(15,73,174,.23) 65% 65.4%,transparent 66%); -webkit-mask-image:linear-gradient(transparent,#000 30%); mask-image:linear-gradient(transparent,#000 30%); }
.intel-closing-lights { position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse at 0 27%,rgba(49,71,255,.32),transparent 20%),radial-gradient(ellipse at 100% 27%,rgba(49,71,255,.32),transparent 20%); }
.intel-closing-lights::before,.intel-closing-lights::after { content:""; position:absolute; top:124px; width:74px; height:42px; opacity:.85; background-image:radial-gradient(circle,#dbdf94 0 3px,#7689ff 4px,transparent 5px); background-size:12px 12px; filter:drop-shadow(0 0 8px #344cff); }.intel-closing-lights::before{left:4px;transform:rotate(25deg)}.intel-closing-lights::after{right:4px;transform:rotate(-25deg)}
.intel-closing-shell { position:relative; z-index:1; width:min(660px,100%); margin:0 auto; }
.intel-closing-logo { display:block; width:auto; height:50px; margin:0 auto .1rem; object-fit:contain; filter:drop-shadow(0 0 12px rgba(255,92,21,.12)); }
.intel-closing-heading { position:relative; width:min(465px,100%); margin:0 auto; padding:.4rem 1rem .25rem; border-inline:2px solid transparent; border-image:linear-gradient(transparent 10%,#13dc99 32%,#269cda 75%,transparent 92%) 1; }
.intel-closing-heading::before,.intel-closing-heading::after { content:""; position:absolute; top:0; width:47px; height:1px; background:linear-gradient(90deg,#16dca1,transparent); }.intel-closing-heading::before{left:0}.intel-closing-heading::after{right:0;transform:scaleX(-1)}
.intel-closing-heading h2 { margin:0; color:#f8f7fa; font-size:clamp(2.25rem,5vw,2.8rem); line-height:1.08; font-weight:950; letter-spacing:-.045em; }.intel-closing-heading h2 span { color:transparent; background:linear-gradient(90deg,#18d76f,#2ac9aa 55%,#38aaf5); -webkit-background-clip:text; background-clip:text; }
.intel-closing-copy { margin:.82rem 0 0; color:#bbc0cc; font-size:.8rem; line-height:1.5; }.intel-closing-copy strong { color:#25db71; }
.intel-closing-features { width:min(590px,100%); margin:1.25rem auto 0; display:grid; grid-template-columns:repeat(4,1fr); }
.intel-closing-features>div { min-width:0; min-height:39px; padding:0 .6rem; display:flex; align-items:center; gap:.48rem; border-right:1px solid rgba(104,119,166,.2); text-align:left; }.intel-closing-features>div:last-child{border-right:0}
.intel-closing-features span { width:40px; height:40px; flex:0 0 40px; display:grid; place-items:center; border:1px solid rgba(var(--edge-rgb),.28); border-radius:7px; background:rgba(var(--edge-rgb),.08); }.intel-closing-features svg { width:29px; height:29px; fill:none; stroke:var(--edge); stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }.intel-closing-features strong { color:#c7cbd6; font-size:.52rem; line-height:1.35; font-weight:850; text-transform:uppercase; }
.intel-closing-action { width:min(302px,100%); min-height:49px; margin:1.55rem auto 0; display:flex; align-items:center; justify-content:center; gap:.5rem; border:1px solid rgba(111,121,255,.8); border-radius:999px; color:#fff; background:linear-gradient(100deg,#8c1fea,#6141f0 54%,#2879ff); box-shadow:0 0 24px rgba(88,65,242,.34),inset 0 1px rgba(255,255,255,.3); font-size:.98rem; font-weight:900; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }.intel-closing-action:hover{color:#fff;transform:translateY(-2px);box-shadow:0 0 31px rgba(88,65,242,.5)}
.intel-closing-assurance { margin:.92rem auto 0; display:flex; justify-content:center; gap:1.55rem; color:#aeb5c5; font-size:.57rem; }.intel-closing-assurance span::first-letter{color:#27dc75}
.intel-closing-stats { min-height:146px; margin-top:1.55rem; padding:1.15rem .75rem; display:grid; grid-template-columns:repeat(4,1fr); border:1px solid rgba(60,96,176,.28); border-radius:12px; background:linear-gradient(180deg,rgba(5,18,43,.92),rgba(4,12,31,.94)); box-shadow:inset 0 0 28px rgba(34,78,175,.035); }
.intel-closing-stats article { min-width:0; display:flex; flex-direction:column; align-items:center; border-right:1px solid rgba(94,111,164,.18); }.intel-closing-stats article:last-child{border-right:0}.intel-closing-stats svg{width:34px;height:34px;fill:none;stroke:var(--edge);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px color-mix(in srgb,var(--edge) 40%,transparent))}.intel-closing-stats strong{margin:.3rem 0 .18rem;color:var(--edge);font-size:1.45rem;line-height:1;font-weight:900}.intel-closing-stats span{color:#d3d6df;font-size:.59rem;font-weight:800}.intel-closing-stats p{margin:.38rem 0 0;color:#8f98aa;font-size:.5rem}
@media(prefers-reduced-motion:reduce){.intel-closing-action{transition:none}}
@media(max-width:700px){.intel-closing{min-height:0;padding:2.5rem .9rem}.intel-closing-heading h2{font-size:2.25rem}.intel-closing-copy br{display:none}.intel-closing-features{grid-template-columns:1fr 1fr;gap:.7rem}.intel-closing-features>div{border-right:0}.intel-closing-assurance{gap:.55rem;flex-wrap:wrap}.intel-closing-stats{grid-template-columns:1fr 1fr;gap:1.1rem}.intel-closing-stats article:nth-child(2){border-right:0}.intel-closing-stats article{padding:.5rem}.intel-closing-stats article:nth-child(-n+2){border-bottom:1px solid rgba(94,111,164,.18);padding-bottom:1rem}}
@media(max-width:400px){.intel-closing-logo{height:42px}.intel-closing-heading h2{font-size:2rem}.intel-closing-features{grid-template-columns:1fr;width:190px}.intel-closing-features>div{padding:0}.intel-closing-stats strong{font-size:1.25rem}.intel-closing-stats span{font-size:.52rem}}

/* Public intelligence footer — product map, trust cues, and real account CTA. */
/* Homepage section rhythm and shared navigation CTA. */
.intel-pillars,
.edge-features,
.sport-workspaces,
.intel-process,
.intel-pricing,
.intel-affiliate,
.intel-faq,
.intel-closing {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.intel-section-cta,
.intel-process-action > .intel-section-cta,
.intel-affiliate-action > .intel-section-cta,
.intel-closing-action.intel-section-cta {
  width: 218px !important;
  min-width: 218px !important;
  height: 43px !important;
  min-height: 43px !important;
  margin: 0.8rem auto 0 !important;
  padding: 0 1.15rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  color: #eef1ff !important;
  background: linear-gradient(var(--intel-bg-raised), var(--intel-bg-raised)) padding-box,
    linear-gradient(90deg, #28adff, #b753ff) border-box !important;
  box-shadow: 0 0 18px rgba(76, 112, 255, 0.12) !important;
  font-size: 0.83rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.intel-section-cta:hover,
.intel-process-action > .intel-section-cta:hover,
.intel-affiliate-action > .intel-section-cta:hover,
.intel-closing-action.intel-section-cta:hover {
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 0 24px rgba(126, 86, 255, 0.3) !important;
}

.intel-affiliate-action { grid-template-columns: 62px 1fr 218px; }
.intel-affiliate-action > .intel-section-cta { margin: 0 !important; }

@media(prefers-reduced-motion:reduce) {
  .intel-section-cta { transition: none !important; }
}

@media(max-width:700px) {
  .intel-section-cta { width: min(280px, 100%) !important; }
  .intel-affiliate-action { grid-template-columns: 50px 1fr; }
  .intel-affiliate-action > .intel-section-cta { margin: 0.8rem auto 0 !important; }
}

.intel-footer { position:relative; overflow:hidden; min-height:615px; padding:4rem 1.75rem 0; color:var(--intel-text); background:radial-gradient(circle at 52% 20%,rgba(32,47,117,.08),transparent 43%),linear-gradient(145deg,#020713,#030716 62%,#060817); border-top:1px solid rgba(62,88,184,.18); }
.intel-footer::before { content:""; position:absolute; inset:auto 0 0; height:90px; opacity:.15; pointer-events:none; background-image:radial-gradient(rgba(74,98,210,.8) .65px,transparent .8px); background-size:8px 8px; -webkit-mask-image:radial-gradient(ellipse at 50% 100%,#000,transparent 72%); mask-image:radial-gradient(ellipse at 50% 100%,#000,transparent 72%); }
.intel-footer-shell { position:relative; z-index:1; width:min(1223px,100%); margin:0 auto; }
.intel-footer-grid { display:grid; grid-template-columns:1.28fr .88fr .9fr .9fr 1.36fr; gap:1.7rem; align-items:start; }
.intel-footer-brand { padding:0 1.65rem 0 0; border-right:1px solid rgba(91,108,160,.2); text-align:center; }
.intel-footer-logo { display:block; width:106px; height:92px; margin:-1.05rem auto 0; object-fit:contain; filter:drop-shadow(0 0 7px rgba(65,211,216,.3)); }
.intel-footer-brand>h2 { margin:-.15rem 0 0; color:#f4f3f7; font-size:1.45rem; line-height:1; font-weight:900; letter-spacing:-.035em; }.intel-footer-brand>h2 span { color:#6473ff; }
.intel-footer-brand>p { margin:1rem auto 0; color:#9fa7bb; font-size:.72rem; line-height:1.55; }.intel-footer-brand>p strong { color:#24db78; }
.intel-footer-proof { width:210px; margin:1.05rem auto 0; display:grid; gap:.72rem; text-align:left; }.intel-footer-proof>div { display:grid; grid-template-columns:35px 1fr; grid-template-rows:auto auto; column-gap:.62rem; align-items:center; }.intel-footer-proof>div>span { grid-row:1/3; width:33px; height:33px; display:grid; place-items:center; border:1px solid currentColor; border-radius:6px; background:color-mix(in srgb,currentColor 8%,transparent); font-size:1.15rem; }.intel-footer-proof .is-green{color:#1edd78}.intel-footer-proof .is-violet{color:#8553f3}.intel-footer-proof .is-orange{color:#ff6a3d}.intel-footer-proof strong{color:#d8dbe3;font-size:.61rem}.intel-footer-proof small{color:#8992a7;font-size:.55rem}
.intel-footer-social { width:calc(25px*6 + .5rem*5); margin:1.6rem 0 0; display:flex; flex-wrap:wrap; gap:.5rem; }.intel-footer-social a { width:25px; height:25px; flex:0 0 25px; display:grid; place-items:center; border:1px solid rgba(88,103,151,.18); border-radius:5px; color:#aab1c2; background:rgba(11,18,40,.78); transition:color .2s ease,border-color .2s ease,transform .2s ease; }.intel-footer-social a:hover{color:#fff;border-color:#6667f3;transform:translateY(-2px)}.intel-footer-social svg{width:10px;height:10px;fill:currentColor}
.intel-footer-column { min-height:393px; padding-left:.8rem; border-right:1px solid rgba(91,108,160,.2); text-align:left; }
.intel-footer-column h2 { position:relative; min-height:42px; margin:0 0 1rem; display:flex; align-items:flex-start; gap:.65rem; color:#e8e7ec; font-size:.75rem; line-height:30px; font-weight:900; text-transform:uppercase; }.intel-footer-column h2::after { content:""; position:absolute; left:0; bottom:0; width:100%; height:2px; background:linear-gradient(90deg,var(--accent),transparent 82%); }.intel-footer-column h2 span { width:34px; height:34px; display:grid; place-items:center; border-radius:7px; color:var(--accent); background:color-mix(in srgb,var(--accent) 12%,transparent); font-size:1.35rem; }
.intel-footer-sports{--accent:#12dc83}.intel-footer-product{--accent:#a64af2}.intel-footer-legal{--accent:#4c72ff}
.intel-footer-column ul { margin:0; padding:0; display:grid; gap:.82rem; list-style:none; }.intel-footer-column a { color:#d7d9e1; font-size:.71rem; text-decoration:none; transition:color .2s ease; }.intel-footer-column a:hover{color:var(--accent)}
.intel-footer-updates { min-height:190px; padding:1.8rem 1.75rem; border:1px solid rgba(83,85,174,.3); border-radius:12px; background:radial-gradient(circle at 18% 10%,rgba(76,64,210,.14),transparent 35%),linear-gradient(145deg,rgba(11,18,49,.96),rgba(9,13,35,.95)); text-align:left; }.intel-footer-updates h2{margin:0 0 .6rem;color:#f1f0f5;font-size:.92rem;font-weight:900}.intel-footer-updates h2 span{color:#8952ff}.intel-footer-updates p{margin:0;color:#9ea6ba;font-size:.69rem;line-height:1.55}
.intel-footer-bottom { min-height:89px; margin-top:3.2rem; padding-top:1.4rem; border-top:1px solid rgba(80,96,146,.2); text-align:center; }.intel-footer-bottom p{margin:0;color:#8f98ad;font-size:.67rem}.intel-footer-bottom>div{margin-top:.8rem;display:flex;justify-content:center;gap:1.8rem;color:#8f98ad;font-size:.58rem}.intel-footer-bottom span::first-letter{color:#21dc80}
@media(prefers-reduced-motion:reduce){.intel-footer-social a{transition:none}}
@media(max-width:1050px){.intel-footer-grid{grid-template-columns:1.15fr repeat(3,1fr)}.intel-footer-updates{grid-column:1/-1;min-height:0;max-width:600px;width:100%;margin:auto}.intel-footer-brand{border-right:1px solid rgba(91,108,160,.2)}}
@media(max-width:760px){.intel-footer{min-height:0;padding:3rem 1rem 0}.intel-footer-grid{grid-template-columns:repeat(3,1fr);gap:2rem .75rem}.intel-footer-brand{grid-column:1/-1;padding:0 0 2rem;border-right:0;border-bottom:1px solid rgba(91,108,160,.2)}.intel-footer-column{min-height:0;padding:0 .35rem;border-right:0}.intel-footer-column h2{font-size:.65rem}.intel-footer-column h2 span{width:29px;height:29px;font-size:1rem}.intel-footer-column ul{gap:.7rem}.intel-footer-column a{font-size:.62rem}.intel-footer-updates{grid-column:1/-1}.intel-footer-bottom{margin-top:2rem}.intel-footer-bottom>div{gap:.6rem;flex-wrap:wrap}}
@media(max-width:480px){.intel-footer-grid{grid-template-columns:1fr 1fr}.intel-footer-legal{grid-column:1/-1}.intel-footer-legal ul{grid-template-columns:repeat(3,1fr)}.intel-footer-updates{padding:1.4rem}.intel-footer-bottom>div{flex-direction:column}.intel-footer-column h2{max-width:150px}.intel-footer-product{border-left:1px solid rgba(91,108,160,.14);padding-left:1rem}}

/* Public intelligence navigation — compact command bar and sport launcher. */
.intel-nav { height:66px; background:rgba(3,5,25,.93); border-bottom:1px solid rgba(119,55,247,.62); box-shadow:0 1px 14px rgba(75,43,229,.2),inset 0 -1px rgba(56,120,255,.2); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); }
.intel-nav.scrolled { background:rgba(3,5,23,.985); }
.intel-nav .intel-nav-shell { width:min(1100px,calc(100% - 64px)); max-width:none; height:66px; padding:0; justify-content:initial; }
.intel-nav-brand { flex:0 0 222px; gap:.55rem; color:#f4f3fb; text-decoration:none; }
.intel-nav-brand:hover { color:#fff; text-decoration:none; }
.intel-nav-brand .logo-img { width:48px; height:48px; object-fit:contain; filter:drop-shadow(0 0 7px rgba(41,211,221,.36)); }
.intel-nav-brand>span { font-size:1.08rem; line-height:1; font-weight:850; letter-spacing:-.025em; white-space:nowrap; }
.intel-nav-brand strong { color:#12d7e5; font-weight:850; }
.intel-nav .nav-links { align-self:stretch; gap:0; }
.intel-nav .nav-links>li { height:100%; display:flex; align-items:center; }
.intel-nav .nav-links>li>a { height:100%; padding:0 1rem; display:flex; align-items:center; color:#f0eef6; font-size:.72rem; font-weight:600; }
.intel-nav .nav-links>li>a:hover,.intel-nav .nav-links>li>a[aria-current="page"] { color:#fff; background:linear-gradient(180deg,transparent,rgba(105,65,238,.08)); }
.intel-nav .nav-dropdown { margin-right:.35rem; }
.intel-nav .nav-dropdown-btn { min-height:34px; padding:0 .75rem; gap:.48rem; border:1px solid rgba(131,55,239,.62); border-radius:6px; color:#f6f2ff; background:linear-gradient(135deg,rgba(94,34,172,.28),rgba(24,18,68,.72)); box-shadow:inset 0 0 14px rgba(126,56,234,.08),0 0 12px rgba(102,48,221,.12); font-size:.72rem; }
.intel-nav .nav-dropdown-btn:hover,.intel-nav .nav-dropdown-btn[aria-expanded="true"] { color:#fff; border-color:rgba(155,78,255,.9); background:linear-gradient(135deg,rgba(110,41,199,.38),rgba(27,19,76,.82)); }
.intel-nav-sport-icon { width:15px; height:15px; display:grid; place-items:center; color:#9b51f3; }
.intel-nav-sport-icon svg { width:15px!important; height:15px!important; fill:none; stroke:currentColor; stroke-width:1.5; }
.intel-nav .nav-dropdown-menu { top:58px; left:0; width:212px; min-width:212px; padding:.68rem .8rem .65rem; border:1px solid rgba(93,100,172,.55); border-radius:10px; background:radial-gradient(circle at 10% 0,rgba(66,48,146,.15),transparent 35%),linear-gradient(145deg,rgba(8,13,40,.99),rgba(5,9,28,.99)); box-shadow:0 18px 50px rgba(0,0,0,.48),inset 0 0 28px rgba(61,64,143,.05); transform:translateY(-5px); }
.intel-nav .nav-dropdown-menu.show { transform:translateY(0); }
.intel-nav .nav-dropdown-group { padding:.15rem 0 .45rem; }
.intel-nav .nav-dropdown-group+.nav-dropdown-group { margin:.1rem 0 0; padding-top:.6rem; border-top:1px solid rgba(91,103,157,.2); }
.intel-nav .nav-dropdown-group-label { padding:.25rem .15rem .42rem; color:#9098b0; font-size:.51rem; line-height:1; font-weight:750; letter-spacing:.08em; }
.intel-nav .nav-dropdown-menu a { position:relative; min-height:31px; padding:.35rem .7rem; display:flex; align-items:center; border-radius:5px; color:#e7e7ee; font-size:.69rem; }
.intel-nav .nav-dropdown-menu a::after { content:'›'; margin-left:auto; color:#bbc0d2; font-size:1rem; font-weight:300; }
.intel-nav .nav-dropdown-menu a:hover { color:#fff; background:rgba(85,62,170,.15); }
.intel-nav .nav-dropdown-menu a[aria-current="page"] { color:#fff; background:rgba(103,73,207,.16); }
.intel-nav .nav-live-dot { width:6px; height:6px; margin-left:.38rem; background:#15e288; box-shadow:0 0 7px rgba(21,226,136,.72); }
.intel-nav .nav-auth { margin-left:auto; }
.intel-nav .user-menu-btn { min-height:36px; max-width:210px; padding:.3rem .72rem; gap:.55rem; border:1px solid rgba(72,75,137,.28); border-radius:8px; color:#f1eff7; background:linear-gradient(145deg,rgba(15,20,55,.9),rgba(9,12,38,.88)); box-shadow:inset 0 0 14px rgba(80,66,177,.04); font-size:.69rem; }
.intel-nav .user-menu-btn:hover { border-color:rgba(112,79,205,.55); background:rgba(18,22,59,.96); transform:none; }
.intel-nav-avatar-wrap { position:relative; width:23px; height:23px; flex:0 0 23px; }
.intel-nav .user-avatar { width:23px; height:23px; border:1px solid rgba(149,155,190,.35); }
.intel-nav-avatar-wrap i { position:absolute; right:-1px; bottom:-1px; width:7px; height:7px; border:2px solid #080c25; border-radius:50%; background:#11e28a; box-shadow:0 0 6px rgba(17,226,138,.7); }
.intel-nav .user-name { max-width:110px; font-size:.69rem; font-weight:650; }
.intel-nav .user-menu-btn>svg { width:12px; height:12px; }
.intel-nav .user-menu-btn[aria-expanded="true"]>svg { transform:rotate(180deg); }
.intel-nav .user-dropdown { top:calc(100% + 12px); border-color:rgba(86,92,159,.45); background:linear-gradient(145deg,rgba(9,14,42,.99),rgba(5,9,28,.99)); }
@media(max-width:900px){.intel-nav .intel-nav-shell{width:min(100% - 32px,1100px)}.intel-nav-brand{flex-basis:150px}.intel-nav .nav-links>li>a{padding-inline:.7rem}}
@media(max-width:768px){.intel-nav{height:72px}.intel-nav .intel-nav-shell{height:72px;width:calc(100% - 28px)}.intel-nav-brand{flex:1}.intel-nav-brand .logo-img{width:45px;height:45px}.intel-nav-brand>span{font-size:1rem}.intel-nav .nav-auth{margin-left:auto;margin-right:.4rem}.intel-nav .user-name{display:none}.intel-nav .user-menu-btn{padding:.35rem}.intel-nav .nav-mobile-toggle{border:1px solid rgba(99,78,181,.25);background:rgba(13,18,49,.72)}.intel-nav .nav-mobile-drawer{background:rgba(4,7,27,.99);border-bottom-color:rgba(119,55,247,.5);box-shadow:0 18px 40px rgba(0,0,0,.4)}.intel-nav .nav-mobile-links{padding:.75rem 1rem 1.1rem}.intel-nav .nav-mobile-links>li>a,.intel-nav .nav-mobile-group summary{border-radius:6px}.intel-nav .nav-mobile-group>details>summary{color:#f2eff8;border:1px solid rgba(119,55,247,.28);background:rgba(82,44,166,.09)}}
@media(max-width:420px){.intel-nav-brand>span{display:none}.intel-nav-brand .logo-img{width:48px;height:48px}.intel-nav .nav-auth{margin-right:.2rem}}
@media(prefers-reduced-motion:reduce){.intel-nav .nav-live-dot{animation:none}}

/* Homepage matchup rail — quick team and probable-starter comparison. */
.intel-matchups { position:relative; width:100%; min-height:430px; margin:0; padding:2.7rem 1.05rem 1.2rem; overflow:hidden; border:0; border-radius:0; background:radial-gradient(ellipse at 8% 24%,rgba(103,55,207,.14),transparent 34%),radial-gradient(ellipse at 92% 72%,rgba(53,74,190,.1),transparent 38%),linear-gradient(115deg,#050719 0%,#07061b 48%,#030817 100%); box-shadow:none; }
.intel-matchups::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.1; background-image:linear-gradient(rgba(91,75,174,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(91,75,174,.12) 1px,transparent 1px); background-size:34px 34px; -webkit-mask-image:linear-gradient(to right,transparent,#000 20%,#000 80%,transparent); mask-image:linear-gradient(to right,transparent,#000 20%,#000 80%,transparent); }
.intel-matchups-header { position:relative; z-index:1; min-height:104px; padding:0 .45rem; display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; }
.intel-matchups .intel-matchups-header .section-label { position:relative; margin:0 0 .8rem; padding-left:.75rem; color:#9667ff; font-size:.65rem; line-height:1; font-weight:850; letter-spacing:.11em; }
.intel-matchups .intel-matchups-header .section-label::before { content:""; position:absolute; left:0; top:-1px; width:2px; height:13px; border-radius:2px; background:#aa45ff; box-shadow:0 0 8px rgba(170,69,255,.65); }
.intel-matchups-header h2 { margin:0; color:#f7f5f8; font-size:1.62rem; line-height:1.08; font-weight:900; letter-spacing:-.035em; }
.intel-matchups-header>div:first-child>p:last-child { margin:.62rem 0 0; color:#9ba4bb; font-size:.84rem; }
.intel-matchups-edge-arrow { width:45px; height:45px; display:grid; place-items:center; border:1px solid rgba(72,80,137,.28); border-radius:50%; color:#aeb5c9; background:linear-gradient(145deg,rgba(15,20,49,.92),rgba(8,12,35,.9)); font:300 1.7rem/1 Inter,sans-serif; cursor:pointer; transition:border-color .2s ease,color .2s ease,background .2s ease; }
.intel-matchups-edge-arrow:hover { color:#9f58ff; border-color:rgba(139,72,245,.58); background:rgba(38,25,83,.92); }
.intel-matchups-rail { position:relative; z-index:1; }
.intel-matchups .mlb-games-scroll { gap:1rem; padding:.2rem .05rem .9rem; overflow-x:auto; scrollbar-width:none; scroll-snap-type:x proximity; }
.intel-matchups .mlb-games-scroll::-webkit-scrollbar { display:none; }
.intel-matchups .mlb-game-card { position:relative; flex:0 0 255px; height:245px; padding:2.9rem .78rem .65rem; gap:0; overflow:hidden; scroll-snap-align:start; border:1px solid rgba(66,79,132,.43); border-radius:10px; color:#e7e8ef; background:radial-gradient(circle at 12% 0,rgba(89,44,163,.1),transparent 30%),linear-gradient(145deg,rgba(10,15,40,.97),rgba(5,10,29,.98)); box-shadow:inset 0 0 28px rgba(53,59,134,.025); transition:transform .2s ease,border-color .2s ease,background .2s ease; }
.intel-matchups .mlb-game-card:first-child { border-color:rgba(129,62,223,.42); background:radial-gradient(circle at 10% 0,rgba(111,39,191,.19),transparent 40%),linear-gradient(145deg,rgba(15,14,46,.98),rgba(7,11,30,.98)); }
.intel-matchups .mlb-game-card:hover,.intel-matchups .mlb-game-card[aria-current="true"] { color:#fff; border-color:rgba(133,84,246,.72); background:radial-gradient(circle at 15% 0,rgba(107,49,190,.2),transparent 38%),linear-gradient(145deg,rgba(13,17,46,.98),rgba(7,11,31,.98)); transform:translateY(-3px); }
.intel-matchup-time { position:absolute; top:.78rem; left:50%; min-width:70px; min-height:24px; padding:.25rem .65rem; display:grid; place-items:center; border-radius:999px; color:#66b9ff; background:linear-gradient(90deg,rgba(32,69,149,.58),rgba(47,74,150,.42)); box-shadow:0 0 13px rgba(50,92,220,.12); font-size:.67rem; line-height:1; font-weight:850; transform:translateX(-50%); }
.intel-matchup-time.live { color:#ff7b86; background:rgba(188,37,60,.25); }.intel-matchups .mlb-game-card:first-child .intel-matchup-time{color:#aa72ff;background:rgba(91,37,164,.46)}
.intel-matchups .mlb-card-header { min-height:105px; align-items:flex-start; }
.intel-matchups .mlb-team-side { min-width:74px; gap:.28rem; }
.intel-matchups .mlb-team-logo-wrap { width:58px; height:58px; background:#fbfcff; box-shadow:0 0 17px rgba(255,255,255,.09); }
.intel-matchups .mlb-team-logo { width:45px; height:45px; }
.intel-matchups .mlb-team-abbr { color:#f1f1f5; font-size:.86rem; font-weight:900; letter-spacing:.01em; }
.intel-matchups .mlb-team-record { color:#8c96ad; font-size:.7rem; }
.intel-matchups .mlb-card-center { padding-top:2.25rem; }
.intel-matchups .mlb-score { color:#666f86; font-size:.93rem; font-weight:900; text-transform:uppercase; }
.intel-matchup-venue { min-height:30px; margin:.08rem 0 .68rem; padding-bottom:.65rem; display:flex; align-items:center; justify-content:center; gap:.35rem; overflow:hidden; border-bottom:1px solid rgba(88,100,151,.26); color:#8c95ad; font-size:.59rem; line-height:1; font-weight:750; text-transform:uppercase; white-space:nowrap; text-overflow:ellipsis; }
.intel-matchup-venue svg { width:12px; height:12px; flex:0 0 12px; fill:none; stroke:#7e899f; stroke-width:1.8; }
.intel-matchup-starters { min-width:0; display:grid; grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr); align-items:center; gap:.25rem; }
.intel-matchup-starter { min-width:0; display:grid; grid-template-columns:43px minmax(0,1fr); align-items:center; gap:.42rem; }
.intel-matchup-starter img { width:43px; height:43px; border:1px solid rgba(89,100,151,.48); border-radius:50%; object-fit:cover; object-position:center top; background:#10162d; box-shadow:0 0 10px rgba(57,75,151,.14); }
.intel-matchup-starter>div { min-width:0; display:flex; flex-direction:column; }
.intel-matchup-starter strong { overflow:hidden; color:#f0eff4; font-size:.61rem; line-height:1.2; font-weight:850; text-overflow:ellipsis; white-space:nowrap; }
.intel-matchup-starter small { margin-top:.18rem; color:#8d96aa; font-size:.52rem; line-height:1; font-weight:700; }
.intel-matchup-starter span { margin-top:.38rem; color:#707cff; font-size:.66rem; line-height:1; font-weight:850; }.intel-matchup-starter span em{color:#7f899f;font-size:.48rem;font-style:normal;font-weight:650}
.intel-matchup-starters>i { width:22px; height:22px; display:grid; place-items:center; border:1px solid rgba(81,91,143,.3); border-radius:50%; color:#7c8499; background:rgba(13,18,43,.9); font-size:.46rem; font-style:normal; font-weight:800; }
.intel-matchup-starter.is-home { grid-template-columns:43px minmax(0,1fr); }
.intel-matchups-edge-arrow { position:absolute; z-index:3; top:50%; width:46px; height:46px; color:#a55aff; transform:translateY(-50%); }.intel-matchups-edge-arrow.is-prev{left:-2.05rem}.intel-matchups-edge-arrow.is-next{right:-2.05rem}
@media(prefers-reduced-motion:reduce){.intel-matchups .mlb-game-card,.intel-matchups-edge-arrow{transition:none}}
@media(max-width:760px){.intel-matchups{min-height:0;padding:2rem .8rem 1.2rem}.intel-matchups-header{min-height:0;margin-bottom:1.3rem;flex-direction:column}.intel-matchups-edge-arrow{display:none}.intel-matchups .mlb-game-card{flex-basis:min(280px,84vw)}}
@media(max-width:420px){.intel-matchups-header h2{font-size:1.4rem}.intel-matchups-header>div:first-child>p:last-child{font-size:.75rem}.intel-matchups .mlb-game-card{height:245px}}

/* Features page intelligence system — complete product capability map. */
.intel-features-page { color:var(--intel-text); background:var(--intel-bg); }
.intel-features-page .features-page-header { position:relative; min-height:430px; overflow:hidden; padding:calc(66px + 5.2rem) 1rem 4.5rem!important; display:grid; place-items:center; border-bottom:1px solid rgba(80,99,197,.16)!important; background:radial-gradient(circle at 50% 18%,rgba(78,62,209,.22),transparent 38%),radial-gradient(ellipse at 50% 105%,rgba(28,107,205,.14),transparent 52%),linear-gradient(145deg,#020716,#030512 58%,#070619)!important; }
.intel-features-page .features-page-header::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.12; background-image:linear-gradient(rgba(74,99,190,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(74,99,190,.16) 1px,transparent 1px); background-size:34px 34px; -webkit-mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%); mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%); }
.intel-features-page .features-page-header .container { position:relative; z-index:1; width:min(840px,100%); padding:0; }
.intel-features-eyebrow { width:fit-content; margin:0 auto 1rem!important; padding:.42rem .95rem; border:1px solid rgba(135,81,244,.42); border-radius:999px; color:#ad75ff!important; background:rgba(87,43,169,.12); font-size:.64rem!important; line-height:1!important; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
.intel-features-page .features-page-header h1 { margin:0; color:#f8f7fb; font-size:clamp(2.7rem,6vw,4.4rem); line-height:1.02; font-weight:950; letter-spacing:-.055em; }
.intel-features-page .features-page-header h1 span { color:transparent; background:linear-gradient(90deg,#6b78ff,#a150f2); -webkit-background-clip:text; background-clip:text; }
.intel-features-page .features-page-header .container>p:last-child { max-width:680px; margin:1.25rem auto 0; color:#aeb4c7; font-size:1rem; line-height:1.65; }
.intel-features-page .features-page-body { max-width:none; margin:0; padding:0; }
.intel-features-page .feature-category-section { position:relative; margin:0; padding:4.4rem max(1rem,calc((100% - 1100px)/2)); overflow:hidden; background:radial-gradient(circle at 50% -8%,rgba(41,67,174,.13),transparent 36%),linear-gradient(145deg,#020716,var(--intel-bg) 58%,#050719); border-bottom:1px solid rgba(74,102,221,.11); }
.intel-features-page .feature-category-section:nth-child(even) { background:radial-gradient(ellipse at 12% 22%,rgba(102,53,203,.13),transparent 34%),radial-gradient(ellipse at 88% 78%,rgba(37,95,192,.09),transparent 38%),linear-gradient(115deg,#050719,#07061b 48%,#030817); }
.intel-features-page .feature-category-section::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.1; background-image:linear-gradient(rgba(69,105,196,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(69,105,196,.14) 1px,transparent 1px); background-size:34px 34px; -webkit-mask-image:linear-gradient(to bottom,transparent,#000 24%,#000 85%,transparent); mask-image:linear-gradient(to bottom,transparent,#000 24%,#000 85%,transparent); }
.intel-features-page .feature-category-title,.intel-features-page .feature-category-section>p,.intel-features-page .features-grid,.intel-features-page .sport-hub-grid { position:relative; z-index:1; }
.intel-features-page .feature-category-title { width:fit-content; margin:0 0 1.8rem; padding:0 0 .65rem .85rem; border:0; color:#f5f4f8; font-size:1.85rem; line-height:1; font-weight:920; text-transform:none; letter-spacing:-.04em; }
.intel-features-page .feature-category-title::before { content:""; position:absolute; left:0; top:0; width:2px; height:28px; border-radius:2px; background:#9255ff; box-shadow:0 0 9px rgba(146,85,255,.55); }
.intel-features-page .feature-category-title::after { content:""; position:absolute; left:.85rem; bottom:0; width:72px; height:2px; background:linear-gradient(90deg,#875dff,transparent); }
.intel-features-page .feature-category-section>p { margin:-.8rem 0 1.8rem!important; color:#98a1b6!important; font-size:.86rem!important; }
.intel-features-page .features-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.85rem; }
.intel-features-page .feature-card { --edge:#7169ff;--edge-rgb:113,105,255; position:relative; min-width:0; min-height:258px; margin:0; padding:1.4rem 1.35rem 1.25rem; display:flex; flex-direction:column; overflow:hidden; border:1px solid rgba(var(--edge-rgb),.28)!important; border-left-color:rgba(var(--edge-rgb),.78)!important; border-radius:11px; color:#f1f2f7; background:radial-gradient(circle at 8% 2%,rgba(var(--edge-rgb),.09),transparent 34%),linear-gradient(145deg,rgba(9,16,40,.96),rgba(5,10,27,.97))!important; box-shadow:inset 0 0 28px rgba(var(--edge-rgb),.02); transition:transform .2s ease,border-color .2s ease; }
.intel-features-page .feature-card:nth-child(2){--edge:#25baf5;--edge-rgb:37,186,245}.intel-features-page .feature-card:nth-child(3){--edge:#bd62f7;--edge-rgb:189,98,247}.intel-features-page .feature-card:nth-child(4){--edge:#f7bd16;--edge-rgb:247,189,22}.intel-features-page .feature-card:nth-child(5){--edge:#00ef91;--edge-rgb:0,239,145}
.intel-features-page .feature-card.edge-driver::before { display:none; }
.intel-features-page .feature-card:hover { border-color:rgba(var(--edge-rgb),.62)!important; background:radial-gradient(circle at 8% 2%,rgba(var(--edge-rgb),.13),transparent 38%),linear-gradient(145deg,rgba(10,18,44,.98),rgba(6,11,30,.98))!important; transform:translateY(-3px); }
.intel-features-page .feature-icon { width:58px; height:58px; margin:0 0 1.05rem; display:grid; place-items:center; border:1px solid rgba(var(--edge-rgb),.3); border-radius:50%; color:var(--edge); background:rgba(var(--edge-rgb),.075)!important; box-shadow:0 0 17px rgba(var(--edge-rgb),.09); }
.intel-features-page .feature-icon svg { width:31px; height:31px; fill:none; stroke:var(--edge)!important; stroke-width:1.7; }
.intel-features-page .feature-card h3 { min-height:44px; margin:0; color:#f1f1f6!important; font-size:.98rem; line-height:1.3; font-weight:880; letter-spacing:-.02em; }
.intel-features-page .feature-card p { margin:.8rem 0 0; color:#aeb4c5; font-size:.72rem; line-height:1.6; }.intel-features-page .feature-card p strong{color:var(--edge)!important}
.intel-features-page .feature-tier-badge { float:right; margin:.02rem 0 0 .45rem; padding:.22rem .5rem; border:1px solid currentColor; border-radius:999px; font-size:.53rem; line-height:1; font-weight:850; letter-spacing:.07em; }
.intel-features-page .sport-hub-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:.85rem; }
.intel-features-page .sport-hub-card { --edge:#7169ff;--edge-rgb:113,105,255; min-height:360px; padding:1.45rem; gap:.8rem; border:1px solid rgba(var(--edge-rgb),.3)!important; border-radius:11px; color:#eef0f5; background:radial-gradient(circle at 15% 0,rgba(var(--edge-rgb),.11),transparent 36%),linear-gradient(145deg,rgba(9,16,40,.97),rgba(5,10,28,.98))!important; transition:transform .2s ease,border-color .2s ease; }.intel-features-page .sport-hub-mlb{--edge:#00ef91;--edge-rgb:0,239,145}.intel-features-page .sport-hub-ncaab{--edge:#f7bd16;--edge-rgb:247,189,22}.intel-features-page .sport-hub-fifa{--edge:#ff4154;--edge-rgb:255,65,84}
.intel-features-page .sport-hub-card:hover { color:#fff; border-color:rgba(var(--edge-rgb),.7)!important; background:radial-gradient(circle at 15% 0,rgba(var(--edge-rgb),.16),transparent 39%),linear-gradient(145deg,rgba(11,19,46,.98),rgba(6,11,30,.99))!important; transform:translateY(-3px); }
.intel-features-page .sport-hub-icon { width:62px; height:62px; display:grid; place-items:center; border:1px solid rgba(var(--edge-rgb),.34); border-radius:50%; color:var(--edge); background:rgba(var(--edge-rgb),.075); }.intel-features-page .sport-hub-icon svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.intel-features-page .sport-hub-label { color:var(--edge)!important; font-size:1.12rem; font-weight:900; letter-spacing:-.02em; }.intel-features-page .sport-hub-list{padding-left:1rem;color:#aab1c2;font-size:.71rem;line-height:1.72}.intel-features-page .sport-hub-list li::marker{color:var(--edge)}.intel-features-page .sport-hub-link{margin-top:auto;color:var(--edge)!important;font-size:.7rem;font-weight:850}
.intel-features-page .features-cta-band { max-width:1100px; min-height:190px; margin:0 auto; padding:2.8rem 1rem; border:0; border-radius:0; color:#fff; background:transparent; text-align:center; }.intel-features-page .features-cta-band p{margin:0 0 1.25rem;color:#b3b9c8;font-size:.9rem}.intel-features-page .features-cta-band .btn{min-height:45px;padding:.7rem 1.25rem;border-radius:999px;font-size:.72rem;font-weight:850}.intel-features-page .features-cta-band .btn-primary{background:linear-gradient(90deg,#7b34ed,#4f53f2);box-shadow:0 0 20px rgba(91,65,235,.24)}
@media(prefers-reduced-motion:reduce){.intel-features-page .feature-card,.intel-features-page .sport-hub-card{transition:none}}
@media(max-width:900px){.intel-features-page .features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intel-features-page .sport-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.intel-features-page .features-page-header{min-height:390px;padding-top:calc(72px + 3.2rem)!important}.intel-features-page .features-page-header h1{font-size:2.65rem}.intel-features-page .features-page-header .container>p:last-child{font-size:.86rem}.intel-features-page .feature-category-section{padding:3rem .8rem}.intel-features-page .feature-category-title{font-size:1.55rem}.intel-features-page .features-grid,.intel-features-page .sport-hub-grid{grid-template-columns:1fr}.intel-features-page .feature-card{min-height:0}.intel-features-page .sport-hub-card{min-height:0}.intel-features-page .features-cta-band .btn{width:min(280px,100%);margin:.4rem 0!important}}

/* Subscription intelligence — account-aware recurring and lifetime pricing. */
.intel-subscription { min-height:100vh; padding:0; color:var(--intel-text); background:radial-gradient(circle at 50% 20%,rgba(50,58,170,.1),transparent 35%),linear-gradient(145deg,#020716,var(--intel-bg) 58%,#050719); }
.intel-subscription>.container { width:100%; max-width:none; padding:0; }
.intel-subscription .legal-header { position:relative; min-height:360px; margin:0; padding:calc(66px + 4.5rem) 1rem 3.5rem; overflow:hidden; display:flex; flex-direction:column; align-items:center; justify-content:center; border-bottom:1px solid rgba(74,102,221,.13); background:radial-gradient(circle at 50% 16%,rgba(83,61,211,.22),transparent 39%),linear-gradient(145deg,#020716,#030512 58%,#070619); text-align:center; }
.intel-subscription .legal-header::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.12; background-image:linear-gradient(rgba(74,99,190,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(74,99,190,.16) 1px,transparent 1px); background-size:34px 34px; -webkit-mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%); mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%); }
.intel-subscription .legal-header>* { position:relative; z-index:1; }
.intel-subscription-eyebrow { width:fit-content; margin:0 auto .95rem!important; padding:.42rem .95rem; border:1px solid rgba(135,81,244,.42); border-radius:999px; color:#ad75ff!important; background:rgba(87,43,169,.12); font-size:.64rem!important; line-height:1!important; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
.intel-subscription .legal-header h1 { margin:0; color:#f8f7fb; font-size:clamp(2.5rem,5.6vw,4rem); line-height:1.03; font-weight:950; letter-spacing:-.055em; }.intel-subscription .legal-header h1 span{color:transparent;background:linear-gradient(90deg,#6b78ff,#a150f2);-webkit-background-clip:text;background-clip:text}
.intel-subscription .legal-header .legal-date { max-width:690px; margin:1.1rem auto 0; color:#aeb4c7; font-size:.94rem; line-height:1.6; }
.intel-subscription .subscription-container { width:min(1020px,calc(100% - 2rem)); max-width:none; margin:0 auto; padding:3.4rem 0 4.5rem!important; }
.intel-subscription .loading { min-height:220px; padding:5rem 1rem; color:#929bb0; }
.intel-subscription .auth-prompt,.intel-subscription .subscription-status { max-width:560px; margin:0 auto; padding:2rem; border:1px solid rgba(105,83,206,.35); border-radius:12px; background:radial-gradient(circle at 15% 0,rgba(104,56,198,.12),transparent 38%),linear-gradient(145deg,rgba(10,17,43,.97),rgba(5,10,28,.98)); box-shadow:inset 0 0 28px rgba(74,62,177,.025); }
.intel-subscription .auth-prompt h3,.intel-subscription .subscription-status h3{color:#f3f2f7;font-size:1.35rem;font-weight:900}.intel-subscription .auth-prompt p{color:#a9b0c1}.intel-subscription .auth-prompt .btn{min-height:44px;border-radius:999px;background:linear-gradient(90deg,#7938ed,#4f54f2)}
.intel-subscription .pricing-tiers { width:100%; margin:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.intel-subscription .pricing-tier { --edge:#8b5cf6;--edge-rgb:139,92,246; min-width:0; padding:1.55rem; border:1px solid rgba(var(--edge-rgb),.42); border-radius:12px; color:#eef0f5; background:radial-gradient(circle at 15% 0,rgba(var(--edge-rgb),.12),transparent 36%),linear-gradient(145deg,rgba(9,16,40,.98),rgba(5,10,28,.99)); box-shadow:inset 0 0 30px rgba(var(--edge-rgb),.025); transition:transform .2s ease,border-color .2s ease; }
.intel-subscription #elite-tier,.intel-subscription #founders-elite-tier { --edge:#f5ac13;--edge-rgb:245,172,19; }
.intel-subscription #founders-pro-tier { --edge:#20dc78;--edge-rgb:32,220,120; }
.intel-subscription .pricing-tier:hover,.intel-subscription .pricing-tier.featured { border-color:rgba(var(--edge-rgb),.78); background:radial-gradient(circle at 15% 0,rgba(var(--edge-rgb),.17),transparent 39%),linear-gradient(145deg,rgba(11,19,46,.99),rgba(6,11,30,.99)); transform:translateY(-3px); }
.intel-subscription .product-logo { height:48px; margin:0 0 .4rem; }.intel-subscription .product-logo-img{height:48px;filter:drop-shadow(0 0 9px rgba(var(--edge-rgb),.2))}
.intel-subscription .pricing-tier h3 { margin:0; color:#f4f3f7; font-size:1.45rem; line-height:1.1; font-weight:920; letter-spacing:-.035em; }.intel-subscription .pricing-tier .tier-description{margin:.42rem 0 1.15rem;color:#969fb3;font-size:.72rem;font-style:normal}
.intel-subscription .frequency-options { margin:0 0 1.15rem; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.5rem; }
.intel-subscription .frequency-option { min-width:0; }
.intel-subscription .frequency-card { height:148px; padding:.75rem .55rem .6rem; display:flex; flex-direction:column; align-items:center; border:1px solid rgba(var(--edge-rgb),.18); border-radius:8px; background:rgba(12,18,43,.78); transition:border-color .2s ease,background .2s ease; }
.intel-subscription .frequency-card:hover,.intel-subscription .frequency-card.popular { border-color:rgba(var(--edge-rgb),.62); background:rgba(var(--edge-rgb),.075); }
.intel-subscription .frequency-card .badge { top:-7px; padding:.18rem .4rem; border-radius:999px; color:#fff; background:var(--edge); font-size:.48rem; }
.intel-subscription .frequency-label { margin:0; color:#aeb5c5; font-size:.55rem; line-height:1; font-weight:850; letter-spacing:.08em; }
.intel-subscription .frequency-card .price { margin:.65rem 0 .18rem; color:var(--edge); font-size:1.3rem; line-height:1; font-weight:900; white-space:nowrap; }.intel-subscription .frequency-card .price span{display:block;margin-top:.25rem;color:#8992a6;font-size:.5rem}
.intel-subscription .frequency-card .savings { min-height:18px; margin:0; color:#9da5b7; font-size:.48rem; }
.intel-subscription .frequency-card .btn { min-height:29px; margin-top:auto; padding:.35rem .45rem; border:1px solid rgba(var(--edge-rgb),.5); border-radius:999px; color:#fff; background:rgba(var(--edge-rgb),.12); box-shadow:none; font-size:.48rem; animation:none; }.intel-subscription .frequency-card .btn-primary{color:#fff;background:linear-gradient(90deg,var(--edge),color-mix(in srgb,var(--edge) 68%,#3030d9));}
.intel-subscription-includes { margin:.15rem 0 .55rem; color:var(--edge); font-size:.62rem; font-weight:850; text-align:left; }
.intel-subscription .tier-features { margin:0; display:grid; grid-template-columns:1fr 1fr; gap:0; text-align:left; }
.intel-subscription .tier-features>li { position:relative; min-height:36px; padding:.55rem .45rem .55rem 1.35rem; border-bottom:1px solid rgba(84,96,146,.18); color:#b5bbc9; font-size:.65rem; line-height:1.35; }
.intel-subscription .tier-features>li::before { content:'✓'; position:absolute; margin-left:-1.05rem; color:var(--edge); font-weight:900; }
.intel-subscription .founders-tiers { max-width:none; margin:1rem 0 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.intel-subscription .pricing-tier.founders { min-height:390px; display:flex; flex-direction:column; }
.intel-subscription .pricing-badge.founders-badge { position:static; width:fit-content; margin:0 auto .75rem; padding:.28rem .75rem; border:1px solid rgba(var(--edge-rgb),.55); border-radius:999px; color:var(--edge); background:rgba(var(--edge-rgb),.1); font-size:.52rem; font-weight:850; }
.intel-subscription .founders-price-display { margin:.75rem 0 1rem; }.intel-subscription .founders-price-display .price{color:var(--edge);font-size:2rem;font-weight:920}.intel-subscription .founders-price-display .price span{color:#8f98aa;font-size:.58rem}
.intel-subscription .pricing-tier.founders>.checkout-btn { width:100%; min-height:42px; margin-top:auto; border:0; border-radius:999px; color:#070b12; background:linear-gradient(90deg,var(--edge),color-mix(in srgb,var(--edge) 72%,#fff)); box-shadow:0 0 18px rgba(var(--edge-rgb),.18); font-size:.68rem;font-weight:900;animation:none}
.intel-subscription .founders-disclaimer { margin:.8rem 0 0; color:#858fa3; font-size:.58rem; }.intel-subscription .refund-disclosure{margin:1rem 0 0;padding:.8rem 1rem;border-color:rgba(96,83,188,.25);background:rgba(53,47,130,.06)}.intel-subscription .refund-disclosure p{font-size:.65rem}
.intel-subscription .subscription-details { border-color:rgba(87,99,151,.24); }.intel-subscription .detail-item{border-color:rgba(87,99,151,.18)}.intel-subscription .subscription-actions .btn{border-radius:999px}
@media(prefers-reduced-motion:reduce){.intel-subscription .pricing-tier,.intel-subscription .frequency-card{transition:none}}
@media(max-width:780px){.intel-subscription .pricing-tiers,.intel-subscription .founders-tiers{grid-template-columns:1fr;max-width:560px;margin-inline:auto}.intel-subscription .founders-tiers{margin-top:1rem}}
@media(max-width:520px){.intel-subscription .legal-header{min-height:350px;padding-top:calc(72px + 3rem)}.intel-subscription .legal-header h1{font-size:2.45rem}.intel-subscription .legal-header .legal-date{font-size:.82rem}.intel-subscription .subscription-container{width:calc(100% - 1.2rem);padding:2rem 0 3rem!important}.intel-subscription .pricing-tier{padding:1.15rem}.intel-subscription .frequency-options{grid-template-columns:1fr}.intel-subscription .frequency-card{height:auto;min-height:104px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;padding:.7rem}.intel-subscription .frequency-card .price{margin:.25rem 0}.intel-subscription .frequency-card .savings{grid-column:1}.intel-subscription .frequency-card .btn{grid-column:2;grid-row:1/3;margin:0}.intel-subscription .tier-features{grid-template-columns:1fr}.intel-subscription .pricing-badge.founders-badge{position:static;width:fit-content;margin:0 auto .75rem}}

/* Blog intelligence — editorial feed with sport-driven signals. */
.intel-blog.main-content { min-height:100vh; padding-top:0; color:var(--intel-text); background:radial-gradient(circle at 50% 28%,rgba(42,59,155,.08),transparent 38%),linear-gradient(145deg,#020716,var(--intel-bg) 58%,#050719); }
.intel-blog .blog-hero { position:relative; min-height:410px; margin:0; padding:calc(66px + 5rem) 1rem 4rem; overflow:hidden; display:grid; place-items:center; border-bottom:1px solid rgba(74,102,221,.13); background:radial-gradient(circle at 50% 17%,rgba(83,61,211,.22),transparent 39%),radial-gradient(ellipse at 50% 108%,rgba(28,107,205,.13),transparent 50%),linear-gradient(145deg,#020716,#030512 58%,#070619); }
.intel-blog .blog-hero::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.12; background-image:linear-gradient(rgba(74,99,190,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(74,99,190,.16) 1px,transparent 1px); background-size:34px 34px; -webkit-mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%); mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%); }
.intel-blog .blog-hero .container { position:relative; z-index:1; width:min(820px,100%); padding:0; }
.intel-blog-eyebrow { width:fit-content; margin:0 auto .95rem!important; padding:.42rem .95rem; border:1px solid rgba(135,81,244,.42); border-radius:999px; color:#ad75ff!important; background:rgba(87,43,169,.12); font-size:.64rem!important; line-height:1!important; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
.intel-blog .blog-hero h1 { margin:0; color:#f8f7fb; font-size:clamp(2.8rem,6vw,4.5rem); line-height:1.02; font-weight:950; letter-spacing:-.055em; }.intel-blog .blog-hero h1 span{color:transparent;background:linear-gradient(90deg,#6b78ff,#a150f2);-webkit-background-clip:text;background-clip:text}
.intel-blog .blog-hero .container>p:last-child { max-width:600px; margin:1.15rem auto 0; color:#aeb4c7; font-size:.96rem; line-height:1.65; }
.intel-blog .intel-blog-shell { position:relative; width:min(1100px,calc(100% - 2rem)); max-width:none; margin:0 auto; padding:3.8rem 0 4.5rem; }
.intel-blog .intel-blog-shell::before { content:""; position:absolute; inset:0 -10vw; z-index:0; pointer-events:none; opacity:.08; background-image:linear-gradient(rgba(69,105,196,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(69,105,196,.14) 1px,transparent 1px); background-size:34px 34px; -webkit-mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent); mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent); }
.intel-blog .intel-blog-shell>* { position:relative; z-index:1; }
.intel-blog-feed-heading { margin:0 0 1.25rem; }
.intel-blog-feed-heading h2 { position:relative; width:fit-content; margin:0; padding-left:.85rem; color:#f4f3f7; font-size:1.85rem; line-height:1.08; font-weight:920; letter-spacing:-.04em; }.intel-blog-feed-heading h2::before{content:"";position:absolute;left:0;top:1px;width:2px;height:28px;border-radius:2px;background:#9255ff;box-shadow:0 0 9px rgba(146,85,255,.55)}
.intel-blog-feed-heading p { margin:.65rem 0 0 .85rem; color:#929bad; font-size:.78rem; }
.intel-blog .sport-filter { margin:0 0 1.5rem; padding:.55rem; display:flex; flex-wrap:wrap; gap:.45rem; border:1px solid rgba(76,89,146,.24); border-radius:10px; background:rgba(7,12,32,.72); }
.intel-blog .sport-pill { --edge:#8b5cf6;--edge-rgb:139,92,246; position:relative; min-width:64px; padding:.48rem .9rem .48rem 1.65rem; border:1px solid rgba(var(--edge-rgb),.2); border-radius:999px; color:#aab1c2; background:rgba(var(--edge-rgb),.035); font-size:.64rem; line-height:1; font-weight:850; text-align:center; }.intel-blog .sport-pill::before{content:"";position:absolute;left:.75rem;top:50%;width:6px;height:6px;border-radius:50%;background:var(--edge);box-shadow:0 0 7px rgba(var(--edge-rgb),.6);transform:translateY(-50%)}.intel-blog .sport-pill-mlb{--edge:#00ef91;--edge-rgb:0,239,145}.intel-blog .sport-pill-ncaab{--edge:#f7bd16;--edge-rgb:247,189,22}.intel-blog .sport-pill-fifa{--edge:#ff4154;--edge-rgb:255,65,84}.intel-blog .sport-pill:hover,.intel-blog .sport-pill.active{border-color:rgba(var(--edge-rgb),.7);color:#fff;background:rgba(var(--edge-rgb),.12);box-shadow:0 0 13px rgba(var(--edge-rgb),.08)}
.intel-blog .blog-grid { margin:0 0 2.5rem; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.85rem; }
.intel-blog .blog-card { --edge:#8b5cf6;--edge-rgb:139,92,246; min-width:0; min-height:410px; overflow:hidden; display:flex; flex-direction:column; border:1px solid rgba(var(--edge-rgb),.27); border-left-color:rgba(var(--edge-rgb),.7); border-radius:11px; color:#eef0f5; background:radial-gradient(circle at 10% 0,rgba(var(--edge-rgb),.08),transparent 34%),linear-gradient(145deg,rgba(9,16,40,.98),rgba(5,10,28,.99)); box-shadow:inset 0 0 28px rgba(var(--edge-rgb),.02); transition:transform .2s ease,border-color .2s ease; }.intel-blog .blog-card-sport-mlb{--edge:#00ef91;--edge-rgb:0,239,145}.intel-blog .blog-card-sport-ncaab{--edge:#f7bd16;--edge-rgb:247,189,22}.intel-blog .blog-card-sport-fifa{--edge:#ff4154;--edge-rgb:255,65,84}
.intel-blog .blog-card:hover { border-color:rgba(var(--edge-rgb),.67); transform:translateY(-3px); }
.intel-blog .blog-card-featured { min-height:340px; grid-column:1/-1; display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); }
.intel-blog .blog-card-img-link { min-height:190px; display:block; overflow:hidden; background:rgba(var(--edge-rgb),.06); }.intel-blog .blog-card-img{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;filter:saturate(.88) contrast(1.04);transition:transform .35s ease,filter .35s ease}.intel-blog .blog-card:hover .blog-card-img{filter:saturate(1) contrast(1.02);transform:scale(1.025)}.intel-blog .blog-card-featured .blog-card-img{max-height:none;aspect-ratio:auto}
.intel-blog .blog-card-body { min-width:0; padding:1.25rem; display:flex; flex:1; flex-direction:column; gap:.72rem; }
.intel-blog .blog-card-meta { display:flex; align-items:center; gap:.7rem; color:#8791a6; font-size:.61rem; }.intel-blog .sport-tag{padding:.27rem .55rem;border:1px solid rgba(var(--edge-rgb),.45);border-radius:999px;color:var(--edge)!important;background:rgba(var(--edge-rgb),.08)!important;font-size:.52rem;font-weight:850;letter-spacing:.08em}
.intel-blog .blog-card-title { margin:0; font-size:1.03rem; line-height:1.35; font-weight:880; letter-spacing:-.025em; }.intel-blog .blog-card-featured .blog-card-title{font-size:clamp(1.35rem,2.3vw,1.85rem)}.intel-blog .blog-card-title a{color:#f2f1f6}.intel-blog .blog-card-title a:hover{color:var(--edge)}
.intel-blog .blog-card-desc { margin:0; color:#a7aebe; font-size:.71rem; line-height:1.62; }
.intel-blog .read-more { width:fit-content; margin-top:auto; color:var(--edge); font-size:.65rem; font-weight:850; }.intel-blog .read-more:hover{color:var(--edge);text-decoration:none;text-shadow:0 0 8px rgba(var(--edge-rgb),.45)}
.intel-blog .empty-blog { min-height:240px; padding:5rem 1rem; border:1px solid rgba(89,78,170,.25); border-radius:11px; color:#9aa3b6; background:rgba(9,14,36,.72); }
.intel-blog .pagination { padding:1.5rem 0 0; display:flex; align-items:center; justify-content:center; gap:1rem; }.intel-blog .page-btn{min-height:39px;padding:.65rem 1rem;border:1px solid rgba(117,77,218,.38);border-radius:999px;color:#d8d9e2;background:rgba(68,43,139,.08);font-size:.65rem;text-decoration:none}.intel-blog .page-btn:hover{border-color:#8b5cf6;color:#fff}.intel-blog .page-info{color:#8992a5;font-size:.62rem}
@media(prefers-reduced-motion:reduce){.intel-blog .blog-card,.intel-blog .blog-card-img{transition:none}}
@media(max-width:900px){.intel-blog .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intel-blog .blog-card-featured{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.intel-blog .blog-hero{min-height:370px;padding-top:calc(72px + 3.5rem)}.intel-blog .blog-hero h1{font-size:2.7rem}.intel-blog .blog-hero .container>p:last-child{font-size:.84rem}.intel-blog .intel-blog-shell{width:calc(100% - 1.2rem);padding:2.7rem 0 3.5rem}.intel-blog-feed-heading h2{font-size:1.55rem}.intel-blog .sport-filter{display:grid;grid-template-columns:repeat(3,1fr)}.intel-blog .sport-pill{min-width:0}.intel-blog .blog-grid{grid-template-columns:1fr}.intel-blog .blog-card-featured{display:flex;flex-direction:column}.intel-blog .blog-card{min-height:0}.intel-blog .blog-card-featured .blog-card-img{aspect-ratio:16/9}.intel-blog .pagination{gap:.55rem;flex-wrap:wrap}}

/* How-to intelligence — training library and sport playbooks. */
.intel-howto.main-content{min-height:100vh;padding-top:0;color:var(--intel-text);background:radial-gradient(circle at 14% 62%,rgba(0,239,145,.045),transparent 28%),linear-gradient(150deg,#020713,#030611 58%,#080517)}
.intel-howto .howto-hero{position:relative;min-height:410px;margin:0;padding:calc(66px + 5rem) 1rem 4rem;display:grid;place-items:center;overflow:hidden;text-align:center;border-bottom:1px solid rgba(81,93,177,.14);background:radial-gradient(circle at 50% 16%,rgba(100,58,213,.24),transparent 38%),radial-gradient(ellipse at 50% 112%,rgba(0,183,239,.1),transparent 48%),linear-gradient(145deg,#020716,#030512 60%,#08051a)}
.intel-howto .howto-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.13;background-image:linear-gradient(rgba(74,99,190,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(74,99,190,.17) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(ellipse at 50% 44%,#000,transparent 72%);mask-image:radial-gradient(ellipse at 50% 44%,#000,transparent 72%)}
.intel-howto .howto-hero .container{position:relative;z-index:1;width:min(820px,100%);padding:0}
.intel-howto-eyebrow{width:fit-content;margin:0 auto .95rem!important;padding:.42rem .95rem;border:1px solid rgba(135,81,244,.42);border-radius:999px;color:#ad75ff!important;background:rgba(87,43,169,.12);font-size:.64rem!important;line-height:1!important;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.intel-howto .howto-hero h1{margin:0;color:#f8f7fb;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.02;font-weight:950;letter-spacing:-.055em}.intel-howto .howto-hero h1 span{color:transparent;background:linear-gradient(90deg,#7183ff,#a958f2);-webkit-background-clip:text;background-clip:text}
.intel-howto .howto-hero .container>p:last-child{max-width:620px;margin:1.15rem auto 0;color:#aeb4c7;font-size:.96rem;line-height:1.65}
.intel-howto .intel-howto-shell{position:relative;width:min(1100px,calc(100% - 2rem));max-width:none;margin:0 auto;padding:3.8rem 0 4.7rem}
.intel-howto .intel-howto-shell::before{content:"";position:absolute;inset:0 -10vw;pointer-events:none;opacity:.07;background-image:linear-gradient(rgba(69,105,196,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(69,105,196,.14) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent)}
.intel-howto .intel-howto-shell>*{position:relative;z-index:1}.intel-howto-section-heading{margin:0 0 1.55rem}.intel-howto-section-heading>p{margin:0 0 .55rem;color:#9a62ff;font-size:.61rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.intel-howto-section-heading h2{position:relative;width:fit-content;margin:0;padding-left:.85rem;color:#f4f3f7;font-size:1.85rem;line-height:1.08;font-weight:920;letter-spacing:-.04em}.intel-howto-section-heading h2::before{content:"";position:absolute;left:0;top:1px;width:2px;height:28px;border-radius:2px;background:#9255ff;box-shadow:0 0 9px rgba(146,85,255,.55)}.intel-howto-section-heading>span{display:block;margin:.65rem 0 0 .85rem;color:#929bad;font-size:.78rem}
.intel-howto .howto-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;align-items:start}.intel-howto .howto-card{min-width:0;padding:1.15rem;border:1px solid rgba(var(--edge-rgb),.27);border-left-color:rgba(var(--edge-rgb),.75);border-radius:11px;background:radial-gradient(circle at 10% 0,rgba(var(--edge-rgb),.08),transparent 35%),linear-gradient(145deg,rgba(9,16,40,.98),rgba(5,10,28,.99));transition:transform .2s ease,border-color .2s ease}.intel-howto .howto-card:hover{border-color:rgba(var(--edge-rgb),.62);transform:translateY(-3px)}
.intel-howto .howto-card-header{display:flex;align-items:center;gap:.8rem;padding:0 0 .9rem;border-bottom:1px solid rgba(var(--edge-rgb),.18)}.intel-howto .howto-card-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(var(--edge-rgb),.35);border-radius:9px;color:var(--edge);background:rgba(var(--edge-rgb),.07);box-shadow:inset 0 0 16px rgba(var(--edge-rgb),.05)}.intel-howto .howto-card-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.5}.intel-howto .howto-card-header>span:last-child{display:grid;gap:.2rem}.intel-howto .howto-card-header small{color:var(--edge);font-size:.48rem;font-weight:850;letter-spacing:.12em}.intel-howto .howto-card-header strong{color:#f3f2f7;font-size:1rem;letter-spacing:-.02em}
.intel-howto .howto-post-list{display:grid;margin:.45rem 0}.intel-howto .howto-post-row{min-width:0;display:grid;grid-template-columns:6px minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.7rem .45rem;border-bottom:1px solid rgba(82,94,145,.13);color:inherit}.intel-howto .howto-post-row:hover{background:rgba(var(--edge-rgb),.04);text-decoration:none}.intel-howto .howto-post-marker{width:5px;height:5px;border-radius:50%;background:var(--edge);box-shadow:0 0 7px rgba(var(--edge-rgb),.65)}.intel-howto .howto-post-title{overflow:hidden;color:#dfe2eb;font-size:.72rem;font-weight:680;white-space:nowrap;text-overflow:ellipsis}.intel-howto .howto-post-row:hover .howto-post-title{color:#fff}.intel-howto .howto-post-date{color:#7f899e;font-size:.56rem;white-space:nowrap}.intel-howto .howto-card-viewall{display:inline-flex;gap:.35rem;color:var(--edge);font-size:.63rem;font-weight:850}.intel-howto .howto-card-viewall:hover{text-decoration:none;text-shadow:0 0 8px rgba(var(--edge-rgb),.45)}
.intel-howto .sport-filter{margin:0 0 1.5rem;padding:.55rem;display:flex;flex-wrap:wrap;gap:.45rem;border:1px solid rgba(76,89,146,.24);border-radius:10px;background:rgba(7,12,32,.72)}.intel-howto .sport-pill{--edge:#8b5cf6;--edge-rgb:139,92,246;position:relative;min-width:72px;padding:.48rem .9rem .48rem 1.65rem;border:1px solid rgba(var(--edge-rgb),.2);border-radius:999px;color:#aab1c2;background:rgba(var(--edge-rgb),.035);font-size:.64rem;line-height:1;font-weight:850;text-align:center}.intel-howto .sport-pill::before{content:"";position:absolute;left:.75rem;top:50%;width:6px;height:6px;border-radius:50%;background:var(--edge);box-shadow:0 0 7px rgba(var(--edge-rgb),.6);transform:translateY(-50%)}.intel-howto .sport-pill-mlb{--edge:#00ef91;--edge-rgb:0,239,145}.intel-howto .sport-pill-ncaab{--edge:#f7bd16;--edge-rgb:247,189,22}.intel-howto .sport-pill-fifa{--edge:#ff4154;--edge-rgb:255,65,84}.intel-howto .sport-pill-general{--edge:#bd62f7;--edge-rgb:189,98,247}.intel-howto .sport-pill:hover,.intel-howto .sport-pill.active{border-color:rgba(var(--edge-rgb),.7);color:#fff;background:rgba(var(--edge-rgb),.12)}
.intel-howto .howto-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.intel-howto .howto-guide-card{--edge:#8799ff;--edge-rgb:135,153,255;min-width:0;min-height:390px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(var(--edge-rgb),.27);border-left-color:rgba(var(--edge-rgb),.72);border-radius:11px;background:linear-gradient(145deg,rgba(9,16,40,.98),rgba(5,10,28,.99));transition:transform .2s ease,border-color .2s ease}.intel-howto .howto-guide-card-mlb{--edge:#00ef91;--edge-rgb:0,239,145}.intel-howto .howto-guide-card-ncaab{--edge:#f7bd16;--edge-rgb:247,189,22}.intel-howto .howto-guide-card-fifa{--edge:#ff4154;--edge-rgb:255,65,84}.intel-howto .howto-guide-card-all{--edge:#bd62f7;--edge-rgb:189,98,247}.intel-howto .howto-guide-card:hover{transform:translateY(-3px);border-color:rgba(var(--edge-rgb),.65)}.intel-howto .howto-guide-featured{grid-column:1/-1;min-height:325px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr)}
.intel-howto .howto-guide-image-link{min-height:185px;overflow:hidden;background:rgba(var(--edge-rgb),.06)}.intel-howto .howto-guide-image{display:block;width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;filter:saturate(.86) contrast(1.04);transition:transform .35s ease}.intel-howto .howto-guide-card:hover .howto-guide-image{transform:scale(1.025)}.intel-howto .howto-guide-visual{position:relative;min-height:185px;overflow:hidden;background:radial-gradient(circle,rgba(var(--edge-rgb),.2),transparent 45%),linear-gradient(135deg,rgba(var(--edge-rgb),.05),rgba(4,8,24,.9))}.intel-howto .howto-guide-visual span,.intel-howto .howto-guide-visual i,.intel-howto .howto-guide-visual b{position:absolute;border:1px solid rgba(var(--edge-rgb),.35);border-radius:50%;inset:25%}.intel-howto .howto-guide-visual i{inset:36%}.intel-howto .howto-guide-visual b{inset:47%;background:var(--edge);box-shadow:0 0 16px var(--edge)}
.intel-howto .howto-guide-body{min-width:0;padding:1.2rem;display:flex;flex:1;flex-direction:column;gap:.72rem}.intel-howto .howto-guide-meta{display:flex;align-items:center;gap:.65rem;color:#8791a6;font-size:.6rem}.intel-howto .howto-guide-tag{padding:.27rem .55rem;border:1px solid rgba(var(--edge-rgb),.44);border-radius:999px;color:var(--edge);background:rgba(var(--edge-rgb),.08);font-size:.51rem;font-weight:850;letter-spacing:.08em}.intel-howto .howto-guide-body h2{margin:0;font-size:1.05rem;line-height:1.35;font-weight:880;letter-spacing:-.025em}.intel-howto .howto-guide-featured h2{font-size:clamp(1.35rem,2.3vw,1.85rem)}.intel-howto .howto-guide-body h2 a{color:#f2f1f6}.intel-howto .howto-guide-body h2 a:hover{color:var(--edge)}.intel-howto .howto-guide-body>p{margin:0;color:#a7aebe;font-size:.71rem;line-height:1.62}.intel-howto .howto-guide-link{width:fit-content;margin-top:auto;color:var(--edge);font-size:.65rem;font-weight:850}.intel-howto .howto-guide-link:hover{text-decoration:none;text-shadow:0 0 8px rgba(var(--edge-rgb),.45)}
.intel-howto .empty-howto{min-height:240px;padding:5rem 1rem;text-align:center;border:1px solid rgba(89,78,170,.25);border-radius:11px;color:#9aa3b6;background:rgba(9,14,36,.72)}.intel-howto .pagination{padding:2rem 0 0;display:flex;align-items:center;justify-content:center;gap:1rem}.intel-howto .page-btn{padding:.65rem 1rem;border:1px solid rgba(117,77,218,.38);border-radius:999px;color:#d8d9e2;background:rgba(68,43,139,.08);font-size:.65rem}.intel-howto .page-info{color:#8992a5;font-size:.62rem}
@media(prefers-reduced-motion:reduce){.intel-howto .howto-card,.intel-howto .howto-guide-card,.intel-howto .howto-guide-image{transition:none}}
@media(max-width:900px){.intel-howto .howto-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intel-howto .howto-guide-featured{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.intel-howto .howto-hero{min-height:370px;padding-top:calc(72px + 3.5rem)}.intel-howto .howto-hero h1{font-size:2.65rem}.intel-howto .howto-hero .container>p:last-child{font-size:.84rem}.intel-howto .intel-howto-shell{width:calc(100% - 1.2rem);padding:2.7rem 0 3.5rem}.intel-howto-section-heading h2{font-size:1.55rem}.intel-howto .howto-grid,.intel-howto .howto-guide-grid{grid-template-columns:1fr}.intel-howto .sport-filter{display:grid;grid-template-columns:repeat(3,1fr)}.intel-howto .sport-pill{min-width:0}.intel-howto .howto-guide-featured{display:flex;min-height:0}.intel-howto .howto-guide-card{min-height:0}.intel-howto .pagination{gap:.55rem;flex-wrap:wrap}.intel-howto .howto-post-row{grid-template-columns:6px minmax(0,1fr)}.intel-howto .howto-post-date{display:none}}

/* Changelog intelligence — long-form product release timeline. */
.intel-changelog{min-height:100vh;padding:0!important;color:var(--intel-text);background:radial-gradient(circle at 12% 52%,rgba(37,186,245,.045),transparent 28%),linear-gradient(150deg,#020713,#030611 58%,#080517)}
.intel-changelog .intel-changelog-hero{position:relative;min-height:410px;padding:calc(66px + 5rem) 1rem 4rem;display:grid;place-items:center;overflow:hidden;text-align:center;border-bottom:1px solid rgba(81,93,177,.14);background:radial-gradient(circle at 50% 16%,rgba(100,58,213,.24),transparent 38%),radial-gradient(ellipse at 50% 112%,rgba(37,186,245,.1),transparent 48%),linear-gradient(145deg,#020716,#030512 60%,#08051a)}.intel-changelog .intel-changelog-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.13;background-image:linear-gradient(rgba(74,99,190,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(74,99,190,.17) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(ellipse at 50% 44%,#000,transparent 72%);mask-image:radial-gradient(ellipse at 50% 44%,#000,transparent 72%)}
.intel-changelog .intel-changelog-hero .container{position:relative;z-index:1;width:min(820px,100%);padding:0}.intel-changelog .legal-header{margin:0;padding:0;border:0}.intel-changelog-eyebrow{width:fit-content;margin:0 auto .95rem!important;padding:.42rem .95rem;border:1px solid rgba(135,81,244,.42);border-radius:999px;color:#ad75ff!important;background:rgba(87,43,169,.12);font-size:.64rem!important;line-height:1!important;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.intel-changelog .legal-header h1{margin:0;color:#f8f7fb;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.02;font-weight:950;letter-spacing:-.055em}.intel-changelog .legal-header h1 span{color:transparent;background:linear-gradient(90deg,#7183ff,#a958f2);-webkit-background-clip:text;background-clip:text}.intel-changelog .legal-header .legal-date{max-width:620px;margin:1.15rem auto 0;color:#aeb4c7;font-size:.96rem;line-height:1.65}
.intel-changelog .intel-changelog-shell{position:relative;width:min(1100px,calc(100% - 2rem));max-width:none;margin:0 auto;padding:2rem 0 4.7rem}.intel-changelog .intel-changelog-shell::before{content:"";position:absolute;inset:0 -10vw;pointer-events:none;opacity:.07;background-image:linear-gradient(rgba(69,105,196,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(69,105,196,.14) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 10%,#000 92%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 10%,#000 92%,transparent)}.intel-changelog .intel-changelog-shell>*{position:relative;z-index:1}
.intel-changelog .changelog-toc{position:sticky;top:76px;z-index:10;margin:0 0 1.3rem;padding:.72rem .8rem;display:flex;align-items:center;gap:.9rem;border:1px solid rgba(91,91,183,.3);border-radius:10px;background:rgba(5,10,28,.92);box-shadow:0 12px 30px rgba(0,0,0,.2);backdrop-filter:blur(14px)}.intel-changelog .toc-header{flex:0 0 auto;margin:0;color:#a96aff;font-size:.56rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.intel-changelog .toc-links{display:flex;min-width:0;gap:.4rem;overflow-x:auto;scrollbar-width:thin}.intel-changelog .toc-link{flex:0 0 auto;padding:.4rem .7rem;border:1px solid rgba(135,153,255,.22);border-radius:999px;color:#9ba5ba;background:rgba(135,153,255,.035);font-size:.59rem;font-weight:780}.intel-changelog .toc-link:hover,.intel-changelog .toc-link.active{border-color:rgba(151,98,247,.7);color:#fff;background:rgba(151,98,247,.13);text-decoration:none}
.intel-changelog .changelog-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:1rem;align-items:start}.intel-changelog .legal-body{max-width:none;padding:0;background:none;border:0}.intel-changelog .changelog-entry{position:relative;margin:0 0 .85rem;padding:1.25rem 1.3rem 1.15rem;border:1px solid rgba(89,103,167,.25);border-left:2px solid #8b5cf6;border-radius:11px;background:radial-gradient(circle at 5% 0,rgba(139,92,246,.07),transparent 28%),linear-gradient(145deg,rgba(9,16,40,.98),rgba(5,10,28,.99))}.intel-changelog .changelog-entry::before{content:"";position:absolute;left:-5px;top:1.45rem;width:8px;height:8px;border-radius:50%;background:#9a62ff;box-shadow:0 0 10px rgba(154,98,255,.75)}.intel-changelog .changelog-date{margin:0 0 .5rem;color:#a76aff;font-size:.56rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.intel-changelog .changelog-title{margin:0 0 .9rem;color:#f0f1f6;font-size:clamp(1rem,1.7vw,1.25rem);line-height:1.4;font-weight:860;letter-spacing:-.02em}
.intel-changelog .changelog-section{margin:.35rem 0;border-top:1px solid rgba(88,101,157,.14)}.intel-changelog .changelog-section h3{min-height:42px;margin:0;padding:.62rem .2rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem;border-radius:6px;color:#c8cddb;font-size:.72rem;line-height:1.35;font-weight:760;cursor:pointer;user-select:none}.intel-changelog .changelog-section h3:hover,.intel-changelog .changelog-section h3:focus-visible{color:#fff;background:rgba(139,92,246,.055);outline:none}.intel-changelog .changelog-section h3::after{content:"›";flex:0 0 auto;color:#9a62ff;font-size:1.2rem;line-height:1;transform:rotate(0);transition:transform .2s ease}.intel-changelog .changelog-section.open h3::after{transform:rotate(90deg)}.intel-changelog .changelog-list{max-height:0;margin:0;padding:0;overflow:hidden;opacity:0;list-style:none;transition:max-height .35s ease,opacity .2s ease,margin .25s ease}.intel-changelog .changelog-section.open .changelog-list{max-height:2400px;margin:.15rem 0 .65rem;opacity:1}.intel-changelog .changelog-list li{position:relative;margin:.38rem 0;padding-left:1.05rem;color:#9fa8ba;font-size:.69rem;line-height:1.58}.intel-changelog .changelog-list li::before{content:"";position:absolute;left:.1rem;top:.58em;width:5px;height:5px;border-radius:50%;background:#25baf5;box-shadow:0 0 6px rgba(37,186,245,.55)}.intel-changelog .changelog-list strong{color:#dce1eb}
.intel-changelog .changelog-sidebar{position:sticky;top:136px}.intel-changelog .changelog-sidebar-cta{padding:1.15rem;border:1px solid rgba(0,239,145,.28);border-radius:11px;background:radial-gradient(circle at 85% 0,rgba(0,239,145,.11),transparent 38%),linear-gradient(145deg,rgba(7,22,34,.98),rgba(5,10,28,.99))}.intel-changelog .changelog-sidebar-signal{display:inline-block;width:7px;height:7px;margin-right:.35rem;border-radius:50%;background:#00ef91;box-shadow:0 0 9px rgba(0,239,145,.7)}.intel-changelog .changelog-sidebar-label{display:inline;color:#00ef91!important;font-size:.52rem!important;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.intel-changelog .changelog-sidebar-cta h3{margin:.8rem 0 .45rem;color:#f1f3f7;font-size:1rem;line-height:1.25}.intel-changelog .changelog-sidebar-cta>p:not(.changelog-sidebar-label){margin:0 0 1rem;color:#99a4b7;font-size:.67rem;line-height:1.55}.intel-changelog .changelog-cta-btn{width:100%;min-height:40px;padding:.65rem .85rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,239,145,.5);border-radius:8px;color:#03130d;background:#00df88;font-size:.64rem;font-weight:900}.intel-changelog .changelog-cta-btn:hover{color:#00120a;background:#22f3a1;text-decoration:none}
@media(prefers-reduced-motion:reduce){.intel-changelog .changelog-list,.intel-changelog .changelog-section h3::after{transition:none}}@media(max-width:900px){.intel-changelog .changelog-layout{grid-template-columns:1fr}.intel-changelog .changelog-sidebar{position:static}.intel-changelog .changelog-sidebar-cta{max-width:420px}}@media(max-width:680px){.intel-changelog .intel-changelog-hero{min-height:370px;padding-top:calc(72px + 3.5rem)}.intel-changelog .legal-header h1{font-size:2.65rem}.intel-changelog .legal-header .legal-date{font-size:.84rem}.intel-changelog .intel-changelog-shell{width:calc(100% - 1.2rem);padding:1rem 0 3.5rem}.intel-changelog .changelog-toc{top:68px;display:block}.intel-changelog .toc-header{margin:0 0 .55rem}.intel-changelog .changelog-entry{padding:1rem}.intel-changelog .changelog-sidebar{display:none}}

/* Roadmap intelligence — shipped and planned capability pipeline. */
.intel-roadmap{min-height:100vh;padding-top:0;color:var(--intel-text);background:radial-gradient(circle at 88% 55%,rgba(247,189,22,.035),transparent 28%),linear-gradient(150deg,#020713,#030611 58%,#080517)}
.intel-roadmap .roadmap-hero{position:relative;min-height:410px;margin:0;padding:calc(66px + 5rem) 1rem 4rem;display:grid;place-items:center;overflow:hidden;text-align:center;border-bottom:1px solid rgba(81,93,177,.14);background:radial-gradient(circle at 50% 16%,rgba(100,58,213,.24),transparent 38%),radial-gradient(ellipse at 50% 112%,rgba(0,239,145,.08),transparent 48%),linear-gradient(145deg,#020716,#030512 60%,#08051a)}.intel-roadmap .roadmap-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.13;background-image:linear-gradient(rgba(74,99,190,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(74,99,190,.17) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(ellipse at 50% 44%,#000,transparent 72%);mask-image:radial-gradient(ellipse at 50% 44%,#000,transparent 72%)}.intel-roadmap .roadmap-hero .container{position:relative;z-index:1;width:min(820px,100%);padding:0}.intel-roadmap-eyebrow{width:fit-content;margin:0 auto .95rem!important;padding:.42rem .95rem;border:1px solid rgba(135,81,244,.42);border-radius:999px;color:#ad75ff!important;background:rgba(87,43,169,.12);font-size:.64rem!important;line-height:1!important;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.intel-roadmap .roadmap-hero h1{margin:0;color:#f8f7fb;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1.02;font-weight:950;letter-spacing:-.055em}.intel-roadmap .roadmap-hero h1 span{color:transparent;background:linear-gradient(90deg,#7183ff,#a958f2);-webkit-background-clip:text;background-clip:text}.intel-roadmap .roadmap-hero .preview-hero-sub{max-width:620px;margin:1.15rem auto 0;color:#aeb4c7;font-size:.96rem;line-height:1.65}
.intel-roadmap .roadmap-body{position:relative;width:min(1000px,calc(100% - 2rem));max-width:none;margin:0 auto;padding:2.8rem 0 4.7rem}.intel-roadmap .roadmap-body::before{content:"";position:absolute;inset:0 -10vw;pointer-events:none;opacity:.07;background-image:linear-gradient(rgba(69,105,196,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(69,105,196,.14) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 8%,#000 93%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 8%,#000 93%,transparent)}.intel-roadmap .roadmap-body>*{position:relative;z-index:1}
.intel-roadmap .roadmap-notice{position:relative;margin:0 0 .7rem;padding:1rem 1.15rem 1rem 2.6rem;border:1px solid rgba(37,186,245,.25);border-radius:10px;background:linear-gradient(145deg,rgba(7,18,38,.96),rgba(5,10,28,.98))}.intel-roadmap .roadmap-notice h3{margin:0 0 .3rem;color:#e8ebf2;font-size:.78rem;font-weight:820}.intel-roadmap .roadmap-notice h3 span{position:absolute;left:1.15rem;top:1.18rem;width:7px;height:7px;border-radius:50%;background:#25baf5;box-shadow:0 0 9px rgba(37,186,245,.7)}.intel-roadmap .roadmap-notice p{margin:0;color:#99a4b7;font-size:.68rem;line-height:1.55}.intel-roadmap .roadmap-notice a{color:#57c9f7;font-weight:800}
.intel-roadmap .roadmap-legend{margin:0 0 1rem;padding:.55rem;display:flex;gap:.45rem;border:1px solid rgba(76,89,146,.22);border-radius:10px;background:rgba(7,12,32,.7)}.intel-roadmap .roadmap-badge{min-width:58px;margin:0;padding:.27rem .55rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.5rem;line-height:1;font-weight:880;letter-spacing:.08em;text-transform:uppercase}.intel-roadmap .roadmap-badge--shipped{border:1px solid rgba(0,239,145,.4);color:#00ef91;background:rgba(0,239,145,.08)}.intel-roadmap .roadmap-badge--planned{border:1px solid rgba(135,153,255,.28);color:#9ca8c8;background:rgba(135,153,255,.05)}
.intel-roadmap .roadmap-quarter{--edge:#00ef91;--edge-rgb:0,239,145;position:relative;margin:0 0 .85rem;padding:1.25rem;border:1px solid rgba(var(--edge-rgb),.24);border-left:2px solid rgba(var(--edge-rgb),.78);border-radius:11px;background:radial-gradient(circle at 4% 0,rgba(var(--edge-rgb),.07),transparent 28%),linear-gradient(145deg,rgba(9,16,40,.98),rgba(5,10,28,.99))}.intel-roadmap .roadmap-quarter:nth-of-type(4){--edge:#8799ff;--edge-rgb:135,153,255}.intel-roadmap .roadmap-quarter:nth-of-type(5){--edge:#25baf5;--edge-rgb:37,186,245}.intel-roadmap .roadmap-quarter:nth-of-type(6){--edge:#bd62f7;--edge-rgb:189,98,247}.intel-roadmap .roadmap-quarter::before{content:"";position:absolute;left:-5px;top:1.5rem;width:8px;height:8px;border-radius:50%;background:var(--edge);box-shadow:0 0 10px rgba(var(--edge-rgb),.72)}
.intel-roadmap .roadmap-quarter-header{margin:0 0 1rem;padding:0 0 1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1.3rem;border-bottom:1px solid rgba(var(--edge-rgb),.16)}.intel-roadmap .roadmap-quarter-label{margin:0 0 .28rem;color:var(--edge);font-size:.53rem;font-weight:880;letter-spacing:.13em;text-transform:uppercase}.intel-roadmap .roadmap-quarter-title{margin:0;color:#f0f1f6;font-size:1.18rem;line-height:1.25;font-weight:880;letter-spacing:-.025em}.intel-roadmap .roadmap-progress{min-width:140px;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.intel-roadmap .roadmap-progress-bar{width:140px;height:5px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.055)}.intel-roadmap .roadmap-progress-fill{height:100%;border-radius:inherit;background:var(--edge);box-shadow:0 0 9px rgba(var(--edge-rgb),.52)}.intel-roadmap .roadmap-progress-label{color:#8e98aa;font-size:.55rem;font-weight:760}
.intel-roadmap .roadmap-subsection{margin:0 0 .85rem}.intel-roadmap .roadmap-subsection:last-child{margin-bottom:0}.intel-roadmap .roadmap-subsection .preview-section-title{margin:0;padding:.6rem 0;border-bottom:1px solid rgba(88,101,157,.14);display:flex;align-items:center;gap:.45rem;color:#cfd4df;font-size:.65rem;font-weight:820;letter-spacing:.07em;text-transform:uppercase}.intel-roadmap .roadmap-subsection .preview-section-title span{font-size:.82rem;filter:saturate(.7)}.intel-roadmap .roadmap-list{margin:.3rem 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;list-style:none}.intel-roadmap .roadmap-list li{min-width:0;padding:.58rem .65rem;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.55rem;border:1px solid rgba(77,89,142,.15);border-radius:7px;color:#9fa8ba;background:rgba(255,255,255,.012);font-size:.65rem;line-height:1.5}.intel-roadmap .roadmap-list li:has(.roadmap-badge--shipped){border-color:rgba(0,239,145,.13);background:rgba(0,239,145,.018)}.intel-roadmap .roadmap-list li strong{color:#e1e4ec;font-weight:790}
.intel-roadmap .roadmap-cta{margin:1rem 0 0;padding:2.5rem 1.5rem;text-align:center;border:1px solid rgba(189,98,247,.3);border-radius:11px;background:radial-gradient(circle at 50% 0,rgba(189,98,247,.12),transparent 48%),linear-gradient(145deg,rgba(10,12,37,.98),rgba(5,9,27,.99))}.intel-roadmap .roadmap-cta-eyebrow{margin:0 0 .55rem;color:#bd62f7;font-size:.55rem;font-weight:880;letter-spacing:.14em;text-transform:uppercase}.intel-roadmap .roadmap-cta h2{margin:0;color:#f5f4f8;font-size:1.45rem;font-weight:900;letter-spacing:-.035em}.intel-roadmap .roadmap-cta>p:not(.roadmap-cta-eyebrow){max-width:590px;margin:.75rem auto 1.25rem;color:#a2aabc;font-size:.72rem;line-height:1.6}.intel-roadmap .roadmap-cta .btn{min-height:42px;padding:.7rem 1.2rem;border:1px solid rgba(189,98,247,.5);border-radius:999px;color:#fff;background:linear-gradient(90deg,#7047df,#9a4ee8);font-size:.66rem;font-weight:880}.intel-roadmap .roadmap-cta .btn:hover{text-decoration:none;box-shadow:0 0 20px rgba(154,78,232,.2)}
@media(max-width:760px){.intel-roadmap .roadmap-list{grid-template-columns:1fr}}@media(max-width:560px){.intel-roadmap .roadmap-hero{min-height:370px;padding-top:calc(72px + 3.5rem)}.intel-roadmap .roadmap-hero h1{font-size:2.65rem}.intel-roadmap .roadmap-hero .preview-hero-sub{font-size:.84rem}.intel-roadmap .roadmap-body{width:calc(100% - 1.2rem);padding:1.5rem 0 3.5rem}.intel-roadmap .roadmap-quarter{padding:1rem}.intel-roadmap .roadmap-quarter-header{display:block}.intel-roadmap .roadmap-progress{margin-top:.8rem;align-items:flex-start}.intel-roadmap .roadmap-progress-bar{width:100%;min-width:180px}}

/* MLB preview intelligence — data-dense public matchup analysis. */
.intel-mlb-preview{min-height:100vh;max-width:100%;padding-top:0!important;overflow-x:clip;color:var(--intel-text);background:radial-gradient(circle at 12% 48%,rgba(0,239,145,.035),transparent 26%),radial-gradient(circle at 88% 72%,rgba(37,186,245,.035),transparent 28%),linear-gradient(150deg,#020713,#030611 58%,#080517)}
.intel-mlb-preview .preview-hero{position:relative;min-height:500px;margin:0;padding:calc(66px + 2.35rem) 1rem 3.2rem;display:grid;place-items:center;overflow:hidden;text-align:center;border-bottom:1px solid rgba(81,93,177,.14);background:radial-gradient(circle at 50% 19%,rgba(100,58,213,.2),transparent 36%),radial-gradient(ellipse at 50% 110%,rgba(0,239,145,.08),transparent 46%),linear-gradient(145deg,#020716,#030512 60%,#08051a)}.intel-mlb-preview .preview-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.13;background-image:linear-gradient(rgba(74,99,190,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(74,99,190,.17) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:radial-gradient(ellipse at 50% 48%,#000,transparent 72%);mask-image:radial-gradient(ellipse at 50% 48%,#000,transparent 72%)}.intel-mlb-preview .preview-hero .container{position:relative;z-index:1;width:min(820px,100%);padding:0}.intel-mlb-preview .preview-back-link{position:absolute;left:0;top:0;margin:0;padding:.4rem .65rem;border:1px solid rgba(135,153,255,.2);border-radius:999px;color:#939db2;background:rgba(135,153,255,.035);font-size:.58rem;font-weight:800}.intel-mlb-preview .preview-back-link:hover{border-color:rgba(135,153,255,.5);color:#fff;text-decoration:none}
.intel-mlb-preview .intel-preview-eyebrow{width:fit-content;margin:0 auto .85rem;padding:.4rem .85rem;display:flex;align-items:center;gap:.45rem;border:1px solid rgba(0,239,145,.34);border-radius:999px;color:#64f2ba;background:rgba(0,239,145,.055);font-size:.56rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.intel-mlb-preview .intel-preview-eyebrow span{width:6px;height:6px;border-radius:50%;background:#00ef91;box-shadow:0 0 8px rgba(0,239,145,.75)}
.intel-mlb-preview .preview-hero-logos{margin:0 auto .8rem;gap:2rem}.intel-mlb-preview .preview-logo-wrap{width:82px;height:82px;border:1px solid rgba(255,255,255,.78);background:linear-gradient(145deg,#fff,#e8ebf1);box-shadow:0 0 24px rgba(135,153,255,.11)}.intel-mlb-preview .preview-logo{width:60px;height:60px}.intel-mlb-preview .preview-logo-abbr{color:#b9c0cf;font-size:.64rem;font-weight:850;letter-spacing:.12em}.intel-mlb-preview .preview-logo-vs{padding-bottom:1.35rem;color:#667086;font-size:.67rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.intel-mlb-preview .preview-hero h1{margin:0;color:#f7f7fb;font-size:clamp(1.8rem,4vw,2.75rem);line-height:1.08;font-weight:930;letter-spacing:-.045em}.intel-mlb-preview .preview-hero-title-link{color:inherit}.intel-mlb-preview .preview-hero-title-link:hover{color:#aeb8ff;text-decoration:none}.intel-mlb-preview .preview-hero-sub{max-width:680px;margin:.85rem auto 0;color:#9da6b9;font-size:.72rem;line-height:1.65}.intel-mlb-preview .preview-hero-records{display:inline-block;margin-top:.3rem;color:#788397;font-size:.64rem}.intel-mlb-preview .preview-hero-records strong{color:#dce0e9}.intel-mlb-preview .preview-hero-nav{width:42px;height:42px;border:1px solid rgba(135,153,255,.24);color:#9da7bc;background:rgba(8,14,37,.78);box-shadow:0 8px 20px rgba(0,0,0,.22)}.intel-mlb-preview .preview-hero-nav:hover{border-color:rgba(151,98,247,.65);color:#fff;background:rgba(113,71,216,.15)}
.intel-mlb-preview .preview-body{position:relative;width:min(1000px,calc(100% - 2rem));max-width:none;margin:0 auto;padding:1.2rem 0 4.7rem}.intel-mlb-preview .preview-body::before{content:"";position:absolute;inset:0 -10vw;pointer-events:none;opacity:.065;background-image:linear-gradient(rgba(69,105,196,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(69,105,196,.14) 1px,transparent 1px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 5%,#000 94%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 5%,#000 94%,transparent)}.intel-mlb-preview .preview-body>*:not(.suspect-modal-overlay){position:relative;z-index:1}.intel-mlb-preview .suspect-modal-overlay{position:fixed;inset:0;z-index:2000}
.intel-mlb-preview .share-bar{margin:0 0 .7rem;padding:.65rem .75rem;border:1px solid rgba(75,89,148,.21);border-radius:9px;background:rgba(6,11,30,.74)}.intel-mlb-preview .share-label{color:#858fa3;font-size:.52rem}.intel-mlb-preview .share-btn{width:31px;height:31px;border-color:rgba(135,153,255,.18);background:rgba(135,153,255,.035)}.intel-mlb-preview .preview-toc{position:sticky;top:76px;z-index:10;margin:0 0 .7rem;padding:.55rem;border:1px solid rgba(78,91,153,.27);border-radius:10px;background:rgba(5,10,28,.92);box-shadow:0 12px 30px rgba(0,0,0,.18);backdrop-filter:blur(14px)}.intel-mlb-preview .preview-toc-links{margin:0;padding:0;display:flex;gap:.35rem;overflow-x:auto;list-style:none;scrollbar-width:thin}.intel-mlb-preview .preview-toc a{display:block;padding:.42rem .68rem;border:1px solid rgba(135,153,255,.18);border-radius:999px;color:#929cb0;background:rgba(135,153,255,.025);font-size:.55rem;font-weight:820}.intel-mlb-preview .preview-toc a:hover{border-color:rgba(151,98,247,.58);color:#fff;background:rgba(151,98,247,.1);text-decoration:none}
.intel-mlb-preview .preview-section{--section-accent:#8799ff;margin:0 0 .7rem;padding:1.15rem 1.2rem;overflow:hidden;border:1px solid color-mix(in srgb,var(--section-accent) 25%,transparent);border-left:2px solid color-mix(in srgb,var(--section-accent) 75%,transparent);border-radius:11px;background:radial-gradient(circle at 4% 0,color-mix(in srgb,var(--section-accent) 7%,transparent),transparent 28%),linear-gradient(145deg,rgba(9,16,40,.98),rgba(5,10,28,.99));box-shadow:inset 0 0 28px color-mix(in srgb,var(--section-accent) 2%,transparent)}.intel-mlb-preview .preview-section::before{display:none}.intel-mlb-preview .preview-section-title,.intel-mlb-preview .preview-narrative-title{margin:0 0 .85rem;padding:0 0 .72rem;border-bottom:1px solid color-mix(in srgb,var(--section-accent) 16%,transparent);color:var(--section-accent);font-size:.62rem;line-height:1.3;font-weight:880;letter-spacing:.1em;text-transform:uppercase}.intel-mlb-preview .preview-narrative-section{--section-accent:#bd62f7}.intel-mlb-preview .preview-verdict-section{--section-accent:#00ef91}.intel-mlb-preview .preview-narrative-text{color:#aeb5c5;font-size:.72rem;line-height:1.7}.intel-mlb-preview .preview-narrative-outlook{border-color:rgba(189,98,247,.2);color:#d8d9e3;background:rgba(189,98,247,.045)}.intel-mlb-preview .preview-source-tag{border:1px solid color-mix(in srgb,var(--section-accent) 22%,transparent);color:#aab2c2;background:color-mix(in srgb,var(--section-accent) 5%,transparent)}
.intel-mlb-preview .preview-verdict{border-color:rgba(0,239,145,.17);background:rgba(0,239,145,.025)}.intel-mlb-preview .preview-verdict-row{border-color:rgba(0,239,145,.1)}.intel-mlb-preview .preview-engine-edge-row,.intel-mlb-preview .mlb-pitcher,.intel-mlb-preview .mlb-weather-item,.intel-mlb-preview .mlb-team-snapshot,.intel-mlb-preview .preview-odds-cell{border-color:rgba(101,117,178,.17);background:rgba(255,255,255,.018)}.intel-mlb-preview .preview-odds-vendor-tabs{margin-bottom:.8rem}.intel-mlb-preview .preview-odds-vendor-tab{font-size:.58rem}.intel-mlb-preview .preview-game-card{border-color:rgba(135,153,255,.17);background:rgba(135,153,255,.018)}.intel-mlb-preview .preview-game-card:hover{border-color:rgba(135,153,255,.45);background:rgba(135,153,255,.055)}.intel-mlb-preview .preview-recap-banner{border-color:rgba(0,239,145,.25);background:rgba(0,239,145,.055)}
@media(prefers-reduced-motion:reduce){.intel-mlb-preview *{scroll-behavior:auto!important}}@media(max-width:680px){.intel-mlb-preview .preview-hero{min-height:470px;padding:calc(72px + 2rem) 2.8rem 2.5rem}.intel-mlb-preview .preview-back-link{left:50%;transform:translateX(-50%)}.intel-mlb-preview .intel-preview-eyebrow{margin-top:2.8rem}.intel-mlb-preview .preview-logo-wrap{width:68px;height:68px}.intel-mlb-preview .preview-logo{width:49px;height:49px}.intel-mlb-preview .preview-hero h1{font-size:1.65rem}.intel-mlb-preview .preview-body{width:calc(100% - 1.2rem);padding-top:.75rem}.intel-mlb-preview .preview-toc{top:68px}.intel-mlb-preview .preview-section{padding:1rem}.intel-mlb-preview .share-bar{justify-content:center}.intel-mlb-preview .share-left{width:100%;justify-content:center}}

/* MLB recap intelligence — final-result and model-grading layer. */
.intel-mlb-recap .preview-hero{min-height:520px;background:radial-gradient(circle at 50% 19%,rgba(100,58,213,.18),transparent 36%),radial-gradient(ellipse at 50% 110%,rgba(0,239,145,.1),transparent 48%),linear-gradient(145deg,#020716,#030512 60%,#08051a)}.intel-mlb-recap .intel-preview-eyebrow{border-color:rgba(0,239,145,.42);color:#72f7c1;background:rgba(0,239,145,.065)}.intel-mlb-recap .recap-hero-scoreboard{gap:2rem;margin-bottom:.85rem}.intel-mlb-recap .recap-hero-center{min-width:120px;padding:.7rem .85rem;border:1px solid rgba(0,239,145,.18);border-radius:10px;background:rgba(0,239,145,.025)}.intel-mlb-recap .recap-score-numbers{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:2rem;line-height:1;font-weight:930;letter-spacing:-.04em}.intel-mlb-recap .recap-score-winner{color:#00ef91;text-shadow:0 0 14px rgba(0,239,145,.25)}.intel-mlb-recap .recap-score-loser{color:#8993a7}.intel-mlb-recap .recap-score-dash{color:#4f596c;font-size:1rem;font-weight:500}.intel-mlb-recap .recap-score-label{margin-top:.42rem;color:#7ff5c4;font-size:.48rem;font-weight:900;letter-spacing:.16em}.intel-mlb-recap .recap-hero-record{color:#778196;font-size:.55rem}.intel-mlb-recap .recap-preview-link{color:#7f91ff;font-weight:800}.intel-mlb-recap .recap-preview-link:hover{color:#aab4ff;text-decoration:none}
.intel-mlb-recap .recap-narrative-section{--section-accent:#bd62f7}.intel-mlb-recap .preview-section--prediction{--section-accent:#f7bd16}.intel-mlb-recap .preview-section--potg{--section-accent:#ff4154}.intel-mlb-recap .preview-section--linescore{--section-accent:#8799ff}.intel-mlb-recap .preview-section--turning{--section-accent:#25baf5}.intel-mlb-recap .preview-section--pitching{--section-accent:#bd62f7}.intel-mlb-recap .preview-section--batting{--section-accent:#00ef91}.intel-mlb-recap .recap-narrative-title{margin:0 0 .85rem;padding:0 0 .72rem;border-bottom:1px solid rgba(189,98,247,.16);color:#bd62f7;font-size:.62rem;font-weight:880;letter-spacing:.1em;text-transform:uppercase}.intel-mlb-recap .recap-narrative-text{margin:0 0 .8rem;color:#afb6c6;font-size:.73rem;line-height:1.72}.intel-mlb-recap .recap-narrative-text:last-child{margin-bottom:0}.intel-mlb-recap .preview-narrative-hashtags{margin-top:.85rem;display:flex;flex-wrap:wrap;gap:.4rem}.intel-mlb-recap .preview-narrative-hashtag{padding:.2em .65em;border:1px solid rgba(16,185,129,.2);border-radius:999px;color:var(--color-accent);background:rgba(16,185,129,.08);font-size:.72rem;font-weight:600}
.intel-mlb-recap .recap-prediction{padding:.8rem .9rem;border:1px solid rgba(247,189,22,.18);border-radius:8px;background:rgba(247,189,22,.025)}.intel-mlb-recap .recap-prediction--hit{border-color:rgba(0,239,145,.24);background:rgba(0,239,145,.035)}.intel-mlb-recap .recap-prediction--sportsfbi{border-left:2px solid #8799ff}.intel-mlb-recap .recap-prediction-badge{font-size:.52rem;font-weight:900;letter-spacing:.06em}.intel-mlb-recap .recap-prediction-text{color:#a8b0c0;font-size:.69rem;line-height:1.6}.intel-mlb-recap .recap-prediction-text strong{color:#e9ebf1}
.intel-mlb-recap .recap-potg-grid{gap:.55rem}.intel-mlb-recap .recap-potg-card{padding:.85rem;border:1px solid rgba(255,65,84,.17);border-radius:8px;background:rgba(255,65,84,.025)}.intel-mlb-recap .recap-potg-headshot{width:50px;height:50px;border:1px solid rgba(255,65,84,.28);box-shadow:0 0 12px rgba(255,65,84,.08)}.intel-mlb-recap .recap-potg-label{color:#ff7583;font-size:.48rem;font-weight:880;letter-spacing:.1em}.intel-mlb-recap .recap-potg-name{color:#eef0f5;font-size:.85rem}.intel-mlb-recap .recap-potg-line{color:#9ca6b8;font-size:.65rem}
.intel-mlb-recap .recap-linescore-wrap,.intel-mlb-recap .preview-section--pitching,.intel-mlb-recap .preview-section--batting{overflow-x:auto;-webkit-overflow-scrolling:touch}.intel-mlb-recap .recap-linescore,.intel-mlb-recap .recap-stats-table{color:#aeb6c5;font-size:.67rem}.intel-mlb-recap .recap-linescore thead th,.intel-mlb-recap .recap-stats-table thead th{padding:.5rem .42rem;border-bottom:1px solid rgba(135,153,255,.18);color:#7f899d;background:rgba(135,153,255,.025);font-size:.53rem;letter-spacing:.07em}.intel-mlb-recap .recap-linescore tbody td,.intel-mlb-recap .recap-stats-table tbody td{padding:.5rem .42rem;border-bottom:1px solid rgba(83,96,153,.11)}.intel-mlb-recap .recap-linescore tbody tr:hover td,.intel-mlb-recap .recap-stats-table tbody tr:hover td{background:rgba(135,153,255,.04)}.intel-mlb-recap .recap-ls-winner,.intel-mlb-recap .recap-stat-hot,.intel-mlb-recap .recap-stats-table td.stat-good{color:#00ef91}.intel-mlb-recap .recap-turning-point{margin:0;color:#aab3c3;font-size:.71rem;line-height:1.65}.intel-mlb-recap .recap-turning-point strong{color:#e7eaf0}.intel-mlb-recap .recap-team-logo-wrap{border:1px solid rgba(255,255,255,.75);box-shadow:0 0 8px rgba(135,153,255,.06)}
.intel-mlb-recap .preview-cta{margin-top:.85rem;padding:2.4rem 1.4rem;border:1px solid rgba(0,239,145,.25);border-radius:11px;background:radial-gradient(circle at 50% 0,rgba(0,239,145,.09),transparent 48%),linear-gradient(145deg,rgba(7,20,33,.98),rgba(5,9,27,.99))}.intel-mlb-recap .preview-cta h2{color:#f3f5f8;font-size:1.35rem;font-weight:900;letter-spacing:-.035em}.intel-mlb-recap .preview-cta p{color:#9ea8b9;font-size:.7rem}.intel-mlb-recap .preview-cta .btn-primary{border-color:rgba(0,239,145,.5);color:#02140c;background:#00e58b}.intel-mlb-recap .preview-cta .btn-primary:hover{background:#24f3a2;box-shadow:0 0 18px rgba(0,239,145,.16)}.intel-mlb-recap .preview-cta .btn-secondary{border-color:rgba(135,153,255,.25);color:#c2c8d4;background:rgba(135,153,255,.04)}
@media(max-width:680px){.intel-mlb-recap .preview-hero{min-height:500px}.intel-mlb-recap .recap-hero-scoreboard{gap:.7rem}.intel-mlb-recap .recap-hero-center{min-width:90px;padding:.6rem}.intel-mlb-recap .recap-score-numbers{font-size:1.5rem}.intel-mlb-recap .recap-stats-table{min-width:650px}.intel-mlb-recap .recap-linescore{min-width:620px}}

/* MLB team intelligence — season profile and organizational evidence. */
.intel-mlb-team .preview-hero{min-height:455px;background:radial-gradient(circle at 50% 19%,rgba(100,58,213,.19),transparent 36%),radial-gradient(ellipse at 50% 110%,rgba(37,186,245,.09),transparent 48%),linear-gradient(145deg,#020716,#030512 60%,#08051a)}.intel-mlb-team .preview-hero-logos{margin:.15rem auto .85rem}.intel-mlb-team .preview-logo-wrap{width:96px;height:96px;padding:10px;border:1px solid rgba(255,255,255,.82);box-shadow:0 0 28px rgba(135,153,255,.12)}.intel-mlb-team .preview-logo{width:70px;height:70px}.intel-mlb-team .preview-hero h1{font-size:clamp(2rem,4.5vw,3.15rem)}.intel-mlb-team .preview-hero-sub strong{color:#e8ebf2}.intel-mlb-team .preview-section--snapshot{--section-accent:#8799ff}.intel-mlb-team .preview-section--standings{--section-accent:#f7bd16}.intel-mlb-team .preview-section--handedness{--section-accent:#00ef91}.intel-mlb-team .preview-section--leaders{--section-accent:#ff4154}.intel-mlb-team .preview-section--games,.intel-mlb-team .preview-section--full-schedule{--section-accent:#25baf5}.intel-mlb-team .preview-section--roster{--section-accent:#bd62f7}.intel-mlb-team .preview-section--injuries{--section-accent:#ff4154}
.intel-mlb-team .team-stat-columns,.intel-mlb-team .team-games-columns{gap:.55rem}.intel-mlb-team .team-stat-col{padding:.85rem;border:1px solid color-mix(in srgb,var(--section-accent) 15%,transparent);border-radius:8px;background:rgba(255,255,255,.014)}.intel-mlb-team .team-stat-col-label{margin:0 0 .55rem;color:color-mix(in srgb,var(--section-accent) 78%,#fff);font-size:.53rem;font-weight:880;letter-spacing:.1em}.intel-mlb-team .team-stat-row{padding:.46rem 0;border-color:rgba(82,96,153,.12);color:#8f99ac;font-size:.67rem}.intel-mlb-team .team-stat-row strong{color:#e1e5ed;font-size:.72rem}.intel-mlb-team .team-stat-row strong.stat-good{color:#00ef91}.intel-mlb-team .team-stat-row strong.stat-bad{color:#ff6575}.intel-mlb-team .team-form-dot{width:18px;height:18px;font-size:.53rem}.intel-mlb-team .team-form-dot--w{color:#00ef91;background:rgba(0,239,145,.1)}.intel-mlb-team .team-form-dot--l{color:#ff6575;background:rgba(255,65,84,.1)}
.intel-mlb-team .team-leaders-grid{gap:.5rem}.intel-mlb-team .team-leader-card{padding:.75rem .45rem;border:1px solid rgba(255,65,84,.15);border-radius:8px;background:rgba(255,65,84,.018)}.intel-mlb-team .team-leader-headshot{width:48px;height:48px;border:1px solid rgba(255,65,84,.22);box-shadow:0 0 12px rgba(255,65,84,.06)}.intel-mlb-team .team-leader-stat-label{color:#8993a6;font-size:.5rem}.intel-mlb-team .team-leader-stat-value{color:#f4f3f7;font-size:.94rem}.intel-mlb-team .team-leader-stat-name{color:#aeb6c5;font-size:.62rem}.intel-mlb-team .team-leader-stat-name a:hover{color:#ff7583;text-decoration:none}
.intel-mlb-team .team-game-row{min-height:38px;padding:.5rem .55rem;border:1px solid transparent;border-bottom-color:rgba(82,96,153,.12);border-radius:6px;color:#a2aabc;font-size:.67rem}.intel-mlb-team .team-game-row:hover{border-color:rgba(37,186,245,.2);color:#fff;background:rgba(37,186,245,.035);text-decoration:none}.intel-mlb-team .team-game-result{width:19px;height:19px;font-size:.57rem}.intel-mlb-team .team-game-win{color:#00ef91;background:rgba(0,239,145,.1)}.intel-mlb-team .team-game-loss{color:#ff6575;background:rgba(255,65,84,.1)}.intel-mlb-team .team-game-score,.intel-mlb-team .team-game-date{color:#7f899c;font-size:.6rem}.intel-mlb-team .team-last-meetings{border-color:rgba(37,186,245,.13);color:#8893a6;font-size:.62rem}
.intel-mlb-team .team-roster-table-wrap{border:1px solid rgba(104,117,174,.13);border-radius:8px}.intel-mlb-team .team-roster-table{color:#a9b1c0;font-size:.66rem}.intel-mlb-team .team-roster-table thead th{padding:.52rem .58rem;border-color:rgba(135,153,255,.17);color:#7e899c;background:rgba(135,153,255,.025);font-size:.52rem;letter-spacing:.08em}.intel-mlb-team .team-roster-table tbody td{padding:.52rem .58rem;border-color:rgba(80,94,151,.1);color:#a4adbd}.intel-mlb-team .team-roster-table tbody tr:hover td{background:rgba(135,153,255,.04)}.intel-mlb-team .team-roster-table tbody tr.team-standings-current{background:rgba(247,189,22,.055)}.intel-mlb-team .team-standings-table tbody tr.team-standings-current td:nth-child(2){color:#f7bd16}.intel-mlb-team .team-roster-name{color:#e1e4eb}.intel-mlb-team .team-injury-status{color:#ff6575;font-size:.55rem}.intel-mlb-team details>summary{list-style:none}.intel-mlb-team details>summary::-webkit-details-marker{display:none}.intel-mlb-team details>summary .preview-section-title::after{content:"›";margin-left:auto;color:var(--section-accent);font-size:1.1rem;transition:transform .2s}.intel-mlb-team details[open]>summary .preview-section-title::after{transform:rotate(90deg)}
.intel-mlb-team .preview-cta{margin-top:.85rem;padding:2.4rem 1.4rem;border:1px solid rgba(37,186,245,.25);border-radius:11px;background:radial-gradient(circle at 50% 0,rgba(37,186,245,.09),transparent 48%),linear-gradient(145deg,rgba(7,17,34,.98),rgba(5,9,27,.99))}.intel-mlb-team .preview-cta h2{color:#f3f5f8;font-size:1.35rem;font-weight:900;letter-spacing:-.035em}.intel-mlb-team .preview-cta p{color:#9ea8b9;font-size:.7rem}
@media(max-width:680px){.intel-mlb-team .preview-hero{min-height:440px}.intel-mlb-team .preview-logo-wrap{width:78px;height:78px}.intel-mlb-team .preview-logo{width:56px;height:56px}.intel-mlb-team .team-stat-columns--3{grid-template-columns:1fr}.intel-mlb-team .team-leaders-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intel-mlb-team .team-roster-table{min-width:620px}.intel-mlb-team .team-standings-table{min-width:460px}}

/* MLB player intelligence — individual performance and matchup evidence. */
.intel-mlb-player .preview-hero{min-height:475px;background:radial-gradient(circle at 50% 19%,rgba(100,58,213,.19),transparent 36%),radial-gradient(ellipse at 50% 110%,rgba(189,98,247,.09),transparent 48%),linear-gradient(145deg,#020716,#030512 60%,#08051a)}.intel-mlb-player .preview-hero-logos{margin:.1rem auto .8rem}.intel-mlb-player .preview-logo-wrap{width:106px;height:106px;padding:0;border:1px solid rgba(189,98,247,.3);background:radial-gradient(circle at 50% 20%,rgba(189,98,247,.12),rgba(7,12,29,.95));box-shadow:0 0 28px rgba(189,98,247,.1)}.intel-mlb-player .preview-logo--headshot{width:100%;height:100%;object-fit:cover;object-position:top}.intel-mlb-player .preview-hero h1{font-size:clamp(2rem,4.5vw,3.15rem)}.intel-mlb-player .player-hero-team-link{color:#c7ccda}.intel-mlb-player .player-hero-team-link:hover{color:#aeb8ff;text-decoration:none}.intel-mlb-player .player-hero-team-logo-wrap{border:1px solid rgba(255,255,255,.75)}
.intel-mlb-player .player-injury-banner{margin:0 0 .7rem;padding:.8rem .9rem;display:flex;align-items:center;gap:.65rem;border:1px solid rgba(255,65,84,.28);border-radius:9px;color:#d6d9e2;background:rgba(255,65,84,.045);font-size:.68rem}.intel-mlb-player .player-injury-banner strong{color:#ff7180}.intel-mlb-player .preview-section--bio{--section-accent:#bd62f7}.intel-mlb-player .preview-section--stats{--section-accent:#8799ff}.intel-mlb-player .preview-section--handedness{--section-accent:#00ef91}.intel-mlb-player .preview-section--opponents{--section-accent:#f7bd16}.intel-mlb-player .preview-section--ballparks{--section-accent:#25baf5}.intel-mlb-player .preview-section--by-month{--section-accent:#f7bd16}.intel-mlb-player .preview-section--arsenal,.intel-mlb-player .preview-section--pitch-splits{--section-accent:#ff4154}.intel-mlb-player .preview-section--movement{--section-accent:#00cdb3}.intel-mlb-player .preview-section--gamelog{--section-accent:#bd62f7}.intel-mlb-player .preview-section--team{--section-accent:#ff6fb0}
.intel-mlb-player .player-bio-grid{gap:.5rem}.intel-mlb-player .player-bio-cell{padding:.72rem .75rem;border:1px solid rgba(189,98,247,.14);border-radius:8px;background:rgba(189,98,247,.018)}.intel-mlb-player .player-bio-cell span{margin:0 0 .25rem;color:#878fa3;font-size:.5rem;letter-spacing:.09em}.intel-mlb-player .player-bio-cell strong{color:#e1e4ec;font-size:.72rem;font-weight:720}
.intel-mlb-player .player-stat-grid{gap:.5rem}.intel-mlb-player .player-stat-cell{padding:.72rem .55rem;border:1px solid rgba(135,153,255,.14);border-radius:8px;background:rgba(135,153,255,.018)}.intel-mlb-player .player-stat-cell span{margin:0 0 .26rem;color:#818b9f;font-size:.49rem;letter-spacing:.09em}.intel-mlb-player .player-stat-cell strong{color:#f0f1f6;font-size:.95rem;font-weight:880}.intel-mlb-player .player-stat-cell strong.stat-good{color:#00ef91}.intel-mlb-player .player-stat-cell strong.stat-bad{color:#ff6575}.intel-mlb-player .player-stat-grid--full{gap:.38rem}.intel-mlb-player .player-stat-grid--full .player-stat-cell{padding:.56rem .42rem}.intel-mlb-player .player-stat-grid--full .player-stat-cell strong{font-size:.75rem}.intel-mlb-player .player-stat-subheading{margin:1rem 0 .55rem;color:#8993a6;font-size:.5rem;letter-spacing:.1em}
.intel-mlb-player .player-handedness-grid{gap:.55rem}.intel-mlb-player .player-handedness-card{padding:.85rem;border:1px solid rgba(0,239,145,.16);border-radius:8px;background:rgba(0,239,145,.018)}.intel-mlb-player .player-handedness-card-title{margin:0 0 .65rem;color:#dce1e9;font-size:.67rem}.intel-mlb-player .player-handedness-stats{gap:.35rem}.intel-mlb-player .player-handedness-stats span{color:#7f899d;font-size:.48rem}.intel-mlb-player .player-handedness-stats strong{color:#edf0f4;font-size:.78rem}.intel-mlb-player .player-handedness-meta,.intel-mlb-player .player-splits-note{color:#7f899c;font-size:.58rem}
.intel-mlb-player .player-gamelog-table-wrap{border:1px solid rgba(101,115,174,.13);border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.intel-mlb-player .player-splits-table,.intel-mlb-player .player-gamelog-table{color:#a9b1c0;font-size:.65rem}.intel-mlb-player .player-splits-table thead th,.intel-mlb-player .player-gamelog-table thead th{padding:.52rem .45rem;border-color:color-mix(in srgb,var(--section-accent) 16%,transparent);color:#7e899c;background:color-mix(in srgb,var(--section-accent) 2.5%,transparent);font-size:.5rem;letter-spacing:.07em}.intel-mlb-player .player-splits-table tbody td,.intel-mlb-player .player-gamelog-table tbody td{padding:.5rem .45rem;border-color:rgba(80,94,151,.1);color:#a4adbd}.intel-mlb-player .player-splits-table tbody tr:hover>td,.intel-mlb-player .player-gamelog-table tbody tr:hover>td{background:color-mix(in srgb,var(--section-accent) 4%,transparent)}.intel-mlb-player .player-splits-table thead th[data-sort]:hover,.intel-mlb-player .player-splits-table thead th[data-sort].sorted{color:#e9ebf1}.intel-mlb-player .player-splits-table thead th[data-sort].sorted .sort-indicator{color:var(--section-accent)}.intel-mlb-player .player-splits-opp-logo-wrap{border:1px solid rgba(255,255,255,.7)}.intel-mlb-player .player-splits-opp:hover{color:var(--section-accent);text-decoration:none}
.intel-mlb-player .player-team-section-link:hover{color:var(--section-accent);text-decoration:none}.intel-mlb-player .preview-cta{margin-top:.85rem;padding:2.4rem 1.4rem;border:1px solid rgba(189,98,247,.25);border-radius:11px;background:radial-gradient(circle at 50% 0,rgba(189,98,247,.09),transparent 48%),linear-gradient(145deg,rgba(12,10,34,.98),rgba(5,9,27,.99))}.intel-mlb-player .preview-cta h2{color:#f3f5f8;font-size:1.35rem;font-weight:900;letter-spacing:-.035em}.intel-mlb-player .preview-cta p{color:#9ea8b9;font-size:.7rem}
@media(max-width:680px){.intel-mlb-player .preview-hero{min-height:455px}.intel-mlb-player .preview-logo-wrap{width:88px;height:88px}.intel-mlb-player .player-bio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intel-mlb-player .player-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intel-mlb-player .player-stat-grid--full{grid-template-columns:repeat(3,minmax(0,1fr))}.intel-mlb-player .player-splits-table,.intel-mlb-player .player-gamelog-table{min-width:620px}}@media(max-width:420px){.intel-mlb-player .player-stat-grid--full{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* MLB player profile dossier — reference-calibrated identity hero. */
.intel-mlb-player .preview-hero {
  min-height: 0;
  padding: calc(66px + 1.5rem) 1.25rem 1.35rem;
  place-items: stretch center;
  border-bottom: 0;
  background:
    linear-gradient(130deg, rgba(84, 34, 170, .23), transparent 42%),
    linear-gradient(135deg, transparent 62%, rgba(106, 65, 222, .08) 62.2%, transparent 62.6%),
    radial-gradient(circle at 12% 78%, rgba(113, 52, 219, .2), transparent 34%),
    #070b1d;
}
.intel-mlb-player .preview-hero .player-hero-shell {
  width: min(1160px, 100%);
  min-height: 336px;
  padding: 1.35rem 1.5rem 0;
  display: grid;
  grid-template-columns: minmax(220px, .82fr) minmax(340px, 1.35fr) minmax(250px, .8fr);
  grid-template-rows: auto auto auto 1fr;
  column-gap: 2rem;
  align-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  text-align: left;
  background: transparent;
  box-shadow: none;
}
.intel-mlb-player .player-hero-shell::before {
  content: attr(data-jersey);
  position: absolute;
  top: 5.1rem;
  left: 1.45rem;
  color: transparent;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -.06em;
  -webkit-text-stroke: 1px rgba(168, 100, 255, .56);
  opacity: .7;
}
.intel-mlb-player .player-hero-shell::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 34%;
  opacity: .2;
  pointer-events: none;
  background-image: radial-gradient(rgba(163, 105, 255, .55) .7px, transparent .7px);
  background-size: 8px 8px;
  -webkit-mask-image: linear-gradient(90deg,#000,transparent);
  mask-image: linear-gradient(90deg,#000,transparent);
}
.intel-mlb-player .player-hero-shell > * { position: relative; z-index: 1; }
.intel-mlb-player .player-hero-shell .preview-back-link { top: 1rem; left: 1rem; }
.intel-mlb-player .player-hero-shell .intel-preview-eyebrow {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin: 0 0 .8rem;
}
.intel-mlb-player .player-hero-shell .preview-hero-logos {
  grid-column: 1;
  grid-row: 1 / 5;
  align-self: end;
  width: 100%;
  height: 300px;
  margin: 0;
}
.intel-mlb-player .player-hero-shell .preview-hero-team,
.intel-mlb-player .player-hero-shell .preview-logo-wrap {
  width: 100%;
  height: 100%;
}
.intel-mlb-player .player-hero-shell .preview-logo-wrap {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.intel-mlb-player .player-hero-shell .preview-logo--headshot {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.34));
}
.intel-mlb-player .player-hero-shell h1 {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  font-size: clamp(2.35rem, 4.5vw, 3.65rem);
  line-height: .96;
}
.intel-mlb-player .player-hero-shell .preview-hero-sub {
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  margin: .85rem 0 1.1rem;
  font-size: .78rem;
}
.intel-mlb-player .player-hero-facts {
  grid-column: 2;
  grid-row: 4;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .6rem;
  padding: 1.1rem 0 1.35rem;
  border-top: 1px solid rgba(107, 123, 184, .18);
}
.intel-mlb-player .player-hero-facts span,
.intel-mlb-player .player-hero-overview span {
  display: block;
  margin-bottom: .35rem;
  color: #77829d;
  font-size: .46rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.intel-mlb-player .player-hero-facts strong {
  display: block;
  color: #e2e6f2;
  font-size: .61rem;
  line-height: 1.38;
}
.intel-mlb-player .player-hero-overview {
  grid-column: 3;
  grid-row: 1 / 5;
  align-self: center;
  padding: 1.25rem;
  border: 1px solid rgba(104, 119, 180, .2);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(16, 22, 48, .96), rgba(7, 12, 30, .96));
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
}
.intel-mlb-player .player-hero-overview > p {
  margin: 0 0 1rem;
  color: #79849e;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.intel-mlb-player .player-hero-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem .6rem;
}
.intel-mlb-player .player-hero-overview strong {
  color: #eff1f8;
  font-size: 1rem;
  font-weight: 900;
}
.intel-mlb-player .player-hero-overview strong.stat-good { color: #00ef91; }
.intel-mlb-player .player-hero-overview strong.stat-bad { color: #ff6575; }
.intel-mlb-player .player-hero-overview > a {
  display: block;
  margin-top: 1.25rem;
  padding: .65rem;
  border: 1px solid rgba(154, 92, 246, .5);
  border-radius: 6px;
  color: #b276ff;
  font-size: .64rem;
  font-weight: 800;
  text-align: center;
}
.intel-mlb-player .player-hero-overview > a:hover { color: #fff; background: rgba(154,92,246,.12); text-decoration: none; }
.intel-mlb-player .preview-body { width: min(1160px, calc(100% - 2.5rem)); padding-top: 0; }
.intel-mlb-player .share-bar {
  min-height: 70px;
  margin: 1.2rem 0 .75rem;
  padding: .85rem 1.25rem;
  border: 1px solid rgba(75,89,148,.21);
  border-radius: 10px;
  background: rgba(6,11,30,.78);
}
.intel-mlb-player .share-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.intel-mlb-player .share-links {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.intel-mlb-player .share-label { margin: 0; line-height: 1; }
.intel-mlb-player .preview-section { margin-bottom: 1.2rem; padding: 1.35rem 1.5rem; border-radius: 10px; }
.intel-mlb-player .player-bio-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.intel-mlb-player .player-bio-cell { min-height: 74px; display: flex; flex-direction: column; justify-content: center; }
.intel-mlb-player .player-stat-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }

@media(max-width: 960px) {
  .intel-mlb-player .preview-hero .player-hero-shell {
    grid-template-columns: 210px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
  }
  .intel-mlb-player .player-hero-overview { grid-column: 2; grid-row: 5; width: 100%; margin-bottom: 1.35rem; }
  .intel-mlb-player .player-hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intel-mlb-player .player-hero-shell .preview-hero-logos { grid-row: 1 / 6; }
  .intel-mlb-player .player-bio-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media(max-width: 680px) {
  .intel-mlb-player .preview-hero { min-height: 0; padding: calc(64px + .75rem) .6rem .75rem; }
  .intel-mlb-player .preview-hero .player-hero-shell { display: flex; flex-direction: column; min-height: 0; padding: 4rem 1rem 1rem; text-align: center; }
  .intel-mlb-player .player-hero-shell .preview-back-link { left: 50%; top: 1rem; }
  .intel-mlb-player .player-hero-shell::before { top: 4rem; left: 1rem; }
  .intel-mlb-player .player-hero-shell .preview-hero-logos { order: 1; width: 190px; height: 190px; margin: 0 auto; }
  .intel-mlb-player .player-hero-shell .intel-preview-eyebrow { order: 2; align-self: center; margin: .75rem auto; }
  .intel-mlb-player .player-hero-shell h1 { order: 3; align-self: center; font-size: 2.15rem; }
  .intel-mlb-player .player-hero-shell .preview-hero-sub { order: 4; align-self: center; margin: .75rem auto 1rem; }
  .intel-mlb-player .player-hero-facts { order: 5; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); text-align: left; }
  .intel-mlb-player .player-hero-overview { order: 6; width: 100%; margin: 0; text-align: left; }
  .intel-mlb-player .preview-body { width: calc(100% - 1.2rem); }
  .intel-mlb-player .share-left { width: auto; flex-wrap: wrap; }
  .intel-mlb-player .player-bio-grid,
  .intel-mlb-player .player-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* MLB player season evidence — reference-calibrated stat and split panels. */
.intel-mlb-player .preview-section--stats,
.intel-mlb-player .preview-section--handedness {
  padding: 1rem 1.1rem 1.15rem;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.018);
}
.intel-mlb-player .preview-section--stats {
  border-color: rgba(105, 86, 220, .28);
  background:
    radial-gradient(circle at 98% 0, rgba(91, 52, 205, .08), transparent 34%),
    linear-gradient(145deg, rgba(7, 12, 32, .98), rgba(3, 9, 25, .98));
}
.intel-mlb-player .preview-section--stats .preview-section-title,
.intel-mlb-player .preview-section--handedness .preview-section-title {
  margin-bottom: .8rem;
  padding-bottom: .8rem;
  font-size: .82rem;
  letter-spacing: .015em;
}
.intel-mlb-player .preview-section--stats .preview-section-title > span,
.intel-mlb-player .preview-section--handedness .preview-section-title > span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(112, 69, 224, .16);
  box-shadow: inset 0 0 16px rgba(112,69,224,.08);
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .55rem;
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) .player-stat-cell {
  position: relative;
  min-height: 92px;
  padding: 1rem .65rem 1.15rem;
  overflow: hidden;
  border-color: rgba(102, 93, 208, .24);
  border-radius: 8px;
  background: linear-gradient(155deg, rgba(18, 19, 58, .88), rgba(6, 12, 31, .96));
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) .player-stat-cell:nth-child(2) {
  border-color: rgba(0, 221, 166, .3);
  background: linear-gradient(155deg, rgba(0, 62, 62, .25), rgba(5, 15, 31, .96));
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) .player-stat-cell::before {
  content: "";
  position: absolute;
  inset: auto -8% 0;
  height: 34px;
  opacity: .46;
  background: linear-gradient(170deg, transparent 46%, rgba(111,69,230,.8) 47%, transparent 49%) 0 0/52px 100%;
  -webkit-mask-image: linear-gradient(to top,#000,transparent);
  mask-image: linear-gradient(to top,#000,transparent);
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) .player-stat-cell::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: .45rem;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #854dff;
  box-shadow: 0 0 10px rgba(133,77,255,.72);
  transform: translateX(-50%);
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) .player-stat-cell:nth-child(2)::after {
  background: #00e4aa;
  box-shadow: 0 0 10px rgba(0,228,170,.72);
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) .player-stat-cell span {
  position: relative;
  z-index: 1;
  margin-bottom: .42rem;
  color: #a3acc2;
  font-size: .58rem;
}
.intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) .player-stat-cell strong {
  position: relative;
  z-index: 1;
  font-size: 1.45rem;
  line-height: 1;
}
.intel-mlb-player .preview-section--stats .player-stat-subheading {
  margin: 1.05rem 0 .55rem;
  color: #aeb6c9;
  font-size: .62rem;
  font-weight: 850;
}
.intel-mlb-player .preview-section--stats .player-stat-grid--full {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .5rem;
}
.intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell {
  position: relative;
  min-height: 66px;
  padding: .7rem .65rem .65rem 3.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border-color: rgba(96, 112, 178, .2);
  background: linear-gradient(145deg, rgba(10, 17, 42, .9), rgba(5, 11, 29, .92));
}
.intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell::before {
  content: "◇";
  position: absolute;
  left: 1rem;
  top: 50%;
  color: #7f7af0;
  font-size: 1.35rem;
  line-height: 1;
  transform: translateY(-50%) rotate(45deg);
  text-shadow: 0 0 12px rgba(127,122,240,.25);
}
.intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell:nth-child(2n)::before { content: "⌁"; transform: translateY(-50%) rotate(-30deg); }
.intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell:nth-child(3n)::before { content: "✦"; transform: translateY(-50%); }
.intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell:nth-child(5n)::before { content: "◎"; transform: translateY(-50%); }
.intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell span { margin: 0 0 .18rem; font-size: .53rem; }
.intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell strong { font-size: 1rem; }

.intel-mlb-player .preview-section--handedness {
  border-color: rgba(0, 223, 150, .42);
  background:
    radial-gradient(circle at 8% 50%, rgba(0, 192, 144, .11), transparent 29%),
    radial-gradient(circle at 92% 50%, rgba(0, 192, 144, .1), transparent 29%),
    linear-gradient(145deg, rgba(2, 25, 32, .98), rgba(3, 15, 27, .98));
}
.intel-mlb-player .preview-section--handedness .preview-section-title {
  color: #23e7af;
  border-bottom-color: rgba(0, 215, 158, .16);
}
.intel-mlb-player .preview-section--handedness .preview-section-title > span { background: rgba(0, 211, 158, .12); }
.intel-mlb-player .preview-section--handedness .player-handedness-grid { gap: .8rem; }
.intel-mlb-player .preview-section--handedness .player-handedness-card {
  position: relative;
  min-height: 132px;
  padding: 1rem 6.1rem 1rem 7.1rem;
  overflow: hidden;
  border-color: rgba(0, 219, 160, .36);
  border-radius: 9px;
  background: linear-gradient(130deg, rgba(0, 71, 65, .26), rgba(3, 18, 31, .88) 58%);
}
.intel-mlb-player .preview-section--handedness .player-handedness-card::before {
  content: "⚾";
  position: absolute;
  left: 1.4rem;
  bottom: -.8rem;
  color: rgba(42, 175, 144, .22);
  font-size: 5rem;
  filter: saturate(.7);
  transform: rotate(-22deg);
}
.intel-mlb-player .preview-section--handedness .player-handedness-card:nth-child(2)::before { left: auto; right: 1.4rem; transform: rotate(22deg); }
.intel-mlb-player .preview-section--handedness .player-handedness-card-title {
  position: relative;
  z-index: 1;
  margin-bottom: .8rem;
  color: #e6eaf1;
  font-size: .66rem;
  text-transform: uppercase;
}
.intel-mlb-player .preview-section--handedness .player-handedness-stats {
  position: relative;
  z-index: 1;
  gap: 0;
  margin-bottom: .65rem;
}
.intel-mlb-player .preview-section--handedness .player-handedness-stats > div {
  padding: 0 .75rem;
  border-right: 1px solid rgba(0, 212, 158, .16);
  text-align: center;
}
.intel-mlb-player .preview-section--handedness .player-handedness-stats > div:first-child { padding-left: 0; }
.intel-mlb-player .preview-section--handedness .player-handedness-stats > div:last-child { border-right: 0; }
.intel-mlb-player .preview-section--handedness .player-handedness-stats span { color: #16ce9a; font-size: .54rem; }
.intel-mlb-player .preview-section--handedness .player-handedness-stats strong { color: #f1f4f7; font-size: 1rem; }
.intel-mlb-player .preview-section--handedness .player-handedness-meta { position: relative; z-index: 1; color: #7f9c9b; font-size: .56rem; }
.intel-mlb-player .preview-section--handedness .player-splits-note {
  margin: .75rem 0 0;
  padding-top: .7rem;
  border-top: 1px solid rgba(0, 211, 158, .15);
  color: #829c9e;
  font-size: .56rem;
}
.intel-mlb-player .preview-section--handedness .player-splits-note::before { content: "ⓘ"; margin-right: .45rem; color: #18cfa1; }

@media(max-width: 900px) {
  .intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full) { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .intel-mlb-player .preview-section--stats .player-stat-grid--full { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .intel-mlb-player .preview-section--handedness .player-handedness-card { padding: 1rem; }
  .intel-mlb-player .preview-section--handedness .player-handedness-card::before { opacity: .35; }
}
@media(max-width: 560px) {
  .intel-mlb-player .preview-section--stats .player-stat-grid:not(.player-stat-grid--full),
  .intel-mlb-player .preview-section--stats .player-stat-grid--full { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intel-mlb-player .preview-section--stats .player-stat-grid--full .player-stat-cell { padding-left: 2.7rem; }
  .intel-mlb-player .preview-section--handedness .player-handedness-grid { grid-template-columns: 1fr; }
  .intel-mlb-player .preview-section--handedness .player-handedness-stats > div { padding: 0 .4rem; }
}

/* =============================================================================
   Public support and policy intelligence
   ============================================================================= */

.intel-page-eyebrow,
.intel-contact .contact-page-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9b72ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.intel-page-eyebrow::before,
.intel-contact .contact-page-badge::before {
  content: "";
  width: 3px;
  height: 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #b48cff, #6945e8);
  box-shadow: 0 0 14px rgba(155, 114, 255, 0.75);
}

.intel-legal,
.intel-contact,
.intel-faq-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(105, 69, 232, 0.14), transparent 30rem),
    radial-gradient(circle at 88% 34%, rgba(24, 197, 153, 0.07), transparent 28rem),
    #050817;
}

.intel-legal::before,
.intel-contact::before,
.intel-faq-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(126, 102, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 102, 255, 0.09) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 36rem);
  mask-image: linear-gradient(to bottom, #000, transparent 36rem);
}

/* Policy pages */
.legal-content.intel-legal {
  min-height: 100vh;
  padding: calc(72px + 4.75rem) 0 6rem;
  background-color: #050817;
}

.intel-legal .legal-header {
  max-width: 780px;
  margin: 0 auto 3rem;
  padding: 0 0 2.25rem;
  border-bottom: 1px solid rgba(142, 121, 255, 0.24);
  text-align: left;
}

.intel-legal .legal-header h1 {
  margin: 0 0 0.85rem;
  color: #f7f8ff;
  background: none;
  font-size: clamp(2.45rem, 6vw, 4.35rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.98;
  -webkit-text-fill-color: currentColor;
}

.intel-legal .legal-date {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #8993b3;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intel-legal .legal-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 2.5rem 3rem;
  counter-reset: policy-section;
  border: 1px solid rgba(136, 153, 196, 0.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(17, 23, 51, 0.94), rgba(7, 12, 31, 0.94));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.intel-legal .legal-section {
  position: relative;
  margin: 0;
  padding: 2.25rem 0 2.25rem 3rem;
  border-bottom: 1px solid rgba(136, 153, 196, 0.12);
  counter-increment: policy-section;
}

.intel-legal .legal-section:first-child { padding-top: 0; }
.intel-legal .legal-section:last-child { padding-bottom: 0; border-bottom: 0; }
.intel-legal .legal-section::before {
  content: counter(policy-section, decimal-leading-zero);
  position: absolute;
  top: 2.5rem;
  left: 0;
  color: #7454e8;
  font: 800 0.68rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.06em;
}
.intel-legal .legal-section:first-child::before { top: 0.3rem; }
.intel-legal .legal-section h2 {
  margin: 0 0 1rem;
  padding: 0;
  color: #edf0ff;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  letter-spacing: -0.02em;
}
.intel-legal .legal-section h3 { color: #cdd4f5; font-size: 1rem; }
.intel-legal .legal-section p,
.intel-legal .legal-section li { color: #9da8ca; font-size: 0.95rem; line-height: 1.82; }
.intel-legal .legal-section a { color: #a98cff; }
.intel-legal .contact-info {
  border: 1px solid rgba(34, 211, 165, 0.2);
  border-left: 3px solid #22d3a5;
  background: rgba(17, 43, 48, 0.48);
}

/* Contact */
.intel-contact .contact-page-header,
.intel-faq-page .faq-page-header {
  padding: calc(72px + 4.75rem) 1rem 3.25rem;
  border-bottom: 1px solid rgba(136, 153, 196, 0.1);
  background: linear-gradient(180deg, rgba(10, 14, 37, 0.2), rgba(9, 13, 34, 0.74));
}
.intel-contact .contact-page-header h1,
.intel-faq-page .faq-page-header h1 {
  margin: 0 0 1rem;
  color: #f7f8ff;
  font-size: clamp(2.55rem, 6vw, 4.4rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.intel-contact .contact-gradient-text {
  background: linear-gradient(120deg, #9b72ff, #6e5cff);
  -webkit-background-clip: text;
  background-clip: text;
}
.intel-contact .contact-page-header p,
.intel-faq-page .faq-page-header p { color: #9da8ca; font-size: 1rem; }
.intel-contact .contact-page-body { padding: 3.5rem 1rem 6rem; }
.intel-contact .contact-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 1.25rem; max-width: 980px; }
.intel-contact .contact-info-card,
.intel-contact .contact-faq-nudge,
.intel-contact .contact-form-card {
  border-color: rgba(136, 153, 196, 0.16);
  background: linear-gradient(145deg, rgba(17, 23, 51, 0.94), rgba(7, 12, 31, 0.94));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}
.intel-contact .contact-info-card { padding: 1.1rem; border-radius: 12px; }
.intel-contact .contact-info-icon { background: rgba(122, 84, 232, 0.14); color: #a98cff; }
.intel-contact .contact-info-label,
.intel-contact .contact-label { color: #7f8aaa; }
.intel-contact .contact-info-value { color: #d8def4; }
.intel-contact .contact-faq-nudge { border-color: rgba(155, 114, 255, 0.22); }
.intel-contact .contact-form-card { padding: clamp(1.4rem, 4vw, 2.5rem); border-radius: 18px; }
.intel-contact .contact-form-header h2 { color: #f3f5ff; font-size: 1.35rem; }
.intel-contact .contact-input {
  min-height: 46px;
  border-color: rgba(136, 153, 196, 0.2);
  background: rgba(4, 8, 24, 0.75);
}
.intel-contact .contact-input:focus { border-color: #8e68f5; box-shadow: 0 0 0 3px rgba(142, 104, 245, 0.14); }
.intel-contact .contact-submit-btn {
  min-height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7952e8, #5d48d8);
  box-shadow: 0 12px 28px rgba(93, 72, 216, 0.24);
}

/* FAQ */
.intel-faq-page .faq-page-header { text-align: left; }
.intel-faq-page .faq-page-header .container { max-width: 860px; }
.intel-faq-page .faq-page-header p { max-width: 620px; margin: 0; line-height: 1.7; }
.intel-faq-page .faq-page-body { max-width: 860px; padding: 3.5rem 1rem 6rem; }
.intel-faq-page .faq-category-section {
  --faq-signal: #8c68f6;
  margin-bottom: 1.1rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid rgba(136, 153, 196, 0.14);
  border-left: 3px solid var(--faq-signal);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(17, 23, 51, 0.92), rgba(7, 12, 31, 0.92));
}
.intel-faq-page .faq-category-section:nth-child(2n) { --faq-signal: #22cfa0; }
.intel-faq-page .faq-category-section:nth-child(3n) { --faq-signal: #4e9cf5; }
.intel-faq-page .faq-category-title {
  color: var(--faq-signal);
  border-bottom-color: color-mix(in srgb, var(--faq-signal) 28%, transparent);
}
.intel-faq-page .faq-accordion-item { border-bottom-color: rgba(136, 153, 196, 0.12); }
.intel-faq-page .faq-accordion-btn { color: #e7eafa; padding: 1.15rem 0; }
.intel-faq-page .faq-accordion-btn:hover,
.intel-faq-page .faq-accordion-btn:focus-visible { color: #bca8ff; }
.intel-faq-page .faq-accordion-btn::after { color: var(--faq-signal); }
.intel-faq-page .faq-accordion-body p,
.intel-faq-page .faq-accordion-body li { color: #9da8ca !important; }
.intel-faq-page .faq-accordion-body a { color: #aa90ff !important; }
.intel-faq-page .faq-cta-band {
  margin-top: 2rem;
  border-color: rgba(155, 114, 255, 0.22);
  background: radial-gradient(circle at 50% 0, rgba(126, 84, 232, 0.16), transparent 70%), rgba(10, 14, 36, 0.9);
}

@media (max-width: 700px) {
  .legal-content.intel-legal { padding-top: calc(64px + 3rem); }
  .intel-legal .legal-header { margin-bottom: 1.5rem; }
  .intel-legal .legal-header h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .intel-legal .legal-body { padding: 1rem 1.25rem; border-radius: 14px; }
  .intel-legal .legal-section { padding: 1.75rem 0; }
  .intel-legal .legal-section::before { display: none; }
  .intel-contact .contact-page-header,
  .intel-faq-page .faq-page-header { padding-top: calc(64px + 3rem); }
  .intel-contact .contact-layout { grid-template-columns: 1fr; }
  .intel-faq-page .faq-category-section { padding: 1.2rem 1.1rem; }
  .intel-faq-page .faq-accordion-btn { align-items: flex-start; font-size: 0.95rem; }
}
