:root {
    /* Ana Renkler */
    --primary-color: #ff0054;
    --primary-hover: #ff0054;
    --secondary-color: #f59e0b;
    
    /* Arka Plan Renkleri */
    --bg-primary: #1a1a1a;
    --bg-secondary: #2d2d2d;
    --bg-input: #404040;
    --bg-hover: #4a4a4a;
    
    /* Metin Renkleri */
    --text-primary: #ffffff;
    --text-secondary: #d1d5db;
    --text-placeholder: #9ca3af;
    --text-warning: #fbbf24;
    
    /* Border Renkleri */
    --border-color: #4b5563;
    --border-focus: var(--primary-color);
    
    /* Gölge Renkleri */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    
    /* Geçiş Efektleri */
    --transition-fast: 0.15s ease-in-out;
    --transition-normal: 0.3s ease-in-out;
    --transition-slow: 0.5s ease-in-out;
    
    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
}
