/*
Theme Name: MangaStream Child
Theme URI: https://themesia.com/mangastream-wordpress-theme
Author: Themesia
Author URI: https://themesia.com
Description: child theme for mangastream.
Template: mangastream
Version: 1.0.2
Tags: black, yellow, blue, purple, light, two-columns, right-sidebar, custom-header, custom-menu, featured-images
Text Domain: mangastream-child
*/

/* ====================== NIRVANAMANGA CHILD - TASARIM V2 ====================== */

/* Header tamamen koyulaştır ve modernleştir */
.c-header,
.site-header,
.header-main {
    background: #0a0a0a !important;
    border-bottom: 4px solid #ff3b5c !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7) !important;
    padding: 8px 0 !important;
}

.c-header .container,
.header-main .container {
    max-width: 1380px;
    margin: 0 auto;
}

/* Logo büyüt ve netleştir */
.c-logo img,
.site-logo img {
    height: 62px !important;
    filter: brightness(1.15) contrast(1.1);
}

/* Arama çubuğu premium yap */
.c-search input,
.search-input {
    background: #1c1c1c !important;
    border: 2px solid #ff3b5c !important;
    border-radius: 50px !important;
    color: #fff;
    height: 52px !important;
    font-size: 16px;
}

/* Menü linkleri şıklaştır */
.c-main-menu a,
.main-navigation a {
    color: #fff !important;
    font-weight: 700;
    padding: 8px 16px !important;
    transition: all 0.3s ease;
}
.c-main-menu a:hover,
.main-navigation a:hover {
    color: #ff3b5c !important;
    transform: translateY(-2px);
}

/* Sidebar widget'ları test için hafif gizle (istiyorsan tamamen kaldırırız) */
.widget-area,
.sidebar,
#secondary {
    opacity: 0.95;
}

/* Webtoon kartları daha büyük ve premium */
.c-card,
.comic-card,
.manga-card {
    border-radius: 14px !important;
    overflow: hidden;
    transition: all 0.4s ease;
}
.c-card:hover,
.comic-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(255, 59, 92, 0.4) !important;
}
.c-card img,
.comic-card img {
    border-radius: 14px 14px 0 0 !important;
}

/* Reklam alanları korunuyor ve düzenli duruyor */
.c-ads,
.adsbygoogle,
.advertisement {
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 15px 0;
}

/* Okuma sayfası header minimal */
.reading-header,
.chapter-header {
    background: #111 !important;
    border-bottom: 1px solid #333;
}