/* =====================================================================
   DongWood — assets/css/style.css (vanilla, mobile-first, tanpa framework)
   Tema dark premium: hitam/dark-gray + aksen merah/oranye/emas.
   ===================================================================== */
:root {
  --bg: #0a0a10;
  --bg-2: #101018;
  --card: #15151f;
  --card-2: #1e1e2b;
  --line: rgba(255, 255, 255, 0.08);
  --txt: #f4f4f5;
  --muted: #a1a1aa;
  --amber: #fbbf24;
  --orange: #f97316;
  --red: #ef4444;
  --brand: linear-gradient(100deg, #f59e0b 0%, #f97316 45%, #ef4444 100%);
  --radius: 12px;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--txt);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  overflow-x: clip;
  -webkit-tap-highlight-color: transparent;
  font-size: 15px;
  line-height: 1.55;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
::selection { background: rgba(239, 68, 68, 0.45); color: #fff; }
::-webkit-scrollbar { width: 10px; height: 8px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2b2b3d; border-radius: 8px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 12px; }
@media (min-width: 640px) { .wrap { padding: 0 20px; } }
main { min-height: 60vh; padding-bottom: 16px; }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 10, 16, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-bar { display: flex; align-items: center; gap: 8px; height: 56px; }
.logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 18px; }
.logo-mark {
  width: 32px; height: 32px; border-radius: 9px; background: var(--brand);
  display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px;
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.35);
}
.logo b span { background: var(--brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.main-nav { display: none; }
.search-desktop { display: none; }
.hdr-actions { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.icon-btn {
  background: transparent; border: 0; color: #d4d4d8; border-radius: 9px; padding: 8px;
  display: inline-flex; align-items: center; justify-content: center;
}
.icon-btn:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.hamburger { display: inline-flex; }
.search-mobile { padding: 0 12px 10px; }
.search-box { position: relative; }
.search-box input {
  width: 100%; background: var(--card-2); border: 1px solid var(--line); color: #fff;
  border-radius: 10px; padding: 10px 40px 10px 12px; font-size: 14px; outline: none;
}
.search-box input:focus { border-color: rgba(239, 68, 68, 0.6); }
.search-box button {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  background: transparent; border: 0; color: #a1a1aa; padding: 8px; border-radius: 8px;
}
.mobile-nav { display: none; border-top: 1px solid var(--line); padding: 10px 12px 14px; }
.mobile-nav.open { display: block; }
.mobile-nav .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.nav-link {
  display: flex; align-items: center; gap: 6px; padding: 9px 12px; border-radius: 9px;
  font-size: 13px; font-weight: 700; color: #d4d4d8; white-space: nowrap;
}
.nav-link:hover { background: rgba(255, 255, 255, 0.05); color: #fff; }
.nav-link.active { background: var(--brand); color: #fff; }
@media (min-width: 1024px) {
  .main-nav { display: flex; gap: 2px; margin-left: 10px; overflow-x: auto; flex: 1; scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
  .search-desktop { display: block; width: 260px; margin-left: auto; }
  .hdr-actions { margin-left: 0; }
  .hamburger, .search-mobile { display: none; }
  .mobile-nav.open { display: none; }
}

/* ---------- hero ---------- */
.hero { margin-top: 16px; }
.hero-card {
  position: relative; overflow: hidden; border-radius: 16px; background: var(--card);
  border: 1px solid var(--line); min-height: 320px; display: flex; align-items: flex-end;
}
@media (min-width: 640px) { .hero-card { min-height: 380px; } }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, #0a0a10 6%, rgba(10,10,16,0.82) 38%, rgba(10,10,16,0.30) 68%, rgba(10,10,16,0.45) 100%);
}
.hero-body { position: relative; padding: 16px; width: 100%; }
@media (min-width: 640px) { .hero-body { max-width: 640px; padding: 24px; } }
.badge-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.badge {
  display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 800;
  padding: 3px 8px; border-radius: 7px; background: rgba(0, 0, 0, 0.6); color: #e4e4e7;
}
.badge.brand { background: var(--brand); color: #fff; text-transform: uppercase; letter-spacing: 0.04em; }
.badge.green { color: #6ee7b7; }
.badge.amber { color: var(--amber); }
.badge.sky { color: #7dd3fc; }
.badge.yellow { color: #fde047; }
.hero-title { margin: 0; font-size: 20px; line-height: 1.25; font-weight: 800; }
@media (min-width: 640px) { .hero-title { font-size: 30px; } }
.hero-btns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.btn {
  display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 10px;
  padding: 10px 16px; font-size: 14px; font-weight: 800; color: #fff;
}
.btn-brand { background: var(--brand); box-shadow: 0 8px 22px rgba(239, 68, 68, 0.35); }
.btn-ghost { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); }
.btn-dark { background: var(--card-2); border: 1px solid var(--line); }
.btn-sm { padding: 7px 12px; font-size: 12px; border-radius: 9px; }
.hero-dots { display: flex; gap: 6px; margin-top: 12px; }
.hero-dots button { height: 6px; width: 6px; border-radius: 99px; border: 0; background: rgba(255,255,255,0.3); padding: 0; }
.hero-dots button.on { width: 24px; background: var(--brand); }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  background: rgba(0,0,0,0.5); color: #fff; border: 0; border-radius: 99px;
  width: 36px; height: 36px; font-size: 18px; line-height: 1;
}
.hero-arrow.prev { left: 8px; }
.hero-arrow.next { right: 8px; }

/* ---------- section & cards ---------- */
.section { margin-top: 32px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.section-title { margin: 0; font-size: 16px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
@media (min-width: 640px) { .section-title { font-size: 20px; } }
.section-title::before { content: ""; width: 6px; height: 20px; border-radius: 99px; background: var(--brand); }
.section-sub { margin: 2px 0 0; font-size: 12px; color: var(--muted); }
.more-link {
  flex-shrink: 0; font-size: 12px; font-weight: 800; color: var(--amber);
  background: var(--card-2); border: 1px solid var(--line); border-radius: 9px; padding: 7px 10px;
}
.card-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
@media (min-width: 900px) { .card-grid { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 1200px) { .card-grid { grid-template-columns: repeat(6, 1fr); } }
.card {
  display: block; background: var(--card); border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden; transition: transform 0.25s, border-color 0.25s;
}
.card:hover { transform: translateY(-4px); border-color: rgba(239, 68, 68, 0.4); }
.card-poster { position: relative; aspect-ratio: 3 / 4; background: var(--card-2); overflow: hidden; }
.card-poster img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-poster .shade { position: absolute; inset-inline: 0; bottom: 0; height: 60%; background: linear-gradient(to top, rgba(0,0,0,0.85), transparent); }
.tag {
  position: absolute; font-size: 10px; font-weight: 800; padding: 3px 6px; border-radius: 6px; color: #fff;
}
.tag.status { left: 8px; top: 8px; }
.tag.status.ongoing { background: rgba(16, 185, 129, 0.92); }
.tag.status.completed { background: rgba(14, 165, 233, 0.92); }
.tag.status.other { background: rgba(82, 82, 91, 0.92); }
.tag.type { right: 8px; top: 8px; background: rgba(0,0,0,0.7); color: var(--amber); }
.tag.rating { right: 8px; bottom: 8px; background: rgba(0,0,0,0.7); color: #fde047; }
.tag.ep { left: 8px; bottom: 8px; background: rgba(220, 38, 38, 0.92); }
.card-body { padding: 8px; }
.card-title { margin: 0; font-size: 12.5px; font-weight: 700; line-height: 1.35; }
.card:hover .card-title { color: var(--amber); }
.card-meta { margin: 2px 0 0; font-size: 11px; color: var(--muted); }
.clamp-1, .clamp-2, .clamp-3 { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.clamp-1 { -webkit-line-clamp: 1; }
.clamp-2 { -webkit-line-clamp: 2; }
.clamp-3 { -webkit-line-clamp: 3; }

/* skeleton / status */
.skeleton { position: relative; overflow: hidden; background: #1a1a25; border-radius: 8px; }
.skeleton::after {
  content: ""; position: absolute; inset: 0; transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer { 100% { transform: translateX(100%); } }
.notice {
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 20px; text-align: center; font-size: 14px; color: #d4d4d8;
}
.notice .btn { margin-top: 12px; }
.fade-in { animation: fade 0.35s ease both; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* pagination */
.pager { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 24px; }
.pager .cur {
  background: var(--card); border: 1px solid var(--line); color: var(--amber);
  font-weight: 800; border-radius: 9px; padding: 8px 16px; font-size: 14px;
}
.pager button:disabled { opacity: 0.4; cursor: default; }

/* ---------- detail ---------- */
.back-link { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: var(--muted); margin: 16px 0 8px; }
.back-link:hover { color: var(--amber); }
.detail-hero { position: relative; overflow: hidden; border-radius: 16px; border: 1px solid var(--line); }
.detail-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.25; filter: blur(24px); transform: scale(1.1); }
.detail-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,10,16,0.55), rgba(10,10,16,0.85) 60%, var(--bg)); }
.detail-grid { position: relative; display: grid; gap: 16px; padding: 16px; }
@media (min-width: 640px) { .detail-grid { grid-template-columns: 230px 1fr; gap: 24px; padding: 20px; } }
.detail-poster { width: 176px; margin: 0 auto; }
@media (min-width: 640px) { .detail-poster { width: 100%; margin: 0; } }
.detail-poster img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(0,0,0,0.6); }
.detail-badges { display: flex; justify-content: center; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.pill { font-size: 10px; font-weight: 800; text-transform: uppercase; padding: 4px 8px; border-radius: 7px; }
.pill.green { background: #059669; color: #fff; }
.pill.sky { background: #0284c7; color: #fff; }
.pill.dark { background: var(--card-2); border: 1px solid var(--line); color: var(--amber); }
.detail-title { margin: 0; font-size: 20px; font-weight: 800; line-height: 1.3; }
@media (min-width: 640px) { .detail-title { font-size: 28px; } }
.detail-alt { margin: 4px 0 0; font-size: 12px; color: var(--muted); }
.detail-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; font-size: 12px; }
.chip { display: inline-flex; align-items: center; gap: 4px; background: var(--card-2); border: 1px solid var(--line); border-radius: 9px; padding: 5px 10px; font-weight: 700; }
.chip.star { background: rgba(245, 158, 11, 0.14); border-color: rgba(245, 158, 11, 0.3); color: #fde047; }
.meta-box { margin-top: 12px; background: rgba(0,0,0,0.3); border: 1px solid var(--line); border-radius: 12px; padding: 12px; display: grid; gap: 6px; }
@media (min-width: 640px) { .meta-box { grid-template-columns: 1fr 1fr; column-gap: 24px; } }
.meta-row { display: flex; gap: 8px; font-size: 13px; }
.meta-row .k { width: 80px; flex-shrink: 0; color: var(--muted); }
.meta-row .v { font-weight: 600; }
.genre-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.genre-row a { font-size: 11px; font-weight: 700; background: var(--card-2); border: 1px solid var(--line); border-radius: 9px; padding: 5px 10px; }
.genre-row a:hover { color: var(--amber); }
.synopsis { font-size: 13px; color: #d4d4d8; line-height: 1.7; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.ep-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
@media (min-width: 640px) { .ep-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .ep-list { grid-template-columns: 1fr 1fr 1fr; } }
.ep-item a {
  display: flex; align-items: center; gap: 12px; background: var(--card);
  border: 1px solid var(--line); border-radius: 12px; padding: 10px;
}
.ep-item a:hover { border-color: rgba(239, 68, 68, 0.4); }
.ep-num {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; background: var(--brand);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px;
}
.ep-title { flex: 1; min-width: 0; font-size: 12.5px; font-weight: 600; }

/* ---------- watch ---------- */
.watch-wrap { max-width: 960px; }
.watch-kicker { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--amber); margin: 12px 0 2px; }
.watch-title { margin: 0; font-size: 16px; font-weight: 800; line-height: 1.4; }
@media (min-width: 640px) { .watch-title { font-size: 22px; } }
.player { margin-top: 12px; background: #000; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); width: 100%; aspect-ratio: 16 / 9; }
@media (min-width: 640px) { .player { border-radius: 16px; } }
.player iframe { width: 100%; height: 100%; border: 0; display: block; }
.server-box { margin-top: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
@media (min-width: 640px) { .server-box { padding: 16px; } }
.server-title { margin: 0 0 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.server-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.server-btn {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px;
  background: var(--card-2); border: 1px solid var(--line); color: #e4e4e7;
  border-radius: 10px; padding: 8px 14px; font-size: 13px; font-weight: 800;
}
.server-btn:hover { border-color: rgba(239, 68, 68, 0.4); }
.server-btn.on { background: var(--brand); border-color: transparent; color: #fff; box-shadow: 0 8px 22px rgba(239, 68, 68, 0.35); }
.ads-tag { font-size: 9px; font-weight: 800; text-transform: uppercase; background: rgba(245,158,11,0.2); color: var(--amber); border-radius: 5px; padding: 2px 5px; }
.server-btn.on .ads-tag { background: rgba(0,0,0,0.3); color: #fff; }
.ep-nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; margin-top: 12px; }
.ep-nav a {
  display: flex; align-items: center; justify-content: center; gap: 4px; min-height: 48px;
  background: var(--card-2); border: 1px solid var(--line); border-radius: 12px;
  font-size: 12px; font-weight: 800; padding: 10px 8px; text-align: center;
}
@media (min-width: 640px) { .ep-nav a { font-size: 14px; padding: 10px 20px; } }
.ep-nav a.mid { color: var(--amber); }
.ep-nav .off { background: rgba(21, 21, 31, 0.6); border: 1px solid var(--line); border-radius: 12px; }
.dl-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; }
.dl-q { width: 64px; text-align: center; font-size: 11px; font-weight: 800; color: #7dd3fc; background: var(--card-2); border: 1px solid var(--line); border-radius: 8px; padding: 6px 4px; }
.dl-row a { font-size: 11px; font-weight: 700; background: var(--card-2); border: 1px solid var(--line); border-radius: 8px; padding: 6px 10px; }
.collapse-btn {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  background: var(--card); border: 1px solid var(--line); color: #fff;
  border-radius: 12px; padding: 12px 16px; font-size: 14px; font-weight: 800; margin-top: 16px;
}
.ep-scroll { margin-top: 8px; max-height: 320px; overflow-y: auto; background: rgba(21,21,31,0.5); border: 1px solid var(--line); border-radius: 12px; padding: 8px; display: grid; gap: 6px; }
@media (min-width: 640px) { .ep-scroll { grid-template-columns: 1fr 1fr; } }
.mini-ep { display: flex; align-items: center; gap: 10px; border-radius: 9px; padding: 8px 10px; font-size: 12.5px; font-weight: 600; color: #d4d4d8; }
.mini-ep:hover { background: rgba(255,255,255,0.05); color: var(--amber); }
.mini-ep.cur { background: var(--brand); color: #fff; }
.mini-ep .n { width: 32px; height: 32px; flex-shrink: 0; border-radius: 8px; background: var(--card-2); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.mini-ep.cur .n { background: rgba(0,0,0,0.25); }

/* ---------- schedule / az / genre ---------- */
.tabs { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 4px; margin-top: 12px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
@media (min-width: 640px) { .tabs { flex-wrap: wrap; overflow: visible; } }
.tab {
  flex-shrink: 0; background: var(--card); border: 1px solid var(--line); color: #d4d4d8;
  border-radius: 10px; padding: 10px 16px; font-size: 13px; font-weight: 800;
}
.tab:hover { color: var(--amber); }
.tab.on { background: var(--brand); border-color: transparent; color: #fff; }
.tab.square { width: 40px; height: 40px; padding: 0; display: inline-flex; align-items: center; justify-content: center; }
.today-tag { font-size: 9px; text-transform: uppercase; background: rgba(16,185,129,0.2); color: #6ee7b7; border-radius: 5px; padding: 2px 5px; margin-left: 6px; }
.tab.on .today-tag { background: rgba(0,0,0,0.3); color: #fff; }
.sched-list { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 8px; }
@media (min-width: 640px) { .sched-list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .sched-list { grid-template-columns: 1fr 1fr 1fr; } }
.sched-list a { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 8px; }
.sched-list a:hover { border-color: rgba(239, 68, 68, 0.4); }
.sched-list img { width: 48px; height: 64px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.genre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
@media (min-width: 640px) { .genre-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .genre-grid { grid-template-columns: repeat(4, 1fr); } }
.genre-grid a { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 12px; font-size: 14px; font-weight: 700; }
.genre-grid a:hover { border-color: rgba(239,68,68,0.4); color: var(--amber); }

/* ---------- history strip ---------- */
.h-strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; margin: 0 -12px; padding-inline: 12px; scrollbar-width: none; }
.h-strip::-webkit-scrollbar { display: none; }
@media (min-width: 640px) { .h-strip { margin: 0; padding-inline: 0; } }
.h-card { width: 128px; flex-shrink: 0; background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
@media (min-width: 640px) { .h-card { width: 144px; } }
.h-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; }
.h-card p { margin: 0; padding: 8px; font-size: 11.5px; font-weight: 600; }

/* ---------- search ---------- */
.big-search { position: relative; margin-top: 12px; }
.big-search input {
  width: 100%; background: var(--card); border: 1px solid var(--line); color: #fff;
  border-radius: 12px; padding: 12px 44px 12px 16px; font-size: 15px; outline: none;
}
.big-search input:focus { border-color: rgba(239, 68, 68, 0.6); }
.big-search .hint { margin: 6px 0 0; font-size: 11px; color: var(--muted); }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip-row button { background: var(--card-2); border: 1px solid var(--line); color: #e4e4e7; border-radius: 9px; padding: 7px 12px; font-size: 12px; font-weight: 700; }
.chip-row button:hover { color: var(--amber); }

/* ---------- footer ---------- */
.site-footer { margin-top: 48px; border-top: 1px solid var(--line); background: #08080d; }
.footer-grid { display: grid; gap: 24px; padding: 32px 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-grid h3 { margin: 0 0 8px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); }
.footer-grid p { margin: 8px 0 0; font-size: 12px; color: var(--muted); line-height: 1.7; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; font-size: 14px; }
.footer-links a:hover { color: var(--amber); }
.copyright { border-top: 1px solid var(--line); padding: 16px 0; text-align: center; font-size: 11px; color: var(--muted); }
.quick-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 16px; align-items: center; }
.quick-links .lbl { font-size: 12px; font-weight: 700; color: var(--muted); }
