/* ===== NEXUS REAL ESTATE - ENHANCED DESIGN SYSTEM ===== */

:root {
    /* ===== PREMIUM COLOR PALETTE ===== */
    --primary-950: #020617;
    --primary-900: #0f172a;
    --primary-800: #1e293b;
    --primary-700: #334155;
    --primary-600: #475569;
    --primary-500: #64748b;
    --primary-400: #94a3b8;
    --primary-300: #cbd5e1;
    --primary-200: #e2e8f0;
    --primary-100: #f1f5f9;
    --primary-50: #f8fafc;

    /* ===== ROZA GAYRIMENKUL ACCENT COLORS ===== */
    --accent-rose: #e11d48;
    --accent-rose-light: #f43f5e;
    --accent-rose-dark: #be123c;
    --accent-rose-50: #fff1f2;
    --accent-rose-100: #ffe4e6;
    --accent-rose-500: #f43f5e;
    --accent-rose-600: #e11d48;
    --accent-rose-700: #be123c;
    --accent-rose-800: #9f1239;
    --accent-rose-900: #881337;
    
    --accent-gold: #d97706;
    --accent-gold-light: #f59e0b;
    --accent-gold-dark: #b45309;
    --accent-gold-50: #fffbeb;
    --accent-gold-100: #fef3c7;
    
    --accent-teal: #0d9488;
    --accent-teal-light: #14b8a6;
    --accent-teal-dark: #0f766e;
    --accent-teal-50: #f0fdfa;
    --accent-teal-100: #ccfbf1;
    
    --accent-amber: #d97706;
    --accent-amber-light: #f59e0b;
    --accent-amber-dark: #b45309;
    
    --accent-red: #dc2626;
    --accent-red-light: #ef4444;
    --accent-red-dark: #b91c1c;
    
    --accent-pink: #db2777;
    --accent-pink-light: #ec4899;
    --accent-pink-dark: #be185d;
    
    --accent-cyan: #0891b2;
    --accent-cyan-light: #06b6d4;
    --accent-cyan-dark: #0e7490;

    /* ===== SEMANTIC COLORS ===== */
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
    --info: var(--accent-rose);

    /* ===== NEUTRAL SCALE ===== */
    --white: #ffffff;
    --black: #000000;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;

    /* ===== TYPOGRAPHY SYSTEM ===== */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', 'SF Mono', Monaco, 'Cascadia Code', monospace;

    /* Font Weights */
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;

    /* Font Sizes */
    --text-xs: 0.75rem;      /* 12px */
    --text-sm: 0.875rem;     /* 14px */
    --text-base: 1rem;       /* 16px */
    --text-lg: 1.125rem;     /* 18px */
    --text-xl: 1.25rem;      /* 20px */
    --text-2xl: 1.5rem;      /* 24px */
    --text-3xl: 1.875rem;    /* 30px */
    --text-4xl: 2.25rem;     /* 36px */
    --text-5xl: 3rem;        /* 48px */
    --text-6xl: 3.75rem;     /* 60px */

    /* Line Heights */
    --leading-none: 1;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;

    /* ===== SPACING SYSTEM (8px base) ===== */
    --space-0: 0;
    --space-1: 0.25rem;      /* 4px */
    --space-2: 0.5rem;       /* 8px */
    --space-3: 0.75rem;      /* 12px */
    --space-4: 1rem;         /* 16px */
    --space-5: 1.25rem;      /* 20px */
    --space-6: 1.5rem;       /* 24px */
    --space-8: 2rem;         /* 32px */
    --space-10: 2.5rem;      /* 40px */
    --space-12: 3rem;        /* 48px */
    --space-16: 4rem;        /* 64px */
    --space-20: 5rem;        /* 80px */
    --space-24: 6rem;        /* 96px */
    --space-32: 8rem;        /* 128px */
    --space-40: 10rem;       /* 160px */
    --space-48: 12rem;       /* 192px */
    --space-56: 14rem;       /* 224px */
    --space-64: 16rem;       /* 256px */

    /* ===== BORDER RADIUS SYSTEM ===== */
    --radius-none: 0;
    --radius-sm: 0.25rem;    /* 4px */
    --radius-md: 0.375rem;   /* 6px */
    --radius-lg: 0.5rem;     /* 8px */
    --radius-xl: 0.75rem;    /* 12px */
    --radius-2xl: 1rem;      /* 16px */
    --radius-3xl: 1.5rem;    /* 24px */
    --radius-full: 9999px;

    /* ===== SHADOW SYSTEM ===== */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);

    /* Colored Shadows */
    --shadow-blue: 0 10px 15px -3px rgba(59, 130, 246, 0.1), 0 4px 6px -2px rgba(59, 130, 246, 0.05);
    --shadow-purple: 0 10px 15px -3px rgba(139, 92, 246, 0.1), 0 4px 6px -2px rgba(139, 92, 246, 0.05);
    --shadow-emerald: 0 10px 15px -3px rgba(16, 185, 129, 0.1), 0 4px 6px -2px rgba(16, 185, 129, 0.05);

    /* ===== ROZA GAYRIMENKUL GRADIENT SYSTEM ===== */
    --gradient-primary: linear-gradient(135deg, var(--primary-900) 0%, var(--primary-700) 100%);
    --gradient-accent: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-gold) 100%);
    --gradient-accent-soft: linear-gradient(135deg, var(--accent-rose-light) 0%, var(--accent-gold-light) 100%);
    --gradient-teal: linear-gradient(135deg, var(--accent-teal) 0%, var(--accent-cyan) 100%);
    --gradient-sunset: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-gold) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
    --gradient-glass-dark: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.05) 100%);
    
    /* Roza Gayrimenkul Themed Gradients */
    --gradient-luxury: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-gold-dark) 50%, var(--accent-rose) 100%);
    --gradient-premium: linear-gradient(135deg, var(--accent-rose-600) 0%, var(--accent-gold-600) 50%, var(--accent-teal-600) 100%);
    --gradient-modern: linear-gradient(135deg, var(--primary-800) 0%, var(--primary-600) 100%);
    
    /* Enhanced Mesh Gradient */
    --gradient-mesh: 
        radial-gradient(at 40% 20%, hsla(217, 100%, 70%, 0.08) 0px, transparent 50%),
        radial-gradient(at 80% 0%, hsla(189, 100%, 56%, 0.08) 0px, transparent 50%),
        radial-gradient(at 0% 50%, hsla(355, 85%, 78%, 0.08) 0px, transparent 50%),
        radial-gradient(at 80% 50%, hsla(340, 100%, 76%, 0.08) 0px, transparent 50%),
        radial-gradient(at 0% 100%, hsla(22, 100%, 77%, 0.08) 0px, transparent 50%),
        radial-gradient(at 80% 100%, hsla(242, 100%, 70%, 0.08) 0px, transparent 50%),
        radial-gradient(at 0% 0%, hsla(343, 100%, 76%, 0.08) 0px, transparent 50%);
    
    /* Property Type Gradients */
    --gradient-residential: linear-gradient(135deg, var(--accent-teal) 0%, var(--accent-cyan) 100%);
    --gradient-commercial: linear-gradient(135deg, var(--accent-rose) 0%, var(--accent-gold) 100%);
    --gradient-luxury-estate: linear-gradient(135deg, var(--accent-gold) 0%, var(--accent-rose) 100%);

    /* ===== TRANSITION SYSTEM ===== */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 350ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);

    /* Easing Functions */
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);

    /* ===== Z-INDEX SYSTEM ===== */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
    --z-toast: 1080;

    /* ===== BREAKPOINTS ===== */
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;

    /* ===== CONTAINER SIZES ===== */
    --container-sm: 540px;
    --container-md: 720px;
    --container-lg: 960px;
    --container-xl: 1140px;
    --container-xxl: 1320px;

    /* ===== ANIMATION DURATIONS ===== */
    --duration-75: 75ms;
    --duration-100: 100ms;
    --duration-150: 150ms;
    --duration-200: 200ms;
    --duration-300: 300ms;
    --duration-500: 500ms;
    --duration-700: 700ms;
    --duration-1000: 1000ms;

    /* ===== OPACITY SCALE ===== */
    --opacity-0: 0;
    --opacity-5: 0.05;
    --opacity-10: 0.1;
    --opacity-20: 0.2;
    --opacity-25: 0.25;
    --opacity-30: 0.3;
    --opacity-40: 0.4;
    --opacity-50: 0.5;
    --opacity-60: 0.6;
    --opacity-70: 0.7;
    --opacity-75: 0.75;
    --opacity-80: 0.8;
    --opacity-90: 0.9;
    --opacity-95: 0.95;
    --opacity-100: 1;

    /* ===== BLUR SCALE ===== */
    --blur-none: 0;
    --blur-sm: 4px;
    --blur-md: 8px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;

    /* ===== BACKDROP FILTERS ===== */
    --backdrop-blur-sm: blur(4px);
    --backdrop-blur-md: blur(8px);
    --backdrop-blur-lg: blur(16px);
    --backdrop-blur-xl: blur(24px);
    --backdrop-blur-2xl: blur(40px);
    --backdrop-blur-3xl: blur(64px);

    /* ===== ROZA GAYRIMENKUL BRAND SPECIFIC ===== */
    --brand-primary: var(--accent-rose);
    --brand-secondary: var(--accent-gold);
    --brand-accent: var(--accent-teal);
    
    /* Logo Sizes */
    --logo-sm: 32px;
    --logo-md: 48px;
    --logo-lg: 64px;
    --logo-xl: 80px;

    /* ===== COMPONENT SPECIFIC ===== */
    /* Navbar */
    --navbar-height: 80px;
    --navbar-height-scrolled: 64px;
    
    /* Footer */
    --footer-bg: var(--primary-900);
    
    /* Cards */
    --card-padding: var(--space-6);
    --card-radius: var(--radius-2xl);
    --card-shadow: var(--shadow-lg);
    
    /* Buttons */
    --btn-padding-x: var(--space-6);
    --btn-padding-y: var(--space-4);
    --btn-radius: var(--radius-2xl);
    --btn-font-weight: var(--font-semibold);
    
    /* Forms */
    --input-padding-x: var(--space-4);
    --input-padding-y: var(--space-3);
    --input-radius: var(--radius-xl);
    --input-border-width: 2px;
    --input-focus-ring: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* ===== DARK MODE SUPPORT ===== */
@media (prefers-color-scheme: dark) {
    :root {
        /* Invert primary colors for dark mode */
        --primary-50: #0f172a;
        --primary-100: #1e293b;
        --primary-200: #334155;
        --primary-300: #475569;
        --primary-400: #64748b;
        --primary-500: #94a3b8;
        --primary-600: #cbd5e1;
        --primary-700: #e2e8f0;
        --primary-800: #f1f5f9;
        --primary-900: #f8fafc;
        
        /* Adjust neutral colors */
        --gray-50: #111827;
        --gray-100: #1f2937;
        --gray-200: #374151;
        --gray-300: #4b5563;
        --gray-400: #6b7280;
        --gray-500: #9ca3af;
        --gray-600: #d1d5db;
        --gray-700: #e5e7eb;
        --gray-800: #f3f4f6;
        --gray-900: #f9fafb;
        
        /* Adjust shadows for dark mode */
        --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
        --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3);
        --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.4), 0 10px 10px -5px rgba(0, 0, 0, 0.3);
        --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
    }
}

/* ===== REDUCED MOTION SUPPORT ===== */
@media (prefers-reduced-motion: reduce) {
    :root {
        --transition-fast: 0ms;
        --transition-base: 0ms;
        --transition-slow: 0ms;
        --transition-bounce: 0ms;
        --duration-75: 0ms;
        --duration-100: 0ms;
        --duration-150: 0ms;
        --duration-200: 0ms;
        --duration-300: 0ms;
        --duration-500: 0ms;
        --duration-700: 0ms;
        --duration-1000: 0ms;
    }
}

/* ===== HIGH CONTRAST SUPPORT ===== */
@media (prefers-contrast: high) {
    :root {
        /* Increase contrast ratios */
        --primary-900: #000000;
        --primary-100: #ffffff;
        --gray-900: #000000;
        --gray-100: #ffffff;
        
        /* Remove subtle effects */
        --shadow-xs: none;
        --shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
        --shadow-md: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
        --shadow-lg: 0 8px 16px 0 rgba(0, 0, 0, 0.8);
        --shadow-xl: 0 16px 32px 0 rgba(0, 0, 0, 0.8);
        --shadow-2xl: 0 32px 64px 0 rgba(0, 0, 0, 0.8);
        
        /* Increase border widths */
        --input-border-width: 3px;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    :root {
        /* Remove all colors for print */
        --primary-900: #000000;
        --primary-100: #ffffff;
        --accent-rose: #000000;
        --accent-purple: #000000;
        --accent-emerald: #000000;
        
        /* Remove shadows and effects */
        --shadow-xs: none;
        --shadow-sm: none;
        --shadow-md: none;
        --shadow-lg: none;
        --shadow-xl: none;
        --shadow-2xl: none;
        
        /* Remove gradients */
        --gradient-primary: transparent;
        --gradient-accent: transparent;
        --gradient-emerald: transparent;
        --gradient-sunset: transparent;
        --gradient-glass: transparent;
        --gradient-mesh: transparent;
    }
}
/* =====
 NOTIFICATION SYSTEM ===== */
.notification {
    position: fixed;
    top: var(--space-6);
    right: var(--space-6);
    z-index: var(--z-toast);
    max-width: 400px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-2xl);
    transform: translateX(100%);
    transition: all var(--transition-base);
    animation: slideIn 0.3s ease-out forwards;
}

.notification-error {
    border-left: 4px solid var(--accent-red);
}

.notification-warning {
    border-left: 4px solid var(--accent-amber);
}

.notification-success {
    border-left: 4px solid var(--accent-emerald);
}

.notification-content {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    padding: var(--space-4);
}

.notification-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.notification-error .notification-icon {
    color: var(--accent-red);
}

.notification-warning .notification-icon {
    color: var(--accent-amber);
}

.notification-success .notification-icon {
    color: var(--accent-emerald);
}

.notification-message {
    flex: 1;
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: var(--gray-900);
    line-height: 1.5;
}

.notification-close {
    background: none;
    border: none;
    color: var(--gray-400);
    cursor: pointer;
    padding: var(--space-1);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    flex-shrink: 0;
}

.notification-close:hover {
    color: var(--gray-600);
    background: var(--gray-100);
}

.notification-close i {
    width: 16px;
    height: 16px;
}

.notification-hide {
    animation: slideOut 0.3s ease-in forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* ===== SCROLL PROGRESS INDICATOR ===== */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--gradient-accent);
    z-index: var(--z-fixed);
    transition: width 0.1s ease-out;
}

/* ===== THEME TOGGLE ===== */
.theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--white);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-xl);
    color: var(--gray-600);
    cursor: pointer;
    transition: all var(--transition-base);
    position: relative;
    overflow: hidden;
}

.theme-toggle::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-accent);
    border-radius: var(--radius-xl);
    opacity: 0;
    transition: all var(--transition-base);
    z-index: -1;
}

.theme-toggle:hover::before {
    opacity: 0.1;
}

.theme-toggle:hover {
    border-color: var(--accent-rose);
    color: var(--accent-rose);
    transform: scale(1.05);
}

.theme-toggle i {
    width: 18px;
    height: 18px;
}

/* ===== LOADING STATES ===== */
.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--gray-300);
    border-top: 2px solid var(--accent-rose);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== LAZY LOADING IMAGES ===== */
img.lazy {
    opacity: 0;
    transition: opacity var(--transition-base);
}

img.loaded {
    opacity: 1;
}

/* ===== ANIMATION CLASSES ===== */
.animate-in {
    animation-fill-mode: both;
}

.animate-fade-in {
    animation: fadeIn 0.6s ease-out;
}

.animate-slide-up {
    animation: slideUp 0.6s ease-out;
}

.animate-slide-down {
    animation: slideDown 0.6s ease-out;
}

.animate-slide-left {
    animation: slideLeft 0.6s ease-out;
}

.animate-slide-right {
    animation: slideRight 0.6s ease-out;
}

.animate-zoom-in {
    animation: zoomIn 0.6s ease-out;
}

.animate-bounce-in {
    animation: bounceIn 0.8s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== RESPONSIVE NOTIFICATIONS ===== */
@media (max-width: 768px) {
    .notification {
        top: var(--space-4);
        right: var(--space-4);
        left: var(--space-4);
        max-width: none;
    }
}

/* ===== DARK THEME SUPPORT ===== */
[data-theme="dark"] {
    --white: #1a1a1a;
    --black: #ffffff;
    --gray-50: #262626;
    --gray-100: #404040;
    --gray-200: #525252;
    --gray-300: #737373;
    --gray-400: #a3a3a3;
    --gray-500: #d4d4d4;
    --gray-600: #e5e5e5;
    --gray-700: #f5f5f5;
    --gray-800: #fafafa;
    --gray-900: #ffffff;
    
    --primary-50: #0f172a;
    --primary-100: #1e293b;
    --primary-200: #334155;
    --primary-300: #475569;
    --primary-400: #64748b;
    --primary-500: #94a3b8;
    --primary-600: #cbd5e1;
    --primary-700: #e2e8f0;
    --primary-800: #f1f5f9;
    --primary-900: #f8fafc;
}

[data-theme="dark"] .notification {
    background: var(--gray-100);
    border-color: var(--gray-300);
    color: var(--gray-900);
}

[data-theme="dark"] .notification-message {
    color: var(--gray-900);
}

[data-theme="dark"] .theme-toggle {
    background: var(--gray-100);
    border-color: var(--gray-300);
    color: var(--gray-700);
}

[data-theme="dark"] .theme-toggle:hover {
    background: var(--gray-200);
    border-color: var(--accent-rose);
    color: var(--accent-rose);
}