:root{--bg:#050706;--surface:#0d120f;--line:#202b23;--text:#f5f7f5;--muted:#9ca79f;--green:#22ff3b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.hf-header{position:sticky;top:0;z-index:50;background:rgba(5,7,6,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.04)}.hf-header-inner{max-width:1280px;margin:auto;min-height:76px;padding:10px 22px;display:flex;align-items:center;gap:28px}.hf-brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.08em}.hf-brand img{width:44px;height:44px;object-fit:cover;border-radius:12px}.hf-nav{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.hf-nav::-webkit-scrollbar{display:none}.hf-nav a{padding:10px 16px;border-radius:999px;color:var(--muted);font-weight:750}.hf-nav a.active,.hf-nav a:hover{background:#123018;color:var(--green)}.hf-actions{margin-left:auto;display:flex;gap:8px}.hf-icon{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);cursor:pointer}.hf-searchbar{display:none;background:#080b09;border-bottom:1px solid var(--line);padding:12px 22px}.hf-searchbar.open{display:block}.hf-searchbar form{max-width:900px;margin:auto;display:flex;gap:8px}.hf-searchbar input{flex:1;background:#111712;border:1px solid var(--line);color:#fff;border-radius:14px;padding:13px 16px;outline:none}.hf-searchbar input:focus{border-color:var(--green)}.hf-searchbar button,.hf-button{border:0;background:var(--green);color:#031006;padding:12px 18px;border-radius:14px;font-weight:900;cursor:pointer}.hf-main{max-width:1280px;margin:auto}.hf-hero-wrap{padding:18px 22px 0}.hf-hero-slider{position:relative;height:500px;overflow:hidden;border-radius:28px;border:1px solid #18231b;background:#080c09}.hf-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .55s ease}.hf-hero-slide.is-active{opacity:1}.hf-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}.hf-hero-content{position:relative;z-index:2;width:min(620px,72%);height:100%;display:flex;justify-content:center;flex-direction:column;padding:45px}.hf-kicker{color:var(--green);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:13px}.hf-hero h1,.hf-detail-copy h1{font-size:clamp(38px,6vw,72px);line-height:.98;margin:12px 0}.hf-hero-content p{color:#c2cbc5;line-height:1.7}.hf-meta{display:flex;flex-wrap:wrap;gap:10px;color:#c5cec8;font-size:14px}.hf-meta span{border:1px solid #263329;background:rgba(12,18,14,.7);padding:7px 10px;border-radius:9px}.hf-dots{position:absolute;z-index:4;bottom:18px;left:0;right:0;display:flex;justify-content:center;gap:7px}.hf-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#647168;padding:0}.hf-dots button.active{width:26px;border-radius:999px;background:var(--green)}.hf-section{padding:30px 22px 0}.hf-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hf-section-title h2{font-size:22px;margin:0}.hf-section-title a,.hf-section-title span{color:var(--green);font-size:14px;font-weight:800}.hf-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,180px);gap:15px;overflow-x:auto;scrollbar-width:none;padding-bottom:10px}.hf-row::-webkit-scrollbar{display:none}.hf-poster{position:relative;aspect-ratio:2/3;background:#101611;border-radius:15px;overflow:hidden;border:1px solid #1c2820}.hf-poster img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s}.hf-card:hover img{transform:scale(1.04)}.hf-poster-empty{height:100%;display:grid;place-items:center;color:var(--green);font-weight:900}.hf-rating{position:absolute;left:8px;top:8px;background:rgba(0,0,0,.72);padding:5px 7px;border-radius:8px;font-size:11px}.hf-play{position:absolute;right:8px;bottom:8px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#041006;font-size:13px;opacity:0;transition:.2s}.hf-card:hover .hf-play{opacity:1}.hf-card h3{font-size:14px;margin:9px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-card p{margin:0;color:var(--muted);font-size:12px}.hf-cats{display:flex;flex-wrap:wrap;gap:10px;padding-bottom:30px}.hf-cats a{padding:13px 18px;border:1px solid var(--line);background:var(--surface);border-radius:999px;font-weight:800}.hf-cats a.selected,.hf-cats a:hover{border-color:var(--green);background:#123018;color:var(--green)}.hf-empty{margin:70px 22px;min-height:300px;display:grid;place-items:center;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:24px}.hf-footer{max-width:1280px;margin:50px auto 0;padding:30px 22px 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted)}.hf-footer div{display:flex;flex-direction:column;gap:6px}.hf-footer strong{color:var(--text)}.hf-details{padding:18px 22px 0}.hf-back{margin-bottom:12px;color:var(--muted)}.hf-player-wrap{position:relative;background:#000;border-radius:22px;overflow:hidden;min-height:300px}.hf-player{width:100%;display:block;max-height:75vh;background:#000}.hf-player-fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);pointer-events:none}.hf-detail-body{display:grid;grid-template-columns:210px 1fr;gap:26px;padding:24px 0}.hf-detail-poster{aspect-ratio:2/3;border-radius:16px;overflow:hidden;background:#111}.hf-detail-poster img{width:100%;height:100%;object-fit:cover}.hf-detail-copy h1{font-size:clamp(34px,5vw,58px);margin:8px 0 15px}.hf-detail-actions{display:flex;gap:10px;margin:20px 0}.hf-detail-actions button,.hf-tabs button{background:var(--surface);border:1px solid var(--line);color:var(--text);padding:11px 16px;border-radius:12px;cursor:pointer;font-weight:800}.hf-detail-actions button:hover,.hf-tabs button.active{border-color:var(--green);color:var(--green)}.hf-tabs{display:flex;gap:20px;border-bottom:1px solid var(--line);margin-top:18px}.hf-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;padding:13px 2px}.hf-description{color:#c5cec8;line-height:1.8;max-width:850px}@media(max-width:1000px){.hf-nav{display:none}}@media(max-width:650px){.hf-header-inner{padding:9px 14px}.hf-brand span{display:none}.hf-brand img{width:42px;height:42px}.hf-hero-wrap{padding:10px 12px 0}.hf-hero-slider{height:440px;border-radius:20px}.hf-hero-content{width:100%;padding:25px;justify-content:flex-end;padding-bottom:48px}.hf-hero h1{font-size:40px}.hf-hero-content p{font-size:13px}.hf-section{padding:24px 12px 0}.hf-row{grid-auto-columns:132px;gap:12px}.hf-detail-body{grid-template-columns:1fr}.hf-detail-poster{display:none}.hf-footer{flex-direction:column;padding:25px 12px 40px}.hf-details{padding:10px 12px 0}.hf-player-wrap{border-radius:14px;min-height:210px}.hf-searchbar{padding:10px 12px}}

.hf-profile-panel{display:none;position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.72);backdrop-filter:blur(10px);padding:20px;align-items:flex-start;justify-content:flex-end}.hf-profile-panel.open{display:flex}.hf-profile-card{position:relative;width:min(360px,100%);margin-top:82px;background:#0d120f;border:1px solid #202b23;border-radius:24px;padding:28px;color:#f5f7f5;box-shadow:0 20px 70px rgba(0,0,0,.45)}.hf-profile-logo{width:70px;height:70px;border-radius:20px;overflow:hidden;background:#050706;margin-bottom:16px}.hf-profile-logo img{width:100%;height:100%;object-fit:cover}.hf-profile-card h2{margin:0 0 6px}.hf-profile-card p{color:#9ca79f;margin:0 0 20px}.hf-profile-link{display:block;padding:14px 16px;margin-top:10px;border:1px solid #202b23;border-radius:14px;background:#111712;font-weight:800}.hf-close{position:absolute;right:14px;top:12px;width:36px;height:36px;border:1px solid #202b23;border-radius:50%;background:#111712;color:#fff;font-size:25px;cursor:pointer}.hf-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.hf-empty-inline{padding:35px;border:1px solid var(--line);background:var(--surface);border-radius:18px;color:var(--muted);text-align:center}.hf-tab-content[hidden]{display:none}.hf-bottom-nav{display:none}.hf-detail-copy{min-width:0}@media(max-width:1000px){.hf-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:650px){.hf-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hf-bottom-nav{position:sticky;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(5,7,6,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px 4px calc(8px + env(safe-area-inset-bottom))}.hf-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted);font-size:18px}.hf-bottom-nav a.active,.hf-bottom-nav a:hover{color:var(--green)}.hf-bottom-nav small{font-size:10px;font-weight:800}.hf-footer{padding-bottom:25px}.hf-profile-panel{padding:12px}.hf-profile-card{margin-top:65px}}
.hf-my-list-item{min-width:0}.hf-my-list-item .hf-card{height:100%}.hf-my-list-empty{grid-column:1/-1}.hf-profile-link:hover{border-color:var(--green);color:var(--green)}
