:root {
  --navy: #061a44;
  --navy-2: #0a2d62;
  --blue: #0789c8;
  --ice: #dff4fc;
  --teal: #63bfd7;
  --ink: #13213a;
  --muted: #66748a;
  --line: #d9e5ec;
  --paper: #f6f9fb;
  --white: #fff;
  --shadow: 0 20px 55px rgba(6, 26, 68, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
[v-cloak] { display: none; }
a { color: inherit; }

.crystal-nav { height: 76px; padding: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,44,88,.1); backdrop-filter: blur(14px); position: relative; z-index: 50; }
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-family: "Oswald", sans-serif; font-weight: 600; font-size: 1.05rem; letter-spacing: .08em; }
.brand-lockup:hover { color: var(--navy); }
.brand-lockup b { color: var(--blue); font-weight: 600; }
.brand-gem { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: white; background: linear-gradient(145deg, var(--navy), var(--blue)); box-shadow: 0 6px 16px rgba(7,137,200,.25); }
.navbar-nav .nav-link { color: #49566c; font-weight: 600; font-size: .88rem; padding: .7rem 1rem !important; }
.navbar-nav .nav-link:hover { color: var(--blue); }
.nav-soon { opacity: .62; cursor: default; }
.nav-soon small { margin-left: 5px; padding: 2px 5px; border-radius: 4px; color: var(--blue); background: #e5f6fd; font-size: .55rem; letter-spacing: .08em; }

.hero { min-height: calc(100vh - 76px); display: flex; align-items: center; position: relative; overflow: hidden; padding: 78px 0 86px; background: radial-gradient(circle at 72% 42%, #eaf8fd 0, rgba(234,248,253,0) 35%), linear-gradient(120deg,#fff 20%,#f5fbfd 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: linear-gradient(90deg, var(--navy) 0 28%, var(--blue) 28% 65%, #8ed4e8 65% 100%); }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(46,159,202,.13); }
.hero-orb::before, .hero-orb::after { content: ""; position: absolute; border: inherit; border-radius: inherit; inset: 14%; }
.hero-orb::after { inset: 28%; }
.hero-orb-one { width: 620px; height: 620px; right: -180px; top: -160px; }
.hero-orb-two { width: 340px; height: 340px; left: -220px; bottom: -140px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow span { display: inline-block; width: 32px; height: 2px; background: var(--teal); }
.hero h1, .research-header h1 { margin: 0; color: var(--navy); font-family: "Oswald", sans-serif; font-size: clamp(3.65rem, 6vw, 6.4rem); font-weight: 600; line-height: .96; letter-spacing: -.03em; text-transform: uppercase; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 620px; margin: 28px 0 30px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }

.search-shell { position: relative; max-width: 620px; }
.search-shell > label { display: block; margin: 0 0 8px 5px; color: var(--navy); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.search-control { height: 70px; display: flex; align-items: center; gap: 14px; padding: 0 20px; background: white; border: 1px solid #cfe0e9; border-radius: 14px; box-shadow: 0 14px 36px rgba(6, 26, 68, .11); transition: .2s ease; }
.search-control:focus-within { border-color: var(--blue); box-shadow: 0 15px 38px rgba(7,137,200,.17), 0 0 0 4px rgba(7,137,200,.08); }
.search-control > i { color: var(--blue); font-size: 1.08rem; }
.search-control input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 1.02rem; font-weight: 600; }
.search-control input::placeholder { color: #9aa7b7; font-weight: 400; }
.clear-search { width: 32px; height: 32px; border: 0; border-radius: 50%; color: #7b8797; background: #edf3f6; }
.search-results { position: absolute; z-index: 30; top: calc(100% - 16px); left: 0; right: 0; overflow: hidden; padding: 8px; background: white; border: 1px solid #d4e2e9; border-radius: 12px; box-shadow: var(--shadow); }
.search-result { display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 9px; color: var(--ink); background: white; text-align: left; text-decoration: none; cursor: pointer; }
.search-result:hover { color: var(--navy); background: #f0f8fb; }
.result-avatar { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: #e3f3f9; }
.search-result strong, .search-result small { display: block; }
.search-result strong { color: var(--navy); font-size: .92rem; }
.search-result small { color: var(--muted); font-size: .72rem; }
.search-result > i { color: var(--blue); font-size: .75rem; }
.search-empty { padding: 20px; color: var(--muted); text-align: center; font-size: .86rem; }
.search-hint { margin: 10px 5px 0; color: #7b8796; font-size: .72rem; }
.search-hint i { color: var(--blue); margin-right: 5px; }

.hero-mark-wrap { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-mark-wrap::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 0 30px 80px rgba(20,81,121,.10); }
.hero-logo { position: relative; z-index: 2; width: min(100%, 670px); mix-blend-mode: multiply; filter: drop-shadow(0 18px 22px rgba(0,31,80,.05)); }
.data-chip { position: absolute; z-index: 3; width: 116px; padding: 14px 16px; border: 1px solid rgba(110,184,214,.35); border-radius: 12px; background: rgba(255,255,255,.87); box-shadow: 0 15px 32px rgba(6,26,68,.11); backdrop-filter: blur(10px); }
.data-chip b, .data-chip span { display: block; }
.data-chip b { color: var(--navy); font-family: "Oswald", sans-serif; font-size: 1.55rem; }
.data-chip span { color: var(--blue); font-size: .6rem; font-weight: 700; letter-spacing: .12em; }
.chip-one { left: 2%; top: 25%; }
.chip-two { right: 2%; bottom: 24%; }

.product-strip { padding: 100px 0 110px; background: var(--paper); }
.section-heading h2 { color: var(--navy); font-family: "Oswald", sans-serif; font-size: clamp(2.3rem, 4vw, 3.8rem); text-transform: uppercase; }
.feature-card { height: 100%; position: relative; overflow: hidden; padding: 34px; border: 1px solid #dbe6eb; border-radius: 18px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-card.featured { color: white; background: linear-gradient(145deg, var(--navy), #0c3976); border-color: transparent; }
.feature-card.featured::after { content: ""; position: absolute; width: 190px; height: 190px; right: -70px; bottom: -90px; border: 25px solid rgba(66,184,223,.14); border-radius: 50%; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 14px; color: var(--blue); background: #e5f5fb; font-size: 1.15rem; }
.featured .feature-icon { color: #8bd5ec; background: rgba(255,255,255,.09); }
.feature-number { position: absolute; top: 35px; right: 34px; color: #b5c1cb; font-family: "Oswald", sans-serif; font-size: .85rem; letter-spacing: .1em; }
.feature-card h3 { margin-bottom: 14px; color: var(--navy); font-family: "Oswald", sans-serif; font-size: 1.6rem; text-transform: uppercase; }
.feature-card.featured h3 { color: white; }
.feature-card p { min-height: 76px; color: #748094; line-height: 1.65; }
.feature-card.featured p { color: #b9cce1; }
.feature-card a { position: relative; z-index: 2; color: var(--blue); font-size: .83rem; font-weight: 700; text-decoration: none; }
.feature-card.featured a { color: #80d0e8; }
.feature-card a i { margin-left: 8px; }
.coming-label { display: inline-block; color: #8a97a7; font-size: .66rem; font-weight: 700; letter-spacing: .14em; }

.research-header { padding: 52px 0 38px; color: white; background: linear-gradient(130deg, #061a44 20%, #0a3470 75%, #075d91); position: relative; overflow: visible; }
.research-header::after { content: ""; position: absolute; right: 5%; top: -100px; width: 360px; height: 360px; border: 50px solid rgba(99,191,215,.07); border-radius: 50%; }
.research-header .eyebrow { margin-bottom: 10px; color: #84d5eb; }
.research-header h1 { color: white; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.research-header p { max-width: 650px; margin: 12px 0 0; color: #b9cbe0; }
.research-search { width: 450px; flex: 0 0 450px; z-index: 10; }
.research-search > label { color: #a9cee0; }
.research-search .search-control { height: 59px; }

.profile-area { min-height: 650px; padding: 42px 0 90px; }
.loading-panel, .error-panel, .empty-state { min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px 20px; text-align: center; }
.crystal-loader { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 22px; color: white; background: linear-gradient(145deg,var(--navy),var(--blue)); font-size: 1.55rem; animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(.92); opacity: .68; } }
.loading-panel h2, .error-panel h2, .empty-state h2 { color: var(--navy); font-family: "Oswald",sans-serif; font-size: 2rem; text-transform: uppercase; }
.loading-panel p, .error-panel p, .empty-state p { color: var(--muted); }
.error-panel > i { color: #d65b65; font-size: 2.5rem; margin-bottom: 18px; }
.crystal-btn { padding: 12px 19px; border-radius: 9px; color: white; background: var(--blue); font-weight: 700; }
.crystal-btn:hover { color: white; background: var(--navy); }
.empty-mark { position: relative; width: 105px; height: 105px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: #82bed5; background: #e2f2f7; font-size: 2.9rem; }
.empty-mark .fa-magnifying-glass { position: absolute; right: -3px; bottom: 2px; width: 38px; height: 38px; display: grid; place-items: center; border: 4px solid var(--paper); border-radius: 50%; color: white; background: var(--navy); font-size: .85rem; }

.player-identity { display: flex; align-items: center; gap: 22px; margin-bottom: 28px; }
.headshot-wrap { width: 98px; height: 98px; display: grid; place-items: end center; overflow: hidden; flex: 0 0 auto; border: 4px solid white; border-radius: 24px; color: #8ab4c8; background: linear-gradient(145deg,#dff2f8,#b9dce9); box-shadow: 0 10px 25px rgba(6,26,68,.12); font-size: 2rem; }
.headshot-wrap img { max-width: 100%; max-height: 105%; transform: translateY(-15px); }
.player-heading { flex: 1; }
.player-kicker { display: flex; align-items: center; gap: 8px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.player-kicker i { width: 3px; height: 3px; border-radius: 50%; background: #93a5b5; }
.player-heading h2 { margin: 3px 0 6px; color: var(--navy); font-family: "Oswald",sans-serif; font-size: clamp(2.1rem,4vw,3.5rem); text-transform: uppercase; }
.player-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #768396; font-size: .78rem; }
.player-meta i { margin-right: 5px; color: var(--blue); }
.player-meta b { color: #526074; }
.season-badge { padding: 13px 18px; border-left: 3px solid var(--blue); }
.season-badge span, .season-badge b { display: block; }
.season-badge span { color: #8b98a7; font-size: .6rem; font-weight: 700; letter-spacing: .15em; }
.season-badge b { color: var(--navy); font-family: "Oswald",sans-serif; font-size: 2rem; }

.data-card { padding: 30px; border: 1px solid #dbe6eb; border-radius: 18px; background: white; box-shadow: 0 12px 34px rgba(6,26,68,.06); }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.card-label { display: block; margin-bottom: 4px; color: var(--blue); font-size: .63rem; font-weight: 700; letter-spacing: .16em; }
.card-heading h3, .insight-card h3 { margin: 0; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 1.75rem; text-transform: uppercase; }
.total-pitches { text-align: right; }
.total-pitches b, .total-pitches span { display: block; }
.total-pitches b { color: var(--navy); font-family: "Oswald",sans-serif; font-size: 1.5rem; }
.total-pitches span { color: #8a98a7; font-size: .55rem; font-weight: 700; letter-spacing: .09em; }
.usage-head { display: grid; grid-template-columns: 1fr 1.25fr 1fr; padding: 9px 0; border-top: 1px solid var(--line); border-bottom: 2px solid #bdd6df; color: var(--navy); font-family: "Oswald",sans-serif; font-weight: 600; text-align: center; text-transform: uppercase; }
.usage-row { display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; min-height: 58px; border-bottom: 1px solid #edf2f4; }
.usage-side { display: flex; align-items: center; gap: 9px; min-width: 0; }
.usage-value { width: 42px; flex: 0 0 auto; color: #708092; font-family: "Oswald",sans-serif; font-size: 1.05rem; }
.usage-left .usage-value { text-align: right; }
.usage-track { height: 15px; flex: 1; overflow: hidden; border-radius: 20px; background: #edf2f4; }
.usage-track span { display: block; min-width: 3px; height: 100%; border-radius: inherit; box-shadow: inset 0 -2px rgba(0,0,0,.12); }
.usage-left .usage-track { direction: rtl; }
.usage-pitch { height: 100%; display: grid; grid-template-columns: 37px 1fr auto; align-items: center; gap: 8px; padding: 0 11px; border-left: 2px solid #c8dce3; border-right: 2px solid #c8dce3; }
.pitch-bubble { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid rgba(0,0,0,.12); border-radius: 50%; color: #08122b; font-family: "Oswald",sans-serif; font-size: .85rem; }
.pitch-name { color: var(--navy); font-size: .8rem; font-weight: 700; }
.usage-pitch b { color: var(--navy); font-family: "Oswald",sans-serif; font-size: 1rem; }
.usage-foot { display: flex; justify-content: space-between; padding-top: 12px; color: #8592a1; font-size: .67rem; }
.usage-foot b { color: #5c697b; }
.no-pitches { padding: 50px 10px; color: var(--muted); text-align: center; }

.insight-card { background: linear-gradient(150deg,#fff,#f4fbfd); }
.insight-hero { display: flex; align-items: center; gap: 12px; margin: 25px 0; padding: 18px; border-radius: 13px; background: white; box-shadow: 0 8px 24px rgba(6,26,68,.08); }
.pitch-code { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid rgba(0,0,0,.12); border-radius: 50%; color: var(--navy); font-family: "Oswald",sans-serif; font-size: 1.15rem; }
.insight-hero div:nth-child(2) { flex: 1; }
.insight-hero span, .insight-hero b { display: block; }
.insight-hero span { color: #8c99a8; font-size: .55rem; font-weight: 700; letter-spacing: .1em; }
.insight-hero b { color: var(--navy); }
.insight-hero > strong { color: var(--navy); font-family: "Oswald",sans-serif; font-size: 1.5rem; }
.insight-card > p { min-height: 54px; color: #687589; line-height: 1.65; font-size: .85rem; }
.velo-list { margin-top: 20px; border-top: 1px solid var(--line); }
.velo-list > div { display: flex; justify-content: space-between; padding: 12px 2px; border-bottom: 1px solid #e7eef1; font-size: .78rem; }
.velo-list span { display: flex; align-items: center; gap: 9px; }
.velo-list i { width: 9px; height: 9px; border-radius: 50%; }
.velo-list strong { color: var(--navy); }

.stats-card { padding-bottom: 22px; }
.updated { color: #84909e; font-size: .67rem; }
.updated i { margin-right: 4px; color: var(--blue); }
.crystal-table { margin: 0 !important; }
.crystal-table thead th { padding: 11px 13px !important; color: #718093; background: #eff5f7; border: 0 !important; font-size: .68rem; font-weight: 700; text-align: center !important; }
.crystal-table tbody td { padding: 15px 13px !important; color: var(--navy); border-color: #e8eef1 !important; font-family: "Oswald",sans-serif; font-size: 1.15rem; font-weight: 600; text-align: center !important; }
.stats-note { margin: 13px 0 0; color: #99a4af; font-size: .63rem; }
.dt-layout-row { margin: 0 !important; }

.site-footer { padding: 28px 0; color: #9dafc1; background: #041536; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 991.98px) {
  .crystal-nav { height: auto; min-height: 70px; padding: 12px 0; }
  .navbar-collapse { margin-top: 12px; padding: 12px; border-radius: 10px; background: white; box-shadow: var(--shadow); }
  .hero { padding: 70px 0; }
  .hero-mark-wrap { min-height: 420px; }
  .research-search { width: 100%; max-width: none; margin-top: 26px; }
  .research-header::after { display: none; }
}

@media (max-width: 767.98px) {
  .hero { min-height: auto; padding: 62px 0 70px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .hero-copy { font-size: .96rem; }
  .search-control { height: 61px; }
  .hero-mark-wrap { min-height: 330px; }
  .hero-mark-wrap::before { width: 310px; height: 310px; }
  .data-chip { width: 95px; padding: 9px 11px; }
  .data-chip b { font-size: 1.2rem; }
  .product-strip { padding: 70px 0; }
  .feature-card p { min-height: 0; }
  .player-identity { align-items: flex-start; flex-wrap: wrap; }
  .headshot-wrap { width: 75px; height: 75px; border-radius: 18px; }
  .player-heading { width: calc(100% - 100px); }
  .season-badge { display: none; }
  .player-meta { gap: 6px; flex-direction: column; }
  .data-card { padding: 21px 16px; border-radius: 14px; }
  .usage-head, .usage-row { grid-template-columns: .8fr 1.45fr .8fr; }
  .usage-side { gap: 4px; }
  .usage-value { width: 33px; font-size: .86rem; }
  .usage-track { height: 11px; }
  .usage-pitch { grid-template-columns: 31px 1fr; gap: 5px; padding: 0 5px; }
  .pitch-bubble { width: 29px; height: 29px; font-size: .72rem; }
  .pitch-name { font-size: .66rem; }
  .usage-pitch b { grid-column: 2; font-size: .78rem; margin-top: -15px; }
  .usage-foot { gap: 12px; }
  .card-heading { margin-bottom: 18px; }
  .card-heading h3 { font-size: 1.45rem; }
  .total-pitches { display: none; }
  .updated { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
