/* =========================================================
   MACAPAPO - STYLE.CSS
   ========================================================= */

html {
    margin: 0;
    padding: 0;
    background: #000;
}

body {
    margin: 0;
    padding: 0;
    background: #000;
    color: white;
    font-family: "Comic Sans MS", cursive;
    overflow-x: hidden;
}


/* =========================================================
   ESTRELAS DO FUNDO
   ========================================================= */

body::before {
    content: "";

    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    pointer-events: none;
    z-index: 0;

    background-image:
        radial-gradient(circle at 2% 7%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 7% 22%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 13% 11%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 18% 34%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 24% 6%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 30% 19%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 36% 8%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 42% 29%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 48% 14%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 54% 5%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 60% 25%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 66% 10%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 72% 32%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 78% 6%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 84% 20%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 90% 9%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 97% 27%, white 0, white 1px, transparent 2px),

        radial-gradient(circle at 4% 43%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 10% 58%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 16% 48%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 22% 67%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 28% 51%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 34% 74%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 40% 45%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 46% 63%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 52% 52%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 58% 78%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 64% 47%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 70% 69%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 76% 55%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 82% 75%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 88% 49%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 94% 65%, white 0, white 1px, transparent 2px),

        radial-gradient(circle at 3% 87%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 9% 96%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 15% 82%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 21% 94%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 27% 87%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 33% 97%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 39% 86%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 45% 94%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 51% 84%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 57% 97%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 63% 89%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 69% 96%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 75% 85%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 81% 94%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 87% 86%, white 0, white 1px, transparent 2px),
        radial-gradient(circle at 93% 97%, white 0, white 1px, transparent 2px);

    background-repeat: no-repeat;

    animation: estrelas 7s ease-in-out infinite;
}


body::after {
    content: "";

    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    pointer-events: none;
    z-index: 0;

    background-image:
        radial-gradient(circle at 5% 15%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 20% 41%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 39% 23%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 57% 38%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 74% 17%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 91% 42%, white 0, white 1.5px, transparent 4px),

        radial-gradient(circle at 12% 71%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 31% 59%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 50% 73%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 68% 57%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 86% 79%, white 0, white 1.5px, transparent 4px),

        radial-gradient(circle at 25% 91%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 44% 83%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 63% 93%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 82% 88%, white 0, white 1.5px, transparent 4px);

    background-repeat: no-repeat;

    animation: estrelas2 9s ease-in-out infinite;
}


@keyframes estrelas {
    0% {
        opacity: .25;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .25;
    }
}


@keyframes estrelas2 {
    0% {
        opacity: .8;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: .8;
    }
}


/* =========================================================
   CONTEÚDO
   ========================================================= */

.topo,
.navbar,
.perfil,
.post,
.gifs-laterais,
.blog-page,
.chat-page,
.alien-monitor,
.alien-voltar {
    position: relative;
    z-index: 2;
}


/* =========================================================
   TOPO
   ========================================================= */

.topo {
    width: 850px;
    height: 90px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}


.titulo {
    margin: 0;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 52px;

    color: white;

    text-shadow:
        2px 2px 0 #555,
        3px 3px 0 #111;
}


.gif-topo {
    position: absolute;

    width: 65px;
    height: auto;

    image-rendering: pixelated;
}


.gif-esquerda {
    left: 165px;
    top: 15px;
}


.gif-direita {
    right: 165px;
    top: 20px;
}


/* =========================================================
   NAVBAR
   ========================================================= */

.navbar {
    width: 820px;
    height: 38px;

    margin-left: auto;
    margin-right: auto;

    padding: 3px 6px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background:
        linear-gradient(
            to bottom,
            #f7f7f7 0%,
            #eeeeee 25%,
            #d0d0d0 48%,
            #a9a9a9 53%,
            #d3d3d3 76%,
            #eeeeee 100%
        );

    border-top: 1px solid white;
    border-bottom: 2px solid #777;

    box-shadow:
        inset 0 1px 2px white,
        0 2px 5px #000;
}


.navbar .botao {
    width: 150px;
    height: 29px;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;

    background:
        linear-gradient(
            to bottom,
            #ffffff 0%,
            #f4f4f4 20%,
            #dddddd 45%,
            #b7b7b7 53%,
            #d3d3d3 78%,
            #eeeeee 100%
        );

    border: 2px solid #eeeeee;
    border-radius: 16px;

    color: #222;

    text-decoration: none;

    font-family: "Cooper Black", Georgia, serif;

    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.95),
        inset 0 -3px 5px rgba(50,50,50,.3),
        1px 2px 4px #555;

    text-shadow:
        1px 1px 0 white;
}


.navbar .youtube {
    font-size: 14px;
}

.navbar .chat {
    font-size: 13px;
}

.navbar .email {
    font-size: 14px;
}

.navbar .blog {
    font-size: 15px;
}


/* =========================================================
   BOTÃO ALIENS
   ========================================================= */

.navbar .aliens {
    width: 150px;

    background:
        linear-gradient(
            to bottom,
            #fafafa 0%,
            #eeeeee 25%,
            #d2d2d2 48%,
            #aaa 53%,
            #d4d4d4 78%,
            #eee 100%
        );

    color: #24102b;

    border: 2px solid #eee;

    text-shadow:
        1px 1px 0 white;

    font-size: 11px;
}


.navbar .aliens:hover {
    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #dffff0 45%,
            #a9d9b8 55%,
            #eafff0
        );

    color: #18251a;

    box-shadow:
        inset 0 2px 4px white,
        inset 0 -3px 5px rgba(0,80,30,.3),
        1px 2px 5px #000;
}


/* =========================================================
   YOUTUBE
   ========================================================= */

.youtube-logo {
    width: 20px;
    height: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e00000;

    border-radius: 4px;

    color: white;

    font-family: Arial, sans-serif;

    font-size: 8px;
}


/* =========================================================
   PERFIL
   ========================================================= */

.perfil {
    width: 820px;
    height: 160px;

    margin: 15px auto 0;

    display: flex;

    box-sizing: border-box;

    background: #000;

    border: 2px solid white;
}


/* =========================================================
   FOTO
   ========================================================= */

.foto {
    width: 156px;
    height: 156px;

    flex-shrink: 0;

    overflow: hidden;

    background: #000;
}


.foto img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* =========================================================
   BIO
   ========================================================= */

.bio {
    width: 664px;
    height: 156px;

    box-sizing: border-box;

    padding: 10px;

    border-left: 2px solid white;
}


.bio h2 {
    display: inline-block;

    margin: 0 0 8px 0;

    padding: 4px 14px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #f7f7f7 18%,
            #dddddd 45%,
            #b8b8b8 52%,
            #d4d4d4 80%,
            #9b9b9b
        );

    border: 2px solid #eeeeee;
    border-radius: 14px;

    color: #222;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 18px;

    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.95),
        inset 0 -3px 5px rgba(60,60,60,.35),
        2px 3px 5px #000;

    text-shadow:
        1px 1px 0 white;
}


.bio p {
    margin: 4px 0;

    font-size: 14px;

    line-height: 1.2;
}


/* =========================================================
   GIFS LATERAIS
   ========================================================= */

.gifs-laterais {
    position: absolute;

    top: 365px;

    left: calc(50% + 225px);

    width: 170px;

    text-align: center;
}


.gif-volks {
    width: 115px;

    display: block;

    margin: 0 auto 8px;

    image-rendering: pixelated;
}


.gif-pc {
    width: 125px;

    display: block;

    margin: 0 auto;

    image-rendering: pixelated;
}


/* =========================================================
   POST PRINCIPAL
   ========================================================= */

.post {
    width: 625px;
    min-height: 330px;

    margin-top: 18px;

    /*
       alinhado com o perfil
    */

    margin-left: calc(50% - 410px);

    box-sizing: border-box;

    background: #050505;

    border: 2px solid white;
}


/* =========================================================
   TÍTULO DO POST
   ========================================================= */

.post-titulo {
    position: absolute;

    margin-top: -17px;
    margin-left: 8px;

    padding: 3px 11px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #f7f7f7 18%,
            #dddddd 45%,
            #b8b8b8 52%,
            #d4d4d4 80%,
            #9b9b9b
        );

    border: 2px solid #eeeeee;
    border-radius: 13px;

    color: #222;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 15px;

    line-height: 15px;

    white-space: nowrap;

    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.95),
        inset 0 -3px 5px rgba(60,60,60,.35),
        2px 3px 5px #000;

    text-shadow:
        1px 1px 0 white;

    z-index: 5;
}


.post-conteudo {
    padding: 23px 14px 14px;

    font-size: 14px;

    line-height: 1.35;
}


.post-conteudo p {
    margin: 6px 0;
}


/* =========================================================
   VÍDEO
   ========================================================= */

.mini-video {
    position: relative;

    width: 300px;

    margin: 25px auto 10px;

    background: #000;
}


.mini-video-titulo {
    position: absolute;

    top: -15px;
    left: -5px;

    padding: 3px 10px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #f7f7f7 18%,
            #dddddd 45%,
            #b8b8b8 52%,
            #d4d4d4 80%,
            #9b9b9b
        );

    border: 2px solid #eeeeee;
    border-radius: 12px;

    color: #222;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 9px;

    line-height: 12px;

    white-space: nowrap;

    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.95),
        inset 0 -3px 5px rgba(60,60,60,.35),
        2px 3px 5px #000;

    text-shadow:
        1px 1px 0 white;

    z-index: 5;
}


.youtube-player {
    display: block;

    width: 300px;
    height: 169px;

    margin: 0 auto;

    border: 2px solid white;

    box-sizing: border-box;
}


/* =========================================================
   BLOG
   ========================================================= */

.blog-page {
    width: 625px;

    margin: 15px auto 50px;
}


.blog-header {
    display: inline-block;

    padding: 5px 16px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #f7f7f7 18%,
            #dddddd 45%,
            #b8b8b8 52%,
            #d4d4d4 80%,
            #9b9b9b
        );

    border: 2px solid #eeeeee;
    border-radius: 14px;

    color: #222;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 25px;

    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.95),
        inset 0 -3px 5px rgba(60,60,60,.35),
        2px 3px 5px #000;

    text-shadow:
        1px 1px 0 white;
}


/* =========================================================
   ÁREA DO BLOG
   ========================================================= */

.blog-area {
    position: relative;

    margin-top: 18px;

    display: flex;

    align-items: flex-start;

    gap: 20px;
}


.painel-tecnologico {
    width: 625px;

    box-sizing: border-box;

    background: #050505;

    border: 2px solid white;

    box-shadow:
        4px 5px 0 #111;
}


.painel-topo {
    height: 27px;

    padding: 0 10px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background:
        linear-gradient(
            to bottom,
            #eeeeee,
            #cfcfcf 45%,
            #999 52%,
            #d9d9d9
        );

    color: #222;

    border-bottom: 2px solid white;

    font-family: "Courier New", monospace;

    font-size: 11px;

    font-weight: bold;
}


.blog-post {
    margin: 0;

    padding: 15px;

    background: #000;

    border: none;
}


.blog-post + .blog-post {
    border-top: 1px solid white;
}


.blog-post-titulo {
    font-family: "Cooper Black", Georgia, serif;

    font-size: 23px;

    margin-bottom: 5px;
}


.blog-post-data {
    font-family: Arial, sans-serif;

    font-size: 11px;

    color: #aaa;

    margin-bottom: 12px;
}


.blog-post p {
    font-size: 15px;

    line-height: 1.4;

    margin: 10px 0;
}


.gif-lateral {
    width: 130px;
    height: auto;

    image-rendering: pixelated;

    margin-top: 20px;
}


/* =========================================================
   CHATROOM
   ========================================================= */

.chat-page {
    width: 625px;

    margin: 15px auto 50px;
}


.chat-header {
    display: inline-block;

    padding: 5px 16px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #f7f7f7 18%,
            #dddddd 45%,
            #b8b8b8 52%,
            #d4d4d4 80%,
            #9b9b9b
        );

    border: 2px solid #eeeeee;
    border-radius: 14px;

    color: #222;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 25px;

    box-shadow:
        inset 0 2px 3px rgba(255,255,255,.95),
        inset 0 -3px 5px rgba(60,60,60,.35),
        2px 3px 5px #000;

    text-shadow:
        1px 1px 0 white;
}


.chat-box {
    width: 625px;

    margin-top: 15px;

    padding: 6px;

    box-sizing: border-box;

    border: 2px solid white;

    background: #000;
}


.chat-box iframe {
    display: block;

    width: 100%;
    height: 450px;

    border: 0;
}


.chat-voltar {
    margin-top: 12px;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 13px;
}


/* =========================================================
   =========================================================
   ALIENS
   MONITOR CRT
   =========================================================
   ========================================================= */

.alien-monitor {
    position: relative;

    z-index: 2;

    width: 760px;

    margin: 35px auto 0;

    padding: 18px 18px 25px;

    box-sizing: border-box;

    background:
        linear-gradient(
            135deg,
            #eeeeee 0%,
            #c8c8c8 35%,
            #888888 50%,
            #c5c5c5 70%,
            #eeeeee 100%
        );

    border: 4px solid #eeeeee;

    border-radius: 25px;

    box-shadow:
        inset 0 0 0 2px #666,
        inset 0 0 20px rgba(0,0,0,.65),
        8px 10px 15px #000;
}


/* =========================================================
   TOPO DO MONITOR
   ========================================================= */

.alien-monitor-top {

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 12px;

    box-sizing: border-box;

    color: #222;

    font-family: "Courier New", monospace;

    font-size: 11px;

    font-weight: bold;

    text-shadow:
        1px 1px 0 white;
}


/* =========================================================
   TELA
   ========================================================= */

.alien-screen {

    position: relative;

    min-height: 470px;

    padding: 18px;

    box-sizing: border-box;

    background:
        radial-gradient(
            ellipse at center,
            #071407 0%,
            #020602 65%,
            #000000 100%
        );

    border: 8px solid #222;

    border-radius: 18px;

    box-shadow:
        inset 0 0 25px #000,
        inset 0 0 5px #555,
        0 0 4px #111;

    overflow: hidden;

    color: #72ff72;

    font-family: "Courier New", monospace;
}


/* =========================================================
   LINHAS CRT
   ========================================================= */

.alien-screen::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    background:
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,.035) 0px,
            rgba(255,255,255,.035) 1px,
            transparent 1px,
            transparent 4px
        );

    z-index: 5;
}


/* =========================================================
   BRILHO CRT
   ========================================================= */

.alien-screen::after {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    box-shadow:
        inset 0 0 60px rgba(0,255,0,.08);

    z-index: 6;
}


/* =========================================================
   CABEÇALHO DA TELA
   ========================================================= */

.alien-screen-header {

    position: relative;

    z-index: 7;

    padding-bottom: 9px;

    border-bottom: 1px dashed #3cff3c;

    color: #8cff8c;

    font-size: 20px;

    font-weight: bold;

    text-shadow:
        0 0 5px #00ff00;
}


/* =========================================================
   STATUS
   ========================================================= */

.alien-status {

    position: relative;

    z-index: 7;

    margin-top: 10px;

    font-size: 11px;

    color: #39ff39;

    text-shadow:
        0 0 4px #00ff00;
}


.alien-status span {
    margin: 0 10px;

    color: #555;
}


/* =========================================================
   ÁREA PRINCIPAL
   ========================================================= */

.alien-main {

    position: relative;

    z-index: 7;

    display: flex;

    gap: 30px;

    margin-top: 25px;

    padding-bottom: 20px;

    border-bottom: 1px dashed #286628;
}


/* =========================================================
   ALIEN
   ========================================================= */

.alien-icon {

    width: 180px;

    flex-shrink: 0;

    text-align: center;
}


.alien-face {

    position: relative;

    width: 130px;
    height: 160px;

    margin: 0 auto;

    background:
        radial-gradient(
            ellipse at 50% 40%,
            #84ff84 0%,
            #38a638 45%,
            #0a310a 80%
        );

    border-radius:
        50% 50%
        45% 45%
        48% 48%;

    border: 3px solid #55ff55;

    box-shadow:
        0 0 15px rgba(0,255,0,.35);
}


/* =========================================================
   OLHOS
   ========================================================= */

.alien-eye {

    position: absolute;

    top: 55px;

    width: 28px;
    height: 48px;

    background: #000;

    border-radius: 50%;

    border: 2px solid #222;

    box-shadow:
        inset 0 0 8px #000;
}


.alien-eye.left {
    left: 28px;

    transform: rotate(12deg);
}


.alien-eye.right {
    right: 28px;

    transform: rotate(-12deg);
}


/* =========================================================
   LABEL DO ALIEN
   ========================================================= */

.alien-label {

    margin-top: 10px;

    color: #72ff72;

    font-size: 12px;

    letter-spacing: 3px;

    text-shadow:
        0 0 5px #00ff00;
}


/* =========================================================
   TEXTO
   ========================================================= */

.alien-text {

    flex: 1;

    font-size: 14px;

    line-height: 1.5;
}


.alien-text h2 {

    margin: 0 0 15px;

    color: #a0ffa0;

    font-size: 18px;

    text-shadow:
        0 0 5px #00ff00;
}


.alien-text p {
    margin: 10px 0;
}


/* =========================================================
   BANCO DE ARQUIVOS
   ========================================================= */

.alien-log {

    position: relative;

    z-index: 7;

    margin-top: 20px;

    padding: 12px;

    border: 1px solid #287428;

    background: rgba(0,20,0,.55);
}


.alien-log-title {

    margin-bottom: 10px;

    padding-bottom: 5px;

    border-bottom: 1px solid #286628;

    color: #a0ffa0;

    font-weight: bold;
}


.alien-file {

    padding: 5px 0;

    color: #5ed85e;

    font-size: 12px;
}


.alien-file:hover {

    color: white;

    text-shadow:
        0 0 5px #00ff00;
}


/* =========================================================
   TERMINAL
   ========================================================= */

.alien-terminal {

    position: relative;

    z-index: 7;

    margin-top: 18px;

    color: #a0ffa0;

    font-size: 12px;

    animation:
        alien-cursor 1.2s steps(2, start) infinite;
}


@keyframes alien-cursor {

    0% {
        opacity: 1;
    }

    50% {
        opacity: .45;
    }

    100% {
        opacity: 1;
    }
}


/* =========================================================
   BASE DO MONITOR
   ========================================================= */

.alien-monitor-bottom {

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 18px;

    box-sizing: border-box;

    color: #333;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: bold;
}


.alien-brand {

    font-family: "Cooper Black", Georgia, serif;

    font-size: 17px;

    color: #555;

    text-shadow:
        1px 1px 0 white;
}


.alien-buttons {

    display: flex;

    gap: 8px;
}


.alien-buttons span {

    display: block;

    width: 10px;
    height: 10px;

    border-radius: 50%;

    background: #555;

    border: 2px solid #eee;

    box-shadow:
        inset 0 1px 2px #222;
}


.alien-power {

    padding: 4px 8px;

    border-radius: 3px;

    background: #aaa;

    border: 1px solid #777;

    box-shadow:
        inset 1px 1px 2px white;
}


/* =========================================================
   VOLTAR DO ALIENS
   ========================================================= */

.alien-voltar {

    width: 760px;

    margin: 12px auto 40px;

    font-family: "Cooper Black", Georgia, serif;

    font-size: 13px;
}


.alien-voltar a {

    color: white;

    text-decoration: none;
}


.alien-voltar a:hover {

    color: #6cff6c;

    text-decoration: underline;
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 900px) {

    .topo {
        width: 95%;
    }

    .navbar {
        width: 95%;
    }

    .navbar .botao {
        width: 18%;
    }

    .perfil {
        width: 95%;
    }

    .bio {
        width: calc(100% - 156px);
    }

    .post {
        margin-left: 2.5%;
    }

    .gifs-laterais {
        display: none;
    }

    .alien-monitor {
        width: 94%;
    }

    .alien-voltar {
        width: 94%;
    }
}


@media (max-width: 650px) {

    .titulo {
        font-size: 38px;
    }

    .gif-topo {
        width: 45px;
    }

    .gif-esquerda {
        left: 5%;
    }

    .gif-direita {
        right: 5%;
    }

    .navbar .botao {
        font-size: 9px !important;
    }

    .perfil {
        height: auto;
        min-height: 160px;
    }

    .foto {
        width: 120px;
        height: 120px;
    }

    .bio {
        width: calc(100% - 120px);
        height: auto;
        min-height: 156px;
    }

    .alien-main {
        flex-direction: column;
        align-items: center;
    }

    .alien-text {
        width: 100%;
    }/* =========================
   CONTATO
   ========================= */
.contato {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 50;

    font-family: "Comic Sans MS", sans-serif;
    font-size: 10px;

    color: white;
    text-align: right;

    cursor: pointer;
}

.contato > span {
    display: inline-block;

    padding: 4px 9px;

    border: 1px solid white;

    background: linear-gradient(
        to bottom,
        #eeeeee,
        #cccccc 45%,
        #999999 55%,
        #eeeeee
    );

    color: #000;

    font-weight: bold;

    box-shadow: 1px 2px 3px #000;
}

.contato-email {
    display: none;

    margin-top: 4px;

    padding: 5px 8px;

    border: 1px solid white;

    background: #000;

    color: white;

    white-space: nowrap;

    box-shadow: 2px 3px 5px #000;
}

.contato:hover .contato-email {
    display: block;
}

/* =========================================================
   QUALIDADE VISUAL - ESTILO VIDEO 480p / 720p ANTIGO
   Mantém os gradientes e o layout, mas reduz a aparência
   excessivamente limpa e nítida de uma página moderna.
   ========================================================= */

/* Leve perda de nitidez e contraste, como uma captura de
   vídeo comprimida, sem deixar o site realmente desfocado. */
.topo,
.navbar,
.perfil,
.post,
.gifs-laterais,
.blog-page,
.chat-page,
.alien-monitor,
.alien-voltar {
    filter: blur(0.12px) contrast(0.97) saturate(0.94);
}

/* Imagens ficam um pouco mais "comprimidas" visualmente. */
img {
    filter: blur(0.18px) contrast(0.95) saturate(0.90);
}

/* Os GIFs antigos continuam pixelados, mas sem a nitidez
   digital perfeita de uma imagem moderna. */
.gif-topo,
.gif-volks,
.gif-pc {
    image-rendering: pixelated;
    filter: blur(0.12px) contrast(0.93) saturate(0.88);
}

/* Pequenas linhas horizontais quase imperceptíveis,
   lembrando vídeo/monitor antigo. */
body {
    background-image:
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.012) 0px,
            rgba(255,255,255,0.012) 1px,
            transparent 1px,
            transparent 3px
        );
}

/* Mantém a tela do monitor com o efeito CRT próprio. */
.alien-screen {
    filter: blur(0.08px) contrast(0.96);
}

/* O texto principal não fica excessivamente lavado. */
.titulo,
.bio h2,
.post-titulo,
.mini-video-titulo,
.blog-header,
.chat-header,
.alien-screen-header,
.alien-text h2 {
    filter: blur(0.06px);
}

/* =========================================================
   MACAPAPO - 480P / LOW-FIDELITY LOOK
   Mantém os gradientes, mas reduz a sensação de "4K"
   ========================================================= */

img {
    image-rendering: auto;
}

.gif-topo,
.gif-volks,
.gif-pc,
.gif-lateral,
.alien-icon img {
    image-rendering: pixelated;
    image-rendering: auto;
}

/* Pequena textura de compressão, como vídeo antigo */
body::after {
    background-image:
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,.018) 0px,
            rgba(255,255,255,.018) 1px,
            transparent 1px,
            transparent 3px
        ),
        radial-gradient(circle at 5% 15%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 20% 41%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 39% 23%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 57% 38%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 74% 17%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 91% 42%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 12% 71%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 31% 59%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 50% 73%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 68% 57%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 86% 79%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 25% 91%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 44% 83%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 63% 93%, white 0, white 1.5px, transparent 4px),
        radial-gradient(circle at 82% 88%, white 0, white 1.5px, transparent 4px);
}

/* =========================================================
   ALIENS - NOVO DESIGN: COMPUTADOR DE INVESTIGAÇÃO 2000s
   ========================================================= */

.alien-monitor {
    width: 820px;
    margin: 28px auto 0;
    padding: 12px 12px 18px;
    background:
        linear-gradient(to bottom,
            #f8f8f8 0%,
            #d8d8d8 12%,
            #a7a7a7 48%,
            #777 52%,
            #bdbdbd 82%,
            #eeeeee 100%);
    border: 3px solid #eee;
    border-radius: 17px 17px 28px 28px;
    box-shadow:
        inset 0 1px 0 white,
        inset 0 -8px 15px rgba(0,0,0,.28),
        5px 7px 0 #111;
}

.alien-monitor-top {
    height: 31px;
    padding: 0 12px;
    font-family: "Courier New", monospace;
    font-size: 12px;
    color: #222;
    text-shadow: 1px 1px 0 white;
}

.alien-monitor-top span:last-child {
    color: #174b17;
}

.alien-screen {
    min-height: 505px;
    padding: 15px;
    background:
        linear-gradient(rgba(30,80,30,.05), rgba(0,0,0,.15)),
        #071107;
    border: 10px solid #292929;
    border-radius: 32px 32px 25px 25px;
    box-shadow:
        inset 0 0 35px #000,
        inset 0 0 5px #999,
        0 0 0 2px #555;
    color: #67d967;
}

.alien-screen::before {
    background:
        repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,.045) 0px,
            rgba(255,255,255,.045) 1px,
            transparent 1px,
            transparent 4px
        );
}

.alien-screen-header {
    padding: 7px 8px;
    border: 1px solid #398339;
    border-bottom: 2px solid #4da64d;
    background: linear-gradient(to bottom, #123812, #071707);
    color: #9aff9a;
    font-family: "Courier New", monospace;
    font-size: 18px;
    text-shadow: 1px 1px 0 #000, 0 0 3px #00ff00;
}

.alien-status {
    margin-top: 8px;
    padding: 5px 7px;
    background: #020602;
    border-left: 4px solid #48b948;
    color: #76e876;
    font-size: 11px;
}

.alien-status span {
    color: #316031;
}

.alien-main {
    gap: 22px;
    margin-top: 17px;
    padding: 14px 0 18px;
    border-bottom: 1px dashed #3b773b;
}

.alien-icon {
    width: 205px;
    padding: 10px 0;
    border: 1px solid #2d662d;
    background: #030803;
}

/* Alien mais simples, como arte de site antigo */
.alien-face {
    width: 118px;
    height: 145px;
    background:
        radial-gradient(ellipse at 45% 35%, #a2e8a2 0%, #5eaa5e 42%, #183b18 78%, #061006 100%);
    border: 2px solid #5ab95a;
    box-shadow: 0 0 8px rgba(0,255,0,.22);
}

.alien-eye {
    width: 25px;
    height: 43px;
    top: 51px;
}

.alien-eye.left {
    left: 24px;
}

.alien-eye.right {
    right: 24px;
}

.alien-label {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: 2px;
}

.alien-text {
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.45;
}

.alien-text h2 {
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #286028;
    font-size: 16px;
}

.alien-text p {
    margin: 8px 0;
}

.alien-log {
    margin-top: 14px;
    padding: 9px;
    border: 1px solid #356d35;
    background: #020702;
}

.alien-log-title {
    margin-bottom: 6px;
    padding: 4px 5px;
    background: linear-gradient(to bottom, #174217, #061006);
    border-bottom: 1px solid #3d873d;
    color: #9aff9a;
    font-size: 12px;
}

.alien-file {
    padding: 4px 5px;
    border-bottom: 1px dotted #1d481d;
    font-size: 11px;
}

.alien-file:last-child {
    border-bottom: 0;
}

.alien-terminal {
    margin-top: 13px;
    padding: 5px 7px;
    border-top: 1px solid #2a5d2a;
    color: #8ae88a;
    font-size: 11px;
}

.alien-monitor-bottom {
    height: 48px;
    padding: 0 20px;
}

.alien-brand {
    font-size: 15px;
}

.alien-buttons span {
    width: 8px;
    height: 8px;
}

.alien-power {
    padding: 3px 7px;
    font-size: 9px;
}

.alien-voltar {
    width: 820px;
    margin: 10px auto 35px;
    font-size: 12px;
}

@media (max-width: 900px) {
    .alien-monitor,
    .alien-voltar {
        width: 94%;
    }
}

@media (max-width: 650px) {
    .alien-monitor {
        padding: 7px;
    }

    .alien-screen {
        padding: 10px;
        border-width: 7px;
    }

    .alien-icon {
        width: 100%;
    }
}


/* =========================================================
   MACAPAPO 480P / CRT / FLASH GAMES
   ========================================================= */

/* seis botões na barra, sem deixar a navbar gigante */
.navbar .botao {
    width: 124px;
    font-size: 12px;
}

.navbar .youtube { font-size: 12px; }
.navbar .chat { font-size: 11px; }
.navbar .home { font-size: 12px; }
.navbar .blog { font-size: 12px; }
.navbar .jogos { font-size: 11px; }
.navbar .aliens { width: 124px; font-size: 10px; }

/* =========================================================
   ALIENS - CRT MAIS REALISTA E MAIS "SITE ANTIGO"
   ========================================================= */

.alien-monitor {
    width: 780px;
    padding: 12px 14px 18px;
    margin-top: 28px;
    border-radius: 30px 30px 22px 22px;
    background: linear-gradient(145deg,#eeeeee 0%,#c7c7c7 25%,#999999 48%,#bdbdbd 65%,#ededed 100%);
    border: 3px solid #f7f7f7;
    box-shadow: inset 0 0 0 2px #777, inset 0 0 16px #555, 7px 9px 0 #111, 10px 13px 12px #000;
}

.alien-monitor::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 7px;
    height: 5px;
    background: #fff;
    opacity: .45;
    border-radius: 10px;
}

.alien-screen {
    min-height: 500px;
    border: 11px solid #252525;
    border-radius: 28px;
    background: #020702;
    box-shadow: inset 0 0 30px #000, inset 0 0 4px #777, 0 1px 0 #fff;
    font-family: "Courier New", monospace;
}

.alien-screen::before {
    opacity: .8;
    background: repeating-linear-gradient(to bottom,rgba(255,255,255,.055) 0,rgba(255,255,255,.055) 1px,transparent 1px,transparent 3px);
}

.alien-screen::after {
    box-shadow: inset 0 0 70px rgba(0,255,0,.12);
}

.alien-screen-header {
    font-size: 19px;
    letter-spacing: 1px;
    text-shadow: 0 0 3px #0f0;
}

.alien-status,
.alien-text,
.alien-file,
.alien-terminal {
    font-family: "Courier New", monospace;
}

.alien-main {
    gap: 24px;
}

.alien-face {
    width: 120px;
    height: 150px;
    border: 2px solid #55ff55;
    box-shadow: 0 0 8px rgba(0,255,0,.25);
}

.alien-eye {
    width: 25px;
    height: 44px;
}

.alien-eye.left { left: 25px; }
.alien-eye.right { right: 25px; }

.alien-label {
    font-size: 11px;
    letter-spacing: 2px;
}

.alien-text h2 {
    font-size: 17px;
    letter-spacing: .5px;
}

.alien-log {
    background: rgba(0,10,0,.8);
    border: 1px solid #236523;
}

.alien-file {
    border-bottom: 1px dotted #184d18;
}

.alien-file:last-child {
    border-bottom: 0;
}

.alien-monitor-bottom {
    height: 62px;
}

/* =========================================================
   JOGOS / FLASH PLAYER
   ========================================================= */

.games-page {
    position: relative;
    z-index: 2;
    width: 820px;
    margin: 28px auto 50px;
}

.games-title {
    display: inline-block;
    padding: 5px 16px;
    background: linear-gradient(to bottom,#fff,#f7f7f7 18%,#ddd 45%,#b8b8b8 52%,#d4d4d4 80%,#9b9b9b);
    border: 2px solid #eee;
    border-radius: 14px;
    color: #222;
    font-family: "Cooper Black",Georgia,serif;
    font-size: 24px;
    box-shadow: inset 0 2px 3px rgba(255,255,255,.95),inset 0 -3px 5px rgba(60,60,60,.35),2px 3px 5px #000;
    text-shadow: 1px 1px 0 #fff;
}

.crt-monitor {
    position: relative;
    margin: 20px auto 0;
    width: 760px;
    padding: 12px 15px 20px;
    box-sizing: border-box;
    background: linear-gradient(145deg,#f0f0f0,#bdbdbd 30%,#858585 50%,#c2c2c2 70%,#eee);
    border: 3px solid #f5f5f5;
    border-radius: 28px 28px 20px 20px;
    box-shadow: inset 0 0 0 2px #666,inset 0 0 18px #555,8px 10px 0 #111,10px 13px 12px #000;
}

.crt-topbar {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    color: #222;
    font: bold 10px "Courier New",monospace;
    text-shadow: 1px 1px #fff;
}

.crt-screen {
    position: relative;
    overflow: hidden;
    background: #030303;
    border: 11px solid #222;
    border-radius: 27px;
    box-shadow: inset 0 0 35px #000,0 0 3px #111;
}

.flash-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: repeating-linear-gradient(to bottom,rgba(255,255,255,.045) 0,rgba(255,255,255,.045) 1px,transparent 1px,transparent 4px);
}

.flash-screen {
    padding: 15px;
    color: #eee;
    font-family: "Courier New",monospace;
}

.flash-header {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px dashed #888;
    padding-bottom: 7px;
}

.flash-subtitle {
    margin-top: 6px;
    color: #aaa;
    font-size: 10px;
}

.flash-player-box {
    width: 640px;
    min-height: 480px;
    margin: 16px auto 12px;
    background: #000;
    border: 3px solid #555;
    box-shadow: inset 0 0 12px #000,2px 3px 0 #111;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flash-player-box embed {
    display: block;
    width: 640px;
    height: 480px;
}

.flash-info {
    padding: 8px;
    border-top: 1px dotted #666;
    color: #aaa;
    font-size: 10px;
    line-height: 1.5;
}

.crt-bottom {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: #444;
    font: bold 10px Arial,sans-serif;
}

.crt-brand {
    font-family: "Cooper Black",Georgia,serif;
    font-size: 16px;
    text-shadow: 1px 1px #fff;
}

.crt-led { letter-spacing: 4px; }

.crt-power {
    padding: 4px 7px;
    background: #aaa;
    border: 1px solid #777;
    box-shadow: inset 1px 1px #fff;
}

.games-note {
    margin-top: 15px;
    text-align: center;
    color: #777;
    font: 10px "Courier New",monospace;
}

@media (max-width: 850px) {
    .navbar { width: 95%; }
    .navbar .botao { width: 15.7%; }
    .games-page { width: 95%; }
    .crt-monitor { width: 95%; }
    .flash-player-box { max-width: 100%; overflow: auto; }
}
