.tsfcp-kicker {
  margin: 0 0 10px;
  color: var(--tsfcp-cyan);
  font-family: var(--tsfcp-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tsfcp-button,
.tsfcp-actions .wp-block-button__link,
.tsfcp-auth-button,
.tsf-twitch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(77,246,255,.32);
  border-radius: 6px;
  background: rgba(77,246,255,.08);
  color: var(--tsfcp-text);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0 0 rgba(77,246,255,0);
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.tsfcp-button:hover,
.tsfcp-actions .wp-block-button__link:hover,
.tsfcp-auth-button:hover,
.tsf-twitch-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(77,246,255,.7);
  box-shadow: 0 0 22px rgba(77,246,255,.16);
}

.tsfcp-button--primary .wp-block-button__link,
.tsfcp-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--tsfcp-cyan), var(--tsfcp-green));
  color: #061019;
}

.tsfcp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.tsfcp-panel,
.tsfcp-editor-surface,
.tsfcp-module-slot,
.tsfcp-feature-card,
.tsfcp-case-shell,
.tsfcp-module-fallback {
  position: relative;
  border: 1px solid var(--tsfcp-line);
  border-radius: var(--tsfcp-radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.07), transparent 38%),
    var(--tsfcp-panel);
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  overflow: hidden;
}

.tsfcp-panel::before,
.tsfcp-editor-surface::before,
.tsfcp-module-slot::before,
.tsfcp-feature-card::before,
.tsfcp-case-shell::before,
.tsfcp-module-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(90deg, rgba(77,246,255,.16), transparent 28%, transparent 72%, rgba(255,79,216,.13));
  opacity: .9;
}

.tsfcp-feature-grid {
  gap: 18px;
}

.tsfcp-feature-card {
  min-height: 190px;
  padding: 24px;
}

.tsfcp-feature-card h3,
.tsfcp-case-shell h3,
.tsfcp-module-slot h2,
.tsfcp-module-fallback h3 {
  margin: 0 0 10px;
  font-family: var(--tsfcp-display);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.02;
  text-transform: uppercase;
}

.tsfcp-feature-card p,
.tsfcp-case-shell p,
.tsfcp-module-slot p,
.tsfcp-module-fallback p {
  margin: 0;
  color: var(--tsfcp-muted);
}

.tsfcp-module-slot {
  padding: 28px;
  margin: 24px 0;
}

.tsfcp-module-slot--stream {
  border-color: rgba(77,246,255,.28);
}

.tsfcp-module-slot--cases {
  border-color: rgba(255,79,216,.24);
}

.tsfcp-module-slot--loot {
  border-color: rgba(255,179,71,.24);
}

.tsfcp-module-slot--referrals {
  border-color: rgba(140,255,106,.22);
}

.tsfcp-module-fallback {
  min-height: 210px;
  padding: 28px;
  display: grid;
  align-content: center;
}

.tsfcp-module-fallback__pulse {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border: 1px solid rgba(77,246,255,.38);
  border-radius: 8px;
  background: radial-gradient(circle, rgba(77,246,255,.24), transparent 62%);
  box-shadow: 0 0 26px rgba(77,246,255,.18);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
}

.tsfcp-case-placeholder-grid {
  gap: 18px;
}

.tsfcp-case-shell {
  min-height: 250px;
  padding: 22px;
  display: grid;
  align-content: end;
}

.tsfcp-case-shell span {
  width: min(170px, 70%);
  aspect-ratio: 1 / .72;
  margin: 0 auto 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.03)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(0,0,0,.18) 19px 20px);
  clip-path: polygon(8% 0, 92% 0, 100% 24%, 88% 100%, 12% 100%, 0 24%);
}

.tsfcp-case-shell--cyan span {
  box-shadow: 0 0 34px rgba(77,246,255,.16);
}

.tsfcp-case-shell--pink span {
  box-shadow: 0 0 34px rgba(255,79,216,.17);
}

.tsfcp-case-shell--gold span {
  box-shadow: 0 0 34px rgba(255,179,71,.18);
}

.tsfcp-media-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(77,246,255,.28);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: var(--tsfcp-muted);
}

.tsfcp-media-placeholder span {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: radial-gradient(circle, rgba(255,79,216,.22), transparent 68%);
}

.tsfcp-prose {
  color: var(--tsfcp-text);
}

.tsfcp-prose h1,
.tsfcp-prose h2,
.tsfcp-prose h3,
.tsfcp-prose h4 {
  font-family: var(--tsfcp-display);
  line-height: 1.06;
}

.tsfcp-prose p {
  color: var(--tsfcp-muted);
}

.tsfcp-prose a {
  color: var(--tsfcp-cyan);
}
