/* ============================================================
   MilfNut — fucker.com Dark Theme v4.0
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Nosifer&display=swap');

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

:root {
  --bg:        #0f0f0f;
  --bg2:       #161616;
  --bg3:       #202020;
  --bg4:       #282828;
  --card:      #181818;
  --border:    #2a2a2a;
  --border2:   #333;
  --accent:    #ff5500;
  --text:      #f0f0f0;
  --text2:     #888;
  --text3:     #555;
  --radius:    6px;
  --radius-lg: 10px;
  --radius-xl: 14px;
  --trans:     0.18s ease;
  --font:      'Inter', -apple-system, sans-serif;
  --font-logo: 'Nosifer', cursive;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; border: none; background: none; font-family: var(--font); }
ul { list-style: none; }

/* ============================================================
   LAYOUT
   ============================================================ */
.fk-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.fk-container { max-width: 1420px; margin: 0 auto; padding: 0 20px; width: 100%; }

/* ============================================================
   SLIDE-OUT DRAWER
   ============================================================ */
.fk-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.7); z-index: 1999;
}
.fk-overlay.open { display: block; }

.fk-drawer {
  position: fixed; top: 0; left: -300px; width: 280px; height: 100vh;
  background: var(--bg2); border-right: 1px solid var(--border);
  z-index: 2000; transition: left 0.28s ease;
  display: flex; flex-direction: column; overflow-y: auto;
}
.fk-drawer.open { left: 0; }
.fk-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid var(--border);
}
.fk-drawer-logo { font-family: var(--font-logo); font-size: 20px; color: var(--text); }
.fk-drawer-close {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg3); color: var(--text2);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; cursor: pointer; border: none; transition: color var(--trans);
}
.fk-drawer-close:hover { color: var(--text); }
.fk-drawer-links { padding: 12px 0; flex: 1; }
.fk-drawer-links a {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 20px; font-size: 15px; font-weight: 500;
  color: var(--text2); transition: all var(--trans);
}
.fk-drawer-links a:hover { color: var(--text); background: var(--bg3); }

/* ============================================================
   HEADER
   ============================================================ */
.fk-header {
  background: var(--bg2); border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 1000;
}
.fk-header-inner {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 20px; max-width: 1420px; margin: 0 auto;
}
.fk-header-left { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.fk-hamburger {
  width: 36px; height: 36px; font-size: 20px; color: var(--text);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; cursor: pointer; transition: color var(--trans);
}
.fk-hamburger:hover { color: var(--text2); }
.fk-logo {
  font-family: var(--font-logo); font-size: 22px; color: var(--text);
  letter-spacing: 1px; flex-shrink: 0; line-height: 1;
}
.fk-search { flex: 1; max-width: 600px; margin: 0 auto; }
.fk-search form {
  display: flex; align-items: center;
  background: var(--bg3); border: 1px solid var(--border2);
  border-radius: 999px; padding: 0 16px 0 14px;
  transition: border-color var(--trans);
}
.fk-search form:focus-within { border-color: #555; }
.fk-search-icon { color: var(--text3); font-size: 15px; margin-right: 8px; flex-shrink: 0; }
.fk-search input {
  flex: 1; background: none; border: none; outline: none;
  font-size: 14px; color: var(--text); padding: 10px 0;
}
.fk-search input::placeholder { color: var(--text3); }
.fk-header-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.fk-icon-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg3); border: 1px solid var(--border);
  color: var(--text2); font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all var(--trans);
}
.fk-icon-btn:hover { background: var(--bg4); color: var(--text); }

/* ============================================================
   SUB-NAV PILLS
   ============================================================ */
.fk-subnav {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; padding: 14px 20px; background: var(--bg); flex-wrap: wrap;
}
.fk-subnav-pill {
  padding: 8px 22px; border-radius: 999px;
  border: 1px solid var(--border2); background: var(--bg3);
  color: var(--text); font-size: 13px; font-weight: 600;
  transition: all var(--trans); cursor: pointer;
}
.fk-subnav-pill:hover { border-color: #555; }
.fk-subnav-pill--white { background: #fff; border-color: #fff; color: #000; }
.fk-subnav-pill--white:hover { background: #e8e8e8; }

/* ============================================================
   MAIN
   ============================================================ */
.fk-main { flex: 1; padding: 10px 0 50px; }
.fk-section { margin-bottom: 36px; }
.fk-section-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.fk-section-head h2 { font-size: 18px; font-weight: 800; }

/* ============================================================
   MODELS CAROUSEL
   ============================================================ */
.fk-models-carousel-wrap { position: relative; margin-bottom: 16px; }
.fk-models-carousel {
  display: flex; gap: 14px; overflow-x: auto;
  scroll-behavior: smooth; scrollbar-width: none; padding: 4px 4px 8px;
}
.fk-models-carousel::-webkit-scrollbar { display: none; }

.fk-model-card { flex-shrink: 0; width: 215px; cursor: pointer; }
.fk-model-img {
  width: 215px; height: 330px; border-radius: var(--radius-xl);
  overflow: hidden; background: var(--bg3);
  transition: transform var(--trans), box-shadow var(--trans);
}
.fk-model-card:hover .fk-model-img { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.7); }
.fk-model-img img { width: 100%; height: 100%; object-fit: cover; }
.fk-model-name { font-size: 14px; font-weight: 700; color: var(--text); margin-top: 10px; }
.fk-model-count { font-size: 12px; color: var(--text3); margin-top: 3px; }

/* Carousel arrows */
.fk-arr-btn {
  position: absolute; top: 45%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--bg3); border: 1px solid var(--border2);
  color: var(--text); font-size: 22px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10;
  box-shadow: 0 4px 14px rgba(0,0,0,0.5); transition: all var(--trans);
}
.fk-arr-btn:hover { background: var(--bg4); }
.fk-arr-btn--prev { left: -20px; }
.fk-arr-btn--next { right: -20px; }
@media (max-width: 768px) { .fk-arr-btn { display: none; } }

/* More button */
.fk-more-btn-wrap { text-align: center; margin-top: 10px; }
.fk-more-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 11px 32px; background: var(--bg3); border: 1px solid var(--border2);
  border-radius: 999px; color: var(--text); font-size: 13.5px; font-weight: 600;
  transition: all var(--trans); cursor: pointer;
}
.fk-more-btn:hover { background: var(--bg4); border-color: #555; }

/* ============================================================
   CATEGORIES CAROUSEL
   ============================================================ */
.fk-cats-carousel-wrap { position: relative; margin-bottom: 32px; }
.fk-cats-carousel {
  display: flex; gap: 10px; overflow-x: auto;
  scroll-behavior: smooth; scrollbar-width: none; padding: 4px 4px 8px;
}
.fk-cats-carousel::-webkit-scrollbar { display: none; }
.fk-cat-slide {
  flex-shrink: 0; width: 195px; height: 115px;
  border-radius: var(--radius-xl); overflow: hidden;
  position: relative; cursor: pointer;
  transition: transform var(--trans), box-shadow var(--trans);
  border: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
}
.fk-cat-slide:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,0.6); }
.fk-cat-slide img { width: 100%; height: 100%; object-fit: cover; }

/* Plain (no image) category card */
.fk-cat-slide--plain { display: flex; align-items: center; justify-content: center; }

/* Blurred decorative orb in background */
.fk-cat-blur-decor {
  position: absolute; width: 120px; height: 120px; border-radius: 50%;
  background: rgba(255,255,255,0.07);
  filter: blur(28px); top: -20px; right: -20px; pointer-events: none;
}

/* Inner content */
.fk-cat-plain-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 14px 16px; width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 100%);
}
.fk-cat-plain-name {
  font-size: 15px; font-weight: 800; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  line-height: 1.2; letter-spacing: 0.2px;
}
.fk-cat-plain-count {
  font-size: 11px; color: rgba(255,255,255,0.5);
  margin-top: 5px; font-weight: 600;
}
.fk-cat-slide--plain:hover .fk-cat-plain-name { color: #ff7733; }
.fk-cat-slide-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0.42);
  display: flex; align-items: center; justify-content: center;
}
.fk-cat-slide-name {
  font-size: 15px; font-weight: 800; color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.7); text-align: center; padding: 0 8px;
}
.fk-cat-label {
  position: absolute; inset: 0; background: rgba(0,0,0,0.45);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8); text-align: center; padding: 0 10px;
}

/* ============================================================
   VIDEO GRID
   ============================================================ */
.fk-video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.fk-vid-card { background: transparent; cursor: pointer; transition: transform var(--trans); }
.fk-vid-card:hover { transform: translateY(-2px); }

.fk-vid-thumb {
  position: relative; aspect-ratio: 16/9;
  overflow: hidden; background: var(--bg3);
  border-radius: var(--radius-lg); margin-bottom: 10px;
}
.fk-vid-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.fk-vid-card:hover .fk-vid-thumb img { transform: scale(1.04); }
.fk-vid-duration {
  position: absolute; bottom: 7px; right: 8px;
  background: rgba(0,0,0,0.85); color: #fff;
  font-size: 11.5px; font-weight: 600; padding: 2px 7px; border-radius: 5px;
}
.fk-vid-play-overlay {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; background: rgba(0,0,0,0.15); transition: opacity var(--trans);
}
.fk-vid-card:hover .fk-vid-play-overlay { opacity: 1; }
.fk-vid-play-circle {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.9);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #111;
  transform: scale(0.7); transition: transform var(--trans);
}
.fk-vid-card:hover .fk-vid-play-circle { transform: scale(1); }

.fk-vid-info { padding: 0; }
.fk-vid-topmeta { display: flex; justify-content: space-between; margin-bottom: 5px; }
.fk-vid-channel { font-size: 12px; color: var(--text3); font-weight: 500; }
.fk-vid-views   { font-size: 12px; color: var(--text3); display: flex; align-items: center; gap: 3px; }

.fk-vid-title {
  font-size: 14px; font-weight: 700; color: var(--text);
  line-height: 1.35; margin-bottom: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.fk-vid-models { display: flex; flex-wrap: wrap; gap: 4px; }
.fk-vid-models a { font-size: 11.5px; color: var(--text3); transition: color var(--trans); }
.fk-vid-models a:hover { color: var(--text2); }
.fk-vid-models a:not(:last-child)::after { content: ','; }

/* ============================================================
   TAGS CLOUD
   ============================================================ */
.fk-tags-section { margin-top: 10px; margin-bottom: 40px; }
.fk-tags-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.fk-tag-pill {
  padding: 7px 16px; background: var(--bg3); border: 1px solid var(--border);
  border-radius: 999px; font-size: 12.5px; font-weight: 500; color: var(--text2);
  transition: all var(--trans); cursor: pointer;
}
.fk-tag-pill:hover { background: var(--bg4); color: var(--text); }
.fk-tag-pill--all { background: var(--bg4); color: var(--text); border-color: #444; }

/* ============================================================
   PAGINATION
   ============================================================ */
.fk-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 36px; }
.fk-pagination a, .fk-pagination span {
  min-width: 38px; height: 38px; border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center; padding: 0 6px;
  font-size: 13px; font-weight: 600; border: 1px solid var(--border);
  background: var(--bg3); color: var(--text2); transition: all var(--trans);
}
.fk-pagination a:hover, .fk-pagination .current { background: var(--bg4); border-color: #555; color: var(--text); }

/* ============================================================
   FOOTER
   ============================================================ */
.fk-footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 36px 0 20px; margin-top: auto; }
.fk-footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 28px; flex-wrap: wrap; }
.fk-footer-brand { flex: 1; min-width: 200px; }
.fk-footer-logo { font-family: var(--font-logo); font-size: 18px; color: var(--text); display: inline-block; }
.fk-footer-desc { font-size: 12px; color: var(--text3); margin-top: 8px; max-width: 280px; line-height: 1.6; }
.fk-footer-col { min-width: 120px; }
.fk-footer-col a, .fk-footer-links-group a { display: block; font-size: 13px; color: var(--text3); margin-bottom: 8px; transition: color var(--trans); }
.fk-footer-col a:hover, .fk-footer-links-group a:hover { color: var(--text); }
.fk-footer-heading, .fk-footer-links-group h4 { font-size: 12px; font-weight: 700; color: var(--text2); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 12px; }
.fk-footer-links-group { min-width: 120px; }
.fk-footer-bottom { border-top: 1px solid var(--border); padding-top: 16px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.fk-footer-copy { font-size: 12px; color: var(--text3); }
.fk-footer-disclaimer { font-size: 11px; color: var(--text3); }

/* ============================================================
   SINGLE VIDEO (mn- compat)
   ============================================================ */
.mn-main       { flex: 1; padding: 24px 0 52px; }
.mn-container  { max-width: 1420px; margin: 0 auto; padding: 0 20px; }
.mn-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mn-section-head h2 { font-size: 18px; font-weight: 800; color: var(--text); }
.mn-player-box { background: #000; border-radius: var(--radius-lg); aspect-ratio: 16/9; margin-bottom: 18px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.mn-player-box video, .mn-player-box iframe { width: 100%; height: 100%; border: 0; }
.mn-single-wrap { max-width: 1100px; margin: 0 auto; padding: 24px 0; }
.mn-video-title-single { font-size: 20px; font-weight: 800; margin-bottom: 12px; color: var(--text); }
.mn-video-meta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 14px; }
.mn-meta-item { font-size: 13px; color: var(--text2); display: flex; align-items: center; gap: 5px; }
.mn-video-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.mn-action-btn { display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; border-radius: var(--radius); border: 1px solid var(--border); background: var(--bg3); color: var(--text); font-size: 13px; transition: all var(--trans); cursor: pointer; }
.mn-action-btn:hover { border-color: #555; background: var(--bg4); }
.mn-action-btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.mn-video-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.mn-video-tag { padding: 4px 13px; border-radius: 999px; background: var(--bg3); border: 1px solid var(--border); color: var(--text2); font-size: 12px; transition: all var(--trans); }
.mn-video-tag:hover { background: var(--bg4); color: var(--text); }
.mn-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mn-video-card { background: transparent; cursor: pointer; transition: transform var(--trans); }
.mn-video-card:hover { transform: translateY(-2px); }
.mn-thumb-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--bg3); border-radius: var(--radius-lg); margin-bottom: 10px; }
.mn-thumb-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.mn-video-card:hover .mn-thumb-wrap img { transform: scale(1.04); }
.mn-duration { position: absolute; bottom: 7px; right: 8px; background: rgba(0,0,0,0.85); color: #fff; font-size: 11.5px; font-weight: 600; padding: 2px 7px; border-radius: 5px; }
.mn-hd-badge { position: absolute; bottom: 7px; left: 8px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 800; padding: 2px 7px; border-radius: 4px; }
.mn-play-overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; background: rgba(0,0,0,0.15); transition: opacity var(--trans); }
.mn-video-card:hover .mn-play-overlay { opacity: 1; }
.mn-play-btn { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; font-size: 16px; color: #111; transform: scale(0.7); transition: transform var(--trans); }
.mn-video-card:hover .mn-play-btn { transform: scale(1); }
.mn-card-info {}
.mn-card-title { font-size: 13.5px; font-weight: 700; color: var(--text); line-height: 1.35; margin-bottom: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mn-card-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.mn-views { font-size: 11.5px; color: var(--text3); }
.mn-channel { font-size: 11.5px; color: var(--text3); }
.mn-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 32px; }
.mn-pagination a, .mn-pagination span { min-width: 38px; height: 38px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; border: 1px solid var(--border); background: var(--bg3); color: var(--text2); transition: all var(--trans); }
.mn-pagination a:hover, .mn-pagination .current { background: var(--bg4); border-color: #555; color: var(--text); }

/* ============================================================
   SCROLL TOP
   ============================================================ */
.fk-scroll-top, .scroll-top-btn { position: fixed; bottom: 24px; right: 24px; z-index: 99; width: 42px; height: 42px; border-radius: 50%; background: var(--bg3); border: 1px solid var(--border); color: var(--text2); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all var(--trans); }
.fk-scroll-top:hover, .scroll-top-btn:hover { background: var(--bg4); color: var(--text); }
.fk-scroll-top svg, .scroll-top-btn svg { width: 18px; height: 18px; fill: currentColor; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ── 1280px — Large tablets / small laptops ── */
@media (max-width: 1280px) {
  .fk-video-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .mn-grid        { grid-template-columns: repeat(3, 1fr); }
  .pm-grid        { grid-template-columns: repeat(3, 1fr) !important; }
}

/* ── 1024px — Tablets landscape ── */
@media (max-width: 1024px) {
  .fk-container  { padding: 0 16px; }
  .fk-video-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .mn-grid        { grid-template-columns: repeat(3, 1fr); }
  .pm-grid        { grid-template-columns: repeat(3, 1fr) !important; }

  /* Single video — stack columns */
  .sv-layout { flex-direction: column !important; }
  .sv-left   { position: static !important; width: 100% !important; max-width: 100% !important; }
  .sv-right  { width: 100% !important; max-width: 100% !important; }
  /* Related videos switch to 2-col grid on tablet */
  .sv-right > div { display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .sv-rel-card    { display: flex !important; flex-direction: column !important; }
  .sv-rel-thumb   { width: 100% !important; height: auto !important; aspect-ratio: 16/9 !important; }
}

/* ── 900px — Tablets portrait ── */
@media (max-width: 900px) {
  .fk-video-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .mn-grid        { grid-template-columns: repeat(2, 1fr); }
  .pm-grid        { grid-template-columns: repeat(2, 1fr) !important; }
  .fk-model-card  { width: 175px; }
  .fk-model-img   { width: 175px; height: 270px; }
  .fk-footer-top  { flex-direction: column; gap: 20px; }
  .fk-footer-col  { min-width: unset; }
}

/* ── 768px — Phones landscape / tablets small ── */
@media (max-width: 768px) {
  .fk-arr-btn { display: none; }

  /* Header */
  .fk-header-inner { gap: 10px; padding: 10px 14px; }
  .fk-logo         { font-size: 17px; }
  .fk-search       { max-width: 100%; }

  /* Footer */
  .fk-footer-top    { flex-direction: column; gap: 22px; }
  .fk-footer-bottom { flex-direction: column; text-align: center; gap: 6px; }

  /* Single video — related back to list on small tablet */
  .sv-right > div { grid-template-columns: 1fr !important; }
  .sv-rel-card    { flex-direction: row !important; gap: 12px; }
  .sv-rel-thumb   { width: 140px !important; height: 82px !important; aspect-ratio: unset !important; flex-shrink: 0; }

  /* Models page sort bar */
  .pm-sort-bar { flex-wrap: wrap; gap: 8px; }
  .pm-search   { max-width: 100% !important; }
}

/* ── 640px — Phones portrait ── */
@media (max-width: 640px) {
  .fk-container  { padding: 0 12px; }
  .fk-header-inner { padding: 9px 12px; }
  .fk-logo       { font-size: 15px; letter-spacing: 0.5px; }

  .fk-video-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .mn-grid        { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pm-grid        { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }

  .fk-model-card  { width: 140px; }
  .fk-model-img   { width: 140px; height: 215px; }

  .fk-cat-slide       { width: 150px; height: 90px; }
  .fk-cat-plain-name  { font-size: 13px; }
  .fk-cat-plain-count { font-size: 10px; }

  /* Footer */
  .fk-footer { padding: 28px 0 16px; }

  /* Pagination */
  .fk-pagination { flex-wrap: wrap; }
  .fk-pagination a, .fk-pagination span { min-width: 34px; height: 34px; font-size: 12px; }

  /* Single video */
  .sv-action-bar { flex-wrap: wrap; gap: 6px !important; }
  .sv-rel-card   { flex-direction: column !important; }
  .sv-rel-thumb  { width: 100% !important; height: auto !important; aspect-ratio: 16/9 !important; }
}

/* ── 480px — Small phones ── */
@media (max-width: 480px) {
  .fk-search input { font-size: 13px; }
  .fk-logo         { font-size: 14px; }
  .pm-grid         { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }

  /* Tags cloud */
  .fk-tags-grid { gap: 6px; }
  .fk-tag-pill  { font-size: 11.5px; padding: 5px 12px; }

  /* Popular pills */
  .pop-pill { font-size: 12px !important; padding: 6px 12px !important; }
}
