/* Zarif Editör Profil Tasarımı */
.editor-profile-container {
    background: transparent;
}

/* Dark Mode - Editor Profile */
body.sn-dark-mode .editor-profile-container,
body.dark-mode .editor-profile-container {
    background: #0b1220;
}

body.sn-dark-mode .sn-editor-card,
body.dark-mode .sn-editor-card {
    background: #111827;
    border-color: #374151;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

body.sn-dark-mode .sn-editor-card-title,
body.dark-mode .sn-editor-card-title {
    color: #e5e7eb;
    border-bottom-color: #374151;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.0));
}

body.sn-dark-mode .sn-editor-card-body,
body.dark-mode .sn-editor-card-body {
    color: #cbd5e1;
}

body.sn-dark-mode .sn-editor-article-card,
body.dark-mode .sn-editor-article-card {
    background: #111827;
    border-color: #374151;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

body.sn-dark-mode .sn-editor-article-title a,
body.dark-mode .sn-editor-article-title a {
    color: #e5e7eb;
}

body.sn-dark-mode .sn-editor-article-title a:hover,
body.dark-mode .sn-editor-article-title a:hover {
    color: #93c5fd;
}

body.sn-dark-mode .sn-editor-article-meta,
body.dark-mode .sn-editor-article-meta {
    color: #9ca3af;
}

body.sn-dark-mode .sn-news-card,
body.dark-mode .sn-news-card {
    background: #111827;
    border: 1px solid #374151;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

body.sn-dark-mode .sn-news-card .card-title a,
body.dark-mode .sn-news-card .card-title a,
body.sn-dark-mode .sn-news-card-title a,
body.dark-mode .sn-news-card-title a {
    color: #e5e7eb;
}

body.sn-dark-mode .sn-news-card .card-text,
body.dark-mode .sn-news-card .card-text {
    color: #9ca3af !important;
}

body.sn-dark-mode .page-link,
body.dark-mode .page-link {
    border-color: #374151;
    color: #93c5fd;
    background: #111827;
}

body.sn-dark-mode .page-link:hover,
body.dark-mode .page-link:hover {
    background: #1f2937;
    border-color: #4b5563;
    color: #ffffff;
}

body.sn-dark-mode .page-item.disabled .page-link,
body.dark-mode .page-item.disabled .page-link {
    background: #0b1220;
    border-color: #374151;
    color: #9ca3af;
}

/* Modern Editor Profile (v2) */
.sn-editor-hero {
    position: relative;
    padding: 26px 0 22px;
    color: #fff;
    overflow: hidden;
}

.sn-editor-hero::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background:
        radial-gradient(1200px 380px at 20% 0%, rgba(255, 255, 255, 0.18), transparent 60%),
        radial-gradient(900px 420px at 90% 10%, rgba(255, 255, 255, 0.12), transparent 55%),
        linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);
    z-index: 0;
}

.sn-editor-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.18), transparent 45%, rgba(59, 130, 246, 0.14));
    pointer-events: none;
    z-index: 1;
}

.sn-editor-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 110px 1fr auto;
    gap: 18px;
    align-items: start;
}

.sn-editor-hero-body {
    padding-top: 2px;
}

.sn-editor-hero-avatar .profile-avatar {
    width: 96px;
    height: 96px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    object-fit: cover;
    background: rgba(255, 255, 255, 0.06);
}

.sn-editor-hero-title {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.sn-editor-hero-subtitle {
    margin-top: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sn-editor-hero-badges {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sn-editor-hero-right {
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.sn-editor-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
}

.sn-editor-hero-about {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
    max-width: 560px;
}

/* Hero içindeki sosyal ikonları ortalamayı iptal et (eski CSS center ediyordu) */
.sn-editor-hero .social-media {
    justify-content: flex-end;
    margin-top: 0;
}

.sn-editor-hero-meta {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sn-editor-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
}

.sn-editor-chip i { opacity: 0.95; }

.sn-editor-hero-stats {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.sn-editor-stat {
    min-width: 120px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    text-align: center;
}

.sn-editor-stat-number {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.sn-editor-stat-label {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

.sn-editor-content {
    margin-top: 18px;
}

.sn-editor-about {
    margin-bottom: 16px;
}

.sn-editor-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
    overflow: hidden;
}

.sn-editor-card-title {
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.03), rgba(17, 24, 39, 0.0));
}

.sn-editor-card-body {
    padding: 16px;
    color: #374151;
    font-size: 14px;
    line-height: 1.65;
}

.sn-editor-articles {
    padding: 16px;
}

.sn-editor-article-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sn-editor-article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.10);
    border-color: rgba(59, 130, 246, 0.25);
}

.sn-editor-article-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.sn-editor-article-body {
    padding: 12px 12px 14px;
}

.sn-editor-article-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.sn-editor-article-title a {
    color: #111827;
    text-decoration: none;
}

.sn-editor-article-title a:hover {
    color: #2563eb;
}

.sn-editor-article-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6b7280;
}

@media (max-width: 992px) {
    .sn-editor-hero-inner {
        grid-template-columns: 96px 1fr;
        grid-template-rows: auto auto;
    }

    .sn-editor-hero-right {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-top: 8px;
    }

    .sn-editor-hero .social-media {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .sn-editor-hero {
        padding: 22px 0 18px;
    }

    .sn-editor-hero-title {
        font-size: 20px;
    }

    .sn-editor-stat {
        min-width: 100px;
    }

    .sn-editor-article-image {
        height: 160px;
    }
}

.profile-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2.5rem 0;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.profile-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(20px);
}

.profile-card {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.06);
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
}

.profile-left {
    padding-right: 2rem;
}

.profile-right {
    text-align: left;
}

.profile-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.9);
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    margin-bottom: 1.2rem;
}

.profile-name {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.profile-title {
    color: #667eea;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.profile-bio {
    color: #4a5568;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
    padding: 0.8rem;
    background: rgba(102,126,234,0.05);
    border-radius: 8px;
    border-left: 3px solid #667eea;
}

.profile-stats {
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    border: none;
}

.stat-box {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-size: 1.4rem;
    font-weight: 600;
    color: #667eea;
    display: block;
}

.stat-label {
    font-size: 0.8rem;
    color: #a0aec0;
    margin-top: 0.2rem;
    font-weight: 500;
}

.social-media {
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.social-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.social-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: white;
}

.social-btn.website { background: linear-gradient(45deg, #667eea, #764ba2); }
.social-btn.facebook { background: linear-gradient(45deg, #3b5998, #4c70ba); }
.social-btn.twitter { background: linear-gradient(45deg, #1da1f2, #0d8bd9); }
.social-btn.instagram { background: linear-gradient(45deg, #e4405f, #fd5949); }
.social-btn.linkedin { background: linear-gradient(45deg, #0077b5, #00a0dc); }

.about-section, .articles-section {
    background: rgba(255,255,255,0.9);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    border: 1px solid rgba(255,255,255,0.2);
}

.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.section-title i {
    color: #667eea;
    font-size: 1.1rem;
}

.about-text {
    color: #4a5568;
    line-height: 1.6;
    font-size: 0.95rem;
}

.article-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
}

.article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.article-image {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.article-content {
    padding: 1.2rem;
}

.article-date {
    font-size: 0.8rem;
    color: #a0aec0;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.article-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
    line-height: 1.4;
}

.article-title a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-title a:hover {
    color: #667eea;
}

.article-excerpt {
    font-size: 0.85rem;
    color: #718096;
    line-height: 1.5;
}

.pagination-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.pagination {
    gap: 0.3rem;
}

.page-link {
    border-radius: 8px;
    border: 1px solid rgba(102,126,234,0.2);
    color: #667eea;
    padding: 0.5rem 0.8rem;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.page-link:hover {
    background: #667eea;
    border-color: #667eea;
    color: white;
    transform: translateY(-1px);
}

.page-item.active .page-link {
    background: #667eea;
    border-color: #667eea;
    color: white;
}

.breadcrumb {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 0.6rem 1rem;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover {
    color: white;
}

.breadcrumb-item.active {
    color: white;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .editor-profile-container {
    }
    
    .profile-header {
        padding: 2rem 0;
    }
    
    .profile-card {
        padding: 1.5rem;
        text-align: center;
    }
    
    .profile-left {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }
    
    .profile-right {
        text-align: center;
    }
    
    .profile-avatar {
        width: 110px;
        height: 110px;
    }
    
    .profile-name {
        font-size: 1.5rem;
    }
    
    .profile-title {
        font-size: 0.95rem;
    }
    
    .profile-bio {
        text-align: left;
        margin: 1rem 0;
    }
    
    .profile-stats {
        gap: 1.5rem;
        justify-content: center;
    }
    
    .stat-number {
        font-size: 1.2rem;
    }
    
    .about-section, .articles-section {
        padding: 1.2rem;
    }
    
    .article-content {
        padding: 1rem;
    }
    
    .social-media {
        margin-top: 1rem;
    }
}
