:root{--brand-pink:#e51a4c;--brand-yellow:#ffd200;--brand-teal:#1a7d6e;--brand-teal-dark:#155f55;--bg-page:#f5f5f5;--bg-white:#fff;--bg-topbar:#1a1a1a;--bg-section:#f0f0f0;--text-primary:#1a1a1a;--text-secondary:#444;--text-muted:#888;--text-white:#fff;--text-link-hover:var(--brand-pink);--border:#e0e0e0;--border-card:#eee;--nav-active-color:var(--brand-pink);--nav-height:44px;--header-height:64px;--topbar-height:32px;--shadow-card:0 2px 8px #00000014;--shadow-hover:0 6px 20px #00000024;--transition:all .22s ease;--font-primary:"Noto Sans", "Inter", system-ui, -apple-system, sans-serif;--max-width:1280px;--content-width:960px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background-color:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-pink)}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-pink)}.container{max-width:var(--max-width);margin:0 auto;padding:0 16px}.container--wide{max-width:1440px;margin:0 auto;padding:0 16px}.section-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:8px;display:flex}.section-header__left{color:var(--text-primary);align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.section-header__icon{font-size:18px}.section-header__see-more{color:var(--text-muted);transition:var(--transition);align-items:center;gap:2px;font-size:13px;font-weight:500;display:flex}.section-header__see-more:hover{color:var(--brand-pink)}.card{background:var(--bg-white);cursor:pointer;transition:var(--transition);border-radius:2px;position:relative;overflow:hidden}.card:hover .card__title{color:var(--brand-pink)}.card__thumb{background:#eee;position:relative;overflow:hidden}.card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.card:hover .card__thumb img{transform:scale(1.03)}.card__type-badge{color:#fff;background:#0009;border-radius:2px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;display:flex;position:absolute;bottom:6px;left:6px}.card__logo-badge{background:var(--brand-pink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:9px;font-weight:800;display:flex;position:absolute;top:6px;right:6px}.card__body{padding:8px 0}.card__title{color:var(--text-primary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.card__meta{color:var(--text-muted);align-items:center;gap:6px;margin-top:5px;font-size:11.5px;display:flex}.mini-item{cursor:pointer;border-top:1px solid var(--border-card);align-items:flex-start;gap:8px;padding:6px 0;display:flex}.mini-item:hover .mini-item__title{color:var(--brand-pink)}.mini-item__thumb{background:#eee;border-radius:2px;width:80px;min-width:80px;height:55px;position:relative;overflow:hidden}.mini-item__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.mini-item:hover .mini-item__thumb img{transform:scale(1.05)}.mini-item__thumb-badge{color:#fff;background:#0000008c;border-radius:2px;padding:1px 4px;font-size:10px;position:absolute;bottom:3px;left:3px}.mini-item__body{flex:1}.mini-item__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:600;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.mini-item__meta{color:var(--text-muted);margin-top:3px;font-size:11px}.text-item{border-bottom:1px solid var(--border-card);cursor:pointer;align-items:flex-start;gap:8px;padding:10px 0;display:flex}.text-item:last-child{border-bottom:none}.text-item:hover .text-item__title{color:var(--brand-pink)}.text-item__thumb{background:#ddd;border-radius:2px;width:74px;min-width:74px;height:50px;position:relative;overflow:hidden}.text-item__thumb img{object-fit:cover;width:100%;height:100%}.text-item__thumb-badge{color:#fff;background:#00000080;border-radius:2px;align-items:center;gap:3px;padding:1px 4px;font-size:10px;display:flex;position:absolute;bottom:2px;left:2px}.text-item__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}.ad-slot{color:#bbb;text-align:center;background:#f9f9f9;border:1px dashed #ddd;border-radius:2px;justify-content:center;align-items:center;min-height:250px;font-size:12px;display:flex}.pill-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:20px;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.pill-badge--pink{background:var(--brand-pink);color:#fff}.pill-badge--teal{background:var(--brand-teal);color:#fff}.pill-badge--yellow{background:var(--brand-yellow);color:#1a1a1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s forwards fadeIn}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#eee 25%,#e0e0e0 50%,#eee 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}.play-icon{width:28px;height:28px;color:var(--brand-pink);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.Header-module__hBw1pG__topBar{background:#1a1a1a;align-items:center;height:32px;display:flex}.Header-module__hBw1pG__topBarInner{justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto;padding:0 16px;display:flex}.Header-module__hBw1pG__topBarLeft{align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__brandText{color:#fff;letter-spacing:.5px;font-size:13px;font-weight:700}.Header-module__hBw1pG__topDivider{color:#555;font-size:13px}.Header-module__hBw1pG__socialLinks{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__socialLink{color:#aaa;align-items:center;transition:color .2s;display:flex}.Header-module__hBw1pG__socialLink:hover{color:#fff}.Header-module__hBw1pG__topDate{color:#888;white-space:nowrap;font-size:11.5px}.Header-module__hBw1pG__mainHeader{background:#fff;border-bottom:1px solid #efefef;align-items:center;height:64px;display:flex}.Header-module__hBw1pG__mainHeaderInner{align-items:center;gap:20px;width:100%;max-width:1280px;margin:0 auto;padding:0 16px;display:flex}.Header-module__hBw1pG__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__hBw1pG__logoMark{border:2.5px solid #e51a4c;border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden;box-shadow:0 2px 10px #e51a4c59}.Header-module__hBw1pG__logoImg{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.Header-module__hBw1pG__logoText{flex-direction:column;line-height:1;display:flex}.Header-module__hBw1pG__logoMain{color:#1a1a1a;letter-spacing:-.5px;font-size:18px;font-weight:900}.Header-module__hBw1pG__logoAccent{color:#e51a4c;letter-spacing:1.5px;text-transform:uppercase;font-size:11px;font-weight:600}.Header-module__hBw1pG__primaryTabs{flex:1;align-items:center;gap:4px;display:flex}.Header-module__hBw1pG__primaryTab{color:#444;border:1px solid #0000;border-radius:4px;align-items:center;gap:6px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.Header-module__hBw1pG__primaryTab:hover{color:#1a1a1a;background:#f5f5f5}.Header-module__hBw1pG__primaryTabActive{border-color:#e51a4c;color:#fff!important;background:#e51a4c!important}.Header-module__hBw1pG__tabIcon{font-size:15px}.Header-module__hBw1pG__headerRight{flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__appCtaBtn{color:#fff;white-space:nowrap;background:#f06;border-radius:4px;align-items:center;gap:7px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.Header-module__hBw1pG__appCtaBtn:hover{color:#fff;background:#155f55}.Header-module__hBw1pG__iconBtn{cursor:pointer;color:#555;background:0 0;border:none;border-radius:4px;align-items:center;padding:6px;transition:all .2s;display:flex}.Header-module__hBw1pG__iconBtn:hover{color:#e51a4c;background:#f5f5f5}.Header-module__hBw1pG__categoryNav{z-index:100;background:#fff;border-bottom:2px solid #efefef;height:40px;position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.Header-module__hBw1pG__categoryNavInner{align-items:stretch;gap:8px;width:100%;max-width:1280px;height:100%;margin:0 auto;padding:0 16px;display:flex}.Header-module__hBw1pG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;padding:4px 6px;display:flex}.Header-module__hBw1pG__hamburger span{background:#333;border-radius:2px;width:18px;height:2px;display:block}.Header-module__hBw1pG__catLinks{scrollbar-width:none;flex:1;align-items:stretch;display:flex;overflow-x:auto}.Header-module__hBw1pG__catLinks::-webkit-scrollbar{display:none}.Header-module__hBw1pG__catLink{color:#444;white-space:nowrap;border-bottom:3px solid #0000;align-items:center;padding:0 14px;font-size:13px;font-weight:600;transition:all .18s;display:flex;position:relative;top:2px}.Header-module__hBw1pG__catLink:hover{color:#e51a4c}.Header-module__hBw1pG__catLinkActive{color:#e51a4c!important;border-bottom-color:#e51a4c!important}.Header-module__hBw1pG__catNavRight{flex-shrink:0;align-items:center;display:flex}.Header-module__hBw1pG__iconBtnSm{cursor:pointer;color:#555;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:all .2s;display:flex}.Header-module__hBw1pG__iconBtnSm:hover{color:#e51a4c}.Header-module__hBw1pG__showsBar{background:#fff;border-bottom:1px solid #efefef;padding:6px 0}.Header-module__hBw1pG__showsBarInner{align-items:center;gap:4px;width:100%;max-width:1280px;margin:0 auto;padding:0 10px;display:flex}.Header-module__hBw1pG__showsArrow{cursor:pointer;color:#555;background:0 0;border:1px solid #ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;line-height:1;transition:all .18s;display:flex}.Header-module__hBw1pG__showsArrow:hover{color:#e51a4c;background:#fff0f4;border-color:#e51a4c}.Header-module__hBw1pG__showsScroll{scrollbar-width:none;flex:1;align-items:center;gap:6px;padding:2px 4px;display:flex;overflow-x:auto}.Header-module__hBw1pG__showsScroll::-webkit-scrollbar{display:none}.Header-module__hBw1pG__showPill{color:#444;white-space:nowrap;cursor:pointer;background:#fafafa;border:1px solid #e0e0e0;border-radius:20px;padding:4px 14px;font-size:12.5px;font-weight:500;transition:all .18s;display:inline-block}.Header-module__hBw1pG__showPill:hover{color:#e51a4c;background:#fff0f4;border-color:#e51a4c}@media (max-width:768px){.Header-module__hBw1pG__topBarRight,.Header-module__hBw1pG__primaryTabs,.Header-module__hBw1pG__appCtaBtn{display:none}.Header-module__hBw1pG__mainHeader{height:52px}.Header-module__hBw1pG__logoMain{font-size:16px}}
.Footer-module__S6Hkya__footer{color:#ccc;background:#1a1a1a;margin-top:24px}.Footer-module__S6Hkya__inner{grid-template-columns:250px repeat(4,1fr);align-items:start;gap:28px;max-width:1280px;margin:0 auto;padding:36px 16px 24px;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:14px;display:flex}.Footer-module__S6Hkya__brandLogo{align-items:center;gap:10px;display:flex}.Footer-module__S6Hkya__logoMark{border:2.5px solid #e51a4c;border-radius:50%;flex-shrink:0;width:44px;height:44px;overflow:hidden;box-shadow:0 2px 10px #e51a4c4d}.Footer-module__S6Hkya__logoText{flex-direction:column;line-height:1;display:flex}.Footer-module__S6Hkya__logoMain{color:#fff;font-size:17px;font-weight:900}.Footer-module__S6Hkya__logoAccent{color:#e51a4c;letter-spacing:1.5px;text-transform:uppercase;font-size:10px;font-weight:600}.Footer-module__S6Hkya__brandDesc{color:#888;font-size:12.5px;line-height:1.6}.Footer-module__S6Hkya__socialRow{align-items:center;gap:10px;margin-top:4px;display:flex}.Footer-module__S6Hkya__socialIcon{color:#aaa;background:#2a2a2a;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#fff;background:#e51a4c;border-color:#e51a4c}.Footer-module__S6Hkya__colTitle{color:#fff;text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid #2a2a2a;margin-bottom:12px;padding-bottom:8px;font-size:13px;font-weight:800}.Footer-module__S6Hkya__colLinks{flex-direction:column;gap:7px;list-style:none;display:flex}.Footer-module__S6Hkya__colLink{color:#888;font-size:12.5px;transition:color .18s;display:block}.Footer-module__S6Hkya__colLink:hover{color:#e51a4c}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #2a2a2a;padding:14px 16px}.Footer-module__S6Hkya__bottomInner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.Footer-module__S6Hkya__copyright{color:#666;font-size:12px}.Footer-module__S6Hkya__bottomLinks{align-items:center;gap:8px;display:flex}.Footer-module__S6Hkya__bottomLink{color:#666;font-size:12px;transition:color .18s}.Footer-module__S6Hkya__bottomLink:hover{color:#e51a4c}.Footer-module__S6Hkya__bottomSep{color:#444;font-size:12px}@media (max-width:900px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr 1fr 1fr}.Footer-module__S6Hkya__brandCol{grid-column:1/-1}}@media (max-width:580px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;gap:8px}}
