:root{--bg:#070a10;--surface:#0e131d;--surface2:#121925;--surface3:#171e2b;--text:#f7f8fb;--muted:#8f9bae;--line:#202a39;--brand:#ff3b57;--brand2:#ff6a7f;--green:#35d07f;--yellow:#f5b94c;--shadow:0 18px 55px rgba(0,0,0,.25)}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.topbar{height:70px;background:rgba(7,10,16,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:18px;padding:0 22px;position:sticky;top:0;z-index:100}.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:22px;padding:8px}.brand{display:flex;align-items:center;gap:10px;min-width:190px;font-size:21px;font-weight:850;letter-spacing:-.5px}.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 9px 24px rgba(255,59,87,.28)}.brand b{color:var(--brand)}.search{display:flex;align-items:center;background:#101722;border:1px solid #293446;border-radius:12px;overflow:hidden;max-width:650px;flex:1;height:42px}.search input{border:0;outline:0;background:transparent;color:#fff;padding:0 14px;flex:1;min-width:0}.search input::placeholder{color:#68758a}.search button{width:45px;height:100%;border:0;border-left:1px solid #293446;background:#151d29;color:#b8c3d4;font-size:19px}.top-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.upload-btn,.login-btn{padding:10px 14px;border-radius:10px;font-weight:750}.upload-btn{background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(255,59,87,.18)}.login-btn{border:1px solid #293446;background:#111824}.icon-btn{border:1px solid #293446;background:#111824;color:#fff;border-radius:10px;padding:9px 11px}.avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#27344a,#111827);display:grid;place-items:center;font-weight:800;border:1px solid #334155}.layout{display:flex;min-height:calc(100vh - 70px)}.sidebar{width:238px;flex:0 0 238px;padding:18px 12px;position:fixed;top:70px;bottom:0;overflow:auto;background:#090e17;border-right:1px solid var(--line);z-index:50}.nav-label{font-size:10px;letter-spacing:.16em;color:#68758a;font-weight:850;padding:16px 12px 7px}.navitem{display:flex;align-items:center;gap:13px;padding:11px 13px;border-radius:11px;margin:3px 0;color:#c7d0de;font-weight:600}.navitem:hover{background:#151c28;color:#fff}.navitem.active{background:linear-gradient(90deg,rgba(255,59,87,.18),rgba(255,59,87,.06));color:#ff6075;border-left:3px solid var(--brand);padding-left:10px}.main{margin-left:238px;width:calc(100% - 238px);max-width:1700px;padding:26px 28px 70px}.home-hero{display:flex;justify-content:space-between;align-items:center;min-height:350px;padding:48px;border:1px solid #283345;border-radius:25px;background:radial-gradient(circle at 82% 28%,rgba(255,59,87,.27),transparent 30%),radial-gradient(circle at 65% 100%,rgba(126,34,206,.16),transparent 35%),linear-gradient(135deg,#111927,#160f19 70%,#250d17);overflow:hidden;position:relative}.home-hero:after{content:"";position:absolute;inset:auto -100px -180px auto;width:430px;height:430px;border-radius:50%;background:rgba(255,59,87,.08);filter:blur(35px)}.hero-copy{max-width:730px;position:relative;z-index:2}.eyebrow{font-size:10px;letter-spacing:.17em;color:#738097;font-weight:850}.eyebrow.light{color:#ff9aaa}.home-hero h1{font-size:clamp(40px,5vw,70px);line-height:1.02;letter-spacing:-2.5px;margin:13px 0}.home-hero h1 span{color:#ff536a}.home-hero p{font-size:17px;color:#bdc7d6;max-width:650px;margin:0}.hero-search{display:flex;margin-top:25px;width:min(620px,100%);height:50px;background:#fff;border-radius:13px;overflow:hidden}.hero-search input{flex:1;border:0;outline:0;padding:0 16px;color:#111}.hero-search button{border:0;background:var(--brand);color:#fff;width:55px;font-size:21px}.hero-visual{width:360px;height:280px;position:relative;z-index:1}.hero-orb{position:absolute;width:290px;height:290px;right:0;top:-5px;border-radius:50%;background:radial-gradient(circle at 34% 24%,#fff 0,#ffc2ca 14%,#ff3b57 40%,#8d0d2b 67%,transparent 68%);filter:blur(1px);box-shadow:0 0 90px rgba(255,59,87,.25)}.hero-badge{position:absolute;right:55px;bottom:15px;width:165px;height:105px;border-radius:22px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-badge b{font-size:35px}.hero-badge small{letter-spacing:5px;color:#d9dee8}.chips{display:flex;gap:8px;overflow:auto;padding:20px 0 8px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{white-space:nowrap;padding:8px 14px;border-radius:999px;border:1px solid #263142;background:#0e141e;color:#b9c4d3;font-weight:650}.chip:hover{border-color:#44536b;color:#fff}.chip.active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 7px 20px rgba(255,59,87,.16)}.content-section{margin:30px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.section-head h2{margin:3px 0 0;font-size:25px;letter-spacing:-.5px}.section-head>a{color:#a9b4c4;font-weight:650}.section-head>a:hover{color:#fff}.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.video-card{min-width:0}.thumb{aspect-ratio:16/9;background:#121925;border-radius:14px;overflow:hidden;position:relative;border:1px solid #1e2938;box-shadow:0 8px 24px rgba(0,0,0,.14)}.thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.video-card:hover .thumb img{transform:scale(1.035)}.duration{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.82);color:#fff;padding:3px 6px;border-radius:5px;font-size:11px;font-weight:750}.card-body{display:grid;grid-template-columns:34px 1fr;gap:10px;padding-top:10px}.mini-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#202a3a;color:#fff;font-weight:800;border:1px solid #334155}.video-card h3{margin:0;color:#f3f5f8;font-size:15px;line-height:1.35;font-weight:750}.video-card p{margin:4px 0 0;color:#9aa7b9;font-size:13px}.video-card small{color:#6f7d91;font-size:12px}.featured-row{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(270px,.9fr);gap:18px}.featured-media{aspect-ratio:16/7;position:relative;overflow:hidden;border-radius:21px;background:#05070b;border:1px solid #283345}.featured-media img{width:100%;height:100%;object-fit:cover;opacity:.78}.featured-overlay{position:absolute;inset:0;padding:30px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(0deg,rgba(0,0,0,.9),transparent 68%)}.featured-overlay h2{font-size:clamp(25px,3vw,42px);max-width:780px;margin:9px 0 5px;line-height:1.08}.featured-overlay p{color:#c8d0dc;margin:0}.pill{width:max-content;padding:5px 9px;border-radius:999px;background:var(--brand);color:#fff;font-size:10px;font-weight:850}.watch-now{width:max-content;margin-top:10px;padding:10px 15px;border-radius:10px;background:#fff;color:#111;font-weight:800}.promo-card{border:1px solid #2b3443;border-radius:21px;padding:27px;background:linear-gradient(145deg,#161d2a,#260e1a);display:flex;flex-direction:column;justify-content:center}.promo-card>span{font-size:10px;color:#ff7183;font-weight:900;letter-spacing:.15em}.promo-card h3{font-size:29px;line-height:1.12;margin:12px 0}.promo-card p{color:#aeb8c8}.btn{display:inline-block;border:1px solid #2d394b;background:#151e2b;color:#fff;padding:10px 14px;border-radius:10px;font-weight:700}.btn.primary{background:var(--brand);border-color:var(--brand)}.ad-slot{margin:30px 0;padding:22px;border:1px dashed #344156;border-radius:15px;text-align:center;color:#718097;background:#0d131d}.ad-slot span{display:block;font-size:9px;letter-spacing:.17em;color:#5f6d82;font-weight:850}.ad-slot b{display:block;color:#b5c0cf;margin:3px}.ad-slot small{color:#65748a}.watch{max-width:1250px;margin:auto}.player{background:#000;border-radius:17px;overflow:hidden;aspect-ratio:16/9;border:1px solid #202a39}.player video{width:100%;height:100%;display:block}.watch-title{font-size:29px;line-height:1.15;margin:20px 0 8px}.meta{display:flex;gap:14px;flex-wrap:wrap;color:#8d9aae}.watch-actions{display:flex;gap:9px;flex-wrap:wrap;margin:17px 0}.comments{margin-top:30px}.comment{padding:15px 0;border-bottom:1px solid var(--line)}.form-card,.panel{background:#0e141e;border:1px solid #263142;border-radius:17px;padding:22px;box-shadow:var(--shadow)}.form-grid{display:grid;gap:14px}.field label{display:block;font-weight:700;margin-bottom:6px;color:#dbe2ec}.field input,.field textarea,.field select{width:100%;border:1px solid #2a3749;border-radius:10px;padding:11px;background:#0a1019;color:#fff;outline:0}.field input:focus,.field textarea:focus,.field select:focus{border-color:#ff5268;box-shadow:0 0 0 3px rgba(255,59,87,.1)}.field textarea{min-height:130px}.auth-wrap{max-width:460px;margin:55px auto}.auth-wrap h1{font-size:34px;letter-spacing:-1px}.notice{padding:12px 14px;border-radius:10px;background:#171f2c;color:#cbd5e1;border:1px solid #2a3749;margin-bottom:15px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#111824;border:1px solid #263142;border-radius:15px;padding:18px}.stat b{font-size:27px;display:block;color:#fff}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #263142;text-align:left;white-space:nowrap}.table th{color:#8795a9;font-size:12px}.badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#1a2433;color:#d4dbe6;font-size:11px;font-weight:750}.bottom-nav{display:none}
/* Admin dashboard */.admin-shell{display:grid;grid-template-columns:220px 1fr;gap:20px}.admin-menu{background:#0b111a;border:1px solid #202a39;border-radius:16px;padding:10px;height:max-content;position:sticky;top:92px}.admin-menu .navitem{font-size:13px}.admin-content{min-width:0}.admin-content h1{font-size:30px;margin:0 0 5px}.admin-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}.kpi{padding:18px;border:1px solid #263142;border-radius:15px;background:linear-gradient(145deg,#111925,#0d131d)}.kpi small{color:#7f8ca0}.kpi strong{display:block;font-size:26px;margin:5px 0}.admin-card{background:#0e141e;border:1px solid #263142;border-radius:16px;padding:20px;margin-bottom:16px}.admin-card h2{margin:0 0 15px;font-size:18px}.admin-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.status-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #202a39}.status-row:last-child{border-bottom:0}.ok{color:var(--green)}.warn{color:var(--yellow)}
@media(max-width:1150px){.video-grid{grid-template-columns:repeat(3,1fr)}.hero-visual{width:290px}.sidebar{width:210px;flex-basis:210px}.main{margin-left:210px;width:calc(100% - 210px)}.featured-row{grid-template-columns:1fr}.admin-shell{grid-template-columns:1fr}.admin-menu{position:static;display:flex;overflow:auto}.admin-menu .navitem{white-space:nowrap}.admin-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.topbar{height:62px;padding:0 12px;gap:8px}.menu-toggle{display:block}.brand{min-width:auto;font-size:18px}.brand-mark{width:34px;height:34px}.search{display:none}.top-actions .icon-btn{display:none}.upload-btn{font-size:0;padding:9px 11px}.upload-btn:first-letter{font-size:18px}.login-btn{padding:8px 10px;font-size:13px}.sidebar{display:none}.main{margin-left:0;width:100%;padding:16px 14px 82px}.home-hero{padding:27px 20px;min-height:330px;border-radius:20px}.home-hero h1{font-size:39px;letter-spacing:-1.5px}.home-hero p{font-size:15px}.hero-visual{display:none}.chips{margin:0 -14px;padding-left:14px;padding-right:14px}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.card-body{display:block}.mini-avatar{display:none}.featured-media{aspect-ratio:16/10}.featured-overlay{padding:18px}.featured-overlay h2{font-size:23px}.promo-card{padding:21px}.stats{grid-template-columns:repeat(2,1fr)}.bottom-nav{position:fixed;display:flex;bottom:0;left:0;right:0;height:65px;background:rgba(7,10,16,.97);backdrop-filter:blur(16px);border-top:1px solid #202a39;z-index:120;justify-content:space-around}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#b2bdcc;font-size:19px;min-width:55px}.bottom-nav a:hover{color:#fff}.bottom-nav small{font-size:9px;margin-top:2px}.watch-title{font-size:22px}.admin-grid{grid-template-columns:1fr}.admin-content h1{font-size:25px}}
@media(max-width:430px){.video-grid{grid-template-columns:1fr}.home-hero h1{font-size:35px}.section-head h2{font-size:21px}.featured-overlay p{font-size:12px}.hero-search{height:46px}}
@media(max-width:760px){.sidebar.mobile-open{display:block;position:fixed;left:0;top:62px;bottom:65px;width:270px;z-index:110;box-shadow:20px 0 50px rgba(0,0,0,.35)}}
.admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px}.admin-menu{background:#0b111a;border:1px solid #202a39;border-radius:16px;padding:10px;height:max-content;position:sticky;top:90px}.admin-menu .navitem{font-size:13px}.admin-content{min-width:0}.admin-content h1{font-size:30px;margin:4px 0 18px}.admin-content .stats{margin-bottom:18px}.admin-content .panel{margin-top:0}@media(max-width:900px){.admin-layout{grid-template-columns:1fr}.admin-menu{position:static;display:flex;overflow:auto}.admin-menu .navitem{white-space:nowrap}}

.muted{color:#7f8ca0}.quick-actions{display:flex;gap:10px;flex-wrap:wrap}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form{display:inline-flex;margin:2px}.danger{border-color:#6b2634!important;color:#ff8b9b!important}.provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.provider-card{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid #263142;border-radius:14px;background:#101722}.provider-card h3{margin:7px 0 4px}.provider-card p{color:#8f9bae;min-height:42px}.examples{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.examples>div{padding:13px;border:1px solid #263142;border-radius:12px;background:#0b111a}.examples code{display:block;margin:7px 0;color:#cbd5e1;word-break:break-all}.examples small{color:#7f8ca0}.ad-slot-live{min-height:80px}.ad-slot-live iframe,.ad-slot-live script{max-width:100%}@media(max-width:900px){.provider-grid,.examples,.two{grid-template-columns:1fr}}
