@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&display=swap');

:root {
    --outerborder: rgb(33, 33, 61);
    --mainbg: rgb(33, 33, 61, 0.5);
    --text: rgb(232, 218, 237);
    --link: rgb(194, 175, 201);
    --hover: rgb(146, 120, 171);
}

::selection {
    background-color: rgb(130, 115, 145);
}

body {
    background-color: black;
    background-image: url('files/imagens/sitebg.png');
    background-size: 600px;
    background-repeat: repeat-x;
    color: var(--text);
    font-family: 'Inter';
    font-size: 16px;
    cursor: url(files/cursor/Synthwave\ Normal\ Select.cur), auto;
}

a {
    text-decoration: var(--linkunder) 1px;
    text-underline-offset: 1px;
    cursor: url(files/cursor/Synthwave\ Link\ Select.cur), pointer;
}

a:link {
    color: var(--link);
}

a:visited {
    color: var(--link);
}

a:hover {
    color: var(--hover);
    text-decoration: underline dotted var(--hover) 1px;
    text-underline-offset: 3px;
}

s {
    color: rgb(109, 107, 110);
}

h1 {
    font-size: 20px;
    font-family: "techno";
    color: white;
    text-shadow: 1px 3px black;
    padding: 40px 0 0 10px;
}

.container_ext {
    width: 1300px;
    height: auto;
    display: flexbox;
    margin: 2% auto;
    grid-gap: 15px;
    justify-content: center;
}

.container_int {
    border: solid 2px var(--outerborder);
    width: auto;
    height: auto;
    display: grid;
    margin-top: 1%;
    grid-gap: 15px;
    justify-content: center;
    background-image: url('files/imagens/mainbg.jpg');
    background-size: cover;
    background-color: var(--mainbg);
    background-blend-mode: color;
    padding: 10px;
    grid-template:

        "navigation warning contribute uprightbox"
        "leftbox warning contribute uprightbox"
        "leftbox main main uprightbox"
        "leftbox main main downrightbox"
        "img_corner main main downrightbox"
        / 200px 3fr 1fr
}

navigation {grid-area: navigation;}
leftbox {grid-area: leftbox;}
img_corner {grid-area: img_corner;}
warning {grid-area: warning;}
contribute {grid-area: contribute;}
main {grid-area: main;}
uprightbox {grid-area: uprightbox;}
downrightbox {grid-area: downrightbox;}

leftbox, main, uprightbox, downrightbox, warning, contribute, img_corner {
    background-color: var(--mainbg);
    
    padding: 0 20px;

    border: 1px solid darkblue;
}

.header {
    height: 100px;
    width: 800px;
    background-image: url('files/imagens/www-youtube-com-1748566504434_waifu2x_art_noise3.png');
    background-position: 0px -80px;
    border-radius: 60px 60px 60px 0px;
    
}

navigation {
    height: 50px;
    padding: 0 2px;
    font-family: "techno";
    font-size: 14px;
}

img_corner {
    padding: 0;
    height: 198px;
    margin-top: -340px;
    background-image: url('files/imagens/suaimgcorner.jpg');
    background-size: 300px;
    background-position-x: -70px;
    background-color: var(--mainbg);
    background-blend-mode: color;
    position: static;
}

leftbox {
    height: 260px;
    padding: 20px 20px;
    color: var(--link);
    overflow: auto;
    line-height: 1.2
    3;
}

warning {
    height: 200px;
    width: 400px;
}

contribute {
    width: 284px;
}

main {
    height: 500px;
    overflow-y: auto;
}

uprightbox {
    height: 330px;
}

downrightbox {
    height: 370px;
    justify-content: center;
    text-align: center;
}

button {
    background-color: transparent;
    color: var(--link);
    cursor: url(files/cursor/Synthwave\ Link\ Select.cur), pointer;
    border: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    font-family: 'Inter';
}

.collapsible {
    background-color: transparent;
    color: var(--link);
    cursor: url(files/cursor/Synthwave\ Link\ Select.cur), pointer;
    border: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    font-family: 'Inter';
}

.active, .collapsible:hover {
    color: var(--hover);
}

.dropdown-content {
    padding: 10px;
    display: none;
    overflow: hidden;
    background-color: var(--mainbg);
    font-size: 15px;
    line-height: 1.3;
}

#home {
    margin-bottom: 10px;
}
.others {
    margin-top: 10px;
}

#container_img {
    position: relative;
    width: 200px;
    height: 200px;
}

#credits {
    position: absolute;
    bottom: -7px;
    left: 40px;
    font-weight: bold;
    color: var(--text);
}

::-webkit-scrollbar {
  width: 10px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--text);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--link);
  border-radius: 10px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--hover);
}

@media only screen and (max-width: 768px) {
    body {
        background-size: 2000px
    }
    .container_ext {
        width: auto;
        height: auto;
        display: flexbox;
        margin: 2% auto;
    }
    .container_int {
        border: solid 2px var(--outerborder);
        width: auto;
        height: auto;
        background-size: auto;
        display: grid;
        margin-top: 20px;
        grid-gap: 15px;
        justify-content: center;
        padding: 10px;
        grid-template:
            "navigation"
            "leftbox"
            "warning"
            "main"
            "contribute"
            "uprightbox"
            "downrightbox"
    }
    img_corner {
        display: none;
    }
    .header {
        height: 100px;
        width: auto;
        background-image: url('files/imagens/www-youtube-com-1748566504434_waifu2x_art_noise3.png');
        background-position: 0px -80px;
        border-radius: 60px 60px 60px 0px;
        
    }
    navigation {
        height: 50px;
        padding: 0 2px;
        font-family: "techno";
        font-size: 14px;
    }

    leftbox {
        height: 260px;
        padding: 20px 20px;
        color: var(--link);
        overflow: auto;
        line-height: 1.2
        3;
    }

    warning {
        height: auto;
        width: auto;
        overflow: auto;
    }

    contribute {
        width: auto;
    }

    main {
        height: 500px;
    }

    uprightbox {
        height: 330px;
    }

    downrightbox {
        height: 370px;
    }
}


@font-face {
    font-family: "techno";
    src: url("files/fontes/Dune_Rise.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    src: url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
}

