/**
 * Gilfs.cam — 1:1 port of app/globals.css + Tailwind utilities from components
 */

:root {
  --fetish-dark: #0a0a0a;
  --fetish-card: rgba(20, 20, 20, 0.8);
  --fetish-red: #fc0100;
  --fetish-orange: #ea580c;
  --fetish-gold: #fab523;
  --fetish-stats: rgba(15, 15, 15, 0.9);
  --radius: 0.625rem;
  --radius-lg: 0.625rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* clip, not hidden — overflow-x:hidden on html/body breaks position:sticky */
  overflow-x: clip;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: clip;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--fetish-dark);
  color: #fff;
  line-height: 1.5;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* Layout — matches Tailwind container mx-auto + px-3 sm:px-4 */
.site-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
  .site-container {
    max-width: 640px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .site-container { max-width: 768px; }
}
@media (min-width: 1024px) {
  .site-container { max-width: 1024px; }
}
@media (min-width: 1280px) {
  .site-container { max-width: 1280px; }
}
@media (min-width: 1536px) {
  .site-container { max-width: 1536px; }
}

/* Full-bleed bars (stats) with centered inner content */
.site-container--fluid {
  max-width: none;
  width: 100%;
}

.site-main { padding-top: 1rem; padding-bottom: 1.5rem; }
@media (min-width: 640px) {
  .site-main { padding-top: 1.5rem; padding-bottom: 1.5rem; }
}

/* Homepage — no double padding with .home-page (container py-4 sm:py-6) */
body.home .site-main {
  padding-top: 0;
  padding-bottom: 0;
}

.home-page {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .home-page {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* Homepage hero — ClientHomePage.tsx text-center mb-6 sm:mb-8 */
.home-hero {
  text-align: center;
  margin-bottom: 1.5rem; /* mb-6 */
}
@media (min-width: 640px) {
  .home-hero { margin-bottom: 2rem; } /* sm:mb-8 */
}

.home-hero__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem; /* mb-4 — space after h1, before lead */
}

.home-hero__crown {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: #facc15; /* text-yellow-400 */
}
.home-hero__title-row .home-hero__crown:first-child {
  margin-right: 0.5rem; /* mr-2 */
}
.home-hero__title-row .home-hero__crown:last-child {
  margin-left: 0.5rem; /* ml-2 */
}
@media (min-width: 640px) {
  .home-hero__crown {
    width: 2rem;
    height: 2rem;
  }
  .home-hero__title-row .home-hero__crown:first-child { margin-right: 1rem; } /* sm:mr-4 */
  .home-hero__title-row .home-hero__crown:last-child { margin-left: 1rem; } /* sm:ml-4 */
}
@media (min-width: 768px) {
  .home-hero__crown {
    width: 3rem;
    height: 3rem;
  }
}

.home-hero__title {
  font-size: 1.25rem; /* text-xl */
  font-weight: 700;
  line-height: 1.25; /* leading-tight */
  margin: 0;
}
@media (min-width: 640px) {
  .home-hero__title { font-size: 1.5rem; } /* sm:text-2xl */
}
@media (min-width: 768px) {
  .home-hero__title { font-size: 2.25rem; } /* md:text-4xl */
}
@media (min-width: 1024px) {
  .home-hero__title { font-size: 3.75rem; } /* lg:text-6xl */
}

.home-hero__lead {
  font-size: 1rem; /* text-base */
  line-height: 1.625;
  color: #d1d5db;
  margin: 0;
  padding: 0 0.5rem; /* px-2 */
}
@media (min-width: 640px) {
  .home-hero__lead { font-size: 1.125rem; } /* sm:text-lg */
}
@media (min-width: 768px) {
  .home-hero__lead { font-size: 1.25rem; } /* md:text-xl */
}

.home-affiliate-wrap {
  margin-bottom: 1.5rem; /* mb-6 */
}
@media (min-width: 640px) {
  .home-affiliate-wrap { margin-bottom: 2rem; } /* sm:mb-8 */
}
.home-affiliate-wrap .affiliate-widget {
  margin-bottom: 0;
}

.home-search-banner {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(239, 68, 68, 0.3);
  background: rgba(127, 29, 29, 0.25);
}
@media (min-width: 640px) {
  .home-search-banner { margin-bottom: 2rem; padding: 1.25rem 1.5rem; }
}
.home-search-banner__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .home-search-banner__title { font-size: 1.25rem; }
}
.home-search-banner__lead {
  margin: 0;
  font-size: 0.875rem;
  color: #9ca3af;
}
@media (min-width: 640px) {
  .home-search-banner__lead { font-size: 1rem; }
}

.home-models-wrap {
  margin-bottom: 2rem; /* mb-8 */
}
@media (min-width: 640px) {
  .home-models-wrap { margin-bottom: 3rem; } /* sm:mb-12 */
}
.home-models-wrap .models-grid-wrap {
  margin-bottom: 0;
}

/* Backgrounds */
.bg-fetish-dark {
  background-color: var(--fetish-dark);
  background-image:
    radial-gradient(circle at 20% 50%, rgba(252, 1, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(234, 88, 12, 0.1) 0%, transparent 50%);
  min-height: 100vh;
}

.bg-fetish-header {
  background-color: var(--fetish-dark);
  background-image:
    radial-gradient(circle at 20% 50%, rgba(252, 1, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(234, 88, 12, 0.1) 0%, transparent 50%);
}

.bg-fetish-card {
  background: var(--fetish-card);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(252, 1, 0, 0.2);
}

.bg-fetish-stats {
  background: var(--fetish-stats);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.backdrop-blur-sm { backdrop-filter: blur(4px); }

/* Typography */
.text-fetish-gradient {
  background: linear-gradient(135deg, var(--fetish-red) 0%, var(--fetish-orange) 50%, var(--fetish-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .text-fetish-gradient {
    background-size: 200% 200%;
    animation: gradient-shift 6s ease-in-out infinite;
  }
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s;
}
@media (min-width: 640px) { .logo-link { gap: 0.75rem; } }
.logo-link:hover { transform: scale(1.05); }

.logo-gradient {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(to right, #fb923c, #ef4444, #facc15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 640px) { .logo-gradient { font-size: 1.875rem; } }

.logo-gradient .logo-dot {
  color: #f87171;
  -webkit-text-fill-color: #f87171;
}

.logo-tagline {
  display: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(253, 186, 116, 0.8);
}
@media (min-width: 640px) { .logo-tagline { display: block; } }

/* Buttons */
.btn-fetish {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  background: linear-gradient(135deg, var(--fetish-red) 0%, var(--fetish-orange) 50%, var(--fetish-gold) 100%);
  box-shadow: 0 4px 15px rgba(252, 1, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}
.btn-fetish:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(252, 1, 0, 0.4);
}
.btn-fetish:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.btn-fetish--sm { height: 1.75rem; padding-left: 0.75rem; padding-right: 0.75rem; font-size: 0.75rem; }
@media (min-width: 640px) { .btn-fetish--sm { height: 1.75rem; } }
@media (min-width: 768px) { .btn-fetish--md { height: 1.75rem; } }

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #f87171;
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn-outline:hover { background: rgba(239, 68, 68, 0.1); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: background-color 0.2s;
}
.btn-ghost:hover { background: rgba(239, 68, 68, 0.2); }

.load-more-wrap {
  display: none;
  justify-content: center;
  margin-top: 2rem;
}
.load-more-wrap.is-visible { display: flex; }

.btn-load-more {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.375rem;
}
.btn-load-more:hover:not(:disabled) { transform: scale(1.05); box-shadow: 0 10px 15px rgba(239, 68, 68, 0.3); }
.btn-load-more:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

/* Stats bar — py-1.5, gradient */
.stats-bar {
  background: linear-gradient(to right, #dc2626, #f97316, #eab308);
  color: #fff;
  padding: 0.375rem 0;
}
.stats-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .stats-bar__inner { gap: 1.5rem; font-size: 0.875rem; }
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
}
.stat-item__icon { width: 0.75rem; height: 0.75rem; flex-shrink: 0; }
@media (min-width: 640px) { .stat-item__icon { width: 1rem; height: 1rem; } }
.stat-label { display: none; }
@media (min-width: 640px) { .stat-label { display: inline; } }

/* Header — sticky, border-red-500/20, py-2 sm:py-3 lg:py-4 */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(239, 68, 68, 0.2);
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) { .header-row { gap: 0.5rem; } }
@media (min-width: 1024px) { .header-row { padding-top: 1rem; padding-bottom: 1rem; } }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 640px) { .header-actions { gap: 0.5rem; } }
@media (min-width: 1024px) { .header-actions { gap: 1rem; } }

.header-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) { .header-nav { display: flex; } }

.header-nav a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  transition: color 0.2s;
}
.nav-girls:hover { color: #fb923c; }
.nav-men:hover { color: #facc15; }
.nav-couples:hover { color: #f87171; }
.nav-trans:hover { color: #fdba74; }
.nav-faq:hover { color: #fde047; }
.nav-blog:hover { color: #93c5fd; }
.nav-toplist:hover { color: #fca5a5; }

/* Search — site-header.tsx: absolute Go + translate-y-1/2 */
.search-wrap {
  display: none;
  position: relative;
  flex: 1;
  max-width: 28rem;
  width: 100%;
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .search-wrap { display: block; }
}

.search-form {
  position: relative;
  width: 100%;
}

.search-input {
  width: 100%;
  height: 2.25rem;
  padding: 0.5rem 3rem 0.5rem 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.375rem;
  outline: none;
  transition: border-color 0.2s;
}
.search-input::placeholder { color: #9ca3af; }
.search-input:focus { border-color: #f87171; }

.search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #9ca3af;
  pointer-events: none;
}

/* Keep vertical center on hover — .btn-fetish:hover must not replace translateY(-50%) */
.btn-fetish.search-go {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  height: 1.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-fetish.search-go:hover,
.btn-fetish.search-go:focus-visible {
  transform: translateY(calc(-50% - 1px));
  box-shadow: 0 6px 20px rgba(252, 1, 0, 0.4);
}

.search-input--mobile {
  height: 2.5rem;
  padding-right: 3.5rem;
}

.mobile-menu-search {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}

.mobile-search-panel {
  display: none;
  padding-bottom: 1rem;
  animation: slideDown 0.2s ease;
}
.mobile-search-panel.is-open { display: block; }
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-0.5rem); }
  to { opacity: 1; transform: translateY(0); }
}

.mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.mobile-toggle:hover { background: rgba(239, 68, 68, 0.2); }
@media (min-width: 640px) { .mobile-toggle { width: 2.5rem; height: 2.5rem; } }
@media (min-width: 768px) { .mobile-toggle { display: none; } }

/* Trending bar */
.trending-bar {
  border-bottom: 1px solid rgba(239, 68, 68, 0.1);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95), rgba(127, 29, 29, 0.2), rgba(0, 0, 0, 0.95));
}

.trending-bar__scroll {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(252, 1, 0, 0.6) rgba(0, 0, 0, 0.3);
}
.trending-bar__scroll::-webkit-scrollbar { height: 6px; }
.trending-bar__scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--fetish-red), var(--fetish-orange), var(--fetish-gold));
  border-radius: 3px;
}

.trending-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fdba74;
  white-space: nowrap;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.trending-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trending-pill:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.trending-pill--0 { background: rgba(239, 68, 68, 0.2); color: #fca5a5; border-color: rgba(239, 68, 68, 0.3); }
.trending-pill--1 { background: rgba(249, 115, 22, 0.2); color: #fdba74; border-color: rgba(249, 115, 22, 0.3); }
.trending-pill--2 { background: rgba(234, 179, 8, 0.2); color: #fde047; border-color: rgba(234, 179, 8, 0.3); }
.trending-pill--3 { background: rgba(245, 158, 11, 0.2); color: #fcd34d; border-color: rgba(245, 158, 11, 0.3); }

/* Mobile sheet */
.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.95);
}
.mobile-overlay.is-open { display: block; }

.mobile-sheet {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(400px, 100%);
  background: rgba(0, 0, 0, 0.95);
  border-left: 1px solid rgba(239, 68, 68, 0.2);
  padding: 1.5rem;
  overflow-y: auto;
  margin-top: 1.5rem;
}

.mobile-sheet__close {
  margin-bottom: 1rem;
  width: 100%;
  justify-content: center;
}

.mobile-nav-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.mobile-nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  transition: color 0.2s, background-color 0.2s;
}
.mobile-nav-link:hover { color: #fb923c; background: rgba(239, 68, 68, 0.2); }

.mobile-nav-list a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
}
.mobile-nav-list a:hover { background: rgba(239, 68, 68, 0.2); }

.mobile-sheet__footer {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(239, 68, 68, 0.2);
  text-align: center;
  font-size: 0.75rem;
  color: #9ca3af;
}

/* Hero */
.hero-block { text-align: center; margin-bottom: 1.5rem; }
@media (min-width: 640px) { .hero-block { margin-bottom: 2rem; } }

.hero-crowns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.hero-crown {
  width: 1.5rem;
  height: 1.5rem;
  color: #facc15;
  flex-shrink: 0;
}
@media (min-width: 640px) { .hero-crown { width: 2rem; height: 2rem; } }
@media (min-width: 768px) { .hero-crown { width: 3rem; height: 3rem; } }

.hero-crown--left { margin-right: 0.5rem; }
@media (min-width: 640px) { .hero-crown--left { margin-right: 1rem; } }
.hero-crown--right { margin-left: 0.5rem; }
@media (min-width: 640px) { .hero-crown--right { margin-left: 1rem; } }

.hero-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 640px) { .hero-title { font-size: 1.5rem; } }
@media (min-width: 768px) { .hero-title { font-size: 2.25rem; } }
@media (min-width: 1024px) { .hero-title { font-size: 3.75rem; } }

.hero-lead {
  font-size: 1rem;
  line-height: 1.625;
  color: #d1d5db;
  margin: 0;
  padding: 0 0.5rem;
}
@media (min-width: 640px) { .hero-lead { font-size: 1.125rem; } }
@media (min-width: 768px) { .hero-lead { font-size: 1.25rem; } }

/* Models grid — VirtualGrid: grid-cols-2 sm:3 lg:4 gap-3 sm:gap-4 */
.models-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
}
@media (min-width: 640px) {
  .models-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .models-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Category pages — category-client.tsx: 1 / 2 / 3 columns */
.models-grid--category {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .models-grid--category { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .models-grid--category { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Tag archives — 1 / 2 / 4 columns (VirtualGrid default lg:4) */
.models-grid--tag {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .models-grid--tag { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .models-grid--tag { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.models-grid-wrap { margin-bottom: 2rem; }
@media (min-width: 640px) { .models-grid-wrap { margin-bottom: 3rem; } }

/* Model card — Card bg-fetish-stats border-gray-700 hover:border-fetish/50 */
.model-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid #374151;
  background: var(--fetish-stats);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.model-card:hover {
  border-color: rgba(252, 1, 0, 0.5);
  box-shadow: 0 20px 25px -5px rgba(239, 68, 68, 0.2);
}

.model-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #374151;
}

.model-card__media a {
  display: block;
  width: 100%;
  height: 100%;
}
.model-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.model-card:hover .model-card__media img { transform: scale(1.05); }

.model-card__gradient {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent, rgba(0, 0, 0, 0.2));
}

.model-card__play {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play overlay — main: rounded-full p-3 sm:p-4 + h-4 w-4 sm:h-6 (virtual-grid.tsx) */
.model-card__play-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  line-height: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
@media (min-width: 640px) {
  .model-card__play-inner {
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  }
}

.model-card__play-icon {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  fill: #fff;
  color: #fff;
}
@media (min-width: 640px) {
  .model-card__play-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.model-card__top {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
@media (min-width: 640px) {
  .model-card__top { top: 0.5rem; left: 0.5rem; right: 0.5rem; }
}

.model-card__badges { display: flex; flex-wrap: wrap; gap: 0.25rem; }

.badge-live {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.375rem;
  background: linear-gradient(to right, #ef4444, #dc2626);
  border: none;
}
.badge-live__dot { animation: pulse 2s infinite; margin-right: 0.25rem; }

.badge-new {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.375rem;
  background: linear-gradient(to right, #22c55e, #16a34a);
}

.badge-vr {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.375rem;
  background: linear-gradient(to right, #9333ea, #7e22ce);
}

.viewer-count-badge {
  display: flex !important;
  align-items: center;
  gap: 0.25rem;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  box-shadow: none !important;
  flex-shrink: 0;
}
.viewer-count-badge svg {
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  color: #fff;
}
@media (min-width: 640px) {
  .viewer-count-badge svg { width: 0.75rem; height: 0.75rem; }
}

.model-card__bottom {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
@media (min-width: 640px) {
  .model-card__bottom { bottom: 0.5rem; left: 0.5rem; right: 0.5rem; }
}

.model-card__flags { display: flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; }
@media (min-width: 640px) { .model-card__flags { font-size: 1.125rem; } }
.model-card__lang-flag { font-size: 0.75rem; opacity: 0.8; line-height: 1; }

.model-card__stars { display: flex; gap: 0.125rem; }
.star-icon { width: 0.5rem; height: 0.5rem; color: #facc15; fill: #facc15; }
@media (min-width: 640px) { .star-icon { width: 0.75rem; height: 0.75rem; } }

.model-card__body {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
}

.model-card__name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s;
}
@media (min-width: 640px) { .model-card__name { font-size: 0.875rem; } }
.model-card__name:hover { color: #f87171; }

.model-card__tags { display: flex; flex-wrap: wrap; gap: 0.25rem; }

.tag-pill {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 0.2s ease;
}
.tag-pill--cat-girls { background: linear-gradient(to right, #fc0100, #fd2a00); }
.tag-pill--cat-men { background: linear-gradient(to right, #fd3f00, #fe7e00); }
.tag-pill--cat-couples { background: linear-gradient(to right, #fd1500, #fd4000); }
.tag-pill--cat-trans { background: linear-gradient(to right, #fe6900, #fe7e00); }
.tag-pill--0 { background: linear-gradient(to right, #fc0100, #fd1500); }
.tag-pill--1 { background: linear-gradient(to right, #fd2a00, #fd3f00); }
.tag-pill--2 { background: linear-gradient(to right, #fd5400, #fe6900); }
.tag-pill--3 { background: linear-gradient(to right, #fe7e00, #fe9300); }
.tag-pill--4 { background: linear-gradient(to right, #fd4000, #fe7e00); }
.tag-pill:hover { filter: brightness(1.1); }

.model-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #9ca3af;
}

.model-card__fav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #f87171;
}
.model-card__fav svg {
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
}

.model-card__actions {
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 640px) { .model-card__actions { gap: 0.5rem; } }

.btn-view {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-width: 0;
  height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #fca5a5;
  background: transparent;
  border: 1px solid rgba(252, 1, 0, 0.5);
  border-radius: 0.375rem;
  transition: background-color 0.2s;
}
.btn-view__icon {
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
  fill: currentColor;
}
@media (min-width: 640px) { .btn-view { height: 1.75rem; } }
.btn-view:hover { background: rgba(252, 1, 0, 0.2); }

.model-card__actions .btn-join {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0 0.5rem;
  border: none;
}
.model-card__actions .btn-join__icon {
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .model-card__actions .btn-join {
    height: 1.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

/* Skeleton */
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }

.skeleton-card {
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid #374151;
  background: var(--fetish-stats);
  overflow: hidden;
  animation: pulse 2s infinite;
}
.skeleton-card__img { aspect-ratio: 16 / 9; background: #374151; }
.skeleton-card__body { padding: 0.5rem; display: flex; flex-direction: column; gap: 0.375rem; }
.skeleton-line { height: 1rem; background: #4b5563; border-radius: 0.25rem; }
.skeleton-line--w75 { width: 75%; }
.skeleton-line--w50 { width: 50%; }
.skeleton-tags { display: flex; gap: 0.25rem; }
.skeleton-tag { height: 1.25rem; width: 3rem; background: #4b5563; border-radius: 0.25rem; }

/* Categories grid */
.section-categories { margin-bottom: 2rem; }
@media (min-width: 640px) { .section-categories { margin-bottom: 3rem; } }

.section-categories__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
}
@media (min-width: 640px) { .section-categories__title { font-size: 1.875rem; } }

.section-categories__sub {
  text-align: center;
  font-size: 0.875rem;
  color: #d1d5db;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}
@media (min-width: 640px) { .section-categories__sub { font-size: 1rem; } }

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) { .categories-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 768px) { .categories-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .categories-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.category-card {
  height: 100%;
  text-align: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(75, 85, 99, 0.3);
  background: var(--fetish-card);
  backdrop-filter: blur(4px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.category-card:hover {
  transform: scale(1.05);
  border-color: rgba(239, 68, 68, 0.5);
  box-shadow: 0 10px 15px rgba(239, 68, 68, 0.2);
}

.category-card__inner {
  padding: 0.75rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) { .category-card__inner { padding: 1rem; } }

.category-emoji {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease;
}
@media (min-width: 640px) { .category-emoji { font-size: 1.5rem; } }
.category-card:hover .category-emoji { transform: scale(1.1); }

.category-name {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #fff;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 640px) { .category-name { font-size: 0.875rem; } }
.category-card:hover .category-name { color: #fed7aa; }

.category-desc {
  display: none;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #6b7280;
  margin-top: 0.25rem;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .category-desc { display: block; }
  .category-card:hover .category-desc { color: #9ca3af; }
}

/* Page shell — matches container mx-auto px-3 sm:px-4 py-4 sm:py-6 */
.site-container--page {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .site-container--page { padding-top: 1.5rem; }
}

/* Breadcrumbs — seo-breadcrumbs.tsx */
.breadcrumb-nav { margin-bottom: 1rem; }
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #9ca3af;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-list a {
  color: #9ca3af;
  transition: color 0.2s;
}
.breadcrumb-list a:hover { color: #c084fc; }
.breadcrumb-home { display: flex; align-items: center; }
.breadcrumb-home-icon { display: block; }
.breadcrumb-chevron {
  margin: 0 0.5rem;
  color: #6b7280;
  flex-shrink: 0;
}
.breadcrumb-current { color: #fff; font-weight: 500; }

/* Back to Home */
.back-home-wrap { margin: 0 0 1rem; }
@media (min-width: 640px) { .back-home-wrap { margin-bottom: 1.5rem; } }
.btn-back-home {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: var(--radius);
  transition: background 0.2s;
}
.btn-back-home:hover { background: rgba(239, 68, 68, 0.2); }
.btn-back-home svg { flex-shrink: 0; }

/* Archive hero — left-aligned title/desc (category-client) */
.archive-hero {
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) { .archive-hero { margin-bottom: 2rem; } }
.archive-hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media (min-width: 640px) { .archive-hero__title { font-size: 1.875rem; } }
@media (min-width: 1024px) { .archive-hero__title { font-size: 2.25rem; } }
.archive-hero__desc {
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 56rem;
  margin: 0 0 1rem;
}
@media (min-width: 640px) { .archive-hero__desc { font-size: 1rem; } }
@media (min-width: 1024px) { .archive-hero__desc { font-size: 1.125rem; } }
.archive-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 1rem;
}
.archive-hero__count {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.archive-hero__badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fecaca;
  background: rgba(127, 29, 29, 0.5);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.375rem;
}
.archive-hero__widget { margin-top: 0.5rem; }

/* Category layout sidebar */
.layout-with-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .layout-with-sidebar { grid-template-columns: 3fr 1fr; gap: 2rem; }
}
/*
 * category-client.tsx / tag-client.tsx:
 * grid column stretches to full row height; inner wrapper is sticky (top-4).
 * Do NOT align-self:start the column — that shrinks the sticky containing block.
 */
@media (min-width: 1024px) {
  .layout-with-sidebar > .sidebar-col {
    align-self: stretch;
    min-height: 0;
  }
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem; /* Tailwind top-4 */
  z-index: 10;
}

/* Content blocks */
.content-card {
  border-radius: var(--radius-2xl);
  padding: 1.5rem;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
@media (min-width: 1024px) { .content-card { padding: 2rem; } }

.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }

/* Footer */
.site-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(239, 68, 68, 0.2);
}

.footer-tag {
  display: inline-flex;
  padding: 0.375rem 0.75rem;
  margin: 0.25rem;
  font-size: 0.75rem;
  color: #d1d5db;
  border-radius: 9999px;
  border: 1px solid rgba(220, 38, 38, 0.3);
  background: linear-gradient(to right, rgba(127, 29, 29, 0.3), rgba(154, 52, 18, 0.3));
  transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-tag:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(239, 68, 68, 0.2);
}

/* Utilities */
.text-center { text-align: center; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-orange-300 { color: #fdba74; }
.text-yellow-400 { color: #facc15; }
.text-white { color: #fff; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-medium { font-weight: 500; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.max-w-4xl { max-width: 56rem; margin-left: auto; margin-right: auto; }
.max-w-2xl { max-width: 42rem; margin-left: auto; margin-right: auto; }
.max-w-3xl { max-width: 48rem; margin-left: auto; margin-right: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
@media (min-width: 640px) { .sm\:mb-6 { margin-bottom: 1.5rem; } }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mb-12 { margin-bottom: 3rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.hidden { display: none !important; }
@media (min-width: 640px) { .sm\:block { display: block !important; } }
@media (min-width: 640px) { .sm\:inline { display: inline !important; } }
@media (min-width: 1024px) {
  .lg\:block,
  .hidden.lg\:block { display: block !important; }
}

.alert-error {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(127, 29, 29, 0.5);
  border: 1px solid rgba(239, 68, 68, 0.5);
  color: #fecaca;
}

.affiliate-widget {
  width: 100%;
  margin-bottom: 1.5rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.affiliate-widget iframe { width: 100%; min-height: 280px; border: 0; display: block; }

.prose-blog .blog-inline-link,
.blog-content-links a {
  color: #ef4444 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(239, 68, 68, 0.5) !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}
.blog-content-links a:hover { color: #f87171 !important; }

/* Loading screen */
.page-loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-spinner {
  width: 10rem;
  height: 10rem;
  border: 4px solid #fdba74;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1.5rem;
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 768px) {
  .bg-fetish-dark { background-image: none; }
  .category-card:hover { transform: scale(1.02); }
  .trending-pill:hover { transform: scale(1.02); }
}

.trending-bar--blog { background: var(--fetish-dark); }

.text-orange-300 { color: #fdba74; }
.text-orange-400 { color: #fb923c; }
.text-orange-200 { color: #fed7aa; }
.text-blue-300 { color: #93c5fd; }
.text-red-200 { color: #fecaca; }

.link-footer:hover { color: #fca5a5; }
.link-footer--terms:hover { color: #fdba74; }
.link-footer--contact:hover { color: #fde047; }

.footer-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 42rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.footer-stat-box {
  border-radius: var(--radius-lg);
  padding: 0.75rem;
  background: var(--fetish-stats);
}
.footer-stat-box--red { border: 1px solid rgba(239, 68, 68, 0.2); }
.footer-stat-box--orange { border: 1px solid rgba(249, 115, 22, 0.2); }
.footer-stat-box--yellow { border: 1px solid rgba(234, 179, 8, 0.2); }

.footer-stat-num { font-size: 1.25rem; font-weight: 700; }
@media (min-width: 640px) { .footer-stat-num { font-size: 1.5rem; } }

.footer-stat-label { font-size: 0.75rem; }
@media (min-width: 640px) { .footer-stat-label { font-size: 0.875rem; } }

.footer-tag-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 1024px) { .footer-tag-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .footer-tag-grid { grid-template-columns: repeat(3, 1fr); } }

.footer-features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) { .footer-features-grid { grid-template-columns: repeat(4, 1fr); } }

.feature-card {
  text-align: center;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--fetish-card);
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.feature-card--orange { border-color: rgba(249, 115, 22, 0.2); }
.feature-card--yellow { border-color: rgba(234, 179, 8, 0.2); }

.feature-card__icon { font-size: 1.875rem; margin-bottom: 0.75rem; }
@media (min-width: 640px) { .feature-card__icon { font-size: 2.25rem; } }

.footer-bottom {
  border-top: 1px solid rgba(55, 65, 81, 0.5);
  padding-top: 1.5rem;
}
@media (min-width: 640px) { .footer-bottom { padding-top: 2rem; } }

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
}
@media (min-width: 640px) { .footer-links { justify-content: flex-start; gap: 1.5rem; } }

.age-notice {
  margin-top: 1.5rem;
  text-align: center;
}
.age-notice__box {
  background: var(--fetish-card);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: var(--radius-lg);
  padding: 1rem;
}

/* Accordion */
.accordion-item {
  border: 1px solid #374151;
  border-radius: var(--radius-lg);
  background: rgba(17, 24, 39, 0.5);
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #fca5a5;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.accordion-trigger:hover { background: rgba(31, 41, 55, 0.5); }
.accordion-content {
  padding: 0 1.5rem 1.5rem;
  color: #d1d5db;
  line-height: 1.625;
}
.accordion-content[hidden] { display: none; }

/* Testimonial / content blocks */
.testimonial-card {
  background: rgba(17, 24, 39, 0.5);
  border: 1px solid rgba(239, 68, 68, 0.1);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}
.testimonial-avatar {
  width: 3rem;
  height: 3rem;
  background: #dc2626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.content-link { color: #f87171; text-decoration: underline; transition: color 0.2s; }
.content-link:hover { color: #fca5a5; }

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
}

/* Blog archive — app/blog/page.tsx (container mx-auto px-4 py-8) */
.blog-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.blog-page__header {
  text-align: center;
  margin-bottom: 3rem;
}
.blog-page__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .blog-page__title { font-size: 3rem; }
}
.blog-page__lead {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #d1d5db;
  max-width: 48rem;
  margin: 0 auto;
}
.blog-page__count {
  margin-top: 1rem;
  font-size: 1rem;
  color: #9ca3af;
}
.blog-page__empty {
  text-align: center;
  color: #9ca3af;
}

.blog-list {
  display: grid;
  gap: 2rem;
  width: 100%;
}

.blog-card {
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.blog-card:hover {
  border-color: rgba(248, 113, 113, 0.4);
  box-shadow: 0 10px 15px rgba(239, 68, 68, 0.1);
}
.blog-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.blog-card__badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  background: rgba(220, 38, 38, 0.2);
  color: #f87171;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  line-height: 1.2;
  white-space: nowrap;
}
.blog-card__meta-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.blog-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  line-height: 1.25;
}
.blog-card__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-card__icon {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.blog-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}
.blog-card__title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-card__title a:hover {
  color: #f87171;
}
.blog-card__excerpt {
  margin: 0;
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.625;
}
.blog-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 0.25rem;
}
.blog-card__read {
  font-size: 0.875rem;
  color: #9ca3af;
}
.blog-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #f87171;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-card__more:hover {
  color: #fca5a5;
}

.blog-pagination {
  margin-top: 3rem;
  text-align: center;
}
.blog-pagination__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.blog-pagination__nums {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.blog-pagination__btn--outline {
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #f87171;
  background: transparent;
}
.blog-pagination__btn--outline:hover {
  background: rgba(239, 68, 68, 0.1);
}
.blog-pagination__btn--active {
  background: #dc2626;
  color: #fff;
  border: 1px solid #dc2626;
}
.blog-pagination__btn--active:hover {
  background: #b91c1c;
}
.blog-pagination__label {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
}

/* Blog single — app/blog/[slug]/page.tsx */
.blog-single {
  padding: 0.5rem 1rem 1.5rem;
}
.blog-single__inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.blog-single__back,
.blog-single__back.btn-back-blog-wrap {
  margin-bottom: 1.5rem;
}
.btn-back-blog,
.blog-single__back a {
  font-size: 0.875rem;
  color: #ef4444;
  text-decoration: none;
}
.btn-back-blog:hover,
.blog-single__back a:hover {
  color: #f87171;
}
.blog-single__header {
  margin-bottom: 2rem;
}
.blog-single__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .blog-single__title { font-size: 3rem; }
}
.blog-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #9ca3af;
}
.blog-single__author {
  color: #f87171;
  font-weight: 500;
}
.blog-single__sep {
  color: #6b7280;
}
.blog-post-badge {
  display: inline-block;
  background: rgba(127, 29, 29, 0.3);
  color: #fca5a5;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  line-height: 1.2;
}
.blog-single__content-box {
  background: rgba(17, 24, 39, 0.5);
  border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
@media (min-width: 768px) {
  .blog-single__content-box { padding: 2rem; }
}

.prose-blog h1.text-3xl,
.prose-blog > h1 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem;
}
.prose-blog h2,
.prose-blog > h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(239, 68, 68, 0.3);
}
.prose-blog p,
.prose-blog > p {
  color: #d1d5db;
  line-height: 1.625;
  margin: 0 0 1rem;
}
.prose-blog ul,
.prose-blog ol {
  color: #d1d5db;
  line-height: 1.625;
  margin: 0 0 1rem 1.5rem;
}
.prose-blog li {
  margin-bottom: 0.35rem;
}
.prose-blog strong,
.prose-blog .font-bold {
  font-weight: 700;
  color: #fff;
}
.prose-blog img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 2rem 0;
}

.blog-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(239, 68, 68, 0.2);
}
.blog-related__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.5rem;
}
.blog-related__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .blog-related__grid { grid-template-columns: 1fr 1fr; }
}
.blog-related__card {
  display: block;
  background: rgba(17, 24, 39, 0.5);
  border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(239, 68, 68, 0.2);
  text-decoration: none;
  transition: border-color 0.3s;
}
.blog-related__card:hover {
  border-color: rgba(239, 68, 68, 0.4);
}
.blog-related__card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.5rem;
  transition: color 0.2s;
}
.blog-related__card:hover .blog-related__card-title {
  color: #f87171;
}
.blog-related__card-excerpt {
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0 0 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-related__card-meta {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Legacy */
.blog-category {
  color: #f87171;
  font-weight: 500;
}

.prose-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 1rem;
}
.prose-list li { margin-bottom: 0.5rem; }

.flex-1 { flex: 1; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
@media (min-width: 640px) { .sm\:text-2xl { font-size: 1.5rem; } }
@media (min-width: 640px) { .sm\:text-3xl { font-size: 1.875rem; } }

.p-6 { padding: 1.5rem; }
@media (min-width: 1024px) { .lg\:p-8 { padding: 2rem; } }

@media (prefers-reduced-motion: reduce) {
  .text-fetish-gradient { animation: none; }
  .animate-pulse, .badge-live__dot { animation: none; }
}

/* WordPress core wrappers — prevent narrow content column */
#page, .site, #content, .entry-content, .wp-site-blocks, main.site-main {
  max-width: none !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w-full { width: 100%; display: block; box-sizing: border-box; }

.grid-2-list {
  display: grid;
  gap: 0.5rem 1.5rem;
}
@media (min-width: 640px) {
  .grid-2-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .layout-with-sidebar {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 2rem;
  }
}

/* Model profile page */
.model-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .model-page-layout {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 2rem;
  }
}

.model-hero-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .model-hero-header { flex-direction: row; align-items: flex-start; }
}

.model-hero-emoji { font-size: 2.5rem; line-height: 1; }
@media (min-width: 1024px) { .model-hero-emoji { font-size: 3.5rem; } }

.video-player-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

.video-player-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #111;
}
.video-player-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-player-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.model-profile-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.model-avatar-wrap { position: relative; flex-shrink: 0; }
.model-avatar {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  border: 2px solid rgba(239, 68, 68, 0.5);
  object-fit: cover;
}
.model-online-dot {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  background: #22c55e;
  border-radius: 9999px;
  border: 2px solid #fff;
}

.model-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 640px) {
  .model-stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.model-stat-box {
  text-align: center;
  padding: 0.5rem 0.75rem;
  background: var(--fetish-stats);
  border-radius: var(--radius-lg);
}
.model-stat-num { font-size: 1rem; font-weight: 700; color: #fff; }
@media (min-width: 640px) { .model-stat-num { font-size: 1.125rem; } }
.model-stat-label { font-size: 0.75rem; color: #9ca3af; }

.model-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  font-size: 0.875rem;
}
.model-detail-item { font-size: 0.875rem; }
.model-detail-label { display: block; color: #9ca3af; margin-bottom: 0.15rem; }
.model-detail-value { color: #fff; font-weight: 500; }

.model-profile-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.model-profile-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.model-profile-meta-icon {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
}

.quality-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.15rem 0.5rem;
  border-radius: 0.375rem;
  color: #fff;
}
.quality-badge--yes { background: #16a34a; }
.quality-badge--no { background: #4b5563; }

.model-quality-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.model-quality-label { color: #d1d5db; font-size: 0.875rem; }

.model-quality-list { list-style: none; padding: 0; margin: 0; }
.model-quality-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.badge-na {
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
  background: #4b5563;
  color: #d1d5db;
  border-radius: 9999px;
}

/* Model page — hero */
.model-hero-title {
  font-size: clamp(1.25rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
.model-hero-lead {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #d1d5db;
  margin: 0;
}
@media (min-width: 640px) { .model-hero-lead { font-size: 1rem; } }
@media (min-width: 1024px) { .model-hero-lead { font-size: 1.125rem; } }

.model-notice {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(239, 68, 68, 0.5);
  background: rgba(127, 29, 29, 0.5);
  color: #fecaca;
  font-size: 0.875rem;
}
.model-notice__sub { font-size: 0.8125rem; opacity: 0.85; }

/* Loading skeleton */
.model-page-loading__hero,
.model-page-loading__video,
.model-page-loading__card,
.model-page-loading__sidebar {
  background: #374151;
  border-radius: var(--radius-lg);
  animation: pulse 2s infinite;
}
.model-page-loading__hero { height: 5rem; margin-bottom: 1.5rem; }
.model-page-loading__video { aspect-ratio: 16 / 9; margin-bottom: 1.5rem; }
.model-page-loading__card { height: 16rem; }
.model-page-loading__sidebar { height: 20rem; margin-top: 1.5rem; }
@media (min-width: 1024px) { .model-page-loading__sidebar { margin-top: 0; } }

/* Video player — video-player.tsx */
.video-player-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.video-player-inner {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.video-player-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-player-gradient {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 40%, rgba(0, 0, 0, 0.25));
}
.video-player-overlay-top {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .video-player-overlay-top { top: 1rem; left: 1rem; right: 1rem; }
}
.video-player-overlay-top-col {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .video-player-overlay-top-col { gap: 0.5rem; }
}

/* Main site: Badge bg-red-500/90 — not gradient ● LIVE */
.video-player-live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background: rgba(239, 68, 68, 0.9);
  border: none;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .video-player-live-badge { font-size: 0.875rem; }
}

.video-player-model-info {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  width: fit-content;
  max-width: calc(100% - 1rem);
}
@media (min-width: 768px) {
  .video-player-model-info { padding: 0.35rem 0.75rem; }
}
.video-player-model-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.3;
}
@media (min-width: 768px) { .video-player-model-name { font-size: 1.125rem; } }

.video-player-model-meta--desktop {
  display: none;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #d1d5db;
  margin-top: 0.15rem;
}
@media (min-width: 640px) {
  .video-player-model-meta--desktop { display: flex; }
}
.video-player-model-meta--mobile {
  display: block;
  font-size: 0.75rem;
  color: #d1d5db;
  margin-top: 0.15rem;
}
@media (min-width: 640px) {
  .video-player-model-meta--mobile { display: none; }
}
.video-player-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.video-player-meta-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.video-player-overlay-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.video-player-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--fetish-red) 0%, var(--fetish-orange) 50%, var(--fetish-gold) 100%);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s;
}
.video-player-play-btn svg { width: 2.5rem; height: 2.5rem; color: #fff; margin-left: 0.15rem; }
@media (min-width: 768px) {
  .video-player-play-btn { width: 4rem; height: 4rem; }
  .video-player-play-btn svg { width: 2rem; height: 2rem; }
}
.video-player-link:hover .video-player-play-btn { transform: scale(1.05); }

.video-player-overlay-bottom {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .video-player-overlay-bottom { bottom: 1rem; right: 1rem; left: auto; }
}
.video-player-cta-mobile {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--fetish-red), var(--fetish-gold));
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  box-shadow: 0 8px 20px rgba(252, 1, 0, 0.35);
}
@media (min-width: 640px) { .video-player-cta-mobile { display: none; } }
.video-player-cta-desktop {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
@media (min-width: 640px) { .video-player-cta-desktop { display: flex; } }
.video-player-cta-pill {
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.video-player-cta-pill--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--fetish-red), var(--fetish-gold));
  box-shadow: 0 8px 20px rgba(252, 1, 0, 0.35);
}
.video-player-cta-pill:not(.video-player-cta-pill--primary) {
  color: #fca5a5;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(252, 1, 0, 0.5);
}

.btn-fetish--cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.btn-fetish__icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }

.model-profile-title-wrap { flex: 1; min-width: 0; }
.model-profile-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.btn-follow,
.btn-share {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.375rem;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(252, 1, 0, 0.5);
  color: #fca5a5;
  transition: background 0.2s;
}
.btn-follow svg,
.btn-share svg { width: 0.75rem; height: 0.75rem; }
.btn-follow:hover,
.btn-share:hover { background: rgba(252, 1, 0, 0.2); }
.btn-follow.is-following {
  background: linear-gradient(135deg, var(--fetish-red), var(--fetish-gold));
  border-color: transparent;
  color: #fff;
}
.model-stat-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.model-stat-icon svg { width: 0.875rem; height: 0.875rem; color: #f87171; }
@media (min-width: 640px) { .model-stat-icon svg { width: 1rem; height: 1rem; } }
.model-stat-icon svg path[fill] { color: #facc15; fill: #facc15; }

.model-tag-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  color: #fca5a5;
  background: rgba(127, 29, 29, 0.3);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.375rem;
  transition: background 0.2s;
}
.model-tag-badge:hover { background: rgba(153, 27, 27, 0.5); }

.model-bio-text { margin: 0; white-space: pre-line; }
.model-bio-text--clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.model-bio-toggle {
  margin-top: 0.5rem;
  padding: 0;
  border: none;
  background: none;
  color: #f87171;
  font-size: 0.875rem;
  cursor: pointer;
}
.model-bio-toggle:hover { color: #fca5a5; }

.model-sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.model-sidebar-actions .btn-fetish,
.model-sidebar-actions .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.model-sidebar-actions svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }

.text-green-400 { color: #4ade80; }

/* Related models — related-models.tsx */
.related-models-card { padding: 1.25rem; }
@media (min-width: 640px) { .related-models-card { padding: 1.5rem; } }
.related-models-card__head { margin-bottom: 1.25rem; }
.related-models-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}
@media (min-width: 640px) { .related-models-card__title { font-size: 1.25rem; } }

.related-models-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .related-models-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
@media (min-width: 768px) {
  .related-models-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.related-model-card {
  border-radius: var(--radius-xl);
  border: 1px solid #374151;
  background: var(--fetish-stats);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.related-model-card:hover {
  border-color: rgba(252, 1, 0, 0.5);
  box-shadow: 0 20px 25px -5px rgba(239, 68, 68, 0.2);
}
.related-model-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #374151;
}
.related-model-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.related-model-card:hover .related-model-card__media img { transform: scale(1.05); }
.related-model-card__view-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  font-size: 1.25rem;
  transition: opacity 0.3s;
}
.related-model-card:hover .related-model-card__view-icon { opacity: 1; }
.related-model-card__live { position: absolute; top: 0.25rem; left: 0.25rem; z-index: 2; }
.related-model-card__viewers {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 2;
}
.related-model-card__flag {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  z-index: 2;
  font-size: 0.875rem;
}
.related-model-card__body { padding: 0.5rem 0.75rem 0.75rem; }
.related-model-card__name {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) { .related-model-card__name { font-size: 0.875rem; } }
.related-model-card__name:hover { color: #f87171; }
.related-model-card__meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #9ca3af;
  margin-bottom: 0.35rem;
}
.related-model-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.related-model-tag {
  font-size: 0.65rem;
  padding: 0.1rem 0.35rem;
  background: rgba(127, 29, 29, 0.3);
  color: #fca5a5;
  border-radius: 0.25rem;
}
.related-model-card__actions {
  display: flex;
  gap: 0.25rem;
}
.related-model-card__actions .btn-view,
.related-model-card__actions .btn-join {
  flex: 1;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* Model reviews — model-reviews.tsx */
.model-reviews-wrap {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.model-reviews-card {
  padding: 1.25rem 1.5rem;
}
@media (min-width: 1024px) {
  .model-reviews-card { padding: 1.5rem 2rem; }
}
.model-reviews-card__title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.model-reviews-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .model-reviews-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
  }
}
.model-reviews-profile { text-align: center; }
.model-reviews-avatar-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.model-reviews-avatar {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 4px solid rgba(239, 68, 68, 0.5);
  display: block;
}
.model-reviews-online {
  position: absolute;
  right: -0.25rem;
  bottom: -0.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background: #22c55e;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model-reviews-online__dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  background: #fff;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.model-reviews-profile__name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.model-reviews-score { text-align: center; }
.model-reviews-score__value {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.model-reviews-score__meta {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: #9ca3af;
}
.model-reviews-distribution { display: flex; flex-direction: column; gap: 0.5rem; }
.model-reviews-dist-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.model-reviews-dist-row__label {
  width: 2rem;
  color: #d1d5db;
  flex-shrink: 0;
}
.model-reviews-dist-row__track {
  flex: 1;
  height: 0.5rem;
  background: #374151;
  border-radius: 9999px;
  overflow: hidden;
}
.model-reviews-dist-row__fill {
  height: 100%;
  background: #facc15;
  border-radius: 9999px;
  transition: width 0.3s ease;
}
.model-reviews-dist-row__count {
  width: 2rem;
  text-align: right;
  color: #9ca3af;
  flex-shrink: 0;
}
.model-reviews-write { margin-top: 0; text-align: center; }
.model-reviews-form-wrap.hidden { display: none !important; }
.model-reviews-form-card { padding: 1.25rem 1.5rem; }
.model-reviews-form-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.model-reviews-form-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 2px solid rgba(239, 68, 68, 0.5);
  flex-shrink: 0;
}
.model-reviews-form-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.model-reviews-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #d1d5db;
  margin-bottom: 0.5rem;
}
.model-reviews-textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid #4b5563;
  background: rgba(55, 65, 81, 0.5);
  color: #fff;
  font-family: inherit;
  font-size: 0.875rem;
  resize: vertical;
  min-height: 6rem;
}
.model-reviews-textarea::placeholder { color: #9ca3af; }
.model-reviews-textarea:focus {
  outline: none;
  border-color: #f87171;
}
.model-reviews-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.model-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.model-review-item { padding: 1.5rem; }
.model-review-item__row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.model-review-item__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: linear-gradient(to right, #dc2626, #ea580c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.model-review-item__avatar svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
}
.model-review-item__main { flex: 1; min-width: 0; }
.model-review-item__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.model-review-item__user {
  font-weight: 500;
  color: #fff;
}
.model-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background: #16a34a;
  border-radius: var(--radius);
}
.model-review-verified svg {
  width: 0.75rem;
  height: 0.75rem;
}
.model-review-item__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.model-review-item__date {
  font-size: 0.875rem;
  color: #9ca3af;
}
.model-review-item__comment {
  margin: 0 0 1rem;
  color: #d1d5db;
  line-height: 1.625;
}
.model-review-item__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.model-review-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
}
.model-review-stars svg {
  width: 1rem;
  height: 1rem;
}
.model-review-stars--lg svg {
  width: 1.25rem;
  height: 1.25rem;
}
.model-review-stars .star-filled { color: #facc15; }
.model-review-stars .star-empty { color: #9ca3af; }
.model-review-stars--pick {
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.model-review-star-btn {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #9ca3af;
  line-height: 0;
}
.model-review-star-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.model-review-star-btn.is-on,
.model-review-star-btn:hover {
  color: #facc15;
}
.model-review-helpful,
.model-review-replies {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 0.875rem;
  cursor: pointer;
  border-radius: var(--radius);
  transition: color 0.2s ease, background 0.2s ease;
}
.model-review-helpful svg,
.model-review-replies svg {
  width: 1rem;
  height: 1rem;
}
.model-review-helpful:hover,
.model-review-replies:hover {
  color: #fff;
  background: rgba(55, 65, 81, 0.5);
}
.model-sidebar-chat svg,
.model-sidebar-tip svg {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

/* Trending Tags widget — trending-tags.tsx */
.trending-widget { padding: 1.25rem; }
.trending-widget__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.trending-widget__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.trending-widget__view-all {
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  color: #fca5a5;
  border: 1px solid rgba(239, 68, 68, 0.5);
  border-radius: 9999px;
  transition: background 0.2s;
}
.trending-widget__view-all:hover { background: rgba(220, 38, 38, 0.2); }
.trending-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
  background: rgba(31, 41, 55, 0.5);
  border-radius: var(--radius);
}
.trending-tab {
  padding: 0.4rem 0.5rem;
  font-size: 0.75rem;
  color: #d1d5db;
  background: transparent;
  border: none;
  border-radius: calc(var(--radius) - 2px);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.trending-tab.is-active { background: rgba(234, 88, 12, 0.5); color: #fff; }
.trending-tab[data-trending-tab="rising"].is-active { background: rgba(22, 163, 74, 0.5); }
.trending-tab[data-trending-tab="new"].is-active { background: rgba(37, 99, 235, 0.5); }
.trending-tag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.trending-tag-card {
  padding: 0.75rem;
  background: rgba(31, 41, 55, 0.3);
  border: 1px solid rgba(55, 65, 81, 0.5);
  border-radius: var(--radius-lg);
  transition: border-color 0.2s, background 0.2s;
}
.trending-tag-card:hover {
  background: rgba(55, 65, 81, 0.5);
  border-color: rgba(239, 68, 68, 0.5);
}
.trending-tag-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.trending-tag-card__name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}
.trending-tag-card:hover .trending-tag-card__name { color: #fca5a5; }
.trending-tag-card__rank {
  font-size: 0.65rem;
  padding: 0.1rem 0.35rem;
  color: #facc15;
  border: 1px solid rgba(234, 179, 8, 0.5);
  border-radius: 9999px;
}
.trending-tag-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: #9ca3af;
}
.trending-tag-card__growth { color: #4ade80; }
.trending-tag-card__new {
  font-size: 0.65rem;
  padding: 0.1rem 0.35rem;
  background: #2563eb;
  color: #fff;
  border-radius: 0.25rem;
}

/* FAQ — faq-section.tsx */
.faq-section { margin-bottom: 2rem; }
.faq-section__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.faq-section__title--page {
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.faq-section__title-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #f87171;
  flex-shrink: 0;
}
.faq-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #f87171;
  border: 1px solid rgba(248, 113, 113, 0.5);
  border-radius: 9999px;
}
.faq-section__list { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item {
  border: 1px solid rgba(185, 28, 28, 0.3);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  text-align: left;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-item__trigger:hover,
.faq-item__trigger.is-open { background: rgba(127, 29, 29, 0.2); }
.faq-item__chevron {
  font-size: 0.65rem;
  color: #f87171;
  transition: transform 0.2s;
}
.faq-item__trigger.is-open .faq-item__chevron { transform: rotate(180deg); }
.faq-item__answer {
  padding: 0 1rem 1rem;
  color: #d1d5db;
  line-height: 1.6;
  border-top: 1px solid rgba(185, 28, 28, 0.3);
}
.faq-item__answer[hidden] { display: none; }

/* Related searches — related-searches.tsx */
.related-searches-wrap { margin-bottom: 2rem; }
.related-searches__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.related-searches__title--trending span { color: #4ade80; }
.related-searches__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-pill {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #d1d5db;
  background: rgba(55, 65, 81, 0.5);
  border-radius: 9999px;
  transition: background 0.2s, color 0.2s;
}
.search-pill:hover {
  background: rgba(220, 38, 38, 0.5);
  color: #fff;
}
.search-pill--trending {
  color: #86efac;
  border: 1px solid rgba(34, 197, 94, 0.5);
  background: transparent;
}
.search-pill--trending:hover {
  background: rgba(22, 163, 74, 0.2);
  border-color: #4ade80;
}

/* Static pages — FAQ, Contact, Privacy, Terms, Toplist (app/*) */
/* Outer width: .site-container breakpoints (1280px / 1536px). Toplist inner caps below. */
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }

.static-page { padding-bottom: 2rem; }
.static-page--legal,
.static-page--contact { max-width: 56rem; margin-left: auto; margin-right: auto; }

.static-page__header {
  text-align: center;
  margin-bottom: 3rem;
}
.static-page__header--toplist { margin-bottom: 2rem; }
.static-page__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.static-page__title-icon {
  width: 3rem;
  height: 3rem;
  color: #f87171;
  flex-shrink: 0;
}
.static-page__title {
  margin: 0;
  font-size: clamp(1.875rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}
.static-page__title--hero {
  font-size: clamp(2rem, 5vw, 3.75rem);
}
.static-page__lead {
  margin: 0 auto;
  max-width: 48rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #d1d5db;
}
.static-page__faq-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
.static-page__support-text {
  margin: 0 0 1.5rem;
  text-align: center;
  color: #d1d5db;
}
.static-page__support-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .static-page__support-actions { flex-direction: row; }
}
.static-page__cta-wrap {
  margin-top: 2rem;
  text-align: center;
}
.static-btn-outline {
  padding: 0.75rem 1.5rem;
  color: #fff;
  background: #374151;
  border: none;
  border-radius: 0.5rem;
  transition: background 0.2s;
}
.static-btn-outline:hover { background: #4b5563; }
.static-btn-email { padding: 0.75rem 1.5rem; font-size: 1rem; }

.static-card { margin-bottom: 2rem; }
.static-card--nav { margin-bottom: 2rem; }
.static-card--support { margin-top: 3rem; }
.static-card__heading {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.static-card__heading--center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.static-card__heading-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #f87171;
  flex-shrink: 0;
}

.faq-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .faq-nav { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .faq-nav { grid-template-columns: repeat(6, 1fr); }
}
.faq-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  color: #d1d5db;
  background: rgba(31, 41, 55, 0.5);
  border-radius: var(--radius-lg);
  transition: background 0.2s, color 0.2s;
}
.faq-nav__link:hover {
  background: rgba(127, 29, 29, 0.2);
  color: #fff;
}
.faq-nav__icon {
  width: 2rem;
  height: 2rem;
  color: #f87171;
  transition: color 0.2s;
}
.faq-nav__link:hover .faq-nav__icon { color: #fca5a5; }
.faq-nav__link span {
  font-size: 0.875rem;
  line-height: 1.3;
}

.static-grid {
  display: grid;
  gap: 2rem;
}
.static-grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .static-grid--2 { grid-template-columns: repeat(2, 1fr); }
}
.static-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.static-info-box {
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid;
}
.static-info-box--red {
  background: rgba(127, 29, 29, 0.3);
  border-color: rgba(239, 68, 68, 0.2);
}
.static-info-box--orange {
  background: rgba(124, 45, 18, 0.3);
  border-color: rgba(249, 115, 22, 0.2);
}
.static-info-box--yellow {
  background: rgba(113, 63, 18, 0.3);
  border-color: rgba(234, 179, 8, 0.2);
}
.static-info-box__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.static-info-box__emoji { font-size: 1.5rem; line-height: 1; }
.static-info-box__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.static-info-box__title--sm { font-size: 1rem; }
.static-info-box__text {
  margin: 0 0 0.5rem;
  color: #fecaca;
}
.static-info-box__text--orange { color: #fed7aa; }
.static-info-box__text--yellow { color: #fef08a; }
.static-info-box__text--red { color: #fecaca; }
.static-info-box__link {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fca5a5;
  transition: color 0.2s;
}
.static-info-box__link:hover { color: #fee2e2; }

.static-border-item {
  padding-left: 1rem;
  border-left: 4px solid;
}
.static-border-item--red { border-color: #ef4444; }
.static-border-item--orange { border-color: #f97316; }
.static-border-item--yellow { border-color: #eab308; }
.static-border-item--green { border-color: #22c55e; }
.static-border-item--blue { border-color: #3b82f6; }
.static-border-item--purple { border-color: #a855f7; }
.static-border-item__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.static-border-item__text {
  margin: 0;
  color: #d1d5db;
  line-height: 1.5;
}

.static-prose section + section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(185, 28, 28, 0.2);
}
.static-prose section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.static-prose p {
  margin: 0 0 1rem;
  color: #d1d5db;
  line-height: 1.6;
}
.static-prose__h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.static-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}
.static-stars__icon {
  width: 1rem;
  height: 1rem;
  fill: #facc15;
  color: #facc15;
}
.toplist-top-card .static-stars__icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Toplist */
.toplist-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 42rem;
  margin: 2rem auto 0;
}
@media (min-width: 768px) {
  .toplist-stats { grid-template-columns: repeat(4, 1fr); }
}
.toplist-stats__box {
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid;
  text-align: center;
}
.toplist-stats__box--red {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.2);
}
.toplist-stats__box--orange {
  background: rgba(249, 115, 22, 0.1);
  border-color: rgba(249, 115, 22, 0.2);
}
.toplist-stats__box--yellow {
  background: rgba(234, 179, 8, 0.1);
  border-color: rgba(234, 179, 8, 0.2);
}
.toplist-stats__num {
  font-size: 1.5rem;
  font-weight: 700;
}
.toplist-stats__box--red .toplist-stats__num { color: #f87171; }
.toplist-stats__box--orange .toplist-stats__num { color: #fb923c; }
.toplist-stats__box--yellow .toplist-stats__num { color: #facc15; }
.toplist-stats__label {
  font-size: 0.875rem;
  color: #9ca3af;
}

.toplist-section { margin-bottom: 3rem; }
.toplist-section__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.toplist-section__title--center { justify-content: center; }
.toplist-section__icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #facc15;
  flex-shrink: 0;
}
.toplist-section__icon--yellow { color: #facc15; }
.toplist-section__icon--orange { color: #fb923c; }

.toplist-top-card-wrap {
  max-width: 48rem;
  margin: 0 auto;
}
.toplist-top-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);
  border: 2px solid rgba(250, 204, 21, 0.6);
  border-radius: var(--radius-lg);
  box-shadow: 0 25px 50px -12px rgba(250, 204, 21, 0.2);
  transition: transform 0.3s, border-color 0.3s;
}
.toplist-top-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.05), rgba(239, 68, 68, 0.05), rgba(249, 115, 22, 0.05));
  pointer-events: none;
}
.toplist-top-card:hover {
  transform: scale(1.02);
  border-color: rgba(253, 224, 71, 0.8);
}
.toplist-top-card > * { position: relative; z-index: 1; }
.toplist-top-card__badge {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  background: linear-gradient(90deg, #facc15, #fb923c);
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(250, 204, 21, 0.4);
}
.toplist-top-card__name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.toplist-top-card__desc {
  margin: 0.5rem auto 1rem;
  max-width: 36rem;
  color: #e5e7eb;
  line-height: 1.5;
}
.toplist-top-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.toplist-top-card__stat {
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(250, 204, 21, 0.2);
  border-radius: var(--radius-lg);
}
.toplist-top-card__stat-val {
  font-size: 1.125rem;
  font-weight: 700;
  color: #facc15;
}
.toplist-top-card__stat-key {
  font-size: 0.875rem;
  color: #e5e7eb;
  text-transform: capitalize;
}
.toplist-top-card__cta {
  width: 100%;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  background: linear-gradient(90deg, #facc15, #fb923c);
  box-shadow: 0 4px 14px rgba(250, 204, 21, 0.35);
}
.toplist-top-card__cta:hover {
  background: linear-gradient(90deg, #fde047, #fdba74);
  box-shadow: 0 6px 20px rgba(250, 204, 21, 0.45);
}

.toplist-card__globe {
  width: 1.25rem;
  height: 1.25rem;
  color: #f87171;
  flex-shrink: 0;
}
.toplist-card__globe--orange { color: #fb923c; }

.toplist-featured-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .toplist-featured-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .toplist-featured-grid { grid-template-columns: repeat(3, 1fr); }
}
.toplist-featured-card {
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(31, 41, 55, 0.9));
  transition: transform 0.3s, border-color 0.3s;
}
.toplist-featured-card:hover {
  transform: scale(1.03);
  border-color: rgba(248, 113, 113, 0.5);
}
.toplist-featured-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.toplist-featured-card__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.toplist-featured-card__desc {
  margin: 0 0 1rem;
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.5;
}
.toplist-featured-card__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  text-align: center;
}
.toplist-featured-card__stat-val {
  font-weight: 600;
  color: #f87171;
}
.toplist-featured-card__stat-key {
  color: #9ca3af;
  text-transform: capitalize;
}

.toplist-regular-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .toplist-regular-grid { grid-template-columns: repeat(2, 1fr); }
}
.toplist-regular-card {
  background: rgba(0, 0, 0, 0.5);
  transition: border-color 0.2s;
}
.toplist-regular-card:hover {
  border-color: rgba(248, 113, 113, 0.4);
}
.toplist-regular-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.toplist-regular-card__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
.toplist-regular-card__desc {
  margin: 0 0 1rem;
  color: #d1d5db;
  font-size: 0.875rem;
  line-height: 1.5;
}
.toplist-regular-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.toplist-regular-card__cat {
  font-size: 0.875rem;
  color: #9ca3af;
}

.toplist-form__row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .toplist-form__row { grid-template-columns: repeat(2, 1fr); }
}
.toplist-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}
.toplist-form__input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  background: rgba(31, 41, 55, 0.8);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 0.375rem;
}
.toplist-form__input:focus {
  outline: none;
  border-color: #f87171;
}
.toplist-form__textarea {
  min-height: 5rem;
  resize: vertical;
  margin-bottom: 1rem;
}
.toplist-form__note {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  text-align: center;
  color: #9ca3af;
}

.toplist-webmasters__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.toplist-webmasters__lead {
  margin: 0 0 1.5rem;
  color: #d1d5db;
  line-height: 1.6;
}
.toplist-webmasters__grid {
  display: grid;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .toplist-webmasters__grid { grid-template-columns: repeat(3, 1fr); }
}
.toplist-webmasters__emoji { font-size: 1.5rem; margin-bottom: 0.5rem; }
.toplist-webmasters__item-title {
  margin: 0 0 0.35rem;
  font-weight: 600;
  color: #fff;
}
.toplist-webmasters__item-text {
  margin: 0;
  font-size: 0.875rem;
  color: #9ca3af;
}
