/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=VT323&family=Press+Start+2P&display=swap');

/* Root Variables - Thermal Vision Color Palette */
:root {
    --thermal-red: #ff0040;
    --thermal-orange: #ff6600;
    --thermal-yellow: #ffff00;
    --thermal-green: #00ff40;
    --thermal-cyan: #00ffff;
    --thermal-blue: #0080ff;
    --thermal-purple: #8000ff;
    --thermal-magenta: #ff00ff;
    --deep-space: #0a0020;
    --thermal-black: #200020;
    --hologram: linear-gradient(45deg, #ff0040, #ff6600, #ffff00, #00ff40, #00ffff, #8000ff);
    --thermal-gradient: radial-gradient(circle, #ff0040 0%, #ff6600 20%, #ffff00 40%, #00ff40 60%, #00ffff 80%, #8000ff 100%);
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: 
        radial-gradient(circle at 30% 70%, rgba(255, 0, 64, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 102, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 10% 10%, rgba(255, 255, 0, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(0, 255, 64, 0.05) 0%, transparent 40%),
        linear-gradient(135deg, var(--deep-space) 0%, var(--thermal-black) 50%, var(--deep-space) 100%) !important;
    font-family: 'Orbitron', monospace !important;
    color: var(--thermal-cyan) !important;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    animation: subtleThermalShift 20s ease-in-out infinite alternate;
    background-image: none !important; /* Override your fish gif */
}

@keyframes subtleThermalShift {
    0% { filter: hue-rotate(0deg) saturate(1.1); }
    50% { filter: hue-rotate(60deg) saturate(1.2); }
    100% { filter: hue-rotate(120deg) saturate(1.1); }
}

/* Thermal Grid Overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(rgba(255, 0, 64, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 102, 0, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.6;
    animation: subtleThermalGrid 30s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes subtleThermalGrid {
    0% { 
        transform: translate(0, 0);
        filter: hue-rotate(0deg);
    }
    100% { 
        transform: translate(50px, 50px);
        filter: hue-rotate(180deg);
    }
}

/* Scanlines Effect */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(255, 0, 64, 0.01) 50%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 9999;
    animation: subtleThermalScanlines 0.2s linear infinite;
}

@keyframes subtleThermalScanlines {
    0% { transform: translateY(0); }
    100% { transform: translateY(4px); }
}

/* Override MUI AppBar / Navigation */
.MuiAppBar-root {
    background: rgba(10, 0, 32, 0.9) !important;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--thermal-red) !important;
    box-shadow: 0 0 30px var(--thermal-orange) !important;
}

/* Style the title */
.MuiToolbar-root h2 {
    font-family: 'Press Start 2P', monospace !important;
    font-size: 1.2rem !important;
    background: var(--hologram);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    animation: glitchText 3s ease-in-out infinite;
    margin: 0;
    padding: 10px 0;
}

@keyframes glitchText {
    0%, 90% { transform: translate(0); }
    95% { transform: translate(-2px, 2px); }
    97% { transform: translate(2px, -2px); }
    99% { transform: translate(-1px, 1px); }
    100% { transform: translate(0); }
}

/* Navigation Links */
.MuiButton-root {
    font-family: 'VT323', monospace !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    position: relative;
    color: var(--thermal-cyan) !important;
}

.MuiButton-root a {
    color: var(--thermal-cyan) !important;
    text-decoration: none !important;
}

.MuiButton-root:hover {
    background-color: transparent !important;
}

.MuiButton-root:hover a {
    color: var(--thermal-red) !important;
    text-shadow: 0 0 15px var(--thermal-orange);
}

.MuiButton-root::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--thermal-red), var(--thermal-yellow), var(--thermal-green));
    transition: width 0.3s ease;
}

.MuiButton-root:hover::after {
    width: 80%;
}

/* Hero/Home Section */
#home {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 60px 0;
}

#home::before {
    content: 'W O M E N  F I S H  &  M E';
    font-family: 'Orbitron', monospace;
    font-size: 4rem;
    font-weight: 900;
    background: var(--hologram);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 8px;
    animation: neonPulse 2s ease-in-out infinite alternate;
}

#home::after {
    content: '自己探求 - EXISTENTIAL HEADWEAR FOR THE DIGITAL AGE';
    position: absolute;
    bottom: 20px;
    font-family: 'VT323', monospace;
    font-size: 1.8rem;
    color: var(--thermal-yellow);
    text-transform: uppercase;
    letter-spacing: 4px;
    animation: thermalTypewriter 3s steps(30) infinite;
    text-shadow: 0 0 10px var(--thermal-orange);
}

@keyframes neonPulse {
    0% { 
        filter: hue-rotate(0deg) brightness(1);
        text-shadow: 0 0 20px var(--thermal-red);
    }
    50% { 
        filter: hue-rotate(30deg) brightness(1.1);
        text-shadow: 0 0 25px var(--thermal-orange);
    }
    100% { 
        filter: hue-rotate(60deg) brightness(1);
        text-shadow: 0 0 20px var(--thermal-yellow);
    }
}

@keyframes thermalTypewriter {
    0%, 50% { 
        opacity: 1;
        color: var(--thermal-yellow);
    }
    51%, 100% { 
        opacity: 0.7;
        color: var(--thermal-green);
    }
}

/* Products Container */
#allProducts {
    padding: 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

/* Override MUI ImageList */
.MuiImageList-root {
    gap: 40px !important;
    padding: 0 !important;
}

/* Product Cards - Override MUI ImageListItem */
.MuiImageListItem-root {
    background: rgba(10, 0, 32, 0.8) !important;
    border: 2px solid var(--thermal-red) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: all 0.4s ease !important;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 0 20px var(--thermal-orange),
        inset 0 0 20px rgba(255, 102, 0, 0.1) !important;
}

/* Thermal border animation */
.MuiImageListItem-root::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--thermal-gradient);
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: subtleThermalBorder 8s ease-in-out infinite;
}

@keyframes subtleThermalBorder {
    0%, 100% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(120deg); }
}

.MuiImageListItem-root:hover::before {
    opacity: 1;
}

.MuiImageListItem-root:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 
        0 20px 40px var(--thermal-red),
        0 0 60px var(--thermal-yellow) !important;
}

/* Product Images */
.MuiImageListItem-root img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    filter: 
        contrast(1.3) 
        saturate(1.3) 
        hue-rotate(10deg)
        brightness(1.1) !important;
    transition: all 0.3s ease !important;
}

.MuiImageListItem-root:hover img {
    filter: 
        contrast(1.4) 
        saturate(1.5) 
        hue-rotate(30deg)
        brightness(1.2) !important;
    transform: scale(1.05) !important;
}

/* Thermal sweep effect on images */
.MuiImageListItem-root::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background: 
        linear-gradient(45deg, 
            transparent 40%, 
            rgba(255, 0, 64, 0.08) 45%,
            rgba(255, 102, 0, 0.08) 50%, 
            rgba(255, 255, 0, 0.08) 55%,
            transparent 60%);
    animation: subtleThermalSweep 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes subtleThermalSweep {
    0%, 80% { 
        transform: translateX(-100%);
        opacity: 0;
    }
    90%, 100% { 
        transform: translateX(100%);
        opacity: 1;
    }
}

/* Product Info Bar */
.MuiImageListItemBar-root {
    background: rgba(10, 0, 32, 0.95) !important;
    padding: 15px !important;
}

.MuiImageListItemBar-title {
    font-family: 'Orbitron', monospace !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

.MuiImageListItemBar-root a {
    color: var(--thermal-cyan) !important;
    text-decoration: none !important;
    text-shadow: 0 0 15px var(--thermal-green) !important;
    transition: all 0.3s ease;
}

.MuiImageListItemBar-root a:hover {
    color: var(--thermal-yellow) !important;
    text-shadow: 0 0 20px var(--thermal-orange) !important;
}

.MuiImageListItemBar-subtitle {
    font-family: 'Press Start 2P', monospace !important;
    font-size: 1.2rem !important;
    background: linear-gradient(45deg, var(--thermal-orange), var(--thermal-red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 10px !important;
    animation: thermalPriceGlow 2s ease-in-out infinite alternate;
}

@keyframes thermalPriceGlow {
    0% { 
        filter: brightness(1);
        text-shadow: 0 0 10px var(--thermal-orange);
    }
    100% { 
        filter: brightness(1.4);
        text-shadow: 0 0 20px var(--thermal-red);
    }
}

/* Single Product Page */
#singleProduct {
    padding: 40px;
    position: relative;
    z-index: 5;
}

.MuiPaper-root {
    background: rgba(10, 0, 32, 0.8) !important;
    border: 2px solid var(--thermal-red) !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 
        0 0 30px var(--thermal-orange),
        inset 0 0 20px rgba(255, 102, 0, 0.1) !important;
}

#singleProduct h2 {
    font-family: 'Orbitron', monospace !important;
    font-size: 2rem !important;
    background: var(--hologram);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    text-shadow: 0 0 20px var(--thermal-cyan);
}

#singleProduct .MuiTypography-root {
    color: var(--thermal-yellow) !important;
    font-family: 'VT323', monospace !important;
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
}

#singleProduct .MuiButton-contained {
    background: linear-gradient(45deg, var(--thermal-red), var(--thermal-orange)) !important;
    border: none !important;
    color: white !important;
    padding: 15px 30px !important;
    font-family: 'Orbitron', monospace !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 20px var(--thermal-red) !important;
}

#singleProduct .MuiButton-contained::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

#singleProduct .MuiButton-contained:hover::before {
    left: 100%;
}

#singleProduct .MuiButton-contained:hover {
    background: linear-gradient(45deg, var(--thermal-orange), var(--thermal-yellow)) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px var(--thermal-orange) !important;
}

/* Cart Styles */
#cart, #checkoutform {
    padding: 40px;
    min-height: 70vh;
    position: relative;
    z-index: 5;
}

#cart h1, #checkoutform h1 {
    font-family: 'Orbitron', monospace !important;
    font-size: 3rem !important;
    background: var(--hologram);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase !important;
    text-align: center;
    margin-bottom: 40px !important;
}

/* Form Styles */
form {
    background: rgba(10, 0, 32, 0.8);
    border: 2px solid var(--thermal-cyan);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px var(--thermal-cyan);
    max-width: 600px;
    margin: 0 auto;
}

form div {
    margin: 20px 0 !important;
    display: block !important;
}

label {
    color: var(--thermal-cyan) !important;
    font-family: 'VT323', monospace !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    display: block !important;
    margin-bottom: 10px !important;
}

input, .MuiInput-root input {
    background: rgba(0, 255, 255, 0.05) !important;
    border: 1px solid var(--thermal-cyan) !important;
    border-radius: 5px !important;
    color: var(--thermal-yellow) !important;
    font-family: 'VT323', monospace !important;
    font-size: 1.1rem !important;
    padding: 10px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}

input:focus, .MuiInput-root input:focus {
    outline: none !important;
    border-color: var(--thermal-orange) !important;
    box-shadow: 0 0 15px var(--thermal-orange) !important;
    background: rgba(255, 102, 0, 0.05) !important;
}

/* All Buttons */
button, .MuiButton-contained {
    background: linear-gradient(45deg, var(--thermal-red), var(--thermal-orange)) !important;
    border: none !important;
    color: white !important;
    padding: 15px 32px !important;
    font-family: 'Orbitron', monospace !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 20px var(--thermal-red) !important;
    margin: 10px 0 !important;
}

button::before, .MuiButton-contained::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

button:hover::before, .MuiButton-contained:hover::before {
    left: 100%;
}

button:hover, .MuiButton-contained:hover {
    background: linear-gradient(45deg, var(--thermal-orange), var(--thermal-yellow)) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px var(--thermal-orange) !important;
}

/* Special button variants */
#goog, #confirm, #userhome, #logsub {
    background: linear-gradient(45deg, var(--thermal-cyan), var(--thermal-green)) !important;
}

#goog:hover, #confirm:hover, #userhome:hover, #logsub:hover {
    background: linear-gradient(45deg, var(--thermal-green), var(--thermal-yellow)) !important;
    box-shadow: 0 10px 30px var(--thermal-green) !important;
}

/* Footer styles if you add one */
footer {
    background: rgba(10, 0, 32, 0.9);
    border-top: 2px solid var(--thermal-green);
    padding: 40px 0;
    text-align: center;
    margin-top: 100px;
    position: relative;
}

footer p {
    font-family: 'VT323', monospace;
    font-size: 1.2rem;
    color: var(--thermal-cyan);
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .MuiToolbar-root {
        flex-direction: column;
        padding: 20px !important;
    }
    
    .MuiToolbar-root h2 {
        font-size: 0.9rem !important;
        text-align: center;
        margin-bottom: 20px !important;
    }
    
    #home::before {
        font-size: 2rem;
        letter-spacing: 4px;
        text-align: center;
    }
    
    #home::after {
        font-size: 1.2rem;
        text-align: center;
        padding: 0 20px;
    }
    
    .MuiImageList-root {
        grid-template-columns: 1fr !important;
    }
}

/* Loading animation */
@keyframes thermalLoad {
    0% { 
        background-position: -200% center;
    }
    100% { 
        background-position: 200% center;
    }
}

.loading {
    background: linear-gradient(90deg, 
        var(--thermal-red) 0%, 
        var(--thermal-orange) 25%, 
        var(--thermal-yellow) 50%, 
        var(--thermal-green) 75%, 
        var(--thermal-cyan) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: thermalLoad 2s linear infinite;
}

/* Override any remaining default styles */
a {
    color: var(--thermal-cyan) !important;
    text-decoration: none !important;
}

a:visited {
    color: var(--thermal-cyan) !important;
}

a:hover {
    color: var(--thermal-orange) !important;
    text-shadow: 0 0 10px var(--thermal-orange);
}

/* Typography overrides */
.MuiTypography-h1,
.MuiTypography-h2,
.MuiTypography-h3,
.MuiTypography-h4,
.MuiTypography-h5,
.MuiTypography-h6 {
    font-family: 'Orbitron', monospace !important;
    color: var(--thermal-cyan) !important;
}

.MuiTypography-body1,
.MuiTypography-body2 {
    font-family: 'VT323', monospace !important;
    color: var(--thermal-yellow) !important;
}

/* Thermal Vision CSS - Women Fish & Me */
/* Add this file as public/thermal-vision.css */

:root {
    /* Thermal Vision Color Palette */
    --thermal-red: #ff0040;
    --thermal-orange: #ff6600;
    --thermal-yellow: #ffff00;
    --thermal-green: #00ff40;
    --thermal-cyan: #00ffff;
    --thermal-blue: #0080ff;
    --thermal-purple: #8000ff;
    --thermal-magenta: #ff00ff;
    --deep-space: #0a0020;
    --thermal-black: #200020;
    --hologram: linear-gradient(45deg, #ff0040, #ff6600, #ffff00, #00ff40, #00ffff, #8000ff);
    --thermal-gradient: radial-gradient(circle, #ff0040 0%, #ff6600 20%, #ffff00 40%, #00ff40 60%, #00ffff 80%, #8000ff 100%);
}

/* Override Material-UI styles with thermal vision */
body {
    background: 
        radial-gradient(circle at 30% 70%, rgba(255, 0, 64, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 102, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 10% 10%, rgba(255, 255, 0, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(0, 255, 64, 0.05) 0%, transparent 40%),
        linear-gradient(135deg, var(--deep-space) 0%, var(--thermal-black) 50%, var(--deep-space) 100%) !important;
    font-family: 'Orbitron', monospace !important;
    color: var(--thermal-cyan) !important;
    animation: subtleThermalShift 20s ease-in-out infinite alternate;
}

@keyframes subtleThermalShift {
    0% { filter: hue-rotate(0deg) saturate(1.1); }
    50% { filter: hue-rotate(60deg) saturate(1.2); }
    100% { filter: hue-rotate(120deg) saturate(1.1); }
}

/* Subtle thermal grid background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(rgba(255, 0, 64, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 102, 0, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.6;
    animation: subtleThermalGrid 30s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes subtleThermalGrid {
    0% { 
        transform: translate(0, 0);
        filter: hue-rotate(0deg);
    }
    100% { 
        transform: translate(50px, 50px);
        filter: hue-rotate(180deg);
    }
}

/* Material-UI Component Overrides */
.MuiAppBar-root {
    background: rgba(10, 0, 32, 0.9) !important;
    backdrop-filter: blur(10px) !important;
    border-bottom: 2px solid var(--thermal-red) !important;
    box-shadow: 0 0 30px var(--thermal-orange) !important;
}

.MuiToolbar-root h2 {
    font-family: 'Press Start 2P', monospace !important;
    background: var(--hologram) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 1.5rem !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    animation: glitchText 3s ease-in-out infinite !important;
}

@keyframes glitchText {
    0%, 90% { transform: translate(0); }
    95% { transform: translate(-2px, 2px); }
    97% { transform: translate(2px, -2px); }
    99% { transform: translate(-1px, 1px); }
    100% { transform: translate(0); }
}

.MuiButton-root {
    background: linear-gradient(45deg, var(--thermal-red), var(--thermal-orange)) !important;
    border: none !important;
    color: white !important;
    font-family: 'Orbitron', monospace !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-radius: 8px !important;
    box-shadow: 0 0 20px var(--thermal-red) !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.MuiButton-root::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.MuiButton-root:hover::before {
    left: 100%;
}

.MuiButton-root:hover {
    background: linear-gradient(45deg, var(--thermal-orange), var(--thermal-yellow)) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px var(--thermal-orange) !important;
}

/* Navigation Links */
.MuiButton-root a {
    color: var(--thermal-cyan) !important;
    text-decoration: none !important;
    font-family: 'VT323', monospace !important;
    font-size: 1.2rem !important;
    transition: all 0.3s ease !important;
}

.MuiButton-root:hover a {
    color: var(--thermal-red) !important;
    text-shadow: 0 0 15px var(--thermal-orange) !important;
}

/* Product Cards */
.MuiCard-root, .MuiPaper-root {
    background: rgba(10, 0, 32, 0.8) !important;
    border: 2px solid var(--thermal-red) !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 0 20px var(--thermal-orange) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
}

.MuiCard-root::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: var(--thermal-gradient);
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    animation: subtleThermalBorder 8s ease-in-out infinite;
}

@keyframes subtleThermalBorder {
    0%, 100% { filter: hue-rotate(0deg); }
    50% { filter: hue-rotate(120deg); }
}

.MuiCard-root:hover::before {
    opacity: 1;
}

.MuiCard-root:hover {
    transform: translateY(-10px) scale(1.02) !important;
    box-shadow: 0 20px 40px var(--thermal-red) !important;
}

/* Product Images */
.MuiCard-root img {
    filter: contrast(1.3) saturate(1.3) hue-rotate(10deg) brightness(1.1) !important;
    transition: all 0.3s ease !important;
}

.MuiCard-root:hover img {
    filter: contrast(1.4) saturate(1.5) hue-rotate(30deg) brightness(1.2) !important;
    transform: scale(1.05) !important;
}

/* Typography */
.MuiTypography-h1, .MuiTypography-h2, .MuiTypography-h3 {
    font-family: 'Orbitron', monospace !important;
    color: var(--thermal-cyan) !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 0 15px var(--thermal-green) !important;
}

.MuiTypography-body1, .MuiTypography-body2 {
    font-family: 'VT323', monospace !important;
    color: var(--thermal-yellow) !important;
    font-size: 1.1rem !important;
}

/* Price styling */
.product-price, [class*="price"] {
    font-family: 'Press Start 2P', monospace !important;
    background: linear-gradient(45deg, var(--thermal-orange), var(--thermal-red)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: thermalPriceGlow 2s ease-in-out infinite alternate !important;
}

@keyframes thermalPriceGlow {
    0% { 
        filter: brightness(1);
        text-shadow: 0 0 10px var(--thermal-orange);
    }
    100% { 
        filter: brightness(1.4);
        text-shadow: 0 0 20px var(--thermal-red);
    }
}

/* Form elements */
.MuiTextField-root input, .MuiTextField-root textarea {
    color: var(--thermal-cyan) !important;
    font-family: 'VT323', monospace !important;
}

.MuiTextField-root .MuiOutlinedInput-root {
    border-color: var(--thermal-red) !important;
}

.MuiTextField-root .MuiOutlinedInput-root:hover {
    border-color: var(--thermal-orange) !important;
}

/* Loading and success states */
.success-message {
    background: linear-gradient(45deg, var(--thermal-green), var(--thermal-cyan)) !important;
    color: var(--deep-space) !important;
    font-family: 'Orbitron', monospace !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

/* Scanlines overlay */
.thermal-scanlines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 50%, rgba(255, 0, 64, 0.01) 50%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 1000;
    animation: subtleThermalScanlines 0.2s linear infinite;
}

@keyframes subtleThermalScanlines {
    0% { transform: translateY(0); }
    100% { transform: translateY(4px); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .MuiToolbar-root h2 {
        font-size: 1.2rem !important;
        letter-spacing: 2px !important;
    }
    
    .MuiButton-root {
        font-size: 0.9rem !important;
    }
}