﻿:root {
  --blue: #005799;
  --blue-dark: #022b4a;
  --cyan: #00aeff;
  --yellow: #ffd23f;
  --lime: #3ee58f;
  --coral: #ff6b6b;
  --ink: #092033;
  --muted: #5d7182;
  --line: rgba(9, 32, 51, 0.12);
  --paper: #ffffff;
  --soft: #f4f8fb;
  --shadow: 0 24px 70px rgba(0, 43, 78, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.5; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.text-blue { color: #005799; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(18px, 4vw, 64px); transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease; }
.site-header.scrolled { padding-block: 12px; backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0, 43, 78, 0.12); }
.site-header.on-top { background: transparent; }
.site-header.on-top.scrolled, .site-header.on-dark.scrolled { background: rgba(255, 255, 255, 0.92); }
.site-header.on-light.scrolled { background: rgba(255, 255, 255, 0.92); }
.brand-logo { width: 176px; height: auto; }
.brand-logo-dark { display: none; }
.site-header.on-light .brand-logo-light, .site-header.scrolled .brand-logo-light { display: none; }
.site-header.on-light .brand-logo-dark, .site-header.scrolled .brand-logo-dark { display: block; }
.main-nav { display: flex; align-items: center; gap: 8px; padding: 7px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(14px); }
.main-nav a { color: #fff; font-weight: 800; font-size: 0.86rem; padding: 10px 13px; border-radius: 999px; }
.site-header.on-light .main-nav, .site-header.scrolled .main-nav { background: rgba(0, 87, 153, 0.08); border-color: rgba(0, 87, 153, 0.12); }
.site-header.on-light .main-nav a, .site-header.scrolled .main-nav a { color: var(--blue-dark); }
.main-nav a:hover, .main-nav a.active { background: var(--cyan); color: #001d32; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--cyan); cursor: pointer; place-items: center; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 3px auto; background: #001d32; }
.section-dark { color: #fff; background: radial-gradient(circle at 20% 18%, rgba(0, 174, 255, 0.36), transparent 28%), radial-gradient(circle at 80% 8%, rgba(255, 210, 63, 0.22), transparent 22%), linear-gradient(135deg, var(--blue-dark), var(--blue)); }
.hero { min-height: 72vh; position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.62fr); align-items: center; gap: clamp(28px, 5vw, 72px); padding: 66px clamp(20px, 5vw, 82px) 12px; overflow: hidden; }
.hero-noise { position: absolute; inset: 0; opacity: 0.22; background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-content, .hero-panel, .hero-visual { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--cyan); font-size: 3.04rem; line-height: 1; font-weight: 900; letter-spacing: 0; text-transform: uppercase; overflow-wrap: anywhere; }
.hero h1 { max-width: 860px; margin: 0; font-size: clamp(2.1rem, 4.9vw, 4.76rem); line-height: 0.94; letter-spacing: 0; }
.hero-eyebrow-white { color: #fff; font-size: 1.216rem; }
.hero-copy { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,0.82); font-size: clamp(1rem, 1.8vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 0; border-radius: 8px; font-weight: 900; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #fff; color: var(--blue); box-shadow: 0 14px 30px rgba(255, 255, 255, 0.22); }
.btn-ghost { border: 1px solid rgba(255,255,255,0.32); color: #fff; background: rgba(255,255,255,0.08); }
.btn-secondary { background: var(--blue); color: #fff; }
.btn-large { min-height: 56px; padding-inline: 26px; font-size: 1rem; white-space: nowrap; }
.pulse-card, .metric-grid > div, .channel-card, .post-card, .about-story, .benchmark-card, .score-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.hero-panel { display: grid; gap: 16px; }
.hero-visual { display: flex; align-items: center; justify-content: center; }
.hero-visual img { width: min(100%, 520px); aspect-ratio: 1 / 1; object-fit: contain; border-radius: 8px; filter: drop-shadow(0 26px 44px rgba(0, 18, 32, 0.28)); }
.pulse-card { color: var(--ink); padding: 24px; background: rgba(255,255,255,0.95); }
.status-dot { display: inline-block; width: 13px; height: 13px; margin-right: 8px; border-radius: 999px; background: var(--lime); box-shadow: 0 0 0 8px rgba(62, 229, 143, 0.15); }
.pulse-card strong { font-size: 1.2rem; }
.pulse-card p { color: var(--muted); margin-bottom: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-grid > div { padding: 18px 14px; color: var(--ink); background: rgba(255,255,255,0.92); }
.metric-grid strong { display: block; color: var(--blue); font-size: 1.5rem; }
.metric-grid span { display: block; color: var(--muted); font-size: 0.78rem; font-weight: 700; }
.section { padding: 86px clamp(20px, 5vw, 82px); scroll-margin-top: 84px; }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-title-row { display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.section-title-row .eyebrow { margin-bottom: 0; }
.section-action { flex: 0 0 auto; min-width: 96px; min-height: 28px; padding: 0 11px; font-size: 0.62rem; }
.section-heading.compact { max-width: 980px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: 0; overflow-wrap: anywhere; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading p:not(.eyebrow) { color: rgba(255,255,255,0.78); }
.about-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr); align-items: center; gap: 22px; margin-bottom: 28px; }
.about-intro .section-heading { margin-bottom: 0; }
.about-image { display: flex; justify-content: flex-end; align-items: center; }
.about-image img { width: 100%; min-width: 0; height: auto; display: block; object-fit: contain; border-radius: 18px; box-shadow: var(--shadow); background: transparent; }
.about-layout-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-story { padding: 26px; box-shadow: none; color: var(--blue); background: #fff; transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.about-story h3 { margin-top: 0; font-size: clamp(1.1rem, 2.1vw, 1.8rem); line-height: 1.05; }
.about-story p { color: var(--blue); transition: color 160ms ease; }
.about-story:hover { background: var(--blue); color: #fff; transform: translateY(-4px); box-shadow: var(--shadow); }
.about-story:hover p { color: #fff; }
.purpose-card { background: #fff; color: var(--blue); }
.purpose-card p { color: var(--blue); }
.purpose-card:hover p { color: #fff; }
.section-channel { padding-top: 43px; background: #bfd0dd; }
.section-channel .eyebrow, .section-benchmark .eyebrow { position: relative; z-index: 1; }
.section-channel .eyebrow::before, .section-benchmark .eyebrow::before { content: ""; position: absolute; inset: -0.34em -0.72em -0.28em; z-index: -1; border-radius: 999px; background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42) 48%, transparent 72%); filter: blur(8px); }
.channel-layout { display: block; }
.channel-top-row { display: grid; grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr); align-items: center; gap: 28px; margin-bottom: 20px; }
.channel-content { text-align: right; }
.channel-content .section-heading { margin-left: auto; }
.channel-title-row { justify-content: flex-end; }
.channel-image { margin: 0; display: flex; align-items: center; justify-content: center; }
.channel-image img { width: 100%; max-height: 420px; object-fit: contain; border-radius: 0; box-shadow: none; background: transparent; }
.channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.channel-grid.channel-grid-duo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.channel-card { min-height: 300px; padding: 18px; display: flex; flex-direction: column; justify-content: flex-start; gap: 14px; box-shadow: none; color: var(--blue); background: #fff; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease; }
.channel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); background: var(--blue); color: #fff; }
.channel-card.featured { color: var(--blue); background: #fff; overflow: hidden; }
.channel-card span { color: var(--blue); font-size: 0.76rem; font-weight: 900; text-transform: uppercase; transition: color 160ms ease; }
.channel-card h3 { margin: 0; font-size: 1.35rem; line-height: 1.1; }
.channel-card p { color: var(--blue); margin: 0; transition: color 160ms ease; }
.channel-card.featured p { color: var(--blue); }
.channel-card a { color: var(--blue); font-weight: 900; }
.channel-card.featured a { color: var(--blue); }
.channel-card:hover span, .channel-card:hover p, .channel-card:hover a, .channel-card:hover h3 { color: #fff; }
.channel-category-card { min-height: 360px; padding: 34px; }
.channel-category-card h3 { font-size: clamp(2rem, 3.2vw, 3.4rem); }
.channel-card-body { display: flex; align-items: center; gap: 20px; }
.channel-card-podcast .channel-card-body { flex-direction: row; }
.channel-card-playlists .channel-card-body { flex-direction: row; }
.channel-card-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.channel-card-playlists .channel-card-copy { align-items: flex-end; text-align: right; }
.channel-category-card p { font-size: 1.575rem; line-height: 1.25; }
.channel-category-card a { align-self: flex-start; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 8px; background: var(--blue); color: #fff; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.channel-category-card a:hover { transform: translateY(-2px); background: var(--blue-dark); color: #fff; }
.channel-category-card:hover a { background: #fff; color: var(--blue); }
.channel-category-card:hover a:hover { background: var(--yellow); color: var(--blue-dark); }
.channel-card-copy { flex: 1 1 auto; min-width: 0; }
.channel-card-visual { flex: 0 0 240px; display: flex; align-items: center; min-width: 0; background: transparent; }
.channel-card-podcast .channel-card-visual { justify-content: flex-end; }
.channel-card-playlists .channel-card-visual { justify-content: flex-start; order: -1; }
.channel-card-visual img { width: 240px; height: 240px; object-fit: contain; background: transparent; filter: drop-shadow(0 10px 16px rgba(0, 43, 78, 0.12)); }
.section-game { padding: 0 0 0 clamp(20px, 5vw, 82px); overflow: hidden; }
.game-cta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(50%, 1fr); align-items: stretch; gap: 0; min-height: 520px; }
.game-cta > div:first-child { align-self: center; padding-block: 96px; }
.game-cta h2 { margin: 0; max-width: 780px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 0.98; }
.game-cta p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,0.78); font-size: 1.08rem; }
.game-visual { display: flex; align-items: stretch; justify-content: flex-end; align-self: stretch; }
.game-visual img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 0; box-shadow: none; background: transparent; }
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.post-card { display: flex; flex-direction: column; gap: 14px; padding: 18px; min-height: 230px; box-shadow: none; color: var(--blue); background: #fff; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); background: var(--blue); color: #fff; }
.post-card-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; background: var(--soft); }
.post-card p { margin: 0; color: var(--blue); font-weight: 900; text-transform: uppercase; font-size: 0.78rem; transition: color 160ms ease; }
.post-card h3 { margin: 0; font-size: 1.42rem; line-height: 1.1; }
.post-card span { color: var(--blue); transition: color 160ms ease; }
.post-card:hover p, .post-card:hover span { color: #fff; }
.post-card-button { align-self: flex-start; margin-top: auto; color: #fff; }
.post-card:hover .post-card-button { background: #fff; color: var(--blue); }
.section-benchmark { background: #bfd0dd; }
.benchmark-layout { display: grid; grid-template-columns: 1fr 0.58fr; gap: 18px; align-items: stretch; }
.benchmark-card { padding: 26px; box-shadow: none; display: grid; gap: 22px; }
.benchmark-card label { display: grid; gap: 10px; color: var(--blue-dark); font-weight: 900; }
.benchmark-card input { accent-color: var(--cyan); width: 100%; }
.score-card { padding: 30px; background: var(--blue-dark); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.score-card span { color: var(--cyan); font-weight: 900; text-transform: uppercase; font-size: 0.8rem; }
.score-card strong { font-size: clamp(4rem, 9vw, 7rem); line-height: 0.9; color: var(--yellow); }
.score-card p { color: rgba(255,255,255,0.76); }
.site-footer { padding: 42px clamp(20px, 5vw, 82px); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-footer img { width: 170px; }
.site-footer p { max-width: 520px; color: rgba(255,255,255,0.76); }
.footer-links { display: flex; gap: 14px; font-weight: 900; color: #fff; }
.blog-page .site-header { background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0, 43, 78, 0.12); }
.blog-page-hero { padding-top: 140px; padding-bottom: 60px; }
.blog-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.blog-post-card { min-height: 210px; }
@media (max-width: 1120px) { .channel-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 980px) { .hero, .benchmark-layout, .about-intro { grid-template-columns: 1fr; } .game-cta { grid-template-columns: minmax(0, 1fr) minmax(50%, 1fr); } .channel-top-row { grid-template-columns: 1fr; } .hero-visual { order: -1; } .about-layout-three, .blog-grid, .blog-page-grid { grid-template-columns: repeat(2, 1fr); } .channel-grid { grid-template-columns: repeat(2, 1fr); } .metric-grid { max-width: 520px; } .split-heading { align-items: flex-start; flex-direction: column; } }
@media (max-width: 760px) { .section { padding: 64px 18px; } .section-title-row { align-items: flex-start; flex-direction: column; } .section-heading { max-width: 100%; } .eyebrow { font-size: clamp(2rem, 12vw, 2.8rem); } .site-header { padding: 14px 18px; } .brand-logo { width: 148px; } .menu-toggle { display: block; } .main-nav { position: absolute; left: 18px; right: 18px; top: 72px; display: none; flex-direction: column; align-items: stretch; border-radius: 8px; background: rgba(255,255,255,0.96); border-color: rgba(0,87,153,0.14); } .main-nav.open { display: flex; } .main-nav a, .site-header.on-light .main-nav a, .site-header.scrolled .main-nav a { color: var(--blue-dark); } .hero { min-height: auto; padding-top: 80px; padding-bottom: 18px; } .hero h1 { font-size: clamp(1.82rem, 11.2vw, 3.08rem); } .channel-grid, .blog-grid, .blog-page-grid, .about-layout-three, .metric-grid { grid-template-columns: 1fr; } .about-image img, .channel-image img, .hero-visual img { max-width: 100%; } .channel-content { text-align: left; } .channel-content .section-heading { margin-left: 0; } .channel-title-row { justify-content: flex-start; } .site-footer { flex-direction: column; align-items: flex-start; } }
@media (max-width: 760px) { .section-channel { padding-top: 32px; } }
@media (max-width: 760px) { .channel-card-body { gap: 14px; } .channel-card-visual { flex-basis: 120px; } .channel-card-visual img { width: 120px; height: 120px; } .section-game { padding-left: 18px; } .game-cta { grid-template-columns: 1fr; min-height: 0; } .game-cta > div:first-child { padding-block: 64px 24px; } .game-visual { min-height: 260px; margin-left: -18px; } .game-visual img { width: 100%; } }

@media (max-width: 360px) { .section { padding-inline: 16px; } .site-header { padding-inline: 16px; } .main-nav { left: 16px; right: 16px; } .brand-logo { width: 136px; } .btn { width: 100%; padding-inline: 14px; text-align: center; } .hero-actions { width: 100%; } .channel-category-card, .about-story, .benchmark-card, .score-card, .post-card { padding: 20px; } .section-heading h2 { font-size: clamp(1.75rem, 10.5vw, 2.4rem); } }





















