/* =====================================================
   麻豆传媒 - 黄金杰尼龟主题 CSS
   品牌色：金黄 #F5C518 + 青绿 #0ABFBC + 深夜蓝 #1A1A2E
   ===================================================== */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  background: #0F0F1A;
  color: #E2E8F0;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: #F5C518; text-decoration: none; transition: color .25s; }
a:hover { color: #0ABFBC; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ---- CSS Variables ---- */
:root {
  --gold: #ff7043;
  --teal: #0ABFBC;
  --dark: #1A1A2E;
  --darker: #0F0F1A;
  --mid: #16213E;
  --card-bg: #1e1410;
  --text: #E2E8F0;
  --muted: #94A3B8;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(0,0,0,.45);
  --glow-gold: 0 0 18px rgba(245,197,24,.35);
  --glow-teal: 0 0 18px rgba(10,191,188,.35);
  --transition: .3s ease;
}

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--darker); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ---- Topbar ---- */
.plghi5 {
  background: linear-gradient(90deg, var(--dark) 0%, #0D1B2A 100%);
  border-bottom: 1px solid rgba(245,197,24,.15);
  padding: 6px 0;
  font-size: .78rem;
  color: var(--muted);
}
.oaqf2rv4 {
  max-width: 1280px; margin: 0 auto; padding: 0 20px;
  display: flex; justify-content: space-between; align-items: center;
}
.b91qf span { margin-right: 16px; }
.b91qf span::before { content: "🐢 "; }
.kzy0tm a { color: var(--muted); margin-left: 14px; font-size: .78rem; }
.kzy0tm a:hover { color: var(--gold); }

/* ---- Header ---- */
.mz7h4 {
  background: rgba(26,26,46,.97);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid rgba(245,197,24,.2);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.jfnewpx4 {
  max-width: 1280px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 24px;
  height: 68px;
}
.q535tq { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.q535tq img { height: 44px; width: auto; }
.ofgim { display: flex; flex-direction: column; }
.uaxxtahz {
  font-size: 1.2rem; font-weight: 800;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}
.gdt9f { font-size: .68rem; color: var(--muted); line-height: 1; }

/* ---- Navigation ---- */
.nvmfqm { flex: 1; }
.nvmfqm ul { display: flex; gap: 4px; align-items: center; }
.nvmfqm ul li a {
  display: flex; align-items: center; gap: 4px;
  padding: 8px 14px; border-radius: 8px;
  color: var(--text); font-size: .9rem; font-weight: 500;
  transition: all var(--transition);
  position: relative;
}
.nvmfqm ul li a:hover,
.nvmfqm ul li a.active {
  background: rgba(245,197,24,.12);
  color: var(--gold);
}
.nvmfqm ul li a .f24ic {
  background: #EF4444; color: #fff;
  font-size: .6rem; padding: 1px 5px; border-radius: 8px;
  font-weight: 700; line-height: 1.4;
}

/* ---- Header Buttons ---- */
.nja6d { display: flex; gap: 10px; flex-shrink: 0; }
.lfpxiqf {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: 8px;
  font-size: .88rem; font-weight: 600; cursor: pointer;
  border: none; transition: all var(--transition);
}
.v8ldu {
  background: linear-gradient(135deg, var(--gold), #E8B000);
  color: var(--dark);
  box-shadow: var(--glow-gold);
}
.v8ldu:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(245,197,24,.5); color: var(--dark); }
.uloacpju {
  background: transparent;
  border: 1.5px solid var(--teal);
  color: var(--teal);
}
.uloacpju:hover { background: var(--teal); color: var(--dark); }
.kf293m8 { padding: 6px 14px; font-size: .82rem; }
.z9mc2 {
  background: linear-gradient(135deg, var(--teal), #088F8C);
  color: var(--dark); font-weight: 700;
  box-shadow: var(--glow-teal);
}
.z9mc2:hover { transform: translateY(-2px); color: var(--dark); }

/* ---- Mobile Menu Toggle ---- */
.ub4bmj {
  display: none; background: none; border: none;
  color: var(--gold); font-size: 1.5rem; cursor: pointer;
}

/* ---- Search Bar ---- */
.mvern {
  background: rgba(245,197,24,.06);
  border-bottom: 1px solid rgba(245,197,24,.1);
  padding: 10px 0;
}
.m6qi1 {
  max-width: 1280px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; gap: 12px;
}
.xkqyk6 {
  flex: 1; display: flex; align-items: center;
  background: rgba(255,255,255,.06);
  border: 1.5px solid rgba(245,197,24,.25);
  border-radius: 24px; overflow: hidden;
  max-width: 680px;
}
.xkqyk6 input {
  flex: 1; background: none; border: none; outline: none;
  color: var(--text); padding: 9px 18px; font-size: .92rem;
}
.xkqyk6 input::placeholder { color: var(--muted); }
.xkqyk6 button {
  background: linear-gradient(135deg, var(--gold), #E8B000);
  border: none; color: var(--dark); padding: 9px 22px;
  font-weight: 700; cursor: pointer; font-size: .9rem;
  transition: opacity var(--transition);
}
.xkqyk6 button:hover { opacity: .85; }
.z7ie9t55 { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.z7ie9t55 span { color: var(--muted); font-size: .8rem; }
.jl84qxm {
  background: rgba(245,197,24,.1); border: 1px solid rgba(245,197,24,.2);
  color: var(--gold); padding: 3px 10px; border-radius: 12px;
  font-size: .78rem; cursor: pointer; transition: all var(--transition);
}
.jl84qxm:hover { background: var(--gold); color: var(--dark); }

/* ---- Hero Section ---- */
.qln7u {
  position: relative; overflow: hidden;
  min-height: 520px; display: flex; align-items: center;
}
.lw35hh {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(.45) saturate(1.2);
}
.w3g6a30k {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,26,46,.92) 0%, rgba(10,191,188,.15) 50%, rgba(245,197,24,.1) 100%);
}
.mk24fxm {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto; padding: 60px 20px;
  max-width: 680px;
}
.p01euv3 {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(245,197,24,.15); border: 1px solid rgba(245,197,24,.3);
  color: var(--gold); padding: 5px 14px; border-radius: 20px;
  font-size: .8rem; font-weight: 600; margin-bottom: 20px;
}
.r1m0itof {
  font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900;
  line-height: 1.25; margin-bottom: 16px;
  background: linear-gradient(135deg, #fff 0%, var(--gold) 50%, var(--teal) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.xsr3vra { color: #CBD5E1; font-size: 1rem; margin-bottom: 28px; max-width: 520px; }
.w51x1 { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- Stats Grid ---- */
.d20yafy {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(245,197,24,.1);
  border-top: 1px solid rgba(245,197,24,.15);
}
.ak6l5 {
  background: rgba(26,26,46,.95);
  padding: 20px; text-align: center;
}
.cxbd5o {
  font-size: 1.8rem; font-weight: 900;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vr8lfi9w { color: var(--muted); font-size: .82rem; margin-top: 4px; }

/* ---- Section Base ---- */
.r3nv1pl { padding: 64px 0; }
.ah27du0 { background: rgba(26,26,46,.6); }
.eikmvqme { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.jfbk08rq { text-align: center; margin-bottom: 40px; }
.m6032 {
  display: inline-block;
  background: rgba(245,197,24,.12); border: 1px solid rgba(245,197,24,.25);
  color: var(--gold); padding: 4px 14px; border-radius: 20px;
  font-size: .78rem; font-weight: 700; margin-bottom: 12px;
  text-transform: uppercase; letter-spacing: .05em;
}
.y34qax {
  font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: var(--text);
  margin-bottom: 10px;
}
.y34qax span {
  background: linear-gradient(90deg, var(--gold), var(--teal));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.u7qkf { color: var(--muted); font-size: .95rem; max-width: 600px; margin: 0 auto; }
.p4x0sw0 {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  border-radius: 2px; margin: 14px auto 0;
}

/* ---- Video Grid ---- */
.jofik {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.meda4 {
  background: var(--card-bg); border-radius: var(--radius);
  overflow: hidden; cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
  border: 1px solid rgba(245,197,24,.08);
  position: relative;
}
.meda4:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(245,197,24,.2), var(--shadow);
  border-color: rgba(245,197,24,.3);
}
.d8yl1v4 {
  position: relative; overflow: hidden;
  aspect-ratio: 16/9;
}
.d8yl1v4 img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease;
}
.meda4:hover .d8yl1v4 img { transform: scale(1.08); }
.onrrjn {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.0);
  transition: background var(--transition);
}
.meda4:hover .onrrjn { background: rgba(0,0,0,.45); }
.nn960f {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--gold), #E8B000);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(.7);
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(245,197,24,.6);
}
.nn960f::after {
  content: ''; display: block;
  border-left: 18px solid var(--dark);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.meda4:hover .nn960f { opacity: 1; transform: scale(1); }
.ayfs5ekm {
  position: absolute; top: 8px; left: 8px;
  background: rgba(245,197,24,.9); color: var(--dark);
  font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: 6px;
}
.qalpekmz { background: rgba(239,68,68,.9) !important; color: #fff !important; }
.i86gdu { background: rgba(10,191,188,.9) !important; color: var(--dark) !important; }
.i082vhu { background: rgba(239,68,68,.95) !important; color: #fff !important; }
.eazkxcwh {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,.75); color: #fff;
  font-size: .72rem; padding: 2px 7px; border-radius: 4px;
}
.gto7la { padding: 14px; }
.nzouu {
  font-size: .92rem; font-weight: 600; color: var(--text);
  margin-bottom: 8px; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bkl9j9n { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.nrpecy {
  background: rgba(245,197,24,.1); color: var(--gold);
  font-size: .72rem; padding: 2px 8px; border-radius: 6px;
}
.n1fnm { color: var(--muted); font-size: .78rem; display: flex; gap: 10px; }

/* ---- Danmaku ---- */
.pbhet {
  background: rgba(26,26,46,.8); border: 1px solid rgba(245,197,24,.1);
  border-radius: 8px; padding: 10px 16px; overflow: hidden;
  position: relative; height: 40px;
  margin-bottom: 20px;
}
.xsxk3fvk {
  display: flex; gap: 40px; align-items: center;
  animation: danmaku-scroll 28s linear infinite;
  white-space: nowrap; position: absolute; top: 50%; transform: translateY(-50%);
}
.dw6m1kj {
  color: var(--muted); font-size: .82rem;
  padding: 2px 10px; border-radius: 10px;
  background: rgba(245,197,24,.06);
}
@keyframes danmaku-scroll {
  0% { transform: translateY(-50%) translateX(100vw); }
  100% { transform: translateY(-50%) translateX(-100%); }
}

/* ---- Expert Cards ---- */
.zt30h9 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px;
}
.o2l06m {
  background: var(--card-bg); border-radius: var(--radius);
  padding: 24px 20px; text-align: center;
  border: 1px solid rgba(245,197,24,.1);
  transition: all var(--transition);
}
.o2l06m:hover {
  border-color: rgba(245,197,24,.35);
  transform: translateY(-4px);
  box-shadow: var(--glow-gold);
}
.wt1nvb {
  width: 80px; height: 80px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 14px;
  border: 3px solid var(--gold);
  box-shadow: 0 0 14px rgba(245,197,24,.3);
}
.wmw8tu { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.fmikxe { color: var(--teal); font-size: .82rem; margin-bottom: 10px; }
.uahiynb { color: var(--muted); font-size: .8rem; line-height: 1.5; margin-bottom: 14px; }
.f9xtt { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 14px; }
.lawxi06 {
  background: rgba(245,197,24,.1); color: var(--gold);
  font-size: .7rem; padding: 2px 8px; border-radius: 10px; border: 1px solid rgba(245,197,24,.2);
}
.hnuvw { display: flex; gap: 8px; justify-content: center; }

/* ---- Partners Wall ---- */
.a4dtgidh {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center;
}
.l4skn0 {
  background: var(--card-bg); border: 1px solid rgba(245,197,24,.1);
  border-radius: 10px; padding: 12px 22px;
  color: var(--muted); font-size: .88rem; font-weight: 600;
  transition: all var(--transition);
}
.l4skn0:hover {
  border-color: var(--gold); color: var(--gold);
  box-shadow: var(--glow-gold);
}

/* ---- How-To Steps ---- */
.wnozod {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px;
}
.vn4tjk8 {
  background: var(--card-bg); border-radius: var(--radius);
  padding: 24px 20px; text-align: center;
  border: 1px solid rgba(10,191,188,.1);
  transition: all var(--transition);
}
.vn4tjk8:hover { border-color: var(--teal); box-shadow: var(--glow-teal); }
.iiuas {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  color: var(--dark); font-size: 1.1rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.zs1k9k { font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.sctivl { color: var(--muted); font-size: .82rem; line-height: 1.5; }

/* ---- FAQ ---- */
.e6glz3ru { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.pjs7mi {
  background: var(--card-bg); border-radius: var(--radius);
  border: 1px solid rgba(245,197,24,.1); overflow: hidden;
}
.c5d1m {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; cursor: pointer;
  font-weight: 600; color: var(--text); font-size: .95rem;
  transition: color var(--transition);
}
.c5d1m:hover { color: var(--gold); }
.q6govnr {
  width: 24px; height: 24px; border-radius: 50%;
  background: rgba(245,197,24,.1); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 700; flex-shrink: 0;
  transition: transform var(--transition), background var(--transition);
}
.pjs7mi.open .q6govnr { transform: rotate(45deg); background: var(--gold); color: var(--dark); }
.xz7iu { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.rh2m63w { padding: 0 20px 18px; color: var(--muted); font-size: .9rem; line-height: 1.7; }

/* ---- Reviews ---- */
.ym8b0ubj {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px;
}
.ssa3f {
  background: var(--card-bg); border-radius: var(--radius);
  padding: 22px; border: 1px solid rgba(245,197,24,.08);
  transition: all var(--transition);
}
.ssa3f:hover { border-color: rgba(245,197,24,.25); transform: translateY(-3px); }
.y5og89j { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.uyth5f4h {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700; color: var(--dark); flex-shrink: 0;
}
.d8ama3 { font-weight: 600; color: var(--text); font-size: .9rem; }
.nyk9x { color: var(--muted); font-size: .75rem; }
.zqwor { color: var(--gold); font-size: .9rem; margin-bottom: 10px; }
.wvwns { color: var(--muted); font-size: .88rem; line-height: 1.6; }

/* ---- Tag Cloud ---- */
.cyh9l5no { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tzgwr0 {
  background: rgba(245,197,24,.08); border: 1px solid rgba(245,197,24,.2);
  color: var(--gold); padding: 6px 16px; border-radius: 20px;
  font-size: .82rem; cursor: pointer; transition: all var(--transition);
}
.tzgwr0:hover { background: var(--gold); color: var(--dark); }

/* ---- Share Bar ---- */
.wtnx28 {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  padding: 16px 0; border-top: 1px solid rgba(245,197,24,.1);
}
.h44n6lyu { color: var(--muted); font-size: .88rem; }
.m1t5dg {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 16px; border-radius: 8px; font-size: .82rem; font-weight: 600;
  cursor: pointer; border: none; transition: all var(--transition);
}
.m95pxn { background: #07C160; color: #fff; }
.sli9ot6 { background: #E6162D; color: #fff; }
.b7rg5rc { background: #010101; color: #fff; border: 1px solid #333; }
.tq2elj { background: #00A1D6; color: #fff; }
.m1t5dg:hover { opacity: .85; transform: translateY(-2px); }

/* ---- Footer ---- */
.y7j7xk3 {
  background: var(--dark);
  border-top: 2px solid rgba(245,197,24,.15);
  padding: 48px 0 0;
}
.bt6s9sy8 {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px;
  max-width: 1280px; margin: 0 auto; padding: 0 20px 32px;
}
.hmd2od { }
.hmd2od img { height: 48px; margin-bottom: 14px; }
.i79sb { color: var(--muted); font-size: .85rem; line-height: 1.7; margin-bottom: 16px; }
.ch7330 { display: flex; gap: 16px; }
.vyt03wi { text-align: center; }
.vyt03wi img { width: 80px; height: 80px; border-radius: 8px; }
.ru3y7s { border: 2px solid rgba(245,197,24,.2); }
.vyt03wi p { color: var(--muted); font-size: .72rem; margin-top: 6px; }
.k8lhow6 {
  font-size: .95rem; font-weight: 700; color: var(--gold);
  margin-bottom: 16px; padding-bottom: 8px;
  border-bottom: 1px solid rgba(245,197,24,.15);
}
.e8t33sba { display: flex; flex-direction: column; gap: 8px; }
.e8t33sba a { color: var(--muted); font-size: .85rem; transition: color var(--transition); }
.e8t33sba a:hover { color: var(--gold); padding-left: 4px; }
.s1y9yp { padding: 20px 0; border-top: 1px solid rgba(245,197,24,.1); }
.s1y9yp .eikmvqme { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.s1y9yp h4 { color: var(--muted); font-size: .82rem; margin-bottom: 10px; }
.ikyeu { display: flex; flex-wrap: wrap; gap: 10px; }
.ikyeu a {
  color: var(--muted); font-size: .8rem;
  padding: 3px 10px; border-radius: 6px;
  border: 1px solid rgba(255,255,255,.08);
  transition: all var(--transition);
}
.ikyeu a:hover { color: var(--gold); border-color: rgba(245,197,24,.3); }
.g1e2uu {
  background: rgba(0,0,0,.3);
  border-top: 1px solid rgba(245,197,24,.1);
  padding: 14px 20px; text-align: center;
  color: var(--muted); font-size: .8rem;
}
.g1e2uu a { color: var(--muted); }
.g1e2uu a:hover { color: var(--gold); }
.ubidcg { margin-top: 6px; font-size: .75rem; }

/* ---- Inner Banner ---- */
.vw7lf {
  background: linear-gradient(135deg, var(--dark) 0%, #0D1B2A 100%);
  border-bottom: 1px solid rgba(245,197,24,.15);
  padding: 40px 0;
}
.ccl9e {
  font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 800;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 8px;
}
.hdtilz6 { color: var(--muted); font-size: .95rem; }

/* ---- Breadcrumb ---- */
.ykwvpq {
  display: flex; align-items: center; gap: 8px;
  color: var(--muted); font-size: .82rem; margin-bottom: 10px;
}
.ykwvpq a { color: var(--muted); }
.ykwvpq a:hover { color: var(--gold); }
.ykwvpq span { color: var(--gold); }

/* ---- Card Grid ---- */
.wqqyfq6 { display: grid; gap: 20px; }
.vg2k2tsn { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.btbiy { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.albnk4wk { grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); }
.bmd7q {
  background: var(--card-bg); border-radius: var(--radius);
  border: 1px solid rgba(245,197,24,.08);
  overflow: hidden; transition: all var(--transition);
}
.bmd7q:hover { border-color: rgba(245,197,24,.25); transform: translateY(-4px); box-shadow: var(--shadow); }
.hfn84 { aspect-ratio: 16/9; overflow: hidden; }
.hfn84 img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.bmd7q:hover .hfn84 img { transform: scale(1.06); }
.kw7h90j { padding: 16px; }
.yrhmd { font-size: .95rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.kwmrlnu { color: var(--muted); font-size: .85rem; line-height: 1.6; }

/* ---- Modal ---- */
.xn02fwry {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.85); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.xn02fwry.open { opacity: 1; pointer-events: all; }
.zoeb1ae {
  background: var(--dark); border-radius: 16px;
  border: 1px solid rgba(245,197,24,.2);
  padding: 24px; max-width: 720px; width: 92%;
  box-shadow: 0 20px 60px rgba(0,0,0,.7);
  transform: scale(.92); transition: transform .3s;
}
.xn02fwry.open .zoeb1ae { transform: scale(1); }
.cmzy2 {
  font-size: 1.1rem; font-weight: 700; color: var(--gold);
  margin-bottom: 16px; display: flex; justify-content: space-between; align-items: center;
}
.qe27q1ms {
  background: rgba(245,197,24,.1); border: none; color: var(--gold);
  width: 30px; height: 30px; border-radius: 50%; cursor: pointer;
  font-size: 1rem; display: flex; align-items: center; justify-content: center;
}
.no2lq6d { width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 8px; }

/* ---- Fade In Animation ---- */
.gi6lhs90 { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.gi6lhs90.visible { opacity: 1; transform: translateY(0); }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .bt6s9sy8 { grid-template-columns: 1fr 1fr; }
  .d20yafy { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nvmfqm { display: none; }
  .nvmfqm.open { display: block; position: absolute; top: 68px; left: 0; right: 0; background: var(--dark); border-bottom: 1px solid rgba(245,197,24,.15); padding: 10px 0; z-index: 999; }
  .nvmfqm.open ul { flex-direction: column; }
  .ub4bmj { display: flex; }
  .nja6d { display: none; }
  .qln7u { min-height: 380px; }
  .bt6s9sy8 { grid-template-columns: 1fr; }
  .z7ie9t55 { display: none; }
  .d20yafy { grid-template-columns: repeat(2, 1fr); }
  .jofik { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
}
@media (max-width: 480px) {
  .w51x1 { flex-direction: column; }
  .d20yafy { grid-template-columns: repeat(2, 1fr); }
  .r3nv1pl { padding: 40px 0; }
}
