@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@75..125,400..900&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600;700&display=swap";

/* src/styles.scss */
:root {
  color-scheme: dark;
  --c-bg: #08080C;
  --c-bg-deep: #050507;
  --c-panel: #101026;
  --c-panel-2: #16162E;
  --c-panel-3: #1E1E3C;
  --c-panel-4: #282850;
  --c-accent: #F2CA1B;
  --c-accent-bright: #FFE04D;
  --c-accent-deep: #C9A50E;
  --c-accent-ink: #0A0A16;
  --c-accent-wash: rgba(242, 202, 27, 0.10);
  --c-accent-tint: rgba(242, 202, 27, 0.045);
  --c-accent-line: rgba(242, 202, 27, 0.34);
  --c-live: #FF4D4D;
  --c-live-bright: #FF7A7A;
  --c-live-ink: #12000A;
  --c-live-wash: rgba(255, 77, 77, 0.12);
  --c-live-line: rgba(255, 77, 77, 0.34);
  --c-live-glow: rgba(255, 77, 77, 0.45);
  --c-win: #4ADE80;
  --c-upcoming: #7B8CFF;
  --c-silver: #CED4E0;
  --c-bronze: #CD9B5A;
  --c-silver-wash: rgba(206, 212, 224, 0.10);
  --c-bronze-wash: rgba(205, 127, 50, 0.10);
  --c-text: #F6F4EC;
  --c-text-muted: #9E9CBE;
  --c-text-dim: #63627F;
  --c-line: rgba(246, 244, 236, 0.09);
  --c-line-strong: rgba(246, 244, 236, 0.18);
  --c-ghost: #282850;
  --c-wash: rgba(246, 244, 236, 0.03);
  --c-wash-2: rgba(246, 244, 236, 0.05);
  --c-wash-3: rgba(246, 244, 236, 0.08);
  --c-veil-soft: rgba(8, 8, 16, 0.55);
  --c-veil: rgba(8, 8, 16, 0.82);
  --c-veil-solid: rgba(16, 16, 38, 0.95);
  --c-field: rgba(8, 8, 14, 0.6);
  --c-field-focus: rgba(8, 8, 14, 0.9);
  --c-scrim: rgba(6, 6, 12, 0.92);
  --c-scrim-modal: rgba(4, 4, 8, 0.75);
  --bd-top: #0A0A18;
  --bd-pool-a: rgba(242, 202, 27, 0.13);
  --bd-pool-b: rgba(74, 74, 190, 0.20);
  --bd-pool-c: rgba(242, 202, 27, 0.07);
  --bd-grid: rgba(246, 244, 236, 0.028);
  --bd-grid-opacity: 0.5;
  --bd-vignette: rgba(3, 3, 6, 0.72);
  --bd-particle-rgb:
    198,
    202,
    255;
  --bd-particle-gold-rgb:
    242,
    202,
    27;
  --bd-particle-alpha: 1;
  --shadow-card: 0 18px 40px -24px rgba(0, 0, 0, 0.9);
  --shadow-pop: 0 40px 90px -30px rgba(0, 0, 0, 0.95);
  --glow-accent: 0 0 30px -6px rgba(242, 202, 27, 0.45);
  --glow-live: 0 0 26px -6px var(--c-live-glow);
  --font-display:
    "Archivo",
    system-ui,
    sans-serif;
  --font-body:
    "Inter",
    system-ui,
    sans-serif;
  --font-mono:
    "IBM Plex Mono",
    ui-monospace,
    monospace;
  --fs-hero: clamp(2.4rem, 6.4vw + 0.6rem, 7.5rem);
  --fs-h1: clamp(2rem, 3.2vw + 1rem, 4rem);
  --fs-h2: clamp(1.5rem, 1.6vw + 1rem, 2.6rem);
  --fs-h3: clamp(1.1rem, 0.6vw + 0.9rem, 1.5rem);
  --content-max: 1280px;
  --content-narrow: 860px;
  --nav-h: 72px;
  --nav-h-sm: 60px;
  --logo-ratio: 1.9397;
  --logo-h-cap: 100svh;
  --logo-hero-w: min(clamp(300px, 42vw, 560px), calc(var(--logo-h-cap) * var(--logo-ratio)));
  --logo-dock-w: 94px;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --t-fast: 180ms;
  --t-med: 380ms;
  --t-slow: 700ms;
  --rake: -11deg;
}
:root[data-theme=light] {
  color-scheme: light;
  --c-bg: #FDFBF6;
  --c-bg-deep: #F9F6EE;
  --c-panel: #FFFFFF;
  --c-panel-2: #FFFDF7;
  --c-panel-3: #FEFAEB;
  --c-panel-4: #D8C89A;
  --c-accent: #7E6200;
  --c-accent-bright: #614C00;
  --c-accent-deep: #B99420;
  --c-accent-ink: #FFFDF5;
  --c-accent-wash: rgba(160, 124, 0, 0.12);
  --c-accent-tint: rgba(160, 124, 0, 0.06);
  --c-accent-line: rgba(143, 111, 0, 0.38);
  --c-live: #CE1B1B;
  --c-live-bright: #A81414;
  --c-live-ink: #FFF8F8;
  --c-live-wash: rgba(206, 27, 27, 0.10);
  --c-live-line: rgba(206, 27, 27, 0.34);
  --c-live-glow: rgba(206, 27, 27, 0.30);
  --c-win: #12813F;
  --c-upcoming: #4640C4;
  --c-silver: #64708A;
  --c-bronze: #96601F;
  --c-silver-wash: rgba(100, 112, 138, 0.12);
  --c-bronze-wash: rgba(150, 96, 31, 0.12);
  --c-text: #16161F;
  --c-text-muted: #4F4F63;
  --c-text-dim: #63637A;
  --c-line: rgba(22, 22, 31, 0.13);
  --c-line-strong: rgba(22, 22, 31, 0.24);
  --c-ghost: #A89355;
  --c-wash: rgba(22, 22, 31, 0.04);
  --c-wash-2: rgba(22, 22, 31, 0.06);
  --c-wash-3: rgba(22, 22, 31, 0.10);
  --c-veil-soft: rgba(255, 253, 247, 0.72);
  --c-veil: rgba(255, 253, 247, 0.88);
  --c-veil-solid: rgba(255, 253, 247, 0.97);
  --c-field: rgba(255, 255, 255, 0.82);
  --c-field-focus: #FFFFFF;
  --c-scrim: rgba(255, 252, 244, 0.94);
  --c-scrim-modal: rgba(28, 24, 8, 0.42);
  --bd-top: #FFFFFF;
  --bd-pool-a: rgba(242, 206, 64, 0.20);
  --bd-pool-b: rgba(236, 192, 96, 0.12);
  --bd-pool-c: rgba(240, 202, 66, 0.15);
  --bd-grid: rgba(22, 22, 31, 0.085);
  --bd-grid-opacity: 1;
  --bd-vignette: rgba(206, 184, 122, 0.13);
  --bd-particle-rgb:
    120,
    108,
    58;
  --bd-particle-gold-rgb:
    184,
    138,
    0;
  --bd-particle-alpha: 1;
  --shadow-card: 0 14px 34px -24px rgba(72, 58, 12, 0.34);
  --shadow-pop: 0 36px 80px -30px rgba(72, 58, 12, 0.38);
  --glow-accent: 0 0 26px -10px rgba(143, 111, 0, 0.42);
  --glow-live: 0 0 22px -8px var(--c-live-glow);
}
@media (max-width: 720px) {
  :root {
    --logo-hero-w: min(78vw, 380px, calc(var(--logo-h-cap) * var(--logo-ratio)));
    --logo-dock-w: 76px;
  }
}
@media (max-height: 820px) {
  :root {
    --logo-h-cap: 30svh;
  }
}
:root.theme-switching *,
:root.theme-switching *::before,
:root.theme-switching *::after {
  transition: none !important;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 420ms;
  animation-timing-function: var(--ease-out-quart);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--c-bg-deep);
}
body {
  margin: 0;
  background: transparent;
  color: var(--c-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection {
  background: var(--c-accent);
  color: var(--c-accent-ink);
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--c-panel-4) transparent;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: var(--c-panel-4);
  border: 3px solid transparent;
  background-clip: content-box;
  border-radius: 99px;
}
*::-webkit-scrollbar-thumb:hover {
  background: var(--c-accent-deep);
  background-clip: content-box;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  margin: 0;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.015em;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  font-family: var(--font-body);
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
}
:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 3px;
  border-radius: 2px;
}
input,
select,
textarea {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--c-text);
  background: var(--c-field);
  border: 1px solid var(--c-line-strong);
  border-radius: 2px;
  padding: 10px 12px;
  width: 100%;
  transition: border-color var(--t-fast) ease, background var(--t-fast) ease;
}
input:hover,
select:hover,
textarea:hover {
  border-color: var(--c-panel-4);
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--c-accent);
  background: var(--c-field-focus);
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: var(--c-text-dim);
}
select option {
  background: var(--c-panel-2);
  color: var(--c-text);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.container {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 40px);
}
.container--narrow {
  max-width: var(--content-narrow);
}
.section {
  padding-block: clamp(56px, 8vw, 112px);
}
.section--tight {
  padding-block: clamp(36px, 5vw, 64px);
}
.page {
  padding-top: calc(var(--nav-h) + clamp(28px, 5vw, 64px));
  padding-bottom: clamp(56px, 8vw, 96px);
  min-height: 70vh;
}
.page__header {
  margin-bottom: clamp(28px, 4vw, 48px);
}
.page__title {
  font-size: var(--fs-h1);
  text-transform: uppercase;
  font-stretch: 112%;
  margin-top: 10px;
}
.page__subtitle {
  margin-top: 16px;
  max-width: 62ch;
  color: var(--c-text-muted);
  font-size: clamp(0.95rem, 0.3vw + 0.9rem, 1.06rem);
}
.section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 40px);
  flex-wrap: wrap;
}
.section__title {
  font-size: var(--fs-h2);
  text-transform: uppercase;
  font-stretch: 110%;
  margin-top: 8px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-accent);
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--c-accent);
  transform: skewX(var(--rake));
  flex: none;
}
.eyebrow--live {
  color: var(--c-live);
}
.eyebrow--live::before {
  background: var(--c-live);
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 30px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: skewX(var(--rake));
  border: 1px solid transparent;
  transition:
    transform var(--t-fast) var(--ease-out-quart),
    background var(--t-fast) ease,
    border-color var(--t-fast) ease,
    box-shadow var(--t-fast) ease,
    color var(--t-fast) ease;
  will-change: transform;
}
.btn > * {
  transform: skewX(calc(-1 * var(--rake)));
}
.btn:hover {
  transform: skewX(var(--rake)) translateY(-2px);
}
.btn:active {
  transform: skewX(var(--rake)) translateY(0);
}
.btn--primary {
  background: var(--c-accent);
  color: var(--c-accent-ink);
  box-shadow: var(--glow-accent);
}
.btn--primary:hover {
  background: var(--c-accent-bright);
}
.btn--ghost {
  background: var(--c-wash);
  border-color: var(--c-line-strong);
  color: var(--c-text);
}
.btn--ghost:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
  background: var(--c-accent-wash);
}
.btn--live {
  background: var(--c-live);
  color: var(--c-live-ink);
  box-shadow: var(--glow-live);
}
.btn--live:hover {
  background: var(--c-live-bright);
}
.btn--sm {
  padding: 9px 18px;
  font-size: 0.72rem;
}
.btn--block {
  width: 100%;
}
.panel {
  position: relative;
  background:
    linear-gradient(
      160deg,
      var(--c-panel-2) 0%,
      var(--c-panel) 100%);
  border: 1px solid var(--c-line);
  border-radius: 3px;
  box-shadow: var(--shadow-card);
}
.chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  background: var(--c-wash);
  border: 1px solid var(--c-line);
  border-radius: 2px;
  transform: skewX(var(--rake));
  transition:
    color var(--t-fast) ease,
    border-color var(--t-fast) ease,
    background var(--t-fast) ease,
    transform var(--t-fast) var(--ease-out-quart);
  white-space: nowrap;
}
.chip > * {
  transform: skewX(calc(-1 * var(--rake)));
}
.chip:hover {
  color: var(--c-text);
  border-color: var(--c-line-strong);
}
.chip--active {
  color: var(--c-accent-ink);
  background: var(--c-accent);
  border-color: var(--c-accent);
}
.chip--active:hover {
  color: var(--c-accent-ink);
  background: var(--c-accent-bright);
}
.mono {
  font-family: var(--font-mono);
}
.tabular {
  font-variant-numeric: tabular-nums;
  font-family: var(--font-mono);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
  gap: 16px;
}
.empty-state {
  padding: clamp(40px, 6vw, 72px) 24px;
  text-align: center;
  color: var(--c-text-dim);
  border: 1px dashed var(--c-line-strong);
  border-radius: 3px;
  font-size: 0.95rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
mark.hit {
  background: transparent;
  color: var(--c-accent);
  box-shadow: inset 0 -2px 0 var(--c-accent-line);
  border-radius: 1px;
}
[appReveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity var(--t-slow) var(--ease-out-expo),
    transform var(--t-slow) var(--ease-out-expo),
    filter var(--t-slow) var(--ease-out-expo);
  transition-delay: var(--reveal-delay, 0ms);
  filter: blur(6px);
}
[appReveal].is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
@keyframes ksh-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 var(--c-live-glow);
  }
  60% {
    opacity: 0.55;
    box-shadow: 0 0 0 7px transparent;
  }
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-live);
  flex: none;
  animation: ksh-pulse 1.5s ease-in-out infinite;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
