/*
Yanri's Website - Retro Layout (Zeffdakilla Style)
*/

body {
    margin: 0;
    padding: 0;
    background-image: url('images/watergif.gif');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

#container {
    width: 800px;
    margin: 20px auto;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#header {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    background-image: none;
    margin-bottom: 10px;
}

#header img {
    max-width: 100%;
    height: auto;
    display: block;
}

#header h1 {
    display: none;
}

#menu {
    width: 100%;
    background-color: rgba(152, 251, 152, 0.8);
    background-image: url('images/windows_longhorn_taskbar_texture_by_scott_o_matic_df5ucbm-375w-2x.png');
    background-size: cover;
    border: 2px solid DarkOliveGreen;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

#menu li {
    margin: 0 3px;
}

#menu a {
    display: block;
    padding: 10px 20px;
    background-color: rgba(143, 188, 143, 0.9);
    color: #2e3b19;
    font-weight: bold;
    text-decoration: none;
    border: 2px outset #8aa848;
    transition: all 0.2s;
}

#menu a:hover {
    background-color: rgba(154, 205, 50, 0.9);
    color: #2e3b19;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(154, 205, 50, 0.8), 0 0 25px rgba(154, 205, 50, 0.5);
}

#menu a:active,
#menu .active a {
    background-color: rgba(85, 107, 47, 0.9);
    border: 2px inset #3e4d22;
}

#content-wrapper {
    display: flex;
    width: 100%;
    min-height: 500px;
    background: linear-gradient(to bottom, rgba(143, 188, 143, 0.8), rgba(143, 188, 143, 0.4));
    border: 2px solid DarkOliveGreen;
}

#sidebar {
    width: 200px;
    background-image: url('images/side bar.png');
    background-repeat: repeat;
    background-position: top left;
    border-right: 2px solid rgba(85, 107, 47, 0.5);
    padding: 15px;
    box-sizing: border-box;
}

#sidebar h3 {
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 8px;
    background-image: url('images/botton1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

#sidebar li {
    margin-bottom: 6px;
    text-align: left;
}

#sidebar a {
    display: inline-block;
    width: 140px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    background-image: url('images/botton1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

#sidebar a:hover {
    box-shadow: 0 0 15px rgba(154, 205, 50, 0.8), 0 0 25px rgba(154, 205, 50, 0.5);
    transform: scale(1.05);
}

#main-content {
    flex: 1;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
}

#main-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('images/metro_39.png');
    background-repeat: repeat;
    background-position: top left;
    opacity: 0.3;
    z-index: -1;
}

h2 {
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Trebuchet MS", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.music-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.music-list li {
    margin-bottom: 12px;
    padding: 8px;
    background-color: rgba(240, 248, 240, 0.6);
    border-bottom: 1px solid DarkOliveGreen;
}

.music-list a {
    display: block;
    color: DarkOliveGreen;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.music-list a:hover {
    color: YellowGreen;
    text-decoration: none;
    padding-left: 5px;
    transition: padding-left 0.2s;
}

.interest-list ul {
    list-style-type: square;
    padding-left: 20px;
    color: #FFFFFF;
}

.interest-list li {
    margin-bottom: 8px;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.placeholder-box {
    width: 100%;
    height: 200px;
    background-color: rgba(232, 240, 232, 0.6);
    border: 2px dashed DarkSeaGreen;
    display: flex;
    align-items: center;
    justify-content: center;
    color: OliveDrab;
    font-weight: bold;
    margin-bottom: 20px;
}

#footer {
    width: 100%;
    padding: 10px 0;
    background-color: rgba(85, 107, 47, 0.9);
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-top: 3px solid OliveDrab;
}

.corner-symbol {
    position: fixed;
    width: 200px;
    height: 200px;
    z-index: 1000;
    opacity: 0.9;
}

.corner-symbol.top-left {
    top: 10px;
    left: 10px;
}

.corner-symbol.top-right {
    top: 10px;
    right: 10px;
}

.video-player-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.video-player-frame {
    width: 300px;
    height: 200px;
    background-image: url('images/aero-form.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#soundcloud-player {
    width: 260px;
    height: 160px;
    border: none;
}

#main-content h2:first-of-type,
#main-content p:first-of-type {
    font-family: 'MedievalSharp', cursive;
    font-size: 18px;
}

.latest-updates {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #9acd32;
}

.mozzart-window {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 998;
    background: linear-gradient(to bottom, rgba(143, 188, 143, 0.9), rgba(143, 188, 143, 0.7));
    border: 3px solid DarkOliveGreen;
    padding: 10px;
    width: 180px;
    box-shadow: 0 0 20px rgba(85, 107, 47, 0.8);
}

.mozzart-window h3 {
    margin: 0 0 10px 0;
    text-align: center;
    color: DarkOliveGreen;
    font-size: 14px;
    font-weight: bold;
}

.mozzart-window img {
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid DarkOliveGreen;
    box-shadow: 0 0 15px rgba(154, 205, 50, 0.8), 0 0 25px rgba(154, 205, 50, 0.5);
    cursor: pointer;
    transition: transform 0.2s;
}

.mozzart-window img:hover {
    transform: scale(1.05);
}

.pugo-badge-window {
    position: fixed;
    bottom: 10px;
    right: 55px;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(143, 188, 143, 0.9), rgba(143, 188, 143, 0.7));
    border: 3px solid DarkOliveGreen;
    padding: 8px;
    width: auto;
    box-shadow: 0 0 20px rgba(85, 107, 47, 0.8);
}

.pugo-badge-window a {
    display: block;
    line-height: 0;
}

.pugo-badge-window img {
    transition: transform 0.2s;
}

.pugo-badge-window img:hover {
    transform: scale(1.05);
}

.stamps-window {
    position: fixed;
    bottom: 10px;
    right: 175px;
    z-index: 999;
    background: linear-gradient(to bottom, rgba(143, 188, 143, 0.9), rgba(143, 188, 143, 0.7));
    border: 3px solid DarkOliveGreen;
    padding: 8px;
    width: auto;
    box-shadow: 0 0 20px rgba(85, 107, 47, 0.8);
}

.stamps-window h3 {
    margin: 0 0 10px 0;
    text-align: center;
    color: DarkOliveGreen;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.stamps-window a {
    display: block;
    line-height: 0;
    margin-bottom: 5px;
}

.stamps-window img {
    transition: transform 0.2s;
}

.stamps-window img:hover {
    transform: scale(1.05);
}

.forpooper-img {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 400px;
    opacity: 0.6;
    z-index: 997;
    filter: drop-shadow(0 0 15px rgba(154, 205, 50, 0.8)) drop-shadow(0 0 30px rgba(154, 205, 50, 0.6));
}

.g9en3ts7nw781-img {
    position: fixed;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    height: 150px;
    opacity: 0.6;
    z-index: 997;
    filter: drop-shadow(0 0 15px rgba(154, 205, 50, 0.8)) drop-shadow(0 0 30px rgba(154, 205, 50, 0.6));
}

.logo-poop-img {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(154, 205, 50, 0.9)) drop-shadow(0 0 40px rgba(154, 205, 50, 0.7)) drop-shadow(0 0 60px rgba(154, 205, 50, 0.5));
    transition: transform 0.3s;
}

.logo-poop-img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 25px rgba(154, 205, 50, 1)) drop-shadow(0 0 50px rgba(154, 205, 50, 0.8)) drop-shadow(0 0 75px rgba(154, 205, 50, 0.6));
}

.slideshow-section {
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(to bottom, rgba(143, 188, 143, 0.6), rgba(143, 188, 143, 0.3));
    border: 3px solid DarkOliveGreen;
    margin-bottom: 20px;
}

.slideshow-section h2 {
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.slideshow-container {
    position: relative;
    max-width: 800px;
    height: 600px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    border: 3px solid DarkOliveGreen;
    overflow: hidden;
}

.slideshow-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slideshow-container img.active {
    opacity: 1;
}

.slideshow-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.slideshow-controls button {
    padding: 12px 25px;
    background-color: rgba(107, 142, 35, 0.9);
    color: white;
    border: 2px outset #8aa848;
    font-weight: bold;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
}

.slideshow-controls button:hover {
    background-color: rgba(154, 205, 50, 0.9);
    color: #2e3b19;
    box-shadow: 0 0 10px rgba(154, 205, 50, 0.6);
}

.slideshow-info {
    text-align: center;
    margin-top: 15px;
    color: DarkOliveGreen;
    font-weight: bold;
    font-size: 14px;
}

/* Shake animations for poop button */
@keyframes shake {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    10% {
        transform: translate(-2px, -2px) rotate(-2deg);
    }

    20% {
        transform: translate(2px, 2px) rotate(2deg);
    }

    30% {
        transform: translate(-2px, 2px) rotate(-2deg);
    }

    40% {
        transform: translate(2px, -2px) rotate(2deg);
    }

    50% {
        transform: translate(-2px, -2px) rotate(-2deg);
    }

    60% {
        transform: translate(2px, 2px) rotate(2deg);
    }

    70% {
        transform: translate(-2px, 2px) rotate(-2deg);
    }

    80% {
        transform: translate(2px, -2px) rotate(2deg);
    }

    90% {
        transform: translate(-2px, -2px) rotate(-2deg);
    }
}

@keyframes shake-violent {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    10% {
        transform: translate(-5px, -5px) rotate(-5deg);
    }

    20% {
        transform: translate(5px, 5px) rotate(5deg);
    }

    30% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    40% {
        transform: translate(5px, -5px) rotate(5deg);
    }

    50% {
        transform: translate(-5px, -5px) rotate(-5deg);
    }

    60% {
        transform: translate(5px, 5px) rotate(5deg);
    }

    70% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    80% {
        transform: translate(5px, -5px) rotate(5deg);
    }

    90% {
        transform: translate(-5px, -5px) rotate(-5deg);
    }
}

.shake {
    animation: shake 0.3s infinite;
}

.shake-violent {
    animation: shake-violent 0.15s infinite;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.badges-container a {
    display: inline-block;
    line-height: 0;
}

.badges-container img {
    width: 88px;
    height: 31px;
    border: none;
    transition: transform 0.2s;
}

.badges-container img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

/* ========================================
   ART GALLERY SLIDESHOW STYLES
   ======================================== */

.slideshow-section {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    background: linear-gradient(135deg, #2d4a2b 0%, #3d5a3b 100%);
    border: 3px solid DarkOliveGreen;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.slideshow-section h2 {
    color: #c8e6c9;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 500px;
    margin: 0 auto;
    background: #1a1a1a;
    border: 2px solid #556b2f;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.slideshow-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slideshow-container img.active {
    opacity: 1;
    z-index: 1;
}

.slideshow-info {
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
    color: #c8e6c9;
    font-weight: bold;
}

.slideshow-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.slideshow-controls button {
    padding: 10px 20px;
    background: linear-gradient(to bottom, #6b8e23 0%, #556b2f 100%);
    color: white;
    border: 2px solid #8fbc8f;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.slideshow-controls button:hover {
    background: linear-gradient(to bottom, #7fa02f 0%, #6b8e23 100%);
    box-shadow: 0 0 15px rgba(143, 188, 143, 0.6);
    transform: translateY(-2px);
}

.slideshow-controls button:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ========================================
   SPA CONTENT SECTIONS
   ======================================== */

.content-section {
    display: none;
    animation: fadeIn 0.5s;
}

.content-section.active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ========================================
   DISCORD MODAL STYLES
   ======================================== */

.discord-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.discord-modal-content {
    position: relative;
    background-color: #2d3e2d;
    border: 3px solid DarkOliveGreen;
    border-radius: 8px;
    padding: 20px;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.discord-modal-content img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    border-radius: 4px;
}

.discord-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #c8e6c9;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.discord-modal-close:hover {
    background: rgba(255, 0, 0, 0.7);
    color: white;
    transform: scale(1.1);
}

/* ========================================
   CUSTOM AUDIO PLAYER (Draggable Winamp)
   ======================================== */

.custom-audio-player {
    position: fixed;
    bottom: 20px;
    right: 175px;
    z-index: 999;
    width: 260px;
    background-color: #c0c0c0;
    border: 2px solid #ffffff;
    border-right-color: #808080;
    border-bottom-color: #808080;
    padding: 2px;
    box-shadow: 1px 1px 0 0 #000;
    font-family: 'Tahoma', sans-serif;
}

.player-header {
    background: linear-gradient(to right, #000080, #1084d0);
    color: white;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background-color: #c0c0c0;
}

.play-pause-btn {
    width: 25px;
    height: 25px;
    background-color: #c0c0c0;
    border: 1px solid #fff;
    border-right-color: #808080;
    border-bottom-color: #808080;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.play-pause-btn:active {
    border: 1px solid #808080;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.progress-container {
    flex-grow: 1;
    height: 15px;
    background-color: #000;
    border: 1px solid #808080;
    border-right-color: #fff;
    border-bottom-color: #fff;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    background-color: #00ff00;
    width: 0%;
}

.track-info {
    background-color: #000;
    color: #00ff00;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    padding: 5px;
    margin: 0 5px 5px 5px;
    border: 1px solid #808080;
    border-right-color: #fff;
    border-bottom-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========================================
   GUESTBOOK SECTION STYLES
   ======================================== */

.guestbook-container {
    margin: 20px auto;
    max-width: 900px;
    padding: 15px;
    background: linear-gradient(135deg, #f5f5dc 0%, #e8ecd0 100%);
    border: 3px solid #8B9862;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(85, 107, 47, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.guestbook-container iframe {
    border: 2px solid #8B9862;
    border-radius: 4px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

#guestbook-section h2 {
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 20px rgba(154, 205, 50, 0.6);
    margin-bottom: 15px;
}

#guestbook-section p {
    text-align: center;
    color: #2e3b19;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}