:root {
            --bg-primary: #0a0a0f;
            --bg-card: #13131a;
            --accent: #ef4444;
            --accent-hover: #dc2626;
            --text-primary: #f1f5f9;
            --text-secondary: #94a3b8;
            --border: #1e293b;
            --bg-card-hover: #1a1a24;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }

        body {
            font-family: 'Source Sans 3', sans-serif;
            background: var(--bg-primary);
            color: var(--text-primary);
            line-height: 1.7;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Playfair Display', serif;
            line-height: 1.3;
        }

        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* HEADER */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(10, 10, 15, 0.85);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--border);
            transition: background 0.3s;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 68px;
        }
        .logo {
            font-family: 'Playfair Display', serif;
            font-size: 1.45rem;
            font-weight: 800;
            color: var(--text-primary);
        }
        .logo span { color: var(--accent); }
        .nav-links { display: flex; gap: 28px; list-style: none; }
        .nav-links a {
            font-size: 0.93rem;
            font-weight: 500;
            color: var(--text-secondary);
            transition: color 0.25s;
            position: relative;
        }
        .nav-links a:hover { color: var(--accent); }
        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--accent);
            transition: width 0.3s;
        }
        .nav-links a:hover::after { width: 100%; }

        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            background: none;
            border: none;
            padding: 8px;
        }
        .hamburger span {
            width: 24px;
            height: 2px;
            background: var(--text-primary);
            transition: 0.3s;
            border-radius: 2px;
        }
        .mobile-menu {
            display: none;
            position: absolute;
            top: 68px;
            left: 0;
            right: 0;
            background: rgba(10, 10, 15, 0.97);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid var(--border);
            padding: 20px;
        }
        .mobile-menu.active { display: block; }
        .mobile-menu a {
            display: block;
            padding: 12px 0;
            color: var(--text-secondary);
            font-weight: 500;
            border-bottom: 1px solid var(--border);
        }
        .mobile-menu a:hover { color: var(--accent); }

        /* SON DAKİKA ŞERİDİ */
        .breaking-bar {
            background: var(--accent);
            color: #fff;
            overflow: hidden;
            white-space: nowrap;
            font-size: 0.88rem;
            font-weight: 600;
            padding: 10px 0;
        }
        .breaking-inner {
            display: inline-block;
            animation: ticker 30s linear infinite;
        }
        .breaking-inner span {
            margin-right: 60px;
        }
        .breaking-label {
            background: rgba(0,0,0,0.25);
            padding: 3px 12px;
            border-radius: 3px;
            margin-right: 20px;
            text-transform: uppercase;
            font-size: 0.8rem;
            letter-spacing: 1px;
        }
        @keyframes ticker {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* HERO */
        .hero {
            position: relative;
            min-height: 520px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        .hero-bg {
            position: absolute;
            inset: 0;
            z-index: 0;
        }
        .hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(10,10,15,0.92) 0%, rgba(10,10,15,0.65) 100%);
            z-index: 1;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 720px;
            padding: 60px 0;
        }
        .hero-badge {
            display: inline-block;
            background: var(--accent);
            color: #fff;
            font-size: 0.78rem;
            font-weight: 700;
            padding: 4px 14px;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 18px;
        }
        .hero h1 {
            font-size: 2.6rem;
            font-weight: 800;
            margin-bottom: 18px;
            line-height: 1.2;
        }
        .hero-excerpt {
            font-size: 1.08rem;
            color: var(--text-secondary);
            margin-bottom: 22px;
            line-height: 1.8;
        }
        .hero-meta {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 24px;
            font-size: 0.88rem;
            color: var(--text-secondary);
        }
        .hero-meta span { display: flex; align-items: center; gap: 5px; }
        .btn {
            display: inline-block;
            background: var(--accent);
            color: #fff;
            padding: 13px 32px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.95rem;
            border: none;
            cursor: pointer;
            transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
        }
        .btn:hover {
            background: var(--accent-hover);
            box-shadow: 0 4px 20px rgba(239, 68, 68, 0.35);
            transform: translateY(-1px);
        }

        /* HABERLER + SİDEBAR */
        .content-section {
            padding: 70px 0;
        }
        .section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 12px;
        }
        .section-subtitle {
            color: var(--text-secondary);
            font-size: 1.02rem;
            margin-bottom: 40px;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 340px;
            gap: 40px;
        }
        .news-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }
        .news-card {
            background: var(--bg-card);
            border-radius: 14px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: transform 0.3s, box-shadow 0.3s;
            opacity: 0;
            transform: translateY(30px);
        }
        .news-card.visible {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s;
        }
        .news-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.35);
        }
        .news-card-img {
            height: 190px;
            overflow: hidden;
            position: relative;
        }
        .news-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s;
        }
        .news-card:hover .news-card-img img { transform: scale(1.06); }
        .news-category {
            position: absolute;
            top: 14px;
            left: 14px;
            background: var(--accent);
            color: #fff;
            font-size: 0.72rem;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 4px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .news-card-body { padding: 20px; }
        .news-card h3 {
            font-size: 1.12rem;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1.4;
        }
        .news-card p {
            font-size: 0.9rem;
            color: var(--text-secondary);
            line-height: 1.7;
            margin-bottom: 14px;
        }
        .news-card-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.78rem;
            color: var(--text-secondary);
            padding-top: 12px;
            border-top: 1px solid var(--border);
        }

        /* SIDEBAR */
        .sidebar { display: flex; flex-direction: column; gap: 28px; }
        .sidebar-widget {
            background: var(--bg-card);
            border-radius: 14px;
            border: 1px solid var(--border);
            padding: 24px;
        }
        .widget-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 18px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--accent);
        }
        .popular-list { list-style: none; }
        .popular-list li {
            padding: 10px 0;
            border-bottom: 1px solid var(--border);
            font-size: 0.9rem;
            cursor: pointer;
            transition: color 0.2s;
        }
        .popular-list li:hover { color: var(--accent); }
        .popular-list li:last-child { border-bottom: none; }
        .popular-list .pop-num {
            color: var(--accent);
            font-weight: 700;
            margin-right: 10px;
            font-size: 1rem;
        }
        .category-list { list-style: none; }
        .category-list li {
            display: flex;
            justify-content: space-between;
            padding: 9px 0;
            border-bottom: 1px solid var(--border);
            font-size: 0.9rem;
            cursor: pointer;
            transition: color 0.2s;
        }
        .category-list li:hover { color: var(--accent); }
        .category-list li:last-child { border-bottom: none; }
        .category-count {
            background: var(--border);
            padding: 2px 9px;
            border-radius: 10px;
            font-size: 0.75rem;
        }
        .search-box {
            display: flex;
            gap: 8px;
        }
        .search-box input {
            flex: 1;
            padding: 10px 14px;
            background: var(--bg-primary);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text-primary);
            font-size: 0.88rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-box input:focus { border-color: var(--accent); }
        .search-box button {
            padding: 10px 18px;
            background: var(--accent);
            border: none;
            border-radius: 8px;
            color: #fff;
            cursor: pointer;
            font-weight: 600;
            transition: background 0.3s;
        }
        .search-box button:hover { background: var(--accent-hover); }
        .newsletter-box p {
            font-size: 0.88rem;
            color: var(--text-secondary);
            margin-bottom: 14px;
            line-height: 1.6;
        }
        .newsletter-box input {
            width: 100%;
            padding: 10px 14px;
            background: var(--bg-primary);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text-primary);
            font-size: 0.88rem;
            margin-bottom: 10px;
            outline: none;
        }
        .newsletter-box input:focus { border-color: var(--accent); }
        .newsletter-box button {
            width: 100%;
            padding: 11px;
            background: var(--accent);
            border: none;
            border-radius: 8px;
            color: #fff;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        .newsletter-box button:hover { background: var(--accent-hover); }

        /* ANALİZ BÖLÜMÜ */
        .analysis-section {
            padding: 70px 0;
            background: linear-gradient(180deg, var(--bg-primary) 0%, rgba(19,19,26,0.7) 100%);
        }
        .analysis-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        .analysis-card {
            background: var(--bg-card);
            border-radius: 14px;
            border: 1px solid var(--border);
            padding: 36px;
            transition: transform 0.3s, box-shadow 0.3s;
            opacity: 0;
            transform: translateY(30px);
        }
        .analysis-card.visible {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s;
        }
        .analysis-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 35px rgba(0,0,0,0.3);
        }
        .analysis-tag {
            display: inline-block;
            background: rgba(239,68,68,0.15);
            color: var(--accent);
            font-size: 0.78rem;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 4px;
            margin-bottom: 16px;
        }
        .analysis-card h3 {
            font-size: 1.35rem;
            font-weight: 700;
            margin-bottom: 16px;
        }
        .analysis-card p {
            font-size: 0.92rem;
            color: var(--text-secondary);
            line-height: 1.8;
            margin-bottom: 18px;
        }
        .analysis-meta {
            display: flex;
            gap: 20px;
            font-size: 0.82rem;
            color: var(--text-secondary);
            padding-top: 16px;
            border-top: 1px solid var(--border);
        }

        /* FOOTER */
        .site-footer {
            background: #08080d;
            border-top: 1px solid var(--border);
            padding: 60px 0 0;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
            padding-bottom: 40px;
        }
        .footer-about h4 {
            font-size: 1.2rem;
            margin-bottom: 16px;
        }
        .footer-about h4 span { color: var(--accent); }
        .footer-about p {
            font-size: 0.88rem;
            color: var(--text-secondary);
            line-height: 1.8;
        }
        .footer-links h4, .footer-contact h4 {
            font-size: 1rem;
            margin-bottom: 16px;
        }
        .footer-links ul { list-style: none; }
        .footer-links li { padding: 5px 0; }
        .footer-links a {
            font-size: 0.88rem;
            color: var(--text-secondary);
            transition: color 0.2s;
        }
        .footer-links a:hover { color: var(--accent); }
        .footer-contact p {
            font-size: 0.88rem;
            color: var(--text-secondary);
            margin-bottom: 8px;
        }
        .responsible-gaming {
            background: rgba(239,68,68,0.08);
            border: 1px solid rgba(239,68,68,0.2);
            border-radius: 10px;
            padding: 20px;
            margin: 30px 0;
        }
        .responsible-gaming h5 {
            font-family: 'Source Sans 3', sans-serif;
            color: var(--accent);
            font-size: 0.92rem;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .responsible-gaming p {
            font-size: 0.82rem;
            color: var(--text-secondary);
            line-height: 1.7;
        }
        .age-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            background: var(--accent);
            color: #fff;
            border-radius: 50%;
            font-weight: 800;
            font-size: 0.82rem;
        }
        .footer-bottom {
            border-top: 1px solid var(--border);
            padding: 20px 0;
            text-align: center;
            font-size: 0.82rem;
            color: var(--text-secondary);
        }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .content-grid { grid-template-columns: 1fr; }
            .analysis-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .hamburger { display: flex; }
            .hero h1 { font-size: 1.9rem; }
            .hero { min-height: 420px; }
            .news-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; }
            .section-title { font-size: 1.6rem; }
        }
        @media (max-width: 480px) {
            .hero h1 { font-size: 1.55rem; }
            .hero-content { padding: 40px 0; }
            .content-section { padding: 45px 0; }
            .btn { padding: 11px 24px; font-size: 0.9rem; }
        }

/* ARTICLE PAGE */
.article-main {
    padding: 60px 0;
}
.article-main .container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}
.article-content h1 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    line-height: 1.3;
}
.article-content h2 {
    font-size: 1.5rem;
    margin-top: 36px;
    margin-bottom: 16px;
    line-height: 1.3;
}
.article-content p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.85;
    margin-bottom: 18px;
}
.article-content ul {
    margin: 16px 0 24px 24px;
    color: var(--text-secondary);
    line-height: 1.85;
}
.article-content ul li {
    margin-bottom: 8px;
    font-size: 1rem;
}
.article-content strong {
    color: var(--text-primary);
    font-weight: 600;
}
.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.article-sidebar .sidebar-widget {
    background: var(--bg-card);
    border-radius: 14px;
    border: 1px solid var(--border);
    padding: 24px;
}
.article-sidebar .widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
}
.article-sidebar .popular-list {
    list-style: none;
    padding: 0;
}
.article-sidebar .popular-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}
.article-sidebar .popular-list li:last-child {
    border-bottom: none;
}
.article-sidebar .popular-list a {
    color: var(--text-secondary);
    font-size: 0.92rem;
    transition: color 0.25s;
}
.article-sidebar .popular-list a:hover {
    color: var(--accent);
}

@media (max-width: 1024px) {
    .article-main .container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .article-content h1 {
        font-size: 1.7rem;
    }
    .article-content h2 {
        font-size: 1.25rem;
    }
}
