:root {
  --pink-glow: 0 10px 40px rgba(236, 72, 153, 0.25);
  --pink-border: rgba(236, 72, 153, 0.35);
  --panel: rgba(17, 17, 17, 0.6);
  --secret-crimson: #ff2a48;
  --secret-ember: #7f0a1a;
  --secret-carbon: #060002;
  --hack-glitch-duration: 1400ms;
  --hack-switch-delay: 320ms;
  --hack-glitch-intensity: 8px;
  --hack-rain-speed: 1200ms;
  --hack-terminal-fade: 420ms;
  --hack-raster-tilt: 1.6deg;
  --hack-total-duration: 1600ms;
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  gap: 18px;
  pointer-events: none;
}

.image-lightbox[hidden],
.image-lightbox[aria-hidden="true"],
.image-lightbox:not(.flex) {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.image-lightbox.flex {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.image-lightbox.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(236, 72, 153, 0.18), rgba(0, 0, 0, 0.9));
  backdrop-filter: blur(12px);
  opacity: 0.95;
  pointer-events: auto;
}

.image-lightbox__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1200px, 94vw);
  max-height: min(90vh, 900px);
  background: rgba(9, 9, 11, 0.94);
  border: 1px solid rgba(236, 72, 153, 0.5);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6), 0 0 40px rgba(236, 72, 153, 0.25);
  padding: 18px;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.image-lightbox__frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(236, 72, 153, 0.35);
  background: linear-gradient(145deg, rgba(24, 24, 27, 0.9), rgba(10, 10, 12, 0.95));
  min-height: 320px;
}

.image-lightbox__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.image-lightbox__frame img:not([src]),
.image-lightbox__frame img[src=""] {
  display: none;
}

.image-lightbox__caption {
  margin-top: 12px;
  font-size: 14px;
  color: #f9a8d4;
  text-align: center;
  letter-spacing: 0.02em;
}

.image-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 1px solid rgba(236, 72, 153, 0.5);
  background: rgba(24, 24, 27, 0.9);
  color: #fce7f3;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 18px rgba(236, 72, 153, 0.25);
}

.image-lightbox__close:hover,
.image-lightbox__close:focus {
  outline: none;
  border-color: rgba(236, 72, 153, 0.8);
  color: #fbcfe8;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55), 0 0 22px rgba(236, 72, 153, 0.35);
}

.lightbox-status {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 12px);
  padding: 12px 16px;
  background: linear-gradient(145deg, rgba(24, 24, 27, 0.9), rgba(10, 10, 12, 0.94));
  border: 1px solid rgba(236, 72, 153, 0.6);
  border-radius: 12px;
  color: #fbcfe8;
  font-size: 14px;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 20px rgba(236, 72, 153, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
  z-index: 70;
}

.lightbox-status.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

html.secret-mode body,
body.secret-mode {
  background: radial-gradient(circle at 20% 20%, rgba(255, 51, 79, 0.16), transparent 40%),
    radial-gradient(circle at 80% 10%, rgba(255, 0, 0, 0.22), transparent 36%),
    linear-gradient(145deg, #050000, #0b0003 50%, #090006);
  color: #ffecec;
}

html.secret-mode body h1,
html.secret-mode body h2,
html.secret-mode body h3,
html.secret-mode body h4,
html.secret-mode body h5,
html.secret-mode body h6,
html.secret-mode body p,
html.secret-mode body a,
html.secret-mode body span {
  color: #ffd7d7;
}

html.birds-muted body {
  filter: saturate(0.45);
}

html.birds-muted [data-bird-content] {
  display: none !important;
}

[data-bird-placeholder] {
  display: none;
}

html.birds-muted [data-bird-placeholder] {
  display: flex;
}

.bird-hide-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(255, 72, 90, 0.15), rgba(17, 17, 17, 0.92));
  border: 1px solid rgba(255, 99, 99, 0.4);
  color: #ffe1e1;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 18px rgba(255, 72, 90, 0.2);
}

.bird-hide-banner__dot {
  height: 12px;
  width: 12px;
  border-radius: 999px;
  background: radial-gradient(circle, #ff4d4d 0%, #7f1d1d 100%);
  box-shadow: 0 0 12px rgba(255, 77, 77, 0.55);
}

.bird-hide-banner.is-visible {
  display: inline-flex;
}

.bird-hide-banner__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 115, 155, 0.35);
  background: linear-gradient(135deg, rgba(73, 18, 36, 0.75), rgba(255, 20, 90, 0.12));
  color: #ffe5ef;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 0 12px rgba(255, 72, 90, 0.15);
}

.bird-hide-banner__toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 160, 200, 0.65);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.42), 0 0 16px rgba(255, 90, 140, 0.24);
}

.bird-hide-banner__toggle:focus-visible {
  outline: 2px solid rgba(255, 160, 200, 0.75);
  outline-offset: 2px;
}

.bird-hide-banner__toggle.is-muted {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffdfe8;
  background: linear-gradient(135deg, rgba(18, 18, 18, 0.85), rgba(88, 20, 45, 0.35));
  opacity: 0.8;
}

html.secret-mode .site-backdrop__gradient {
  background: radial-gradient(circle at 40% 30%, rgba(255, 42, 72, 0.15), transparent 35%),
    radial-gradient(circle at 80% 15%, rgba(255, 12, 24, 0.18), transparent 30%),
    linear-gradient(140deg, #0b0003, #030000 50%, #120000);
}

html.secret-mode .site-backdrop__orb {
  background: radial-gradient(circle, rgba(255, 42, 72, 0.35), rgba(39, 0, 6, 0.4));
}

html.secret-mode .site-backdrop__orb--secondary {
  background: radial-gradient(circle, rgba(127, 10, 26, 0.38), rgba(10, 0, 0, 0.5));
}

html.secret-mode header,
html.secret-mode footer,
html.secret-mode .floating-chat,
html.secret-mode .floating-chat-toggle,
html.secret-mode [data-upsell-modal] > div {
  border-color: rgba(255, 60, 60, 0.45) !important;
  background-color: rgba(8, 0, 0, 0.78) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}

html.secret-mode header .h-12,
html.secret-mode header h1,
html.secret-mode header p,
html.secret-mode footer a,
html.secret-mode nav a {
  color: #ffe1e1 !important;
}

html.secret-mode nav a,
html.secret-mode footer a,
html.secret-mode .floating-chat-toggle {
  border-color: rgba(255, 72, 90, 0.5) !important;
}

html.secret-mode .pill-badge,
html.secret-mode .glass-chip,
html.secret-mode .ad-card {
  border-color: rgba(255, 99, 99, 0.55);
  background: rgba(15, 0, 0, 0.72);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.55);
}

html.secret-mode .badge-dot {
  background: radial-gradient(circle, #ff4d4d 0%, #7f1d1d 100%);
  box-shadow: 0 0 12px rgba(255, 77, 77, 0.7);
}

html.secret-mode .glow-cta {
  background: linear-gradient(90deg, #f87171, #ef4444, #7f1d1d);
  color: #1c0000;
  box-shadow: 0 14px 36px rgba(248, 113, 113, 0.5);
}

html.secret-mode .floating-chat-toggle .pulse-ring {
  background: radial-gradient(circle, rgba(255, 72, 90, 0.4), transparent 65%);
}

html.secret-mode .shadow-glow,
html.secret-mode [data-glow-hover]:hover {
  box-shadow: 0 20px 55px rgba(248, 113, 113, 0.35);
}

html.secret-mode .gradient-overlay {
  background: linear-gradient(180deg, rgba(255, 51, 79, 0.12), rgba(0, 0, 0, 0));
}

html.secret-mode .neon-card {
  border-color: rgba(255, 60, 60, 0.5);
  background: linear-gradient(140deg, rgba(14, 0, 0, 0.82), rgba(0, 0, 0, 0.8));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

html.secret-mode .neon-card::before {
  background: linear-gradient(120deg, rgba(248, 113, 113, 0.4), rgba(127, 29, 29, 0.25));
}

html.secret-mode .pill-pulse::before {
  background: radial-gradient(circle, rgba(255, 72, 90, 0.3), transparent 65%);
}

html.secret-mode .floating-chat,
html.secret-mode .floating-chat-toggle {
  color: #ffecec;
}

html.secret-mode .floating-chat button,
html.secret-mode .floating-chat a,
html.secret-mode footer a:hover,
html.secret-mode nav a:hover {
  color: #ff8fa0 !important;
}

.hack-overlay {
  --hack-neon: #ff2f8e;
  --hack-neon-soft: rgba(255, 47, 142, 0.18);
  --hack-deep: #050003;
  --hack-iris: rgba(255, 102, 178, 0.16);
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 80;
  mix-blend-mode: screen;
  filter: hue-rotate(-6deg) saturate(1.12);
  background: radial-gradient(circle at 22% 18%, rgba(255, 47, 142, 0.22), transparent 32%),
    radial-gradient(circle at 78% 74%, rgba(143, 0, 57, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 60%);
  transition: opacity var(--hack-terminal-fade) ease;
  overflow: hidden;
}

.hack-overlay::before,
.hack-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hack-overlay::before {
  background: repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 2px,
      rgba(0, 0, 0, 0.18) 4px,
      rgba(0, 0, 0, 0.18) 5px
    ),
    linear-gradient(180deg, rgba(255, 47, 142, 0.22), rgba(0, 0, 0, 0));
  mix-blend-mode: soft-light;
  opacity: 0.6;
  animation: hackScan 1.6s linear infinite;
}

.hack-overlay::after {
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.06), transparent 45%),
    radial-gradient(circle at 40% 80%, rgba(255, 47, 142, 0.12), transparent 38%),
    linear-gradient(90deg, rgba(255, 47, 142, 0.18), rgba(102, 0, 51, 0.04));
  mix-blend-mode: screen;
  opacity: 0.35;
  filter: blur(1px);
}

.hack-overlay__noise,
.hack-overlay__rain,
.hack-overlay__glitch,
.hack-overlay__console {
  position: absolute;
  inset: 0;
}

.hack-overlay__noise {
  background: repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.12) 1px,
      rgba(0, 0, 0, 0.22) 3px,
      rgba(0, 0, 0, 0.22) 4px
    ),
    radial-gradient(circle at 22% 30%, rgba(255, 47, 142, 0.22), transparent 30%),
    radial-gradient(circle at 82% 66%, rgba(255, 140, 255, 0.12), transparent 34%),
    radial-gradient(circle at 40% 80%, rgba(255, 47, 142, 0.12), transparent 40%);
  opacity: 0.75;
  animation: hackNoise var(--hack-glitch-duration) steps(4) infinite;
}

.hack-overlay__rain {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 0.12) 48%,
    rgba(255, 255, 255, 0) 52%
  );
  background-size: 2px 26px;
  mix-blend-mode: soft-light;
  opacity: 0.7;
  animation: hackRain var(--hack-rain-speed) linear infinite;
}

.hack-overlay__glitch {
  background: linear-gradient(180deg, rgba(255, 47, 142, 0.24), rgba(0, 0, 0, 0) 32%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  mix-blend-mode: screen;
  opacity: 0.55;
  transform: skewY(var(--hack-raster-tilt)) translate3d(0, 0, 0);
  animation: hackGlitch var(--hack-glitch-duration) steps(6) infinite;
}

.hack-overlay__console {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 18px;
  font-size: clamp(11px, 2vw, 13px);
  letter-spacing: clamp(0.18em, 1vw, 0.26em);
  text-transform: uppercase;
  font-weight: 900;
  background: linear-gradient(120deg, rgba(12, 2, 6, 0.92), rgba(6, 0, 2, 0.78));
  color: #ffe5f5;
  border: 1px solid rgba(255, 47, 142, 0.72);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.65), 0 0 24px rgba(255, 47, 142, 0.6), 0 0 60px rgba(255, 47, 142, 0.25);
  opacity: 0;
  transform-origin: center;
  transition: opacity 160ms ease, transform 220ms ease;
}

.hack-overlay.is-active {
  opacity: 1;
  pointer-events: none;
}

.hack-overlay.is-active .hack-overlay__console.is-visible {
  opacity: 1;
  transform: translateX(-50%) scale(1.05);
}

.hack-overlay.is-secret .hack-overlay__console::before {
  content: 'access granted • ';
  color: rgba(255, 223, 234, 0.9);
}

.hack-overlay:not(.is-secret) .hack-overlay__console::before {
  content: 'channel restore • ';
  color: rgba(255, 199, 255, 0.8);
}

@keyframes hackScan {
  from {
    transform: translateY(-8%);
  }
  to {
    transform: translateY(8%);
  }
}

@keyframes hackNoise {
  0% {
    transform: translate3d(0, 0, 0);
  }
  35% {
    transform: translate3d(-4px, 1px, 0);
  }
  65% {
    transform: translate3d(3px, -2px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hackRain {
  from {
    background-position: 0 -20px;
  }
  to {
    background-position: 0 100%;
  }
}

@keyframes hackGlitch {
  0% {
    clip-path: inset(6% 0 30% 0);
    filter: hue-rotate(-8deg) saturate(1.1);
  }
  25% {
    clip-path: inset(16% 0 12% 0);
    transform: skewY(calc(var(--hack-raster-tilt) * -1)) translateX(var(--hack-glitch-intensity));
  }
  50% {
    clip-path: inset(22% 0 20% 0);
    transform: skewY(var(--hack-raster-tilt)) translateX(calc(var(--hack-glitch-intensity) * -1));
  }
  75% {
    clip-path: inset(12% 0 18% 0);
    filter: hue-rotate(6deg) saturate(1.2);
  }
  100% {
    clip-path: inset(6% 0 30% 0);
    transform: skewY(var(--hack-raster-tilt));
  }
}

html.secret-mode [data-upsell-modal] {
  background: radial-gradient(circle at 40% 40%, rgba(255, 72, 90, 0.16), rgba(0, 0, 0, 0.8));
}

body.channel-swap::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.05) 2px,
      rgba(0, 0, 0, 0.08) 4px,
      rgba(0, 0, 0, 0.08) 6px
    ),
    radial-gradient(circle at 50% 50%, rgba(255, 72, 90, 0.14), transparent 38%);
  mix-blend-mode: screen;
  animation: channelSwap 0.6s ease;
  opacity: 0;
}

@keyframes channelSwap {
  0% {
    opacity: 0.7;
    transform: scale(1.02);
  }
  40% {
    opacity: 0.9;
    transform: scale(1.01) translateY(-2px);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.channel-change-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
  z-index: 60;
  mix-blend-mode: screen;
}

.channel-change-overlay__static {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.08) 1px,
      rgba(0, 0, 0, 0.2) 3px,
      rgba(0, 0, 0, 0.2) 4px
    ),
    radial-gradient(circle at 50% 50%, rgba(255, 42, 72, 0.25), transparent 40%);
  animation: channelStatic 0.32s steps(3) infinite;
}

.channel-change-overlay__bars {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 70%);
  mix-blend-mode: multiply;
}

.channel-change-overlay__label {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  background: rgba(18, 0, 2, 0.85);
  color: #ffeaec;
  border: 1px solid rgba(255, 102, 122, 0.6);
  padding: 10px 16px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.6), 0 0 24px rgba(255, 36, 72, 0.45);
}

body.channel-swap .channel-change-overlay {
  opacity: 1;
  transform: scale(1.01);
}

@keyframes channelStatic {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2px, 1px, 0);
  }
  100% {
    transform: translate3d(1px, -2px, 0);
  }
}

.gradient-text {
  background: linear-gradient(90deg, #f472b6, #f0abfc, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

[data-secret-gallery] {
  display: none;
}

html.secret-mode [data-secret-gallery] {
  display: block;
}

.secret-panel {
  background: linear-gradient(135deg, rgba(10, 0, 2, 0.8), rgba(16, 0, 4, 0.9));
}

.secret-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 24px 12px;
  border-bottom: 1px solid rgba(255, 72, 90, 0.4);
}

.secret-panel__badge {
  background: linear-gradient(120deg, rgba(255, 72, 90, 0.18), rgba(127, 10, 26, 0.35));
  border: 1px solid rgba(255, 84, 104, 0.55);
  color: #ffe5e5;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.55), 0 0 20px rgba(255, 42, 72, 0.28);
}

.secret-panel__body {
  display: grid;
  gap: 18px;
  padding: 18px 16px 22px;
  background: radial-gradient(circle at 20% 30%, rgba(255, 42, 72, 0.08), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(127, 10, 26, 0.16), transparent 40%);
}

.secret-channel {
  border: 1px solid rgba(255, 72, 90, 0.25);
  border-radius: 16px;
  padding: 14px;
  background: rgba(10, 0, 0, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.secret-channel__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.secret-channel__blurb {
  color: #f8c5c5;
  font-size: 13px;
}

.secret-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 72, 90, 0.22);
  border: 1px solid rgba(255, 72, 90, 0.6);
  color: #ffe5e5;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 800;
}

.secret-chip--clown {
  background: rgba(255, 180, 41, 0.15);
  border-color: rgba(255, 164, 82, 0.6);
  color: #ffe9d2;
}

.secret-chip--mvp {
  background: rgba(72, 209, 255, 0.12);
  border-color: rgba(115, 234, 255, 0.5);
  color: #d4f4ff;
}

.secret-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 6px 2px 4px;
  scrollbar-width: thin;
}

.secret-strip::-webkit-scrollbar {
  height: 6px;
}

.secret-strip::-webkit-scrollbar-thumb {
  background: rgba(255, 84, 104, 0.6);
  border-radius: 999px;
}

.secret-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 84, 104, 0.35);
  background: linear-gradient(180deg, rgba(20, 0, 0, 0.78), rgba(10, 0, 0, 0.85));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.6);
}

.secret-card__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #060002;
}

.secret-card__frame img {
  filter: saturate(1.05) contrast(1.02);
}

.secret-card__meta {
  padding: 10px 12px 12px;
  color: #ffdcdc;
  font-size: 13px;
}

.secret-card__title {
  font-weight: 800;
  letter-spacing: 0.05em;
}

.secret-card__note {
  color: #f8b4b4;
  font-size: 12px;
}

.secret-pill {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffe5e5;
  border: 1px solid rgba(255, 84, 104, 0.6);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.secret-empty {
  display: grid;
  place-items: center;
  min-height: 160px;
  font-size: 13px;
  color: #f8c5c5;
  background: rgba(10, 0, 2, 0.6);
  border: 1px dashed rgba(255, 84, 104, 0.5);
  border-radius: 12px;
}

.animate-gradient {
  animation: gradientShift 12s ease infinite;
}

@keyframes gradientShift {
  0% { transform: translateX(0); opacity: 0.9; }
  50% { transform: translateX(-6%); opacity: 1; }
  100% { transform: translateX(0); opacity: 0.9; }
}

.pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid var(--pink-border);
  background: rgba(24, 24, 27, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pill-pulse {
  position: relative;
  isolation: isolate;
}

.pill-pulse::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(236,72,153,0.25), transparent 60%);
  animation: pulse 2.4s ease-in-out infinite;
  z-index: -1;
}

@keyframes pulse {
  0% { opacity: 0.4; transform: scale(0.9); }
  50% { opacity: 0.9; transform: scale(1.05); }
  100% { opacity: 0.4; transform: scale(0.9); }
}

.shadow-glow {
  box-shadow: var(--pink-glow);
}

.glow-border {
  position: relative;
  overflow: hidden;
}

.glow-border::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(236,72,153,0.4), rgba(168,85,247,0.25));
  filter: blur(14px);
  opacity: 0.35;
  z-index: 0;
}

.glow-border > * {
  position: relative;
  z-index: 1;
}

.glass-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(236, 72, 153, 0.35);
  background: rgba(17, 17, 17, 0.65);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f472b6, #a855f7);
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.6);
}

.gradient-overlay {
  background: linear-gradient(180deg, rgba(236,72,153,0.07), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity 0.4s ease;
}

[data-glow-hover]:hover .gradient-overlay {
  opacity: 1;
}

[data-glow-hover] {
  transition: box-shadow 0.5s ease, transform 0.45s ease;
}

[data-glow-hover]:hover {
  box-shadow: 0 20px 60px rgba(236, 72, 153, 0.25);
  transform: translateY(-4px);
}

.glow-cta {
  background: linear-gradient(90deg, #f472b6, #ec4899, #c026d3);
  color: #0f0a13;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 12px 30px rgba(236, 72, 153, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.glow-cta:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 16px 44px rgba(236, 72, 153, 0.45);
}

.neon-card {
  position: relative;
  overflow: hidden;
}

.neon-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(236,72,153,0.3), rgba(168,85,247,0.15));
  filter: blur(18px);
  opacity: 0.4;
}

.neon-card > * {
  position: relative;
  z-index: 1;
}

.ad-card {
  position: relative;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(236, 72, 153, 0.35);
  background: linear-gradient(145deg, rgba(38, 38, 38, 0.8), rgba(24, 24, 27, 0.9));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.ad-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(236,72,153,0.08), transparent 45%);
  opacity: 0.9;
  pointer-events: none;
}

.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%);
  transform: translateX(-120%);
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-120%); }
  60% { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}

.noise {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='n' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.08;
  mix-blend-mode: soft-light;
}

.floating-chat {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: 320px;
  width: calc(100% - 48px);
  background: rgba(12, 12, 12, 0.9);
  border: 1px solid rgba(236, 72, 153, 0.4);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 20px 60px rgba(236, 72, 153, 0.25);
  backdrop-filter: blur(12px);
  display: none;
  z-index: 60;
}

.floating-chat.is-visible {
  display: block;
}

.floating-chat-toggle {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: linear-gradient(120deg, #ec4899, #c026d3);
  color: #0f0a13;
  padding: 12px 18px;
  border-radius: 9999px;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 18px 36px rgba(236, 72, 153, 0.35);
  z-index: 50;
  overflow: hidden;
}

.floating-chat-toggle:hover {
  transform: translateY(-1px);
}

.pulse-ring {
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(236,72,153,0.35), transparent 70%);
  animation: pulse 2.8s ease-in-out infinite;
}

.shadow-inner {
  box-shadow: inset 0 10px 20px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  .floating-chat,
  .floating-chat-toggle {
    right: 16px;
    bottom: 16px;
  }
}
