:root{--bg: #e8edf5;--bg2: #f1f5f9;--card: #ffffff;--text: #141821;--muted: #64748b;--line: rgba(20, 24, 33, .1);--gold: #e11d48;--gold-dim: rgba(225, 29, 72, .12);--red: #e11d48;--radius: 12px;--fs-xs: .8125rem;--fs-sm: .875rem;--fs-body: 1rem;--fs-md: 1.0625rem;--leading-tight: 1.35;--leading-normal: 1.6;--leading-relaxed: 1.7;font-family:Noto Sans SC,Outfit,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:100%;scroll-behavior:smooth}html,body,#root{margin:0;min-height:100%}body{font-size:var(--fs-body);line-height:var(--leading-normal);background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;padding-bottom:env(safe-area-inset-bottom,0px);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible{outline:2px solid rgba(225,29,72,.55);outline-offset:2px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{font:inherit}ul{margin:0;padding:0}.app-shell{min-height:100dvh;min-height:100svh;display:flex;flex-direction:column;overflow-x:clip}.app-shell>main{flex:1}.container{width:min(72rem,calc(100% - 32px));margin:0 auto;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.site-header{position:sticky;top:0;z-index:50}.content-shell{width:100%}.inner-page{padding:28px 0 52px}.result-list{list-style:none;margin:0;padding:0}.result-row{display:grid;grid-template-columns:100px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.result-row:last-child{border-bottom:none}.result-row__poster{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:3 / 4;background:#e2e8f0}.result-row__poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.result-row__badge{position:absolute;top:6px;left:6px;font-size:10px;padding:2px 5px;border-radius:3px;background:var(--red);color:#fff;font-weight:800}.result-row__main h3{margin:0 0 6px;font-size:16px;font-weight:800}.result-row__desc{margin:0;font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-row__meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:8px;font-size:12px;color:#78716c}.result-row__play{min-height:40px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:800;color:#fff;background:linear-gradient(135deg,#fb7185,#e11d48);display:inline-flex;align-items:center;justify-content:center}.search-empty{text-align:center;color:var(--muted);padding:24px}.detail-page{padding-bottom:32px}.detail-hero{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:16px;border:1px solid var(--line)}.detail-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--detail-poster);background-size:cover;background-position:center;filter:blur(24px) brightness(.4);transform:scale(1.06)}.detail-hero__inner{position:relative;display:grid;grid-template-columns:minmax(120px,200px) 1fr;gap:22px;padding:24px;background:linear-gradient(135deg,#fffffff7,#f1f5f9fa)}.detail-hero__cover{border-radius:10px;overflow:hidden;border:1px solid var(--line)}.detail-hero__cover img{width:100%;aspect-ratio:3 / 4;-o-object-fit:cover;object-fit:cover}.detail-hero__body h1{margin:10px 0 12px;font-size:clamp(22px,3vw,30px);font-weight:900}.detail-hero__desc{margin:0;font-size:14px;line-height:1.75;color:var(--muted)}.pill-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;color:#be123c;background:#e11d481f;border:1px solid rgba(225,29,72,.25)}.detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.detail-tags span{padding:4px 10px;border-radius:999px;font-size:12px;color:#475569;border:1px solid var(--line);background:#f1f5f9}.detail-hero__cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:999px;font-weight:800;color:#fff;background:linear-gradient(135deg,#fb7185,#e11d48 55%,#be123c);border:none;cursor:pointer}.detail-info-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-info-grid div{padding:14px;border-radius:8px;border:1px solid var(--line);background:var(--bg2)}.detail-info-grid span{display:block;font-size:11px;color:var(--muted);margin-bottom:6px;letter-spacing:.06em}.detail-info-grid strong{font-size:14px;line-height:1.5}.play-page{padding-bottom:32px}.player-head-simple{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap}.player-head-simple h1{margin:8px 0 0;font-size:clamp(20px,2.5vw,26px);font-weight:900}.video-frame{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#000;max-height:min(56.25vw,calc(100dvh - 220px))}.video-frame--play{-webkit-touch-callout:none}.video-el{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation}.play-info-section{margin-top:18px;padding:18px;border-radius:10px;border:1px solid var(--line);background:#fff}.play-info-title{margin:0;font-size:17px;font-weight:900}.play-info-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.play-info-desc{margin:12px 0 0;font-size:14px;line-height:1.75;color:var(--muted)}.auth-page{flex:1;display:grid;place-items:center;padding:40px 16px}.auth-card{width:min(400px,100%);padding:28px;border-radius:var(--radius);border:1px solid var(--line);background:var(--card)}.auth-card h1{margin:0 0 8px;font-size:24px;font-weight:900}.auth-field{margin-bottom:14px}.auth-field label{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:#475569}.auth-field input{width:100%;height:44px;border:1px solid var(--line);border-radius:8px;padding:0 12px;font-size:16px;background:#fff;color:var(--text)}.auth-field input:focus{outline:none;border-color:#e11d4873;box-shadow:0 0 0 3px #e11d481f}.auth-submit{width:100%;margin-top:6px}.auth-err{color:#e11d48;font-size:13px;margin:0 0 10px}.auth-switch{text-align:center;margin-top:18px;font-size:14px;color:var(--muted)}.auth-switch a{color:#be123c;font-weight:800}@media (max-width: 768px){.detail-hero__inner{grid-template-columns:1fr}.detail-hero__cover{max-width:180px}.result-row{grid-template-columns:80px 1fr}.result-row__play{grid-column:1 / -1;justify-self:start}.play-route.inner-page{padding-left:0;padding-right:0}.play-route .container.play-page{width:100%;max-width:100%;padding-left:0;padding-right:0}.play-route .reel-list-panel.player-stack{padding-left:0;padding-right:0;border-radius:0;border:none;background:transparent;box-shadow:none}.play-route .player-head-simple{padding:0 16px;margin-bottom:10px}.play-route .player-head-simple h1{word-break:break-word}.play-route .video-frame.video-frame--play{max-height:none;border-radius:0;aspect-ratio:16 / 9;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);box-sizing:border-box}.play-route .play-info-section,.play-route .related-block{margin-left:16px;margin-right:16px}.container{width:min(72rem,calc(100% - 24px))}.inner-page{padding:16px 0 40px}}@media (max-width: 480px){.result-row{grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:start}.result-row__play{width:100%;justify-self:stretch;min-height:44px}}body.body-tpl-reel{--reel-ink: #141821;--reel-ink-2: #1c2230;--reel-page: #e8edf5;--reel-page-2: #dce3ef;--reel-card: #ffffff;--reel-accent: #e11d48;--reel-accent-hot: #be123c;--reel-accent-soft: rgba(225, 29, 72, .12);--reel-amber: #d97706;--reel-muted: #64748b;--reel-line: rgba(20, 24, 33, .1);--reel-radius: 8px;--reel-radius-lg: 14px;--reel-max: 72rem;--reel-gutter: 32px;--reel-container: min(var(--reel-max), calc(100% - var(--reel-gutter)));background:radial-gradient(ellipse 90% 50% at 10% -10%,rgba(225,29,72,.07),transparent 55%),radial-gradient(ellipse 70% 40% at 100% 0%,rgba(30,58,138,.07),transparent 50%),linear-gradient(180deg,#f3f6fb 0%,var(--reel-page) 45%,var(--reel-page-2) 100%);color:var(--reel-ink);font-family:Noto Sans SC,Outfit,system-ui,-apple-system,PingFang SC,Microsoft YaHei,sans-serif}body.body-tpl-reel .container{width:var(--reel-container);max-width:var(--reel-max);margin-left:auto;margin-right:auto;box-sizing:border-box}body.body-tpl-reel a:focus-visible,body.body-tpl-reel button:focus-visible,body.body-tpl-reel input:focus-visible{outline:2px solid rgba(225,29,72,.55);outline-offset:2px}body.body-tpl-reel .site-header--reel{position:sticky;top:0;z-index:50;background:#141821f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 8px 28px #0f172a47}body.body-tpl-reel .site-header--reel:after{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--reel-accent) 0%,#fb7185 40%,transparent 100%)}body.body-tpl-reel .header-inner.header-inner--reel{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center!important;justify-items:stretch;gap:12px 20px;min-height:4rem;padding:10px 0;flex-direction:unset!important;flex-wrap:nowrap!important;width:100%;max-width:none}body.body-tpl-reel .reel-brand{display:flex;align-items:center;gap:12px;min-width:0;color:#fff}body.body-tpl-reel .reel-brand__mark{width:2.6rem;height:2.6rem;border-radius:8px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#fb7185,var(--reel-accent) 55%,var(--reel-accent-hot));box-shadow:0 6px 18px #e11d4866;flex-shrink:0}body.body-tpl-reel .reel-brand__text{display:flex;flex-direction:column;gap:1px;min-width:0}body.body-tpl-reel .reel-brand__title{font-family:Syne,Noto Sans SC,sans-serif;font-size:1.1rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#fff}body.body-tpl-reel .reel-brand__sub{font-size:.7rem;font-weight:500;color:#ffffff8c;letter-spacing:.04em}body.body-tpl-reel .reel-nav{display:flex;align-items:center;justify-content:center;gap:2px;flex-wrap:nowrap;min-width:0;overflow-x:auto;scrollbar-width:none}body.body-tpl-reel .reel-nav::-webkit-scrollbar{display:none}body.body-tpl-reel .reel-nav__link{position:relative;flex:0 0 auto;padding:.45rem .8rem;font-size:.9375rem;font-weight:600;color:#ffffffdb;border-radius:6px;border-bottom:none!important;transition:color .15s ease,background .15s ease;white-space:nowrap}body.body-tpl-reel .reel-nav__link:hover{color:#fff;background:#ffffff0f}body.body-tpl-reel .reel-nav__link--active{color:#fff!important;background:#e11d4847}body.body-tpl-reel .reel-nav__link--active:after{display:none}body.body-tpl-reel .reel-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;flex-shrink:0}body.body-tpl-reel .reel-search{display:flex;align-items:stretch;width:min(220px,28vw);min-width:140px;flex:0 1 auto;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:999px;overflow:hidden}body.body-tpl-reel .reel-search:focus-within{border-color:#fb7185a6;box-shadow:0 0 0 3px #e11d4838}body.body-tpl-reel .reel-search input{flex:1;min-width:0;border:none;background:transparent;padding:.55rem .9rem;font-size:.875rem;color:#fff}body.body-tpl-reel .reel-search input::-moz-placeholder{color:#ffffff6b}body.body-tpl-reel .reel-search input::placeholder{color:#ffffff6b}body.body-tpl-reel .reel-search input:focus{outline:none}body.body-tpl-reel .reel-search__btn{display:grid;place-items:center;width:2.6rem;border:none;background:transparent;color:#ffffffbf;cursor:pointer}body.body-tpl-reel .reel-search__btn:hover{color:#fff;background:#e11d4859}body.body-tpl-reel .reel-btn-ghost{font:inherit;font-size:.8125rem;font-weight:600;color:#ffffffc7;padding:.45rem .75rem;border:none;border-radius:999px;background:transparent;cursor:pointer;text-decoration:none;white-space:nowrap}body.body-tpl-reel a.reel-btn-ghost{display:inline-flex;align-items:center}body.body-tpl-reel .reel-btn-ghost:hover{color:#fff;background:#ffffff14}body.body-tpl-reel .reel-btn-solid{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;padding:0 1.1rem;border-radius:999px;font-size:.8125rem;font-weight:700;color:#fff!important;background:linear-gradient(135deg,#fb7185,var(--reel-accent) 55%,var(--reel-accent-hot));box-shadow:0 4px 14px #e11d4859;white-space:nowrap}body.body-tpl-reel .reel-btn-solid:hover{filter:brightness(1.06)}body.body-tpl-reel .reel-user{font-size:.8125rem;font-weight:500;color:#ffffffb3;max-width:5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.body-tpl-reel .hero-reel{position:relative;min-height:min(64vh,560px);display:flex;align-items:flex-end;overflow:hidden;color:#fff}body.body-tpl-reel .hero-reel__media{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-poster);background-size:cover;background-position:center 28%;transform:scale(1.04);animation:reel-hero-drift 18s ease-in-out infinite alternate}body.body-tpl-reel .hero-reel__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#080a10f0,#080a10c7 38%,#080a106b 68%,#080a108c),linear-gradient(0deg,rgba(8,10,16,.9) 0%,rgba(8,10,16,.25) 42%,transparent 62%)}body.body-tpl-reel .hero-reel__inner{position:relative;z-index:1;width:100%;max-width:40rem;margin:0;padding:4.5rem 0 4.75rem;animation:reel-rise .7s ease both}body.body-tpl-reel .hero-reel__brand{margin:0 0 .65rem;font-family:Syne,Noto Sans SC,sans-serif;font-size:clamp(1.85rem,4.8vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;color:#fff;text-shadow:0 8px 40px rgba(0,0,0,.45)}body.body-tpl-reel .hero-reel__title{margin:0 0 .75rem;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:700;letter-spacing:-.01em;line-height:1.4;max-width:34rem;color:#fffffff5}body.body-tpl-reel .hero-reel__lead{margin:0 0 1.6rem;max-width:28rem;font-size:1rem;line-height:1.65;color:#ffffffc7}body.body-tpl-reel .hero-reel__cta{display:flex;flex-wrap:wrap;gap:12px}body.body-tpl-reel .reel-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 1.45rem;border-radius:999px;font-size:.9375rem;font-weight:700;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}body.body-tpl-reel .reel-cta--primary{color:#fff!important;background:linear-gradient(135deg,#fb7185,var(--reel-accent) 50%,var(--reel-accent-hot));box-shadow:0 10px 28px #e11d4866;border:none}body.body-tpl-reel .reel-cta--primary:hover{transform:translateY(-2px);filter:brightness(1.05)}body.body-tpl-reel .reel-cta--ghost{color:#fff!important;background:#ffffff14;border:1px solid rgba(255,255,255,.45)}body.body-tpl-reel .reel-cta--ghost:hover{background:#ffffff29}body.body-tpl-reel .detail-hero__cta .reel-cta--ghost,body.body-tpl-reel .player-head-simple .reel-cta--ghost{color:var(--reel-ink)!important;background:#fff;border-color:var(--reel-line)}body.body-tpl-reel .detail-hero__cta .reel-cta--ghost:hover,body.body-tpl-reel .player-head-simple .reel-cta--ghost:hover{border-color:var(--reel-accent);color:var(--reel-accent-hot)!important}@keyframes reel-hero-drift{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.08) translate3d(-1.2%,-.8%,0)}}@keyframes reel-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}body.body-tpl-reel .home-reel__body{position:relative;z-index:2;margin-top:-1.75rem;padding-bottom:3rem}body.body-tpl-reel .reel-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;margin:0;background:var(--reel-card);border:1px solid var(--reel-line);border-radius:var(--reel-radius-lg);box-shadow:0 14px 36px #1418211a;overflow:hidden}body.body-tpl-reel .reel-stats__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;padding:1.1rem .5rem;text-align:center;border-right:1px solid var(--reel-line)}body.body-tpl-reel .reel-stats__item:last-child{border-right:none}body.body-tpl-reel .reel-stats__item strong{font-family:Outfit,Noto Sans SC,sans-serif;font-size:clamp(1.2rem,2.2vw,1.45rem);font-weight:800;letter-spacing:-.03em;color:var(--reel-accent);line-height:1.15}body.body-tpl-reel .reel-stats__item span{font-size:.75rem;font-weight:600;color:var(--reel-muted);white-space:nowrap}body.body-tpl-reel .home-reel__stack{display:flex;flex-direction:column;gap:2.1rem;padding:1.75rem 0 0}body.body-tpl-reel .reel-block,body.body-tpl-reel .reel-cats,body.body-tpl-reel .reel-features{scroll-margin-top:88px;width:100%}body.body-tpl-reel .reel-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px 20px;margin:0 0 1.15rem;width:100%}body.body-tpl-reel .reel-section-head__text{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1 1 auto}body.body-tpl-reel .reel-section-head h2{margin:0;font-family:Syne,Noto Sans SC,sans-serif;font-size:clamp(1.3rem,2.2vw,1.55rem);font-weight:800;letter-spacing:-.02em;line-height:1.25;color:var(--reel-ink)}body.body-tpl-reel .reel-section-head p{margin:0;font-size:.875rem;color:var(--reel-muted);line-height:1.5}body.body-tpl-reel .reel-more{flex:0 0 auto;align-self:flex-end;font-size:.875rem;font-weight:700;color:var(--reel-accent-hot);padding:.2rem 0;white-space:nowrap;border-bottom:2px solid transparent}body.body-tpl-reel .reel-more:hover{border-bottom-color:var(--reel-accent)}body.body-tpl-reel .reel-cats__strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}body.body-tpl-reel .reel-cats__item{position:relative;display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:5.5rem;padding:.95rem .95rem .95rem 1.1rem;background:var(--reel-card);border:1px solid var(--reel-line);border-radius:var(--reel-radius);overflow:hidden;box-shadow:0 2px 10px #1418210a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}body.body-tpl-reel .reel-cats__item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--reel-accent)}body.body-tpl-reel .reel-cats__item:hover{transform:translateY(-2px);border-color:#e11d4859;box-shadow:0 12px 24px #1418211a}body.body-tpl-reel .reel-cats__idx{font-family:Outfit,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.08em;color:#94a3b8;line-height:1}body.body-tpl-reel .reel-cats__name{font-size:1rem;font-weight:800;color:var(--reel-ink);line-height:1.25}body.body-tpl-reel .reel-cats__count{font-size:.75rem;font-weight:600;color:var(--reel-accent-hot);line-height:1.2}body.body-tpl-reel .reel-grid{display:grid;gap:1.15rem 1rem;width:100%;align-items:start}body.body-tpl-reel .reel-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}body.body-tpl-reel .reel-grid--dense,body.body-tpl-reel .category-page-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.body-tpl-reel .reel-card{display:flex;flex-direction:column;min-width:0;background:transparent;border:none;border-radius:0;overflow:visible;transition:transform .2s ease}body.body-tpl-reel .reel-card:hover{transform:translateY(-3px)}body.body-tpl-reel .reel-card__media{position:relative;display:block;aspect-ratio:2 / 3;overflow:hidden;border-radius:var(--reel-radius);background:#cbd5e1;box-shadow:0 8px 22px #1418211f}body.body-tpl-reel .reel-card--featured .reel-card__media{aspect-ratio:16 / 10}body.body-tpl-reel .reel-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease}body.body-tpl-reel .reel-card:hover .reel-card__media img{transform:scale(1.04)}body.body-tpl-reel .reel-card__badge{position:absolute;top:0;left:0;z-index:2;padding:.35rem .6rem;font-size:.68rem;font-weight:800;letter-spacing:.04em;color:#fff;background:var(--reel-accent);border-radius:0 0 var(--reel-radius) 0}body.body-tpl-reel .reel-card__dur{position:absolute;right:8px;bottom:8px;z-index:2;padding:.25rem .5rem;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.03em;color:#fff;background:#0c0e14b8;border-radius:4px}body.body-tpl-reel .reel-card__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;opacity:0;background:#0c0e1438;transition:opacity .2s ease;pointer-events:none}body.body-tpl-reel .reel-card:hover .reel-card__play{opacity:1}body.body-tpl-reel .reel-card__body{padding:.7rem .05rem 0}body.body-tpl-reel .reel-card__title{margin:0 0 .35rem;font-size:.9375rem;font-weight:800;line-height:1.35;color:var(--reel-ink);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}body.body-tpl-reel .reel-card--featured .reel-card__title{-webkit-line-clamp:2;font-size:1rem}body.body-tpl-reel .reel-card__title a:hover{color:var(--reel-accent-hot)}body.body-tpl-reel .reel-card__desc{margin:0 0 .55rem;font-size:.8125rem;line-height:1.55;color:var(--reel-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.body-tpl-reel .reel-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .65rem;font-size:.72rem;font-weight:600;color:#94a3b8;line-height:1.3}body.body-tpl-reel .reel-card__meta span:first-child{color:var(--reel-amber)}body.body-tpl-reel .reel-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}body.body-tpl-reel .reel-features__item{position:relative;padding:1.5rem 1.25rem 1.35rem;background:var(--reel-card);border:1px solid var(--reel-line);border-radius:var(--reel-radius-lg);overflow:hidden}body.body-tpl-reel .reel-features__item:after{content:"";position:absolute;inset:auto 0 0 0;height:3px;background:linear-gradient(90deg,var(--reel-accent),transparent)}body.body-tpl-reel .reel-features__num{display:block;margin-bottom:.75rem;font-family:Syne,Outfit,sans-serif;font-size:1.5rem;font-weight:800;color:#e11d4847;letter-spacing:-.03em}body.body-tpl-reel .reel-features__item h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:800;color:var(--reel-ink)}body.body-tpl-reel .reel-features__item p{margin:0;font-size:.875rem;line-height:1.65;color:var(--reel-muted)}body.body-tpl-reel .inner-page--reel{padding:1.75rem 0 3rem}body.body-tpl-reel .reel-masthead{margin-bottom:1.35rem;padding:1.5rem 1.35rem 1.35rem;background:linear-gradient(135deg,#141821f5,#1e293bf0),radial-gradient(ellipse 60% 80% at 100% 0%,rgba(225,29,72,.35),transparent 55%);color:#fff;border-radius:var(--reel-radius-lg);box-shadow:0 16px 40px #1418212e}body.body-tpl-reel .reel-masthead__kicker{margin:0 0 .4rem;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fda4af}body.body-tpl-reel .reel-masthead h1{margin:0 0 .5rem;font-family:Syne,Noto Sans SC,sans-serif;font-size:clamp(1.55rem,3vw,2rem);font-weight:800;letter-spacing:-.02em}body.body-tpl-reel .reel-masthead>p{margin:0 0 1.1rem;max-width:36rem;font-size:.925rem;line-height:1.6;color:#ffffffb8}body.body-tpl-reel .reel-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:.35rem}body.body-tpl-reel .reel-filters--soft{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.12)}body.body-tpl-reel .reel-filter{display:inline-flex;align-items:center;min-height:2rem;padding:0 .85rem;border-radius:999px;font-size:.8125rem;font-weight:600;color:#ffffffd1;background:#ffffff14;border:1px solid rgba(255,255,255,.14);transition:background .15s ease,border-color .15s ease,color .15s ease}body.body-tpl-reel .reel-filter:hover{background:#ffffff24;color:#fff}body.body-tpl-reel .reel-filter--active{color:#fff!important;background:var(--reel-accent);border-color:var(--reel-accent);box-shadow:0 4px 14px #e11d4859}body.body-tpl-reel .reel-list-panel{padding:1.25rem;background:var(--reel-card);border:1px solid var(--reel-line);border-radius:var(--reel-radius-lg);box-shadow:0 8px 24px #1418210d}body.body-tpl-reel .reel-list-panel--flush{padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}body.body-tpl-reel .page-panel,body.body-tpl-reel .page-head-panel{background:var(--reel-card);border:1px solid var(--reel-line);border-radius:var(--reel-radius-lg);box-shadow:0 8px 24px #1418210d}body.body-tpl-reel .inner-page--reel .page-panel+.page-panel,body.body-tpl-reel .inner-page--reel .reel-block{margin-top:1.25rem}body.body-tpl-reel .filter-chip{background:#f1f5f9;border-color:transparent;color:#334155}body.body-tpl-reel .filter-chip:hover,body.body-tpl-reel .filter-chip--active{background:var(--reel-accent);color:#fff;border-color:var(--reel-accent)}body.body-tpl-reel .primary-btn,body.body-tpl-reel .auth-submit{background:linear-gradient(135deg,#fb7185,var(--reel-accent) 55%,var(--reel-accent-hot));box-shadow:0 8px 20px #e11d484d;border:none;border-radius:999px}body.body-tpl-reel .pill-badge{background:var(--reel-accent-soft);color:var(--reel-accent-hot);border:1px solid rgba(225,29,72,.25)}body.body-tpl-reel .detail-hero--reel{border-radius:var(--reel-radius-lg);overflow:hidden;margin-bottom:1.25rem}body.body-tpl-reel .detail-tags span{background:#ffffff1f;border:1px solid rgba(255,255,255,.18)}body.body-tpl-reel .detail-hero--reel .detail-tags span{color:#ffffffe6}body.body-tpl-reel .result-row{border-color:var(--reel-line)}body.body-tpl-reel .result-row__play,body.body-tpl-reel .result-row__badge{background:linear-gradient(135deg,#fb7185,var(--reel-accent))}body.body-tpl-reel .result-row__main h3 a:hover{color:var(--reel-accent-hot)}body.body-tpl-reel .auth-card--reel{border:1px solid var(--reel-line);border-radius:var(--reel-radius-lg);box-shadow:0 18px 48px #1418211a}body.body-tpl-reel .auth-card--reel h1{font-family:Syne,Noto Sans SC,sans-serif}body.body-tpl-reel .auth-field input:focus{border-color:#e11d488c;box-shadow:0 0 0 3px var(--reel-accent-soft)}body.body-tpl-reel .auth-switch a{color:var(--reel-accent-hot);font-weight:700}body.body-tpl-reel .video-frame--play{border-radius:var(--reel-radius);overflow:hidden;box-shadow:0 16px 40px #14182133}body.body-tpl-reel .play-info-title{font-family:Syne,Noto Sans SC,sans-serif}body.body-tpl-reel .site-footer--reel{margin-top:auto;color:#ffffffc7}body.body-tpl-reel .footer-reel__upper{background:radial-gradient(ellipse 50% 80% at 0% 100%,rgba(225,29,72,.22),transparent 55%),linear-gradient(180deg,#1c2230,#0f1218);padding:3rem 0 2.5rem}body.body-tpl-reel .footer-reel__grid{display:grid;grid-template-columns:1.5fr repeat(3,minmax(0,1fr));gap:2rem 1.5rem}body.body-tpl-reel .footer-reel__logo{display:flex;align-items:flex-start;gap:12px;margin-bottom:.9rem;color:#fff}body.body-tpl-reel .footer-reel__mark{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;height:2.4rem;padding:0;border-radius:6px;font-family:Noto Sans SC,Syne,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:0;color:#fff;background:var(--reel-accent)}body.body-tpl-reel .footer-reel__logo strong{display:block;font-size:1.1rem;font-weight:800;line-height:1.2}body.body-tpl-reel .footer-reel__logo em{display:block;margin-top:2px;font-style:normal;font-size:.75rem;color:#ffffff80}body.body-tpl-reel .footer-reel__brand>p{margin:0 0 1.1rem;max-width:22rem;font-size:.875rem;line-height:1.7;color:#ffffff9e}body.body-tpl-reel .footer-reel__cta{min-height:42px;padding:0 1.2rem;font-size:.875rem}body.body-tpl-reel .footer-reel__grid h3{margin:0 0 .85rem;font-size:.9rem;font-weight:800;color:#fda4af;letter-spacing:.02em}body.body-tpl-reel .footer-reel__grid nav{display:flex;flex-direction:column;gap:.55rem}body.body-tpl-reel .footer-reel__grid nav a{font-size:.875rem;color:#ffffffb3}body.body-tpl-reel .footer-reel__grid nav a:hover{color:#fff}body.body-tpl-reel .footer-reel__contact{margin:0 0 .55rem;font-size:.875rem;line-height:1.55;color:#ffffffa6}body.body-tpl-reel .footer-reel__bar{background:#090b10;border-top:1px solid rgba(255,255,255,.06);padding:1rem 0}body.body-tpl-reel .footer-reel__bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem}body.body-tpl-reel .footer-reel__bar p{margin:0;font-size:.75rem;color:#ffffff73}body.body-tpl-reel .footer-reel__seo{letter-spacing:.02em}body.body-tpl-reel .inner-page--reel .reel-block{margin-top:1.25rem}body.body-tpl-reel .inner-page--reel .reel-list-panel+.reel-block,body.body-tpl-reel .detail-page .reel-block{margin-top:1.5rem}body.body-tpl-reel .detail-page .detail-facts{margin-top:0}body.body-tpl-reel .player-head-simple{display:flex;align-items:flex-start;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;margin-bottom:1rem}body.body-tpl-reel .player-head-simple h1{margin:.35rem 0 0;font-size:clamp(1.2rem,2.4vw,1.55rem);line-height:1.25}@media (max-width: 1024px){body.body-tpl-reel{--reel-gutter: 28px}body.body-tpl-reel .reel-grid--dense,body.body-tpl-reel .category-page-grid,body.body-tpl-reel .reel-cats__strip{grid-template-columns:repeat(3,minmax(0,1fr))}body.body-tpl-reel .footer-reel__grid{grid-template-columns:1fr 1fr}body.body-tpl-reel .reel-search{width:min(180px,22vw)}}@media (max-width: 900px){body.body-tpl-reel .header-inner.header-inner--reel{grid-template-columns:auto auto!important;grid-template-areas:"brand tools" "nav nav";gap:8px 12px;min-height:0}body.body-tpl-reel .reel-brand{grid-area:brand}body.body-tpl-reel .reel-tools{grid-area:tools}body.body-tpl-reel .reel-nav{grid-area:nav;justify-content:flex-start;width:100%;padding:2px 0 4px}body.body-tpl-reel .reel-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}body.body-tpl-reel .reel-features__grid{grid-template-columns:1fr}body.body-tpl-reel .reel-card--featured .reel-card__media{aspect-ratio:2 / 3}}@media (max-width: 700px){body.body-tpl-reel{--reel-gutter: 20px}body.body-tpl-reel .home-reel__body{margin-top:-1.25rem}body.body-tpl-reel .reel-stats{grid-template-columns:repeat(2,minmax(0,1fr))}body.body-tpl-reel .reel-stats__item:nth-child(2){border-right:none}body.body-tpl-reel .reel-stats__item:nth-child(1),body.body-tpl-reel .reel-stats__item:nth-child(2){border-bottom:1px solid var(--reel-line)}body.body-tpl-reel .reel-grid--3,body.body-tpl-reel .reel-grid--dense,body.body-tpl-reel .category-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem .7rem}body.body-tpl-reel .reel-cats__strip{grid-template-columns:repeat(2,minmax(0,1fr))}body.body-tpl-reel .hero-reel{min-height:min(58vh,460px)}body.body-tpl-reel .hero-reel__inner{padding:3.5rem 0}body.body-tpl-reel .reel-brand__sub,body.body-tpl-reel .reel-btn-ghost{display:none}body.body-tpl-reel .footer-reel__grid{grid-template-columns:1fr;gap:1.5rem}body.body-tpl-reel .reel-list-panel{padding:1rem}body.body-tpl-reel .reel-masthead{padding:1.25rem 1rem 1.1rem}body.body-tpl-reel .reel-section-head{align-items:flex-start;flex-direction:column;gap:.5rem}body.body-tpl-reel .reel-more{align-self:flex-start}}@media (prefers-reduced-motion: reduce){body.body-tpl-reel .hero-reel__media,body.body-tpl-reel .hero-reel__inner,body.body-tpl-reel .reel-card,body.body-tpl-reel .reel-card__media img{animation:none!important;transition:none!important}}
