* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Pizza cursor - 90s Paradise theme (default) */
body[data-theme="1-90s-Paradise"]:not(.gun-mode),
body[data-theme="1-90s-Paradise"]:not(.gun-mode) * {
    cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><text y="24" font-size="24">🍕</text></svg>'), auto;
}

/* Corporate cursor - Corpo Mode (boring default) */
body[data-theme="2-corpo-mode"]:not(.gun-mode),
body[data-theme="2-corpo-mode"]:not(.gun-mode) * {
    cursor: default;
}

/* Bubble cursor - Frutiger Aero */
body[data-theme="3-frutiger-aero"]:not(.gun-mode),
body[data-theme="3-frutiger-aero"]:not(.gun-mode) * {
    cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><text y="24" font-size="24">🫧</text></svg>'), auto;
}

/* Ghost cursor - Luigi's Mansion */
body[data-theme="4-luigis-mansion"]:not(.gun-mode),
body[data-theme="4-luigis-mansion"]:not(.gun-mode) * {
    cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><text y="24" font-size="24">👻</text></svg>'), auto;
}

/* Page layout with ad sidebars */
.page-layout {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0 10px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Ad Sidebars */
.ad-sidebar {
    width: 160px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
}

/* Hide sidebars on small screens */
@media (max-width: 900px) {
    .ad-sidebar {
        display: none;
    }
    .page-layout {
        padding: 0;
    }
}

/* Fake Ads */
.fake-ad {
    background: linear-gradient(180deg, #ffff00 0%, #ffcc00 50%, #ff9900 100%);
    border: 3px outset #ffcc00;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-family: 'Comic Sans MS', 'Arial', cursive;
    box-shadow: 3px 3px 0 #000000;
    transition: transform 0.1s;
    animation: adPulse 2s ease-in-out infinite;
}

.fake-ad:hover {
    transform: scale(1.05);
    box-shadow: 5px 5px 0 #000000;
}

.fake-ad:active {
    transform: scale(0.98);
    box-shadow: 1px 1px 0 #000000;
}

@keyframes adPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.ad-flash {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ff0000;
    animation: adFlash 0.5s infinite;
}

@keyframes adFlash {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.5; }
}

.ad-text {
    font-size: 0.8rem;
    color: #000000;
    margin: 3px 0;
}

.ad-big {
    font-size: 1.2rem;
    font-weight: bold;
    color: #cc0000;
    text-shadow: 1px 1px 0 #ffff00;
}

.ad-cta {
    font-size: 0.85rem;
    font-weight: bold;
    color: #ffffff;
    background: #0000ff;
    padding: 5px;
    margin-top: 5px;
    border: 2px outset #4444ff;
}

.ad-cta.blink {
    animation: blink 0.7s infinite;
}

/* Different ad color schemes */
.ad-winner {
    background: linear-gradient(180deg, #00ff00 0%, #00cc00 50%, #009900 100%);
    border-color: #00cc00;
}

.ad-monkey {
    background: linear-gradient(180deg, #ffcc99 0%, #cc9966 50%, #996633 100%);
    border-color: #cc9966;
}

.ad-download {
    background: linear-gradient(180deg, #00ffff 0%, #00cccc 50%, #009999 100%);
    border-color: #00cccc;
}

.ad-singles {
    background: linear-gradient(180deg, #ff69b4 0%, #ff1493 50%, #cc0066 100%);
    border-color: #ff69b4;
}

.ad-singles .ad-big {
    color: #ffffff;
    text-shadow: 2px 2px 0 #000000;
}

.ad-work {
    background: linear-gradient(180deg, #00ff00 0%, #00cc00 50%, #009900 100%);
    border-color: #00ff00;
}

.ad-virus {
    background: linear-gradient(180deg, #ff0000 0%, #cc0000 50%, #990000 100%);
    border-color: #ff0000;
}

.ad-virus .ad-text,
.ad-virus .ad-big {
    color: #ffffff;
}

.ad-virus .ad-flash {
    color: #ffff00;
}

body {
    min-height: 100vh;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
    overflow-x: hidden;
    background-color: #000080;
    background-image:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><text x="10" y="50" font-size="30" opacity="0.1">🍔</text><text x="60" y="90" font-size="20" opacity="0.1">🍕</text></svg>');
    color: #ffff00;
}

/* Starfield background for non-lunch */
body.not-lunchtime {
    background: #000080 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"><circle cx="20" cy="30" r="1" fill="white"/><circle cx="100" cy="80" r="2" fill="white"/><circle cx="200" cy="50" r="1" fill="yellow"/><circle cx="300" cy="120" r="1.5" fill="white"/><circle cx="350" cy="200" r="1" fill="white"/><circle cx="50" cy="180" r="2" fill="yellow"/><circle cx="150" cy="250" r="1" fill="white"/><circle cx="280" cy="300" r="1.5" fill="white"/><circle cx="380" cy="350" r="1" fill="white"/><circle cx="70" cy="320" r="2" fill="white"/><circle cx="220" cy="380" r="1" fill="yellow"/><circle cx="320" cy="20" r="1" fill="white"/></svg>');
}

/* PARTY background for lunchtime */
body.lunchtime {
    background: #ff00ff;
    animation: bgFlash 0.5s infinite;
}

@keyframes bgFlash {
    0% { background-color: #ff00ff; }
    25% { background-color: #00ffff; }
    50% { background-color: #ffff00; }
    75% { background-color: #00ff00; }
    100% { background-color: #ff00ff; }
}

/* Main container - 90s table-style centered box */
.container {
    max-width: 800px;
    flex: 1;
    min-width: 0;
    margin: 20px 0;
    padding: 20px;
    background: #c0c0c0;
    border: 5px outset #ffffff;
    box-shadow:
        inset 2px 2px 0 #ffffff,
        inset -2px -2px 0 #808080,
        5px 5px 0 #000000;
}

/* Marquee header */
.marquee-container {
    background: #000080;
    padding: 5px;
    border: 3px inset #808080;
    margin-bottom: 15px;
    overflow: hidden;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    color: #00ff00;
    font-size: 1.2rem;
    text-shadow: 2px 2px #000000;
}

@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Question header */
.question {
    font-size: clamp(2rem, 8vw, 4rem);
    color: #ff0000;
    text-align: center;
    text-shadow:
        3px 3px 0 #ffff00,
        -1px -1px 0 #000000,
        1px -1px 0 #000000,
        -1px 1px 0 #000000;
    animation: wobble 0.5s infinite, rainbow 2s linear infinite;
    margin: 20px 0;
}

@keyframes wobble {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
}

@keyframes rainbow {
    0% { color: #ff0000; }
    16% { color: #ff7f00; }
    33% { color: #ffff00; }
    50% { color: #00ff00; }
    66% { color: #0000ff; }
    83% { color: #8b00ff; }
    100% { color: #ff0000; }
}

/* The big answer */
.answer {
    font-size: clamp(4rem, 18vw, 12rem);
    text-align: center;
    font-weight: bold;
    padding: 20px;
    margin: 20px 0;
    border: 5px ridge #c0c0c0;
    background: linear-gradient(180deg, #ffffff 0%, #c0c0c0 50%, #808080 100%);
}

.answer.yes {
    color: #00ff00;
    text-shadow:
        4px 4px 0 #008000,
        -2px -2px 0 #000000;
    animation: blink 0.3s infinite, shake 0.1s infinite;
    background: linear-gradient(180deg, #ffff00 0%, #ff8800 50%, #ff0000 100%);
}

.answer.no {
    color: #ff0000;
    text-shadow:
        4px 4px 0 #800000,
        -2px -2px 0 #000000;
    animation: pulse 1s infinite;
}

@keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0.8; }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px) rotate(-2deg); }
    75% { transform: translateX(5px) rotate(2deg); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Subtitle and clock */
.subtitle {
    font-size: clamp(1rem, 4vw, 1.5rem);
    color: #0000ff;
    text-align: center;
    background: #ffff00;
    padding: 10px;
    border: 3px inset #808080;
    margin: 10px 0;
}

.emergency-gif {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.clock {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    color: #ff00ff;
    text-align: center;
    background: #000000;
    padding: 15px;
    border: 3px groove #808080;
    font-family: 'Courier New', monospace;
    text-shadow: 0 0 10px #ff00ff;
}

/* Quotes Section */
.quotes-section {
    background: linear-gradient(180deg, #000033 0%, #000066 50%, #000033 100%);
    border: 4px ridge #6666ff;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
}

.quotes-header {
    color: #ffff00;
    font-size: 1.2rem;
    text-shadow: 2px 2px #ff00ff;
    margin-bottom: 10px;
    animation: rainbow 3s linear infinite;
}

.quote-display {
    background: #000000;
    border: 3px inset #333366;
    padding: 20px;
    margin: 10px 0;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#quote-text {
    color: #00ffff;
    font-size: clamp(1rem, 3vw, 1.4rem);
    font-style: italic;
    text-shadow: 0 0 10px #00ffff;
    margin-bottom: 10px;
    line-height: 1.4;
}

#quote-author {
    color: #ff69b4;
    font-size: 0.9rem;
    text-shadow: 0 0 5px #ff69b4;
}

.quote-btn {
    padding: 10px 20px;
    font-family: 'Comic Sans MS', cursive;
    font-size: 1rem;
    font-weight: bold;
    background: linear-gradient(180deg, #9966ff 0%, #6633cc 50%, #4400aa 100%);
    color: #ffffff;
    border: 3px outset #aa88ff;
    cursor: pointer;
    text-shadow: 2px 2px #000000;
    box-shadow: 3px 3px 0 #000000;
    transition: transform 0.1s;
}

.quote-btn:hover {
    background: linear-gradient(180deg, #aa77ff 0%, #7744dd 50%, #5511bb 100%);
    transform: scale(1.05);
}

.quote-btn:active {
    border-style: inset;
    transform: translate(2px, 2px) scale(0.98);
    box-shadow: 1px 1px 0 #000000;
}

/* 90s BEVELED BUTTON */
.emergency-btn {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    font-family: 'Comic Sans MS', cursive;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: bold;
    background: linear-gradient(180deg, #ff6666 0%, #ff0000 50%, #cc0000 100%);
    color: #ffffff;
    border: 4px outset #ff8888;
    cursor: pointer;
    text-shadow: 2px 2px #000000;
    box-shadow: 4px 4px 0 #000000;
    animation: buttonPulse 1s infinite;
}

.emergency-btn:hover {
    background: linear-gradient(180deg, #ff8888 0%, #ff2222 50%, #ee0000 100%);
}

.emergency-btn:active {
    border-style: inset;
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #000000;
}

.emergency-btn-gif {
    max-height: 65px;
    width: auto;
    vertical-align: middle;
}

.emergency-btn {
    background: #ffff00 !important;
}

@keyframes buttonPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.emergency-notice {
    text-align: center;
    font-size: 0.9rem;
    color: #ff0000;
    background: #ffff00;
    padding: 5px;
    border: 2px dashed #ff0000;
    animation: blink 1s infinite;
}

.emergency-notice.hidden {
    display: none;
}

/* Rainbow divider */
.rainbow-divider {
    height: 10px;
    background: linear-gradient(90deg,
        #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #8b00ff, #ff0000);
    background-size: 200% 100%;
    animation: rainbowMove 2s linear infinite;
    margin: 15px 0;
    border: 2px solid #000000;
}

@keyframes rainbowMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* Visitor counter */
.visitor-counter {
    text-align: center;
    background: #000000;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    padding: 10px;
    border: 3px inset #808080;
    margin: 15px 0;
}

.counter-display {
    font-size: 1.5rem;
    letter-spacing: 3px;
    background: #001100;
    padding: 5px 15px;
    display: inline-block;
    border: 2px inset #004400;
}

/* Under construction section */
.under-construction {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: #ffff00;
    border: 3px dashed #ff0000;
    margin: 15px 0;
    animation: blink 1s infinite;
}

.construction-icon {
    font-size: 2rem;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Guestbook link */
.guestbook {
    text-align: center;
    padding: 10px;
}

.guestbook a {
    color: #0000ff;
    font-size: 1.2rem;
    text-decoration: underline;
    animation: colorCycle 3s infinite;
}

.guestbook a:hover {
    color: #ff00ff;
}

@keyframes colorCycle {
    0% { color: #0000ff; }
    33% { color: #ff00ff; }
    66% { color: #00ffff; }
    100% { color: #0000ff; }
}

/* Webring */
.webring {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    background: #808080;
    border: 3px outset #c0c0c0;
    margin: 15px 0;
}

.webring a {
    color: #ffff00;
    text-decoration: none;
    font-weight: bold;
}

.webring a:hover {
    color: #ffffff;
}

/* Floating food particles - now as GIF-style sprites */
#particles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.particle {
    position: absolute;
    font-size: 2rem;
    animation: floatUp 4s linear forwards;
    filter: drop-shadow(2px 2px 0 #000000);
}

@keyframes floatUp {
    0% {
        transform: translateY(100vh) rotate(0deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(720deg) scale(1.5);
        opacity: 0;
    }
}

/* Best viewed badge */
.best-viewed {
    text-align: center;
    font-size: 0.8rem;
    color: #000080;
    padding: 10px;
    background: #c0c0c0;
    border: 2px inset #808080;
    margin-top: 15px;
}

.globe-gif {
    height: 80px;
    width: auto;
    vertical-align: middle;
}

/* Confetti - more chaotic */
.confetti {
    position: fixed;
    width: 15px;
    height: 15px;
    animation: confettiChaos 2s ease-out forwards;
    z-index: 1000;
    border: 2px solid #000000;
}

@keyframes confettiChaos {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(1440deg) scale(0);
        opacity: 0;
    }
}

/* Screenshake - more intense */
body.screenshake {
    animation: extremeShake 0.3s ease-in-out;
}

@keyframes extremeShake {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    10% { transform: translate(-15px, -15px) rotate(-3deg); }
    20% { transform: translate(15px, 15px) rotate(3deg); }
    30% { transform: translate(-15px, 10px) rotate(-2deg); }
    40% { transform: translate(15px, -10px) rotate(2deg); }
    50% { transform: translate(-10px, 15px) rotate(-3deg); }
    60% { transform: translate(10px, -15px) rotate(3deg); }
    70% { transform: translate(-15px, 15px) rotate(-2deg); }
    80% { transform: translate(15px, 10px) rotate(2deg); }
    90% { transform: translate(-10px, -10px) rotate(-1deg); }
}

/* Hit counter styling */
.hit-counter {
    background: #000000;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    padding: 3px 8px;
    border: 2px inset #333333;
    display: inline-block;
}

/* Gun Mode Button */
.gun-btn {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-family: 'Comic Sans MS', cursive;
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    font-weight: bold;
    background: linear-gradient(180deg, #666666 0%, #333333 50%, #111111 100%);
    color: #ffffff;
    border: 3px outset #888888;
    cursor: pointer;
    text-shadow: 1px 1px #000000;
    box-shadow: 3px 3px 0 #000000;
}

.gun-btn:hover {
    background: linear-gradient(180deg, #888888 0%, #555555 50%, #333333 100%);
}

.gun-btn:active {
    border-style: inset;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 #000000;
}

.gun-btn.active {
    background: linear-gradient(180deg, #ff6600 0%, #cc3300 50%, #991100 100%);
    border-color: #ff8833;
    animation: gunPulse 0.5s infinite;
}

@keyframes gunPulse {
    0%, 100% { box-shadow: 0 0 5px #ff6600, 3px 3px 0 #000000; }
    50% { box-shadow: 0 0 15px #ff6600, 3px 3px 0 #000000; }
}

/* Gun cursor - needs high specificity to override pizza cursor */
body.gun-mode,
body.gun-mode *,
body.gun-mode button,
body.gun-mode a,
body.gun-mode .emergency-btn,
body.gun-mode .gun-btn,
body.gun-mode .quote-btn,
body.gun-mode .guestbook a,
body.gun-mode .webring a {
    cursor: crosshair !important;
}

/* Bullet holes */
.bullet-hole {
    position: fixed;
    width: 20px;
    height: 20px;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    animation: bulletAppear 0.1s ease-out;
}

.bullet-hole::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
    box-shadow:
        0 0 2px 2px #333333,
        0 0 4px 4px rgba(0,0,0,0.3);
}

.bullet-hole::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, transparent 20%, rgba(50,50,50,0.3) 40%, transparent 60%);
    border-radius: 50%;
}

@keyframes bulletAppear {
    0% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* Muzzle flash */
.muzzle-flash {
    position: fixed;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #ffffff 0%, #ffff00 30%, #ff6600 60%, transparent 70%);
    border-radius: 50%;
    animation: flashBang 0.1s ease-out forwards;
}

@keyframes flashBang {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

/* ============================================
   ADVENTURE MODAL - 90s Popup Style
   ============================================ */
.adventure-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

.adventure-modal.hidden {
    display: none;
}

.adventure-popup {
    width: 90%;
    max-width: 500px;
    background: #c0c0c0;
    border: 3px outset #ffffff;
    box-shadow:
        inset 1px 1px 0 #ffffff,
        inset -1px -1px 0 #808080,
        5px 5px 0 #000000;
    animation: popupBounce 0.3s ease-out;
}

@keyframes popupBounce {
    0% { transform: scale(0.5); opacity: 0; }
    70% { transform: scale(1.05); }
    100% { transform: scale(1); opacity: 1; }
}

.adventure-titlebar {
    background: linear-gradient(90deg, #000080 0%, #1084d0 50%, #000080 100%);
    padding: 4px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adventure-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9rem;
    text-shadow: 1px 1px #000000;
}

.adventure-close {
    background: #c0c0c0;
    border: 2px outset #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 1px 5px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
}

.adventure-close:active {
    border-style: inset;
}

.adventure-content {
    padding: 20px;
    text-align: center;
}

.adventure-question {
    font-family: 'Comic Sans MS', cursive;
    font-size: 1.2rem;
    color: #000080;
    margin-bottom: 20px;
    text-shadow: 1px 1px #ffffff;
}

.adventure-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.adventure-option {
    padding: 12px 20px;
    font-family: 'Comic Sans MS', cursive;
    font-size: 1rem;
    font-weight: bold;
    background: linear-gradient(180deg, #ffffff 0%, #c0c0c0 50%, #808080 100%);
    border: 3px outset #ffffff;
    cursor: pointer;
    color: #000000;
    text-shadow: none;
    box-shadow: 2px 2px 0 #000000;
    transition: transform 0.1s;
}

.adventure-option:hover {
    background: linear-gradient(180deg, #ffff99 0%, #ffcc00 50%, #ff9900 100%);
    transform: scale(1.02);
}

.adventure-option:active {
    border-style: inset;
    transform: translate(2px, 2px);
    box-shadow: none;
}

.adventure-progress {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #808080;
    border: 2px inset #c0c0c0;
}

.progress-dot.active {
    background: #00ff00;
    border-color: #00cc00;
    box-shadow: 0 0 5px #00ff00;
}

.progress-dot.completed {
    background: #0000ff;
    border-color: #000099;
}

.adventure-loading {
    font-family: 'Courier New', monospace;
    color: #000080;
    font-size: 1rem;
}

.adventure-loading-bar {
    width: 100%;
    height: 25px;
    background: #ffffff;
    border: 2px inset #808080;
    margin: 15px 0;
    overflow: hidden;
}

.adventure-loading-fill {
    height: 100%;
    background: linear-gradient(90deg, #000080 0%, #0000ff 50%, #000080 100%);
    background-size: 200% 100%;
    animation: loadingMove 1s linear infinite;
    width: 0%;
    transition: width 0.3s ease-out;
}

@keyframes loadingMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

/* ============================================
   POPUP HELL - Fake virus popups
   ============================================ */
.fake-popup {
    position: fixed;
    background: #c0c0c0;
    border: 3px outset #ffffff;
    box-shadow: 2px 2px 0 #000000;
    z-index: 10002;
    min-width: 200px;
    max-width: 350px;
    font-family: 'Arial', sans-serif;
    pointer-events: auto;
}

.fake-popup * {
    pointer-events: auto;
}

.fake-popup-titlebar {
    background: linear-gradient(90deg, #000080 0%, #1084d0 50%, #000080 100%);
    padding: 3px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fake-popup-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fake-popup-close {
    background: #c0c0c0;
    border: 2px outset #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 0.7rem;
    padding: 2px 6px;
    cursor: pointer !important;
    font-family: 'Arial', sans-serif;
    margin-left: 5px;
    pointer-events: auto;
    z-index: 10003;
    position: relative;
}

.fake-popup-close:hover {
    background: #ff6666;
}

.fake-popup-content {
    padding: 15px;
    text-align: center;
    font-size: 0.85rem;
    color: #000000;
}

.fake-popup-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.fake-popup-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.fake-popup-btn {
    padding: 5px 20px;
    background: #c0c0c0;
    border: 2px outset #ffffff;
    font-size: 0.8rem;
    cursor: pointer;
}

.fake-popup-btn:active {
    border-style: inset;
}

/* Inverted colors mode */
body.inverted {
    filter: invert(1) hue-rotate(180deg);
}

/* Theme-specific emergency effects */

/* Corpo Mode - Outlook notifications */
.corpo-notification {
    position: fixed;
    right: -300px;
    background: #ffffff;
    border: 1px solid #0078d4;
    border-left: 4px solid #0078d4;
    padding: 12px 16px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.9rem;
    color: #333;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    animation: slideInNotif 0.3s ease forwards, slideOutNotif 0.3s ease 3.5s forwards;
    max-width: 280px;
}

@keyframes slideInNotif {
    to { right: 20px; }
}

@keyframes slideOutNotif {
    to { right: -300px; }
}

/* Frutiger Aero - Floating bubbles */
.aero-bubble {
    position: fixed;
    bottom: -50px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.8), rgba(100,200,255,0.4));
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: inset 0 0 20px rgba(255,255,255,0.5), 0 0 10px rgba(0,150,255,0.3);
    z-index: 10000;
    pointer-events: none;
    animation: floatBubble 5s ease-in forwards;
}

@keyframes floatBubble {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(-110vh) scale(1.2);
        opacity: 0;
    }
}

/* Luigi's Mansion - Flicker overlay */
.flicker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
}

/* Luigi's Mansion - Floating ghosts */
.floating-ghost {
    position: fixed;
    bottom: -50px;
    font-size: 3rem;
    z-index: 10000;
    pointer-events: none;
    animation: floatGhost 5s ease-in-out forwards;
    filter: drop-shadow(0 0 10px #44ff44);
}

@keyframes floatGhost {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translateY(-110vh) translateX(50px) rotate(20deg);
        opacity: 0;
    }
}

/* Guestbook popup entries */
.guestbook-entry {
    background: #ffffcc;
    border: 1px solid #999;
    padding: 8px;
    margin-bottom: 8px;
    font-family: 'Comic Sans MS', cursive;
}

.guestbook-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.guestbook-name {
    color: #0000ff;
    font-weight: bold;
}

.guestbook-date {
    color: #666;
    font-style: italic;
}

.guestbook-message {
    color: #333;
    font-size: 0.9rem;
}

/* Hot food tiled background mode */
body.hotfood-bg {
    background-repeat: repeat !important;
    background-size: 200px !important;
    background-attachment: fixed !important;
}

/* DVD Screensaver */
/* DVD Screensaver dark overlay */
#dvd-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

#dvd-overlay.active {
    opacity: 1;
}

#dvd-screensaver {
    position: fixed;
    z-index: 99999;
    pointer-events: none;
    width: 150px;
    height: 75px;
}

#dvd-screensaver img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px #00feff);
    transition: filter 0.3s ease;
}

/* On-Screen Keyboard - Cannot be closed */
.onscreen-keyboard {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.onscreen-keyboard.hidden {
    display: none;
}

.onscreen-keyboard img {
    max-width: 100%;
    height: auto;
    max-height: 40vh;
    object-fit: contain;
}

/* Glasses Mode - Blurry Vision */
body.blurry-vision > *:not(#glasses-overlay):not(#clear-zone):not(script):not(audio) {
    filter: blur(8px);
}

body.blurry-vision #glasses-overlay,
body.blurry-vision #clear-zone {
    filter: none !important;
}

#glasses-overlay {
    position: fixed;
    z-index: 100001;
    pointer-events: none;
    width: 300px;
    height: 150px;
}

#glasses-overlay.hidden {
    display: none;
}

#glasses-overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ============================================
   THEME SELECTOR - 90s Paradise (default)
   ============================================ */
.theme-selector {
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 100000;
    background: linear-gradient(180deg, #c0c0c0 0%, #808080 100%);
    padding: 8px 12px;
    border: 3px outset #ffffff;
    box-shadow: 3px 3px 0 #000000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Comic Sans MS', cursive;
    font-size: 0.85rem;
}

.theme-selector label {
    color: #000080;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
}

.theme-selector select {
    padding: 5px 10px;
    font-size: 0.85rem;
    font-family: 'Comic Sans MS', cursive;
    border: 2px inset #808080;
    background: #ffffff;
    cursor: pointer;
}

.theme-selector select:hover {
    background: #ffffcc;
}

/* Theme selector - Corpo Mode */
body[data-theme="2-corpo-mode"] .theme-selector {
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Arial, sans-serif;
}

body[data-theme="2-corpo-mode"] .theme-selector label {
    color: #333333;
    text-shadow: none;
}

body[data-theme="2-corpo-mode"] .theme-selector select {
    font-family: 'Segoe UI', Arial, sans-serif;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

/* Theme selector - Frutiger Aero */
body[data-theme="3-frutiger-aero"] .theme-selector {
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(200,230,255,0.9) 100%);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,100,200,0.3), inset 0 1px 0 rgba(255,255,255,0.8);
    font-family: 'Segoe UI', sans-serif;
}

body[data-theme="3-frutiger-aero"] .theme-selector label {
    color: #0066aa;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

body[data-theme="3-frutiger-aero"] .theme-selector select {
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid rgba(0,150,255,0.3);
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #e0f0ff 100%);
}

/* Theme selector - Luigi's Mansion */
body[data-theme="4-luigis-mansion"] .theme-selector {
    background: linear-gradient(180deg, rgba(20,10,40,0.95) 0%, rgba(40,20,60,0.9) 100%);
    border: 2px solid #44ff44;
    box-shadow: 0 0 15px rgba(68,255,68,0.5);
    font-family: 'Comic Sans MS', cursive;
}

body[data-theme="4-luigis-mansion"] .theme-selector label {
    color: #44ff44;
    text-shadow: 0 0 10px #44ff44;
}

body[data-theme="4-luigis-mansion"] .theme-selector select {
    font-family: 'Comic Sans MS', cursive;
    background: #1a0a2e;
    color: #44ff44;
    border: 2px solid #44ff44;
    box-shadow: 0 0 5px rgba(68,255,68,0.3);
}

body[data-theme="4-luigis-mansion"] .theme-selector select option {
    background: #1a0a2e;
    color: #44ff44;
}

/* ============================================
   THEME: CORPO MODE
   ============================================ */
body[data-theme="2-corpo-mode"] {
    font-family: 'Segoe UI', 'Arial', sans-serif;
    background-color: #1a1a2e;
}

body[data-theme="2-corpo-mode"] .container {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ddd;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

body[data-theme="2-corpo-mode"] .marquee-container {
    background: #0066cc;
    border: none;
    border-radius: 4px;
}

body[data-theme="2-corpo-mode"] .marquee {
    color: #ffffff;
    text-shadow: none;
    animation: marquee 15s linear infinite;
}

body[data-theme="2-corpo-mode"] .question {
    color: #333333;
    text-shadow: none;
    animation: none;
    font-family: 'Segoe UI', sans-serif;
}

body[data-theme="2-corpo-mode"] .answer {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: linear-gradient(180deg, #f8f8f8 0%, #e8e8e8 100%);
}

body[data-theme="2-corpo-mode"] .answer.yes {
    color: #28a745;
    text-shadow: none;
    animation: none;
    background: linear-gradient(180deg, #d4edda 0%, #c3e6cb 100%);
}

body[data-theme="2-corpo-mode"] .answer.no {
    color: #dc3545;
    text-shadow: none;
    animation: none;
    background: linear-gradient(180deg, #f8d7da 0%, #f5c6cb 100%);
}

body[data-theme="2-corpo-mode"] .subtitle {
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
}

body[data-theme="2-corpo-mode"] .clock {
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    text-shadow: none;
}

body[data-theme="2-corpo-mode"] .rainbow-divider {
    background: linear-gradient(90deg, #0066cc, #0099ff, #0066cc);
    animation: none;
    height: 3px;
    border: none;
}

body[data-theme="2-corpo-mode"] .quotes-section {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
}

body[data-theme="2-corpo-mode"] .quotes-header {
    color: #0066cc;
    text-shadow: none;
    animation: none;
}

body[data-theme="2-corpo-mode"] .quote-display {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 4px;
}

body[data-theme="2-corpo-mode"] #quote-text {
    color: #333;
    text-shadow: none;
}

body[data-theme="2-corpo-mode"] #quote-author {
    color: #666;
    text-shadow: none;
}

body[data-theme="2-corpo-mode"] .quote-btn,
body[data-theme="2-corpo-mode"] .emergency-btn,
body[data-theme="2-corpo-mode"] .gun-btn {
    font-family: 'Segoe UI', sans-serif;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

body[data-theme="2-corpo-mode"] .emergency-btn {
    background: linear-gradient(180deg, #0066cc 0%, #004499 100%) !important;
    border: none;
    color: #fff;
}

body[data-theme="2-corpo-mode"] .under-construction {
    background: #fff3cd;
    border: 1px solid #ffc107;
    animation: none;
    border-radius: 4px;
}

body[data-theme="2-corpo-mode"] .visitor-counter {
    background: #2c3e50;
    border: none;
    border-radius: 4px;
}

body[data-theme="2-corpo-mode"] .fake-ad {
    background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 100%) !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    animation: none;
}

body[data-theme="2-corpo-mode"] .fake-ad:hover {
    transform: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

body[data-theme="2-corpo-mode"] .fake-ad .ad-flash {
    color: #666666;
    font-size: 0.75rem;
    animation: none;
}

body[data-theme="2-corpo-mode"] .fake-ad .ad-big {
    color: #333333;
    text-shadow: none;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1rem;
}

body[data-theme="2-corpo-mode"] .fake-ad .ad-text {
    color: #666666;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body[data-theme="2-corpo-mode"] .fake-ad .ad-cta {
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.75rem;
    padding: 4px 8px;
    animation: none !important;
}

body[data-theme="2-corpo-mode"] .fake-ad .ad-cta.blink {
    animation: none !important;
}

body[data-theme="2-corpo-mode"] .ad-winner,
body[data-theme="2-corpo-mode"] .ad-monkey,
body[data-theme="2-corpo-mode"] .ad-download,
body[data-theme="2-corpo-mode"] .ad-singles,
body[data-theme="2-corpo-mode"] .ad-work,
body[data-theme="2-corpo-mode"] .ad-virus,
body[data-theme="2-corpo-mode"] .ad-keyboard,
body[data-theme="2-corpo-mode"] .ad-barrel,
body[data-theme="2-corpo-mode"] .ad-glasses {
    background: linear-gradient(180deg, #f8f8f8 0%, #eeeeee 100%) !important;
    border-color: #dddddd !important;
}

body[data-theme="2-corpo-mode"] .ad-sidebar {
    opacity: 1;
}

body[data-theme="2-corpo-mode"]:not(.lunchtime) {
    background-color: #1a1a2e;
}

body[data-theme="2-corpo-mode"].lunchtime {
    animation: none;
    background-color: #1a3a1a;
}

/* ============================================
   THEME: FRUTIGER AERO
   ============================================ */
body[data-theme="3-frutiger-aero"] {
    font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
}

body[data-theme="3-frutiger-aero"] .container {
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(200,230,255,0.85) 100%);
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow:
        0 8px 32px rgba(0, 100, 200, 0.3),
        inset 0 1px 0 rgba(255,255,255,0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

body[data-theme="3-frutiger-aero"] .marquee-container {
    background: linear-gradient(180deg, rgba(0,150,255,0.8) 0%, rgba(0,100,200,0.9) 100%);
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

body[data-theme="3-frutiger-aero"] .marquee {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

body[data-theme="3-frutiger-aero"] .question {
    color: #0066cc;
    text-shadow: 0 2px 4px rgba(0,100,200,0.3);
    animation: wobble 3s ease-in-out infinite;
}

body[data-theme="3-frutiger-aero"] .answer {
    border: none;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(200,240,255,0.8) 100%);
    box-shadow:
        0 4px 15px rgba(0,150,255,0.3),
        inset 0 2px 0 rgba(255,255,255,0.8);
}

body[data-theme="3-frutiger-aero"] .answer.yes {
    color: #00aa44;
    text-shadow: 0 2px 4px rgba(0,150,50,0.3);
    animation: pulse 2s ease-in-out infinite;
    background: linear-gradient(180deg, rgba(200,255,200,0.9) 0%, rgba(150,255,200,0.8) 100%);
}

body[data-theme="3-frutiger-aero"] .answer.no {
    color: #0066cc;
    text-shadow: 0 2px 4px rgba(0,100,200,0.3);
    animation: pulse 2s ease-in-out infinite;
}

body[data-theme="3-frutiger-aero"] .subtitle {
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(200,230,255,0.7) 100%);
    color: #0055aa;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

body[data-theme="3-frutiger-aero"] .clock {
    background: linear-gradient(180deg, rgba(0,100,200,0.9) 0%, rgba(0,50,150,0.95) 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    text-shadow: 0 0 10px rgba(100,200,255,0.8);
    box-shadow: 0 4px 15px rgba(0,100,200,0.4);
}

body[data-theme="3-frutiger-aero"] .rainbow-divider {
    background: linear-gradient(90deg,
        rgba(0,200,255,0.8),
        rgba(100,255,200,0.8),
        rgba(0,200,255,0.8));
    height: 5px;
    border: none;
    border-radius: 3px;
    animation: none;
}

body[data-theme="3-frutiger-aero"] .quotes-section {
    background: linear-gradient(180deg, rgba(0,100,200,0.8) 0%, rgba(0,80,180,0.9) 100%);
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,100,200,0.3);
}

body[data-theme="3-frutiger-aero"] .quotes-header {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    animation: none;
}

body[data-theme="3-frutiger-aero"] .quote-display {
    background: rgba(0,50,100,0.5);
    border: none;
    border-radius: 10px;
}

body[data-theme="3-frutiger-aero"] #quote-text {
    color: #aaeeff;
    text-shadow: 0 0 5px rgba(100,200,255,0.5);
}

body[data-theme="3-frutiger-aero"] .quote-btn {
    background: linear-gradient(180deg, rgba(100,200,255,0.9) 0%, rgba(0,150,255,0.9) 100%);
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,100,200,0.4);
}

body[data-theme="3-frutiger-aero"] .emergency-btn {
    background: linear-gradient(180deg, rgba(100,255,150,0.9) 0%, rgba(0,200,100,0.9) 100%) !important;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,200,100,0.4);
}

body[data-theme="3-frutiger-aero"] .gun-btn {
    background: linear-gradient(180deg, rgba(150,150,200,0.9) 0%, rgba(100,100,180,0.9) 100%);
    border: none;
    border-radius: 20px;
}

body[data-theme="3-frutiger-aero"] .under-construction {
    background: linear-gradient(180deg, rgba(255,220,100,0.9) 0%, rgba(255,200,50,0.9) 100%);
    border: none;
    border-radius: 10px;
    animation: none;
}

body[data-theme="3-frutiger-aero"] .visitor-counter {
    background: linear-gradient(180deg, rgba(0,80,150,0.9) 0%, rgba(0,50,120,0.95) 100%);
    border: none;
    border-radius: 10px;
}

body[data-theme="3-frutiger-aero"] .fake-ad {
    background: linear-gradient(180deg,
        rgba(255,255,255,0.95) 0%,
        rgba(200,240,255,0.9) 30%,
        rgba(150,220,255,0.85) 70%,
        rgba(100,200,255,0.9) 100%) !important;
    border: 1px solid rgba(255,255,255,0.8) !important;
    border-radius: 15px;
    box-shadow:
        0 8px 25px rgba(0,150,255,0.3),
        inset 0 2px 0 rgba(255,255,255,0.9),
        inset 0 -2px 10px rgba(0,150,255,0.2);
    animation: none;
    backdrop-filter: blur(5px);
    overflow: hidden;
}

body[data-theme="3-frutiger-aero"] .fake-ad::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, transparent 100%);
    border-radius: 15px 15px 50% 50%;
    pointer-events: none;
}

body[data-theme="3-frutiger-aero"] .fake-ad {
    position: relative;
}

body[data-theme="3-frutiger-aero"] .fake-ad:hover {
    transform: scale(1.03);
    box-shadow:
        0 12px 35px rgba(0,150,255,0.4),
        inset 0 2px 0 rgba(255,255,255,0.9),
        inset 0 -2px 15px rgba(0,150,255,0.3);
}

body[data-theme="3-frutiger-aero"] .fake-ad .ad-flash {
    color: #0088dd;
    font-size: 0.85rem;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    animation: none;
}

body[data-theme="3-frutiger-aero"] .fake-ad .ad-big {
    color: #0066aa;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8), 0 2px 4px rgba(0,100,200,0.2);
    font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

body[data-theme="3-frutiger-aero"] .fake-ad .ad-text {
    color: #005599;
    font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

body[data-theme="3-frutiger-aero"] .fake-ad .ad-cta {
    background: linear-gradient(180deg,
        rgba(100,200,255,0.95) 0%,
        rgba(0,150,255,0.95) 50%,
        rgba(0,120,220,0.95) 100%);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.8rem;
    padding: 6px 12px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow:
        0 2px 8px rgba(0,100,200,0.4),
        inset 0 1px 0 rgba(255,255,255,0.4);
    animation: none !important;
}

body[data-theme="3-frutiger-aero"] .fake-ad .ad-cta.blink {
    animation: none !important;
}

body[data-theme="3-frutiger-aero"] .ad-winner {
    background: linear-gradient(180deg,
        rgba(255,255,255,0.95) 0%,
        rgba(200,255,220,0.9) 30%,
        rgba(150,255,200,0.85) 70%,
        rgba(100,230,180,0.9) 100%) !important;
}

body[data-theme="3-frutiger-aero"] .ad-singles {
    background: linear-gradient(180deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,220,240,0.9) 30%,
        rgba(255,180,220,0.85) 70%,
        rgba(255,150,200,0.9) 100%) !important;
}

body[data-theme="3-frutiger-aero"] .ad-virus {
    background: linear-gradient(180deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,230,200,0.9) 30%,
        rgba(255,200,150,0.85) 70%,
        rgba(255,180,100,0.9) 100%) !important;
}

body[data-theme="3-frutiger-aero"]:not(.lunchtime) {
    background-color: #87ceeb;
}

body[data-theme="3-frutiger-aero"].lunchtime {
    animation: none;
    background-color: #90ee90;
}

/* ============================================
   THEME: LUIGI'S MANSION
   ============================================ */
body[data-theme="4-luigis-mansion"] {
    font-family: 'Creepster', 'Comic Sans MS', cursive;
}

body[data-theme="4-luigis-mansion"] .container {
    background: linear-gradient(180deg, rgba(20,10,40,0.95) 0%, rgba(40,20,60,0.9) 100%);
    border: 3px solid #44ff44;
    box-shadow:
        0 0 20px rgba(68,255,68,0.5),
        0 0 40px rgba(68,255,68,0.3),
        inset 0 0 30px rgba(68,255,68,0.1);
    border-radius: 0;
}

body[data-theme="4-luigis-mansion"] .marquee-container {
    background: #1a0a2e;
    border: 2px solid #44ff44;
    box-shadow: 0 0 10px rgba(68,255,68,0.5);
}

body[data-theme="4-luigis-mansion"] .marquee {
    color: #44ff44;
    text-shadow: 0 0 10px #44ff44;
}

body[data-theme="4-luigis-mansion"] .question {
    color: #44ff44;
    text-shadow:
        0 0 10px #44ff44,
        0 0 20px #44ff44,
        0 0 30px #22aa22;
    animation: spookyGlow 2s ease-in-out infinite;
}

@keyframes spookyGlow {
    0%, 100% {
        text-shadow: 0 0 10px #44ff44, 0 0 20px #44ff44, 0 0 30px #22aa22;
        opacity: 1;
    }
    50% {
        text-shadow: 0 0 20px #44ff44, 0 0 40px #44ff44, 0 0 60px #22aa22;
        opacity: 0.9;
    }
}

body[data-theme="4-luigis-mansion"] .answer {
    border: 3px solid #44ff44;
    background: linear-gradient(180deg, rgba(20,40,20,0.9) 0%, rgba(10,30,10,0.95) 100%);
    box-shadow: 0 0 20px rgba(68,255,68,0.4);
}

body[data-theme="4-luigis-mansion"] .answer.yes {
    color: #44ff44;
    text-shadow: 0 0 20px #44ff44, 0 0 40px #22aa22;
    animation: spookyGlow 1s ease-in-out infinite;
    background: linear-gradient(180deg, rgba(20,60,20,0.9) 0%, rgba(10,40,10,0.95) 100%);
}

body[data-theme="4-luigis-mansion"] .answer.no {
    color: #aa44ff;
    text-shadow: 0 0 20px #aa44ff, 0 0 40px #6622aa;
    animation: spookyGlow 2s ease-in-out infinite;
    background: linear-gradient(180deg, rgba(40,20,60,0.9) 0%, rgba(30,10,50,0.95) 100%);
}

body[data-theme="4-luigis-mansion"] .subtitle {
    background: rgba(20,10,40,0.9);
    color: #44ff44;
    border: 2px solid #44ff44;
    box-shadow: 0 0 10px rgba(68,255,68,0.3);
}

body[data-theme="4-luigis-mansion"] .clock {
    background: #0a0a1a;
    color: #44ff44;
    border: 2px solid #44ff44;
    text-shadow: 0 0 10px #44ff44;
    box-shadow: 0 0 15px rgba(68,255,68,0.4);
}

body[data-theme="4-luigis-mansion"] .rainbow-divider {
    background: linear-gradient(90deg, #44ff44, #aa44ff, #44ff44);
    box-shadow: 0 0 10px rgba(68,255,68,0.5);
    animation: none;
}

body[data-theme="4-luigis-mansion"] .quotes-section {
    background: linear-gradient(180deg, rgba(30,10,50,0.95) 0%, rgba(20,5,40,0.98) 100%);
    border: 2px solid #aa44ff;
    box-shadow: 0 0 15px rgba(170,68,255,0.4);
}

body[data-theme="4-luigis-mansion"] .quotes-header {
    color: #aa44ff;
    text-shadow: 0 0 10px #aa44ff;
    animation: spookyGlow 3s ease-in-out infinite;
}

body[data-theme="4-luigis-mansion"] .quote-display {
    background: rgba(10,5,20,0.8);
    border: 1px solid #44ff44;
}

body[data-theme="4-luigis-mansion"] #quote-text {
    color: #44ff44;
    text-shadow: 0 0 5px #44ff44;
}

body[data-theme="4-luigis-mansion"] #quote-author {
    color: #aa44ff;
    text-shadow: 0 0 5px #aa44ff;
}

body[data-theme="4-luigis-mansion"] .quote-btn {
    background: linear-gradient(180deg, #aa44ff 0%, #6622aa 100%);
    border: 2px solid #cc66ff;
    box-shadow: 0 0 10px rgba(170,68,255,0.5);
}

body[data-theme="4-luigis-mansion"] .emergency-btn {
    background: linear-gradient(180deg, #44ff44 0%, #22aa22 100%) !important;
    border: 2px solid #66ff66 !important;
    box-shadow: 0 0 15px rgba(68,255,68,0.5);
    color: #000 !important;
    text-shadow: none !important;
}

body[data-theme="4-luigis-mansion"] .gun-btn {
    background: linear-gradient(180deg, #444466 0%, #222244 100%);
    border: 2px solid #44ff44;
    box-shadow: 0 0 10px rgba(68,255,68,0.3);
    color: #44ff44;
}

body[data-theme="4-luigis-mansion"] .under-construction {
    background: rgba(40,20,60,0.9);
    border: 2px dashed #aa44ff;
    color: #aa44ff;
    animation: spookyGlow 2s ease-in-out infinite;
}

body[data-theme="4-luigis-mansion"] .visitor-counter {
    background: #0a0a1a;
    border: 2px solid #44ff44;
    color: #44ff44;
    box-shadow: 0 0 10px rgba(68,255,68,0.3);
}

body[data-theme="4-luigis-mansion"] .counter-display {
    background: #050510;
    border-color: #44ff44;
    text-shadow: 0 0 5px #44ff44;
}

body[data-theme="4-luigis-mansion"] .fake-ad {
    background: linear-gradient(180deg, rgba(40,20,60,0.95) 0%, rgba(60,30,80,0.9) 100%) !important;
    border: 2px solid #aa44ff !important;
    box-shadow: 0 0 10px rgba(170,68,255,0.4);
    animation: none;
}

body[data-theme="4-luigis-mansion"] .fake-ad .ad-flash {
    color: #44ff44;
    text-shadow: 0 0 5px #44ff44;
}

body[data-theme="4-luigis-mansion"] .fake-ad .ad-big {
    color: #aa44ff;
    text-shadow: 0 0 5px #aa44ff;
}

body[data-theme="4-luigis-mansion"] .fake-ad .ad-text {
    color: #ccccff;
}

body[data-theme="4-luigis-mansion"] .fake-ad .ad-cta {
    background: #44ff44;
    color: #000;
    border-color: #66ff66;
}

body[data-theme="4-luigis-mansion"] .guestbook a {
    color: #44ff44;
    text-shadow: 0 0 5px #44ff44;
}

body[data-theme="4-luigis-mansion"] .webring {
    background: rgba(20,10,40,0.9);
    border: 2px solid #aa44ff;
}

body[data-theme="4-luigis-mansion"] .webring a {
    color: #44ff44;
}

body[data-theme="4-luigis-mansion"] .best-viewed {
    background: rgba(20,10,40,0.9);
    color: #44ff44;
    border: 1px solid #44ff44;
}

body[data-theme="4-luigis-mansion"]:not(.lunchtime) {
    background-color: #1a0a2e;
}

body[data-theme="4-luigis-mansion"].lunchtime {
    animation: none;
    background-color: #0a2a0a;
}

