:root {
  --red: #ff0033;
  --red-dark: #b80024;
  --ink: #08090b;
  --charcoal: #15171b;
  --muted: #68707a;
  --line: #dfe4ea;
  --paper: #f7f8fa;
  --white: #ffffff;
  --green: #0e5f45;
  --gold: #c8a24a;
}

/* 2026 SEO hub system: reusable directory, entity and event layouts */
.entity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.entity-card{display:flex;flex-direction:column;min-height:220px;padding:1.25rem;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))}.entity-card .eyebrow{margin:0 0 .6rem;color:#d6b76a;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.entity-card h3{margin:.15rem 0 .55rem;font-size:1.3rem}.entity-card p{color:#b9bbc2}.entity-card a{margin-top:auto;color:#fff;font-weight:800;text-decoration:none}.entity-card a:hover{color:#d6b76a}.entity-hero{position:relative;overflow:hidden}.entity-hero:after{display:none}.entity-meta{display:flex;flex-wrap:wrap;gap:.65rem;margin:1rem 0 0}.entity-meta span{padding:.45rem .7rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#d7d8dc;font-size:.78rem}.entity-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:2rem;align-items:start}.entity-sidebar{position:sticky;top:100px;padding:1.2rem;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#111317}.entity-sidebar h2{font-size:1.1rem}.entity-sidebar dl{margin:0}.entity-sidebar dt{margin-top:.85rem;color:#8f9299;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.entity-sidebar dd{margin:.18rem 0 0;color:#fff}.source-list{padding-left:1.15rem}.source-list li{margin:.55rem 0}.update-stamp{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;color:#9da0a7;font-size:.76rem}.update-stamp:before{content:"";width:7px;height:7px;border-radius:50%;background:#52d273;box-shadow:0 0 10px rgba(82,210,115,.55)}.score-table{width:100%;border-collapse:collapse}.score-table th,.score-table td{padding:.8rem .7rem;border-bottom:1px solid rgba(255,255,255,.09);text-align:left}.score-table th{color:#9da0a7;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.score-table td{color:#ececf0}.central-search{display:flex;gap:.6rem;max-width:620px;margin-top:1.25rem}.central-search input{flex:1;min-width:0;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#0b0c0f;color:#fff;font:inherit}.central-search input:focus{outline:2px solid #d6b76a;outline-offset:2px}.central-search button{padding:.9rem 1rem;border:0;border-radius:12px;background:#d6b76a;color:#08090b;font-weight:900}.is-filtered-out{display:none!important}.quick-answer{padding:1rem 1.1rem;border-left:3px solid #d6b76a;background:rgba(214,183,106,.07);color:#e7e1d2}.directory-count{color:#9da0a7;font-size:.85rem}.story-byline{display:flex;flex-wrap:wrap;gap:.8rem;margin:.8rem 0 1.5rem;color:#9da0a7;font-size:.82rem}.story-body{max-width:780px}.story-body p{font-size:1.03rem;line-height:1.8}.story-body h2{margin-top:2.2rem}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
@media(max-width:980px){.entity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.entity-layout{grid-template-columns:1fr}.entity-sidebar{position:static}.related-grid{grid-template-columns:1fr}}
@media(max-width:620px){.entity-grid{grid-template-columns:1fr}.entity-card{min-height:0}.central-search{flex-direction:column}.score-table{font-size:.82rem}.score-table th,.score-table td{padding:.65rem .4rem}}
.entity-card{background:linear-gradient(145deg,#181b20,#0e1013);color:#fff}
.entity-sidebar h2{color:#fff}
.source-trail{margin-top:3rem;padding:2.5rem max(1rem,calc((100vw - 1180px)/2));border-top:1px solid #dfe4ea;background:#eef1f4}.source-trail__inner{max-width:820px}.source-trail h2{margin:.25rem 0 .75rem}.source-trail p{line-height:1.65}.source-trail ol{padding-left:1.25rem}.source-trail li{margin:.65rem 0}.source-trail a{color:#8e001c;font-weight:700}.source-trail__policy{margin-top:1.25rem;font-size:.88rem}
.content-reviewer{display:flex;align-items:center;gap:.85rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.12)}.content-reviewer__photo{width:56px;height:56px;flex:0 0 56px;border:2px solid rgba(214,183,106,.7);border-radius:50%;object-fit:cover}.content-reviewer p{display:flex;flex-direction:column;gap:.14rem;margin:0!important;font-size:.82rem!important;line-height:1.4!important}.content-reviewer span{color:#9da0a7}.content-reviewer strong{color:#fff;font-size:.96rem}.content-reviewer__identity{display:inline-flex;align-items:center;gap:.42rem}.content-reviewer__identity>span{color:#fff}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 14px clamp(18px, 2.5vw, 36px);
  color: var(--white);
  background: #050608;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home-page > .site-header {
  position: fixed;
}

.section-nav {
  position: sticky;
  z-index: 15;
  top: 86px;
  display: block;
  min-height: 64px;
  overflow-x: auto;
  color: #d7d9de;
  background: #101318;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  scrollbar-width: none;
}

.section-nav__inner {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  width: max-content;
  min-width: 100%;
  min-height: 64px;
  padding: 0 clamp(18px, 4vw, 56px);
}

.section-nav::-webkit-scrollbar {
  display: none;
}

.section-nav a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 4px 0 2px;
  border-bottom: 2px solid transparent;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-nav a:hover,
.section-nav a:focus-visible {
  color: var(--red);
}

.section-nav a[aria-current="page"] {
  color: #fff;
  border-bottom-color: var(--red);
}

@media (max-width: 680px) {
  .section-nav {
    top: 72px;
    min-height: 56px;
  }

  .section-nav__inner {
    justify-content: flex-start;
    gap: 22px;
    min-height: 56px;
  }
}

.brand {
  display: block;
  flex: 0 0 52px;
  width: 52px;
}

.brand img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 1.65vw, 24px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover {
  border-color: var(--red);
}

.main-nav a[aria-current="page"] {
  color: var(--white);
  border-color: var(--red);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 4px;
  cursor: pointer;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-icon {
  position: relative;
  display: block;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  position: absolute;
  left: 0;
  content: "";
}

.nav-toggle-icon::before {
  top: -6px;
}

.nav-toggle-icon::after {
  top: 6px;
}

.site-header.nav-open .nav-toggle-icon {
  background: transparent;
}

.site-header.nav-open .nav-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header.nav-open .nav-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.watch-button,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.account-button {
  min-height: 44px;
  max-width: 125px;
  padding: 0 12px;
  overflow: hidden;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 4px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.account-button:hover {
  color: var(--ink);
  background: var(--white);
}

.watch-button,
.primary-action {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 10px 26px rgba(255, 0, 51, 0.26);
}

.secondary-action {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  padding: 140px clamp(18px, 5vw, 72px) 64px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.36) 58%, rgba(0, 0, 0, 0.72)),
    url("assets/ytgt-hero-v2.png") center / cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(8, 9, 11, 0.8), rgba(8, 9, 11, 0) 45%);
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.kicker,
.section-label,
.panel-label {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(54px, 9vw, 118px);
  line-height: 0.88;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-panel {
  padding: 24px;
  background: rgba(8, 9, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.hero-panel h2 {
  margin: 0;
  font-size: 31px;
  line-height: 1.05;
}

.course {
  margin: 12px 0 20px;
  color: rgba(255, 255, 255, 0.72);
}

.score-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.score-strip span {
  display: grid;
  gap: 4px;
  padding: 14px 10px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  text-transform: uppercase;
}

.score-strip strong {
  font-size: 20px;
}

.panel-watch {
  display: inline-flex;
  margin-top: 18px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--red);
}

.ticker {
  display: flex;
  gap: 1px;
  color: var(--white);
  background: var(--ink);
  border-top: 4px solid var(--red);
  overflow-x: auto;
}

.ticker span {
  flex: 1 0 320px;
  padding: 16px clamp(18px, 4vw, 44px);
  background: var(--charcoal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section {
  padding: clamp(56px, 7vw, 94px) clamp(18px, 5vw, 72px);
}

.two-column,
.format-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.section h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
}

.section p {
  color: var(--muted);
  font-size: 17px;
}

.broadcast-grid,
.creator-grid,
.format-list {
  display: grid;
  gap: 16px;
}

.broadcast-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.broadcast-grid article,
.creator-card,
.format-list article {
  min-height: 170px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.broadcast-grid span {
  color: var(--red);
  font-weight: 950;
}

.broadcast-grid h3,
.creator-card h3,
.format-list h3 {
  margin: 18px 0 8px;
  font-size: 23px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
}

.text-link {
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-section {
  color: var(--white);
  background: #0f1115;
}

.video-section .section-label,
.video-section .updated {
  color: rgba(255, 255, 255, 0.68);
}

.video-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.video-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) max-content;
  align-items: center;
  gap: 24px;
  min-height: 146px;
  padding: 22px 26px;
  background: #17191e;
  color: #cbd1d8;

}

.video-card.is-current {
  background: linear-gradient(90deg, rgba(255, 0, 51, 0.22), #17191e 48%);
}

.video-card.is-upcoming {
  background: #13151a;
}

.video-number {
  color: var(--red);
  font-size: 23px;
  font-weight: 950;
}

.video-meta {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-card h3 {
  margin: 0;
  font-size: 25px;
}

.video-card p {
  max-width: 760px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.video-card > a,
.event-watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  color: var(--white);
  background: var(--red);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.video-card.is-upcoming > a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.source-note {
  max-width: 920px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 12px !important;
}

.event-list {
  display: grid;
  gap: 12px;
}

.leaderboard-section {
  color: var(--white);
  background: var(--ink);
}

.leaderboard-section .section-label,
.leaderboard-section .updated {
  color: rgba(255, 255, 255, 0.72);
}

.leaderboard {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.leaderboard-row {
  display: grid;
  grid-template-columns: 90px minmax(160px, 1fr) minmax(140px, 0.8fr) 90px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  background: #121419;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.leaderboard-row:nth-child(2) {
  background: linear-gradient(90deg, rgba(255, 0, 51, 0.32), #121419 48%);
}

.header-row {
  color: rgba(255, 255, 255, 0.58);
  background: #050608;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.draft-teams {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.draft-teams article {
  padding: 20px;
  background: #17191e;
  border-top: 3px solid var(--red);
  border-radius: 6px;
}

.draft-teams p {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.draft-teams h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.draft-teams ul,
.team-roster {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.draft-teams li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.55;
}

.draft-teams li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 9px;
  vertical-align: middle;
  background: var(--red);
}

.creator-grid {
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
}

.creator-card.featured {
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #2b0b12);
  border-color: rgba(255, 0, 51, 0.28);
}

.creator-logo {
  display: grid;
  place-items: center;
  width: 58px;
  height: 44px;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-weight: 950;
}

.team-score {
  float: right;
  color: var(--red);
  font-size: 28px;
  font-weight: 950;
}

.team-roster {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.team-roster li {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
}

.team-roster li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.team-roster strong {
  margin-right: 7px;
  color: var(--red-dark);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.creator-card.featured .team-roster {
  color: rgba(255, 255, 255, 0.72);
}

.creator-card.featured .team-roster li {
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.creator-card.featured .team-roster strong {
  color: #ff6a88;
}

.wildcard {
  margin-top: 14px;
  color: var(--red-dark) !important;
  font-size: 13px !important;
  font-weight: 900;
  text-transform: uppercase;
}

.creator-card.featured .wildcard {
  color: #ff6a88 !important;
}

.creator-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.format-section {
  background: #eef1f4;
}

.format-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer {
  padding: 50px clamp(18px, 5vw, 72px) 28px;
  color: var(--white);
  background: #050608;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.footer-top h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  text-transform: uppercase;
}

.footer-top p:last-child {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.62);
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.logo-wall span {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.82);
  background: #121419;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.logo-wall span:nth-child(3n + 1) {
  border-top-color: var(--red);
}

.logo-wall span:nth-child(3n + 2) {
  border-top-color: var(--green);
}

.logo-wall span:nth-child(3n) {
  border-top-color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.56);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-bottom strong {
  color: var(--white);
}

.footer-disclaimer {
  max-width: 980px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.6;
}

.auth-dialog {
  width: min(480px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-top: 5px solid var(--red);
  border-radius: 6px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
}

.auth-dialog::backdrop {
  background: rgba(5, 6, 8, 0.8);
  backdrop-filter: blur(7px);
}

.auth-shell {
  padding: 34px;
}

.auth-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.auth-close:hover {
  color: var(--ink);
}

.auth-kicker {
  margin-bottom: 8px;
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-dialog h2 {
  margin: 0;
  padding-right: 36px;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
}

.auth-intro {
  margin: 12px 0 24px;
  color: var(--muted);
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
  padding: 3px;
  background: #eceff3;
  border-radius: 5px;
}

.auth-tabs button {
  min-height: 40px;
  color: #4b525b;
  background: transparent;
  border: 0;
  border-radius: 3px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.auth-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--ink);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-field {
  display: grid;
  gap: 7px;
}

.auth-field[hidden],
.auth-form[hidden],
.auth-tabs[hidden],
.auth-account[hidden] {
  display: none;
}

.auth-field label {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #cbd1d8;
  border-radius: 4px;
  font: inherit;
  font-size: 16px;
}

.auth-field input:focus {
  outline: 3px solid rgba(255, 0, 51, 0.14);
  border-color: var(--red);
}

.auth-field small {
  color: var(--muted);
  font-size: 11px;
}

.auth-submit,
.auth-signout {
  min-height: 48px;
  color: var(--white);
  background: var(--red);
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.auth-submit:disabled,
.auth-signout:disabled {
  opacity: 0.58;
  cursor: wait;
}

.auth-account {
  padding: 24px;
  text-align: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.auth-avatar {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 950;
  overflow: hidden;
}

.auth-avatar-image,
.auth-avatar-fallback {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}

.auth-avatar-image {
  object-fit: cover;
}

.auth-avatar-fallback {
  display: grid;
  place-items: center;
}

.auth-avatar-image[hidden],
.auth-avatar-fallback[hidden] {
  display: none;
}

.auth-account-label {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.auth-account-name {
  margin: 4px 0;
  font-size: 27px;
}

.auth-account-email {
  margin: 0 0 20px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.auth-photo-controls {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
}

.auth-photo-button {
  display: grid;
  min-height: 46px;
  padding: 0 16px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.auth-photo-button:hover {
  background: #08763b;
}

.auth-photo-button.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.auth-photo-controls small {
  color: var(--muted);
  font-size: 11px;
}

.auth-signout {
  width: 100%;
  color: var(--ink);
  background: transparent;
  border: 1px solid #bcc3cb;
}

.auth-manage-link {
  display: grid;
  min-height: 46px;
  margin-bottom: 10px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.site-toast {
  position: fixed;
  z-index: 30;
  top: 92px;
  right: 20px;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) 28px;
  align-items: start;
  gap: 13px;
  width: min(390px, calc(100% - 32px));
  padding: 18px;
  color: var(--white);
  background: #111318;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-toast-mark {
  width: 8px;
  height: 44px;
  background: var(--green);
  border-radius: 2px;
}

.site-toast[data-kind="error"] .site-toast-mark {
  background: var(--red);
}

.site-toast strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  text-transform: uppercase;
}

.site-toast p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.site-toast button {
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  border: 0;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.subpage-main {
  min-height: 70vh;
  padding-top: 0;
}

.page-hero {
  padding: 90px clamp(18px, 5vw, 72px) 62px;
  color: var(--white);
  background:
    linear-gradient(100deg, rgba(8, 9, 11, 0.97), rgba(8, 9, 11, 0.78)),
    url("assets/ytgt-hero-v2.png") center 42% / cover;
  border-bottom: 4px solid var(--red);
}

.page-hero-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--white);
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.95;
  text-transform: uppercase;
}

.page-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.content-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 60px 0 80px;
}

.content-shell > section + section {
  margin-top: 64px;
}

.content-shell h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.content-shell h3 {
  margin: 0 0 8px;
}

.content-shell p {
  max-width: 780px;
}

.facts-grid,
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.page-note {
  padding: 18px 20px;
  color: #454b53;
  background: #eceff3;
  border-left: 4px solid var(--red);
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
}

.page-links a {
  color: var(--red-dark);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.article-date {
  color: var(--red-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-feature {
  padding: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 0, 51, 0.16), transparent 40%),
    #13161a;
  color: #f4f1e9;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 4px solid var(--red);
  border-radius: 6px;
}

.news-feature h3 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1;
  text-transform: uppercase;
}

.news-feature p {
  color: #c3c7ce;
  font-size: 17px;
}

.news-feature h3,
.news-feature h3 a {
  color: #fff;
}

.news-section-intro { margin-top: -10px; }

.compact-footer .footer-top,
.compact-footer .logo-wall {
  display: none;
}

.compact-footer .footer-bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  min-height: 470px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
}

.blog-feature-media {
  min-height: 420px;
  background: #111318 center / cover no-repeat;
}

.blog-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 64px);
}

.blog-feature-copy .article-date,
.blog-article .article-date {
  margin: 0 0 12px;
  color: #ff5a78;
}

.blog-feature-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(36px, 4.5vw, 62px);
}

.blog-feature-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.blog-feature-copy a {
  align-self: flex-start;
  margin-top: 14px;
  color: var(--white);
  font-weight: 900;
  border-bottom: 2px solid var(--red);
}

.blog-feed {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.blog-article {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.blog-article-aside {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.blog-article h3 {
  max-width: 760px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.blog-article p {
  color: #4e555e;
  font-size: 17px;
}

.blog-article a {
  color: var(--red-dark);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.blog-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  color: #f4f1e9;
  background: #13161a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--green);
}

.blog-disclaimer strong {
  flex: 0 0 auto;
  text-transform: uppercase;
}

.blog-disclaimer p {
  margin: 0;
  color: #c3c7ce;
}

.community-section {
  padding: 52px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.community-publish-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.community-share-card,
.community-form {
  padding: clamp(24px, 4vw, 38px);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 6px;
}

.community-share-card strong {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  text-transform: uppercase;
}

.community-share-card p {
  color: var(--muted);
}

.community-share-card button,
.community-submit,
.account-primary-button,
.account-signed-out button {
  display: grid;
  min-height: 48px;
  padding: 0 20px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.community-modal {
  width: min(760px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  overflow: auto;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.community-modal::backdrop {
  background: rgba(5, 6, 8, 0.82);
}

.community-modal-shell {
  overflow: hidden;
  background: var(--white);
  border-top: 5px solid var(--red);
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.community-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(24px, 4vw, 38px) 0;
}

.community-modal-header h2 {
  margin: 4px 0 0;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 0.95;
  text-transform: uppercase;
}

.community-modal-close {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.community-modal .community-form {
  border: 0;
  border-radius: 0;
}

.community-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.community-author-avatar,
.community-post-avatar,
.account-profile-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  overflow: hidden;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-weight: 950;
}

.community-author-avatar img,
.community-post-avatar img,
.account-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-author small,
.community-post-header span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.community-author strong,
.community-post-header strong {
  display: block;
}

.community-form {
  display: grid;
  gap: 18px;
}

.community-form[hidden] {
  display: none;
}

.community-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
  gap: 16px;
}

.auth-field select,
.auth-field textarea {
  width: 100%;
  padding: 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #cbd1d8;
  border-radius: 4px;
  font: inherit;
  font-size: 16px;
}

.auth-field select {
  min-height: 48px;
}

.auth-field textarea {
  min-height: 190px;
  resize: vertical;
}

.auth-field select:focus,
.auth-field textarea:focus {
  outline: 3px solid rgba(255, 0, 51, 0.14);
  border-color: var(--red);
}

.community-promise {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #454b53;
  font-size: 13px;
}

.community-promise input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.community-submit {
  justify-self: start;
}

.community-submit:disabled,
.account-primary-button:disabled {
  opacity: 0.58;
  cursor: wait;
}

.community-publish-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.community-publish-status:empty {
  display: none;
}

.community-publish-status[data-kind="success"] {
  color: #157347;
}

.community-publish-status[data-kind="error"] {
  color: #b42318;
}

.community-standard {
  padding-top: 12px;
}

.community-standard h3 {
  max-width: 300px;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.community-standard ul {
  padding-left: 20px;
}

.community-standard li {
  margin: 10px 0;
}

.community-standard p:last-child {
  color: var(--muted);
  font-size: 13px;
}

.community-feed-status {
  padding: 22px;
  color: #c3c7ce;
  background: #13161a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--green);
}

.community-posts {
  display: grid;
  gap: 22px;
}

.community-post {
  position: relative;
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
    #101317;
  border: 1px solid rgba(255, 255, 255, .15);
  border-left: 4px solid var(--red);
  border-radius: 3px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.community-post-kicker {
  margin: 0 0 14px;
  color: #ffcf57;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.community-post-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.community-post h3 {
  max-width: 900px;
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.community-post-body {
  max-width: 860px;
  margin: 0;
  color: #d7dbe0;
  font-size: 17px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.community-add-post {
  min-height: 46px;
  padding: 0 20px;
  color: var(--white);
  background: var(--red);
  border: 0;
  border-radius: 4px;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.community-add-post:hover,
.community-add-post:focus-visible {
  background: #b70024;
}

.community-add-post:focus-visible {
  outline: 3px solid rgba(214, 183, 106, .65);
  outline-offset: 3px;
}

.community-post--featured {
  background: linear-gradient(135deg, rgba(214, 183, 106, .09), rgba(255, 255, 255, .02));
  border-left: 3px solid #d6b76a;
}

.community-post-role {
  display: inline-flex;
  margin-left: .55rem;
  padding: .2rem .5rem;
  color: #08090b;
  background: #d6b76a;
  border-radius: 999px;
  font-size: .62rem;
  font-style: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
  vertical-align: middle;
}

.account-signed-out {
  max-width: 620px;
  padding: 36px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 6px;
}

.account-signed-out p {
  color: var(--muted);
}

.account-signed-out button {
  margin-top: 20px;
}

.account-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
}

.account-dashboard[hidden] {
  display: none;
}

.account-profile-panel,
.account-security-panel {
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 6px;
}

.account-dashboard h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.account-profile {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 26px 0;
}

.account-profile-avatar {
  width: 82px;
  height: 82px;
  font-size: 28px;
}

.account-profile h3 {
  margin: 0;
  font-size: 28px;
}

.account-profile p {
  margin: 2px 0 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.account-photo-actions {
  display: grid;
  gap: 8px;
}

.account-photo-actions small {
  color: var(--muted);
}

.account-primary-button.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.account-password-form {
  display: grid;
  gap: 16px;
}

.account-posts-panel {
  grid-column: 1 / -1;
  margin-top: 30px;
}

.account-posts {
  border-top: 1px solid var(--line);
}

.account-post-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.account-post-row span {
  color: var(--red-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-post-row h3 {
  margin: 5px 0;
  font-size: 24px;
  text-transform: uppercase;
}

.account-post-row p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.account-post-delete {
  min-height: 42px;
  padding: 0 16px;
  color: var(--red-dark);
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 4px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.delete-post-dialog {
  width: min(440px, calc(100% - 32px));
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-top: 5px solid var(--red);
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}

.delete-post-dialog::backdrop {
  background: rgba(5, 6, 8, 0.78);
}

.delete-post-dialog h2 {
  margin: 0;
  font-size: 32px;
  text-transform: uppercase;
}

.delete-post-dialog p {
  color: var(--muted);
}

.delete-post-dialog > div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.delete-post-dialog button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

#delete-post-cancel {
  color: var(--ink);
  background: transparent;
  border: 1px solid #bcc3cb;
}

#delete-post-confirm {
  color: var(--white);
  background: var(--red);
  border: 1px solid var(--red);
}

@media (max-width: 1080px) {
  .site-header {
    gap: 12px;
    min-height: 76px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 10px clamp(18px, 4vw, 56px) 18px;
    background: #050608;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
  }

  .site-header.nav-open .main-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 24px;
  }

  .site-header.nav-open {
    border-bottom-color: transparent;
  }

  .main-nav a {
    padding: 13px 0;
  }

  .nav-toggle {
    display: grid;
    margin-left: auto;
  }

  .hero,
  .two-column,
  .format-section,
  .blog-feature {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 180px;
  }

  .creator-grid,
  .format-list,
  .draft-teams,
  .logo-wall,
  .facts-grid,
  .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-feature-media {
    min-height: 360px;
  }

  .community-publish-layout,
  .account-dashboard {
    grid-template-columns: 1fr;
  }

  .account-posts-panel {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    min-height: 0;
    padding: 12px 16px;
  }

  .brand {
    flex-basis: 48px;
    width: 48px;
    min-width: 0;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .site-header.nav-open .main-nav {
    grid-template-columns: 1fr;
    padding: 8px 18px 16px;
  }

  .main-nav a {
    padding: 12px 0;
  }

  .header-actions {
    width: auto;
  }

  .header-actions .watch-button {
    display: none;
  }

  .header-actions .account-button {
    width: auto;
    max-width: 112px;
    min-height: 44px;
    padding: 0 11px;
  }

  .hero {
    min-height: 100vh;
    padding-top: 145px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-actions,
  .section-heading,
  .footer-top,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .broadcast-grid,
  .creator-grid,
  .format-list,
  .draft-teams,
  .logo-wall,
  .facts-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .subpage-main {
    padding-top: 0;
  }

  .page-hero {
    padding-top: 54px;
  }

  .auth-shell {
    padding: 28px 20px 22px;
  }

  .site-toast {
    top: 16px;
    right: 16px;
  }

  .video-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
  }

  .video-card > a {
    grid-column: 2;
    justify-self: start;
  }

  .leaderboard-row {
    grid-template-columns: 48px minmax(120px, 1fr) 70px;
  }

  .leaderboard-row span:nth-child(3),
  .leaderboard-row strong + span,
  .header-row span:nth-child(3) {
    display: none;
  }

  .blog-feature-media {
    min-height: 240px;
  }

  .blog-article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-disclaimer {
    display: block;
  }

  .blog-disclaimer strong {
    display: block;
    margin-bottom: 6px;
  }

  .community-form-grid {
    grid-template-columns: 1fr;
  }

  .community-submit,
  .account-primary-button,
  .account-signed-out button {
    width: 100%;
  }

  .account-post-row {
    grid-template-columns: 1fr;
  }

  .account-post-delete {
    justify-self: start;
  }

  .delete-post-dialog > div {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Luxury edition polish layer */
:root {
  --lux-black: #030405;
  --lux-panel: #0b0d10;
  --lux-panel-2: #11151a;
  --lux-silver: #d9dee5;
  --lux-muted: #9aa3ad;
  --lux-gold: #d6b76a;
  --lux-line: rgba(255, 255, 255, 0.12);
}

body {
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 0, 51, 0.1), transparent 28rem),
    linear-gradient(180deg, #f7f8fa 0%, #eef1f4 46%, #f8f9fb 100%);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(8, 9, 11, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 9, 11, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 78%, transparent);
}

.launch-screen {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 0, 51, 0.42), transparent 18rem),
    radial-gradient(circle at 52% 45%, rgba(214, 183, 106, 0.18), transparent 28rem),
    linear-gradient(135deg, #010102, #07090c 44%, #22020b);
  animation: launchFade 5s ease forwards;
}

.launch-screen::before {
  position: absolute;
  inset: -20%;
  content: "";
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.15) 45%, transparent 54%);
  transform: translateX(-30%);
  animation: launchSweep 4.2s cubic-bezier(.2, .8, .2, 1) forwards;
}

.launch-mark {
  position: relative;
  display: grid;
  gap: 18px;
  justify-items: center;
  transform: translateY(12px) scale(0.96);
  opacity: 0;
  animation: launchMark 4.2s cubic-bezier(.2, .8, .2, 1) forwards;
}

.launch-mark img {
  width: min(190px, 42vw);
  border-radius: 18px;
  box-shadow:
    0 0 70px rgba(255, 0, 51, 0.42),
    0 34px 110px rgba(255, 0, 51, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.18);
}

.launch-glass-ball {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(430px, 76vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.14) 16%, transparent 30%),
    radial-gradient(circle at 70% 72%, rgba(255, 0, 51, 0.22), transparent 40%),
    radial-gradient(circle at 35% 78%, rgba(214, 183, 106, 0.16), transparent 34%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.11) 0 2px, transparent 2px 22px),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    inset -44px -52px 90px rgba(0, 0, 0, 0.26),
    inset 26px 24px 60px rgba(255, 255, 255, 0.22),
    0 0 120px rgba(255, 0, 51, 0.24);
  backdrop-filter: blur(8px) saturate(140%);
  transform: translate(-50%, -50%);
  animation: launchBall 4.2s cubic-bezier(.2, .8, .2, 1) forwards;
}

.launch-mark span {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 950;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.launch-line {
  position: absolute;
  bottom: 15vh;
  left: 50%;
  width: min(420px, 72vw);
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(-50%);
}

.launch-mark::before,
.launch-mark::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(460px, 74vw);
  height: min(460px, 74vw);
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: launchRing 4.2s ease forwards;
}

.launch-mark::after {
  width: min(620px, 92vw);
  height: min(620px, 92vw);
  border-color: rgba(255, 0, 51, 0.2);
  animation-delay: 180ms;
}

.launch-line::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--red), var(--lux-gold), var(--red));
  transform: translateX(-100%);
  animation: launchLine 3.7s ease forwards;
}

.launch-screen.is-finished {
  pointer-events: none;
}

.launch-active body {
  overflow: hidden;
}

@keyframes launchMark {
  0% { opacity: 0; transform: translateY(18px) scale(0.94); }
  22% { opacity: 1; transform: translateY(0) scale(1); }
  76% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-18px) scale(1.02); }
}

@keyframes launchLine {
  0% { transform: translateX(-100%); }
  72% { transform: translateX(0); }
  100% { transform: translateX(105%); }
}

@keyframes launchSweep {
  0% { transform: translateX(-35%); opacity: 0; }
  18% { opacity: 1; }
  100% { transform: translateX(35%); opacity: 0; }
}

@keyframes launchFade {
  0%, 78% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@keyframes launchRing {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.72); }
  24% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.15); }
}

@keyframes launchBall {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.72) rotate(-12deg); }
  20% { opacity: 1; }
  72% { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(8deg); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.14) rotate(16deg); }
}

.site-header {
  min-height: 82px;
  background: rgba(3, 4, 5, 0.9);
  border-bottom: 1px solid var(--lux-line);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  flex-basis: 58px;
  width: 58px;
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 12px 34px rgba(255, 0, 51, 0.18);
}

.main-nav {
  gap: clamp(18px, 2vw, 32px);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.main-nav a {
  position: relative;
  border-bottom: 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--red), var(--lux-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--white);
  border-color: transparent;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.watch-button,
.primary-action,
.secondary-action,
.account-button,
.video-card > a,
.event-watch,
.community-share-card button,
.community-submit,
.account-primary-button,
.account-signed-out button {
  border-radius: 999px;
}

.watch-button,
.primary-action,
.video-card > a,
.event-watch {
  background: linear-gradient(135deg, #ff0033, #d4002a);
  box-shadow: 0 18px 42px rgba(255, 0, 51, 0.28);
}

.secondary-action,
.account-button {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.hero {
  min-height: 96vh;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.94), rgba(3, 4, 5, 0.5) 52%, rgba(3, 4, 5, 0.84)),
    linear-gradient(180deg, transparent 55%, #030405 100%),
    url("assets/ytgt-hero-v2.png") center / cover;
}

@keyframes orbFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, -18px, 0) rotate(5deg); }
}

@keyframes shotTrace {
  0% { right: 100%; opacity: 0; }
  18% { opacity: 1; }
  68% { opacity: 1; }
  100% { right: 0; opacity: 0; }
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 24%, rgba(214, 183, 106, 0.16), transparent 26rem),
    linear-gradient(0deg, rgba(3, 4, 5, 0.9), rgba(3, 4, 5, 0) 48%);
}

.kicker,
.section-label,
.panel-label {
  color: var(--lux-gold);
  letter-spacing: 0.2em;
}

.hero h1,
.page-hero h1,
.section h2,
.content-shell h2,
.blog-feature-copy h2,
.blog-article h3 {
  letter-spacing: 0;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(60px, 9vw, 128px);
  text-shadow: 0 26px 90px rgba(0, 0, 0, 0.62);
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.74);
}

.hero-panel {
  align-self: center;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(4, 6, 8, 0.78);
  border: 1px solid var(--lux-line);
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(18px);
}

.score-strip {
  overflow: hidden;
  border: 1px solid var(--lux-line);
  border-radius: 14px;
  background: var(--lux-line);
}

.score-strip span {
  background: rgba(255, 255, 255, 0.06);
}

.panel-watch {
  border-bottom-color: var(--lux-gold);
}

.ticker {
  border-top: 0;
  background: var(--lux-black);
}

.ticker span {
  padding-block: 18px;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, #11151a, #080a0d);
}

.lux-scoreboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  color: var(--white);
  background: var(--lux-line);
  border-bottom: 1px solid var(--lux-line);
}

.lux-scoreboard article {
  display: grid;
  gap: 10px;
  min-height: 180px;
  padding: clamp(24px, 4vw, 44px);
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 0, 51, 0.12), transparent 16rem),
    linear-gradient(180deg, #0d1115, #050608);
}

.lux-scoreboard span {
  color: var(--lux-gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lux-scoreboard strong {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 0.98;
  text-transform: uppercase;
}

.lux-scoreboard a {
  align-self: end;
  justify-self: start;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--red);
}

.section {
  padding-block: clamp(64px, 8vw, 112px);
}

.section-heading {
  align-items: flex-start;
}

.section h2 {
  max-width: 820px;
}

.facts-grid,
.broadcast-grid,
.creator-grid,
.format-list,
.profile-grid {
  gap: 20px;
}

.broadcast-grid article,
.creator-card,
.format-list article,
.community-share-card,
.community-form,
.account-profile-panel,
.account-security-panel,
.account-signed-out {
  border: 1px solid rgba(8, 9, 11, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 54px rgba(7, 10, 15, 0.08);
}

.broadcast-grid article,
.format-list article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 251, 0.98));
}

.video-section,
.leaderboard-section,
.site-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 0, 51, 0.14), transparent 30rem),
    linear-gradient(180deg, #06080a, #020303);
}

.video-list,
.leaderboard {
  border-radius: 18px;
}

.video-card,
.leaderboard-row {
  background: rgba(255, 255, 255, 0.045);
}

.video-card.is-current,
.leaderboard-row:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(255, 0, 51, 0.24), rgba(214, 183, 106, 0.08) 42%, rgba(255, 255, 255, 0.045));
}

.creator-card.featured {
  background:
    radial-gradient(circle at 80% 8%, rgba(214, 183, 106, 0.18), transparent 18rem),
    linear-gradient(135deg, #06080a, #260712);
}

.creator-logo {
  border-radius: 14px;
}

.format-section {
  background: linear-gradient(180deg, #f4f6f8, #eceff3);
}

.content-shell {
  padding-top: 72px;
}

.blog-feature {
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(7, 10, 15, 0.14);
}

.blog-feature-copy {
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 183, 106, 0.14), transparent 16rem),
    linear-gradient(180deg, #0a0d10, #040506);
}

.logo-wall span {
  border-radius: 14px;
  background: linear-gradient(180deg, #15191f, #0b0d10);
}

@media (max-width: 1080px) {
  .site-header.nav-open .main-nav {
    background: rgba(3, 4, 5, 0.98);
  }

  .lux-scoreboard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brand,
  .brand img {
    width: 50px;
  }

  .brand {
    flex-basis: 50px;
  }

  .brand img {
    height: 50px;
  }

  .hero h1 {
    font-size: clamp(50px, 16vw, 68px);
  }

  .hero {
    align-items: end;
    padding-top: 315px;
  }

  .hero .kicker {
    max-width: 320px;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.12em;
  }

  .hero-panel {
    overflow: hidden;
    padding: 24px;
  }

  .score-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .score-strip span {
    min-width: 0;
    padding: 12px 8px;
    font-size: 10px;
  }

  .lux-scoreboard article {
    min-height: 150px;
  }

  .launch-mark img {
    width: min(150px, 46vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-screen,
  .launch-screen::before,
  .launch-mark,
  .launch-line::after {
    animation: none;
  }
}

/* Orb 7: final desktop-visible cinema + cleaner interactive glass golf ball */
.launch-screen {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  animation: none;
}

.launch-screen.is-finished {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 720ms ease,
    visibility 720ms step-end;
}

.launch-screen::before {
  animation: launchSweep 4.2s cubic-bezier(.2, .8, .2, 1) forwards;
}

.launch-mark {
  animation: launchMark 4.2s cubic-bezier(.2, .8, .2, 1) forwards;
}

.launch-glass-ball {
  animation: launchBall 4.2s cubic-bezier(.2, .8, .2, 1) forwards;
}

.launch-line::after {
  animation: launchLine 3.7s ease forwards;
}

.hero {
  --spot-x: 62%;
  --spot-y: 42%;
  --orb-scale: 1;
  overflow: hidden;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 3;
}

.hero::after {
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.16), transparent 10rem),
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 0, 51, 0.12), transparent 22rem),
    radial-gradient(circle at calc(var(--spot-x) + 8%) calc(var(--spot-y) + 8%), rgba(214, 183, 106, 0.11), transparent 26rem);
}

@media (max-width: 1080px) {
}

@media (max-width: 680px) {
  .hero {
    --spot-x: 50%;
    --spot-y: 205px;
  }
}

/* Readability + interaction pass: final rules win over older homepage layers. */
:root {
  --muted: #4f5864;
  --lux-gold-readable: #8c6700;
  --dark-text: rgba(255, 255, 255, 0.9);
  --dark-muted: rgba(255, 255, 255, 0.76);
  --dark-faint: rgba(255, 255, 255, 0.66);
}

.section p,
.content-shell p,
.broadcast-grid article p,
.format-list article p,
.auth-field small {
  color: var(--muted);
}

.section-label,
.kicker,
.panel-label,
.broadcast-grid span,
.lux-scoreboard span {
  color: var(--lux-gold-readable);
}

.hero .kicker,
.hero .panel-label,
.page-hero .breadcrumbs,
.video-section .section-label,
.leaderboard-section .section-label,
.site-footer .section-label,
.blog-feature-copy .section-label {
  color: #f0d284;
}

.hero-copy,
.hero-panel .course,
.panel-updated {
  color: var(--dark-text);
}

.panel-updated {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.video-section p,
.leaderboard-section p,
.site-footer p,
.blog-feature-copy p {
  color: var(--dark-muted);
}

.video-section .updated,
.leaderboard-section .updated,
.video-meta,
.source-note,
.footer-bottom,
.footer-disclaimer,
.draft-teams li,
.team-roster,
.creator-card.featured p,
.creator-card.featured .team-roster,
.blog-feature-copy .news-meta,
.site-toast p {
  color: var(--dark-faint) !important;
}

.video-card,
.leaderboard-row,
.draft-team,
.logo-wall span {
  color: var(--dark-text);
}

.video-card p,
.video-card .video-meta {
  color: var(--dark-muted) !important;
}

.video-card h3,
.leaderboard-row strong,
.draft-team h3,
.creator-card.featured h3,
.blog-feature-copy h2,
.site-footer h2,
.footer-bottom strong {
  color: #ffffff;
}

.text-link,
.source-note a,
.footer-nav a:hover {
  color: #9f0020;
}

.video-card > a,
.event-watch,
.primary-action,
.watch-button,
.auth-submit,
.panel-watch {
  color: #ffffff;
}

.secondary-action,
.account-button {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}

.interactive-logo {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24%;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.04);
}

@media (max-width: 680px) {

  .hero-content {
    margin-top: clamp(230px, 58vw, 280px);
  }
}

.hero::after {
  background: none;
  opacity: 0;
}

@media (max-width: 1080px) {
}

@media (min-width: 681px) and (max-width: 1440px) {
}

@media (max-width: 680px) {

  .hero-content {
    margin-top: clamp(200px, 50vw, 245px);
  }
}

/* Invisible-card layout: reserve responsive space for the logo instead of floating it. */
@media (min-width: 1081px) {
  .hero {
    grid-template-columns:
      minmax(430px, 1fr)
      clamp(175px, 16vw, 245px)
      minmax(300px, 420px);
    align-items: end;
  }

  .hero-content {
    grid-column: 1;
  }

  .hero-panel {
    grid-column: 3;
  }
}

@media (min-width: 681px) and (max-width: 1080px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
    align-items: end;
  }

  .hero-content {
    grid-column: 1;
  }

  .hero-panel {
    grid-column: 1 / -1;
    width: min(420px, 100%);
    justify-self: end;
  }
}

/* TrueBit-style interactive row, recolored for YGT and using the logo as the object. */
.hero:has(.ygt-interactive-row) {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
}

.hero:has(.ygt-interactive-row) .hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-column: 1;
  align-content: end;
  max-width: 850px;
}

.hero:has(.ygt-interactive-row) .hero-panel {
  grid-column: 2;
}

.hero-inline-visual {
  width: 100%;
  max-width: 560px;
  margin: clamp(18px, 2.8vw, 30px) 0 clamp(18px, 2.8vw, 30px);
}

.interactive-hero {
  position: relative;
  width: 100%;
  min-height: 270px;
  display: grid;
  place-items: center;
  overflow: visible;
  isolation: isolate;
  transform-style: preserve-3d;
  touch-action: pan-y;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.interactive-hero::before {
  position: absolute;
  inset: 7% 8%;
  content: "";
  background:
    radial-gradient(circle, rgba(255, 0, 51, 0.42), rgba(255, 0, 51, 0.16) 45%, rgba(214, 183, 106, 0.06) 58%, transparent 72%);
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.95;
}

.interactive-stage {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 270px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  perspective: 1400px;
}

.interactive-stage__ring,
.interactive-stage__shadow,
.interactive-object {
  transition: transform 0.16s ease-out;
  will-change: transform;
}

.interactive-stage__ring,
.interactive-stage__shadow {
  position: absolute;
  pointer-events: none;
}

.interactive-stage__ring {
  inset: 50% auto auto 50%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.025),
    0 0 30px rgba(255, 0, 51, 0.08);
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.interactive-stage__ring::before,
.interactive-stage__ring::after {
  position: absolute;
  width: 13px;
  height: 13px;
  content: "";
  background: rgba(255, 245, 245, 0.95);
  border-radius: 50%;
  filter: blur(0.4px);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.78),
    0 0 30px rgba(255, 0, 51, 0.58);
}

.interactive-stage__ring::after {
  width: 9px;
  height: 9px;
  background: rgba(214, 183, 106, 0.9);
  box-shadow:
    0 0 16px rgba(214, 183, 106, 0.76),
    0 0 26px rgba(255, 0, 51, 0.34);
}

.interactive-stage__ring--halo {
  width: min(76vw, 372px);
  height: min(76vw, 372px);
  border-color: rgba(255, 255, 255, 0.1);
}

.interactive-stage__ring--orbit {
  width: min(70vw, 324px);
  height: min(50vw, 218px);
  border-color: rgba(255, 0, 51, 0.24);
}

.interactive-stage__ring--outer {
  width: min(64vw, 292px);
  height: min(64vw, 292px);
  border-color: rgba(255, 255, 255, 0.2);
}

.interactive-stage__ring--inner {
  width: min(46vw, 206px);
  height: min(46vw, 206px);
  border-color: rgba(214, 183, 106, 0.22);
}

.interactive-stage__ring--core {
  width: min(30vw, 136px);
  height: min(30vw, 136px);
  border-color: rgba(255, 255, 255, 0.2);
}

.interactive-stage__ring--halo::before { top: calc(18% - 7px); left: calc(16% - 7px); }
.interactive-stage__ring--halo::after { top: calc(78% - 5px); right: calc(18% - 5px); }
.interactive-stage__ring--orbit::before { top: calc(50% - 7px); right: -7px; }
.interactive-stage__ring--orbit::after { top: -5px; left: calc(42% - 5px); }
.interactive-stage__ring--outer::before { top: -7px; left: calc(50% - 7px); }
.interactive-stage__ring--outer::after { top: calc(68% - 5px); right: calc(8% - 5px); }
.interactive-stage__ring--inner::before { top: calc(28% - 7px); left: calc(10% - 7px); }
.interactive-stage__ring--inner::after { bottom: -5px; left: calc(58% - 5px); }
.interactive-stage__ring--core::before { top: -7px; left: calc(50% - 7px); }
.interactive-stage__ring--core::after { top: calc(50% - 5px); right: -5px; }

.interactive-stage__shadow {
  inset: 72% auto auto 50%;
  width: 220px;
  height: 58px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0));
  border-radius: 50%;
  filter: blur(22px);
  transform: translate(-50%, -50%);
}

.interactive-object {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: min(34vw, 168px);
  aspect-ratio: 1;
  padding: 0;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 24%;
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
  transform: translate(-50%, -50%) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition: transform 120ms ease-out, box-shadow 120ms ease-out;
  will-change: transform, box-shadow;
}

.interactive-object:active {
  cursor: grabbing;
}

.interactive-object__glow {
  position: absolute;
  inset: -68%;
  z-index: -2;
  background:
    radial-gradient(circle, rgba(255, 0, 51, 0.44), rgba(255, 0, 51, 0.22) 42%, rgba(214, 183, 106, 0.06) 58%, transparent 70%);
  border-radius: 50%;
  filter: blur(4px);
}

.interactive-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24%;
  object-fit: contain;
  filter:
    saturate(1.08)
    contrast(1.04)
    drop-shadow(0 24px 52px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 34px rgba(255, 0, 51, 0.32));
}

@media (max-width: 1080px) {
  .hero:has(.ygt-interactive-row) {
    display: block;
  }

  .hero-inline-visual {
    max-width: none;
    margin: 8px 0 22px;
  }

  .interactive-hero,
  .interactive-stage {
    min-height: 250px;
  }
}

@media (max-width: 680px) {
  .hero:has(.ygt-interactive-row) {
    padding-top: 96px;
  }

  .hero-inline-visual {
    margin: 0 0 22px;
  }

  .interactive-hero,
  .interactive-stage {
    min-height: 178px;
  }

  .interactive-stage__ring--halo {
    width: min(60vw, 210px);
    height: min(60vw, 210px);
  }

  .interactive-stage__ring--orbit {
    width: min(56vw, 188px);
    height: min(40vw, 128px);
  }

  .interactive-stage__ring--outer {
    width: min(52vw, 174px);
    height: min(52vw, 174px);
  }

  .interactive-stage__ring--inner {
    width: min(36vw, 122px);
    height: min(36vw, 122px);
  }

  .interactive-stage__ring--core {
    width: min(26vw, 86px);
    height: min(26vw, 86px);
  }

  .interactive-object {
    width: min(24vw, 96px);
  }

  .interactive-stage__shadow {
    width: 160px;
    height: 42px;
  }

  .hero:has(.ygt-interactive-row) .hero-content {
    margin-top: 0;
  }
}

/* Final unified hero: same order on desktop and mobile, logo first, text underneath. */
.hero:has(.ygt-interactive-row) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: start;
  min-height: 0;
  padding-top: clamp(108px, 11vw, 136px);
}

.hero:has(.ygt-interactive-row) .hero-content {
  grid-column: 1;
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.hero:has(.ygt-interactive-row) .hero-panel {
  grid-column: 1;
  width: min(420px, 100%);
  margin-top: clamp(26px, 4vw, 42px);
  justify-self: center;
}

.hero:has(.ygt-interactive-row) .hero-inline-visual {
  max-width: 560px;
  margin: clamp(28px, 4vw, 52px) auto clamp(20px, 3vw, 30px);
  padding-top: clamp(22px, 3vw, 42px);
  padding-bottom: clamp(26px, 4vw, 54px);
}

.hero:has(.ygt-interactive-row) .kicker {
  margin-top: 0;
}

.hero:has(.ygt-interactive-row) h1,
.hero:has(.ygt-interactive-row) .hero-copy {
  margin-left: auto;
  margin-right: auto;
}

.hero:has(.ygt-interactive-row) .hero-actions {
  justify-content: center;
}

@media (max-width: 680px) {
  .hero:has(.ygt-interactive-row) {
    padding-top: 96px;
  }

  .hero:has(.ygt-interactive-row) .hero-content {
    text-align: center;
    justify-items: center;
  }

  .hero:has(.ygt-interactive-row) .hero-inline-visual {
    justify-self: center;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 18px;
    padding-top: 26px;
    padding-bottom: 42px;
  }

  .hero:has(.ygt-interactive-row) .hero-actions {
    justify-content: stretch;
    width: 100%;
  }

  .hero:has(.ygt-interactive-row) h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 54px);
  }
}

/* Golf World daily editorial desk */
.world-masthead .page-intro{max-width:780px}.world-priority{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}.world-priority span{padding:.5rem .75rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#f0eadb;font-size:.78rem}.world-lead{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.65fr);gap:1rem}.world-lead article,.world-desk{padding:1.5rem;border:1px solid #dfe4ea;border-radius:20px;background:#fff}.world-lead h2{font-size:clamp(1.8rem,4vw,3.2rem)}.world-desk{background:#111317;color:#fff}.world-desk h2{color:#fff;font-size:1.25rem}.world-desk ol{padding-left:1.2rem}.world-desk li{margin:.85rem 0;color:#c6c8ce}.embed-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#090a0c}.embed-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.article-label{display:inline-flex;padding:.38rem .6rem;border-radius:999px;background:#edf1e9;color:#244a2b;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}@media(max-width:800px){.world-lead{grid-template-columns:1fr}}

/* Single authoritative desktop header layout. Account state cannot shift the nav. */
@media (min-width:1081px){body .site-header{display:grid;grid-template-columns:160px minmax(0,1fr) 230px;align-items:center;gap:16px;min-height:86px;padding:14px 32px}body .site-header>.brand{justify-self:start;width:58px;flex:none}body .site-header>.main-nav{justify-self:center;justify-content:center;gap:clamp(14px,1.45vw,24px);white-space:nowrap}body .site-header>.header-actions{justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:230px}body .site-header>.watch-button{justify-self:end}body .site-header .account-button,body .site-header .watch-button{white-space:nowrap}}

/* Accessible overflow navigation for secondary destinations. */
.nav-more{position:relative;display:flex;align-items:center}.nav-more>button{padding:10px 0;color:inherit;background:transparent;border:0;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.nav-more>button:hover,.nav-more>button[aria-current="page"]{color:#fff}.nav-more>button::after{content:" +";color:var(--red)}.nav-more-menu{position:absolute;z-index:40;top:calc(100% + 12px);right:0;display:none;min-width:190px;padding:8px;background:#0c0e11;border:1px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.42)}.nav-more-menu a{display:block;padding:10px 12px;border:0;border-radius:8px;white-space:nowrap}.nav-more-menu a::after{display:none}.nav-more:hover .nav-more-menu,.nav-more:focus-within .nav-more-menu,.nav-more.is-open .nav-more-menu{display:block}@media(max-width:1080px){.nav-more{display:block}.nav-more>button{display:none}.nav-more-menu{position:static;display:block;min-width:0;padding:0;background:transparent;border:0;box-shadow:none}.nav-more-menu a{padding:12px 0}}

/* One authoritative dark theme for every internal page. */
body{background:#08090b;color:#f4f1e9}.subpage-main{color:#f4f1e9;background:radial-gradient(circle at 85% 8%,rgba(214,183,106,.07),transparent 28rem),linear-gradient(180deg,#08090b,#0d1013)}.content-shell{color:#f4f1e9}.content-shell h1,.content-shell h2,.content-shell h3,.content-shell h4,.content-shell strong{color:#fff}.content-shell p,.content-shell section>p,.content-shell li,.content-shell dd{color:#c3c7ce!important}.content-shell a{color:#f0d284}.content-shell .world-lead article,.content-shell .world-desk,.content-shell .account-panel,.content-shell .account-card,.content-shell .community-share-card,.content-shell .blog-story-card{color:#f4f1e9;background:linear-gradient(145deg,#171a1f,#0e1013);border-color:rgba(255,255,255,.12);box-shadow:0 18px 46px rgba(0,0,0,.24)}.content-shell .world-desk li{color:#b9bec7!important}.content-shell .leaderboard,.content-shell .video-list{background:#0b0d10;border-color:rgba(255,255,255,.12);box-shadow:0 18px 54px rgba(0,0,0,.28)}.content-shell .leaderboard-row,.content-shell .video-card,.content-shell .leaderboard-row:nth-child(2),.content-shell .video-card.is-current{color:#f4f1e9;background:#13161a;border-bottom-color:rgba(255,255,255,.1)}.content-shell .leaderboard-row:nth-child(2),.content-shell .video-card.is-current{background:linear-gradient(90deg,rgba(255,0,51,.22),#171a1f 42%)}.content-shell .header-row{color:#aeb4bd;background:#090b0d}.content-shell .leaderboard-row strong,.content-shell .video-card h3{color:#fff}.content-shell .leaderboard-row span,.content-shell .video-card p,.content-shell .video-card .video-meta,.content-shell .leaderboard-row:nth-child(2) span,.content-shell .video-card.is-current p{color:#bac0c9!important}.content-shell .page-note,.quick-answer{color:#e6dfcf!important;background:rgba(214,183,106,.08);border-left-color:#d6b76a}.source-trail{color:#f4f1e9;background:#0d1013;border-top-color:rgba(255,255,255,.12)}.source-trail p{color:#b9bec7}.source-trail a{color:#f0d284}.subpage-main input,.subpage-main select,.subpage-main textarea{color:#fff;background:#0b0d10;border-color:rgba(255,255,255,.2)}

/* Keep the pointer inside the YGT hover target all the way into its menu. */
@media (min-width:1081px){.nav-more-menu{top:100%;margin-top:0}.nav-more-menu::before{position:absolute;right:0;bottom:100%;left:0;height:8px;content:""}.nav-more:hover .nav-more-menu,.nav-more:focus-within .nav-more-menu,.nav-more.is-open .nav-more-menu{display:block}}

/* Canonical site surfaces: final contrast and spacing contract. */
.main-nav>a:hover,.main-nav>a:focus-visible,.nav-more>button:hover,.nav-more>button:focus-visible,.nav-more-menu a:hover,.nav-more-menu a:focus-visible{color:var(--red)!important}.section,.format-section{color:#f4f1e9;background:#08090b}.format-section{background:linear-gradient(180deg,#0d1013,#08090b)}.section h2,.section h3,.format-section h2,.format-section h3{color:#fff}.section p,.format-section p{color:#b9bec7}.creator-card,.format-list article,.broadcast-grid article{color:#f4f1e9;background:linear-gradient(145deg,#171a1f,#0e1013);border-color:rgba(255,255,255,.12);box-shadow:0 18px 46px rgba(0,0,0,.24)}.creator-card h3,.format-list h3,.broadcast-grid h3{color:#fff}.creator-card p,.creator-card li,.format-list article p,.broadcast-grid article p{color:#b9bec7!important}.creator-card .team-roster li{border-bottom-color:rgba(255,255,255,.12)}.section-heading .updated,.section-heading>span{color:#9aa1ab}.content-shell{background:transparent}

/* Natural sticky footer: fills short viewports, but never anchors over long pages. */
html,
body {
  min-height: 100%;
}

html {
  /* Prevent centered layouts shifting when async content creates a scrollbar. */
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

body > main {
  width: 100%;
}

body > .site-footer {
  width: 100%;
  margin-top: auto;
}

/* Verified YGT player statistics. Team-scored fields remain explicitly labeled. */
.player-stats {
  margin: 28px 0 34px;
  padding: clamp(22px, 3vw, 30px);
  background: linear-gradient(145deg, #171a1f, #0e1013);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 4px solid var(--red);
  border-radius: 16px;
}

.player-stats__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 10px 20px;
  margin-bottom: 20px;
}

.player-stats__heading h2,
.player-stats__heading p {
  margin: 0;
}

.player-stats__heading p {
  color: #8fe0a6 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.player-stat {
  min-width: 0;
  padding: 16px;
  background: #101216;
}

.player-stat dt {
  color: #9299a4;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-stat dd {
  margin: 5px 0 0;
  color: #fff !important;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
}

.player-stats__note {
  margin: 18px 0 0;
  color: #b9bec7 !important;
  font-size: 13px;
}

.player-stats__note a {
  color: #f0d284;
  font-weight: 800;
}

@media (max-width: 680px) {
  .player-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.individual-performance {
  margin: 34px 0;
  padding: clamp(22px, 3vw, 30px);
  background: #0d0f12;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
}

.individual-performance__header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: 20px;
}

.individual-performance__header h2,
.individual-performance__header p {
  margin: 0;
}

.individual-performance__header p {
  color: #aeb4bd !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.individual-performance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.performance-card {
  min-width: 0;
  padding: 18px;
  background: linear-gradient(145deg, #191c21, #111318);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}

.performance-card span {
  display: block;
  color: #9299a4;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.performance-card strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1;
}

.performance-card small {
  display: block;
  margin-top: 8px;
  color: #aeb4bd;
  line-height: 1.45;
}

.performance-card--result strong {
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.18;
}

.score-range {
  margin-top: 14px;
}

.score-range__track {
  position: relative;
  height: 7px;
  background: #30343b;
  border-radius: 999px;
}

.score-range__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--score-best);
  width: calc(var(--score-worst) - var(--score-best));
  min-width: 3px;
  background: linear-gradient(90deg, #52d273, #d6b76a, #ff0033);
  border-radius: inherit;
}

.score-range__average {
  position: absolute;
  top: 50%;
  left: var(--score-average);
  width: 3px;
  height: 15px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.score-range__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #9299a4;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.individual-performance__disclosure {
  margin: 18px 0 0;
  color: #b9bec7 !important;
  font-size: 13px;
  line-height: 1.6;
}

.individual-performance__disclosure a {
  color: #f0d284;
  font-weight: 850;
}

@media (max-width: 760px) {
  .individual-performance__grid {
    grid-template-columns: 1fr;
  }
}

.world-archive-group__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.world-archive-group__heading h2,
.world-archive-group__heading h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  text-transform: uppercase;
}

.world-archive-group__heading span {
  color: #b9bec7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .world-archive-group__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Canonical article width: centered reading column with no phantom side rail. */
.content-shell > .story-body {
  width: min(100%, 820px);
  max-width: 820px;
  min-width: 0;
  margin-inline: auto;
}

.story-body img,
.story-body iframe,
.story-body video,
.story-body .embed-frame {
  max-width: 100%;
}

.subpage-main {
  overflow-x: clip;
}

.world-lead .page-links a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(255, 0, 51, 0.25);
  font-weight: 900;
  text-decoration: none;
}

.world-lead .page-links a:hover,
.world-lead .page-links a:focus-visible {
  color: #fff;
  background: #d9002b;
}

/* Account and community tools: dark controls with explicit readable contrast. */
.account-signed-out,
.account-profile-panel,
.account-security-panel,
.community-modal-shell,
.community-modal .community-form,
.delete-post-dialog {
  color: #f4f1e9;
  background: linear-gradient(145deg, #191c21, #0d0f12);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
}

.account-dashboard h2,
.account-dashboard h3,
.account-signed-out h2,
.community-modal-header h2,
.community-modal .auth-field label,
.delete-post-dialog h2 {
  color: #fff;
}

.account-profile p,
.account-photo-actions small,
.account-signed-out p,
.community-author small,
.community-promise,
.community-publish-status,
.delete-post-dialog p {
  color: #b9bec7 !important;
}

.account-security-panel .auth-field label,
.community-modal .auth-field label {
  color: #d9dde3;
}

.account-security-panel input,
.community-modal input,
.community-modal select,
.community-modal textarea {
  color: #fff;
  background: #090b0e;
  border-color: #444a53;
}

.account-security-panel input:focus,
.community-modal input:focus,
.community-modal select:focus,
.community-modal textarea:focus {
  outline: 3px solid rgba(255, 0, 51, 0.2);
  border-color: #ff3159;
}

.community-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.community-modal-close {
  color: #fff;
  background: #262a31;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

#delete-post-cancel {
  color: #f4f1e9;
  border-color: #59606b;
}
