#hp-embed {
  --bg: #0a0a0b;
  --surface: #141416;
  --surface-2: #1d1d20;
  --text: #f7f7f5;
  --muted: #a4a4a7;
  --line: #343438;
  --accent: #d9d9dc;
  --accent-ink: #09090a;
  --warm: #ececea;
  --blue: #0073b8;
}
#hp-embed * { box-sizing: border-box; }
#hp-embed { scroll-behavior: smooth; background: var(--bg); }
#hp-embed { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-geist-sans), Arial, sans-serif; }
#hp-embed button, #hp-embed input, #hp-embed select { font: inherit; }
#hp-embed button, #hp-embed a { transition: .2s ease; }
#hp-embed a { color: inherit; text-decoration: none; }
#hp-embed .site { min-height: 100vh; overflow: hidden; }
#hp-embed .shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
#hp-embed .site-header { height: 94px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
#hp-embed .brand { display: inline-flex; align-items: center; width: max-content; }
#hp-embed .brand-logo { width: 66px; height: 66px; object-fit: contain; }
#hp-embed .nav { display: flex; align-items: center; justify-content: flex-end; gap: 27px; font-size: 12px; font-weight: 680; }
#hp-embed .nav a:hover { opacity: .55; }
#hp-embed .nav a span { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 4px; border: 1px solid var(--line); border-radius: 50%; font: 700 9px var(--font-geist-mono); }
#hp-embed .member-link { min-height: 40px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid var(--accent); background: var(--accent); color: var(--accent-ink); text-transform: uppercase; font: 800 10px var(--font-geist-mono); letter-spacing: .08em; }
#hp-embed .member-link:hover { opacity: 1!important; transform: translateY(-2px); }
#hp-embed .menu-button { display: none; }
#hp-embed .year-select { min-height: 38px; padding: 0 32px 0 13px; border: 1px solid var(--line); background: var(--surface); color: var(--text); text-transform: uppercase; font: 700 10px var(--font-geist-mono); letter-spacing: .08em; }
#hp-embed .hero { min-height: 520px; display: grid; grid-template-columns: 55% 45%; align-items: center; position: relative; }
#hp-embed .hero:before { content: ""; position: absolute; width: 570px; aspect-ratio: 1; right: -80px; top: 65px; border: 1px solid var(--line); border-radius: 50%; }
#hp-embed .hero:after { content: ""; position: absolute; width: 1px; height: 100%; right: 205px; top: 0; background: var(--line); }
#hp-embed .hero-copy { position: relative; z-index: 4; padding: 40px 0; }
#hp-embed .eyebrow { margin: 0 0 23px; color: var(--muted); text-transform: uppercase; font: 700 10px/1.2 var(--font-geist-mono); letter-spacing: .14em; }
#hp-embed .eyebrow span { display: inline-block; width: 22px; height: 2px; margin-right: 12px; background: var(--accent); vertical-align: middle; }
#hp-embed h1, #hp-embed h2, #hp-embed h3, #hp-embed p { margin-top: 0; }
#hp-embed h1, #hp-embed h2 { letter-spacing: -.072em; }
#hp-embed h1 { max-width: 790px; margin: 0 0 30px; font-size: clamp(60px, 7.1vw, 108px); line-height: .87; font-weight: 780; }
#hp-embed h1 em, #hp-embed h2 em { color: var(--muted); font-style: normal; font-weight: 430; }
#hp-embed .lede { max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.65; }
#hp-embed .hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
#hp-embed .primary-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid var(--accent); background: var(--accent); color: var(--accent-ink); text-transform: uppercase; font: 800 11px var(--font-geist-mono); letter-spacing: .07em; cursor: pointer; }
#hp-embed .primary-button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px #d9d9dc22; }
#hp-embed .text-link { padding-bottom: 4px; border-bottom: 1px solid var(--muted); text-transform: uppercase; font: 700 10px var(--font-geist-mono); letter-spacing: .07em; }
#hp-embed .hero-logo-card { width: min(460px, 88%); aspect-ratio: 1; display: grid; place-items: center; justify-self: end; position: relative; z-index: 3; border: 1px solid #48484e; background: linear-gradient(145deg, #29292d, #0c0c0e 72%); box-shadow: 0 45px 90px #0008; transform: rotate(2deg); }
#hp-embed .hero-logo-card img { width: 86%; height: 86%; object-fit: contain; filter: grayscale(1); }
#hp-embed .hero-logo-card:before { content: "FINAL BOARD"; position: absolute; left: 20px; top: 18px; color: #c7c7ca; font: 700 9px var(--font-geist-mono); letter-spacing: .12em; }
#hp-embed .hero-logo-card:after { content: "2026"; position: absolute; right: 20px; bottom: 15px; color: var(--accent); font: 800 11px var(--font-geist-mono); letter-spacing: .12em; }
#hp-embed .board-section { width: min(1240px, calc(100% - 64px)); margin-inline: auto; padding: 32px 0 130px; }
#hp-embed .section-heading { display: grid; grid-template-columns: 1fr 1.35fr; align-items: end; gap: 70px; margin-bottom: 40px; }
#hp-embed .section-heading h2, #hp-embed .method h2, #hp-embed .comparison h2, #hp-embed .coming-soon h2, #hp-embed .player-drawer h2 { margin: 0; font-size: clamp(48px, 5.5vw, 78px); line-height: .94; }
#hp-embed .filter-wrap { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 9px; }
#hp-embed .filter-wrap input, #hp-embed .filter-wrap select { min-width: 0; min-height: 45px; padding: 0 13px; border: 1px solid var(--line); outline: 0; background: var(--surface); color: var(--text); font-size: 11px; }
#hp-embed .filter-wrap input:focus, #hp-embed .filter-wrap select:focus { border-color: var(--accent); }
#hp-embed .board-tools { min-height: 54px; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; border-block: 1px solid var(--line); }
#hp-embed .board-tools button { border: 0; background: transparent; color: var(--muted); padding: 9px 13px; text-transform: uppercase; font: 750 9px var(--font-geist-mono); letter-spacing: .08em; cursor: pointer; }
#hp-embed .board-tools .tool-active { background: var(--accent); color: var(--accent-ink); }
#hp-embed .board-tools span { margin-left: auto; color: var(--muted); font: 650 9px var(--font-geist-mono); letter-spacing: .06em; text-transform: uppercase; }
#hp-embed .board-layout { display: grid; grid-template-columns: minmax(0, 1fr) 335px; gap: 18px; align-items: start; }
#hp-embed .ranking-table { border: 1px solid var(--line); background: var(--surface); }
#hp-embed .table-head, #hp-embed .player-row { display: grid; grid-template-columns: 64px minmax(260px, 1.65fr) .55fr .38fr 88px; align-items: center; }
#hp-embed .table-head { min-height: 48px; padding: 0 15px; border-bottom: 1px solid var(--line); color: var(--muted); text-transform: uppercase; font: 700 9px var(--font-geist-mono); letter-spacing: .1em; }
#hp-embed .player-row { min-height: 88px; padding: 12px 15px; border-bottom: 1px solid var(--line); cursor: pointer; outline: 0; }
#hp-embed .player-row:last-child { border-bottom: 0; }
#hp-embed .player-row:hover, #hp-embed .player-row:focus-visible { background: var(--surface-2); transform: translateX(3px); }
#hp-embed .rank { font-size: 24px; font-weight: 760; letter-spacing: -.05em; color: var(--muted); }
#hp-embed .player strong { display: block; font-size: 16px; letter-spacing: -.02em; }
#hp-embed .player span { display: block; margin-top: 7px; color: var(--muted); text-transform: uppercase; font: 650 9px var(--font-geist-mono); letter-spacing: .05em; }
#hp-embed .player small { display: none; }
#hp-embed .league { color: var(--muted); font-size: 11px; }
#hp-embed .grade { font-size: 20px; font-weight: 760; }
#hp-embed .row-actions { display: flex; gap: 8px; justify-content: flex-end; }
#hp-embed .watch, #hp-embed .compare { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; }
#hp-embed .watch:hover, #hp-embed .compare:hover, #hp-embed .watch.active, #hp-embed .compare.active { border-color: var(--accent); background: var(--accent); color: var(--accent-ink); }
#hp-embed .compare:disabled { opacity: .25; cursor: not-allowed; }
#hp-embed .empty { padding: 32px; color: var(--muted); }
#hp-embed .insight { min-height: 520px; padding: 27px; display: flex; flex-direction: column; position: sticky; top: 20px; background: var(--warm); color: #151517; }
#hp-embed .insight-label { color: #666; text-transform: uppercase; font: 750 9px var(--font-geist-mono); letter-spacing: .11em; }
#hp-embed .quote { margin: 58px 0 22px; font-size: 29px; font-weight: 650; line-height: 1.05; letter-spacing: -.045em; }
#hp-embed .insight-copy { color: #69696d; font-size: 13px; line-height: 1.6; }
#hp-embed .insight dl { margin: 25px 0; }
#hp-embed .insight dl div { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid #c5c5c5; }
#hp-embed .insight dt { text-transform: uppercase; font: 700 9px var(--font-geist-mono); letter-spacing: .08em; }
#hp-embed .insight dd { margin: 0; font-weight: 800; }
#hp-embed .viewed { margin: auto 0 22px; padding-left: 12px; border-left: 2px solid #151517; }
#hp-embed .viewed span, #hp-embed .viewed strong { display: block; }
#hp-embed .viewed span { color: #777; text-transform: uppercase; font: 700 8px var(--font-geist-mono); letter-spacing: .1em; }
#hp-embed .viewed strong { margin-top: 5px; font-size: 11px; }
#hp-embed .report-link { padding: 15px; display: flex; justify-content: space-between; background: #151517; color: white; text-transform: uppercase; font: 750 9px var(--font-geist-mono); letter-spacing: .08em; }
#hp-embed .goalie-board { margin-top: 28px; }
#hp-embed .goalie-table { border: 1px solid var(--line); background: var(--surface); }
#hp-embed .goalie-table-head, #hp-embed .goalie-row { display: grid; grid-template-columns: 64px minmax(260px, 1fr) .42fr 70px; align-items: center; }
#hp-embed .goalie-table-head { min-height: 48px; padding: 0 15px; border-bottom: 1px solid var(--line); color: var(--muted); text-transform: uppercase; font: 700 9px var(--font-geist-mono); letter-spacing: .1em; }
#hp-embed .goalie-row { min-height: 88px; padding: 12px 15px; border-bottom: 1px solid var(--line); cursor: pointer; outline: 0; }
#hp-embed .goalie-row:last-child { border-bottom: 0; }
#hp-embed .goalie-row:hover, #hp-embed .goalie-row:focus-visible { background: var(--surface-2); transform: translateX(3px); }
#hp-embed .coming-soon { max-width: 900px; padding: 80px 0; }
#hp-embed .coming-soon > p:not(.eyebrow) { max-width: 650px; margin: 28px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
#hp-embed .compare-tray { width: min(760px, calc(100% - 34px)); min-height: 74px; display: flex; align-items: center; gap: 20px; position: fixed; z-index: 50; left: 50%; bottom: 18px; transform: translateX(-50%); padding: 13px 17px; border: 1px solid #555; background: #f1f1ee; color: #151517; box-shadow: 0 20px 55px #0009; }
#hp-embed .compare-tray div { flex: 1; }
#hp-embed .compare-tray span, #hp-embed .compare-tray strong { display: block; }
#hp-embed .compare-tray span { margin-bottom: 5px; text-transform: uppercase; font: 700 8px var(--font-geist-mono); letter-spacing: .1em; color: #777; }
#hp-embed .compare-tray button { border: 0; background: #151517; color: white; padding: 12px 15px; cursor: pointer; font: 700 9px var(--font-geist-mono); text-transform: uppercase; }
#hp-embed .compare-tray .clear-compare { background: transparent; color: #555; }
#hp-embed .comparison { width: min(1080px, calc(100% - 64px)); margin: 0 auto 120px; padding: 48px; border: 1px solid var(--line); background: var(--surface); }
#hp-embed .comparison h2 { margin-bottom: 40px; }
#hp-embed .score-head, #hp-embed .score-row { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 15px; align-items: center; }
#hp-embed .score-head { margin-bottom: 12px; color: var(--muted); text-transform: uppercase; font: 700 8px var(--font-geist-mono); letter-spacing: .08em; }
#hp-embed .score-row { padding: 17px 0; border-top: 1px solid var(--line); }
#hp-embed .score-row > div { height: 8px; position: relative; background: #29292d; }
#hp-embed .score-row i { display: block; height: 100%; background: var(--accent); }
#hp-embed .score-row b { position: absolute; right: 0; top: -18px; color: var(--muted); font: 700 9px var(--font-geist-mono); }
#hp-embed .method { padding: 120px max(32px, calc((100vw - 1240px)/2)); background: var(--warm); color: #151517; }
#hp-embed .method .eyebrow { color: #747478; }
#hp-embed .method .eyebrow span { background: #151517; }
#hp-embed .method-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
#hp-embed .method-grid p { margin: 0; color: #5f5f63; font-size: 18px; line-height: 1.7; }
#hp-embed .method-grid em { color: #151517; font-style: normal; font-weight: 760; }
#hp-embed .principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid #bbb; border-left: 1px solid #bbb; }
#hp-embed .principles div { min-height: 250px; padding: 25px; display: flex; flex-direction: column; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
#hp-embed .principles b { margin-left: auto; color: #777; font: 650 9px var(--font-geist-mono); }
#hp-embed .principles strong { margin: auto 0 13px; font-size: 21px; letter-spacing: -.035em; }
#hp-embed .principles span { color: #69696d; font-size: 13px; line-height: 1.55; }
#hp-embed footer { width: min(1240px, calc(100% - 64px)); min-height: 210px; margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; border-top: 1px solid var(--line); }
#hp-embed .footer-brand { gap: 12px; }
#hp-embed .footer-brand span strong, #hp-embed .footer-brand span small { display: block; }
#hp-embed .footer-brand span strong { font-size: 14px; }
#hp-embed .footer-brand span small { margin-top: 5px; color: var(--muted); font: 650 9px var(--font-geist-mono); letter-spacing: .08em; text-transform: uppercase; }
#hp-embed .footer-logo { width: 74px; height: 74px; filter: grayscale(1); }
#hp-embed footer p { margin: 0; color: var(--muted); text-align: center; font-size: 12px; }
#hp-embed footer > a { justify-self: end; padding-bottom: 3px; border-bottom: 1px solid var(--text); text-transform: uppercase; font: 700 9px var(--font-geist-mono); letter-spacing: .1em; }
#hp-embed .drawer-backdrop { position: fixed; inset: 0; z-index: 80; display: flex; justify-content: flex-end; background: #000b; }
#hp-embed .player-drawer { width: min(620px, 100%); height: 100%; overflow-y: auto; position: relative; padding: 70px 45px; border-left: 1px solid #555; background: #111113; box-shadow: -30px 0 80px #0008; }
#hp-embed .drawer-close { width: 42px; height: 42px; position: absolute; right: 22px; top: 22px; border: 1px solid var(--line); background: transparent; color: white; font-size: 24px; cursor: pointer; }
#hp-embed .drawer-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
#hp-embed .drawer-meta span, #hp-embed .drawer-meta b { padding: 8px 10px; border: 1px solid var(--line); color: var(--muted); font: 700 9px var(--font-geist-mono); }
#hp-embed .drawer-meta b { background: var(--accent); color: var(--accent-ink); }
#hp-embed .drawer-summary { color: var(--muted); font-size: 15px; line-height: 1.7; }
#hp-embed .player-drawer h3 { margin: 38px 0 18px; font-size: 19px; }
#hp-embed .rating-scale { display: flex; justify-content: space-between; margin: -5px 0 13px; color: var(--muted); text-transform: uppercase; font: 650 8px var(--font-geist-mono); letter-spacing: .07em; }
#hp-embed .drawer-scores > div { display: grid; grid-template-columns: 110px 1fr 28px; gap: 12px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); font: 650 10px var(--font-geist-mono); }
#hp-embed .drawer-scores i { height: 7px; background: #29292d; }
#hp-embed .drawer-scores i b { display: block; height: 100%; background: var(--accent); }
#hp-embed .protected-panel { margin: 35px 0; padding: 24px; border: 1px solid var(--line); background: var(--surface); }
#hp-embed .protected-panel p { color: var(--muted); line-height: 1.6; }
@media (max-width: 1000px) {#hp-embed .shell, #hp-embed .board-section, #hp-embed footer { width: min(100% - 36px, 780px); }
#hp-embed .site-header { height: 78px; }
#hp-embed .brand-logo { width: 54px; height: 54px; }
#hp-embed .menu-button { display: block; justify-self: end; border: 1px solid var(--line); background: transparent; color: var(--text); padding: 10px 13px; text-transform: uppercase; font: 700 9px var(--font-geist-mono); letter-spacing: .08em; }
#hp-embed .nav { display: none; position: absolute; top: 77px; left: 0; right: 0; padding: 25px; background: var(--bg); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
#hp-embed .nav-open { display: flex; }
#hp-embed .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 30px; }
#hp-embed .hero-copy { padding-bottom: 25px; }
#hp-embed .hero-logo-card { width: min(500px, 100%); justify-self: center; margin-bottom: 75px; }
#hp-embed .hero:before, #hp-embed .hero:after { display: none; }
#hp-embed .section-heading { grid-template-columns: 1fr; gap: 28px; }
#hp-embed .board-layout { grid-template-columns: 1fr; }
#hp-embed .insight { position: static; min-height: 470px; }
#hp-embed .method-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 680px) {#hp-embed .shell, #hp-embed .board-section, #hp-embed footer { width: calc(100% - 30px); }
#hp-embed h1 { font-size: 57px; }
#hp-embed .hero-copy { padding-top: 55px; }
#hp-embed .hero-actions { align-items: flex-start; flex-direction: column; }
#hp-embed .filter-wrap { grid-template-columns: 1fr; }
#hp-embed .board-tools { align-items: flex-start; flex-wrap: wrap; padding: 10px 0; }
#hp-embed .board-tools span { width: 100%; margin-left: 0; }
#hp-embed .table-head { display: none; }
#hp-embed .player-row { grid-template-columns: 42px minmax(0, 1fr) 28px 74px; min-height: 88px; padding-inline: 10px; }
#hp-embed .player-row .league { display: none; }
#hp-embed .player-row .grade { display: block; text-align: center; }
#hp-embed .goalie-table-head { display: none; }
#hp-embed .goalie-row { grid-template-columns: 42px minmax(0, 1fr) 28px; padding-inline: 10px; }
#hp-embed .goalie-row .league { display: none; }
#hp-embed .goalie-row .grade { text-align: center; }
#hp-embed .player strong { font-size: 14px; }
#hp-embed .player span { font-size: 8px; }
#hp-embed .principles { grid-template-columns: 1fr; }
#hp-embed .principles div { min-height: 210px; }
#hp-embed .comparison { width: calc(100% - 30px); padding: 25px 18px; }
#hp-embed .score-head { display: none; }
#hp-embed .score-row { grid-template-columns: 1fr; }
#hp-embed footer { grid-template-columns: 1fr; padding: 55px 0; }
#hp-embed footer p { text-align: left; }
#hp-embed footer > a { justify-self: start; }
#hp-embed .player-drawer { padding: 68px 22px 40px; }
}
@media (prefers-reduced-motion: reduce) {#hp-embed { scroll-behavior: auto; }
#hp-embed * { transition: none!important; }
}
#hp-embed {
  --bg: #ffffff;
  --surface: #f5f5f6;
  --surface-2: #ececee;
  --text: #17181b;
  --muted: #6c6f75;
  --line: #e1e2e5;
  --accent: #16171a;
  --accent-ink: #ffffff;
  --warm: #f0f0ee;
  --blue: #0073b8;
}
#hp-embed, #hp-embed { background: var(--bg); }
#hp-embed .site-header {
  background: #0b0b0c;
  border-bottom: 1px solid #0b0b0c;
  color: #f2f2f2;
}
#hp-embed .site-header .nav a { color: #f2f2f2; }
#hp-embed .site-header .nav a:hover { opacity: .65; }
#hp-embed .site-header .nav a span { border-color: #45454a; color: #f2f2f2; }
#hp-embed .site-header .year-select { background: #17181b; border-color: #3a3a3e; color: #f2f2f2; }
#hp-embed .site-header .member-link { background: #f2f2f2; border-color: #f2f2f2; color: #0b0b0c; }
#hp-embed .site-header .menu-button { border-color: #45454a; color: #f2f2f2; }
#hp-embed .brand-logo { filter: none; }
#hp-embed .hero:before, #hp-embed .hero:after { background: transparent; border-color: var(--line); }
#hp-embed .hero:after { background: var(--line); }
#hp-embed .eyebrow span { background: #17181b; }
#hp-embed .primary-button { background: #17181b; border-color: #17181b; color: #fff; }
#hp-embed .primary-button:hover { box-shadow: 0 10px 30px #0002; }
#hp-embed .text-link { border-bottom-color: var(--muted); }
#hp-embed .hero-logo-card { border-color: #d7d8db; background: linear-gradient(145deg, #202124, #0a0a0b 72%); box-shadow: 0 30px 70px #0002; }
#hp-embed .hero-logo-card:before { color: #d6d6da; }
#hp-embed .hero-logo-card:after { color: #fff; }
#hp-embed .hero-logo-card img { filter: none; }
#hp-embed .year-select { color: var(--text); }
#hp-embed .filter-wrap input, #hp-embed .filter-wrap select { background: #fff; border-color: var(--line); color: var(--text); }
#hp-embed .board-tools { border-color: var(--line); }
#hp-embed .board-tools .tool-active { background: #17181b; color: #fff; }
#hp-embed .ranking-table, #hp-embed .goalie-table { background: #fff; border-color: var(--line); }
#hp-embed .player-row:hover, #hp-embed .player-row:focus-visible, #hp-embed .goalie-row:hover, #hp-embed .goalie-row:focus-visible { background: var(--surface); }
#hp-embed .watch, #hp-embed .compare { border-color: var(--line); color: var(--muted); }
#hp-embed .watch:hover, #hp-embed .compare:hover, #hp-embed .watch.active, #hp-embed .compare.active { border-color: #17181b; background: #17181b; color: #fff; }
#hp-embed .insight { background: #17181b; color: #f2f2f2; }
#hp-embed .insight-label { color: #9a9a9e; }
#hp-embed .insight-copy { color: #b6b6ba; }
#hp-embed .insight dl div { border-top-color: #333338; }
#hp-embed .viewed { border-left-color: #f2f2f2; }
#hp-embed .viewed span { color: #9a9a9e; }
#hp-embed .report-link { background: #f2f2f2; color: #17181b; }
#hp-embed .score-row > div { background: #e7e7e9; }
#hp-embed .score-row i { background: #17181b; }
#hp-embed .method { background: var(--warm); }
#hp-embed .principles { border-color: #d6d6d6; }
#hp-embed .principles div { border-color: #d6d6d6; }
#hp-embed footer { border-color: var(--line); }
#hp-embed .footer-logo { filter: none; }
#hp-embed .drawer-scores i { background: #e7e7e9; }
#hp-embed .drawer-scores i b { background: #17181b; }

#hp-embed { --font-geist-sans: 'Inter', Arial, sans-serif; --font-geist-mono: 'JetBrains Mono', 'Courier New', monospace; }

#hp-embed .hero-copy .eyebrow { display: none; }

#hp-embed .hero-logo-card { background: none; border: none; box-shadow: none; transform: none; }
#hp-embed .hero-logo-card:before, #hp-embed .hero-logo-card:after { display: none; }

#hp-embed h1, #hp-embed h2 { letter-spacing: -.02em; }

#hp-embed .hero:before, #hp-embed .hero:after { display: none; }

#hp-embed .player-drawer { background: #111113; color: #f2f2f2; }
#hp-embed .player-drawer h2 { color: #f7f7f5; }
#hp-embed .drawer-close { color: #f2f2f2; }

#hp-embed .player-drawer {
  --text: #f7f7f5;
  --muted: #a4a4a7;
  --line: #343438;
  --accent: #f2f2f2;
  --accent-ink: #111113;
  --surface: #1d1d20;
  background: #111113;
  color: #f2f2f2;
}

#hp-embed .player-drawer {
  --text: #17181b;
  --muted: #6c6f75;
  --line: #e1e2e5;
  --accent: #17181b;
  --accent-ink: #ffffff;
  --surface: #f5f5f6;
  background: #ffffff;
  color: #17181b;
  box-shadow: -30px 0 80px #0004;
}
#hp-embed .player-drawer .drawer-close { color: #17181b; border-color: #e1e2e5; }
#hp-embed .player-drawer .drawer-scores i { background: #e7e7e9; }
#hp-embed .player-drawer .drawer-scores i b { background: #17181b; }
#hp-embed .player-drawer .primary-button { background: #17181b; color: #fff; border-color: #17181b; }

#hp-embed .player-drawer h2 { color: #000000; }
#hp-embed .player-drawer { color: #000000; }
#hp-embed .player-drawer .drawer-summary { color: #333333; }
#hp-embed .player-drawer .drawer-meta span, #hp-embed .player-drawer .drawer-meta b { color: #000000; }
#hp-embed .player-drawer h3 { color: #000000; }

#hp-embed .player-drawer .drawer-meta span { color: #000000; }
#hp-embed .player-drawer .drawer-meta b { color: #ffffff; background: #17181b; }
