/* ====================== BEYAZ + AÇIK YEŞİL TEMA ====================== */
:root {
    --primary: #4ade80;
    --primary-dark: #22c55e;
    --text: #0f172a;
    --text-light: #475569;
    --bg: #ffffff;
    --card: #ffffff;
    --border: #e2e8f0;
}

body {
    background: #ffffff !important;
    color: var(--text) !important;
}

.navbar {
    background: rgba(255,255,255,0.97) !important;
    border-bottom: 3px solid var(--primary) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

.navbar-brand span {
    color: var(--primary-dark) !important;
}

.video-card {
    background: #ffffff !important;
    border: 1px solid var(--border) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07) !important;
}

.video-card:hover {
    border-color: var(--primary) !important;
    transform: translateY(-6px);
    box-shadow: 0 20px 25px rgba(0,0,0,0.1) !important;
}

.play-overlay {
    background: rgba(74, 222, 128, 0.85) !important;
}

.card-title {
    color: #0f172a !important;
}

.card-text {
    color: #64748b !important;
}

footer {
    background: #f8fafc !important;
    border-top: 3px solid var(--primary) !important;
    color: #475569 !important;
}

h1, h2, h3 {
    color: #0f172a !important;
}

/* Inline stilleri ezmek için */
[style*="background:#1a1a1a"], [style*="color:#ddd"], [style*="color:#888"] {
    background: #f8fafc !important;
    color: #0f172a !important;
}
.main-logo {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1.2px;
    color: #111111;
}

.nav-link {
    color: #111111 !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #4ade80 !important;
}