/*
 * RANDU.TR — Klasik Berber Teması
 * Mode: DARK
 * Renk: Koyu lacivert + mavi gradient
 * İkon: Makas (fa-cut)
 */

:root {
    /* Ana Renkler */
    --t-primary: #1e40af;
    --t-primary-light: #3b82f6;
    --t-secondary: #0ea5e9;
    --t-accent: #b98f6d;
    --t-gradient: linear-gradient(135deg, #1e40af, #3b82f6);
    --t-gradient-hero: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #1e40af 70%, #3b82f6 100%);
    
    /* Arkaplan */
    --t-bg-body: #0f172a;
    --t-bg-card: rgba(255, 255, 255, 0.03);
    --t-bg-header: #1e293b;
    --t-bg-topbar: #111;
    
    /* Metin */
    --t-text-primary: #ffffff;
    --t-text-secondary: rgba(255, 255, 255, 0.8);
    --t-text-muted: #94a3b8;
    
    /* Nav */
    --t-nav-text: #ffffff;
    --t-login-border: rgba(255, 255, 255, 0.3);
    --t-login-hover-bg: rgba(255, 255, 255, 0.1);
    
    /* Dropdown */
    --t-dropdown-bg: #1e293b;
    --t-dropdown-border: rgba(59, 130, 246, 0.2);
    --t-dropdown-text: #e2e8f0;
    --t-dropdown-hover: rgba(59, 130, 246, 0.1);
    
    /* Mobile */
    --t-mobile-bg: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    --t-primary-alpha: rgba(30, 64, 175, 0.1);
    --t-primary-light-alpha: rgba(59, 130, 246, 0.5);
    
    /* Hero */
    --t-hero-filter: brightness(0.4);
    --t-hero-title-gradient: linear-gradient(135deg, #fff 0%, #3b82f6 100%);
    --t-primary-light-30: rgba(59, 130, 246, 0.3);
    --t-secondary-20: rgba(16, 185, 129, 0.2);
    --t-accent-15: rgba(139, 92, 246, 0.15);
    
    /* Gölge */
    --t-shadow-color: rgba(30, 64, 175, 0.3);
    --t-card-shadow: rgba(0, 0, 0, 0.3);
    --t-card-border: rgba(255, 255, 255, 0.1);
    
    /* Header sticky */
    --t-header-sticky-bg: rgba(15, 23, 42, 0.95);
    --t-header-border: rgba(255, 255, 255, 0.1);
    
    /* Shapes */
    --t-shape1: linear-gradient(135deg, #1e40af, #3b82f6);
    --t-shape2: linear-gradient(135deg, #0ea5e9, #06b6d4);
    --t-shape3: linear-gradient(135deg, #3b82f6, #1e40af);
    
    /* Footer */
    --t-bg-footer: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    --t-footer-accent: #b98f6d;
}
