.ty-page--poker {
  position: relative;
}
.ty-main--poker {
  padding-top: var(--header-height-mobile);
}
@media (min-width: 1024px) {
  .ty-main--poker {
    padding-top: var(--header-height-desktop);
  }
}
.poker-hero {
  padding-top: calc(var(--space-4xl) + 12px);
}
.poker-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: var(--grid-gap-xl);
  align-items: center;
}
@media (max-width: 1023.98px) {
  .poker-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.poker-hero-copy {
  max-width: 40rem;
}
.poker-hero-title {
  text-shadow: 0 0 40px rgba(0, 245, 255, 0.35);
}
.poker-hero-subtitle {
  max-width: 32rem;
}
.poker-hero-pill {
  background: radial-gradient(circle at 0 0, rgba(0, 245, 255, 0.25), transparent 55%), rgba(5, 6, 10, 0.9);
}
.poker-hero-cta {
  margin-top: var(--space-lg);
}
.poker-hero-metrics {
  margin-top: var(--space-xl);
}
.poker-hero-media {
  position: relative;
}
.poker-hero-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: radial-gradient(circle at 0 0, rgba(0, 245, 255, 0.16), transparent 55%), radial-gradient(circle at 100% 100%, rgba(255, 0, 122, 0.2), transparent 55%), #05060a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong), var(--shadow-glow-primary);
}
.poker-hero-image {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}
.poker-hero-caption {
  padding: var(--space-sm) var(--space-md) var(--space-md);
  color: var(--color-text-soft);
}
.poker-media-row {
  align-items: center;
}
.poker-media-glass {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: radial-gradient(circle at 0 0, rgba(0, 245, 255, 0.2), transparent 55%), radial-gradient(circle at 100% 100%, rgba(255, 0, 122, 0.18), transparent 55%), rgba(5, 6, 10, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
}
.poker-feature-grid {
  margin-top: var(--space-lg);
}
.poker-feature-card {
  height: 100%;
}
.poker-feature-card .poker-list {
  margin-top: var(--space-sm);
}
.poker-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.poker-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}
.poker-list li + li {
  margin-top: 0.4rem;
}
.poker-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--color-primary), transparent 60%);
  box-shadow: 0 0 10px rgba(0, 245, 255, 0.7);
}
.poker-list--compact li {
  font-size: var(--text-xs);
}
.poker-themes {
  position: relative;
}
.poker-chip-list {
  row-gap: var(--space-xs);
}
.poker-theme-grid {
  align-items: stretch;
}
.poker-surface {
  height: 100%;
}
.poker-subheading {
  margin-bottom: var(--space-xs);
}
.poker-flow {
  position: relative;
}
.poker-timeline {
  margin-top: var(--space-xl);
}
.poker-step {
  position: relative;
}
.poker-step-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: var(--letter-wide);
  color: var(--color-secondary);
}
.poker-cta {
  padding-bottom: var(--space-4xl);
}
.poker-cta-surface {
  position: relative;
  overflow: hidden;
}
.poker-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
  gap: var(--grid-gap-xl);
  align-items: stretch;
}
@media (max-width: 1023.98px) {
  .poker-cta-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
.poker-cta-copy {
  min-width: 0;
}
.poker-cta-buttons {
  margin-top: var(--space-md);
}
.poker-cta-panel {
  min-width: 0;
}
.poker-cta-panel-inner {
  height: 100%;
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  background: radial-gradient(circle at 0 0, rgba(255, 221, 53, 0.14), transparent 55%), rgba(5, 6, 10, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
}
.poker-cta-badge {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: var(--letter-wide);
  color: var(--color-accent);
}
.poker-cta-highlight {
  font-size: var(--text-sm);
  color: var(--color-text-soft);
}
.poker-cta-note {
  color: var(--color-text-muted);
}
.poker-section-header {
  max-width: 46rem;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .poker-hero {
    padding-top: var(--space-3xl);
  }
  .poker-hero-cta {
    margin-top: var(--space-md);
  }
  .poker-hero-metrics {
    margin-top: var(--space-lg);
  }
  .poker-hero-figure {
    max-width: 480px;
    margin-inline: auto;
  }
}
[data-poker-metric] {
  transition: color var(--transition-base), text-shadow var(--transition-base), transform var(--transition-bounce);
}
[data-poker-metric].poker-metric-animated {
  color: var(--color-primary-strong);
  text-shadow: 0 0 22px rgba(0, 245, 255, 0.7);
  transform: translateY(-2px);
}
.poker-step[data-poker-step].poker-step-active {
  box-shadow: var(--shadow-strong), var(--shadow-glow-secondary);
  border-color: var(--color-border-strong);
}
.poker-step[data-poker-step].poker-step-active .poker-step-label {
  color: var(--color-primary);
}
