
:root{--brand:#059669;--brand-2:#0d9488;--ink:#111827;--muted:#6b7280;--soft:#f9fafb;--line:#e5e7eb;--radius:20px;--shadow:0 18px 45px rgba(15,23,42,.12)}
*{box-sizing:border-box}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;background:#f8fafc;color:var(--ink)}a{text-decoration:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(229,231,235,.85);box-shadow:0 1px 2px rgba(15,23,42,.05)}.header-inner{max-width:1280px;margin:0 auto;padding:0 22px;height:64px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:900;background:linear-gradient(90deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent}.brand-mark{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:white;display:grid;place-items:center;font-size:14px;box-shadow:0 10px 24px rgba(5,150,105,.25)}.desktop-nav{display:flex;align-items:center;gap:30px}.nav-link{color:#374151;font-weight:600;transition:.2s}.nav-link:hover,.nav-link.is-active{color:var(--brand)}.header-actions{display:flex;gap:10px}.icon-button{width:42px;height:42px;border:0;background:#f3f4f6;border-radius:999px;display:grid;place-items:center;color:#4b5563;cursor:pointer;transition:.2s}.icon-button:hover{background:#e5e7eb;color:var(--brand)}.icon-button svg{width:21px;height:21px}.mobile-menu-button{display:none}.header-search-row{display:none;border-top:1px solid var(--line);padding:12px 22px}.header-search-row.is-open{display:block;animation:slideDown .2s ease}.header-search-form{max-width:900px;margin:0 auto;display:flex;gap:10px}.header-search-form input{flex:1;border:1px solid #d1d5db;border-radius:14px;padding:12px 14px;outline:0}.header-search-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(5,150,105,.15)}.header-search-form button,.primary-button{border:0;border-radius:999px;background:var(--brand);color:white;padding:12px 22px;font-weight:800;cursor:pointer;transition:.2s;box-shadow:0 12px 28px rgba(5,150,105,.24)}.header-search-form button:hover,.primary-button:hover{background:#047857;transform:translateY(-1px)}.mobile-nav{display:none;padding:10px 18px 18px;border-top:1px solid var(--line);background:white}.mobile-nav.is-open{display:grid;gap:6px}.mobile-nav-link{padding:12px 14px;border-radius:14px;color:#374151;font-weight:700}.mobile-nav-link:hover,.mobile-nav-link.is-active{background:#ecfdf5;color:var(--brand)}
.hero-section{position:relative;min-height:70vh;overflow:hidden;background:#030712}.hero-bg,.hero-bg .poster-frame{position:absolute;inset:0}.hero-bg .poster-frame img{width:100%;height:100%;object-fit:cover}.hero-bg .poster-initial{font-size:9vw;opacity:.14;color:white}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.68) 42%,rgba(0,0,0,.1)),linear-gradient(0deg,rgba(0,0,0,.35),transparent)}.hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;min-height:70vh;padding:72px 24px;display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:44px;align-items:center}.hero-copy{max-width:720px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:999px;background:rgba(16,185,129,.2);backdrop-filter:blur(8px);color:#6ee7b7;font-weight:800;margin-bottom:24px}.hero-badge svg{width:17px;height:17px}.hero-copy h1{font-size:clamp(44px,7vw,78px);line-height:1.02;margin:0 0 20px;color:white;font-weight:950;letter-spacing:-.04em}.hero-copy p{font-size:20px;line-height:1.75;color:#e5e7eb;max-width:680px;margin:0 0 28px}.hero-tags,.detail-meta{display:flex;flex-wrap:wrap;gap:10px}.hero-tags span,.detail-meta span{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.12);color:#f9fafb;font-size:14px;font-weight:700}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.ghost-button{border-radius:999px;color:white;border:1px solid rgba(255,255,255,.38);padding:12px 22px;font-weight:800;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.ghost-button:hover{background:rgba(255,255,255,.18)}.hero-side-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hero-side-cards .video-card{min-width:0}.hero-side-cards .card-body p{display:none}.content-section{max-width:1280px;margin:0 auto;padding:64px 24px}.white-section{background:white}.gradient-section{max-width:none;background:linear-gradient(135deg,#ecfdf5,#eff6ff,#fdf2f8);padding-left:max(24px,calc((100% - 1280px)/2 + 24px));padding-right:max(24px,calc((100% - 1280px)/2 + 24px))}.blue-section{max-width:none;background:linear-gradient(135deg,#eff6ff,#eef2ff);padding-left:max(24px,calc((100% - 1280px)/2 + 24px));padding-right:max(24px,calc((100% - 1280px)/2 + 24px))}.two-column-section{display:grid;grid-template-columns:1fr 1fr;gap:36px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px;gap:18px}.section-head.compact{margin-bottom:20px}.section-head h2{font-size:32px;line-height:1.1;margin:4px 0 0;font-weight:950;letter-spacing:-.03em}.section-head a{color:var(--brand);font-weight:800}.section-head.dark h2,.section-head.dark .eyebrow{color:white}.section-head.dark a{color:#bbf7d0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--brand);font-weight:900;font-size:12px}.video-grid{display:grid;gap:18px}.compact-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.wide-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.stack-list{display:grid;gap:14px}.video-card{background:white;border-radius:18px;overflow:hidden;box-shadow:0 1px 3px rgba(15,23,42,.08);transition:.25s;position:relative}.video-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.card-link{display:block;color:inherit}.card-poster-wrap{position:relative;overflow:hidden;aspect-ratio:16/9;background:linear-gradient(135deg,#064e3b,#0f766e)}.poster-frame{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#064e3b,#0f766e 48%,#111827)}.poster-frame img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.video-card:hover .poster-frame img,.related-item:hover img{transform:scale(1.08)}.poster-initial{position:absolute;inset:0;display:none;align-items:center;justify-content:center;text-align:center;padding:14px;color:rgba(255,255,255,.82);font-weight:950;font-size:20px;line-height:1.25}.poster-frame.no-image .poster-initial{display:flex}.duration-badge,.rank-badge,.related-thumb span{position:absolute;right:10px;bottom:9px;background:rgba(0,0,0,.72);color:white;border-radius:8px;padding:3px 8px;font-size:12px;font-weight:800}.rank-badge{left:10px;right:auto;top:10px;bottom:auto;background:linear-gradient(135deg,#f59e0b,#ef4444)}.play-hover{position:absolute;inset:0;margin:auto;width:52px;height:52px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.9);color:var(--brand);opacity:0;transform:scale(.85);transition:.25s}.play-hover svg{width:26px;height:26px;margin-left:3px}.video-card:hover .play-hover{opacity:1;transform:scale(1)}.card-body{padding:14px}.card-body h3{font-size:16px;line-height:1.35;margin:0 0 8px;font-weight:850;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-body p{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#6b7280;font-size:12px}.card-meta span:first-child{color:var(--brand);background:#ecfdf5;border-radius:999px;padding:3px 8px;font-weight:800}.card-layout-featured .card-poster-wrap{aspect-ratio:3/4}.card-layout-featured .card-body{position:absolute;left:0;right:0;bottom:0;color:white;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);padding-top:60px}.card-layout-featured .card-body p,.card-layout-featured .card-meta{color:rgba(255,255,255,.82)}.card-layout-list .card-link,.card-layout-rank .card-link{display:grid;grid-template-columns:170px 1fr;align-items:stretch}.card-layout-list .card-poster-wrap,.card-layout-rank .card-poster-wrap{height:120px;aspect-ratio:auto}.card-layout-list .card-body,.card-layout-rank .card-body{display:flex;flex-direction:column;justify-content:center}.card-layout-mini .card-body{background:rgba(255,255,255,.96)}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.category-grid.large{grid-template-columns:repeat(5,minmax(0,1fr))}.category-tile{display:block;background:white;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 1px 3px rgba(15,23,42,.06);transition:.25s;color:inherit}.category-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#a7f3d0}.category-icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:white;display:grid;place-items:center;font-weight:950;margin-bottom:16px}.category-tile h3{font-size:20px;margin:0 0 8px;font-weight:900}.category-tile p{font-size:14px;color:var(--muted);line-height:1.65;margin:0 0 12px}.category-tile span{font-size:12px;color:#059669;line-height:1.5}.page-hero{background:linear-gradient(135deg,#047857,#0f766e);color:white}.ranking-hero{background:linear-gradient(135deg,#111827,#064e3b)}.search-hero{background:linear-gradient(135deg,#1d4ed8,#0f766e)}.page-hero-inner{max-width:1280px;margin:0 auto;padding:72px 24px}.page-hero h1{font-size:48px;margin:6px 0 12px;font-weight:950;letter-spacing:-.04em}.page-hero p{font-size:19px;color:rgba(255,255,255,.82);max-width:760px;line-height:1.75}.filter-panel{background:white;border:1px solid var(--line);border-radius:24px;padding:20px;margin-bottom:28px;box-shadow:0 1px 3px rgba(15,23,42,.06)}.filter-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:14px}.filter-grid label{display:grid;gap:7px;color:#4b5563;font-size:13px;font-weight:800}.filter-grid input,.filter-grid select{width:100%;border:1px solid #d1d5db;border-radius:13px;padding:11px 12px;background:white;outline:0}.filter-grid input:focus,.filter-grid select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(5,150,105,.14)}.filter-count{margin:12px 0 0;color:var(--muted);font-size:14px}.rank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ranking-band{max-width:none;background:linear-gradient(135deg,#111827,#064e3b);padding-left:max(24px,calc((100% - 1280px)/2 + 24px));padding-right:max(24px,calc((100% - 1280px)/2 + 24px))}.rank-list-home{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.related-item{display:grid;grid-template-columns:112px 1fr;gap:12px;align-items:center;color:inherit}.related-thumb{position:relative;height:70px;border-radius:12px;overflow:hidden;background:#064e3b}.related-thumb .poster-frame{height:100%}.related-item h4{font-size:14px;line-height:1.35;margin:0 0 5px;font-weight:850;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#111827}.ranking-band .related-item h4{color:white}.related-item p{margin:0;font-size:12px;color:#6b7280}.ranking-band .related-item p{color:#a7f3d0}.detail-wrap{max-width:1280px;margin:0 auto;padding:28px 24px 70px}.breadcrumb{display:flex;align-items:center;gap:10px;color:#6b7280;font-size:14px;margin:0 0 24px;flex-wrap:wrap}.breadcrumb a{color:#059669;font-weight:800}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) 360px;gap:28px}.static-player{position:relative;aspect-ratio:16/9;background:black;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.static-player .player-poster{position:absolute;inset:0}.static-player .player-poster img{width:100%;height:100%;object-fit:cover}.player-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.18))}.player-play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:86px;height:86px;border:0;border-radius:999px;background:rgba(255,255,255,.92);color:var(--brand);display:grid;place-items:center;cursor:pointer;box-shadow:0 20px 50px rgba(0,0,0,.28);transition:.2s}.player-play-button:hover{transform:translate(-50%,-50%) scale(1.05)}.player-play-button svg{width:42px;height:42px;margin-left:5px}.static-player.is-active .player-play-button{background:rgba(5,150,105,.95);color:white}.player-topline{position:absolute;left:22px;right:22px;top:18px;display:flex;justify-content:space-between;color:white;font-weight:850;text-shadow:0 2px 8px rgba(0,0,0,.35)}.player-controlbar{position:absolute;left:22px;right:22px;bottom:18px;display:flex;align-items:center;gap:12px;color:white;font-weight:800}.control-dot{width:12px;height:12px;background:#ef4444;border-radius:999px}.control-track{height:6px;flex:1;background:rgba(255,255,255,.25);border-radius:999px;overflow:hidden}.control-track span{display:block;width:34%;height:100%;background:white}.detail-info-card,.sidebar-card{background:white;border-radius:24px;padding:26px;box-shadow:0 1px 3px rgba(15,23,42,.08)}.detail-info-card{margin-top:24px}.detail-info-card h1{font-size:34px;line-height:1.15;margin:0 0 16px;font-weight:950}.detail-info-card h2{font-size:20px;margin:28px 0 12px;font-weight:900}.detail-info-card p{color:#4b5563;line-height:1.85}.detail-info-card .lead-text{color:#111827;font-size:18px}.detail-meta{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}.detail-meta span{background:#f3f4f6;color:#4b5563}.detail-actions{display:flex;gap:12px;margin:18px 0}.detail-actions button{border:0;border-radius:14px;padding:12px 18px;font-weight:850;cursor:pointer}.detail-actions button:first-child{background:var(--brand);color:white}.detail-actions button:last-child{background:#f3f4f6;color:#374151}.tag-list{display:flex;flex-wrap:wrap;gap:10px}.tag-chip{display:inline-flex;border-radius:999px;background:#ecfdf5;color:#047857;padding:8px 13px;font-weight:800;font-size:13px}.detail-info-card blockquote{margin:0;background:linear-gradient(135deg,#ecfdf5,#f0fdfa);border-left:4px solid var(--brand);border-radius:16px;padding:18px 20px;color:#1f2937;line-height:1.85}.sticky-card{position:sticky;top:92px}.sidebar-card h2{font-size:22px;margin:0 0 18px;font-weight:950}.related-list{display:grid;gap:16px}.detail-more{padding-left:0;padding-right:0}.site-footer{background:linear-gradient(180deg,#f9fafb,#f3f4f6);border-top:1px solid var(--line)}.footer-inner{max-width:1280px;margin:0 auto;padding:42px 24px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.site-footer h2{margin:0 0 12px;font-size:26px;font-weight:950;background:linear-gradient(90deg,var(--brand),var(--brand-2));-webkit-background-clip:text;background-clip:text;color:transparent}.site-footer h3{margin:0 0 14px;font-size:16px;font-weight:900}.site-footer p{color:#6b7280;line-height:1.75;margin:0}.footer-links{display:grid;gap:8px}.footer-links a{color:#6b7280}.footer-links a:hover{color:var(--brand)}.footer-bottom{text-align:center;border-top:1px solid var(--line);padding:18px;color:#6b7280;font-size:13px}@keyframes slideDown{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid,.category-grid.large{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-content{grid-template-columns:1fr}.hero-side-cards{display:none}.detail-grid{grid-template-columns:1fr}.sticky-card{position:static}.rank-list-home{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:760px){.desktop-nav{display:none}.mobile-menu-button{display:grid}.header-inner{padding:0 16px}.brand{font-size:20px}.hero-content{padding:54px 18px;min-height:68vh}.hero-copy h1{font-size:42px}.hero-copy p{font-size:17px}.content-section{padding:44px 16px}.compact-grid,.wide-grid,.feature-grid,.rank-grid{grid-template-columns:1fr 1fr;gap:14px}.two-column-section{grid-template-columns:1fr}.category-grid,.category-grid.large{grid-template-columns:1fr}.filter-grid{grid-template-columns:1fr}.card-layout-list .card-link,.card-layout-rank .card-link{grid-template-columns:120px 1fr}.card-layout-list .card-poster-wrap,.card-layout-rank .card-poster-wrap{height:96px}.card-body h3{font-size:14px}.card-body p{display:none}.page-hero-inner{padding:54px 18px}.page-hero h1{font-size:38px}.detail-wrap{padding:20px 16px 52px}.detail-info-card,.sidebar-card{padding:20px;border-radius:20px}.detail-info-card h1{font-size:28px}.player-play-button{width:68px;height:68px}.footer-inner{grid-template-columns:1fr}.rank-list-home{grid-template-columns:1fr}.related-item{grid-template-columns:100px 1fr}}@media(max-width:480px){.compact-grid,.wide-grid,.feature-grid,.rank-grid{grid-template-columns:1fr}.header-search-form{flex-direction:column}.hero-actions a{width:100%;text-align:center}.card-layout-list .card-link,.card-layout-rank .card-link{grid-template-columns:1fr}.card-layout-list .card-poster-wrap,.card-layout-rank .card-poster-wrap{height:auto;aspect-ratio:16/9}.related-item{grid-template-columns:96px 1fr}.detail-meta span{font-size:12px}}
