/* adicionar overflow: auto; 
caso precise de scrollbar em alguma janela*/

/*BACKGROUND & FILTER*/

body{
    background-color: #B3CEE5;
    background-image: url(../img/back5.png);
    background-blend-mode: soft-light;
    font-family: verdana, arial, sans-serif, helvetica;
    padding: 60px;
}

body::before{
    content: " ";
    display: block;
    position: fixed;
    inset: 0px;
    background: linear-gradient(rgb(82 15 15 / 48%) 50%, rgb(0 0 0 / 0%) 50%);
    z-index: 999;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

/*HEADER*/

header {
    width: 860px;
    height: 255px;
    margin: 20px auto;
    background-image: url(../img/bannerBACK.jpg);
    background-size: 860px;
    background-color: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #4a90e2;
    box-shadow: 0 0 0 3px #3b5998;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

header img {
    z-index: 1;
    width: 800px;
    height: 200px;
    border: solid 2px #4a90e2;
    box-shadow: 0 0 0 3px #3b5998;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;    
}

h1 {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

/*IMPORTANT*/

#mySpace {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/*NAVIGATOR*/

nav {
    width: 120px;
    margin: 20px 0px 20px 5px;
    border-style: outset;
    border-width: 3px;
    box-shadow: 0 0 0 2px #4a90e2;
    border-color: #000 #fff #fff #000;;
    background-color: #dddddd;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

nav  h2{
    font-weight: bold;
    text-transform: lowercase;
    color: #fa6e8f;
    font-size: 17px;
    text-align: center;
    text-shadow: 2px 1px 0 #3b5998;
    margin-top: 5px;
}

nav:first-child::before{
    content: " ";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/aim.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 15px 0 5px 21px;
}

nav h2::before, nav h2::after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/bow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 5px;
}

nav ul {
    list-style: none; 
}

nav li {
    margin: 0px 5px 2px -35px;
    padding: 5px;
    text-align: center;
    border-style: outset;
    border-width: 1px;
    border-color: #000;
    border-radius: 5px;
    box-shadow: 0 0 5px gray inset;
    background-color: #dddddd;
    color: #3b3b3b;
    font-size: 90%;
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #000;
    margin: 1em 10px auto;
}

/*MAIN*/

main {
    width: 800px;
    padding: 10px;
    border: solid 2px #4a90e2;
    box-shadow: 0px 0px 6px #3b5998;
    margin: 10px auto;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
}

#border {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: solid;
    border-width: 12px;
    border-image: url(../img/mainBack.png);
    border-image-slice: 9 fill;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: round;
    align-content: flex-start;
    gap: 28px;
}

article h2, section h2 {
    border-bottom-style: groove;
    background-image: url(../img/buttons.png), linear-gradient(to right, #ff8da1, #adcbe1);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px 6px;
    margin: 1px;
    margin-bottom: 0px;
    color:#44617b;
    font-weight: 600;
    font-size: 13.5px;
    text-transform: uppercase;
}

article p, section p {
    padding: 5px;
    overflow-wrap: break-word;
}

article {
    margin: 0px 0px 10px 10px;
    border-style: outset;
    border-width: 2px;
    border-color: #fff #000 #000 #fff;
    background-color: #dddddd;
    min-width: 320px;
    max-width: 320px;
    flex: 2 1 auto;
}

section {
    margin: 0px 10px 10px 0px;
    border-style: outset;
    border-width: 2px;
    border-color: #fff #000 #000 #fff;
    background-color: #dddddd;
    min-width: 400px;
    max-width: 400px;
}

/*GET2KNOW.ME*/

.get2know {
    text-align: justify;
    color: #3b3b3b;
}

.get2know img {
    width: 320px;
    mix-blend-mode: darken;
    margin: -30px 0;
}

.lastp {
    margin-bottom: 50px;
}

.bottom {
    margin-bottom: 25px;
}

.get2know p {
    padding: 0 50px;
}

/*PROFILE PIC*/

:root {
--cd-image: url(../img/CD.png);
}

.profile-pic {
    z-index: 10;
    filter: drop-shadow(0 0 0.25rem gray);
    width: 163px;
    height: 160px;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile-pic:after {
    content: " ";
    background: url(../img/CDcase.png), linear-gradient(150deg, rgba(255,255,255,0.4), rgba(255,255,255,0.2), 40%, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.6));
    background-size: contain, cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.profile-pic:before {
    content: " ";
    background: var(--cd-image);
    position: absolute;
    top: 5px;
    left: -20px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    z-index: -1;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    transition: left ease 0.5s;
}

.profile-pic:hover:before {
    left: -75px;
}

.profile-pic img {
    max-width: 155px;
    display: block;
    box-shadow: 0px 0px 15px #b0b0b0;
    border: #999999 double 5px;
}

.first {
    display: flex;
    flex-wrap: wrap;
    height: 210px;
}

.first h2 {
    position: absolute;
    min-width: 305px;
    margin-bottom: 50px;
}

.quote {
    margin-top: 30px;
    width: 60px;
    overflow-wrap: break-word;
    color: #3b3b3b;
    font-size: 90%;
}

/*STATUS*/

.status {
    display: flex;
    flex-wrap: wrap;
    background-image: url(../img/comic2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: none;
    min-height: 250px;
}

.status h2 {
    position: absolute;
    z-index: 8;
    margin: 20px 0 0 40px;
    color: #fa6e8f;
}

.status p {
    z-index: 10;
    position: absolute;
    margin: 50px 0 0 160px;
    width: 100px;
}

.chibi {
    width: 80px;
}

.bubble {
    height: 135px;
    z-index: 5;
    position: relative;
}

.status h2 {
    background: none;
    border: none;
}

/*WARNING*/

.warning {
    display: flex;
    flex-wrap: wrap;
}

.warning img {
    height: 80px;
    margin: 0 0 2px -20px;
}

.warning h2 {
    background: none;
    border: none;
    padding: 15px 0 5px 80px;
    color: red;
}

.warning h2::before, .warning h2::after {
    content: " ";
    background-image: url(../img/warning.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 5px;
}

.warning p {
    width: 130px;
    margin: 10px 5px 10px -25px;
    overflow: auto;
    max-height: 80px;
    text-align: justify;
}

.warning p::-webkit-scrollbar {
    width: 5px;
}

.warning p::-webkit-scrollbar-track {
    background: transparent;
}

.warning p::-webkit-scrollbar-thumb {
    background: transparent;
    border: 1px solid #000000;
}

.warning p::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

/*BADGES*/

.badges {
    margin: -20px 0 50px 0 ;
}

/*ASIDE*/

aside {
    width: 170px;
    margin-right: 5px;
    margin-top: 20px;
    border-style: outset;
    border-width: 3px;
    box-shadow: 0 0 0 2px #4a90e2;
    border-color: #000 #fff #fff #000;
    background-color: #dddddd;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*FOOTER*/
/*exemplo, modificar*/

.barra-tarefas {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px; 
    background-color: rgba(30, 30, 35, 0.85); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    font-family: sans-serif;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-iniciar button, .icone {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.menu-iniciar button:hover, .icone:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.icones-ativos {
    display: flex;
    gap: 10px;
}

.icones-ativos img {
    width: 24px;
    height: 24px;
}

.bandeja-sistema {
    font-size: 0.9em;
    padding: 0 10px;
}

/*ANIMATIONS*/

#logo, header, main, article, section, nav {
animation: float 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}

@keyframes float {
0% { transform: translate(0, 0px);
}
50% {
transform: translate(0, 8px);
}
100% {
transform: translate(0, -0px);
}
}

@keyframes spin {
from {
    transform: rotate(0deg);
    }
to {
    transform: rotate(360deg);
    }
}
