/*
Theme Name: ONShort Black
Theme URI: https://onshort.example/
Author: ONShort
Description: Fast, black, video-first WordPress theme for ONShort.
Version: 7.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: onshort-black
*/
:root{--bg:#050505;--bg2:#090909;--panel:#0e0e0f;--panel2:#151517;--line:#252527;--text:#f7f7f7;--muted:#a1a1a8;--muted2:#74747b;--accent:#e51b23;--accent2:#ff3a42;--max:1540px;--r:18px;--header:68px;color-scheme:dark;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,#18181a 0,#090909 34%,#050505 66%);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.site-header{height:var(--header);position:sticky;top:0;z-index:80;background:rgba(5,5,5,.9);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(16px)}.header-inner{max-width:var(--max);height:100%;padding:0 24px;margin:auto;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand svg{width:42px;height:42px}.brand-word{font-weight:850;letter-spacing:-.8px;font-size:21px}.brand-word b{color:var(--accent);font-weight:900}.nav{display:flex;gap:24px;color:#c2c2c7;font-size:14px}.nav a:hover,.nav a[aria-current="page"]{color:#fff}.header-grow{flex:1}.search-trigger{height:38px;min-width:220px;border:1px solid var(--line);background:#111113;color:#8b8b92;border-radius:999px;padding:0 16px;display:flex;align-items:center;gap:9px;cursor:pointer}.lang-link{height:38px;display:grid;place-items:center;padding:0 13px;border-radius:999px;border:1px solid var(--line);color:#ddd;font-size:13px}.site-main{max-width:var(--max);margin:auto;padding:32px 24px 80px}.section{margin:0 0 48px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:17px}.section-title{font-size:clamp(24px,3vw,38px);margin:0;font-weight:850;letter-spacing:-1.2px}.section-copy{color:var(--muted);font-size:13px;margin:5px 0 0}.hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:18px;min-height:520px}.hero-main{position:relative;overflow:hidden;border-radius:26px;background:#111;border:1px solid rgba(255,255,255,.08);isolation:isolate}.hero-main>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0,rgba(0,0,0,.62) 38%,rgba(0,0,0,.08) 80%),linear-gradient(0deg,rgba(0,0,0,.8),transparent 55%);z-index:1}.hero-copy{position:absolute;z-index:3;inset-inline-start:32px;bottom:34px;width:min(560px,78%)}.hero-kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(229,27,35,.16);border:1px solid rgba(255,80,85,.28);color:#fff;font-size:12px}.hero-title{font-size:clamp(31px,4.6vw,66px);line-height:1.02;letter-spacing:-2px;margin:14px 0 12px}.hero-summary{color:#d2d2d6;line-height:1.75;max-width:54ch;font-size:14px}.hero-actions{display:flex;gap:10px;margin-top:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#050505;font-weight:800}.btn.dark{background:rgba(12,12,13,.75);color:#fff;border-color:rgba(255,255,255,.14)}.hero-side{display:grid;grid-template-columns:1fr 1fr;gap:12px}.poster-card{min-width:0}.poster-card a{display:block}.poster{position:relative;overflow:hidden;border-radius:17px;background:#111;aspect-ratio:3/4;border:1px solid rgba(255,255,255,.07)}.poster img.cover-img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.poster-card:hover .cover-img{transform:scale(1.025)}.poster:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.94));z-index:1}.poster-title{position:absolute;z-index:3;inset-inline:11px;bottom:42px;font-size:13px;line-height:1.45;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 2px 10px #000}.source-badge{position:absolute;z-index:4;inset-inline-start:10px;bottom:10px;height:24px;padding:3px 7px 3px 4px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(0,0,0,.72);backdrop-filter:blur(8px);display:flex;align-items:center;gap:5px;font-size:10px;color:#fff}.source-badge img{width:18px;height:18px;border-radius:5px}.card-meta{display:flex;justify-content:space-between;gap:10px;color:var(--muted2);font-size:11px;padding:8px 3px 0}.grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:16px}.grid .poster-title{bottom:42px}.search-overlay{position:fixed;z-index:120;inset:0;background:rgba(4,4,4,.96);display:none;padding:90px 20px 30px}.search-overlay.open{display:block}.search-box{max-width:1050px;margin:auto}.search-box input{width:100%;height:58px;border-radius:16px;background:#111;border:1px solid #2a2a2d;color:#fff;padding:0 18px;font-size:17px;outline:0}.search-box input:focus{border-color:#555}.search-results{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:20px}.watch-shell{max-width:var(--max);margin:auto;padding:24px;display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:22px}.player-column{min-width:0}.player-frame{position:relative;min-height:calc(100vh - 120px);background:#000;border-radius:24px;overflow:hidden;border:1px solid #1e1e20;display:grid;place-items:center}.player-frame video{display:block;max-height:calc(100vh - 120px);width:auto;max-width:100%;aspect-ratio:9/16;background:#000}.video-source{position:absolute;z-index:6;inset-inline-start:12px;bottom:12px;height:30px;padding:4px 9px 4px 5px;border-radius:999px;background:rgba(0,0,0,.74);border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;gap:6px;font-size:11px}.video-source img{width:21px;height:21px;border-radius:6px}.player-status{position:absolute;z-index:7;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.72);padding:10px 14px;border-radius:11px;color:#fff;font-size:12px;display:none}.player-status.show{display:block}.series-panel{padding:12px 4px 40px}.crumbs{color:#777;font-size:12px;display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}.crumbs a{color:#bbb}.episode-kicker{display:inline-flex;align-items:center;gap:7px;color:#ddd;background:#121214;border:1px solid #252527;border-radius:999px;padding:7px 10px;font-size:12px}.series-title{font-size:clamp(30px,4vw,50px);line-height:1.08;letter-spacing:-1.6px;margin:15px 0 10px}.free-copy{font-size:14px;color:#d0d0d4;margin:0 0 17px}.series-summary{color:#9999a1;line-height:1.85;font-size:13px}.series-stats{display:flex;gap:18px;color:#c9c9ce;font-size:12px;margin:16px 0 24px}.episodes-box{margin-top:30px;border-top:1px solid #222;padding-top:20px}.episodes-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.episodes-head h2{margin:0;font-size:17px}.episodes-head span{color:#777;font-size:12px}.episodes-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;max-height:420px;overflow:auto;padding-inline-end:5px}.ep{height:48px;border:1px solid #252527;background:#111113;color:#ddd;border-radius:10px;font-weight:750;cursor:pointer}.ep:hover{border-color:#4b4b50}.ep.active{background:#fff;color:#050505;border-color:#fff}.related{max-width:var(--max);margin:auto;padding:0 24px 70px}.seo-text{margin-top:34px;border-top:1px solid #1e1e20;padding-top:22px;color:#8c8c94;font-size:13px;line-height:1.85}.empty{max-width:860px;margin:60px auto;padding:50px 20px;text-align:center;border:1px dashed #333;border-radius:18px;color:#aaa}.site-footer{border-top:1px solid #171719;color:#777;padding:28px 24px 48px}.footer-inner{max-width:var(--max);margin:auto;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-brand{color:#eee;font-weight:800}.pagination{margin-top:30px}.nav-links{display:flex;justify-content:center;gap:6px}.page-numbers{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #2a2a2d;border-radius:10px}.page-numbers.current{background:#fff;color:#050505}.not-found h1{font-size:72px;margin:0;color:#fff}.mobile-nav{display:none}
@media(max-width:1250px){.grid{grid-template-columns:repeat(5,1fr)}.hero{grid-template-columns:1.35fr .85fr}.watch-shell{grid-template-columns:minmax(0,1fr) 390px}.search-results{grid-template-columns:repeat(5,1fr)}}
@media(max-width:900px){:root{--header:60px}.header-inner{padding:0 14px;gap:14px}.nav{display:none}.search-trigger{min-width:42px;width:42px;padding:0;justify-content:center}.search-trigger span{display:none}.site-main{padding:24px 14px 80px}.hero{display:block;min-height:0}.hero-main{height:480px}.hero-side{grid-template-columns:repeat(4,1fr);margin-top:12px}.grid{grid-template-columns:repeat(4,1fr);gap:11px}.watch-shell{display:block;padding:0}.player-frame{border-radius:0;min-height:auto;height:auto}.player-frame video{width:min(100%,430px);height:auto;max-height:none}.series-panel{padding:20px 14px 34px}.related{padding:0 14px 80px}.episodes-grid{grid-template-columns:repeat(8,1fr)}.search-results{grid-template-columns:repeat(4,1fr)}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(3,1fr);z-index:90;left:0;right:0;bottom:0;height:62px;background:rgba(5,5,5,.95);border-top:1px solid #202023}.mobile-nav a,.mobile-nav button{border:0;background:none;color:#aaa;display:grid;place-items:center;font-size:12px}.site-footer{padding-bottom:86px}}
@media(max-width:620px){.brand svg{width:36px;height:36px}.brand-word{font-size:18px}.hero-main{height:420px;border-radius:19px}.hero-copy{inset-inline-start:18px;bottom:20px;width:88%}.hero-title{font-size:36px}.hero-summary{font-size:12px;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.hero-side{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:repeat(3,1fr);gap:9px}.poster{border-radius:13px}.poster-title{font-size:11px;bottom:39px;inset-inline:8px}.source-badge{inset-inline-start:7px;bottom:7px;font-size:9px}.card-meta{font-size:9px}.section{margin-bottom:38px}.episodes-grid{grid-template-columns:repeat(6,1fr);max-height:none}.ep{height:46px}.search-results{grid-template-columns:repeat(3,1fr)}.search-overlay{padding:75px 12px 75px}.series-title{font-size:31px}.player-frame video{width:100%}}
@media(max-width:390px){.grid{grid-template-columns:repeat(2,1fr)}.search-results{grid-template-columns:repeat(2,1fr)}.episodes-grid{grid-template-columns:repeat(5,1fr)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* v7 quality/accessibility/performance refinements */
::selection{background:#ef3340;color:#fff}.skip-link{position:fixed;z-index:9999;inset-inline-start:14px;top:-70px;background:#fff;color:#050505;padding:10px 14px;border-radius:10px;font-weight:800;transition:top .15s ease}.skip-link:focus{top:12px}.brand-mark{filter:drop-shadow(0 8px 22px rgba(0,0,0,.35))}.brand-word{font-variant-ligatures:none}.brand-word span{color:#f3f3f5}.brand:hover .brand-mark{transform:translateY(-1px)}.brand-mark{transition:transform .18s ease}.search-row{display:flex;gap:10px;align-items:center}.search-row input{flex:1}.search-close{width:58px;height:58px;border-radius:16px;border:1px solid #2a2a2d;background:#111;color:#fff;font-size:30px;line-height:1;cursor:pointer}.search-open{overflow:hidden}.source-note{display:flex;align-items:flex-start;gap:10px;margin-top:24px;padding:13px 14px;border:1px solid #202023;border-radius:14px;background:#0d0d0f;color:#8f8f97;font-size:12px;line-height:1.65}.source-note img{flex:0 0 auto;border-radius:7px}.ep{display:grid;place-items:center;text-decoration:none}.error-code{font-size:clamp(68px,12vw,132px);font-weight:950;letter-spacing:-7px;line-height:.9;color:#fff;margin-bottom:20px}.not-found h1{font-size:clamp(28px,5vw,54px);letter-spacing:-1.5px}.poster-card,.hero-side>*{content-visibility:auto;contain-intrinsic-size:300px 440px}.poster-card a:focus-visible .poster,.hero-main:focus-visible{outline:3px solid #fff;outline-offset:3px}.ep:focus-visible,.btn:focus-visible,.search-trigger:focus-visible,.lang-link:focus-visible,.search-close:focus-visible,.mobile-nav a:focus-visible,.mobile-nav button:focus-visible{outline:2px solid #fff;outline-offset:3px}.nav a,.lang-link,.search-trigger,.ep,.btn,.mobile-nav a,.mobile-nav button{-webkit-tap-highlight-color:transparent}.series-panel{min-width:0}.series-summary{max-width:70ch}.player-frame{box-shadow:0 30px 80px rgba(0,0,0,.42)}.video-source{pointer-events:none}.episodes-grid{scrollbar-color:#404045 transparent;scrollbar-width:thin}.episodes-grid::-webkit-scrollbar{width:8px}.episodes-grid::-webkit-scrollbar-thumb{background:#353538;border-radius:999px}.episodes-grid::-webkit-scrollbar-track{background:transparent}.home-intro{min-height:520px}.poster img.cover-img,.hero-main>img{background:#111;color:transparent}.source-badge{max-width:calc(100% - 20px)}.source-badge span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.series-title{overflow-wrap:anywhere}.crumbs{overflow-wrap:anywhere}.empty .btn{margin-top:14px}.site-footer{background:#050505}.footer-inner{align-items:center}.player-status{max-width:min(82%,420px);text-align:center;line-height:1.55}.rtl-ui .hero-main:after{background:linear-gradient(270deg,rgba(0,0,0,.88) 0,rgba(0,0,0,.62) 38%,rgba(0,0,0,.08) 80%),linear-gradient(0deg,rgba(0,0,0,.8),transparent 55%)}
@media(max-width:900px){.home-intro{min-height:0}.search-row{align-items:stretch}.search-close{width:54px;height:54px}.source-note{margin-bottom:10px}}
@media(max-width:620px){.source-badge{max-width:calc(100% - 14px)}.search-box input,.search-close{height:52px}.search-close{width:52px}.series-summary{font-size:12.5px}.series-stats{gap:12px;flex-wrap:wrap}.episode-kicker{font-size:11px}.video-source{bottom:8px;inset-inline-start:8px}}
@media(forced-colors:active){.poster,.player-frame,.ep,.btn,.search-trigger,.lang-link{border:1px solid CanvasText}.source-badge,.video-source{background:Canvas;color:CanvasText}}
