:root{
  --afn-red:var(--dzp-red,#ff3344);
  --afn-red-rgb:var(--dzp-red-rgb,255,51,68);
  --afn-bg:#030305;
  --afn-panel:rgba(16,17,22,.58);
  --afn-panel-solid:#101116;
  --afn-line:rgba(255,255,255,.075);
  --afn-soft:rgba(255,255,255,.055);
  --afn-text:#fff;
  --afn-muted:rgba(255,255,255,.62);
  --afn-shell:1180px;
  --afn-radius:14px;
  --afn-shadow:0 18px 58px rgba(0,0,0,.42);
}

html{background:var(--afn-bg)}
body.afn-site{background:radial-gradient(circle at 18% 0,rgba(var(--afn-red-rgb),.10),transparent 23%),var(--afn-bg)!important;color:#fff!important;font-family:Inter,"Host Grotesk",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
body.afn-no-scroll{overflow:hidden}.afn-site a{text-decoration:none}.afn-page{min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,rgba(255,255,255,.012),transparent 180px)}

/* HEADER — küçük, şeffaf, glass */
.afn-header{position:sticky;top:0;z-index:1200;padding:10px 0 0;background:linear-gradient(180deg,rgba(0,0,0,.66),rgba(0,0,0,0));border:0!important;box-shadow:none!important}.admin-bar .afn-header{top:32px}.afn-header-shell{max-width:var(--afn-shell);height:56px;margin:0 auto;padding:0 12px 0 18px;display:flex;align-items:center;gap:18px;border:1px solid var(--afn-line);border-radius:15px;background:rgba(13,14,18,.46);backdrop-filter:blur(18px) saturate(135%);box-shadow:0 14px 35px rgba(0,0,0,.28);transition:background .18s,border-color .18s,box-shadow .18s}.afn-header.is-scrolled .afn-header-shell{background:rgba(10,11,15,.86);border-color:rgba(255,255,255,.11);box-shadow:0 14px 42px rgba(0,0,0,.44)}.afn-brand{display:flex;align-items:center;gap:5px;flex:0 0 auto;color:#fff!important;font-weight:1000;font-size:30px;letter-spacing:-.08em;line-height:1}.afn-brand img{display:block;max-height:31px;width:auto}.afn-brand i{display:inline-block;width:8px;height:8px;margin-left:3px;border-radius:99px;background:var(--afn-red);box-shadow:14px 0 0 var(--afn-red),3px 15px 0 var(--afn-red)}.afn-nav{flex:1;min-width:0}.afn-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}.afn-menu li{position:relative;margin:0}.afn-menu>li>a{display:flex;align-items:center;height:36px;padding:0 11px;border-radius:10px;color:rgba(255,255,255,.73)!important;font-size:13px;font-weight:800;letter-spacing:-.02em}.afn-menu>li>a:hover,.afn-menu>li.current-menu-item>a,.afn-menu>li.current_page_item>a{color:#fff!important;background:rgba(255,255,255,.055)}.afn-menu .sub-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:205px;max-height:360px;overflow:auto;list-style:none;margin:0;padding:10px;border:1px solid var(--afn-line);border-radius:14px;background:rgba(11,12,16,.94);backdrop-filter:blur(18px);box-shadow:var(--afn-shadow);opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:all .16s}.afn-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.afn-menu .sub-menu a{display:block;padding:9px 10px;border-radius:10px;color:rgba(255,255,255,.72)!important;font-size:12px;font-weight:760}.afn-menu .sub-menu a:hover{background:rgba(255,255,255,.06);color:#fff!important}.afn-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.afn-icon-btn,.afn-login{height:38px;border-radius:11px;border:1px solid var(--afn-line);background:rgba(255,255,255,.045);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:all .16s}.afn-icon-btn{width:38px}.afn-icon-btn:hover{background:rgba(255,255,255,.08)}.afn-menu-btn{display:none}.afn-login{border:0;background:linear-gradient(180deg,#ff4654,var(--afn-red));padding:0 15px;font-size:13px;font-weight:900;box-shadow:0 12px 22px rgba(var(--afn-red-rgb),.16)}.afn-login:hover{filter:brightness(1.06);color:#fff}

/* SEARCH */
.afn-search{position:fixed;inset:0;z-index:1500;display:flex;justify-content:center;align-items:flex-start;opacity:0;visibility:hidden;pointer-events:none;transition:.18s}.afn-search.is-open{opacity:1;visibility:visible;pointer-events:auto}.afn-search-backdrop{position:absolute;inset:0;background:rgba(2,2,4,.66);backdrop-filter:blur(10px)}.afn-search-panel{position:relative;width:min(680px,calc(100vw - 28px));margin-top:82px;padding:20px;border-radius:20px;background:rgba(14,15,20,.78);border:1px solid rgba(255,255,255,.10);box-shadow:0 26px 80px rgba(0,0,0,.55);backdrop-filter:blur(20px) saturate(140%)}.afn-search-close{position:absolute;right:13px;top:13px;width:36px;height:36px;border-radius:10px;border:1px solid var(--afn-line);background:rgba(255,255,255,.05);color:#fff}.afn-eyebrow{display:inline-flex;margin-bottom:7px;padding:5px 8px;border-radius:99px;background:rgba(var(--afn-red-rgb),.13);border:1px solid rgba(var(--afn-red-rgb),.22);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.afn-search-panel h2{margin:0 44px 14px 0;font-size:25px;font-weight:950;letter-spacing:-.04em}.afn-search-form{display:grid;grid-template-columns:20px 1fr auto;gap:10px;align-items:center;padding:8px 8px 8px 14px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid var(--afn-line)}.afn-search-form input{height:40px;background:transparent!important;border:0!important;box-shadow:none!important;outline:0!important;color:#fff!important;font-size:14px!important}.afn-search-form input::placeholder{color:rgba(255,255,255,.45)}.afn-search-form button{height:40px;border:0;border-radius:11px;padding:0 18px;background:var(--afn-red);color:#fff;font-size:13px;font-weight:900}.afn-search-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.afn-search-links a{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:99px;background:rgba(255,255,255,.05);border:1px solid var(--afn-line);color:#fff;font-size:11px;font-weight:800}

/* HOME */
.afn-home{max-width:var(--afn-shell);margin:0 auto;padding:12px 20px 28px}.afn-home *{box-sizing:border-box}.afn-home a{color:inherit;text-decoration:none}

/* HERO compact */
.afn-hero{position:relative;height:360px;border-radius:22px;border:1px solid rgba(255,255,255,.065);overflow:hidden;background:#070708;box-shadow:var(--afn-shadow);isolation:isolate}.afn-hero-stage,.afn-hero-slide{position:absolute;inset:0}.afn-hero-slide{opacity:0;visibility:hidden;transition:opacity .36s,visibility .36s}.afn-hero-slide.is-active{opacity:1;visibility:visible}.afn-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center center;transform:scale(1.02)}.afn-hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#050506 0%,rgba(5,5,6,.90) 34%,rgba(5,5,6,.32) 68%,rgba(5,5,6,.08) 100%),linear-gradient(0deg,#050506 0%,rgba(5,5,6,.28) 30%,transparent 76%)}.afn-hero-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 38%,rgba(255,255,255,.12),transparent 20%);opacity:.25}.afn-hero-content{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:1fr 165px;gap:22px;align-items:end;padding:34px 36px 28px}.afn-hero-poster{order:2;align-self:end;justify-self:end;width:150px;border-radius:15px;overflow:hidden;border:1px solid rgba(255,255,255,.11);box-shadow:0 18px 40px rgba(0,0,0,.44)}.afn-hero-poster img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover}.afn-hero-copy{max-width:560px;order:1}.afn-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:9px;font-size:10px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;color:#fff}.afn-kicker b{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:var(--afn-red);font-size:11px}.afn-hero h1{margin:0 0 9px;font-size:clamp(32px,4.2vw,54px);line-height:.95;font-weight:1000;letter-spacing:-.065em;text-shadow:0 12px 30px rgba(0,0,0,.55)}.afn-hero-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}.afn-hero-meta span{display:inline-flex;align-items:center;gap:5px;height:25px;padding:0 9px;border-radius:99px;background:rgba(255,255,255,.08);border:1px solid var(--afn-line);font-size:11px;font-weight:850}.afn-hero p{max-width:520px;margin:0 0 15px;font-size:14px;line-height:1.52;color:rgba(255,255,255,.88)}.afn-hero-actions{display:flex;gap:9px;flex-wrap:wrap}.afn-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:12px;padding:0 16px;font-size:13px;font-weight:950;transition:.16s}.afn-btn:hover{transform:translateY(-1px)}.afn-btn-light{background:#fff;color:#08080a!important}.afn-btn-dark{background:rgba(92,92,98,.62);color:#fff!important}.afn-hero-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:34px;height:48px;border:0;border-radius:12px;background:rgba(0,0,0,.28);color:#fff;backdrop-filter:blur(8px);opacity:.85}.afn-hero-arrow:hover{background:rgba(255,255,255,.08)}.afn-hero-prev{left:12px}.afn-hero-next{right:12px}.afn-hero-dots{position:absolute;z-index:5;left:36px;bottom:14px;display:flex;gap:8px}.afn-hero-dots button{width:28px;height:3px;border:0;border-radius:9px;background:rgba(255,255,255,.25)}.afn-hero-dots button.is-active{background:#fff}

/* story icons */
.afn-story-section{margin-top:16px}.afn-story-head{display:flex;align-items:baseline;gap:8px;margin-bottom:9px}.afn-story-head span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--afn-red);font-weight:950}.afn-story-head strong{font-size:15px;color:#fff;letter-spacing:-.03em}.afn-story-rail{display:flex;gap:12px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:none}.afn-story-rail::-webkit-scrollbar{display:none}.afn-story{flex:0 0 74px;text-align:center}.afn-story-ring{display:block;width:62px;height:62px;margin:0 auto 6px;padding:2px;border-radius:50%;background:linear-gradient(135deg,var(--afn-red),#ffb34d);box-shadow:0 12px 24px rgba(0,0,0,.22)}.afn-story-ring img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%;border:2px solid #050506}.afn-story strong{display:block;font-size:10.5px;line-height:1.18;font-weight:850;color:rgba(255,255,255,.78);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* sections and rails */
.afn-section{margin-top:20px}.afn-section-head{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:9px}.afn-section-head h2{margin:0;font-size:21px;line-height:1.05;font-weight:1000;letter-spacing:-.05em}.afn-section-head span{display:block;margin-top:4px;font-size:11px;color:var(--afn-muted);font-weight:760}.afn-section-head a{font-size:11px;font-weight:900;color:rgba(255,255,255,.54)}.afn-section-head a:hover{color:#fff}.afn-rail-wrap{position:relative}.afn-rail{display:flex;gap:10px;overflow-x:auto;overflow-y:visible;padding:3px 2px 36px;margin:0 -2px;scrollbar-width:none}.afn-rail::-webkit-scrollbar{display:none}.afn-rail-btn{position:absolute;z-index:50;top:39px;width:31px;height:54px;border:0;border-radius:12px;background:rgba(4,4,6,.58);color:#fff;backdrop-filter:blur(8px);opacity:0;transition:.16s}.afn-rail-wrap:hover .afn-rail-btn{opacity:1}.afn-rail-prev{left:-10px}.afn-rail-next{right:-10px}

/* cards compact */
.afn-card{position:relative;flex:0 0 174px;z-index:1;transition:transform .18s,z-index .18s}.afn-card:hover{z-index:40;transform:scale(1.08)}.afn-card a{display:block}.afn-card-media{position:relative;display:block;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.055);box-shadow:0 9px 24px rgba(0,0,0,.30)}.afn-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:.2s}.afn-card:hover .afn-card-media img{filter:brightness(.72) saturate(1.04);transform:scale(1.035)}.afn-img-poster{display:none!important}.afn-card-shade{position:absolute;inset:auto 0 0;height:70%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.90));opacity:.46}.afn-card-play{position:absolute;left:8px;bottom:8px;width:28px;height:28px;border-radius:50%;background:#fff;color:#08080a;display:flex;align-items:center;justify-content:center;font-size:10px;opacity:0;transform:translateY(5px);transition:.18s}.afn-card:hover .afn-card-play{opacity:1;transform:translateY(0)}.afn-card-info{position:absolute;left:0;right:0;top:calc(100% - 3px);display:block;padding:9px;background:#15161c;border:1px solid rgba(255,255,255,.07);border-top:0;border-radius:0 0 12px 12px;box-shadow:0 18px 40px rgba(0,0,0,.40);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}.afn-card:hover .afn-card-info{opacity:1;visibility:visible;transform:translateY(0)}.afn-card-info strong{display:block;font-size:12px;line-height:1.24;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.afn-card-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.afn-card-meta em{font-style:normal;font-size:10px;color:rgba(255,255,255,.68)}.afn-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.afn-tags i{font-style:normal;font-size:9.5px;padding:4px 6px;border-radius:99px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.78)}.afn-card-top{flex-basis:206px;padding-left:48px}.afn-rank{position:absolute;left:0;top:50%;z-index:0;transform:translateY(-50%);font-size:86px;line-height:.75;font-weight:1000;letter-spacing:-.12em;color:#050506;text-shadow:-1px -1px 0 rgba(255,255,255,.25),1px -1px 0 rgba(255,255,255,.25),-1px 1px 0 rgba(255,255,255,.25),1px 1px 0 rgba(255,255,255,.25)}.afn-card-poster{flex-basis:112px}.afn-card-poster .afn-card-media{aspect-ratio:2/3}.afn-card-poster .afn-img-wide{display:none!important}.afn-card-poster .afn-img-poster{display:block!important}.afn-card-episode{flex-basis:190px}.afn-card-episode .afn-card-info{position:static;opacity:1;visibility:visible;transform:none;background:transparent;border:0;box-shadow:none;padding:7px 0 0}.afn-card-episode .afn-card-play{opacity:1;transform:none}.afn-final-section{padding-bottom:8px}.afn-home + .dzp-home-premium,.afn-home .dzp-home-premium{display:none!important}

/* footer compact without rewriting backend */
.dzp-footer{margin-top:24px!important;background:rgba(7,8,11,.82)!important;border-top:1px solid rgba(255,255,255,.055)!important}.dzp-footer-inner{max-width:var(--afn-shell)!important;padding:18px 20px 94px!important}.dzp-footer-grid{display:grid!important;grid-template-columns:1.15fr .9fr .9fr!important;gap:12px!important}.dzp-footer-card{padding:12px!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.055)!important}.dzp-footer-card h3{font-size:14px!important;margin:0 0 8px!important}.dzp-footer-card p,.dzp-footer-card li,.dzp-footer-card a{font-size:11px!important;line-height:1.55!important}.dzp-footer-list{gap:4px!important}.dzp-footer-bottom{font-size:10px!important;margin-top:10px!important;padding-top:10px!important}.dzp-footer-social a{width:32px!important;height:32px!important;border-radius:10px!important}

@media (max-width:1024px){.afn-header-shell{margin:0 12px}.afn-home{padding-inline:12px}.afn-hero{height:330px}.afn-hero-content{grid-template-columns:1fr 132px;padding:28px 30px 24px}.afn-hero-poster{width:126px}.afn-card{flex-basis:162px}.afn-card-top{flex-basis:190px}.afn-card-episode{flex-basis:178px}.dzp-footer-grid{grid-template-columns:1fr 1fr!important}}
@media (max-width:860px){.admin-bar .afn-header{top:0}.afn-header{padding-top:8px}.afn-header-shell{height:52px;margin:0 10px;padding:0 9px 0 12px;gap:9px;border-radius:14px}.afn-brand{font-size:25px}.afn-brand img{max-height:28px}.afn-menu-btn{display:inline-flex}.afn-nav{position:fixed;top:66px;left:10px;right:10px;z-index:1300;display:none;padding:9px;border:1px solid var(--afn-line);border-radius:15px;background:rgba(8,9,13,.96);backdrop-filter:blur(18px);box-shadow:var(--afn-shadow)}.afn-nav.is-open{display:block}.afn-menu{display:grid;gap:3px}.afn-menu>li>a{width:100%;height:40px;padding:0 10px}.afn-menu .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;margin:3px 0 3px 10px!important;box-shadow:none;background:rgba(255,255,255,.035)}.afn-menu li.is-open>.sub-menu,.afn-menu li:hover>.sub-menu{display:block}.afn-actions{gap:6px}.afn-icon-btn{width:36px;height:36px}.afn-login{height:36px;padding:0 11px}.afn-login span{display:none}.afn-search-panel{margin-top:66px;padding:16px;border-radius:17px}.afn-search-panel h2{font-size:22px;margin-right:40px}.afn-search-form{grid-template-columns:18px 1fr;gap:8px}.afn-search-form button{grid-column:1/-1;width:100%}.afn-search-form input{height:38px!important;font-size:14px!important}
  .afn-home{padding:10px 10px 26px}.afn-hero{height:258px;border-radius:18px}.afn-hero-bg{background-size:cover;background-position:center}.afn-hero-bg:before{background:linear-gradient(90deg,rgba(3,3,5,.82) 0%,rgba(3,3,5,.64) 48%,rgba(3,3,5,.78) 100%),linear-gradient(0deg,#030305 0%,rgba(3,3,5,.24) 50%,transparent 100%)}.afn-hero-content{display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:end;padding:14px 14px 20px}.afn-hero-poster{display:block!important;order:1;width:82px;align-self:end;justify-self:start;border-radius:12px}.afn-hero-copy{order:2;min-width:0}.afn-kicker{font-size:8.5px;margin-bottom:5px;gap:5px}.afn-kicker b{width:16px;height:16px;font-size:9px;border-radius:4px}.afn-hero h1{font-size:26px;line-height:.98;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.afn-hero-meta{gap:4px;margin-bottom:6px}.afn-hero-meta span{height:20px;padding:0 6px;font-size:9.5px}.afn-hero p{font-size:11px;line-height:1.35;margin-bottom:9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.afn-btn{min-height:33px;border-radius:9px;padding:0 10px;font-size:11px}.afn-hero-arrow{display:none}.afn-hero-dots{left:14px;right:14px;bottom:8px}.afn-hero-dots button{width:18px;height:3px}.afn-story-section{margin-top:12px}.afn-story-head strong{font-size:13px}.afn-story-rail{gap:9px}.afn-story{flex-basis:56px}.afn-story-ring{width:48px;height:48px;margin-bottom:5px}.afn-story strong{font-size:9px}.afn-section{margin-top:17px}.afn-section-head{margin-bottom:8px}.afn-section-head h2{font-size:16px}.afn-section-head span{display:none}.afn-section-head a{font-size:10px}.afn-rail{gap:8px;padding-bottom:16px}.afn-rail-btn{display:none}.afn-card,.afn-card-top,.afn-card-episode{flex:0 0 118px!important;padding-left:0!important}.afn-card-poster{flex-basis:88px!important}.afn-card:hover{transform:none}.afn-card-media,.afn-card-episode .afn-card-media{aspect-ratio:2/3!important;border-radius:11px}.afn-img-wide{display:none!important}.afn-img-poster{display:block!important}.afn-card-info,.afn-card-episode .afn-card-info{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:6px 0 0!important}.afn-card-info strong{font-size:10.5px;line-height:1.18;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.afn-card-meta{gap:4px;margin-top:3px}.afn-card-meta em{font-size:9px}.afn-tags,.afn-rank{display:none!important}.afn-card-play{opacity:1;transform:none;left:auto;right:6px;bottom:6px;width:26px;height:26px;font-size:9px}.afn-card-shade{opacity:.78}.dzp-footer-inner{padding:16px 12px 92px!important}.dzp-footer-grid{grid-template-columns:1fr!important}.dzp-footer-card{padding:11px!important}.dzp-footer-card:nth-child(1) p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dzp-footer-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:430px){.afn-hero{height:242px}.afn-hero-content{grid-template-columns:76px 1fr;gap:10px;padding:12px 12px 18px}.afn-hero-poster{width:76px}.afn-hero h1{font-size:23px}.afn-hero p{font-size:10.5px}.afn-card,.afn-card-top,.afn-card-episode{flex-basis:108px!important}.afn-card-poster{flex-basis:82px!important}.afn-section-head h2{font-size:15.5px}.afn-story{flex-basis:52px}.afn-story-ring{width:46px;height:46px}}


/* v7.1 — hover okunabilirlik ve story navigasyon düzeltmesi */
@media (min-width:861px){
  .afn-card:not(.afn-card-episode) .afn-card-info{
    top:auto!important;
    bottom:0!important;
    left:0!important;
    right:0!important;
    padding:10px 11px 11px!important;
    border:0!important;
    border-radius:0 0 12px 12px!important;
    background:linear-gradient(180deg,rgba(10,10,13,0) 0%,rgba(10,10,13,.82) 24%,rgba(14,15,20,.98) 100%)!important;
    box-shadow:none!important;
    transform:translateY(8px)!important;
    max-height:100%!important;
  }
  .afn-card:not(.afn-card-episode):hover .afn-card-info{
    transform:translateY(0)!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .afn-card:not(.afn-card-episode) .afn-card-info strong{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    font-size:12px!important;
    line-height:1.2!important;
    text-shadow:0 2px 10px rgba(0,0,0,.65);
  }
  .afn-card:not(.afn-card-episode) .afn-card-meta{
    margin-top:5px!important;
  }
  .afn-card:not(.afn-card-episode) .afn-tags{
    display:none!important;
  }
}
.afn-story-wrap{
  position:relative;
}
.afn-story-section .afn-rail-btn{
  top:18px!important;
  width:28px!important;
  height:44px!important;
  border-radius:12px!important;
  opacity:.78!important;
  background:rgba(5,5,8,.62)!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.afn-story-section .afn-rail-wrap:hover .afn-rail-btn,
.afn-story-section .afn-rail-btn:hover{
  opacity:1!important;
  background:rgba(var(--afn-red-rgb),.78)!important;
}
.afn-story-section .afn-rail-prev{left:-8px!important}
.afn-story-section .afn-rail-next{right:-8px!important}
.afn-story-head strong{
  font-size:16px!important;
}
.afn-story-head span{
  color:var(--afn-red)!important;
}
@media (max-width:860px){
  .afn-story-section .afn-rail-btn{
    display:flex!important;
    align-items:center;
    justify-content:center;
    top:16px!important;
    width:26px!important;
    height:38px!important;
    opacity:.72!important;
  }
  .afn-story-section .afn-rail-prev{left:-4px!important}
  .afn-story-section .afn-rail-next{right:-4px!important}
}


/* v7.2 — yayın metinleri + dropdown hover stabilizasyonu */
@media (min-width:861px){
  .afn-menu li.menu-item-has-children::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:16px;
    display:block;
    z-index:2;
  }
  .afn-menu li.menu-item-has-children:hover>.sub-menu,
  .afn-menu li.menu-item-has-children:focus-within>.sub-menu{
    opacity:1!important;
    visibility:visible!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
  }
  .afn-menu .sub-menu{
    top:calc(100% + 6px)!important;
    z-index:10!important;
  }
}

/* v7.3 — mobile header polish, hero dots cleanup, footer slim/no-bg */
@media (max-width:860px){
  .afn-header{
    padding-top:6px!important;
    background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,0))!important;
  }
  .afn-header-shell{
    position:relative!important;
    height:44px!important;
    margin:0 8px!important;
    padding:0 7px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .afn-header.is-scrolled .afn-header-shell{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .afn-brand{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    font-size:20px!important;
    letter-spacing:-.075em!important;
    z-index:2!important;
  }
  .afn-brand img{max-height:22px!important;display:block!important}
  .afn-brand i{width:5px!important;height:5px!important;margin-left:2px!important;box-shadow:9px 0 0 var(--afn-red),2px 10px 0 var(--afn-red)!important}
  .afn-actions{margin-left:auto!important;gap:5px!important;position:relative;z-index:3}
  .afn-icon-btn{width:31px!important;height:31px!important;border-radius:9px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.06)!important}
  .afn-login{height:31px!important;min-width:31px!important;padding:0 8px!important;border-radius:9px!important;font-size:0!important}
  .afn-login:before{content:"";width:14px;height:14px;display:block;background:currentColor;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>') center/contain no-repeat;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>') center/contain no-repeat}
  .afn-login i{display:none!important}
  .afn-nav{top:50px!important}
  .afn-hero-dots{display:none!important}
}

@media (max-width:430px){
  .afn-header-shell{height:40px!important;margin:0 6px!important}
  .afn-brand{font-size:18px!important}
  .afn-brand img{max-height:20px!important}
  .afn-icon-btn,.afn-login{width:29px!important;height:29px!important;min-width:29px!important}
}

/* Hero dots should stay subtle on desktop/tablet too */
.afn-hero-dots{gap:5px!important;bottom:10px!important}.afn-hero-dots button{width:18px!important;height:2px!important;opacity:.68}.afn-hero-dots button.is-active{opacity:1}

/* Footer: slim, no card background, no heavy panel */
.dzp-footer{
  margin-top:14px!important;
  background:transparent!important;
  border-top:0!important;
  box-shadow:none!important;
}
.dzp-footer-inner{
  max-width:var(--afn-shell)!important;
  padding:10px 20px 82px!important;
}
.dzp-footer-grid{
  display:grid!important;
  grid-template-columns:1.1fr .85fr .85fr!important;
  gap:8px!important;
}
.dzp-footer-card{
  padding:5px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.dzp-footer-card h3{font-size:12px!important;margin:0 0 5px!important;color:rgba(255,255,255,.86)!important}
.dzp-footer-card p,.dzp-footer-card li,.dzp-footer-card a{font-size:10px!important;line-height:1.38!important;color:rgba(255,255,255,.56)!important}
.dzp-footer-card p{margin:0!important}.dzp-footer-list{gap:2px!important}.dzp-footer-bottom{font-size:9.5px!important;margin-top:6px!important;padding-top:6px!important;border-top:1px solid rgba(255,255,255,.035)!important;color:rgba(255,255,255,.42)!important}.dzp-footer-social{gap:6px!important}.dzp-footer-social a{width:26px!important;height:26px!important;border-radius:8px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.05)!important}
@media (max-width:860px){
  .dzp-footer-inner{padding:8px 12px 74px!important}
  .dzp-footer-grid{grid-template-columns:1fr!important;gap:4px!important}
  .dzp-footer-card{padding:2px 0!important}
  .dzp-footer-card h3{font-size:11px!important;margin-bottom:3px!important}
  .dzp-footer-card p,.dzp-footer-card li,.dzp-footer-card a{font-size:9.5px!important;line-height:1.3!important}
  .dzp-footer-list{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .dzp-footer-bottom{margin-top:4px!important;padding-top:5px!important;gap:6px!important}
}

/* v7.4 — archive/diziler/bolumler/arsiv unified with mini home UI */
.afn-container{max-width:var(--afn-shell);margin:0 auto;padding-inline:20px}.afn-archive-wrap{padding-top:10px;padding-bottom:28px}.afn-archive-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;min-height:112px;margin:8px 0 14px;padding:18px 20px;border-radius:18px;background:linear-gradient(135deg,rgba(var(--afn-red-rgb),.09),rgba(255,255,255,.018));border:1px solid rgba(255,255,255,.055);overflow:hidden}.afn-archive-hero h1{margin:4px 0 4px;font-size:28px;line-height:1;font-weight:1000;letter-spacing:-.055em;color:#fff}.afn-archive-hero p{margin:0;max-width:620px;color:rgba(255,255,255,.62);font-size:12px;line-height:1.45}.afn-archive-count{flex:0 0 auto;display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.76);font-size:11px;font-weight:850}.afn-filter-bar{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr auto;gap:8px;margin:0 0 12px;padding:10px;border-radius:16px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.055)}.afn-filter-bar label{display:flex;flex-direction:column;gap:5px;min-width:0}.afn-filter-bar label span{font-size:10px;line-height:1;color:rgba(255,255,255,.58);font-weight:850}.afn-filter-bar select{width:100%;height:38px;border-radius:11px;border:1px solid rgba(255,255,255,.06);background:rgba(8,9,12,.82);color:#fff;padding:0 10px;font-size:11px;font-weight:760;outline:none}.afn-filter-bar button{align-self:end;height:38px;padding:0 16px;border:0;border-radius:11px;background:linear-gradient(180deg,#ff4654,var(--afn-red));color:#fff;font-size:11px;font-weight:950}.afn-alpha-strip{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 15px}.afn-alpha-strip a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 9px;border-radius:11px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055);color:rgba(255,255,255,.72);font-size:11px;font-weight:950}.afn-alpha-strip a:hover,.afn-alpha-strip a.is-active{background:var(--afn-red);border-color:var(--afn-red);color:#fff}.afn-alpha-strip.is-large a{min-width:38px}.afn-archive-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.afn-archive-toolbar>span{font-size:11px;color:rgba(255,255,255,.56);font-weight:750}.afn-archive-toolbar>div{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.afn-archive-toolbar a{height:32px;display:inline-flex;align-items:center;padding:0 11px;border-radius:10px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055);color:rgba(255,255,255,.68);font-size:11px;font-weight:900}.afn-archive-toolbar a:hover,.afn-archive-toolbar a.is-active{background:var(--afn-red);border-color:var(--afn-red);color:#fff}.afn-archive-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 10px;align-items:start}.afn-archive-grid .afn-card{width:auto;min-width:0;flex:none}.afn-archive-grid .afn-card:hover{transform:scale(1.04)}.afn-archive-grid .afn-card-info{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:7px 0 0!important}.afn-archive-grid .afn-card-info strong{font-size:11px;line-height:1.15;font-weight:950;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.afn-archive-grid .afn-card-meta{margin-top:4px}.afn-archive-grid .afn-card-meta em,.afn-episode-series{font-size:9.5px;color:rgba(255,255,255,.55);font-style:normal}.afn-archive-grid .afn-tags{display:none!important}.afn-archive-grid .afn-card-play{width:31px;height:31px;font-size:10px;opacity:1;transform:none;left:auto;right:8px;bottom:8px;background:rgba(255,255,255,.94);color:#08080b}.afn-archive-grid.is-series .afn-card-media,.afn-archive-grid.is-mixed .afn-card-media{aspect-ratio:16/8.5;border-radius:12px}.afn-archive-grid.is-episodes .afn-card-media{aspect-ratio:16/9;border-radius:12px}.afn-archive-grid.is-episodes .afn-card-info strong{font-size:12px}.afn-archive-mini-section{margin-top:18px}.afn-genre-pills{display:flex;flex-wrap:wrap;gap:8px}.afn-genre-pills a{display:inline-flex;align-items:center;height:34px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.76);font-size:11px;font-weight:900}.afn-genre-pills a:hover{background:rgba(var(--afn-red-rgb),.14);border-color:rgba(var(--afn-red-rgb),.28);color:#fff}.afn-pagination{display:flex;justify-content:center;margin:24px 0 8px}.afn-pagination ul{display:flex;gap:4px;list-style:none;margin:0;padding:7px;border-radius:16px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.05)}.afn-pagination li{margin:0}.afn-pagination a,.afn-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 9px;border-radius:11px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.045);color:#fff;font-size:12px;font-weight:900}.afn-pagination .current{background:var(--afn-red);border-color:var(--afn-red)}.afn-empty{padding:18px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055);color:rgba(255,255,255,.66);font-size:12px;font-weight:750}

/* v7.4 — mobile header true centered logo; left menu / right actions */
@media (max-width:860px){
  .afn-header-shell{display:flex!important;justify-content:flex-end!important;align-items:center!important;width:auto!important}
  .afn-brand{left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;text-align:center!important;pointer-events:auto!important}
  .afn-actions{width:100%!important;margin-left:0!important;justify-content:flex-end!important;gap:5px!important}
  .afn-menu-btn{position:absolute!important;left:7px!important;top:50%!important;transform:translateY(-50%)!important;display:inline-flex!important;z-index:4!important}
  .afn-actions .afn-icon-btn:not(.afn-menu-btn),.afn-actions .afn-login{position:relative!important;z-index:4!important}
  .afn-archive-wrap{padding-top:4px;padding-bottom:20px;padding-inline:10px}.afn-archive-hero{min-height:82px;margin:4px 0 10px;padding:13px;border-radius:15px;align-items:flex-start}.afn-archive-hero h1{font-size:22px}.afn-archive-hero p{font-size:10.5px;line-height:1.35}.afn-archive-count{display:none}.afn-filter-bar{grid-template-columns:1fr 1fr;gap:7px;padding:8px;border-radius:14px}.afn-filter-bar label span{font-size:9px}.afn-filter-bar select{height:34px;border-radius:10px;font-size:10px}.afn-filter-bar button{grid-column:1/-1;height:36px;border-radius:10px;font-size:10px}.afn-alpha-strip{gap:5px;margin-bottom:12px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.afn-alpha-strip::-webkit-scrollbar{display:none}.afn-alpha-strip a{min-width:32px;height:32px;border-radius:10px;font-size:10px}.afn-archive-toolbar{align-items:flex-start;margin-bottom:10px}.afn-archive-toolbar>div{overflow-x:auto;flex-wrap:nowrap;max-width:70vw;padding-bottom:2px;scrollbar-width:none}.afn-archive-toolbar>div::-webkit-scrollbar{display:none}.afn-archive-toolbar a{height:30px;border-radius:9px;font-size:10px;white-space:nowrap}.afn-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 8px}.afn-archive-grid.is-series .afn-card-media,.afn-archive-grid.is-mixed .afn-card-media,.afn-archive-grid.is-episodes .afn-card-media{aspect-ratio:2/3!important;border-radius:11px}.afn-archive-grid .afn-img-wide{display:none!important}.afn-archive-grid .afn-img-poster{display:block!important}.afn-archive-grid .afn-card:hover{transform:none}.afn-archive-grid .afn-card-info{padding-top:6px!important}.afn-archive-grid .afn-card-info strong{font-size:10.5px}.afn-archive-grid .afn-card-meta em,.afn-episode-series{font-size:9px}.afn-archive-grid .afn-card-play{width:25px;height:25px;font-size:8px;right:6px;bottom:6px}.afn-genre-pills{gap:6px}.afn-genre-pills a{height:30px;font-size:10px;padding:0 10px}.afn-pagination{margin-top:18px}.afn-pagination ul{max-width:100%;overflow-x:auto}.afn-pagination a,.afn-pagination span{min-width:31px;height:31px;font-size:11px}.afn-archive-mini-section{margin-top:14px}
}
@media (max-width:430px){.afn-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 7px}.afn-archive-wrap{padding-inline:8px}.afn-archive-hero{border-radius:14px}.afn-archive-hero h1{font-size:20px}.afn-filter-bar{grid-template-columns:1fr}.afn-archive-toolbar>span{font-size:10px}.afn-archive-toolbar>div{max-width:66vw}.afn-archive-grid .afn-card-info strong{font-size:10px}.afn-brand{font-size:17px!important}.afn-brand img{max-height:19px!important}.afn-menu-btn{left:5px!important}}

/* v7.5 — definitive mobile header alignment fix */
@media (max-width:860px){
  .afn-header{
    padding-top:6px!important;
    pointer-events:none!important;
  }
  .afn-header-shell{
    pointer-events:auto!important;
    position:relative!important;
    display:grid!important;
    grid-template-columns:38px minmax(0,1fr) 76px!important;
    align-items:center!important;
    justify-content:normal!important;
    height:40px!important;
    min-height:40px!important;
    width:auto!important;
    margin:0 6px!important;
    padding:0!important;
    gap:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .afn-header.is-scrolled .afn-header-shell{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .afn-brand{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:82px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    z-index:2!important;
    font-size:17px!important;
    line-height:1!important;
    letter-spacing:-.075em!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-align:center!important;
  }
  .afn-brand img{
    max-height:19px!important;
    width:auto!important;
    display:block!important;
  }
  .afn-brand i{
    width:4px!important;
    height:4px!important;
    margin-left:2px!important;
    box-shadow:8px 0 0 var(--afn-red),2px 8px 0 var(--afn-red)!important;
  }
  .afn-actions{
    grid-column:3!important;
    position:relative!important;
    z-index:5!important;
    width:auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    gap:4px!important;
  }
  .afn-menu-btn{
    position:absolute!important;
    left:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:6!important;
    display:inline-flex!important;
  }
  .afn-icon-btn,
  .afn-login{
    width:30px!important;
    min-width:30px!important;
    height:30px!important;
    padding:0!important;
    border-radius:9px!important;
    flex:0 0 30px!important;
  }
  .afn-login{
    font-size:0!important;
    background:linear-gradient(180deg,#ff4654,var(--afn-red))!important;
    color:#fff!important;
    box-shadow:0 7px 15px rgba(var(--afn-red-rgb),.18)!important;
  }
  .afn-login:before{
    content:""!important;
    width:13px!important;
    height:13px!important;
    display:block!important;
    background:currentColor!important;
    mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>') center/contain no-repeat!important;
    -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>') center/contain no-repeat!important;
  }
  .afn-login i,
  .afn-login span{
    display:none!important;
  }
  .afn-nav{
    top:48px!important;
    left:8px!important;
    right:8px!important;
    z-index:1400!important;
  }
}

@media (max-width:360px){
  .afn-header-shell{
    grid-template-columns:36px minmax(0,1fr) 34px!important;
    margin:0 5px!important;
  }
  .afn-brand{
    font-size:16px!important;
    max-width:72px!important;
  }
  .afn-brand img{max-height:18px!important}
  .afn-actions .afn-icon-btn:not(.afn-menu-btn){
    display:none!important;
  }
  .afn-icon-btn,
  .afn-login{
    width:29px!important;
    min-width:29px!important;
    height:29px!important;
    flex-basis:29px!important;
  }
}


/* v7.6 — final mobile header rebuild: menu / centered logo / actions cannot overlap */
@media (max-width:860px){
  body.afn-site .afn-header{
    position:sticky!important;
    top:0!important;
    z-index:3000!important;
    height:38px!important;
    padding:4px 0 0!important;
    margin:0!important;
    background:linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,0))!important;
    border:0!important;
    box-shadow:none!important;
    pointer-events:none!important;
  }
  body.admin-bar.afn-site .afn-header{top:0!important}
  body.afn-site .afn-header-shell{
    pointer-events:auto!important;
    position:relative!important;
    display:grid!important;
    grid-template-columns:34px 1fr 64px!important;
    align-items:center!important;
    width:100%!important;
    max-width:none!important;
    height:34px!important;
    min-height:34px!important;
    margin:0!important;
    padding:0 6px!important;
    gap:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    overflow:visible!important;
  }
  body.afn-site .afn-header.is-scrolled .afn-header-shell{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.afn-site .afn-menu-btn{
    grid-column:1!important;
    position:static!important;
    transform:none!important;
    justify-self:start!important;
    align-self:center!important;
    display:inline-flex!important;
    width:28px!important;
    min-width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
    border-radius:8px!important;
    z-index:4!important;
  }
  body.afn-site .afn-brand{
    grid-column:2!important;
    position:static!important;
    transform:none!important;
    justify-self:center!important;
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:92px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    z-index:3!important;
    font-size:17px!important;
    line-height:1!important;
    letter-spacing:-.075em!important;
    white-space:nowrap!important;
    overflow:visible!important;
    text-align:center!important;
  }
  body.afn-site .afn-brand span{display:inline-block!important}
  body.afn-site .afn-brand img{
    max-height:18px!important;
    width:auto!important;
    display:block!important;
  }
  body.afn-site .afn-brand i{
    width:4px!important;
    height:4px!important;
    margin-left:2px!important;
    border-radius:999px!important;
    box-shadow:8px 0 0 var(--afn-red),2px 8px 0 var(--afn-red)!important;
  }
  body.afn-site .afn-nav{
    position:fixed!important;
    top:42px!important;
    left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:none!important;
    z-index:3500!important;
  }
  body.afn-site .afn-actions{
    grid-column:3!important;
    position:static!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    width:auto!important;
    max-width:64px!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    gap:4px!important;
    z-index:4!important;
  }
  body.afn-site .afn-actions .afn-icon-btn:not(.afn-menu-btn),
  body.afn-site .afn-actions .afn-login{
    display:inline-flex!important;
    width:28px!important;
    min-width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
    padding:0!important;
    border-radius:8px!important;
  }
  body.afn-site .afn-actions .afn-icon-btn:not(.afn-menu-btn){
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.08)!important;
  }
  body.afn-site .afn-actions .afn-login{
    font-size:0!important;
    color:#fff!important;
    background:linear-gradient(180deg,#ff4654,var(--afn-red))!important;
    box-shadow:0 6px 14px rgba(var(--afn-red-rgb),.18)!important;
  }
  body.afn-site .afn-actions .afn-login:before{
    content:""!important;
    width:12px!important;
    height:12px!important;
    display:block!important;
    background:currentColor!important;
    mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>') center/contain no-repeat!important;
    -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"/></svg>') center/contain no-repeat!important;
  }
  body.afn-site .afn-actions .afn-login i,
  body.afn-site .afn-actions .afn-login span{
    display:none!important;
  }
}

@media (max-width:360px){
  body.afn-site .afn-header-shell{
    grid-template-columns:32px 1fr 30px!important;
    padding:0 5px!important;
  }
  body.afn-site .afn-brand{
    font-size:16px!important;
    max-width:78px!important;
  }
  body.afn-site .afn-brand img{max-height:17px!important}
  body.afn-site .afn-actions{
    max-width:30px!important;
  }
  body.afn-site .afn-actions .afn-icon-btn:not(.afn-menu-btn){
    display:none!important;
  }
  body.afn-site .afn-menu-btn,
  body.afn-site .afn-actions .afn-login{
    width:28px!important;
    min-width:28px!important;
    height:28px!important;
    flex-basis:28px!important;
  }
}

/* v8 — single page header safe area + comments */
@media (min-width:861px){
  body.single-bolum.afn-site .dzp-player-page,
  body.single-dizi.afn-site .dzp-single-dizi{padding-top:82px!important;}
  body.single-bolum.afn-site .afn-header,
  body.single-dizi.afn-site .afn-header{position:fixed!important;left:0;right:0;top:0!important;}
  body.admin-bar.single-bolum.afn-site .afn-header,
  body.admin-bar.single-dizi.afn-site .afn-header{top:32px!important;}
}
@media (max-width:860px){
  body.single-bolum.afn-site .dzp-player-page,
  body.single-dizi.afn-site .dzp-single-dizi{padding-top:44px!important;}
}
.afn-comments-wrap{max-width:var(--afn-shell);margin:20px auto 30px;padding:16px;border-radius:18px;background:rgba(255,255,255,.028);border:1px solid rgba(255,255,255,.055)}
.afn-comments-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.afn-comments-head h2{margin:6px 0 0;font-size:20px;line-height:1;font-weight:1000;letter-spacing:-.045em}.afn-comment-jump{display:inline-flex;align-items:center;height:34px;padding:0 12px;border-radius:10px;background:var(--afn-red);color:#fff!important;font-size:11px;font-weight:950}.afn-comment-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.afn-comment-item{margin:0}.afn-comment-body{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:12px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055)}.afn-comment-avatar img{width:38px;height:38px;border-radius:12px}.afn-comment-content header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px}.afn-comment-content strong{font-size:12px;color:#fff}.afn-comment-content header span{font-size:10px;color:rgba(255,255,255,.45);font-weight:750}.afn-comment-text{font-size:12px;line-height:1.55;color:rgba(255,255,255,.76)}.afn-comment-text p{margin:.25em 0}.afn-comment-content footer{margin-top:8px}.afn-comment-content footer a{font-size:10px;font-weight:900;color:var(--afn-red)!important}.afn-comment-awaiting{display:block;margin:5px 0;color:#ffd166;font-size:11px}.afn-comment-empty{padding:14px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);color:rgba(255,255,255,.58);font-size:12px}.afn-comment-form-card{margin-top:14px;padding:14px;border-radius:16px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.055)}.afn-comment-form-title{margin:0 0 12px;font-size:17px;font-weight:1000;letter-spacing:-.04em}.afn-comment-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.afn-comment-form p{margin:0}.afn-comment-form .comment-form-comment{grid-column:1/-1}.afn-comment-form label{display:block;margin-bottom:6px;font-size:10px;color:rgba(255,255,255,.58);font-weight:900;text-transform:uppercase;letter-spacing:.04em}.afn-comment-form textarea,.afn-comment-form input{width:100%;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.04);color:#fff;padding:11px 12px;font-size:12px;outline:none}.afn-comment-form textarea:focus,.afn-comment-form input:focus{border-color:rgba(var(--afn-red-rgb),.5);box-shadow:0 0 0 3px rgba(var(--afn-red-rgb),.10)}.afn-comment-form .form-submit{grid-column:1/-1}.afn-comment-submit{height:40px;border:0;border-radius:12px;background:linear-gradient(180deg,#ff4654,var(--afn-red));color:#fff;padding:0 18px;font-size:12px;font-weight:950}.afn-comment-nav{display:flex;justify-content:space-between;margin:12px 0}.afn-comment-nav a{color:#fff;font-size:11px;font-weight:900}
@media(max-width:860px){.afn-comments-wrap{margin:14px 8px 22px;padding:12px;border-radius:15px}.afn-comments-head h2{font-size:17px}.afn-comment-form{grid-template-columns:1fr}.afn-comment-body{grid-template-columns:34px 1fr;padding:10px}.afn-comment-avatar img{width:34px;height:34px;border-radius:10px}.afn-comment-text{font-size:11.5px}.afn-comment-form textarea,.afn-comment-form input{font-size:12px;padding:10px}.afn-comment-jump{height:30px;font-size:10px}}
