:root{--primary:#e60012;--video:#dc2626;--video-dark:#1a0505;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f5f6f8;--success:#16a34a;--danger:#dc2626}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,select{font-family:inherit}.container{width:100%;max-width:1500px;margin:0 auto;padding:0 22px}.up{color:var(--success);font-style:normal}.down{color:var(--danger);font-style:normal}
.topbar{height:38px;border-bottom:1px solid var(--line);background:#fafafa;font-size:13px;color:#4b5563}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.top-left,.top-market{display:flex;align-items:center;gap:16px;white-space:nowrap}.top-market span{display:flex;gap:5px}.main-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.logo,.footer-logo,.menu-logo{font-weight:950;font-size:38px;letter-spacing:-1px}.logo span,.footer-logo span,.menu-logo span{color:#050505}.logo strong,.footer-logo strong,.menu-logo strong{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:18px}.live-tv{display:flex;align-items:center;gap:7px;font-weight:900;font-size:14px}.live-tv i{color:var(--primary);font-size:22px}.icon-btn{position:relative;border:0;background:transparent;font-size:22px;cursor:pointer;width:36px;height:36px}.notify span{position:absolute;right:2px;top:1px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:10px;font-weight:900}.mobile-menu-btn{display:none}
.desktop-nav{background:#fff;border-bottom:1px solid var(--line)}.nav-inner{height:50px;display:flex;align-items:center;gap:28px}.nav-inner a{font-weight:900;font-size:14px;position:relative}.nav-inner a.active{color:var(--primary)}.nav-inner a.active:after{content:"";position:absolute;left:0;right:0;bottom:-17px;height:3px;background:var(--primary)}.nav-inner button{margin-left:auto;border:0;background:#fff;font-size:28px;cursor:pointer}.mobile-chips{display:none}
.ticker{background:var(--primary);color:#fff}.video-ticker{background:#111827}.ticker-inner{height:42px;display:flex;align-items:center;gap:14px}.ticker span{background:var(--primary);height:42px;display:flex;align-items:center;padding:0 18px;font-weight:900}.ticker p{margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800;font-size:14px}.ticker button{width:30px;height:30px;border:0;border-radius:5px;background:rgba(255,255,255,.18);color:#fff;cursor:pointer}
.search-panel{display:none;border-bottom:1px solid var(--line);background:#fff}.search-panel.active{display:block}.search-inner{height:64px;display:flex;align-items:center;gap:12px}.search-inner input{flex:1;height:42px;border:1px solid var(--line);border-radius:999px;padding:0 18px;outline:0}.search-inner button{border:0;background:#fff;font-size:20px;cursor:pointer}
.video-hero{background:radial-gradient(circle at 80% 20%,rgba(220,38,38,.25),transparent 35%),linear-gradient(135deg,#09090b,#1a0505);color:#fff;padding:34px 0}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:22px;align-items:start}.player-card{background:#111;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.32)}.video-frame{position:relative;aspect-ratio:16/8.5;background:#000;overflow:hidden}.video-frame img{width:100%;height:100%;object-fit:cover;filter:brightness(.62);transition:.25s}.video-frame:hover img{transform:scale(1.03)}.big-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:50%;border:0;background:var(--primary);color:#fff;font-size:48px;display:grid;place-items:center;cursor:pointer;box-shadow:0 18px 44px rgba(230,0,18,.35)}.live-badge{position:absolute;left:18px;top:18px;background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}.duration{position:absolute;right:18px;bottom:18px;background:#000;border-radius:6px;padding:5px 8px;font-size:12px;font-weight:950}.player-info{padding:22px}.player-info .category,.video-card span{display:inline-flex;background:var(--primary);color:#fff;padding:5px 8px;border-radius:4px;font-size:11px;font-weight:950}.player-info h1{font-size:42px;line-height:1.08;letter-spacing:-1.3px;margin:12px 0 10px}.player-info p{color:#cbd5e1;font-size:17px;line-height:1.5;margin:0 0 16px}.player-actions{display:flex;gap:8px;flex-wrap:wrap}.player-actions button{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:9px 13px;font-weight:850;cursor:pointer}
.playlist{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:16px}.playlist-head{display:flex;justify-content:space-between;margin-bottom:12px}.playlist-head span{font-weight:950}.playlist-head em{font-style:normal;color:#fecaca;font-size:12px;font-weight:850}.playlist-item{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:10px;border-radius:12px;cursor:pointer;border:1px solid transparent}.playlist-item:hover,.playlist-item.active{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.playlist-item img{width:120px;height:80px;object-fit:cover;border-radius:9px}.playlist-item span{display:inline-flex;background:rgba(255,255,255,.13);padding:3px 6px;border-radius:4px;font-size:10px;font-weight:950}.playlist-item h3{font-size:15px;line-height:1.25;margin:7px 0 6px}.playlist-item em{font-style:normal;color:#cbd5e1;font-size:12px}
.video-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:-28px;position:relative;z-index:2}.video-stats article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;grid-template-columns:44px 1fr;gap:4px 12px;box-shadow:0 14px 38px rgba(0,0,0,.08)}.video-stats i{grid-row:1/3;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:22px;background:#fee2e2;color:var(--primary)}.video-stats span{color:#6b7280;font-size:13px;font-weight:850}.video-stats strong{font-size:22px}
.video-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;padding-top:28px;align-items:start}.video-content{min-width:0}.filter-row{display:flex;justify-content:space-between;gap:18px;margin-bottom:20px}.filter-tabs{display:flex;gap:8px;overflow:auto}.filter-tabs button{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:950;cursor:pointer}.filter-tabs button.active{background:var(--primary);border-color:var(--primary);color:#fff}.sort-box{display:flex;align-items:center;gap:8px;white-space:nowrap}.sort-box label{font-size:13px;color:#6b7280;font-weight:850}.sort-box select{height:40px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#fff;font-weight:850}.section-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:16px}.section-head h2{font-size:32px;line-height:1;margin:0 0 7px;font-weight:950}.section-head p{margin:0;color:#6b7280}.section-head a{font-size:14px;font-weight:900;color:var(--primary);white-space:nowrap}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-card{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;transition:.2s;cursor:pointer}.video-card.hidden{display:none}.video-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(0,0,0,.1)}.video-card.large{grid-column:span 2}.thumb{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover;filter:brightness(.75);transition:.3s}.video-card:hover .thumb img{transform:scale(1.05)}.thumb i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:30px}.thumb em{position:absolute;right:10px;bottom:10px;background:#000;color:#fff;border-radius:5px;padding:4px 7px;font-style:normal;font-size:12px;font-weight:950}.video-card span{margin:12px 14px 0}.video-card h3{font-size:21px;line-height:1.22;margin:10px 14px 8px;font-weight:950}.video-card.large h3{font-size:28px}.video-card p{margin:0 14px 16px;color:#4b5563;line-height:1.45;font-size:14px}
.series-section{margin-top:34px}.series-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.series-grid article{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.series-grid img{height:190px;width:100%;object-fit:cover}.series-grid span{display:inline-flex;margin:12px 14px 0;background:#111827;color:#fff;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:950}.series-grid h3{font-size:21px;line-height:1.2;margin:10px 14px 16px}
.video-sidebar{position:sticky;top:18px}.side-box{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:16px;overflow:hidden}.box-head{height:46px;display:flex;align-items:center;padding:0 16px;font-size:15px;font-weight:950;border-bottom:1px solid var(--line);background:#fafafa}.live-box a{display:grid;grid-template-columns:24px 1fr auto;gap:10px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--line);font-weight:850}.live-box a:last-child{border-bottom:0}.live-box i{color:var(--primary)}.live-box em{font-style:normal;background:var(--primary);color:#fff;border-radius:4px;padding:3px 6px;font-size:10px}.most-viewed a{display:grid;grid-template-columns:24px 1fr auto;gap:10px;align-items:start;padding:14px 16px;border-bottom:1px solid var(--line)}.most-viewed a:last-child{border-bottom:0}.most-viewed b{font-size:24px;line-height:1;color:var(--primary)}.most-viewed span{font-size:14px;font-weight:850;line-height:1.35}.most-viewed em{font-style:normal;color:var(--primary);font-size:11px;font-weight:850}.category-box a{display:grid;grid-template-columns:24px 1fr auto;gap:10px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--line);font-weight:850}.category-box a:last-child{border-bottom:0}.category-box i{color:var(--primary);font-size:18px}.category-box span{background:#f3f4f6;border-radius:999px;padding:3px 8px;font-size:12px}.ad-box{height:250px;display:grid;place-items:center;text-align:center;color:#9ca3af;border-radius:10px;background:linear-gradient(145deg,#f4f4f4,#fff);border:1px solid var(--line);font-size:20px;margin-bottom:16px}.newsletter{background:#1a0505;color:#fff;border-radius:12px;padding:22px}.newsletter h3{font-size:24px;margin:0 0 8px}.newsletter p{color:#fecaca}.newsletter input{width:100%;height:42px;border:0;border-radius:7px;padding:0 12px;margin-bottom:10px}.newsletter button{width:100%;height:42px;border:0;border-radius:7px;background:var(--primary);color:#fff;font-weight:950}
.footer{margin-top:48px;background:#101114;color:#fff;padding:44px 0 0}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:34px}.footer-logo{font-size:32px}.footer-logo span{color:#fff}.footer p{color:#aeb4c0;max-width:430px;line-height:1.6}.footer h4{margin:0 0 14px;font-size:16px}.footer a{display:block;color:#d1d5db;margin-bottom:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;height:58px;display:flex;align-items:center;justify-content:space-between;color:#9ca3af}.footer-bottom div{display:flex;gap:15px}.footer-bottom a{margin:0;color:#fff}
.bottom-nav{display:none}.menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;z-index:95;transition:.25s}.offcanvas{position:fixed;top:0;right:0;width:390px;max-width:92vw;height:100vh;background:linear-gradient(145deg,#17191d,#090a0c);color:#fff;z-index:100;transform:translateX(105%);transition:.28s;padding:22px;overflow:auto}.menu-backdrop.active{opacity:1;pointer-events:auto}.offcanvas.active{transform:translateX(0)}.menu-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.12)}.menu-logo{font-size:28px}.menu-logo span{color:#fff}.menu-head button{background:transparent;border:0;color:#fff;font-size:22px;cursor:pointer}.menu-search{height:44px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:12px;background:rgba(255,255,255,.08);margin:18px 0}.menu-search input{flex:1;border:0;outline:0;background:transparent;color:#fff}.menu-links{display:grid;gap:4px}.menu-links a{display:flex;align-items:center;gap:15px;min-height:45px;border-radius:10px;padding:0 10px;font-weight:800;color:#f3f4f6}.menu-links a:hover{background:rgba(255,255,255,.08)}.menu-links i{width:24px;font-size:20px}.menu-links a:first-child i,.menu-links a:nth-child(9) i{color:var(--primary)}.menu-links small{margin-left:auto;background:var(--primary);color:#fff;padding:3px 7px;border-radius:4px;font-size:10px}.login-card{margin-top:24px;min-height:70px;border-radius:16px;background:rgba(255,255,255,.1);display:flex;align-items:center;gap:12px;padding:12px 16px}.login-card i:first-child{font-size:28px}.login-card span{flex:1;font-weight:850}.login-card small{display:block;color:#c6cad1;font-weight:500;margin-top:3px}
.video-modal{position:fixed;inset:0;background:rgba(0,0,0,.84);z-index:120;display:none;align-items:center;justify-content:center;padding:24px}.video-modal.active{display:flex}.modal-player{width:min(980px,96vw);background:#111;border-radius:16px;overflow:hidden;color:#fff}.modal-frame{position:relative;aspect-ratio:16/9;background:#000}.modal-frame img{width:100%;height:100%;object-fit:cover;filter:brightness(.62)}.modal-frame button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;border:0;background:var(--primary);color:#fff;font-size:42px}.modal-frame span{position:absolute;right:14px;bottom:14px;background:#000;border-radius:5px;padding:5px 8px;font-weight:950}.modal-info{padding:18px}.modal-info h3{font-size:28px;margin:0 0 8px}.modal-info p{color:#d1d5db}.modal-close{position:absolute;right:24px;top:24px;width:44px;height:44px;border:0;border-radius:8px;background:#fff;color:#111;font-size:18px;cursor:pointer}
@media(max-width:1180px){.container{padding:0 16px}.hero-layout{grid-template-columns:1fr}.playlist{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.video-layout{grid-template-columns:1fr}.video-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.side-box,.ad-box,.newsletter{margin-bottom:0}.video-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){body{padding-bottom:70px}.container{padding:0 12px}.topbar{display:none}.main-header{position:sticky;top:0;z-index:50}.header-inner{height:58px;justify-content:center;position:relative}.logo{font-size:20px;letter-spacing:-.3px}.mobile-menu-btn{display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);border:0;background:#fff;font-size:25px;cursor:pointer}.header-actions{position:absolute;right:0;gap:8px}.live-tv{width:44px;height:28px;border-radius:6px;justify-content:center;background:var(--primary);color:#fff;font-size:0}.live-tv i{color:#fff;font-size:17px}.icon-btn{width:30px;height:30px;font-size:19px}.user-btn,.notify{display:none}.desktop-nav{display:none}.mobile-chips{display:flex;gap:8px;overflow-x:auto;padding:9px 12px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:58px;z-index:45}.mobile-chips::-webkit-scrollbar{display:none}.mobile-chips a{flex:0 0 auto;padding:7px 12px;border-radius:999px;background:#f3f4f6;font-size:12px;font-weight:850}.mobile-chips a.active{background:var(--primary);color:#fff}.ticker-inner{height:36px;padding:0}.ticker span{height:36px;padding:0 10px;font-size:12px}.ticker b,.ticker p{font-size:12px}.ticker button{display:none}.video-hero{padding:18px 0}.video-frame{aspect-ratio:16/10}.big-play{width:66px;height:66px;font-size:38px}.player-info{padding:16px}.player-info h1{font-size:30px;letter-spacing:-.8px}.player-info p{font-size:15px}.playlist{grid-template-columns:1fr;padding:12px}.playlist-item{grid-template-columns:105px 1fr}.playlist-item img{width:105px;height:72px}.video-stats{grid-template-columns:repeat(2,1fr);margin-top:14px}.video-layout{padding-top:20px}.filter-row{flex-direction:column}.sort-box{justify-content:space-between}.sort-box select{flex:1}.section-head{flex-direction:column;gap:6px}.section-head h2{font-size:26px}.video-grid{grid-template-columns:1fr}.video-card.large{grid-column:auto}.video-card.large h3,.video-card h3{font-size:21px}.series-grid{grid-template-columns:1fr}.series-grid img{height:210px}.video-sidebar{grid-template-columns:1fr}.ad-box{height:160px}.footer{margin-top:30px;padding-top:30px}.footer-grid{grid-template-columns:1fr 1fr;gap:24px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{height:auto;padding:16px 0;flex-direction:column;gap:12px;align-items:flex-start}.bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;height:64px;background:#fff;border-top:1px solid var(--line);z-index:80;box-shadow:0 -8px 26px rgba(0,0,0,.07)}.bottom-nav a,.bottom-nav button{border:0;background:#fff;color:#111827;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:750;cursor:pointer}.bottom-nav i{font-size:19px}.bottom-nav .active,.bottom-nav .active i{color:var(--primary)}.offcanvas{width:100vw;max-width:none;padding:20px}.modal-close{right:14px;top:14px}.modal-info h3{font-size:22px}}
@media(max-width:420px){.footer-grid{grid-template-columns:1fr}.video-stats{grid-template-columns:1fr 1fr}.player-info h1{font-size:27px}.playlist-item h3{font-size:14px}}


/* Video modülü - genel header.php hn-breaking yapısıyla uyum */
body.video-gallery-page-body > .hn-topbar,
body.video-gallery-page-body > .main-header,
body.video-gallery-page-body > .desktop-nav,
body.video-gallery-page-body > .mobile-chips,
body.video-gallery-page-body > .search-panel,
body.video-gallery-page-body > .footer{
  font-family:Poppins,Inter,system-ui,sans-serif !important;
}
body.video-gallery-page-body > .main-header .container,
body.video-gallery-page-body > .desktop-nav .container,
body.video-gallery-page-body > .search-panel .container,
body.video-gallery-page-body > .footer .container{
  max-width:1440px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:20px !important;
  padding-right:20px !important;
}
body.video-gallery-page-body > .main-header .header-inner{
  height:76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
}
body.video-gallery-page-body > .main-header .logo{
  font-size:38px !important;
  font-weight:950 !important;
  letter-spacing:-1px !important;
  line-height:1 !important;
}
body.video-gallery-page-body > .desktop-nav .nav-inner{
  height:50px !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  overflow:visible !important;
}
body.video-gallery-page-body > .desktop-nav .nav-inner a{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  color:#111827 !important;
}
body.video-gallery-page-body > .desktop-nav .nav-inner a:after{display:none !important;}
body.video-gallery-page-body > .desktop-nav .nav-inner button{
  margin-left:auto !important;
  border:0 !important;
  background:#fff !important;
  font-size:25px !important;
  line-height:1 !important;
  color:#111827 !important;
  cursor:pointer !important;
}
body.video-gallery-page-body .video-ticker{
  display:block;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#111827;
  color:#fff;
}
body.video-gallery-page-body .video-ticker .container{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 20px;
}
body.video-gallery-page-body .video-ticker .ticker-inner{
  width:100%;
  height:42px;
  display:flex;
  align-items:center;
  gap:14px;
  overflow:hidden;
}
body.video-gallery-page-body .video-ticker p{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}
body.video-gallery-page-body main.video-page .container, body.video-gallery-page-body main.video-page.container{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:768px){
  body.video-gallery-page-body > .main-header .header-inner{
    height:58px !important;
    justify-content:center !important;
    position:relative !important;
  }
  body.video-gallery-page-body > .main-header .logo{font-size:24px !important;}
  body.video-gallery-page-body > .desktop-nav{display:none !important;}
  body.video-gallery-page-body > .mobile-chips{
    display:flex !important;
    gap:8px !important;
    overflow-x:auto !important;
    padding:9px 12px !important;
    border-bottom:1px solid #e5e7eb !important;
    background:#fff !important;
    position:sticky !important;
    top:58px !important;
    z-index:45 !important;
  }
  body.video-gallery-page-body > .mobile-chips a{
    flex:0 0 auto !important;
    background:#f3f4f6 !important;
    border-radius:8px !important;
    padding:7px 11px !important;
    font-size:14px !important;
    font-weight:700 !important;
  }
  body.video-gallery-page-body .video-ticker .container{
    padding-left:12px;
    padding-right:12px;
  }
  body.video-gallery-page-body .video-ticker .ticker-inner{
    height:38px;
    gap:8px;
  }
  body.video-gallery-page-body .video-ticker span{
    height:38px;
    padding:0 10px;
    font-size:12px;
  }
  body.video-gallery-page-body .video-ticker b,
  body.video-gallery-page-body .video-ticker p{font-size:12px;}
  body.video-gallery-page-body .video-ticker button{display:none;}
}
