:root{
  --bg:#0b0b0b;--bg2:#141414;--panel:#181818;--panel2:#202020;--line:rgba(255,255,255,.09);
  --text:#fff;--muted:#a3a3a3;--red:#e50914;--red2:#b20710;--green:#46d369;
  --sidebar:76px;--radius:16px;--shadow:0 20px 60px rgba(0,0,0,.4)
}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a{color:inherit}a{text-decoration:none}img{display:block;max-width:100%}.hidden{display:none!important}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 75% 0%,rgba(229,9,20,.09),transparent 30%);z-index:-1}
.boot-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:22px}.boot-logo{font-weight:1000;font-size:clamp(30px,6vw,58px);letter-spacing:-.08em}.boot-logo span{color:var(--red)}.boot-spinner,.spinner{width:34px;height:34px;border:3px solid #333;border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.shell{min-height:100vh;padding-left:var(--sidebar)}.sidebar{position:fixed;z-index:50;left:0;top:0;bottom:0;width:var(--sidebar);background:rgba(10,10,10,.94);backdrop-filter:blur(18px);border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:18px 10px;gap:18px}.brand-mark{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;background:#111;border:1px solid #242424;box-shadow:0 8px 30px rgba(229,9,20,.15)}.brand-mark img{width:38px;height:38px}.side-nav{display:flex;flex-direction:column;gap:9px;width:100%;align-items:center}.nav-link{position:relative;width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#898989;transition:.2s;background:transparent;border:0;cursor:pointer}.nav-link:hover,.nav-link.active{background:#242424;color:#fff;transform:translateY(-1px)}.nav-link.active:before{content:"";position:absolute;left:-11px;height:22px;width:3px;border-radius:4px;background:var(--red)}.nav-link svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:2}.nav-spacer{flex:1}.nav-link[data-label]:hover:after{content:attr(data-label);position:absolute;left:60px;white-space:nowrap;background:#222;border:1px solid var(--line);padding:7px 10px;border-radius:9px;font-size:12px;font-weight:700;box-shadow:var(--shadow)}
.mobile-header{display:none}.main{min-width:0}.page{padding:0 28px 60px}.content-width{max-width:1500px;margin:auto}.topline{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 28px;position:relative;z-index:10}.wordmark{font-size:22px;font-weight:1000;letter-spacing:-.06em}.wordmark b{color:var(--red)}.search-pill{height:42px;min-width:260px;max-width:480px;flex:0 1 420px;background:#1b1b1b;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 14px;color:#777;transition:.2s}.search-pill:focus-within{border-color:rgba(229,9,20,.55);box-shadow:0 0 0 3px rgba(229,9,20,.08)}.search-pill input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:14px}.search-pill svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.kbd{font-size:10px;border:1px solid #333;padding:3px 6px;border-radius:6px;background:#121212;color:#666}.top-actions{display:flex;align-items:center;gap:10px}.circle-btn{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:#1a1a1a;display:grid;place-items:center;cursor:pointer;color:#ddd}.circle-btn:hover{background:#252525}.circle-btn svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:2}
.hero{position:relative;min-height:540px;border-radius:24px;overflow:hidden;background:#111;margin-bottom:28px;isolation:isolate;box-shadow:var(--shadow)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.hero:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,4,4,.96) 0%,rgba(4,4,4,.75) 36%,rgba(4,4,4,.18) 72%),linear-gradient(0deg,#0b0b0b 0%,transparent 42%)}.hero-content{max-width:680px;padding:96px 58px 68px}.eyebrow{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#d2d2d2;display:flex;align-items:center;gap:8px}.eyebrow:before{content:"";width:24px;height:3px;border-radius:3px;background:var(--red)}.hero h1{font-size:clamp(42px,6vw,78px);line-height:.94;letter-spacing:-.06em;margin:16px 0 18px;max-width:780px}.meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;color:#d0d0d0;font-size:14px;font-weight:700}.rating{color:var(--green)}.hero p{color:#c7c7c7;line-height:1.65;max-width:620px;font-size:15px;margin:20px 0 26px}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:900;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s}.btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:#f6121d;transform:translateY(-1px)}.btn-secondary{background:rgba(255,255,255,.12);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.12)}.btn-secondary:hover{background:rgba(255,255,255,.18)}.btn-dark{background:#202020;border:1px solid var(--line)}
.section{margin:26px 0 38px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-title{font-size:20px;font-weight:900;letter-spacing:-.025em}.section-sub{color:#6f6f6f;font-size:12px;margin-top:3px}.view-all{font-size:12px;font-weight:800;color:#aaa}.view-all:hover{color:#fff}.rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(155px,1fr);gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;padding:4px 2px 16px;scroll-snap-type:inline proximity}.rail::-webkit-scrollbar{height:4px}.rail::-webkit-scrollbar-thumb{background:#2d2d2d;border-radius:8px}.card{position:relative;min-width:0;cursor:pointer;scroll-snap-align:start}.poster-wrap{position:relative;aspect-ratio:2/3;border-radius:14px;overflow:hidden;background:#1b1b1b;border:1px solid rgba(255,255,255,.055);box-shadow:0 10px 30px rgba(0,0,0,.14);transition:.24s}.poster{width:100%;height:100%;object-fit:cover}.card:hover .poster-wrap{transform:translateY(-5px) scale(1.015);border-color:rgba(255,255,255,.16);box-shadow:0 18px 45px rgba(0,0,0,.42)}.poster-wrap:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent);opacity:0;transition:.2s}.card:hover .poster-wrap:after{opacity:1}.card-play{position:absolute;z-index:2;left:10px;bottom:10px;width:34px;height:34px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;opacity:0;transform:translateY(8px);transition:.2s}.card:hover .card-play{opacity:1;transform:none}.card-play svg{width:16px;height:16px;fill:currentColor}.card-body{padding:9px 3px 0}.card-title{font-size:13px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-meta{display:flex;justify-content:space-between;gap:8px;margin-top:5px;font-size:11px;color:#777}.score{color:#9b9b9b}.rank-badge{position:absolute;top:9px;left:9px;z-index:3;background:rgba(5,5,5,.78);border:1px solid rgba(255,255,255,.16);font-weight:1000;font-size:11px;padding:5px 7px;border-radius:8px;backdrop-filter:blur(8px)}
.page-title{padding-top:10px;margin:8px 0 22px}.page-title h1{font-size:clamp(32px,5vw,54px);letter-spacing:-.05em;margin:0}.page-title p{color:#777;margin:8px 0 0}.filterbar{display:flex;gap:10px;align-items:center;margin-bottom:22px;flex-wrap:wrap}.filterbar select,.filterbar input{background:#171717;color:#ddd;border:1px solid var(--line);border-radius:11px;padding:10px 13px;outline:0}.filterbar select:focus,.filterbar input:focus{border-color:rgba(229,9,20,.55)}.grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 14px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:34px 0}.page-btn{border:1px solid var(--line);background:#181818;color:#ddd;border-radius:10px;padding:9px 13px;cursor:pointer}.page-btn:hover:not(:disabled){background:#242424}.page-btn:disabled{opacity:.35;cursor:not-allowed}.page-count{font-size:12px;color:#777;padding:0 7px}
.detail{min-height:100vh;position:relative}.detail-backdrop{position:absolute;inset:0 0 auto;height:690px;z-index:-3;overflow:hidden}.detail-backdrop img{width:100%;height:100%;object-fit:cover;opacity:.45}.detail-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b0b0b 0%,rgba(11,11,11,.72) 40%,rgba(11,11,11,.2)),linear-gradient(0deg,#0b0b0b 0%,transparent 60%)}.detail-content{padding:120px 34px 50px;max-width:1450px;margin:auto}.detail-main{display:grid;grid-template-columns:240px minmax(0,760px);gap:34px;align-items:end;min-height:460px}.detail-poster{border-radius:18px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}.detail-copy h1{font-size:clamp(42px,6vw,72px);line-height:.95;letter-spacing:-.06em;margin:12px 0 16px}.detail-copy p{color:#c2c2c2;line-height:1.65;font-size:15px}.genre-list{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.genre{font-size:11px;font-weight:800;color:#c9c9c9;border:1px solid rgba(255,255,255,.13);padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.18)}.detail-lower{margin-top:36px}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0}.fact{background:#151515;border:1px solid var(--line);border-radius:13px;padding:13px}.fact-label{text-transform:uppercase;letter-spacing:.12em;color:#666;font-size:9px;font-weight:900}.fact-value{font-size:13px;font-weight:800;margin-top:5px;color:#ddd}
.watch-page{padding:0 28px 60px;max-width:1500px;margin:auto}.watch-head{display:flex;align-items:center;justify-content:space-between;padding:12px 0 18px;gap:15px}.watch-title h1{font-size:20px;margin:0 0 4px}.watch-title div{font-size:12px;color:#777}.player-shell{aspect-ratio:16/9;width:100%;background:#050505;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);position:relative}.player-shell iframe{width:100%;height:100%;border:0;background:#000}.player-empty{height:100%;display:grid;place-items:center;text-align:center;padding:30px;color:#777}.servers{margin-top:16px;background:#121212;border:1px solid var(--line);border-radius:16px;padding:14px}.servers-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.servers-head b{text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:#777}.server-list{display:flex;gap:8px;flex-wrap:wrap}.server-btn{border:1px solid var(--line);background:#1d1d1d;color:#aaa;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:800;cursor:pointer}.server-btn:hover,.server-btn.active{background:var(--red);color:#fff;border-color:var(--red)}.episode-panel{margin-top:18px;background:#121212;border:1px solid var(--line);border-radius:16px;padding:14px}.episode-controls{display:flex;gap:10px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.episode-controls select{background:#1c1c1c;color:#fff;border:1px solid var(--line);padding:9px 11px;border-radius:10px}.episodes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.episode{background:#1c1c1c;border:1px solid var(--line);border-radius:10px;padding:10px;text-align:left;cursor:pointer;color:#aaa;font-size:11px;overflow:hidden}.episode:hover,.episode.active{border-color:var(--red);color:#fff;background:#241416}.episode b{display:block;color:inherit;font-size:12px;margin-bottom:3px}.watch-info{display:grid;grid-template-columns:1fr 360px;gap:20px;margin-top:22px}.watch-description,.watch-side{background:#121212;border:1px solid var(--line);border-radius:16px;padding:18px}.watch-description h2{margin:0 0 9px}.watch-description p{color:#999;line-height:1.65;font-size:13px;margin:0}.watch-side{font-size:12px;color:#999}.watch-side div+div{margin-top:8px}.watch-side b{color:#ddd}
.empty{min-height:420px;display:grid;place-items:center;text-align:center;padding:40px}.empty h2{margin:0 0 7px}.empty p{color:#777;max-width:450px}.error-box{padding:18px;border-radius:14px;background:#251012;border:1px solid rgba(229,9,20,.28);color:#ddd;margin:20px 0}.skeleton{background:linear-gradient(90deg,#181818 25%,#232323 37%,#181818 63%);background-size:400% 100%;animation:shine 1.4s ease infinite;border-radius:14px}@keyframes shine{0%{background-position:100% 0}100%{background-position:0 0}}.skeleton-card{aspect-ratio:2/3}.toast{position:fixed;z-index:100;right:20px;bottom:20px;background:#202020;border:1px solid var(--line);box-shadow:var(--shadow);padding:12px 15px;border-radius:12px;font-size:12px;font-weight:800;animation:toastin .2s ease}.toast strong{color:var(--red)}@keyframes toastin{from{transform:translateY(12px);opacity:0}}
@media(max-width:1200px){.grid{grid-template-columns:repeat(5,minmax(0,1fr))}.episodes{grid-template-columns:repeat(5,minmax(0,1fr))}.watch-info{grid-template-columns:1fr 300px}}
@media(max-width:900px){:root{--sidebar:0px}.shell{padding-left:0}.sidebar{display:none}.mobile-header{display:flex;position:sticky;top:0;z-index:50;height:64px;background:rgba(9,9,9,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;padding:0 16px}.mobile-header .wordmark{font-size:18px}.mobile-nav{display:flex;gap:4px}.mobile-nav .nav-link{width:39px;height:39px;border-radius:12px}.topline{display:none}.page{padding:16px 16px 70px}.hero{min-height:500px;border-radius:18px}.hero-content{padding:150px 24px 34px;max-width:600px}.hero:after{background:linear-gradient(0deg,#0b0b0b 0%,rgba(4,4,4,.62) 52%,rgba(4,4,4,.18)),linear-gradient(90deg,rgba(4,4,4,.65),transparent)}.hero h1{font-size:48px}.rail{grid-auto-columns:minmax(145px,32%)}.grid{grid-template-columns:repeat(4,minmax(0,1fr))}.detail-content{padding:54px 16px 40px}.detail-main{grid-template-columns:180px 1fr;min-height:390px}.detail-copy h1{font-size:42px}.facts{grid-template-columns:repeat(2,1fr)}.watch-page{padding:16px 16px 70px}.watch-info{grid-template-columns:1fr}.episodes{grid-template-columns:repeat(4,1fr)}}
@media(max-width:640px){.mobile-nav .desktop-only{display:none}.hero{min-height:480px;margin-top:0}.hero-content{padding:195px 18px 26px}.hero h1{font-size:39px}.hero p{font-size:13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rail{grid-auto-columns:42%}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 10px}.section-title{font-size:18px}.detail-backdrop{height:560px}.detail-content{padding-top:270px}.detail-main{display:block;min-height:0}.detail-poster{width:120px;margin-bottom:14px}.detail-copy h1{font-size:38px}.detail-copy p{font-size:13px}.facts{grid-template-columns:1fr 1fr}.episodes{grid-template-columns:repeat(3,1fr)}.watch-head{align-items:flex-start}.watch-title h1{font-size:16px}.player-shell{border-radius:12px}.server-btn{padding:8px 10px}.page-title h1{font-size:36px}}
@media(max-width:420px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rail{grid-auto-columns:47%}.episodes{grid-template-columns:repeat(2,1fr)}}

/* Cinebest fidelity pass */
body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:400;background:#141414}
.wordmark{font-weight:700;letter-spacing:-.035em}.boot-logo{font-weight:700;letter-spacing:-.045em}
.hero h1,.detail-copy h1,.page-title h1{font-weight:700;letter-spacing:-.04em}.eyebrow{font-weight:700}.btn{font-weight:600}.section-title{font-size:20px;font-weight:600;letter-spacing:0}.card-title{font-size:14px;font-weight:500;line-height:1.375}.card-meta{justify-content:flex-start;align-items:center;gap:7px;margin-top:4px;font-size:12px;color:rgba(255,255,255,.5)}
.accent-title{display:flex;align-items:center;gap:9px}.accent-title:before{content:"";width:4px;height:24px;border-radius:999px;background:var(--red);flex:0 0 auto}
.rating-score{display:inline-flex;align-items:center;gap:4px;color:rgba(255,255,255,.72);font-weight:500}.star-icon{width:12px!important;height:12px!important;fill:#facc15!important;stroke:#facc15!important;stroke-width:1.5!important;flex:0 0 auto}.meta .rating-score{font-size:14px}.meta .star-icon{width:14px!important;height:14px!important}
.card-rating:empty{display:none}

/* Search autocomplete matching Cinebest */
.search-wrap{position:relative;flex:0 1 480px;min-width:260px;z-index:80}.search-wrap .search-pill{min-width:0;max-width:none;width:100%;flex:none}.page-search-wrap{width:min(680px,100%);max-width:680px;min-width:0;margin-bottom:28px}.page-search-wrap .search-pill{height:52px}.search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:100;background:rgba(22,22,22,.97);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:6px;box-shadow:0 22px 55px rgba(0,0,0,.55);overflow:hidden}.search-suggestions[hidden]{display:none}.suggestion-item{width:100%;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:12px;padding:7px;border-radius:9px;text-align:left;cursor:pointer;transition:background .15s}.suggestion-item:hover,.suggestion-item:focus-visible{background:rgba(255,255,255,.08);outline:none}.suggestion-item img{width:36px;height:52px;object-fit:cover;border-radius:5px;background:#222;flex:0 0 auto}.suggestion-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.suggestion-copy strong{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-item:hover strong{color:#f87171}.suggestion-copy small{font-size:10px;color:rgba(255,255,255,.4)}.suggestion-copy small b{font-weight:700;color:rgba(255,255,255,.55)}.suggestion-empty,.suggestion-loading{padding:14px;text-align:center;font-size:12px;color:rgba(255,255,255,.42)}.suggestion-loading{display:flex;align-items:center;justify-content:center;gap:8px}.mini-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.18);border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite}

/* Exact Cinebest-style TOP 10: giant outline number + overlapping poster */
.top10-section{overflow:visible}.top10-section .section-head{margin-bottom:10px}.top10-rail{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:4px 4px 12px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#333 transparent}.top10-rail::-webkit-scrollbar{height:4px}.top10-rail::-webkit-scrollbar-thumb{background:#333;border-radius:10px}.top10-card{position:relative;display:flex;align-items:flex-end;flex:0 0 200px;height:292px;cursor:pointer;scroll-snap-align:start}.top10-rank-number{color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.15);user-select:none;text-align:right;flex:0 0 88px;width:88px;font-size:9rem;font-weight:900;line-height:.8;letter-spacing:-.09em;transform:translateY(-3px)}.top10-poster{position:relative;aspect-ratio:2/3;width:146px;margin-left:-24px;border-radius:6px;overflow:hidden;background:#181818;box-shadow:0 10px 22px rgba(0,0,0,.25)}.top10-poster img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.top10-poster:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4);opacity:0;transition:opacity .2s}.top10-play{position:absolute;z-index:2;left:50%;top:50%;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#000;opacity:0;transform:translate(-50%,-50%);transition:opacity .2s}.top10-play svg{width:20px;height:20px;fill:currentColor}.top10-card:hover .top10-poster img{transform:scale(1.05)}.top10-card:hover .top10-poster:after,.top10-card:hover .top10-play{opacity:1}

/* Home content sections are grids, not sliders */
.content-section{margin-top:34px}.section-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px 13px}.section-card{min-width:0}.section-card.section-extra{display:none}.content-section.expanded .section-card.section-extra{display:block}.content-section .poster-wrap{border-radius:6px;border:0;box-shadow:none}.content-section .card:hover .poster-wrap{transform:none;border-color:transparent;box-shadow:none}.content-section .poster-wrap:after{background:rgba(0,0,0,.4);inset:0}.content-section .card-play{left:50%;bottom:auto;top:50%;width:44px;height:44px;transform:translate(-50%,calc(-50% + 8px));background:rgba(255,255,255,.92)}.content-section .card:hover .card-play{transform:translate(-50%,-50%)}.read-more-row{display:flex;justify-content:center;margin-top:24px}.read-more-btn{border:1px solid rgba(255,255,255,.14);background:#1a1a1a;color:#fff;padding:10px 24px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:.18s}.read-more-btn:hover{background:#262626;border-color:rgba(255,255,255,.24)}.search-results-grid .poster-wrap,.grid .poster-wrap{border-radius:6px}

@media(max-width:1200px){.section-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:980px){.section-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.top10-card{flex-basis:180px;height:264px}.top10-rank-number{width:78px;flex-basis:78px;font-size:8rem}.top10-poster{width:132px}}
@media(max-width:760px){.search-wrap{min-width:0;flex:1}.topline .wordmark{display:none}.topline{padding:0 16px}.section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 10px}.section-title{font-size:18px}.top10-card{flex-basis:158px;height:230px}.top10-rank-number{width:68px;flex-basis:68px;font-size:7rem}.top10-poster{width:115px;margin-left:-20px}}
@media(max-width:480px){.section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-card.section-extra:nth-child(-n+6){display:block}.top10-card{flex-basis:142px;height:210px}.top10-rank-number{width:62px;flex-basis:62px;font-size:6.3rem}.top10-poster{width:105px}.suggestion-item img{width:42px;height:58px}}

/* Movies.vin v3 — Cinebest button + carousel fidelity */
.btn{
  min-height:48px;
  padding:0 28px;
  border-radius:9999px;
  border:1px solid transparent;
  font-size:16px;
  line-height:1;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;flex:0 0 auto}
.btn-primary{
  color:#fff;
  border-color:rgba(239,68,68,.30);
  background:linear-gradient(90deg,#dc2626 0%,#ef4444 50%,#dc2626 100%);
  box-shadow:0 6px 20px rgba(220,38,38,.45);
}
.btn-primary:hover{background:linear-gradient(90deg,#ef4444 0%,#f87171 100%);box-shadow:0 10px 25px rgba(220,38,38,.60);transform:none}
.btn-primary:active,.btn-secondary:active,.btn-dark:active{transform:scale(.95)}
.btn-secondary,.btn-dark{
  color:#fff;
  border-color:rgba(255,255,255,.20);
  background:rgba(255,255,255,.15);
  box-shadow:0 10px 15px -3px rgba(0,0,0,.30),0 4px 6px -4px rgba(0,0,0,.30);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  font-weight:600;
}
.btn-secondary:hover,.btn-dark:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.25)}
.read-more-row{margin-top:28px}.read-more-btn{min-width:142px;height:44px;min-height:44px;padding:0 24px;border-radius:9999px;font-size:14px}
.page-btn{min-height:38px;padding:0 18px;border-radius:9999px;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.10);color:#fff;font-weight:600;transition:.2s;cursor:pointer;backdrop-filter:blur(10px)}
.page-btn:hover:not(:disabled){border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.20)}
.page-btn:active:not(:disabled){transform:scale(.95)}
.server-btn{border-radius:9999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);color:rgba(255,255,255,.72);font-weight:600;transition:.2s}
.server-btn:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.16);color:#fff}
.server-btn.active{border-color:rgba(239,68,68,.35);background:linear-gradient(90deg,#dc2626,#ef4444,#dc2626);box-shadow:0 5px 16px rgba(220,38,38,.30);color:#fff}

/* Cinebest TOP 10 carousel navigation */
.top10-section{position:relative;z-index:0}.top10-carousel{position:relative;margin-left:16px}.top10-rail{gap:12px;overflow-x:auto;overflow-y:hidden;margin-left:-12px;padding:4px 12px 12px;scrollbar-width:none;-ms-overflow-style:none}.top10-rail::-webkit-scrollbar{display:none}
.carousel-nav{
  position:absolute;
  top:50%;
  z-index:12;
  width:50px;
  height:50px;
  padding:0;
  border:0;
  border-radius:9999px;
  background:transparent;
  color:#fff;
  opacity:.90;
  cursor:pointer;
  display:grid;
  place-items:center;
  touch-action:manipulation;
  transform:translateY(-50%);
  transition:transform .2s ease,opacity .2s ease;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.75));
}
.carousel-nav svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.carousel-nav:hover{opacity:1;transform:translateY(-50%) scale(1.5)}
.carousel-nav:active{transform:translateY(-50%) scale(1.35)}
.carousel-nav[hidden]{display:none!important}.carousel-previous{left:-48px}.carousel-next{right:-48px}

/* Home grids reveal exactly 18 titles before Read more. */
.section-grid{grid-template-columns:repeat(6,minmax(0,1fr))}

@media(max-width:900px){
  .btn{min-height:42px;padding:0 20px;font-size:14px}
  .top10-carousel{margin-left:8px}
  .carousel-previous{left:-24px}.carousel-next{right:-24px}
  .carousel-nav{width:44px;height:44px}
  .carousel-nav svg{width:44px;height:44px}
}
@media(max-width:640px){
  .actions{gap:8px}.btn{min-height:40px;padding:0 18px;font-size:13px}
  .carousel-previous{left:-18px}.carousel-next{right:-18px}
  .carousel-nav:hover{transform:translateY(-50%) scale(1.15)}
}
