@import"https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap";.rgb-border-fade{border:4px solid;animation:rgb-fade 10s linear infinite}@keyframes rgb-fade{0%{border-color:red}10%{border-color:orange}30%{border-color:#ff0}50%{border-color:#0f0}70%{border-color:#0ff}90%{border-color:#f0f}to{border-color:red}}#cabecalho{position:fixed;z-index:1;top:0;width:100%;display:flex;flex-direction:column;align-items:center}#cabecalho-cima{position:relative;height:35px;width:100%;border-top:0;box-shadow:0 0 25px #000}#cabecalho-meio{position:relative;bottom:4px;height:30px;width:480px;border-radius:0 0 100px 100px;border-top:0;box-shadow:0 0 25px #000}.bg-blbl{background-color:#000}#titulo{position:absolute;padding:.8em 4em;color:#fff;text-decoration:None}@media screen and (max-width:850px){#cabecalho-meio{width:55%}#titulo{padding:.8em 2em}}@media screen and (max-width:420px){#cabecalho-meio{width:60%}#titulo{padding:.8em}}@media screen and (max-width:280px){#titulo h1{scale:.7}#titulo{padding:.4em .4em .8em}}#barras-navegacao-laterais{position:fixed;z-index:1;top:9%;width:100%;height:100%;display:flex;justify-content:space-between;pointer-events:none}#barra-esquerda,#barra-direita{display:flex;flex-direction:column;align-items:center;justify-content:space-around;position:relative;height:88%;width:7%;transition:width .4s;pointer-events:auto;box-shadow:0 0 25px #000}#barra-esquerda{border-left:0;border-radius:0 40px 40px 0}#barra-direita{border-right:0;border-radius:40px 0 0 40px}.opcao-barra-lateral{display:block;height:10%;width:90%;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:transform .1s}.icon-barra-ltrl{max-width:64px}.texto-opc-lateral{white-space:nowrap;width:0;overflow:hidden;transition:width .4s;text-align:center}#barra-esquerda:hover,#barra-direita:hover{width:25%}#barra-esquerda:hover .opcao-barra-lateral .texto-opc-lateral,#barra-direita:hover .opcao-barra-lateral .texto-opc-lateral{width:100%}.opcao-barra-lateral:hover{transform:scale(1.1);color:#dcdcdc}@media screen and (max-width:600px){.texto-opc-lateral{display:none}}*{margin:0;padding:0;font-family:sans-serif;word-wrap:break-word;scrollbar-color:rgba(255,255,255,.315) rgb(0,0,0);scrollbar-width:thin;scroll-behavior:smooth}#corpo-principal{min-height:100vh;padding:15vh 0;display:flex;flex-direction:column;align-items:center;background-color:#080811}.goldman-bold{font-family:Goldman,sans-serif;font-weight:700;font-style:normal}.goldman-regular{font-family:Goldman,sans-serif;font-weight:400;font-style:normal}#preloader{position:fixed;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;color:#fff;z-index:2;transition:height 1s ease-in-out;overflow:hidden}#preloader h1{font-size:8vw}.bloco{min-height:40vh;width:68%;overflow:hidden;word-wrap:break-word;padding:1em;border-radius:4px;color:#fff;border:3px solid rgb(35,35,43);background-image:linear-gradient(45deg,#000c41,#000,#000c41);box-shadow:0 0 25px #000}@media screen and (max-width:800px){.bloco{width:560px}}@media screen and (max-width:700px){.bloco{width:77%;padding:.5em}}@media screen and (max-width:450px){.bloco{font-size:70%}}.linha-divisoria-sessoes{position:relative;width:75%;display:flex;gap:5px;align-items:center;margin:5em 0}.linha-divisoria{height:0;flex-grow:1;border:1.5px solid white;border-radius:10px}.node-divisoria{height:13px;width:13px;border:2px solid white;border-radius:100%}.node-divisoria,.linha-divisoria{box-shadow:0 0 6px #fff}@media screen and (max-width:700px){.linha-divisoria-sessoes{transform:scale(.8);margin:3em 0;width:80%}}@media screen and (max-width:650px){.linha-divisoria-sessoes .node-divisoria{transform:scale(.6)}}.bloco-shitpost{display:grid;grid-template-columns:auto auto;grid-template-rows:min-content auto;grid-row-gap:15px;grid-column-gap:15px;height:75vh}.principal-shitpost{display:grid;grid-template-rows:auto auto;grid-gap:1.5em;overflow-y:auto;scrollbar-color:rgba(255,255,255,.418) rgba(0,0,0,0)}.autor{overflow:hidden;display:flex;align-items:center;gap:.5em}.foto-perfil{width:45px;aspect-ratio:1 / 1;object-fit:cover;border-radius:100px}.info-autor{word-break:break-all;font-size:80%}.topo-shitpost{display:flex;justify-content:space-between;align-items:center;grid-column:1 / 3;padding:10px 0}.tres-pontinhos{display:flex;flex-direction:column;gap:6px;align-items:center;width:40px}.tres-pontinhos-ponto{width:5px;height:5px;background:#fff}.conjunto-imagens-shitpost{display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;height:min-content}.imagem-shitpost{max-width:90%;max-height:80%}.painel-interacao-shitpost{display:flex;flex-direction:row-reverse;gap:1em;align-items:center;height:100%}.botoes-interacao{display:flex;flex-direction:column;gap:2em;justify-content:space-evenly;align-items:end;min-height:100%;width:40px}.botao-gostei,.botao-naogostei,.botao-comentarios{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;color:#fff;text-decoration:none;gap:.5em;width:40px;background:none;border:none;cursor:pointer}.icone-gostei,.icone-naogostei,.icone-comentarios{width:40px}.bloco-comentarios{position:relative;display:flex;flex-direction:column;gap:6px;align-items:top;height:100%;max-height:62vh;width:20vw;overflow-y:auto;border-radius:4px;border:3px solid rgb(35,35,43);background:#000;transition:width .2s ease-in-out,height .2s ease-in-out}.esconder-comentarios{width:0px;height:0px;border:0px}.comentario{font-size:80%;padding:10px}.sem-comentarios{margin:1.5em}.enviar-comentario{position:sticky;top:88%;padding:10px;margin:5px;width:82%;align-self:center;color:#fff;background:#000;border-radius:8px;border:2px solid white;cursor:pointer}.esconder-comentarios .enviar-comentario,.esconder-comentarios .comentario,.esconder-comentarios p{display:none}@media screen and (max-width:800px){.bloco-shitpost{grid-template-rows:auto auto auto;grid-template-columns:1fr}.painel-interacao-shitpost{grid-row:3 / 4;flex-direction:column}.botoes-interacao{flex-direction:row;align-items:center;min-height:60px;width:100%}.icone-gostei,.icone-naogostei,.icone-comentarios{width:30px}.bloco-comentarios{width:100%;height:auto;max-height:40vh}.texto-comentario{font-size:120%}}@media screen and (max-width:600px){.foto-perfil{width:28px}}@media screen and (max-width:550px){.tres-pontinhos{gap:3px}.tres-pontinhos-ponto{width:3px;height:3px}}
