/* NEWSPAPER/EDITORIAL - Güncel AMG Bahis */
*{margin:0;padding:0;box-sizing:border-box}
:root{--bg:#0a0a0f;--card:#13131a;--accent:#ef4444;--accent-hover:#dc2626;--text:#e2e2e2;--text-muted:#9ca3af;--border:#1f1f2e}
html{scroll-behavior:smooth}
body{font-family:'Source Sans 3',sans-serif;background:var(--bg);color:var(--text);line-height:1.8;font-size:17px}

/* Reading progress bar */
.reading-progress{position:fixed;top:0;left:0;height:3px;background:var(--accent);z-index:9999;transition:width 0.15s ease}

/* Nav */
.newspaper-nav{background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;backdrop-filter:blur(12px)}
.newspaper-nav .nav-inner{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}
.newspaper-nav .nav-logo{font-family:'Playfair Display',serif;font-size:1.4rem;color:#fff;text-decoration:none;font-weight:700}
.newspaper-nav .nav-logo span{color:var(--accent)}
.newspaper-nav .nav-links{display:flex;gap:4px}
.newspaper-nav .nav-links a{color:var(--text-muted);text-decoration:none;padding:8px 14px;border-radius:6px;font-size:0.9rem;font-weight:500;transition:all 0.2s}
.newspaper-nav .nav-links a:hover,.newspaper-nav .nav-links a.active{color:#fff;background:rgba(239,68,68,0.1)}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.nav-toggle span{display:block;width:24px;height:2px;background:#fff;border-radius:2px}

/* Hero */
.article-hero{position:relative;min-height:420px;display:flex;align-items:flex-end;padding:48px 24px;background:linear-gradient(135deg,#0a0a0f 0%,#1a0a0a 50%,#0a0a0f 100%);overflow:hidden}
.article-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,var(--bg) 0%,transparent 60%)}
.article-hero .hero-content{position:relative;max-width:1280px;margin:0 auto;width:100%}
.hero-category{display:inline-block;background:var(--accent);color:#fff;padding:6px 18px;border-radius:4px;font-size:0.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px}
.hero-title{font-family:'Playfair Display',serif;font-size:3rem;color:#fff;font-weight:800;line-height:1.15;margin-bottom:16px;max-width:800px}
.hero-meta{display:flex;align-items:center;gap:20px;color:var(--text-muted);font-size:0.9rem}
.hero-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--text-muted)}

/* Two-column layout */
.article-layout{max-width:1280px;margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:1fr 340px;gap:48px}
.article-main{}
.article-sidebar{position:relative}
.sidebar-sticky{position:sticky;top:88px;display:flex;flex-direction:column;gap:24px}

/* Content styles */
.article-main h2{font-family:'Playfair Display',serif;font-size:1.8rem;color:#fff;margin:40px 0 16px;padding-bottom:12px;border-bottom:2px solid var(--accent)}
.article-main h3{font-family:'Playfair Display',serif;font-size:1.35rem;color:#fff;margin:32px 0 12px}
.article-main p{margin-bottom:20px;color:var(--text)}
.article-main p:first-of-type::first-letter{float:left;font-family:'Playfair Display',serif;font-size:3.5rem;line-height:0.8;padding:4px 12px 4px 0;color:var(--accent);font-weight:800}

/* Pull quote */
.pull-quote{border-left:4px solid var(--accent);padding:20px 24px;margin:32px 0;background:var(--card);border-radius:0 8px 8px 0;font-style:italic;font-size:1.1rem;color:#fff}

/* Info box */
.info-box{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:20px 24px;margin:24px 0}
.info-box-title{font-family:'Playfair Display',serif;font-weight:700;color:var(--accent);margin-bottom:8px}

/* Sidebar cards */
.sidebar-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:24px;overflow:hidden}
.sidebar-card h4{font-family:'Playfair Display',serif;font-size:1.1rem;color:#fff;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}
.author-card{text-align:center}
.author-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#ff7b7b);margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;font-weight:700}
.author-name{font-weight:700;color:#fff;font-size:1.05rem}
.author-role{color:var(--text-muted);font-size:0.85rem;margin-top:4px}
.author-bio{color:var(--text-muted);font-size:0.88rem;margin-top:12px;line-height:1.6}
.toc-list{list-style:none;padding:0}
.toc-list li{margin-bottom:8px}
.toc-list a{color:var(--text-muted);text-decoration:none;font-size:0.9rem;display:block;padding:6px 12px;border-left:2px solid transparent;transition:all 0.2s}
.toc-list a:hover,.toc-list a.active{color:var(--accent);border-left-color:var(--accent);background:rgba(239,68,68,0.05)}
.sidebar-related a{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border);text-decoration:none}
.sidebar-related a:last-child{border-bottom:none}
.sidebar-related .rel-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}
.sidebar-related .rel-title{color:var(--text);font-size:0.9rem;transition:color 0.2s}
.sidebar-related a:hover .rel-title{color:var(--accent)}
.promo-banner{background:linear-gradient(135deg,var(--accent),#ff7b7b);border-radius:12px;padding:24px;text-align:center;border:none}
.promo-banner h4{border:none;padding:0;margin-bottom:8px}
.promo-banner p{color:rgba(255,255,255,0.9);font-size:0.9rem;margin-bottom:16px}
.promo-btn{display:inline-block;background:#fff;color:var(--accent);padding:10px 24px;border-radius:8px;font-weight:700;text-decoration:none;transition:transform 0.2s}
.promo-btn:hover{transform:scale(1.05)}

/* Author box bottom */
.author-box-bottom{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:32px;margin:48px 0;display:flex;gap:24px;align-items:center}
.author-box-bottom .avatar-lg{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#ff7b7b);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;font-weight:700;flex-shrink:0}
.author-box-bottom .author-info h3{font-family:'Playfair Display',serif;color:#fff;margin-bottom:4px}
.author-box-bottom .author-info p{color:var(--text-muted);font-size:0.92rem}
.author-social{display:flex;gap:8px;margin-top:12px}
.author-social a{width:36px;height:36px;border-radius:50%;background:rgba(239,68,68,0.1);display:flex;align-items:center;justify-content:center;color:var(--accent);text-decoration:none;font-size:0.85rem;transition:background 0.2s}
.author-social a:hover{background:var(--accent);color:#fff}

/* Related articles horizontal */
.related-scroll{margin:48px 0}
.related-scroll h3{font-family:'Playfair Display',serif;font-size:1.5rem;color:#fff;margin-bottom:24px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.related-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:24px;transition:all 0.3s;text-decoration:none}
.related-card:hover{border-color:var(--accent);transform:translateY(-4px)}
.related-card .rc-category{color:var(--accent);font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.related-card .rc-title{color:#fff;font-family:'Playfair Display',serif;font-size:1.1rem;margin-top:8px;line-height:1.3}
.related-card .rc-excerpt{color:var(--text-muted);font-size:0.85rem;margin-top:8px;line-height:1.5}

/* Footer */
.newspaper-footer{background:var(--card);border-top:1px solid var(--border);margin-top:48px;padding:48px 24px 24px}
.newspaper-footer .footer-inner{max-width:1280px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-col .footer-logo{font-family:'Playfair Display',serif;font-size:1.3rem;color:#fff;margin-bottom:12px}
.footer-col .footer-logo span{color:var(--accent)}
.footer-col p{color:var(--text-muted);font-size:0.9rem;line-height:1.6}
.footer-col h4{color:#fff;font-family:'Playfair Display',serif;margin-bottom:12px;font-size:1rem}
.footer-col a{display:block;color:var(--text-muted);text-decoration:none;font-size:0.9rem;padding:3px 0;transition:color 0.2s}
.footer-col a:hover{color:var(--accent)}
.footer-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.age-badge{background:var(--accent);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.9rem;flex-shrink:0}
.footer-bottom p{color:var(--text-muted);font-size:0.82rem}

/* Article images */
.article-image {
    margin: 2rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.article-image img {
    width: 100%;
    height: auto;
    display: block;
}
.article-image figcaption {
    padding: 10px 16px;
    font-size: 0.85rem;
    color: var(--text-muted);
    text-align: center;
    background: var(--card);
}

/* Mobile */
@media(max-width:1024px){
    .article-layout{grid-template-columns:1fr;gap:32px}
    .article-sidebar{order:2}
    .sidebar-sticky{position:static}
}
@media(max-width:768px){
    .nav-toggle{display:flex}
    .nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:var(--card);flex-direction:column;padding:16px;border-bottom:1px solid var(--border);z-index:999}
    .nav-links.open{display:flex}
    .hero-title{font-size:1.8rem}
    .article-hero{min-height:280px;padding:32px 16px}
    .article-layout{padding:24px 16px}
    .footer-grid{grid-template-columns:1fr}
    .related-grid{grid-template-columns:1fr}
    .author-box-bottom{flex-direction:column;text-align:center}
    .hero-meta{gap:10px;font-size:0.82rem}
    .article-main h2{font-size:1.4rem}
    .sidebar-card{padding:18px}
    .promo-banner{padding:18px}
    .newspaper-footer .footer-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
    .hero-title{font-size:1.5rem}
    .article-hero{min-height:240px;padding:24px 12px}
    .article-layout{padding:16px 12px}
    .article-main h2{font-size:1.25rem;margin:28px 0 12px}
    .pull-quote{padding:14px 16px;font-size:1rem;margin:20px 0}
    .info-box{padding:14px 16px}
    .author-box-bottom{padding:20px}
    .author-box-bottom .avatar-lg{width:72px;height:72px;font-size:2rem}
    .newspaper-footer{padding:32px 12px 16px}
    .related-card{padding:16px}
    .hero-category{font-size:0.7rem;padding:4px 12px}
    .article-main p{font-size:0.95rem}
    .newspaper-nav .nav-logo{font-size:1.15rem}
}
