/*
Theme Name: XXX4HD Dark Gold
Theme URI: https://xxx4hd.com
Description: Custom dark & gold premium theme for xxx4hd.com
Author: xxx4hd
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: xxx4hd
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&family=Teko:wght@500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #1a1a1a;
  --bg-card: #141414;
  --bg-hover: #222222;
  --gold: #d4af37;
  --gold-bright: #ffd700;
  --gold-dark: #b8960c;
  --text-primary: #ffffff;
  --text-secondary: #888888;
  --text-muted: #555555;
  --border: #2a2a2a;
  --gradient-gold: linear-gradient(135deg, #d4af37, #ffd700, #d4af37);
  --shadow-gold: 0 0 20px rgba(212, 175, 55, 0.15);
}

body {
  font-family: 'Noto Sans Thai', sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  min-height: 100vh;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: #050505;
  padding: 6px 0;
  font-size: 12px;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar a {
  color: var(--text-secondary);
  margin-left: 16px;
  transition: color 0.2s;
}
.top-bar a:hover { color: var(--gold); }

/* ===== HEADER / NAVBAR ===== */
.site-header {
  background: var(--bg-secondary);
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-logo .icon-circle {
  width: 38px;
  height: 38px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: radial-gradient(circle, rgba(212,175,55,0.1), transparent);
  flex-shrink: 0;
}
.site-logo .icon-circle::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 50%;
}
.site-logo .icon-circle span {
  color: var(--gold-bright);
  font-size: 14px;
}
.site-logo .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 0.95;
}
.site-logo .brand-text .main {
  font-family: 'Teko', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
}
.site-logo .brand-text .main .x { color: var(--gold-bright); }
.site-logo .brand-text .main .num { color: var(--text-primary); }
.site-logo .brand-text .main .hd { color: var(--gold); }
.site-logo .brand-text .sub {
  font-size: 8px;
  color: var(--text-muted);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px solid #333;
  padding-top: 2px;
  margin-top: 1px;
}

/* Nav Menu */
.nav-menu {
  display: flex;
  gap: 4px;
}
.nav-menu li a {
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-menu li a:hover,
.nav-menu li.current-menu-item a,
.nav-menu li.current_page_item a {
  color: var(--gold);
  background: rgba(212, 175, 55, 0.08);
}

/* Search Box */
.search-box {
  display: flex;
  align-items: center;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.search-box:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 8px rgba(212,175,55,0.15);
}
.search-box input[type="text"],
.search-box input[type="search"] {
  background: transparent;
  border: none;
  color: var(--text-primary);
  padding: 8px 14px;
  font-size: 13px;
  width: 220px;
  outline: none;
  font-family: inherit;
}
.search-box input::placeholder { color: var(--text-muted); }
.search-box button {
  background: var(--gold);
  border: none;
  color: var(--bg-primary);
  padding: 8px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s;
}
.search-box button:hover { background: var(--gold-bright); }

/* ===== CATEGORY BAR ===== */
.category-bar {
  background: linear-gradient(180deg, #b8960f 0%, #a07d0a 100%);
  padding: 0;
  border-bottom: 1px solid #8a6d08;
  border-top: none;
}
.category-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.category-bar a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  transition: all 0.2s;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.category-bar a:hover {
  background: rgba(0,0,0,0.2);
  color: #ffffff;
}
.category-bar a.current {
  color: #ffffff;
  background: rgba(0,0,0,0.15);
}

/* ===== HERO BANNER ===== */
.hero {
  position: relative;
  margin: 24px 0;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 50%, #1a1510 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.hero-inner {
  display: flex;
  align-items: center;
  min-height: 280px;
  padding: 40px 48px;
  position: relative;
}
.hero-inner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(212,175,55,0.05));
  pointer-events: none;
}
.hero-inner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-gold);
  opacity: 0.6;
}
.hero-content { flex: 1; position: relative; z-index: 2; }
.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.hero h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
.hero h2 span { color: var(--gold); }
.hero p {
  color: var(--text-secondary);
  font-size: 15px;
  margin-bottom: 24px;
  max-width: 500px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #0a0a0a;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
  box-shadow: 0 4px 15px rgba(212,175,55,0.3);
}
.hero-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(212,175,55,0.4);
}
.hero-thumb {
  width: 380px;
  height: 220px;
  background: #222;
  border-radius: 10px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  flex-shrink: 0;
}
.hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-thumb::before {
  content: '▶';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; height: 60px;
  background: rgba(212,175,55,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #0a0a0a;
  padding-left: 4px;
  box-shadow: 0 0 30px rgba(212,175,55,0.4);
  z-index: 2;
}
.hero-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.6));
  z-index: 1;
}

/* ===== MAIN LAYOUT ===== */
.main-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  margin: 24px 0;
}

/* ===== SECTION HEADER ===== */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.section-header h2 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-header h2 .icon {
  color: var(--gold);
  font-size: 18px;
}
.section-header h2::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: var(--gradient-gold);
  border-radius: 2px;
  margin-left: 12px;
}
.section-header .view-all {
  color: var(--gold);
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
}
.section-header .view-all:hover { color: var(--gold-bright); }

/* ===== FILTER TABS ===== */
.filter-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}
.filter-tab {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--text-secondary);
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.2s;
}
.filter-tab:hover { color: var(--text-primary); border-color: var(--text-muted); }
.filter-tab.active {
  color: #0a0a0a;
  background: var(--gold);
  border-color: var(--gold);
  font-weight: 600;
}

/* ===== VIDEO GRID ===== */
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.video-card {
  background: var(--bg-card);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s;
  border: 1px solid transparent;
}
.video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212,175,55,0.3);
  box-shadow: var(--shadow-gold);
}
.video-card a { display: block; }
.video-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #1e1e1e;
  overflow: hidden;
}
.video-thumb img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-thumb .duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.85);
  color: var(--text-primary);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  z-index: 2;
}
.video-thumb .quality {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--gold);
  color: #0a0a0a;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  z-index: 2;
}
.video-thumb .play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 3;
}
.video-card:hover .play-overlay { opacity: 1; }
.play-overlay span {
  width: 44px; height: 44px;
  background: rgba(212,175,55,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0a0a0a;
  padding-left: 3px;
}
.video-info {
  padding: 12px;
}
.video-info h3 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--text-primary);
}
.video-card:hover .video-info h3 { color: var(--gold); }
.video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-muted);
}

/* ===== SIDEBAR ===== */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column: 2;
  grid-row: 1;
}
.sidebar-widget {
  background: var(--bg-card);
  border-radius: 10px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.widget-header {
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.widget-header .icon { color: var(--gold); }
.widget-body { padding: 12px; }

.category-list li a,
.actor-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  color: var(--text-secondary);
  font-size: 13px;
  border-radius: 6px;
  transition: all 0.2s;
}
.category-list li a:hover,
.actor-list li a:hover {
  background: rgba(212,175,55,0.08);
  color: var(--gold);
}
.category-list li a .count,
.actor-list li a .count {
  background: var(--bg-secondary);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  color: var(--text-muted);
}
.category-list li a:hover .count,
.actor-list li a:hover .count {
  background: rgba(212,175,55,0.15);
  color: var(--gold);
}

/* Trending Widget */
.trending-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: opacity 0.2s;
}
.trending-item:last-child { border-bottom: none; }
.trending-item:hover { opacity: 0.8; }
.trending-thumb {
  width: 100px;
  height: 60px;
  background: #1e1e1e;
  border-radius: 6px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.trending-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trending-thumb .duration {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: rgba(0,0,0,0.85);
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 3px;
}
.trending-info { flex: 1; min-width: 0; }
.trending-info h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.trending-info .meta {
  font-size: 11px;
  color: var(--text-muted);
}

/* Tags */
.tag-cloud a {
  display: inline-block;
  padding: 5px 12px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: 20px;
  color: var(--text-secondary);
  font-size: 12px;
  margin: 3px;
  transition: all 0.2s;
}
.tag-cloud a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ===== PAGINATION ===== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 32px;
  padding-bottom: 8px;
}
.pagination a, .pagination span {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  transition: all 0.2s;
}
.pagination a {
  color: var(--text-secondary);
  background: var(--bg-secondary);
  border: 1px solid var(--border);
}
.pagination a:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.pagination span.current,
.pagination .current {
  background: var(--gold);
  color: #0a0a0a;
  font-weight: 600;
  border: 1px solid var(--gold);
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--bg-secondary);
  border-top: 2px solid var(--gold-dark);
  margin-top: 48px;
  padding: 40px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.footer-brand p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 300px;
  margin-top: 12px;
}
.footer-col h4 {
  color: var(--gold);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-col ul li a {
  color: var(--text-muted);
  font-size: 13px;
  transition: color 0.2s;
  display: block;
  padding: 4px 0;
}
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p {
  color: var(--text-muted);
  font-size: 12px;
}
.footer-bottom p span { color: var(--gold); }
.footer-bottom .social {
  display: flex;
  gap: 12px;
}
.footer-bottom .social a {
  width: 36px; height: 36px;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 14px;
  transition: all 0.2s;
}
.footer-bottom .social a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ===== MOBILE ACTORS BAR ===== */
.mobile-actors-bar { display: none; }

/* ===== MOBILE HEADER ICONS ===== */
.mobile-icons { display: none; }
.mobile-icon-btn {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--text-secondary);
  font-size: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}
.mobile-icon-btn:hover { color: var(--gold); }

/* ===== MOBILE SEARCH OVERLAY ===== */
.mobile-search-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  background: var(--bg-secondary);
  padding: 12px 16px;
  z-index: 200;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.mobile-search-overlay.active { display: flex; gap: 8px; align-items: center; }
.mobile-search-overlay input {
  flex: 1;
  background: var(--bg-primary);
  border: 1px solid var(--border);
  color: var(--text-primary);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
}
.mobile-search-overlay input:focus { border-color: var(--gold); }
.mobile-search-overlay .close-search {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 20px;
  cursor: pointer;
}

/* ===== BOTTOM NAV BAR ===== */
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  z-index: 100;
  padding: 6px 0;
  padding-bottom: env(safe-area-inset-bottom, 6px);
}
.bottom-nav-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}
.bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: var(--text-muted);
  font-size: 10px;
  text-decoration: none;
  padding: 4px 12px;
  min-width: 56px;
  transition: color 0.2s;
}
.bottom-nav-item .nav-icon { font-size: 20px; line-height: 1; }
.bottom-nav-item.active,
.bottom-nav-item:hover { color: var(--gold); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .video-grid { grid-template-columns: repeat(3, 1fr); }
  .main-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-thumb { display: none; }
}

@media (max-width: 768px) {
  /* Header */
  .search-box { display: none; }
  .mobile-icons { display: flex; gap: 2px; }
  .nav-menu { display: none; }
  .site-header .container { padding: 8px 12px; }
  .site-logo .icon-circle { width: 30px; height: 30px; }
  .site-logo .icon-circle span { font-size: 11px; }
  .site-logo .brand-text .main { font-size: 24px; letter-spacing: 1.5px; }
  .site-logo .brand-text .sub { font-size: 7px; }

  /* Category bar - horizontal scroll */
  .category-bar .container {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0;
    padding: 0;
  }
  .category-bar .container::-webkit-scrollbar { display: none; }
  .category-bar a {
    padding: 10px 16px;
    font-size: 12px;
    flex-shrink: 0;
  }

  /* Hero */
  .hero { margin: 12px 0; border-radius: 8px; }
  .hero-inner {
    padding: 16px;
    min-height: auto;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .hero-badge { font-size: 9px; padding: 3px 8px; margin-bottom: 8px; }
  .hero h2 { font-size: 16px; margin-bottom: 8px; }
  .hero p { display: none; }
  .hero-btn { padding: 8px 16px; font-size: 12px; }

  /* Grid */
  .video-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .video-card { border-radius: 6px; }
  .video-info { padding: 8px; }
  .video-info h3 { font-size: 11px; margin-bottom: 4px; }
  .video-meta { font-size: 9px; }
  .video-thumb .quality { top: 4px; left: 4px; font-size: 8px; padding: 1px 4px; }
  .video-thumb .duration { bottom: 4px; right: 4px; font-size: 9px; padding: 1px 4px; }

  /* Section header */
  .section-header { margin-bottom: 12px; padding-bottom: 8px; }
  .section-header h2 { font-size: 15px; }
  .section-header h2::after { width: 24px; height: 2px; margin-left: 8px; }

  /* Sidebar hidden */
  .sidebar { display: none; }
  .main-layout { grid-template-columns: 1fr; gap: 16px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .site-footer { padding: 32px 0 16px; margin-top: 32px; padding-bottom: 80px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

  /* Mobile actors bar */
  .mobile-actors-bar {
    display: block;
    margin: 12px 0;
    background: var(--bg-secondary);
    border-radius: 8px;
    padding: 10px 0;
    border: 1px solid var(--border);
  }
  .mobile-actors-header {
    font-size: 12px;
    font-weight: 600;
    color: var(--gold);
    padding: 0 12px 8px;
  }
  .mobile-actors-scroll {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 0 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-actors-scroll::-webkit-scrollbar { display: none; }
  .mobile-actor-chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 20px;
    background: var(--bg-primary);
    border: 1px solid var(--border);
    color: var(--text-secondary);
    font-size: 11px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s;
  }
  .mobile-actor-chip:hover,
  .mobile-actor-chip:active {
    border-color: var(--gold);
    color: var(--gold);
  }
  .chip-count {
    background: var(--gold);
    color: var(--bg-primary);
    font-size: 9px;
    padding: 1px 5px;
    border-radius: 10px;
    font-weight: 600;
  }

  /* Bottom nav */
  .bottom-nav { display: block; }

  /* Container */
  .container { padding: 0 12px; }

  /* Pagination */
  .pagination { margin-top: 20px; }
  .pagination a, .pagination span { padding: 6px 10px; font-size: 12px; }
}

@media (max-width: 480px) {
  .video-grid { gap: 6px; }
  .video-info { padding: 6px; }
  .video-info h3 { font-size: 10px; }
  .hero-inner { padding: 12px; }
  .hero h2 { font-size: 14px; }
  .hero-btn { padding: 7px 14px; font-size: 11px; }
  .site-logo .brand-text .main { font-size: 20px; }
}