/* WINDOWS 3.1 HOTDOG STAND THEME FOR ANDREE 🌭💛 */
/* This is the ICONIC color blind mode - red text on yellow background */

body.hotdog-mode {
    background-color: #FFFF00 !important; /* YELLOW background */
    color: #FF0000 !important; /* RED text */
    background-image: none !important;
}

body.hotdog-mode header,
.hotdog-mode h1,
.hotdog-mode h2,
.hotdog-mode h3,
.hotdog-mode h4,
.hotdog-mode h5,
.hotdog-mode h6 {
    color: #FF0000 !important; /* RED headers */
    background-color: #FFFF00 !important; /* YELLOW background */
    text-shadow: none !important;
}

body.hotdog-mode main,
.hotdog-mode p,
.hotdog-mode li,
.hotdog-mode div {
    color: #FF0000 !important; /* RED text */
    background-color: #FFFF00 !important; /* YELLOW background */
}

body.hotdog-mode a {
    color: #FF0000 !important; /* RED links */
    text-decoration: underline;
}

body.hotdog-mode a:visited {
    color: #CC0000 !important; /* Darker red for visited */
}

body.hotdog-mode footer {
    color: #FF0000 !important; /* RED footer text */
    background-color: #FFFF00 !important; /* YELLOW footer */
}

body.hotdog-mode table {
    background-color: #FFFF00 !important; /* YELLOW table */
}

body.hotdog-mode td {
    background-color: #FFFF00 !important; /* YELLOW cells */
    color: #FF0000 !important; /* RED text */
}

body.hotdog-mode .guestbook {
    background-color: #FFFF00 !important; /* YELLOW guestbook */
    border-color: #FF0000 !important; /* RED border */
    color: #FF0000 !important; /* RED text */
}

body.hotdog-mode .marquee {
    color: #FF0000 !important; /* RED marquee */
}

body.hotdog-mode .blink {
    color: #FF0000 !important; /* RED blink text */
}

body.hotdog-mode ::-webkit-scrollbar-track {
    background: #FFFF00 !important; /* YELLOW scrollbar track */
}

body.hotdog-mode ::-webkit-scrollbar-thumb {
    background: #FF0000 !important; /* RED scrollbar thumb */
    animation: none !important;
}

body.hotdog-mode ::-webkit-scrollbar-thumb::before {
    display: none !important;
}

/* Simple hotdog stand cursor for the mode */
html.hotdog-mode, html.hotdog-mode *, body.hotdog-mode, body.hotdog-mode * {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><rect width="32" height="32" fill="%23FFFF00"/><text x="16" y="20" font-family="Arial" font-size="16" fill="%23FF0000" text-anchor="middle">🌭</text></svg>'), auto !important;
}
