/* RESET */

* {
    box-sizing: border-box;
}

/* BODY */

body {
    margin: 0;
    padding: 20px;

    background-image: url("./imgs/06.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    font-family: 'Courier New', monospace;

    color: white;
}

/* CONTAINER */

#container {
    width: 1100px;
    max-width: 100%;

    margin: auto;

    padding: 20px;

    background: #c0c0c0;

    border: 5px outset white;

    color: black;
}

/* HEADER */

header {
    text-align: center;

    margin-bottom: 20px;
}

.logo {
    width: 400px;
    max-width: 100%;

    image-rendering: pixelated;
}

/* LAYOUT */

#layout {
    display: flex;

    gap: 20px;

    align-items: flex-start;
}

/* SIDEBAR */

#sidebar {
    width: 220px;

    flex-shrink: 0;
}

#sidebar h2 {
    margin-top: 0;
}

/* LINKS */

.social-link {
    display: block;

    margin-bottom: 10px;

    color: blue;

    font-weight: bold;

    text-decoration: none;
}

.social-link:hover {
    text-decoration: underline;
}

/* CONTENT */

#content {
    flex: 1;

    min-width: 0;
}

/* SECTIONS */

.section {
    background: white;

    border: 3px inset black;

    padding: 15px;

    margin-bottom: 20px;
}

.section h2 {
    margin-top: 0;

    color: darkred;
}

/* SPOTIFY */

.spotify iframe {
    width: 100%;

    height: 352px;

    border: none;
}

/* YOUTUBE */

.youtube iframe {
    width: 100%;

    height: 400px;
}

/* WINDOW 98 */

.window {
    background: #c0c0c0;

    border: 3px solid black;

    box-shadow:
        inset -2px -2px #808080,
        inset 2px 2px #ffffff;

    margin-bottom: 20px;
}

.window-header {
    background: linear-gradient(to right, #000080, #1084d0);

    color: white;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 5px 8px;

    font-size: 14px;

    font-weight: bold;
}

.window-buttons {
    display: flex;

    gap: 4px;
}

.window-btn {
    width: 18px;
    height: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #c0c0c0;

    border: 2px outset white;

    color: black;

    font-size: 11px;

    font-family: Arial;
}

.window-btn.close {
    color: darkred;
}

.window-content {
    padding: 15px;
}

.tiktok-window {
    margin-top: 20px;

    overflow: hidden;
}

.tiktok-window .mini-window-content {
    padding: 10px;

    overflow: hidden;
}
.tiktok-window iframe {
    border: none;
}

/* CAROUSEL */

.carousel-wrapper {
    display: flex;

    align-items: center;

    gap: 10px;
}

.carousel-container {
    width: 100%;

    overflow: hidden;
}

.merch-grid {
    display: flex;

    gap: 20px;

    transition: transform 0.3s ease;
}

/* MERCH ITEM */

.merch-item {
    width: calc((100% - 40px) / 3);

    flex: 0 0 auto;

    background: #c0c0c0;

    text-align: center;

    transition: 0.2s ease;
}

.merch-item:hover {
    transform: scale(1.05);
}

.merch-item a {
    display: block;

    text-decoration: none;

    color: black;
}

.merch-item img {
    width: 100%;

    height: 180px;

    object-fit: contain;

    background: white;

    padding: 10px;

    border: 2px inset #808080;
}

.merch-item p {
    margin: 8px 0;
}

/* CAROUSEL BUTTONS */

.carousel-btn {
    width: 40px;
    height: 40px;

    flex-shrink: 0;

    background: #c0c0c0;

    border: 2px outset white;

    cursor: pointer;

    font-size: 18px;

    font-weight: bold;
}

.carousel-btn:active {
    border: 2px inset white;
}

/* TICKETS */

.ticket-button {
    display: inline-block;

    padding: 12px 20px;

    background: red;

    color: white;

    border: 3px outset white;

    text-decoration: none;

    font-weight: bold;
}

.ticket-button:hover {
    background: darkred;
}

/* RESPONSIVO */

@media (max-width: 900px) {

    #layout {
        flex-direction: column;
    }

    #sidebar {
        width: 100%;
    }

    .youtube iframe {
        height: 250px;
    }

    .spotify iframe {
        height: 300px;
    }

    .merch-item {
        width: 100%;
    }
}

/* MINI WINDOW */

.mini-window {
    margin-top: 25px;

    background: #c0c0c0;

    border: 3px solid black;

    box-shadow:
        inset -2px -2px #808080,
        inset 2px 2px #ffffff;
}

.mini-window-header {
    background: linear-gradient(to right, #000080, #1084d0);

    color: white;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 4px 6px;

    font-size: 12px;

    font-weight: bold;
}

.mini-window-buttons {
    display: flex;

    gap: 3px;
}

.mini-btn {
    width: 16px;
    height: 16px;

    background: #c0c0c0;

    border: 2px outset white;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 10px;

    color: black;

    font-family: Arial;
}

.mini-btn.close {
    color: darkred;
}

.mini-window-content {
    background: white;

    padding: 10px;

    color: black;

    font-size: 13px;

    line-height: 1.5;
}

/* BLINK */

.blink {
    color: red;

    font-weight: bold;

    animation: blink 1s steps(1) infinite;
}

@keyframes blink {

    50% {
        opacity: 0;
    }

}



/*SITE ACAO DIVULGACAO*//*----------------------------------------------------------------------------------------------*/

.audio-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* ÁUDIOS */
.audio-column {
    flex: 2;
    min-width: 0;
}

/* VÍDEO */
.video-column {
    flex: 1;
    min-width: 0;
}

/* evita estouro dos players */
.music-player {
    width: 100%;
    box-sizing: border-box;
}

/* responsivo */
@media (max-width: 900px) {
    .audio-layout {
        flex-direction: column;
    }
}

/*VIDEOCLIPE*/

video {
    border: 1px inset #808080;
    background: black;
}
.clip-preview {
    width: 100%;

    border: 2px inset #808080;

    background: black;

    display: block;
}
/*POPUP LOGIN - EP*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-window {
    width: 320px;
    background: #c0c0c0;
    border: 2px solid black;
    box-shadow: inset -2px -2px #808080, inset 2px 2px #fff;
    font-family: 'Courier New', monospace;
}

.popup-header {
    background: linear-gradient(to right, #000080, #1084d0);
    color: white;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-content {
    padding: 15px;
    font-size: 13px;
    color: black;
}

.popup-button {
    width: 100%;
    padding: 8px;
    border: 2px outset white;
    background: #c0c0c0;
    cursor: pointer;
}

/*creditos*/
.creditos-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* TEXTO */
.creditos-text {
    flex: 2;
    font-size: 14px;
    line-height: 1.6;

}
.creditos-layout{
    background-color: whitesmoke;
}
.creditos-text{
    font-family: Arial;
}
/* CAPA 3D */
.flip-container {
    width: 220px;
    height: 220px;

    flex-shrink: 0;

    perspective: 1000px;
}

.flip-card {
    width: 100%;
    height: 100%;

    position: relative;

    transform-style: preserve-3d;

    animation: rotateCard 12s linear infinite;
}

.flip-face {
    position: absolute;

    width: 100%;
    height: 100%;

    backface-visibility: hidden;
}

.flip-face img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    border: 2px inset #808080;
}

/* VERSO */
.back {
    transform: rotateY(180deg);
}

/* ANIMAÇÃO */
@keyframes rotateCard {

    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }

}

/* MOBILE */
@media (max-width: 900px) {

    .creditos-layout {
        flex-direction: column;
    }

}


.chat-profile {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 15px;
}

.chat-profile img {
    width: 48px;
    height: 48px;

    object-fit: cover;

    border: 2px inset #808080;

    background: white;
}

.chat-name {
    margin: 0;

    font-weight: bold;

    color: #004a99;
}

.chat-status {
    margin: 2px 0 0 0;

    font-size: 12px;

    color: green;
}

/* BALÃO MSN */

.chat-message {
    position: relative;

    background: #dbeeff;

    border: 1px solid #7aa7d9;

    border-radius: 14px;

    padding: 12px 14px;

    margin-bottom: 15px;

    box-shadow:
        inset 1px 1px white;

    font-size: 13px;

    line-height: 1.5;
}

/* PONTA DO BALÃO */

.chat-message::before {
    content: "";

    position: absolute;

    top: 14px;
    left: -8px;

    width: 0;
    height: 0;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #dbeeff;
}

/* BOTÃO */

.chat-button {
    display: block;

    text-align: center;

    background: linear-gradient(
        to bottom,
        #4ea3ff,
        #0066cc
    );

    color: white;

    text-decoration: none;

    font-weight: bold;

    padding: 10px;

    border:
        2px outset #ffffff;

    font-size: 12px;
}

.chat-button:hover {
    filter: brightness(1.1);
}

.chat-button:active {
    border:
        2px inset #ffffff;
}

.chat-message,
.chat-name,
.chat-status,
.chat-button,
.mini-window-header {
    font-family: Tahoma, Verdana, Arial, sans-serif;
}



.folder-download {
    display: flex;

    align-items: center;

    gap: 10px;

    text-decoration: none;

    color: black;

    background: white;

    border: 2px inset #808080;

    padding: 10px;

    margin-top: 10px;

    font-family: Tahoma, Arial, sans-serif;

    transition: 0.1s;
}

.folder-download:hover {
    background: #dbeeff;
}

.folder-download img {
    width: 32px;
    height: 32px;

    image-rendering: pixelated;
}

.folder-download span {
    font-size: 12px;