:root{--primary:#e60012;--writer:#7c3aed;--writer2:#db2777;--dark:#111827;--text:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f8fafc;--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}.writer-cta{display:flex;align-items:center;gap:7px;background:linear-gradient(135deg,var(--writer),var(--writer2));color:#fff;border-radius:999px;padding:10px 14px;font-weight:950;font-size:14px}.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:24px}.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(--dark);color:#fff}.ticker-inner{height:42px;display:flex;align-items:center;gap:14px}.ticker span{background:linear-gradient(135deg,var(--writer),var(--writer2));height:42px;display:flex;align-items:center;padding:0 18px;font-weight:950}.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}.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}.search-inner button{border:0;background:#fff;font-size:20px}
.writers-hero{padding:44px 0 62px;background:radial-gradient(circle at 82% 18%,rgba(219,39,119,.22),transparent 32%),linear-gradient(135deg,#111827,#3b0764);color:#fff}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:center}.writer-pill{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:950;color:#fff}.hero-copy h1{font-size:64px;line-height:.96;margin:16px 0 12px;letter-spacing:-2px}.hero-copy p{font-size:21px;line-height:1.55;color:#fce7f3;max-width:900px}.writer-search{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:14px;margin-top:24px}.main-search{display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:7px 8px 7px 16px;color:#111}.main-search input{flex:1;border:0;height:38px;outline:0}.main-search button{height:38px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--writer),var(--writer2));color:#fff;padding:0 18px;font-weight:950}.filter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.field label{display:block;color:#fce7f3;font-size:12px;font-weight:850;margin-bottom:6px}.field select{width:100%;height:42px;border:0;border-radius:8px;padding:0 12px}.featured-writer{position:relative;border-radius:24px;overflow:hidden;background:#111;min-height:450px;box-shadow:0 28px 70px rgba(0,0,0,.25)}.featured-writer img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.featured-writer div{position:absolute;left:20px;right:20px;bottom:20px}.featured-writer span{display:inline-flex;background:var(--primary);color:#fff;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:950}.featured-writer h2{font-size:38px;margin:10px 0 6px}.featured-writer p{color:#fce7f3}.featured-writer a{display:inline-flex;background:#fff;color:#111;border-radius:999px;padding:10px 14px;font-weight:950}
.category-strip{display:flex;gap:9px;overflow:auto;margin-top:18px}.category-strip button{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:950;cursor:pointer}.category-strip button.active{background:linear-gradient(135deg,var(--writer),var(--writer2));color:#fff;border-color:transparent}.writers-layout,.profile-layout,.article-layout{display:grid;grid-template-columns:260px minmax(0,1fr) 320px;gap:24px;padding-top:28px;align-items:start}.left-sidebar,.right-sidebar,.profile-sidebar,.article-sidebar{position:sticky;top:18px}.side-box{background:#fff;border:1px solid var(--line);border-radius:14px;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}.side-box a{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--line);font-weight:850}.side-box a i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f3e8ff;color:var(--writer)}.section-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:16px}.section-head span{display:block;color:var(--writer);font-size:12px;font-weight:950}.section-head h2{font-size:32px;margin:5px 0;font-weight:950}.section-head p{margin:0;color:#6b7280}.section-head a{font-weight:900;color:var(--writer);font-size:14px}.writers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.writer-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s}.writer-card.hidden{display:none}.writer-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(88,28,135,.12)}.writer-photo{position:relative;display:block;aspect-ratio:4/3;background:#111}.writer-photo img{width:100%;height:100%;object-fit:cover}.writer-photo span{position:absolute;left:10px;top:10px;background:var(--writer);color:#fff;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:950}.writer-body{padding:16px}.writer-body h3{font-size:24px;margin:0 0 8px}.writer-body p{color:#4b5563;line-height:1.45}.writer-stats{display:flex;gap:12px;color:#6b7280;font-size:12px;font-weight:850;flex-wrap:wrap}.latest-title{display:block;margin:13px 0;font-weight:950;line-height:1.35;color:#111}.writer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.writer-actions a{display:flex;align-items:center;justify-content:center;gap:6px;height:38px;border-radius:999px;font-weight:950}.writer-actions a:first-child{background:#f3e8ff;color:var(--writer)}.writer-actions a:last-child{background:linear-gradient(135deg,var(--writer),var(--writer2));color:#fff}
.popular-list{list-style:none;margin:0;padding:0}.popular-list li{display:grid;grid-template-columns:24px 1fr auto;gap:8px;padding:14px 16px;border-bottom:1px solid var(--line)}.popular-list b{font-size:24px;color:var(--writer);line-height:1}.popular-list a{font-size:14px;font-weight:850;line-height:1.35}.popular-list span{font-size:11px;color:var(--primary);font-weight:850}.newsletter{background:linear-gradient(135deg,#3b0764,#111827);color:#fff;border-radius:14px;padding:22px;margin-bottom:16px}.newsletter.small{padding:18px}.newsletter h3{font-size:24px;margin:0 0 8px}.newsletter p{color:#fce7f3}.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:linear-gradient(135deg,var(--writer),var(--writer2));color:#fff;font-weight:950}.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}
.profile-hero{padding:38px 0;background:linear-gradient(135deg,#111827,#3b0764);color:#fff}.profile-hero-inner{display:grid;grid-template-columns:210px 1fr;gap:26px;align-items:center}.profile-photo{width:210px;height:210px;border-radius:38px;overflow:hidden;border:4px solid rgba(255,255,255,.18)}.profile-photo img{width:100%;height:100%;object-fit:cover}.breadcrumb{display:flex;align-items:center;gap:8px;color:#fce7f3;font-size:13px;margin-bottom:14px}.profile-info h1{font-size:52px;margin:14px 0 8px}.profile-info p{font-size:20px;color:#fce7f3;line-height:1.5}.profile-stats{display:flex;gap:12px;margin:18px 0;flex-wrap:wrap}.profile-stats div{background:rgba(255,255,255,.1);border-radius:14px;padding:12px 18px}.profile-stats b{display:block;font-size:28px}.profile-stats span{color:#fce7f3;font-size:12px}.profile-actions{display:flex;gap:10px;flex-wrap:wrap}.profile-actions button,.profile-actions a{border:0;border-radius:999px;padding:12px 16px;font-weight:950}.profile-actions button{background:#fff;color:#111}.profile-actions a{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.18)}.profile-layout{grid-template-columns:minmax(0,1fr) 320px}.about-writer,.post-card,.author-box,.article-content,.detail-section{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:18px}.about-writer h2{font-size:30px;margin:0 0 10px}.about-writer p{font-size:18px;line-height:1.7;color:#374151}.post-list{display:grid;gap:14px}.post-card span{display:inline-flex;background:#f3e8ff;color:var(--writer);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:950}.post-card h3{font-size:26px;margin:12px 0 8px}.post-card p{color:#4b5563;line-height:1.55}.post-card div{display:flex;gap:14px;color:#6b7280;font-size:13px;font-weight:850;flex-wrap:wrap}.archive-filter select{height:40px;border:1px solid var(--line);border-radius:999px;padding:0 12px}.writer-info-list div,.summary-list div{display:flex;justify-content:space-between;padding:13px 16px;border-bottom:1px solid var(--line);gap:10px}.writer-info-list span{color:#6b7280}.social-list a{display:flex}.article-hero{padding:38px 0;background:linear-gradient(135deg,#111827,#3b0764);color:#fff}.article-hero-inner{max-width:980px}.article-category{display:inline-flex;background:var(--primary);border-radius:4px;padding:6px 9px;font-size:12px;font-weight:950}.article-hero h1{font-size:56px;line-height:1.05;margin:16px 0}.article-hero p{font-size:21px;line-height:1.5;color:#fce7f3}.article-author-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;border-top:1px solid rgba(255,255,255,.18);padding-top:18px}.author-mini{display:flex;align-items:center;gap:12px}.author-mini img{width:56px;height:56px;border-radius:50%;object-fit:cover}.author-mini b{display:block}.author-mini em{display:block;color:#fce7f3;font-style:normal}.article-meta{display:flex;gap:14px;flex-wrap:wrap;color:#fce7f3;font-weight:850}.article-layout{grid-template-columns:minmax(0,1fr) 320px}.article-content{position:relative}.share-strip{position:absolute;left:-72px;top:22px;display:grid;gap:8px}.share-strip button{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:18px}.article-body{max-width:820px;margin:0 auto}.article-body .lead{font-size:24px;line-height:1.55;font-weight:650;color:#111827}.article-body p{font-size:19px;line-height:1.85;color:#374151}.article-body h2{font-size:32px;margin:30px 0 12px}.article-body blockquote{border-left:5px solid var(--writer);background:#faf5ff;border-radius:12px;padding:20px 24px;font-size:24px;line-height:1.5;font-weight:750;margin:28px 0;color:#3b0764}.article-tags{display:flex;gap:8px;flex-wrap:wrap;margin:22px auto;max-width:820px}.article-tags a{background:#f3e8ff;color:var(--writer);border-radius:999px;padding:8px 12px;font-weight:850}.author-box{max-width:820px;margin:24px auto;display:flex;gap:16px;align-items:center}.author-box img{width:96px;height:96px;border-radius:24px;object-fit:cover}.author-box span{color:var(--writer);font-weight:950}.author-box h3{margin:5px 0;font-size:25px}.author-box p{color:#4b5563}.author-box a{font-weight:950;color:var(--writer)}.other-posts a{display:block}.other-posts span{display:block;color:#6b7280;font-size:12px}.other-posts b{display:block;line-height:1.35}
.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}.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}.bottom-nav{display:none}.menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;z-index:95}.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}.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;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}.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}
@media(max-width:1250px){.writers-layout{grid-template-columns:220px 1fr}.right-sidebar{display:none}.writers-grid{grid-template-columns:repeat(2,1fr)}.share-strip{position:static;display:flex;margin-bottom:18px}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}}
@media(max-width:1050px){.hero-layout,.writers-layout,.profile-layout{grid-template-columns:1fr}.left-sidebar,.profile-sidebar{position:static}.left-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:16px}.side-box{margin-bottom:0}.profile-hero-inner{grid-template-columns:160px 1fr}.profile-photo{width:160px;height:160px}}
@media(max-width:768px){body{padding-bottom:70px}.container{padding:0 12px}.topbar,.desktop-nav{display:none}.main-header{position:sticky;top:0;z-index:50}.header-inner{height:58px;justify-content:center;position:relative}.logo{font-size:20px}.mobile-menu-btn{display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);border:0;background:#fff;font-size:25px}.header-actions{position:absolute;right:0;gap:8px}.writer-cta{width:34px;height:30px;padding:0;border-radius:8px;justify-content:center;font-size:0}.writer-cta i{font-size:18px}.icon-btn{width:30px;height:30px;font-size:19px}.user-btn,.notify{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 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(--writer);color:#fff}.ticker-inner{height:36px}.ticker span{height:36px;padding:0 10px;font-size:12px}.ticker b,.ticker p{font-size:12px}.ticker button{display:none}.writers-hero{padding:28px 0 54px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.main-search{border-radius:16px;display:grid;grid-template-columns:24px 1fr}.main-search button{grid-column:1/-1}.filter-grid{grid-template-columns:1fr}.featured-writer{min-height:360px}.left-sidebar{grid-template-columns:1fr}.section-head{display:block}.section-head h2{font-size:26px}.writers-grid{grid-template-columns:1fr}.profile-hero-inner{grid-template-columns:1fr}.profile-info h1{font-size:36px}.profile-info p{font-size:16px}.profile-photo{width:128px;height:128px;border-radius:28px}.article-hero h1{font-size:36px}.article-hero p{font-size:16px}.article-author-bar{display:block}.article-meta{margin-top:14px}.article-body .lead{font-size:20px}.article-body p{font-size:17px}.article-body h2{font-size:27px}.author-box{display:block}.author-box img{margin-bottom:12px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{height:auto;padding:16px 0;flex-direction:column;align-items:flex-start;gap:10px}.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}.bottom-nav a,.bottom-nav button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:750}.bottom-nav i{font-size:19px}.bottom-nav .active,.bottom-nav .active i{color:var(--writer)}.offcanvas{width:100vw;max-width:none;padding:20px}}
@media(max-width:420px){.footer-grid{grid-template-columns:1fr}.writer-card{display:block}.writer-actions{grid-template-columns:1fr}.profile-stats{display:grid;grid-template-columns:1fr 1fr}.article-body blockquote{font-size:20px}.profile-actions{display:grid}}


/* Yazarlar listeleme - sade yatay tasarım */
.writers-page .writers-hero{
  padding:34px 0 46px;
}

.writers-page .hero-copy h1{
  font-size:54px;
}

.writers-page .featured-writer{
  min-height:360px;
  border-radius:20px;
}

.writers-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
}

.writer-row{
  display:grid;
  grid-template-columns:128px minmax(0,1fr) 220px;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:14px;
  transition:.2s ease;
}

.writer-row.hidden{
  display:none!important;
}

.writer-row:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(17,24,39,.08);
  border-color:#e9d5ff;
}

.writer-row-photo{
  width:128px;
  height:128px;
  border-radius:18px;
  overflow:hidden;
  background:#111;
}

.writer-row-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.writer-row-main{
  min-width:0;
}

.writer-row-top{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:8px;
}

.writer-row-top span{
  background:#f3e8ff;
  color:var(--writer);
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:950;
}

.writer-row-top em{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#6b7280;
  font-style:normal;
  font-size:12px;
  font-weight:850;
}

.writer-row h3{
  font-size:26px;
  line-height:1.1;
  margin:0 0 7px;
  letter-spacing:-.4px;
}

.writer-row p{
  margin:0 0 12px;
  color:#4b5563;
  line-height:1.45;
}

.writer-row-title{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#111827;
  font-weight:950;
  line-height:1.35;
}

.writer-row-title i{
  color:var(--writer);
}

.writer-row-side{
  border-left:1px solid var(--line);
  padding-left:18px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  align-items:center;
}

.row-stat{
  background:#fafafa;
  border:1px solid var(--line);
  border-radius:14px;
  padding:10px;
  text-align:center;
}

.row-stat b{
  display:block;
  font-size:22px;
  line-height:1;
  color:#111827;
}

.row-stat span{
  display:block;
  color:#6b7280;
  font-size:11px;
  font-weight:850;
  margin-top:5px;
}

.row-actions{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.row-actions a{
  height:38px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:950;
}

.row-actions a:first-child{
  background:#f3e8ff;
  color:var(--writer);
}

.row-actions a:last-child{
  background:linear-gradient(135deg,var(--writer),var(--writer2));
  color:#fff;
}

@media(max-width:1050px){
  .writer-row{
    grid-template-columns:110px minmax(0,1fr);
  }

  .writer-row-photo{
    width:110px;
    height:110px;
  }

  .writer-row-side{
    grid-column:1/-1;
    border-left:0;
    border-top:1px solid var(--line);
    padding-left:0;
    padding-top:12px;
    grid-template-columns:120px 120px 1fr;
  }

  .row-actions{
    grid-column:auto;
  }
}

@media(max-width:768px){
  .writers-page .hero-copy h1{
    font-size:38px;
  }

  .writer-row{
    grid-template-columns:82px minmax(0,1fr);
    gap:12px;
    border-radius:16px;
    padding:12px;
  }

  .writer-row-photo{
    width:82px;
    height:82px;
    border-radius:14px;
  }

  .writer-row h3{
    font-size:20px;
  }

  .writer-row p{
    display:none;
  }

  .writer-row-title{
    font-size:13px;
  }

  .writer-row-top em{
    display:none;
  }

  .writer-row-side{
    grid-template-columns:1fr 1fr;
  }

  .row-actions{
    grid-column:1/-1;
  }
}

@media(max-width:420px){
  .writer-row{
    grid-template-columns:70px minmax(0,1fr);
  }

  .writer-row-photo{
    width:70px;
    height:70px;
  }

  .writer-row h3{
    font-size:18px;
  }

  .writer-row-side{
    gap:8px;
  }

  .row-stat{
    padding:8px;
  }
}


/* Yazarlar modülü - genel header.php hn-breaking yapısıyla uyum */
body.writers-list-page-body > .hn-topbar,
body.writers-list-page-body > .main-header,
body.writers-list-page-body > .desktop-nav,
body.writers-list-page-body > .mobile-chips,
body.writers-list-page-body > .search-panel,
body.writers-list-page-body > .footer,
body.writer-profile-page-body > .hn-topbar,
body.writer-profile-page-body > .main-header,
body.writer-profile-page-body > .desktop-nav,
body.writer-profile-page-body > .mobile-chips,
body.writer-profile-page-body > .search-panel,
body.writer-profile-page-body > .footer,
body.writer-article-page-body > .hn-topbar,
body.writer-article-page-body > .main-header,
body.writer-article-page-body > .desktop-nav,
body.writer-article-page-body > .mobile-chips,
body.writer-article-page-body > .search-panel,
body.writer-article-page-body > .footer{
  font-family:Poppins,Inter,system-ui,sans-serif !important;
}

body.writers-list-page-body > .main-header .container,
body.writers-list-page-body > .desktop-nav .container,
body.writers-list-page-body > .search-panel .container,
body.writers-list-page-body > .footer .container,
body.writer-profile-page-body > .main-header .container,
body.writer-profile-page-body > .desktop-nav .container,
body.writer-profile-page-body > .search-panel .container,
body.writer-profile-page-body > .footer .container,
body.writer-article-page-body > .main-header .container,
body.writer-article-page-body > .desktop-nav .container,
body.writer-article-page-body > .search-panel .container,
body.writer-article-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.writers-list-page-body > .main-header .header-inner,
body.writer-profile-page-body > .main-header .header-inner,
body.writer-article-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.writers-list-page-body > .main-header .logo,
body.writer-profile-page-body > .main-header .logo,
body.writer-article-page-body > .main-header .logo{
  font-size:38px !important;
  font-weight:950 !important;
  letter-spacing:-1px !important;
  line-height:1 !important;
}

body.writers-list-page-body > .desktop-nav .nav-inner,
body.writer-profile-page-body > .desktop-nav .nav-inner,
body.writer-article-page-body > .desktop-nav .nav-inner{
  height:50px !important;
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  overflow:visible !important;
}

body.writers-list-page-body > .desktop-nav .nav-inner a,
body.writer-profile-page-body > .desktop-nav .nav-inner a,
body.writer-article-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.writers-list-page-body > .desktop-nav .nav-inner a:after,
body.writer-profile-page-body > .desktop-nav .nav-inner a:after,
body.writer-article-page-body > .desktop-nav .nav-inner a:after{
  display:none !important;
}

body.writers-list-page-body > .desktop-nav .nav-inner button,
body.writer-profile-page-body > .desktop-nav .nav-inner button,
body.writer-article-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;
}

/* Yazarlar orijinal şeridi */
body.writers-list-page-body .writer-ticker,
body.writer-profile-page-body .writer-ticker,
body.writer-article-page-body .writer-ticker{
  display:block;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#111827;
  color:#fff;
}

body.writers-list-page-body .writer-ticker .container,
body.writer-profile-page-body .writer-ticker .container,
body.writer-article-page-body .writer-ticker .container{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:0 20px;
}

body.writers-list-page-body .writer-ticker .ticker-inner,
body.writer-profile-page-body .writer-ticker .ticker-inner,
body.writer-article-page-body .writer-ticker .ticker-inner{
  width:100%;
  height:42px;
  display:flex;
  align-items:center;
  gap:14px;
  overflow:hidden;
}

body.writers-list-page-body .writer-ticker p,
body.writer-profile-page-body .writer-ticker p,
body.writer-article-page-body .writer-ticker p{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
}

body.writers-list-page-body main.writers-page .container,
body.writer-profile-page-body main.writer-profile-page .container,
body.writer-article-page-body main.writer-article-page .container{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:768px){
  body.writers-list-page-body > .main-header .header-inner,
  body.writer-profile-page-body > .main-header .header-inner,
  body.writer-article-page-body > .main-header .header-inner{
    height:58px !important;
    justify-content:center !important;
    position:relative !important;
  }

  body.writers-list-page-body > .main-header .logo,
  body.writer-profile-page-body > .main-header .logo,
  body.writer-article-page-body > .main-header .logo{
    font-size:24px !important;
  }

  body.writers-list-page-body > .desktop-nav,
  body.writer-profile-page-body > .desktop-nav,
  body.writer-article-page-body > .desktop-nav{
    display:none !important;
  }

  body.writers-list-page-body > .mobile-chips,
  body.writer-profile-page-body > .mobile-chips,
  body.writer-article-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.writers-list-page-body > .mobile-chips a,
  body.writer-profile-page-body > .mobile-chips a,
  body.writer-article-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.writers-list-page-body .writer-ticker .container,
  body.writer-profile-page-body .writer-ticker .container,
  body.writer-article-page-body .writer-ticker .container{
    padding-left:12px;
    padding-right:12px;
  }

  body.writers-list-page-body .writer-ticker .ticker-inner,
  body.writer-profile-page-body .writer-ticker .ticker-inner,
  body.writer-article-page-body .writer-ticker .ticker-inner{
    height:38px;
    gap:8px;
  }

  body.writers-list-page-body .writer-ticker span,
  body.writer-profile-page-body .writer-ticker span,
  body.writer-article-page-body .writer-ticker span{
    height:38px;
    padding:0 10px;
    font-size:12px;
  }

  body.writers-list-page-body .writer-ticker b,
  body.writers-list-page-body .writer-ticker p,
  body.writer-profile-page-body .writer-ticker b,
  body.writer-profile-page-body .writer-ticker p,
  body.writer-article-page-body .writer-ticker b,
  body.writer-article-page-body .writer-ticker p{
    font-size:12px;
  }

  body.writers-list-page-body .writer-ticker button,
  body.writer-profile-page-body .writer-ticker button,
  body.writer-article-page-body .writer-ticker button{
    display:none;
  }
}
