        :root {
            --glass-bg: rgba(255, 255, 255, 0.1);
            --glass-border: rgba(255, 255, 255, 0.2);
            --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
            --primary-color: #ffc107;
            --secondary-color: #9d4edd;
            --dark-bg: #121212;
            --text-primary: #ffffff;
            --text-secondary: rgba(255, 255, 255, 0.7);
            --border-color: rgba(255, 255, 255, 0.1);
        }
    
        html, body {
            height: 100%;
            margin: 0;
        }
                .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            width: 100%;
            padding-right: var(--bs-gutter-x, .1rem);
            padding-left: var(--bs-gutter-x, .1rem); 
            margin-right: auto;
            margin-left: auto;
        }

.tech-card {
    position: relative;
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 0;
    margin-bottom: 16px;
    box-shadow: var(--shadow-primary);
    overflow: hidden;
    border: 1px solid var(--glass-border);
    color: white;
}
  
        .glass-nav {
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--glass-border);
        }
        
        .btn-glass {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            transition: all 0.3s ease;
        }
        
        .btn-glass:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.3);
            color: white;
        }
        
        .form-control-glass {
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
        }
        
        .form-control-glass::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }
        
        .form-control-glass:focus {
            background: rgba(255, 255, 255, 0.15);
            border-color: rgba(255, 255, 255, 0.3);
            color: white;
            box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
        }
        
        .energy-badge {
            background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
        }
        
        .vip-badge {
            background: linear-gradient(45deg, #FFD700 0%, #FFA500 100%);
            color: #000;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
        }
        .bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(180deg, #00000024 0%, #01000252 100%);
            backdrop-filter: blur(10px);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            z-index: 1000;
            padding: 10px 0;
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
        }
        
        .nav-container {
            max-width: 480px;
            margin: 0 auto;
            padding: 0 16px;
        }
        
        .nav-items {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
        
        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.6);
            padding: 8px 12px;
            border-radius: 12px;
            transition: all 0.3s ease;
            min-width: 70px;
        }
        
        .nav-item:hover {
            color: var(--primary-color);
            background: rgba(255, 193, 7, 0.1);
        }
        
        .nav-item.active {
            color: var(--primary-color);
            background: rgba(255, 193, 7, 0.15);
        }
        
        .nav-icon {
            font-size: 20px;
            margin-bottom: 4px;
        }
        
        .nav-label {
            font-size: 12px;
            font-weight: 500;
        }
        
        .nav-badge {
            position: absolute;
            top: 0;
            right: 0;
            background: #dc3545;
            color: white;
            font-size: 10px;
            padding: 2px 5px;
            border-radius: 10px;
            min-width: 16px;
            text-align: center;
        }
        .top-navbar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: linear-gradient(180deg, #1a1a2e00 0%, #16213e00 100%);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--border-color);
            z-index: 1000;
            padding: 6px 0;
        }
        
        .nav-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 16px;
            max-width: 480px;
            margin: 0 auto;
        }
        
        .nav-back {
            color: var(--text-primary);
            font-size: 18px;
            text-decoration: none;
            padding: 8px;
            border-radius: 8px;
            transition: all 0.2s;
        }
        
        .nav-back:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        
        .nav-title {
            color: var(--text-primary);
            font-size: 18px;
            font-weight: 600;
        }
        
        .nav-placeholder {
            width: 40px;
        }
        .mobile-container {
            width: 100%;
        /*    min-height: 100vh;
            background: #1a1a2e42;*/
            padding: 0;
        }
        .main-content {
            padding-top: 45px;
            padding-bottom: 40px;
            padding-left: 16px;
            padding-right: 16px;
            max-width: 480px;
            margin: 0 auto;
            border-radius: 14px;
            overflow: hidden;
            color: #ffffff00;
        }
        @media (max-width: 374px) {
            .nav-item {
                min-width: 60px;
                padding: 6px 8px;
            }
            
            .nav-icon {
                font-size: 18px;
            }
            
            .nav-label {
                font-size: 11px;
            }
        }
        @media (min-width: 768px) {
            .bottom-nav {
                max-width: 480px;
                left: 50%;
                transform: translateX(-50%);
                border-radius: 20px 20px 0 0;
            }
            
            .nav-container {
                padding: 0 20px;
            }
            
            .mobile-container {
                max-width: 480px;
                margin: 0 auto;
                box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
                min-height: 100vh;
                position: relative;
            }
            
            body {
                background: #0f0f1a;
                padding: 20px 0;
            }
        }
        .alert {
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
        }
        
        .alert-success {
            background: rgba(40, 167, 69, 0.2);
            border-color: rgba(40, 167, 69, 0.3);
            color: #a3d9b1;
        }
        
        .alert-danger {
            background: rgba(220, 53, 69, 0.2);
            border-color: rgba(220, 53, 69, 0.3);
            color: #f5c6cb;
        }
        
        .btn-close {
            filter: invert(1) grayscale(100%) brightness(200%);
        }
        @supports (-webkit-overflow-scrolling: touch) {
            .mobile-container,
            .main-content {
                padding-top: 40px;
                padding-top: 25px;
            }
            @media all and (display-mode: standalone) {
                body {
                    background-color: {{ $pwaBackgroundColor ?? '#000000' }};
                }
                
                .top-navbar {
                    padding-top: constant(safe-area-inset-top);
                    padding-top: env(safe-area-inset-top);
                    background: {{ $pwaBackgroundColor ?? '#000000' }};
                }
            }
        }