/* ============================================
   GRIZZLY ORANGE THEME - Premium Dark UI
   Virtual Numbers - SMS Verification Platform
   Professional Black & Orange Elegance
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Orbitron:wght@400;500;600;700;800;900&family=Rajdhani:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    /* ===== DARK BACKGROUND SHADES ===== */
    --black-obsidian: #0d0d0d;
    --black-void: #080808;
    --black-carbon: #0f0f0f;
    --black-onyx: #121212;
    --black-charcoal: #161616;
    --black-graphite: #1a1a1a;
    --black-slate: #1e1e1e;
    --black-smoke: #232323;
    --black-ash: #282828;
    --black-steel: #2d2d2d;
    
    /* ===== GRIZZLY ORANGE ACCENTS ===== */
    --orange-dark: #b35309;
    --orange-deep: #c2410c;
    --orange-main: #ea580c;
    --orange-bright: #f97316;
    --orange-light: #fb923c;
    --orange-glow: #fdba74;
    --orange-neon: #ff6b1a;
    --orange-ultra: #ff8534;
    --orange-soft: #fed7aa;
    --orange-dim: rgba(249, 115, 22, 0.3);
    
    /* ===== LEGACY PURPLE (for compatibility) ===== */
    --purple-royal: #ea580c;
    --purple-dark: #1a0f05;
    --purple-deep: #2d1908;
    --purple-main: #f97316;
    --purple-light: #fb923c;
    --purple-glow: #fdba74;
    --purple-neon: #ff6b1a;
    --purple-ultra: #ff8534;
    --purple-soft: #fed7aa;
    --purple-dim: rgba(249, 115, 22, 0.3);
    
    /* ===== LUXURY GOLD & SILVER ===== */
    --gold-royal: #d4af37;
    --gold-light: #f4d03f;
    --gold-soft: #ffeaa7;
    --gold-glow: rgba(212, 175, 55, 0.4);
    --silver-pure: #c0c0c0;
    --silver-light: #e8e8e8;
    --silver-soft: #f5f5f5;
    --platinum: #e5e4e2;
    
    /* ===== ACCENT COLORS ===== */
    --blue-electric: #3b82f6;
    --blue-cyan: #06b6d4;
    --blue-glow: #22d3ee;
    --blue-neon: #0ea5e9;
    --blue-sapphire: #2563eb;
    --red-fire: #ef4444;
    --red-rose: #f43f5e;
    --red-glow: #fb7185;
    --red-neon: #dc2626;
    --red-ruby: #be123c;
    
    /* ===== MORE ACCENTS ===== */
    --green-neon: #10b981;
    --green-glow: #34d399;
    --green-emerald: #059669;
    --yellow-neon: #f59e0b;
    --yellow-glow: #fbbf24;
    --pink-neon: #ec4899;
    --pink-glow: #f472b6;
    --orange-neon: #f97316;
    --orange-glow: #fb923c;
    --teal-neon: #14b8a6;
    --indigo-neon: #6366f1;
    
    /* ===== NEUTRAL GRAYS ===== */
    --white: #ffffff;
    --white-soft: #fafafa;
    --white-cream: #f5f5f5;
    --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;
    --gray-light: #e2e8f0;
    --gray-mid: #94a3b8;
    --gray-dark: #475569;
    --black-pure: #000000;
    --black-soft: #0a0a0a;
    
    /* ===== BACKGROUND - OBSIDIAN ELEGANCE ===== */
    --bg-primary: #000000;
    --bg-secondary: #0a0a0a;
    --bg-tertiary: #111111;
    --bg-elevated: #1a1a1a;
    --bg-surface: #141414;
    --bg-card: rgba(20, 20, 20, 0.95);
    --bg-card-hover: rgba(30, 30, 30, 0.98);
    --bg-glass: rgba(249, 115, 22, 0.05);
    --bg-glass-dark: rgba(0, 0, 0, 0.8);
    --bg-overlay: rgba(0, 0, 0, 0.95);
    --bg-modal: rgba(10, 10, 10, 0.98);
    
    /* ===== TEXT HIERARCHY ===== */
    --text-primary: #ffffff;
    --text-secondary: #b4b4b4;
    --text-tertiary: #888888;
    --text-muted: #666666;
    --text-disabled: #444444;
    --text-accent: #fb923c;
    --text-gold: #d4af37;
    
    /* ===== PREMIUM GRADIENTS ===== */
    --gradient-obsidian: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
    --gradient-luxury: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 50%, #121212 100%);
    --gradient-purple: linear-gradient(135deg, #c2410c 0%, #ea580c 50%, #f97316 100%);
    --gradient-orange: linear-gradient(135deg, #c2410c 0%, #ea580c 50%, #f97316 100%);
    --gradient-purple-dark: linear-gradient(135deg, #1a0f05 0%, #2d1908 50%, #3d230a 100%);
    --gradient-orange-dark: linear-gradient(135deg, #1a0f05 0%, #2d1908 50%, #3d230a 100%);
    --gradient-gold: linear-gradient(135deg, #d4af37 0%, #f4d03f 50%, #ffeaa7 100%);
    --gradient-silver: linear-gradient(135deg, #9ca3af 0%, #d1d5db 50%, #f3f4f6 100%);
    --gradient-fire: linear-gradient(135deg, #ef4444 0%, #f43f5e 50%, #ea580c 100%);
    --gradient-ocean: linear-gradient(135deg, #3b82f6 0%, #06b6d4 50%, #22d3ee 100%);
    --gradient-neon: linear-gradient(135deg, #ea580c 0%, #3b82f6 33%, #06b6d4 66%, #22d3ee 100%);
    --gradient-sunset: linear-gradient(135deg, #f97316 0%, #fb923c 50%, #fdba74 100%);
    --gradient-aurora: linear-gradient(135deg, #f97316 0%, #fb923c 33%, #fdba74 66%, #fff7ed 100%);
    --gradient-cyber: linear-gradient(135deg, #c2410c 0%, #ea580c 50%, #f97316 100%);    
    --gradient-grizzly: linear-gradient(135deg, #c2410c 0%, #ea580c 30%, #f97316 60%, #fb923c 100%);
    --gradient-dark: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
    --gradient-shine: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);
    --gradient-glass: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 50%, transparent 100%);
    --gradient-rainbow: linear-gradient(90deg, #ef4444, #f97316, #f59e0b, #10b981, #06b6d4, #3b82f6, #f97316, #ec4899);
    --gradient-metallic: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 25%, #2a2a2a 50%, #1a1a1a 75%, #2a2a2a 100%);
    --gradient-chrome: linear-gradient(135deg, #e8e8e8 0%, #8a8a8a 25%, #e8e8e8 50%, #8a8a8a 75%, #e8e8e8 100%);
    --gradient-premium: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 20%, #252525 40%, #1a1a1a 60%, #0a0a0a 100%);
    
    /* ===== GLASS EFFECT - DARK PREMIUM ===== */
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-bg-medium: rgba(255, 255, 255, 0.05);
    --glass-bg-strong: rgba(255, 255, 255, 0.08);
    --glass-bg-purple: rgba(249, 115, 22, 0.08);
    --glass-bg-orange: rgba(249, 115, 22, 0.08);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-border-medium: rgba(255, 255, 255, 0.12);
    --glass-border-strong: rgba(255, 255, 255, 0.18);
    --glass-border-purple: rgba(249, 115, 22, 0.25);
    --glass-border-orange: rgba(249, 115, 22, 0.25);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    --glass-shadow-strong: 0 20px 60px rgba(0, 0, 0, 0.7);
    --glass-inset: inset 0 1px 1px rgba(255, 255, 255, 0.05);
    
    /* ===== STATUS COLORS ===== */
    --success: #10b981;
    --success-light: #34d399;
    --success-bg: rgba(16, 185, 129, 0.12);
    --success-border: rgba(16, 185, 129, 0.3);
    --warning: #f59e0b;
    --warning-light: #fbbf24;
    --warning-bg: rgba(245, 158, 11, 0.12);
    --warning-border: rgba(245, 158, 11, 0.3);
    --error: #ef4444;
    --error-light: #f87171;
    --error-bg: rgba(239, 68, 68, 0.12);
    --error-border: rgba(239, 68, 68, 0.3);
    --info: #3b82f6;
    --info-light: #60a5fa;
    --info-bg: rgba(59, 130, 246, 0.12);
    --info-border: rgba(59, 130, 246, 0.3);
    
    /* ===== PREMIUM SHADOWS ===== */
    --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.5);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.5);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.6);
    --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.7);
    --shadow-xl: 0 30px 70px rgba(0, 0, 0, 0.8);
    --shadow-2xl: 0 40px 100px rgba(0, 0, 0, 0.9);
    --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    --shadow-glow-purple: 0 0 30px rgba(249, 115, 22, 0.4), 0 0 60px rgba(249, 115, 22, 0.2);
    --shadow-glow-orange: 0 0 30px rgba(249, 115, 22, 0.4), 0 0 60px rgba(249, 115, 22, 0.2);
    --shadow-glow-purple-intense: 0 0 40px rgba(249, 115, 22, 0.5), 0 0 80px rgba(249, 115, 22, 0.3), 0 0 120px rgba(249, 115, 22, 0.1);
    --shadow-glow-orange-intense: 0 0 40px rgba(249, 115, 22, 0.5), 0 0 80px rgba(249, 115, 22, 0.3), 0 0 120px rgba(249, 115, 22, 0.1);
    --shadow-glow-blue: 0 0 30px rgba(59, 130, 246, 0.4), 0 0 60px rgba(59, 130, 246, 0.2);
    --shadow-glow-cyan: 0 0 30px rgba(6, 182, 212, 0.4), 0 0 60px rgba(6, 182, 212, 0.2);
    --shadow-glow-red: 0 0 30px rgba(239, 68, 68, 0.4), 0 0 60px rgba(239, 68, 68, 0.2);
    --shadow-glow-gold: 0 0 30px rgba(212, 175, 55, 0.4), 0 0 60px rgba(212, 175, 55, 0.2);
    --shadow-glow-white: 0 0 20px rgba(255, 255, 255, 0.1), 0 0 40px rgba(255, 255, 255, 0.05);
    --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 1px rgba(255, 255, 255, 0.1);
    --shadow-card-hover: 0 8px 40px rgba(0, 0, 0, 0.6), 0 0 1px rgba(255, 255, 255, 0.15);
    
    /* ===== PREMIUM BORDERS ===== */
    --border-subtle: 1px solid rgba(255, 255, 255, 0.05);
    --border-normal: 1px solid rgba(255, 255, 255, 0.1);
    --border-strong: 1px solid rgba(255, 255, 255, 0.15);
    --border-accent: 1px solid rgba(249, 115, 22, 0.3);
    --border-accent-strong: 2px solid rgba(249, 115, 22, 0.5);
    --border-glow: 1px solid rgba(249, 115, 22, 0.6);
    --border-orange: 1px solid rgba(249, 115, 22, 0.4);
    --border-gold: 1px solid rgba(212, 175, 55, 0.4);
    
    /* ===== TIMING FUNCTIONS ===== */
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --ease-elastic: cubic-bezier(0.68, -0.6, 0.32, 1.6);
    --ease-snap: cubic-bezier(0.5, 0, 0.1, 1);
    
    /* ===== BLUR EFFECTS ===== */
    --blur-xs: blur(4px);
    --blur-sm: blur(8px);
    --blur-md: blur(16px);
    --blur-lg: blur(24px);
    --blur-xl: blur(40px);
    --blur-2xl: blur(64px);
    
    /* ===== Z-INDEX SCALE ===== */
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-fixed: 300;
    --z-modal-backdrop: 400;
    --z-modal: 500;
    --z-popover: 600;
    --z-tooltip: 700;
    --z-toast: 800;
    --z-max: 9999;
}

/* ============================================
   RESET & BASE
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--black-obsidian);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
}

/* Premium Animated Background - DISABLED */
body::before {
    display: none !important;
    content: none !important;
}

/* Subtle Grid Pattern - DISABLED */
body::after {
    display: none !important;
    content: none !important;
}

/* Old background styles - kept for reference
body::before-old {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse 100% 80% at 50% -20%, rgba(194, 65, 12, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 80% 60% at 0% 50%, rgba(249, 115, 22, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 100% 50%, rgba(251, 146, 60, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 50% 120%, rgba(249, 115, 22, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: -2;
    animation: bgPulse 20s ease-in-out infinite;
}
*/

/* Old body::after styles - commented out
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(249, 115, 22, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(249, 115, 22, 0.015) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: -1;
*/

@keyframes bgPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
}

a {
    text-decoration: none;
    color: inherit;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gradient-text {
    background: var(--gradient-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text-fire {
    background: var(--gradient-fire);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-text-ocean {
    background: var(--gradient-ocean);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-glow {
    text-shadow: 0 0 20px rgba(249, 115, 22, 0.5), 0 0 40px rgba(249, 115, 22, 0.3);
}

.hidden { display: none !important; }

/* ============================================
   GLASSMORPHISM
   ============================================ */
.glassmorphism {
    background: linear-gradient(145deg, rgba(249, 115, 22, 0.10) 0%, rgba(251, 146, 60, 0.06) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(249, 115, 22, 0.25);
    border-radius: 20px;
    box-shadow: 
        0 8px 32px rgba(194, 65, 12, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.glassmorphism:hover {
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 
        0 12px 40px rgba(249, 115, 22, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.glass-card {
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.95) 0%, rgba(18, 18, 18, 0.98) 50%, rgba(13, 13, 13, 0.99) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(249, 115, 22, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.glass-card:hover {
    border-color: rgba(249, 115, 22, 0.25);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(249, 115, 22, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-shine);
    transition: left 0.5s ease;
}

.glass-card:hover::before {
    left: 100%;
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.4s var(--ease-smooth);
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(249, 115, 22, 0.08);
    border-bottom-color: rgba(249, 115, 22, 0.15);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--text-primary);
}

.nav-brand i {
    font-size: 2rem;
    background: var(--gradient-neon);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(234, 88, 12, 0.5));
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.brand-text {
    color: var(--white);
    -webkit-text-fill-color: var(--white);
}

.brand-text .highlight {
    color: var(--purple-light);
    -webkit-text-fill-color: var(--purple-light);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-link {
    color: var(--white);
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-purple);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover, .nav-link.active {
    color: var(--white);
    background: rgba(234, 88, 12, 0.2);
}

.nav-link:hover::before, .nav-link.active::before {
    width: 80%;
}

.nav-link i {
    font-size: 1rem;
}

/* User Section */
.nav-user {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(249, 115, 22, 0.3);
}

.user-balance {
    background: var(--gradient-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 1rem;
}

.user-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--gradient-neon);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(234, 88, 12, 0.4);
}

.user-avatar:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(234, 88, 12, 0.6);
}

.user-avatar i {
    color: var(--white);
    font-size: 1.1rem;
}

/* Auth Buttons */
.auth-buttons {
    display: flex;
    gap: 0.75rem;
    margin-left: 1rem;
}

.btn-login {
    padding: 0.6rem 1.5rem;
    border: 1px solid var(--purple-main);
    background: transparent;
    color: var(--purple-light);
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.9rem;
}

.btn-login:hover {
    background: rgba(234, 88, 12, 0.2);
    color: var(--white);
}

.btn-signup {
    padding: 0.6rem 1.5rem;
    background: var(--gradient-purple);
    border: none;
    color: var(--white);
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(234, 88, 12, 0.4);
}

.btn-signup:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(234, 88, 12, 0.5);
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 0 4rem;
    position: relative;
    overflow: hidden;
}

/* Floating Elements - DISABLED */
.hero-floating,
.floating-1,
.floating-2,
.floating-3 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Old floating styles - kept for reference but disabled
.hero-floating-old {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    animation: float 20s ease-in-out infinite;
    pointer-events: none;
}

.floating-1-old {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.3) 0%, transparent 70%);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-2-old {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.3) 0%, transparent 70%);
    top: 60%;
    right: 10%;
    animation-delay: -5s;
}

.floating-3-old {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
    bottom: 20%;
    left: 20%;
    animation-delay: -10s;
}
*/

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -30px) scale(1.1); }
    50% { transform: translate(-20px, 20px) scale(0.9); }
    75% { transform: translate(20px, 30px) scale(1.05); }
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    background: rgba(234, 88, 12, 0.2);
    border: 1px solid rgba(234, 88, 12, 0.4);
    border-radius: 50px;
    font-size: 0.9rem;
    color: var(--purple-light);
    margin-bottom: 2rem;
    animation: fadeInDown 0.8s ease;
}

.hero-badge i {
    color: var(--blue-cyan);
}

.hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-title .line-1 {
    display: block;
    color: var(--white);
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.hero-title .line-2 {
    display: block;
    background: linear-gradient(90deg, var(--purple-main) 0%, var(--blue-cyan) 50%, var(--red-fire) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: gradientShift 5s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 3rem;
    animation: fadeInUp 0.8s ease 0.4s both;
}

/* Hero Stats */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.stat-card {
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(234, 88, 12, 0.15) 0%, rgba(59, 130, 246, 0.1) 100%);
    border: 1px solid rgba(234, 88, 12, 0.2);
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.8s ease var(--delay, 0.5s) both;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-shine);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.stat-card:hover::before {
    transform: translateX(100%);
}

.stat-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: var(--purple-main);
    box-shadow: 0 20px 40px rgba(234, 88, 12, 0.3);
}

.stat-card:nth-child(1) { --delay: 0.5s; }
.stat-card:nth-child(2) { --delay: 0.6s; }
.stat-card:nth-child(3) { --delay: 0.7s; }
.stat-card:nth-child(4) { --delay: 0.8s; }

.stat-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    display: block;
}

.stat-card:nth-child(1) .stat-icon { color: var(--purple-main); }
.stat-card:nth-child(2) .stat-icon { color: var(--blue-cyan); }
.stat-card:nth-child(3) .stat-icon { color: var(--red-fire); }
.stat-card:nth-child(4) .stat-icon { color: var(--success); }

.stat-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* CTA Buttons */
.hero-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.9s both;
}

.btn-primary {
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #c2410c 0%, #f97316 100%);
    border: none;
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s var(--ease-smooth);
    text-decoration: none;
    box-shadow: 
        0 4px 20px rgba(194, 65, 12, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s var(--ease-smooth);
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 30px rgba(194, 65, 12, 0.5),
        0 0 50px rgba(249, 115, 22, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-primary:active {
    transform: translateY(0);
}

.btn-secondary {
    padding: 1rem 2.5rem;
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid rgba(249, 115, 22, 0.3);
    color: var(--purple-light);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s var(--ease-smooth);
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.btn-secondary:hover {
    background: rgba(249, 115, 22, 0.15);
    border-color: rgba(249, 115, 22, 0.5);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.features-section {
    padding: 6rem 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 50px;
    color: var(--blue-cyan);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card {
    padding: 2.5rem;
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    text-align: center;
    transition: all 0.5s var(--ease-smooth);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 24px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gradient-purple);
    transform: scaleX(0);
    transition: transform 0.5s var(--ease-smooth);
}

.feature-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(249, 115, 22, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s var(--ease-smooth);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover::after {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(249, 115, 22, 0.2);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(249, 115, 22, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}

.feature-card:nth-child(1) .feature-icon {
    background: linear-gradient(135deg, rgba(194, 65, 12, 0.2) 0%, rgba(249, 115, 22, 0.08) 100%);
    color: var(--purple-main);
    box-shadow: 0 4px 20px rgba(249, 115, 22, 0.2);
}

.feature-card:nth-child(2) .feature-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(59, 130, 246, 0.08) 100%);
    color: var(--blue-electric);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.2);
}

.feature-card:nth-child(3) .feature-icon {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(239, 68, 68, 0.08) 100%);
    color: var(--red-fire);
    box-shadow: 0 4px 20px rgba(239, 68, 68, 0.2);
}

.feature-card:nth-child(4) .feature-icon {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(6, 182, 212, 0.08) 100%);
    color: var(--blue-cyan);
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.2);
}

.feature-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--white);
    position: relative;
    z-index: 1;
}

.feature-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */
.how-it-works {
    padding: 6rem 0;
    background: linear-gradient(180deg, transparent 0%, rgba(20, 20, 20, 0.5) 50%, transparent 100%);
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    position: relative;
}

.steps-container::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, var(--purple-main), var(--blue-cyan), var(--red-fire));
    border-radius: 3px;
}

@media (max-width: 768px) {
    .steps-container::before {
        display: none;
    }
}

.step-card {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    position: relative;
}

.step-card:nth-child(1) .step-number {
    background: var(--gradient-purple);
    box-shadow: 0 0 30px rgba(234, 88, 12, 0.5);
}

.step-card:nth-child(2) .step-number {
    background: var(--gradient-ocean);
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.5);
}

.step-card:nth-child(3) .step-number {
    background: var(--gradient-fire);
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.5);
}

.step-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--white);
}

.step-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

/* ============================================
   SERVICES PREVIEW
   ============================================ */
.services-preview {
    padding: 6rem 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.service-item-preview {
    padding: 1.5rem 1rem;
    background: rgba(234, 88, 12, 0.1);
    border: 1px solid rgba(234, 88, 12, 0.2);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-item-preview:hover {
    background: rgba(234, 88, 12, 0.2);
    border-color: var(--purple-main);
    transform: translateY(-5px);
}

.service-item-preview i {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.service-item-preview span {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

/* ============================================
   SHOP PAGE
   ============================================ */
.page-header {
    padding: 8rem 0 3rem;
    text-align: center;
}

.page-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: var(--gradient-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-content {
    padding-top: 80px;
    min-height: 100vh;
}

.shop-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 2rem;
    padding-bottom: 4rem;
}

.filters-panel {
    padding: 2rem;
    height: fit-content;
    position: sticky;
    top: 100px;
}

.filters-panel h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group {
    margin-bottom: 1.5rem;
}

.filter-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-select, .form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(15, 15, 15, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: var(--text-primary);
    font-size: 0.95rem;
    transition: all 0.4s var(--ease-smooth);
    font-family: inherit;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.form-select:hover, .form-input:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.form-select:focus, .form-input:focus {
    outline: none;
    border-color: rgba(249, 115, 22, 0.5);
    box-shadow: 
        0 0 0 3px rgba(249, 115, 22, 0.1),
        0 0 20px rgba(249, 115, 22, 0.1),
        inset 0 2px 4px rgba(0, 0, 0, 0.2);
    background: rgba(20, 20, 20, 0.95);
}

.form-select option {
    background: #0f0f0f;
    color: #ffffff;
    padding: 12px;
}

.form-select option:hover,
.form-select option:focus,
.form-select option:checked {
    background: #1a1a1a;
    color: #ffffff;
}

.btn-block {
    width: 100%;
    justify-content: center;
}

/* Services Dropdown */
.services-dropdown {
    max-height: 300px;
    overflow-y: auto;
    background: rgba(15, 15, 15, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin-top: 0.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.service-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.3s var(--ease-smooth);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item:hover {
    background: rgba(249, 115, 22, 0.1);
}

.service-item.selected {
    background: var(--purple-main);
    color: var(--white);
}

.service-item-empty {
    padding: 1rem;
    text-align: center;
    color: var(--text-muted);
}

.service-name {
    font-weight: 500;
}

.filter-loading {
    padding: 0.5rem;
    font-size: 0.85rem;
    color: var(--purple-light);
}

.filter-loading i {
    margin-right: 0.5rem;
}

/* Toast Notifications */
.toast {
    position: fixed;
    top: 100px;
    right: 20px;
    padding: 1rem 1.5rem;
    background: rgba(18, 8, 38, 0.95);
    border: 1px solid rgba(234, 88, 12, 0.3);
    border-radius: 12px;
    color: var(--text-primary);
    z-index: 10000;
    transform: translateX(120%);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.toast.show {
    transform: translateX(0);
}

.toast-success {
    border-color: var(--success);
}

.toast-success i {
    color: var(--success);
}

.toast-error {
    border-color: var(--error);
}

.toast-error i {
    color: var(--error);
}

.toast-info {
    border-color: var(--info);
}

.toast-info i {
    color: var(--info);
}

/* Price Cards */
.results-panel {
    min-height: 400px;
}

.price-cards {
    display: grid;
    gap: 1.5rem;
}

.comparison-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.auto-select-badge {
    padding: 0.5rem 1rem;
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--success);
}

.price-card {
    padding: 2rem;
    background: linear-gradient(145deg, rgba(234, 88, 12, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    border: 2px solid rgba(234, 88, 12, 0.2);
    border-radius: 20px;
    transition: all 0.3s ease;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.5rem;
}

.price-card:hover {
    border-color: var(--purple-main);
    transform: translateX(10px);
    box-shadow: 0 10px 40px rgba(234, 88, 12, 0.2);
}

.price-card.best-price {
    border-color: var(--success);
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.15) 0%, rgba(234, 88, 12, 0.1) 100%);
    position: relative;
}

.price-card.best-price::after {
    content: 'BEST';
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.25rem 0.75rem;
    background: var(--success);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 20px;
}

.price-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.price-operator {
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.price-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.stock-count {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.price-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.price-amount {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--success);
}

.best-badge {
    padding: 0.25rem 0.75rem;
    background: linear-gradient(135deg, var(--warning) 0%, #fbbf24 100%);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* ============================================
   ORDERS PAGE
   ============================================ */
.orders-list {
    display: grid;
    gap: 1.5rem;
}

.order-card {
    padding: 2rem;
    background: linear-gradient(145deg, rgba(234, 88, 12, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    border: 1px solid rgba(234, 88, 12, 0.2);
    border-radius: 20px;
}

.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.order-id {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.order-status {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

.order-status.waiting {
    background: rgba(245, 158, 11, 0.2);
    color: var(--warning);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.order-status.received {
    background: rgba(59, 130, 246, 0.2);
    color: var(--blue-electric);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.order-status.completed {
    background: rgba(16, 185, 129, 0.2);
    color: var(--success);
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.order-status.cancelled {
    background: rgba(239, 68, 68, 0.2);
    color: var(--red-fire);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.order-phone {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.order-service {
    color: var(--text-secondary);
}

.order-sms {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 12px;
}

.sms-code {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.75rem;
    color: var(--success);
    letter-spacing: 3px;
}

.order-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
}

.btn-success {
    background: var(--success);
    border: none;
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-success:hover {
    box-shadow: 0 5px 20px rgba(16, 185, 129, 0.4);
    transform: translateY(-2px);
}

.btn-danger {
    background: var(--red-fire);
    border: none;
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    box-shadow: 0 5px 20px rgba(239, 68, 68, 0.4);
    transform: translateY(-2px);
}

/* ============================================
   WALLET PAGE
   ============================================ */
.wallet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.balance-card {
    padding: 2.5rem;
    background: var(--gradient-purple);
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.balance-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    to { transform: rotate(360deg); }
}

.balance-label {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
    position: relative;
}

.balance-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
}

.deposit-card {
    padding: 2rem;
}

.deposit-card h3 {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.payment-method {
    padding: 1rem;
    background: rgba(234, 88, 12, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.payment-method:hover {
    background: rgba(234, 88, 12, 0.2);
}

.payment-method.selected {
    border-color: var(--purple-main);
    background: rgba(234, 88, 12, 0.2);
}

.payment-method img {
    height: 40px;
    margin-bottom: 0.5rem;
}

.payment-method span {
    display: block;
    font-weight: 500;
}

/* ============================================
   AUTH PAGES
   ============================================ */
.auth-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.auth-card {
    width: 100%;
    max-width: 450px;
    padding: 3rem;
}

.auth-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-header h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.auth-header p {
    color: var(--text-secondary);
}

.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
    font-weight: 500;
}

/* ============================================
   EMPTY STATE
   ============================================ */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--text-secondary);
}

.empty-state i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
    display: block;
}

/* ============================================
   ALERTS & BADGES
   ============================================ */
.alert {
    padding: 1rem 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert-success {
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: var(--success);
}

.alert-error {
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: var(--red-fire);
}

.alert-warning {
    background: rgba(245, 158, 11, 0.2);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--warning);
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-purple { background: var(--purple-main); color: var(--white); }
.badge-blue { background: var(--blue-electric); color: var(--white); }
.badge-red { background: var(--red-fire); color: var(--white); }
.badge-5sim { background: var(--success); color: var(--white); }
.badge-herosms { background: var(--blue-electric); color: var(--white); }

/* ============================================
   TOAST NOTIFICATIONS
   ============================================ */
.toast-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.toast {
    padding: 1rem 1.5rem;
    background: var(--bg-secondary);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    animation: slideInRight 0.3s ease;
    border-left: 4px solid;
}

.toast.success { border-left-color: var(--success); }
.toast.error { border-left-color: var(--red-fire); }
.toast.warning { border-left-color: var(--warning); }

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* ============================================
   SCROLLBAR
   ============================================ */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-secondary);
}

::-webkit-scrollbar-thumb {
    background: var(--purple-deep);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--purple-main);
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Loading Spinner */
.loading-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(234, 88, 12, 0.3);
    border-radius: 50%;
    border-top-color: var(--purple-main);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .shop-grid {
        grid-template-columns: 1fr;
    }
    
    .filters-panel {
        position: relative;
        top: 0;
    }
    
    .profile-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: block;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(10, 1, 24, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
    }
    
    .nav-menu.active {
        transform: translateX(0);
    }
    
    .nav-link {
        font-size: 1.25rem;
        padding: 1rem 2rem;
    }
    
    .nav-user {
        flex-direction: column;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        padding-top: 1rem;
        border-top: 1px solid rgba(234, 88, 12, 0.3);
    }
    
    .auth-buttons {
        flex-direction: column;
        margin-left: 0;
        margin-top: 1rem;
    }
    
    .hero-section {
        padding: 6rem 0 3rem;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        padding: 1.25rem;
    }
    
    .feature-card, .order-card, .price-card {
        padding: 1.5rem;
    }
    
    .auth-card {
        padding: 2rem 1.5rem;
    }
    
    .payment-methods {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   PROFILE PAGE
   ============================================ */
.profile-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 2rem;
}

.profile-card {
    text-align: center;
    padding: 2.5rem;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: var(--gradient-neon);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--white);
    box-shadow: 0 0 40px rgba(234, 88, 12, 0.4);
}

.profile-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.profile-email {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(234, 88, 12, 0.2);
}

.profile-stats .stat {
    text-align: center;
}

.profile-stats .stat-value {
    font-size: 1.5rem;
}

.settings-card {
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.settings-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   ADMIN PAGE
   ============================================ */
.admin-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.admin-stat-card {
    padding: 1.5rem;
    text-align: center;
}

.admin-stat-card .stat-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
}

.admin-table-container {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(234, 88, 12, 0.2);
}

.admin-table th {
    background: rgba(234, 88, 12, 0.1);
    font-weight: 600;
    color: var(--purple-light);
}

.admin-table tr:hover {
    background: rgba(234, 88, 12, 0.05);
}

.btn-approve {
    padding: 0.5rem 1rem;
    background: var(--success);
    border: none;
    border-radius: 8px;
    color: var(--white);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-approve:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.4);
}

.btn-reject {
    padding: 0.5rem 1rem;
    background: var(--red-fire);
    border: none;
    border-radius: 8px;
    color: var(--white);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-reject:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(239, 68, 68, 0.4);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 4rem;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, 0.5) 100%);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-text {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-links a {
    color: var(--text-tertiary);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s var(--ease-smooth);
}

.footer-links a:hover {
    color: var(--purple-light);
}

/* ============================================
   USER MENU DROPDOWN
   ============================================ */
.user-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.user-menu .dropdown {
    position: absolute;
    top: 50px;
    right: 0;
    background: rgba(15, 15, 15, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 0.5rem;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s var(--ease-smooth);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    z-index: 1001;
}

.user-menu:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: var(--text-secondary);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s var(--ease-smooth);
}

.dropdown a:hover {
    background: rgba(249, 115, 22, 0.1);
    color: var(--white);
}

.dropdown a:hover {
    background: rgba(234, 88, 12, 0.2);
}

.dropdown a i {
    width: 20px;
    color: var(--purple-light);
}

/* ============================================
   ADMIN PANEL STYLES
   ============================================ */
.admin-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.admin-stat-card {
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.admin-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-purple);
}

.admin-stat-card .stat-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.admin-stat-card .stat-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.25rem;
}

.admin-stat-card .stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.admin-table-container {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(234, 88, 12, 0.2);
}

.admin-table th {
    font-weight: 600;
    color: var(--purple-light);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.admin-table tr:hover {
    background: rgba(234, 88, 12, 0.1);
}

.btn-approve {
    background: var(--success);
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-approve:hover {
    background: #059669;
    transform: scale(1.05);
}

.btn-reject {
    background: var(--error);
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-reject:hover {
    background: #dc2626;
    transform: scale(1.05);
}

/* Admin Responsive */
@media (max-width: 1024px) {
    .admin-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .admin-stats {
        grid-template-columns: 1fr;
    }
    
    .admin-table {
        font-size: 0.85rem;
    }
    
    .admin-table th,
    .admin-table td {
        padding: 0.75rem 0.5rem;
    }
}

/* ============================================
   ADVANCED ENHANCEMENTS - ULTRA MODERN UI
   ============================================ */

/* Custom Scrollbar - Cyberpunk Style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--purple-main) 0%, var(--blue-electric) 100%);
    border-radius: 10px;
    border: 2px solid var(--bg-primary);
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--purple-light) 0%, var(--blue-cyan) 100%);
}

::-webkit-scrollbar-corner {
    background: var(--bg-primary);
}

/* Selection Color */
::selection {
    background: rgba(249, 115, 22, 0.4);
    color: var(--white);
}

::-moz-selection {
    background: rgba(249, 115, 22, 0.4);
    color: var(--white);
}

/* ============================================
   NEON GLOW EFFECTS
   ============================================ */
.neon-border {
    position: relative;
}

.neon-border::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, 
        var(--purple-main), 
        var(--blue-electric), 
        var(--blue-cyan), 
        var(--purple-main));
    background-size: 400% 400%;
    border-radius: inherit;
    z-index: -1;
    animation: neonRotate 3s linear infinite;
    filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.neon-border:hover::before {
    opacity: 1;
}

@keyframes neonRotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Pulsing Neon Glow */
.neon-pulse {
    animation: neonPulse 2s ease-in-out infinite;
}

@keyframes neonPulse {
    0%, 100% {
        box-shadow: 
            0 0 5px var(--purple-main),
            0 0 10px var(--purple-main),
            0 0 20px var(--purple-main),
            0 0 40px var(--purple-main);
    }
    50% {
        box-shadow: 
            0 0 10px var(--purple-light),
            0 0 20px var(--purple-light),
            0 0 40px var(--purple-light),
            0 0 80px var(--purple-light);
    }
}

/* ============================================
   ADVANCED LOADING ANIMATIONS
   ============================================ */
.loader-container {
    position: fixed;
    inset: 0;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-container.hidden {
    opacity: 0;
    visibility: hidden;
}

/* DNA Helix Loader */
.dna-loader {
    display: flex;
    gap: 8px;
    height: 50px;
    align-items: center;
}

.dna-loader span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--purple-main);
    animation: dnaWave 1.4s ease-in-out infinite;
}

.dna-loader span:nth-child(1) { animation-delay: 0s; }
.dna-loader span:nth-child(2) { animation-delay: 0.1s; background: var(--purple-light); }
.dna-loader span:nth-child(3) { animation-delay: 0.2s; background: var(--blue-electric); }
.dna-loader span:nth-child(4) { animation-delay: 0.3s; background: var(--blue-cyan); }
.dna-loader span:nth-child(5) { animation-delay: 0.4s; background: var(--purple-main); }

@keyframes dnaWave {
    0%, 100% { transform: translateY(0) scale(1); }
    25% { transform: translateY(-20px) scale(1.2); }
    50% { transform: translateY(0) scale(1); }
    75% { transform: translateY(20px) scale(0.8); }
}

/* Orbital Loader */
.orbit-loader {
    width: 60px;
    height: 60px;
    position: relative;
}

.orbit-loader::before,
.orbit-loader::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.orbit-loader::before {
    inset: 0;
    border: 3px solid rgba(249, 115, 22, 0.2);
    border-top-color: var(--purple-main);
    animation: orbitSpin 1s linear infinite;
}

.orbit-loader::after {
    inset: 8px;
    border: 3px solid rgba(59, 130, 246, 0.2);
    border-bottom-color: var(--blue-cyan);
    animation: orbitSpin 0.7s linear infinite reverse;
}

@keyframes orbitSpin {
    to { transform: rotate(360deg); }
}

/* Skeleton Loading */
.skeleton {
    background: linear-gradient(
        90deg,
        rgba(249, 115, 22, 0.1) 25%,
        rgba(249, 115, 22, 0.2) 50%,
        rgba(249, 115, 22, 0.1) 75%
    );
    background-size: 200% 100%;
    animation: skeletonShimmer 1.5s ease-in-out infinite;
    border-radius: 8px;
}

@keyframes skeletonShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ============================================
   ADVANCED BUTTON STYLES
   ============================================ */
.btn-cyber {
    position: relative;
    padding: 1rem 2rem;
    background: transparent;
    border: none;
    color: var(--white);
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-cyber::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent 30%, var(--purple-main) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.btn-cyber::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: var(--bg-primary);
    z-index: -1;
}

.btn-cyber:hover::before {
    transform: translateX(100%);
}

.btn-cyber:hover {
    color: var(--purple-light);
    text-shadow: 0 0 20px var(--purple-main);
}

/* Clip Path Button */
.btn-clip {
    position: relative;
    padding: 1rem 2.5rem;
    background: var(--gradient-purple);
    border: none;
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    transition: all 0.3s ease;
}

.btn-clip:hover {
    clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
    transform: scale(1.05);
}

/* Magnetic Button Effect */
.btn-magnetic {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--gradient-neon);
    border: none;
    border-radius: 12px;
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Liquid Fill Button */
.btn-liquid {
    position: relative;
    padding: 1rem 2rem;
    background: transparent;
    border: 2px solid var(--purple-main);
    border-radius: 50px;
    color: var(--purple-light);
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
}

.btn-liquid::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--gradient-purple);
    transition: height 0.4s ease;
    z-index: -1;
    border-radius: 50px;
}

.btn-liquid:hover {
    color: var(--white);
}

.btn-liquid:hover::before {
    height: 100%;
}

/* ============================================
   PARTICLE BACKGROUND
   ============================================ */
.particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--purple-main);
    border-radius: 50%;
    opacity: 0.6;
    animation: particleFloat 20s linear infinite;
}

.particle:nth-child(odd) {
    background: var(--blue-cyan);
}

.particle:nth-child(3n) {
    background: var(--red-fire);
    animation-duration: 25s;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) translateX(0) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
        transform: scale(1);
    }
    90% {
        opacity: 0.6;
    }
    100% {
        transform: translateY(-100vh) translateX(100px) scale(0);
        opacity: 0;
    }
}

/* ============================================
   ADVANCED CARD EFFECTS
   ============================================ */
.card-3d {
    perspective: 1000px;
}

.card-3d-inner {
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-3d:hover .card-3d-inner {
    transform: rotateY(180deg);
}

.card-3d-front,
.card-3d-back {
    backface-visibility: hidden;
    position: absolute;
    inset: 0;
}

.card-3d-back {
    transform: rotateY(180deg);
}

/* Holographic Card Effect */
.card-holo {
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(249, 115, 22, 0.3) 0%,
        rgba(59, 130, 246, 0.3) 25%,
        rgba(6, 182, 212, 0.3) 50%,
        rgba(239, 68, 68, 0.3) 75%,
        rgba(249, 115, 22, 0.3) 100%
    );
    background-size: 300% 300%;
    animation: holoShift 5s ease infinite;
    border-radius: 20px;
    padding: 2rem;
    overflow: hidden;
}

.card-holo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(255, 255, 255, 0.03) 2px,
        rgba(255, 255, 255, 0.03) 4px
    );
    pointer-events: none;
}

@keyframes holoShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Tilt Card on Hover */
.card-tilt {
    transition: transform 0.3s ease;
}

.card-tilt:hover {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) scale(1.02);
}

/* Spotlight Card */
.card-spotlight {
    position: relative;
    overflow: hidden;
}

.card-spotlight::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.card-spotlight:hover::after {
    opacity: 1;
}

/* ============================================
   TEXT EFFECTS
   ============================================ */
.text-gradient-animated {
    background: linear-gradient(
        90deg,
        var(--purple-main) 0%,
        var(--blue-electric) 25%,
        var(--blue-cyan) 50%,
        var(--red-fire) 75%,
        var(--purple-main) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textGradient 3s linear infinite;
}

@keyframes textGradient {
    to { background-position: 200% center; }
}

/* Glitch Text Effect */
.text-glitch {
    position: relative;
    animation: glitchText 2s infinite;
}

.text-glitch::before,
.text-glitch::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text-glitch::before {
    animation: glitchBefore 2s infinite;
    color: var(--blue-cyan);
    z-index: -1;
}

.text-glitch::after {
    animation: glitchAfter 2s infinite;
    color: var(--red-fire);
    z-index: -2;
}

@keyframes glitchText {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
}

@keyframes glitchBefore {
    0%, 100% { clip-path: inset(0 0 50% 0); transform: translate(-2px); }
    50% { clip-path: inset(50% 0 0 0); transform: translate(2px); }
}

@keyframes glitchAfter {
    0%, 100% { clip-path: inset(50% 0 0 0); transform: translate(2px); }
    50% { clip-path: inset(0 0 50% 0); transform: translate(-2px); }
}

/* Typewriter Effect */
.typewriter {
    overflow: hidden;
    border-right: 3px solid var(--purple-main);
    white-space: nowrap;
    animation: 
        typewrite 3s steps(30) 1s forwards,
        blinkCursor 0.75s step-end infinite;
}

@keyframes typewrite {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blinkCursor {
    50% { border-color: transparent; }
}

/* ============================================
   ADVANCED FORM STYLES
   ============================================ */
.input-futuristic {
    position: relative;
    margin-bottom: 1.5rem;
}

.input-futuristic input,
.input-futuristic textarea {
    width: 100%;
    padding: 1rem 1.25rem;
    background: rgba(249, 115, 22, 0.08);
    border: 2px solid rgba(249, 115, 22, 0.2);
    border-radius: 12px;
    color: var(--white);
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.input-futuristic input:focus,
.input-futuristic textarea:focus {
    border-color: var(--purple-main);
    background: rgba(249, 115, 22, 0.12);
    box-shadow: 
        0 0 0 4px rgba(249, 115, 22, 0.1),
        0 0 20px rgba(249, 115, 22, 0.2);
}

.input-futuristic label {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1rem;
    transition: all 0.3s ease;
    pointer-events: none;
    padding: 0 0.25rem;
    background: transparent;
}

.input-futuristic input:focus ~ label,
.input-futuristic input:not(:placeholder-shown) ~ label {
    top: 0;
    font-size: 0.8rem;
    color: var(--purple-light);
    background: var(--bg-secondary);
}

/* Neon Input */
.input-neon {
    position: relative;
}

.input-neon input {
    width: 100%;
    padding: 1rem;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(249, 115, 22, 0.3);
    color: var(--white);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.input-neon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-neon);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.input-neon:focus-within::after {
    width: 100%;
}

/* ============================================
   NOTIFICATION BADGES
   ============================================ */
.badge-pulse {
    position: relative;
}

.badge-pulse::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    width: 12px;
    height: 12px;
    background: var(--red-fire);
    border-radius: 50%;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
    }
}

/* ============================================
   TOOLTIP ENHANCED
   ============================================ */
.tooltip-cyber {
    position: relative;
    cursor: pointer;
}

.tooltip-cyber::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, var(--purple-deep) 0%, var(--bg-secondary) 100%);
    border: 1px solid var(--purple-main);
    border-radius: 8px;
    color: var(--white);
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(234, 88, 12, 0.3);
}

.tooltip-cyber::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: var(--purple-main);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.tooltip-cyber:hover::before,
.tooltip-cyber:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
}

/* ============================================
   PROGRESS BARS
   ============================================ */
.progress-cyber {
    width: 100%;
    height: 8px;
    background: rgba(249, 115, 22, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-cyber-bar {
    height: 100%;
    background: var(--gradient-neon);
    border-radius: 10px;
    position: relative;
    transition: width 0.5s ease;
}

.progress-cyber-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 100%
    );
    animation: progressShine 2s linear infinite;
}

@keyframes progressShine {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

/* Circular Progress */
.progress-circle {
    width: 80px;
    height: 80px;
    position: relative;
}

.progress-circle svg {
    transform: rotate(-90deg);
}

.progress-circle circle {
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
}

.progress-circle .bg {
    stroke: rgba(249, 115, 22, 0.2);
}

.progress-circle .progress {
    stroke: url(#gradient);
    stroke-dasharray: 226;
    stroke-dashoffset: calc(226 - (226 * var(--progress, 0)) / 100);
    transition: stroke-dashoffset 0.5s ease;
}

/* ============================================
   RIPPLE EFFECT
   ============================================ */
.ripple {
    position: relative;
    overflow: hidden;
}

.ripple::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}

.ripple:active::after {
    animation: rippleEffect 0.6s ease-out;
}

@keyframes rippleEffect {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* ============================================
   FLOATING ACTION BUTTON - DISABLED
   ============================================ */
/* Renamed from .fab to .floating-action-btn to avoid conflict with Font Awesome brand icons (.fab) */
.floating-action-btn {
    display: none !important;
    visibility: hidden !important;
}

/* Old floating action button styles - disabled
.floating-action-btn-old {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-purple);
    border: none;
    color: var(--white);
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(234, 88, 12, 0.5);
    transition: all 0.3s ease;
    z-index: 100;
}
*/

.floating-action-btn:hover {
    transform: none;
}

.floating-action-btn-menu {
    display: none !important;
}

.floating-action-btn:hover .floating-action-btn-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ============================================
   ACCORDION ENHANCED
   ============================================ */
.accordion-cyber {
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-cyber-header {
    padding: 1.25rem;
    background: rgba(249, 115, 22, 0.1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.accordion-cyber-header:hover {
    background: rgba(249, 115, 22, 0.15);
}

.accordion-cyber-header i {
    transition: transform 0.3s ease;
}

.accordion-cyber.active .accordion-cyber-header i {
    transform: rotate(180deg);
}

.accordion-cyber-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 1.25rem;
}

.accordion-cyber.active .accordion-cyber-content {
    max-height: 500px;
    padding: 1.25rem;
}

/* ============================================
   SWITCH TOGGLE
   ============================================ */
.switch-cyber {
    position: relative;
    width: 60px;
    height: 30px;
}

.switch-cyber input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-cyber-slider {
    position: absolute;
    inset: 0;
    background: rgba(249, 115, 22, 0.2);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.switch-cyber-slider::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 3px;
    bottom: 3px;
    background: var(--white);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.switch-cyber input:checked + .switch-cyber-slider {
    background: var(--gradient-purple);
}

.switch-cyber input:checked + .switch-cyber-slider::before {
    transform: translateX(30px);
}

/* ============================================
   ANIMATED COUNTERS
   ============================================ */
.counter-cyber {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--gradient-neon);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.counter-cyber::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--purple-light);
    -webkit-text-fill-color: var(--purple-light);
}

/* ============================================
   MOUSE FOLLOW CURSOR
   ============================================ */
.cursor-glow {
    position: fixed;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, var(--purple-main) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
    mix-blend-mode: screen;
}

.cursor-glow.active {
    width: 40px;
    height: 40px;
}

/* ============================================
   IMAGE EFFECTS
   ============================================ */
.img-hover-zoom {
    overflow: hidden;
    border-radius: 12px;
}

.img-hover-zoom img {
    transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/* Image Reveal */
.img-reveal {
    position: relative;
    overflow: hidden;
}

.img-reveal::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-purple);
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.8s ease;
    z-index: 1;
}

.img-reveal:hover::before {
    transform: scaleX(0);
    transform-origin: left;
}

/* ============================================
   DARK MODE ENHANCEMENTS
   ============================================ */
.dark-mode {
    --bg-primary: #050510;
    --bg-secondary: #0a0a20;
}

/* ============================================
   RESPONSIVE ENHANCEMENTS
   ============================================ */
@media (max-width: 768px) {
    .floating-action-btn {
        bottom: 1.5rem;
        right: 1.5rem;
        width: 50px;
        height: 50px;
    }
    
    .counter-cyber {
        font-size: 2rem;
    }
    
    .btn-cyber,
    .btn-clip,
    .btn-liquid {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Reduce animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   PREMIUM OBSIDIAN LUXURY ENHANCEMENTS
   ============================================ */

/* Premium Card - Obsidian Style */
.card-obsidian {
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s var(--ease-smooth);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.card-obsidian::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.5s var(--ease-smooth);
}

.card-obsidian:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, 0.15);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.6),
        0 0 60px rgba(249, 115, 22, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.card-obsidian:hover::before {
    opacity: 1;
}

/* Premium Gold Accent Card */
.card-gold {
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s var(--ease-smooth);
}

.card-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-royal), transparent);
}

.card-gold:hover {
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(212, 175, 55, 0.08);
}

/* Premium Button - Obsidian */
.btn-obsidian {
    padding: 1rem 2rem;
    background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: var(--white);
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s var(--ease-smooth);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.btn-obsidian::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s var(--ease-smooth);
}

.btn-obsidian:hover {
    border-color: rgba(249, 115, 22, 0.3);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(249, 115, 22, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.btn-obsidian:hover::before {
    opacity: 1;
}

/* Premium Button - Gold */
.btn-gold {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 50%, #d4af37 100%);
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.4s var(--ease-smooth);
    box-shadow: 
        0 4px 20px rgba(212, 175, 55, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 8px 30px rgba(212, 175, 55, 0.5),
        0 0 40px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Premium Input - Obsidian */
.input-obsidian {
    width: 100%;
    padding: 1rem 1.25rem;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    color: var(--white);
    font-size: 1rem;
    transition: all 0.4s var(--ease-smooth);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
}

.input-obsidian::placeholder {
    color: var(--text-muted);
}

.input-obsidian:focus {
    outline: none;
    border-color: rgba(249, 115, 22, 0.4);
    box-shadow: 
        0 0 0 3px rgba(249, 115, 22, 0.1),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Premium Badge */
.badge-premium {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    color: var(--gold-royal);
    font-size: 0.85rem;
    font-weight: 500;
}

.badge-premium i {
    color: var(--gold-royal);
}

/* Premium Divider */
.divider-premium {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 2rem 0;
}

.divider-gold {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
    margin: 2rem 0;
}

/* Premium Section Header */
.section-premium {
    text-align: center;
    margin-bottom: 4rem;
}

.section-premium .badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: rgba(249, 115, 22, 0.1);
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 50px;
    color: var(--purple-light);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-premium h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-premium p {
    color: var(--text-tertiary);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Premium Stat Card */
.stat-premium {
    background: linear-gradient(145deg, rgba(20, 20, 20, 0.95) 0%, rgba(15, 15, 15, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.5s var(--ease-smooth);
}

.stat-premium:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, 0.2);
}

.stat-premium .number {
    font-family: 'Orbitron', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--gradient-purple);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.stat-premium .label {
    color: var(--text-tertiary);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Premium Avatar */
.avatar-premium {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--purple-main) 0%, var(--purple-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}

/* Premium Table */
.table-premium {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(15, 15, 15, 0.95);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.table-premium th {
    padding: 1rem 1.5rem;
    background: rgba(10, 10, 10, 0.95);
    color: var(--text-tertiary);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.table-premium td {
    padding: 1rem 1.5rem;
    color: var(--text-secondary);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.table-premium tbody tr {
    transition: background 0.3s var(--ease-smooth);
}

.table-premium tbody tr:hover {
    background: rgba(249, 115, 22, 0.05);
}

.table-premium tbody tr:last-child td {
    border-bottom: none;
}

/* Premium Loading Shimmer */
.shimmer-obsidian {
    background: linear-gradient(
        90deg,
        rgba(20, 20, 20, 1) 0%,
        rgba(30, 30, 30, 1) 50%,
        rgba(20, 20, 20, 1) 100%
    );
    background-size: 200% 100%;
    animation: shimmerObsidian 1.5s infinite;
    border-radius: 8px;
}

@keyframes shimmerObsidian {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Premium Glow Effects */
.glow-purple {
    box-shadow: 0 0 30px rgba(249, 115, 22, 0.3), 0 0 60px rgba(249, 115, 22, 0.15);
}

.glow-gold {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3), 0 0 60px rgba(212, 175, 55, 0.15);
}

.glow-subtle {
    box-shadow: 0 0 40px rgba(249, 115, 22, 0.08);
}

/* Premium Text Effects */
.text-gold {
    color: var(--gold-royal);
}

.text-gradient-gold {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Premium Icon Container */
.icon-premium {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.1);
    border: 1px solid rgba(249, 115, 22, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--purple-main);
    transition: all 0.4s var(--ease-smooth);
}

.icon-premium:hover {
    background: rgba(249, 115, 22, 0.15);
    border-color: rgba(249, 115, 22, 0.3);
    transform: scale(1.05);
}

/* Noise Texture Overlay */
.texture-noise::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.015;
    pointer-events: none;
    z-index: 0;
}

/* Premium Focus Ring */
.focus-premium:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.5), 0 0 0 4px rgba(249, 115, 22, 0.2);
}

/* Premium Scrollbar */
.scrollbar-premium::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollbar-premium::-webkit-scrollbar-track {
    background: rgba(15, 15, 15, 0.95);
}

.scrollbar-premium::-webkit-scrollbar-thumb {
    background: rgba(249, 115, 22, 0.3);
    border-radius: 3px;
}

.scrollbar-premium::-webkit-scrollbar-thumb:hover {
    background: rgba(249, 115, 22, 0.5);
}
/* ============================================
   GRIZZLY LOADING ANIMATIONS
   ============================================ */
   
/* Main Grizzly Loader Overlay */
.grizzly-loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(13, 13, 13, 0.95);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s var(--ease-smooth);
}

.grizzly-loader-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Paw Print Loader */
.paw-loader {
    width: 80px;
    height: 80px;
    position: relative;
    animation: pawBounce 1.5s ease-in-out infinite;
}

.paw-loader::before {
    content: '🐾';
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 20px rgba(249, 115, 22, 0.5));
}

@keyframes pawBounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-15px) rotate(-5deg); }
    50% { transform: translateY(0) rotate(0deg); }
    75% { transform: translateY(-10px) rotate(5deg); }
}

/* Orange Pulse Loader */
.orange-pulse-loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ea580c, #f97316, #fb923c);
    position: relative;
    animation: orangePulse 1.4s ease-in-out infinite;
}

.orange-pulse-loader::before,
.orange-pulse-loader::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f97316;
    animation: orangeRing 1.2s linear infinite;
}

.orange-pulse-loader::after {
    inset: -20px;
    border-top-color: #fb923c;
    animation-delay: 0.3s;
    animation-duration: 1.5s;
}

@keyframes orangePulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 30px rgba(249, 115, 22, 0.5); }
    50% { transform: scale(1.1); box-shadow: 0 0 50px rgba(249, 115, 22, 0.8); }
}

@keyframes orangeRing {
    to { transform: rotate(360deg); }
}

/* Loading Text */
.grizzly-loader-text {
    margin-top: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-secondary);
    letter-spacing: 1px;
}

.grizzly-loader-text span {
    color: #f97316;
    font-weight: 600;
}

/* Dots Animation */
.loading-dots {
    display: inline-flex;
    gap: 4px;
    margin-left: 8px;
}

.loading-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f97316;
    animation: dotBounce 1.4s ease-in-out infinite;
}

.loading-dots span:nth-child(1) { animation-delay: 0s; }
.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes dotBounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

/* Number Card Loading Effect */
.number-card-loading {
    position: relative;
    overflow: hidden;
}

.number-card-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(249, 115, 22, 0.1) 50%,
        transparent 100%
    );
    animation: cardShimmer 1.5s infinite;
}

@keyframes cardShimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Button Loading State */
.btn-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.btn-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: btnSpinner 0.8s linear infinite;
}

@keyframes btnSpinner {
    to { transform: rotate(360deg); }
}

/* SMS Wait Animation */
.sms-wait-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px;
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 12px;
}

.sms-wait-animation .phone-icon {
    font-size: 32px;
    animation: phoneRing 1s ease-in-out infinite;
}

@keyframes phoneRing {
    0%, 100% { transform: rotate(0deg); }
    10% { transform: rotate(-15deg); }
    20% { transform: rotate(15deg); }
    30% { transform: rotate(-15deg); }
    40% { transform: rotate(15deg); }
    50% { transform: rotate(0deg); }
}

.sms-wait-animation .wait-text {
    font-size: 1rem;
    color: var(--text-secondary);
}

.sms-wait-animation .wait-text span {
    color: #f97316;
    font-weight: 600;
}

/* Progress Bar Animation */
.grizzly-progress {
    width: 200px;
    height: 6px;
    background: rgba(249, 115, 22, 0.15);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 16px;
}

.grizzly-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ea580c, #f97316, #fb923c);
    border-radius: 3px;
    animation: progressWave 2s ease-in-out infinite;
}

@keyframes progressWave {
    0% { width: 0%; }
    50% { width: 70%; }
    100% { width: 100%; }
}

/* Toast Notifications - Grizzly Style */
.grizzly-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #1a1a1a 0%, #121212 100%);
    border: 1px solid rgba(249, 115, 22, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(249, 115, 22, 0.1);
    color: var(--text-primary);
    font-family: 'Poppins', sans-serif;
    z-index: 10001;
    transform: translateX(120%);
    transition: transform 0.4s var(--ease-spring);
}

.grizzly-toast.show {
    transform: translateX(0);
}

.grizzly-toast.success {
    border-color: rgba(16, 185, 129, 0.4);
}

.grizzly-toast.error {
    border-color: rgba(239, 68, 68, 0.4);
}

.grizzly-toast-icon {
    font-size: 20px;
    margin-right: 12px;
}

/* ============================================
   PROFESSIONAL ENHANCEMENTS - UNIFIED STYLING
   ============================================ */

/* Enhanced Auth Pages */
.auth-card {
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.98) 0%, rgba(13, 13, 13, 0.99) 100%);
    border: 1px solid rgba(249, 115, 22, 0.15);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.auth-card .nav-brand i {
    color: #f97316;
    -webkit-text-fill-color: #f97316;
    filter: drop-shadow(0 0 15px rgba(249, 115, 22, 0.6));
}

.auth-header h1 {
    background: linear-gradient(135deg, #ffffff 0%, #fb923c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Enhanced Brand Highlight */
.brand-text .highlight {
    color: #f97316 !important;
    -webkit-text-fill-color: #f97316 !important;
    text-shadow: 0 0 20px rgba(249, 115, 22, 0.5);
}

/* Enhanced Form Inputs */
.form-input,
.form-select {
    background: linear-gradient(145deg, rgba(13, 13, 13, 0.98) 0%, rgba(18, 18, 18, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 1.25rem;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input:focus,
.form-select:focus {
    border-color: rgba(249, 115, 22, 0.6);
    box-shadow: 
        0 0 0 4px rgba(249, 115, 22, 0.1),
        0 4px 20px rgba(249, 115, 22, 0.15),
        inset 0 0 0 1px rgba(249, 115, 22, 0.2);
    background: rgba(18, 18, 18, 0.98);
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

/* Enhanced Filter Group Labels */
.filter-group label {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.625rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-group label i {
    font-size: 0.9rem;
    color: #f97316;
}

/* Enhanced Primary Buttons */
.btn-primary {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 50%, #fb923c 100%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
    background-position: 100% 0%;
    transform: translateY(-3px);
    box-shadow: 
        0 10px 35px rgba(249, 115, 22, 0.45),
        0 5px 15px rgba(234, 88, 12, 0.35);
}

.btn-primary:active {
    transform: translateY(-1px);
}

/* Enhanced Page Titles */
.page-title {
    background: linear-gradient(135deg, #ffffff 0%, #f97316 60%, #fb923c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.page-title i {
    color: #f97316;
    -webkit-text-fill-color: #f97316;
    margin-right: 0.5rem;
}

/* Enhanced Cards - Glassmorphism */
.glassmorphism {
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.95) 0%, rgba(13, 13, 13, 0.98) 100%);
    border: 1px solid rgba(249, 115, 22, 0.12);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.glassmorphism:hover {
    border-color: rgba(249, 115, 22, 0.25);
    box-shadow: 
        0 12px 45px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(249, 115, 22, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Enhanced Alerts */
.alert {
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(10px);
}

.alert-success {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.1) 100%);
    border: 1px solid rgba(16, 185, 129, 0.35);
}

.alert-error {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
    border: 1px solid rgba(239, 68, 68, 0.35);
}

.alert-warning {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(217, 119, 6, 0.1) 100%);
    border: 1px solid rgba(245, 158, 11, 0.35);
}

.alert i {
    font-size: 1.25rem;
}

/* Enhanced Order Cards */
.order-card {
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.95) 0%, rgba(13, 13, 13, 0.98) 100%);
    border: 1px solid rgba(249, 115, 22, 0.12);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.order-card:hover {
    border-color: rgba(249, 115, 22, 0.3);
    transform: translateY(-4px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(249, 115, 22, 0.15);
}

/* Enhanced Admin Stats */
.admin-stat-card {
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.95) 0%, rgba(13, 13, 13, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.admin-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(249, 115, 22, 0.25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.admin-stat-card::before {
    background: linear-gradient(90deg, #ea580c, #f97316, #fb923c);
}

/* Enhanced Admin Table */
.admin-table th {
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.12) 0%, rgba(249, 115, 22, 0.05) 100%);
    color: #fb923c;
    font-weight: 700;
    border-bottom: 2px solid rgba(249, 115, 22, 0.2);
}

.admin-table tr {
    transition: all 0.2s ease;
}

.admin-table tr:hover {
    background: rgba(249, 115, 22, 0.08);
}

/* Enhanced Profile Card */
.profile-card {
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.95) 0%, rgba(13, 13, 13, 0.98) 100%);
    border: 1px solid rgba(249, 115, 22, 0.15);
}

.profile-avatar {
    background: linear-gradient(135deg, #ea580c 0%, #f97316 50%, #fb923c 100%);
    box-shadow: 
        0 8px 30px rgba(249, 115, 22, 0.4),
        0 0 0 4px rgba(249, 115, 22, 0.1);
}

.profile-name {
    background: linear-gradient(135deg, #ffffff 0%, #fb923c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Enhanced Balance Card */
.balance-card {
    background: linear-gradient(135deg, #c2410c 0%, #ea580c 50%, #f97316 100%);
    border: none;
    box-shadow: 
        0 10px 40px rgba(194, 65, 12, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.balance-value {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Enhanced Empty State */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgba(22, 22, 22, 0.9) 0%, rgba(13, 13, 13, 0.95) 100%);
    border-radius: 20px;
}

.empty-state i {
    font-size: 4rem;
    color: rgba(249, 115, 22, 0.3);
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    color: var(--text-primary);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.empty-state p {
    color: var(--text-secondary);
    font-size: 1rem;
}

/* Enhanced Links */
a:not(.btn-primary):not(.btn-secondary):not(.nav-link):not(.nav-brand) {
    transition: color 0.25s ease;
}

/* Focus States for Accessibility */
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 2px solid rgba(249, 115, 22, 0.6);
    outline-offset: 2px;
}

/* Smooth Page Transitions */
.main-content {
    animation: fadeInPage 0.4s ease-out;
}

@keyframes fadeInPage {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}