/* ============================================
   免费看片 全站样式表
   品牌：免费看片 | 域名：Livenity.cn
   原创设计 - 影视传媒公司+视频社区
   ============================================ */

/* === CSS Variables === */
:root {
    --primary: #FF6B9D;
    --primary-dark: #C44569;
    --accent: #F8B500;
    --bg-dark: #0D0D1A;
    --bg-card: #1A1A2E;
    --bg-card-hover: #252542;
    --text-white: #FFFFFF;
    --text-light: #E0E0E0;
    --text-muted: #A0A0B8;
    --gradient-primary: linear-gradient(135deg, #FF6B9D, #C44569);
    --gradient-accent: linear-gradient(135deg, #F8B500, #FF6B9D);
    --gradient-dark: linear-gradient(180deg, #0D0D1A, #1A1A2E);
    --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
    --shadow-hover: 0 8px 32px rgba(255,107,157,0.2);
    --radius: 12px;
    --radius-lg: 20px;
    --transition: all 0.3s ease;
    --max-width: 1280px;
}

/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.7;
    overflow-x: hidden;
}
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1,h2,h3,h4,h5,h6 { color: var(--text-white); line-height: 1.3; font-weight: 700; }

/* === Container === */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.ddo37vh {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}
.ddo37vh::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}
.508xz6 {
    text-align: center;
    color: var(--text-muted);
    margin-top: -30px;
    margin-bottom: 40px;
    font-size: 1rem;
}

/* === Header & Navigation === */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(13,13,26,0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,107,157,0.1);
    transition: var(--transition);
}
.site-header.scrolled { background: rgba(13,13,26,0.98); box-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.5n2sp9g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}
.oakcmq { display: flex; align-items: center; gap: 10px; }
.lc99r1b9 { height: 42px; width: auto; }
.5pobq { font-size: 1.4rem; font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a {
    color: var(--text-light);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: var(--transition);
    white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active {
    color: var(--text-white);
    background: rgba(255,107,157,0.15);
}
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
}
.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text-white);
    transition: var(--transition);
    border-radius: 1px;
}

/* === Search Bar === */
.124ns {
    background: var(--bg-card);
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,107,157,0.05);
    margin-top: 70px;
}
.avma6 {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 10px;
}
.search-input {
    flex: 1;
    padding: 10px 20px;
    border: 1px solid rgba(255,107,157,0.2);
    border-radius: 25px;
    background: rgba(13,13,26,0.6);
    color: var(--text-white);
    font-size: 0.95rem;
    outline: none;
    transition: var(--transition);
}
.search-input:focus { border-color: var(--primary); box-shadow: 0 0 15px rgba(255,107,157,0.15); }
.search-input::placeholder { color: var(--text-muted); }
.no485 {
    padding: 10px 28px;
    background: var(--gradient-primary);
    color: var(--text-white);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
}
.no485:hover { transform: translateY(-1px); box-shadow: 0 4px 15px rgba(255,107,157,0.3); }

/* === Hero Banner === */
.hero {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--bg-dark);
}
.yslzpvk2 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.4);
    transform: scale(1.05);
}
.ejkzmmp {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(13,13,26,0.3) 0%, rgba(13,13,26,0.8) 100%);
}
.wsxb4g {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
}
.wsxb4g h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.wsxb4g p {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.8;
}
.vrjo3v { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.4l51szih {
    padding: 6px 16px;
    background: rgba(255,107,157,0.15);
    border: 1px solid rgba(255,107,157,0.3);
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--primary);
}
.kgx0epv {
    display: inline-block;
    padding: 14px 36px;
    background: var(--gradient-primary);
    color: var(--text-white);
    border-radius: 30px;
    font-size: 1.05rem;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.kgx0epv:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    color: var(--text-white);
}
.zuoslv9 {
    display: inline-block;
    padding: 14px 36px;
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 30px;
    font-size: 1.05rem;
    font-weight: 600;
    transition: var(--transition);
    background: transparent;
    cursor: pointer;
}
.zuoslv9:hover {
    background: var(--primary);
    color: var(--text-white);
}
.dwpy0u59 { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* === Video Grid === */
.422jbq {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.video-card {
    background: var(--bg-card);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}
.video-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    background: var(--bg-card-hover);
}
.bzsser {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.bzsser img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.video-card:hover .bzsser img { transform: scale(1.05); }
.u1cd99d4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: rgba(255,107,157,0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}
.video-card:hover .u1cd99d4 { opacity: 1; }
.u1cd99d4::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
    margin-left: 3px;
}
.0y701 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.75);
    color: var(--text-white);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
}
.czcgc { padding: 14px; }
.czcgc h3 {
    font-size: 0.95rem;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.ee6d8p5 {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-muted);
    font-size: 0.8rem;
}
.ee6d8p5 span { display: flex; align-items: center; gap: 4px; }
.j6b65ty4 { display: flex; gap: 15px; margin-top: 6px; }
.j6b65ty4 span { color: var(--text-muted); font-size: 0.78rem; }

/* === Video Player Modal === */
.video-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    align-items: center;
    justify-content: center;
}
.video-modal.active { display: flex; }
.8d3co32 {
    width: 90%;
    max-width: 900px;
    position: relative;
}
.video-modal video {
    width: 100%;
    border-radius: var(--radius);
}
.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--text-white);
    font-size: 2rem;
    cursor: pointer;
    background: none;
    border: none;
    transition: var(--transition);
}
.video-modal-close:hover { color: var(--primary); }

/* === Category Sections === */
.fez39mn {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--bg-card);
}
.fez39mn::-webkit-scrollbar { height: 4px; }
.fez39mn::-webkit-scrollbar-track { background: var(--bg-card); border-radius: 2px; }
.fez39mn::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 2px; }
.axlyhng {
    min-width: 280px;
    flex-shrink: 0;
}

/* === Expert Cards === */
.0n2wnx {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.817onmbl {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 30px 20px;
    text-align: center;
    transition: var(--transition);
}
.817onmbl:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}
.q5lo5 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    border: 3px solid var(--primary);
}
.817onmbl h4 { margin-bottom: 5px; font-size: 1.1rem; }
.0pw14s { color: var(--primary); font-size: 0.85rem; margin-bottom: 10px; }
.og3jh9zw { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 15px; line-height: 1.6; }
.8qj0l2m { display: flex; gap: 10px; justify-content: center; }
.8qj0l2m a {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    transition: var(--transition);
}
.xfurkji9 { background: var(--gradient-primary); color: var(--text-white); }
.ismctciy { border: 1px solid var(--primary); color: var(--primary); }
.ismctciy:hover { background: var(--primary); color: var(--text-white); }

/* === Community Section === */
.fi2hu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.p37xdsa9 {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(255,107,157,0.1);
}
.p37xdsa9:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-hover);
}
.lg1qio {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem;
}
.p37xdsa9 h4 { margin-bottom: 10px; }
.p37xdsa9 p { color: var(--text-muted); font-size: 0.9rem; }

/* === Partner Logos === */
.k86oxy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}
.qf4sxn {
    background: var(--bg-card);
    padding: 20px 30px;
    border-radius: var(--radius);
    transition: var(--transition);
    opacity: 0.7;
}
.qf4sxn:hover { opacity: 1; box-shadow: var(--shadow-hover); }
.qf4sxn span {
    font-size: 1.1rem;
    color: var(--text-muted);
    font-weight: 600;
}

/* === Reviews === */
.6izvj {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.6eusus {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 24px;
    transition: var(--transition);
}
.6eusus:hover { box-shadow: var(--shadow-hover); }
.yn8095zr { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.w06fqkzv {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.o8raqix h5 { font-size: 0.95rem; }
.o8raqix span { color: var(--text-muted); font-size: 0.8rem; }
.v7brz { color: var(--accent); font-size: 0.9rem; margin-bottom: 8px; }
.smw46 { color: var(--text-light); font-size: 0.9rem; line-height: 1.7; }

/* === FAQ === */
.r521aa { max-width: 800px; margin: 0 auto; }
.faq-item {
    background: var(--bg-card);
    border-radius: var(--radius);
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,107,157,0.1);
}
.faq-question {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--text-white);
    transition: var(--transition);
}
.faq-question:hover { color: var(--primary); }
.pddut {
    transition: var(--transition);
    font-size: 1.2rem;
    color: var(--primary);
}
.faq-item.active .pddut { transform: rotate(180deg); }
.6h93c {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
}
.faq-item.active .6h93c { max-height: 300px; padding-bottom: 18px; }
.6h93c p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }

/* === Contact Section === */
.xjhyiade {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.q2xmy {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 30px;
}
.q2xmy h4 { margin-bottom: 20px; font-size: 1.2rem; }
.2hp9fziw {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--text-light);
    font-size: 0.9rem;
}
.2hp9fziw strong { color: var(--text-white); min-width: 70px; }
.00kv7h {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.lc0oy { text-align: center; }
.lc0oy img {
    width: 140px;
    height: 140px;
    border-radius: var(--radius);
    margin-bottom: 8px;
}
.lc0oy p { font-size: 0.85rem; color: var(--text-muted); }

/* === Share Buttons === */
.4rhmde {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 0;
}
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: var(--text-white);
    transition: var(--transition);
}
.share-btn:hover { transform: translateY(-2px); color: var(--text-white); }
.gdp71ax { background: #07C160; }
.yr7l3ny { background: #E6162D; }
.rjic3lx5 { background: #161823; border: 1px solid #333; }
.ll9uhhd { background: #00A1D6; }

/* === Footer === */
.site-footer {
    background: var(--bg-card);
    border-top: 1px solid rgba(255,107,157,0.1);
    padding: 50px 0 20px;
}
.uvjyz0fn {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 30px;
}
.civvnj .lc99r1b9 { height: 36px; margin-bottom: 12px; }
.civvnj p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.7; margin-bottom: 15px; }
.uiwm9 h5 {
    color: var(--text-white);
    margin-bottom: 15px;
    font-size: 1rem;
    position: relative;
    padding-bottom: 8px;
}
.uiwm9 h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary);
}
.uiwm9 a {
    display: block;
    color: var(--text-muted);
    font-size: 0.85rem;
    padding: 4px 0;
    transition: var(--transition);
}
.uiwm9 a:hover { color: var(--primary); padding-left: 5px; }
.a4hcox {
    border-top: 1px solid rgba(255,107,157,0.1);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.a4hcox p { color: var(--text-muted); font-size: 0.8rem; }

/* === Breadcrumb === */
.2vfrbb0 {
    padding: 15px 0;
    margin-top: 70px;
}
.2vfrbb0-list {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: var(--text-muted);
}
.2vfrbb0-list a { color: var(--text-muted); }
.2vfrbb0-list a:hover { color: var(--primary); }
.2vfrbb0-sep { color: var(--text-muted); }

/* === AI Section === */
.35agvs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.hqqc13 {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(248,181,0,0.1);
}
.hqqc13:hover {
    border-color: var(--accent);
    box-shadow: 0 8px 32px rgba(248,181,0,0.15);
}
.akar3ni3 {
    width: 70px;
    height: 70px;
    background: var(--gradient-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.8rem;
}
.hqqc13 h4 { margin-bottom: 10px; }
.hqqc13 p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }

/* === How-To Guide === */
.8p3av {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    counter-reset: step;
}
.zlrdxv0 {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 30px 20px;
    text-align: center;
    position: relative;
    counter-increment: step;
}
.zlrdxv0::before {
    content: counter(step);
    display: block;
    width: 40px;
    height: 40px;
    background: var(--gradient-primary);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: var(--text-white);
    font-weight: 700;
    margin: 0 auto 15px;
}
.zlrdxv0 h4 { margin-bottom: 8px; font-size: 1rem; }
.zlrdxv0 p { color: var(--text-muted); font-size: 0.85rem; }

/* === Page Content === */
.ogj5l6 {
    padding: 100px 0 40px;
    text-align: center;
    background: var(--gradient-dark);
}
.ogj5l6 h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}
.ogj5l6 p { color: var(--text-muted); font-size: 1.1rem; }
.23y2mi {
    padding: 40px 0;
}
.23y2mi p {
    margin-bottom: 15px;
    line-height: 1.8;
}

/* === Responsive === */
@media (max-width: 1024px) {
    .422jbq { grid-template-columns: repeat(3, 1fr); }
    .0n2wnx { grid-template-columns: repeat(2, 1fr); }
    .uvjyz0fn { grid-template-columns: repeat(2, 1fr); }
    .8p3av { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .422jbq { grid-template-columns: repeat(2, 1fr); }
    .fi2hu { grid-template-columns: 1fr; }
    .35agvs { grid-template-columns: 1fr; }
    .xjhyiade { grid-template-columns: 1fr; }
    .6izvj { grid-template-columns: 1fr; }
    .wsxb4g h1 { font-size: 2rem; }
    .ddo37vh { font-size: 1.5rem; }
    .main-nav { display: none; }
    .main-nav.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: rgba(13,13,26,0.98);
        padding: 20px;
        border-bottom: 1px solid rgba(255,107,157,0.1);
    }
    .mobile-toggle { display: flex; }
    .uvjyz0fn { grid-template-columns: 1fr; }
    .a4hcox { flex-direction: column; text-align: center; }
    .0n2wnx { grid-template-columns: 1fr; }
    .8p3av { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .422jbq { grid-template-columns: 1fr; }
    .wsxb4g h1 { font-size: 1.6rem; }
    .dwpy0u59 { flex-direction: column; align-items: center; }
    .avma6 { flex-direction: column; }
    .00kv7h { flex-direction: column; align-items: center; }
}

/* === Lazy Loading === */
img[loading="lazy"] { opacity: 0; transition: opacity 0.3s; }
img[loading="lazy"].loaded, img[loading="lazy"][src] { opacity: 1; }

/* === Animation === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-in { animation: fadeInUp 0.6s ease forwards; }

/* === Tags === */
.7dt3xy9g { display: flex; flex-wrap: wrap; gap: 8px; }
.742kp {
    padding: 4px 12px;
    background: rgba(255,107,157,0.1);
    border-radius: 15px;
    font-size: 0.8rem;
    color: var(--primary);
    transition: var(--transition);
}
.742kp:hover { background: rgba(255,107,157,0.25); }

/* === Inner page sidebar === */
.i2fn4wg6 {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
}
.xp0izo8w { position: sticky; top: 90px; }
.xp0izo8w-widget {
    background: var(--bg-card);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 20px;
}
.xp0izo8w-widget h4 {
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,107,157,0.1);
}
.xp0izo8w-video-list a {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: var(--text-light);
    font-size: 0.85rem;
}
.xp0izo8w-video-list a:hover { color: var(--primary); }
.xp0izo8w-thumb {
    width: 80px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .i2fn4wg6 { grid-template-columns: 1fr; }
    .xp0izo8w { position: static; }
}
