body {
	background-color: #000000;
	color: #86ea16;
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url('img/bglab.gif');
	background-repeat: repeat-x;
}

img {
	max-width: 100%;
}

a {
	color: #86ea16;
}

.sidebar {
	width: 250px;
	min-height: 100%;
	border-right: 1px solid #86ea16;
	padding: 2rem 2rem;
	position: absolute;
	overflow: auto;
}

.post-list a {
	display: block;
	text-decoration: none;
}

.post-list a:before {
	content: "\00b7";
	margin-left: -12px;
	width: 14px;
	display: inline-block;
}

.title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4px;
	font-variant: small-caps;
}

.subtitle {
	margin-bottom: 24px;
	font-style: italic;
}

.profile {
	border: 1px solid #86ea16;
	padding: 12px;
	border-top: 8px solid #86ea16;
	min-height: 60px;
}

.profile img {
	border: 1px solid #86ea16;
	float: left;
	margin-bottom: 6px;
	margin-right: 8px;
}

.profile .profile-desc {
	display: block;
	text-align: left;
	margin: 0;
	line-height: 1.4;
}

/* --- AJUSTE DO MENU E ESPAÇAMENTO --- */

.menu {
	margin-top: 18px;    /* Afasta todo o bloco de links do perfil acima */
	margin-bottom: 18px; /* Afasta o bloco do menu da lista de artigos abaixo */
	line-height: 2.2;    /* Controla a distância entre as linhas que quebram de forma uniforme */
}

.menu a {
	border: 1px solid #86ea16;
	text-decoration: none;
	padding: 3px 6px;     /* Espaçamento interno dos botões */
	display: inline-block;
	margin-right: 2px;    /* Distância horizontal entre os botões da mesma linha */
	margin-top: 0;        /* Zerado para evitar que a 2ª linha afaste demais */
	margin-bottom: 4px;   /* Pequeno ajuste para a quebra de linha */
}

.menu a:hover {
	font-weight: bold;
}

.sidebar a:hover {
	text-decoration: underline;
}

iframe {
	height: 100%;
	width: 100%;
	border: none;
}

.main {
	position: absolute;
	height: 100vh;
	width: calc(100% - 316px);
	margin-left: 316px;
	box-sizing: border-box;
}

.page {
	padding: 24px;
	padding-right: 40vw;
}

html, body {
	scrollbar-width: thin; 
}

::-webkit-scrollbar {
	width: 10px;
}

h1 {
	font-variant: small-caps;
	border-bottom: 1px dashed;
}