/* Keyframes */
@keyframes FadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}


.crt::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: flicker 0.15s infinite;
}

/* Universal */
* {
    margin: 0%;
    padding: 0%;
}

a {
    color: #ff6600;;
    text-decoration: none;
    vertical-align: baseline;
}

/* Body */
body {
    margin: 0%;
    padding: 0%;
    font-family: "Segoe UI", sans-serif;
    display: flex;
    background: #1e1e1e;
    justify-content: center;
    align-items: center;
    font-size: .83em;
}

.body-content,
.body-content-credits,
.body-content.projects {
    background-color: #fff;
    width: 90%;
    max-width: 945px;
    padding-top: 1vw;
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1), 10px 0 15px rgba(0, 0, 0, 0.1);
}

/* Body Length */
.body-content {
    /* Default */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.body-content.credits {
    height: 1157%;
}

.body-content.changelog {
    height: 1079%;
}

.body-content {
    z-index: 1;
}

/* Headers */
.top-header {
    display: flex;
    gap: 1.5%;
    padding: 0px 20px;
    font-size: 100%;
    font-weight: light;
    text-align: right;
    justify-content: right;
    padding-bottom: 0.5%;
}

.bottom-header {
    padding: 0px 2%;
}

.language-header {
    font-weight: bold;
}

.nav-banner {
    background: transparent url("Assets/header.png") no-repeat scroll 0 -520px;
    position: absolute;
    height: 130px;
    width: 50%;
    top: 0;
    margin-left: 160px;
    z-index: -1;
}

.nav-gradient {
    background: transparent url("Assets/gradient.png") repeat-x scroll 0 -16px;
    position: absolute;
    height: 130px;
    width: 945px;
    top: 0;
    z-index: -2;
}

/* Links */
.navlinks {
    display: flex;
    align-items: center;
    gap: 3.2%;
    color: #ff6600;
}

.navlinks a {
    font-size: 115%;
}

.link-selected {
    color: #000;
}

.reunion-logo {
    padding-bottom: 1.75%;
}

.navbar {
    padding-bottom: 2.25%;
}

/* Banners */
.banner-content {
    color: white;
    padding: 0px 40px;
    background: url(Assets/bannergames.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-burger {
    color: white;
    padding: 0px 40px;
    background: url(Assets/banner-burger.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-pizza {
    color: white;
    padding: 0px 40px;
    background: url(Assets/banner-pizza.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-404 {
    color: white;
    padding: 0px 40px;
    background: url(Assets/banner-404.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-hotdog {
    color: white;
    padding: 0px 40px;
    background: url(Assets/banner-hotdog.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-star {
    color: white;
    padding: 0px 40px;
    background: url(Assets/banner-star.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-farm {
    color: white;
    padding: 0px 40px;
    background: url(Assets/banner-farm.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-magic {
    color: white;
    padding: 0px 40px;
    background: url(Assets/banner-magic.svg);
    height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-banner {
    padding-bottom: 1%;
}

/* Downloads */
:root {
    --bottom-glow: radial-gradient(farthest-corner at bottom center, rgba(255, 255, 255, 0.7), transparent);
    --stripes: repeating-linear-gradient(to bottom, #eee 0px, #eee 2px, #fff 2px, #fff 4px);
    --hue: 210; /* Azul predominante do resto do site */
}

.download-button {
    /* Variáveis exclusivas do botão */
    --download-hue: 35; /* tom laranja quente */
    --download-croma: 0.28; /* saturação alta pro laranja vibrante */

    /* Colors */
    --button-background: oklch(75% var(--download-croma) var(--download-hue) / 1);
    --bg-dark: oklch(55% var(--download-croma) var(--download-hue) / 1);
    --button-foreground: oklch(98% 0 var(--download-hue));

    /* Style */
    background: var(--bottom-glow),
                linear-gradient(to bottom, var(--bg-dark), var(--button-background));
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
    border: 1px solid var(--button-background);
    border-radius: 9999px;
    color: #ffffff !important;
    cursor: pointer;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lunasima", sans-serif;
    font-weight: 700;
    margin: 1em 1ex;
    padding: 1ex 1em;
    position: relative;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    transition: all 300ms ease;
    width: fit-content;
}

.download-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
    transform: translateY(-1px) scale(1.03);
    color: white !important;
}

.download-button:active {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transform: translateY(1px) scale(0.98);
}

.download-button::after {
    content: '';
    position: absolute;
    top: 4%;
    left: 0.5em;
    width: calc(100% - 1em);
    height: 40%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.05));
    border-radius: 9999px;
    pointer-events: none;
}



.pg-banner {
    padding-bottom: 15px;
}

.download-button-line {
    border-top: 1px solid oklch(80% 0.05 var(--hue));
    margin-top: 15px;
    padding-top: 15px;
    width: 260px;
    background: var(--stripes);
}

/* Cards */
.experiment-card {
    display: block;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid;
    border-image: linear-gradient(to right, #0ff, #f0f, #0ff) 1;
    color: white;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.3s ease;
}

.experiment-card:hover {
    transform: scale(1.02);
    background: rgba(255, 255, 255, 0.15);
}

.widgets-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    padding: 20px;
    width: 100%;
    /* Garantir que o grid ocupe toda a largura disponível */
    box-sizing: border-box;
    /* Para garantir que o padding não quebre o layout */
}

.widget-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    /* Garantir que cada item ocupe a largura inteira */
    box-sizing: border-box;
    /* Para garantir que o padding não quebre o layout */
}

.widgets-card {
    margin: 2rem auto;
    max-width: 800px;
    width: 100%;
    /* Garantir que o widget card ocupe a largura disponível */
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    text-align: center;
    box-sizing: border-box;
    /* Para garantir que o padding não quebre o layout */
}

.widgets-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    /* Garantir que o container ocupe a largura disponível */
}

.pet-widget {
    width: 400px;
    height: 400px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 10px #00f6ff99;
}

.guestbook-link img {
    width: 80px;
    height: auto;
    transition: transform 0.2s ease;
}

.guestbook-link img:hover {
    transform: scale(1.1);
}

.content-cards,
.content-cards-download {
    border-top: 1px solid #e4e4e4;
    margin: 0px 50px;
    margin-top: 26px;
    padding-top: 23px;
    width: 628px;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
}

.content-cards-download {
    padding-bottom: 201px;
}

.cards {
    display: flex;
    gap: 20px;
}

.card-header,
.addons-header {
    color: #22436C;
    font-size: 146%;
    font-weight: 400;
    padding-bottom: 25px;
}

.badges-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.badges-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-items: center;
}

.badge {
    width: 100px;
    height: auto;
    transition: transform 0.3s;
}

.badge:hover {
    transform: scale(1.1);
}

.addons-header {
    padding-bottom: 10px;
}

.extras {
    margin-top: 24px;
    width: 198px;
}

.card,
.project-card {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.card-header-link {
    color: #0099CC;
    font-size: 105%;
}

.card-header-link.mirror {
    color: #1e69f8;
}

.line-spacing {
    width: 100%;
    height: 1px;
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: #a1a1a136;
}

.project-card {
    transition: 0.1s ease-in-out;
}

.showcase-img,
.project-img {
    padding-bottom: 10px;
}

/* Padding */
.line-padded.region {
    padding-bottom: 636px;
}

.line-padded.projects {
    padding-bottom: 371px;
}

.content-padded {
    padding: 0 20px 20px 20px;
}

.line-padded {
    padding: 0 20px 20px 20px;
    line-height: 25px;
}

/* Footer */
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    width: 925px;
    bottom: 0;
}

.footer-404 {
    padding-bottom: 712px;
}

.copyright,
.right-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.psa {
    font-weight: bold;
    font-size: 12px;
}

.team-logo {
    padding-right: 20px;
    width: 120px;
}

.real-content {
    display: flex;
}

.list {
    padding-left: 27px;
}

.list.credit {
    padding-top: 2px;
    padding-bottom: 15px;
}

.list.specs>*>* {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.list.specs2>*>* {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.header-404 {
    padding-bottom: 3px;
}

.footer-credits {
    padding-bottom: 46px;
}

.credit-pg {
    padding-bottom: 15px;
}

.list.region {
    padding-bottom: 10px;
    border-bottom: 1px solid #0000001a;
}

.content-projects {
    padding-top: 30px;
}

/* Titles */
.region-title {
    padding-bottom: 20px;
}

.project-title {
    color: #22436C;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 240%;
    font-style: normal;
    font-weight: normal;
}

.project-subtitle {
    color: #22436C;
    padding-bottom: 10px;
}

/* Animations */
/* Landing page */
.banner-content,
.banner-content *,
/* Added * so the elements also get wrapped, along with the main element */
.banner-content-download,
.banner-content-download *,
.real-content,
.real-content *,
.line-padded,
.line-padded *,
.footer-credits,
.footer-credits * {
    opacity: 0;
    animation: FadeIn 1.5s ease-in-out 0.1s;
    animation-fill-mode: forwards;
}

/* Darkening when hovering over a link */
.navlinks a:hover,
a[href="#"]:hover,
a[href^="https"]:not([href*="reunion7.com"]):hover {
    filter: brightness(50%);
}

/* Brighten site logo when hovering */
.reunion-logo,
.reunion-logo-footer {
    transition: 0.3s ease-in-out;
}

.reunion-logo:hover,
.reunion-logo-footer:hover {
    filter: brightness(120%)
}

/* Download button hold animation */
.download-button {
    transition: 0.1s ease-in-out;
}

.download-button:hover {
    transform: scale(98%)
}

.download-button:active {
    transform: scale(95%)
}

/* Project-img box-shadow */
.project-card:hover {
    transform: scale(1.05);
}

/* Tooltips */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.tooltip .tooltiptext {
    display: none;
    width: 120px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-left: 110%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    display: block;
}

/* Blog - Estilo Windows 7 Aero + Mac OS X Aqua */
.blog-post {
    padding: 20px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    margin-bottom: 25px;
    position: relative;
    backdrop-filter: blur(4px);
    flex: 0 1 calc(33.33% - 20px);
    /* 20px de espaçamento interno/entre os cards */
    margin-bottom: 25px;
    /* Já existe no seu código;
     mantenha para espaçamento vertical */
}

/* Efeito de água no hover */
.blog-post:hover {
    box-shadow: 0 4px 12px rgba(0, 128, 255, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
}

/* Data - Estilo discreto */
.post-date {
    color: #6D8EA0;
    font-size: 0.85em;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-family: 'Segoe UI', sans-serif;
}

/* Título - Estilo Aqua Button */
.post-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #004A77;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg, #7FC4FF 0%, #4D9EC6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 1px rgba(0, 0, 0, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    position: relative;
}

/* Efeito de brilho no hover */
.post-title:hover {
    background: linear-gradient(180deg, #8FD8FF 0%, #5DAED6 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* Sublinhado estilo Aero */
.post-title::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(127, 196, 255, 0.6) 50%, transparent 100%);
}

/* Texto do post - Estilo Windows 7 */
.post-excerpt {
    color: #505050;
    font-size: 0.95em;
    line-height: 1.5;
    margin: 15px 0 0 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.post-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.post-image {
    width: 80%;
    border: 0px solid #60f;
    margin: 1rem 0;
}

.callout {
    background: rgba(102, 153, 255, 0.1);
    padding: 2rem;
    border-left: 1px solid #a6f;
    margin: 1.5rem 0;
}

.signature {
    width: 200px;
    filter: drop-shadow(0 0 5px #a6f);
}

.fieldset {
    border: 1px gray solid;
    box-shadow: white 1px 1px 0px inset, white 1px 1px 0px, white 0px 1px 0px, white 1px 0px 0px;
    margin: 0;
    padding: 10px;
    overflow-y: auto;
    height: 190px;
}

.badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 6px;
    justify-items: center;
    align-items: center;
    max-width: 600px;
    /* ou o tamanho que combinar com teu layout */
    margin: 0 auto;
    padding: 10px;
}

.badge {
    width: auto;
    max-width: 88px;
    height: auto;
    image-rendering: pixelated;
    /* opcional, pra manter o visual retrô */
}

.widget-zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 20px;
}

.widget-frame {
    width: 250px;
    height: 250px;
    border: none;
    background-color: #00000020;
    backdrop-filter: blur(3px);
    border-radius: 8px;
}

.moon-widget img {
    width: 212px;
    height: 136px;
    border: 2px solid #fff;
    border-radius: 4px;
}

.badge-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.badge {
    height: auto;
    max-height: 80px;
    width: auto;
}

.badge.small {
    max-height: 60px;
}

.album-cover {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    /* menos arredondado */
    overflow: hidden;
    background: oklch(60% 0.1 var(--hue) / 0.15);
    backdrop-filter: blur(8px) saturate(1.2);
    -webkit-backdrop-filter: blur(8px) saturate(1.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    /* mais suave */
    margin: 6px;
    /* menor espaço entre álbuns */
}

.album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* reflexo estilo aero */
.album-cover::after {
    content: '';
    position: absolute;
    top: 6%;
    left: 8%;
    width: 84%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    border-radius: 20% / 40%;
    /* formato mais suave, menos ovalzão */
    filter: blur(2px);
    pointer-events: none;
}

/* grid compacto */
.badges-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.real-content {
    display: flex;
    /* Se quiser, adicione um gap para dar espaçamento entre main e sidebar */
    /* gap: 20px;
     */
}

/* A área principal, onde ficam os posts */
.main-content {
    flex: 1;
    /* ou um valor fixo, ex: width: 70%;
     ou max-width: 800px;
     */
    box-sizing: border-box;
    padding-right: 20px;
    /* se quiser um espaço do lado do sidebar */
}

/* A área de extras (sidebar) */
.extras {
    width: 250px;
    /* Tamanho fixo do sidebar */
    box-sizing: border-box;
}

.cards.blog-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    /* se quiser usar gap, funciona em navegadores modernos */
}

.blog-post {
    flex: 0 1 calc(33.333% - 20px);
    /* Se usar gap, não precisa fazer calc - 20px, pode ser só 33.333%. */
    box-sizing: border-box;
}

/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-2/nat120.cur), auto !important;
}

/* End https://www.cursors-4u.com */

/* Seção MySpace Nostalgia - Estilo Tabela Anos 2000 */
.myspace-nostalgia-section,
.myspace-widget table {
    width: 100%;
    max-width: 300px;
    border-collapse: collapse;
    background-color: #cce0ff;
    border: 1px solid #3366cc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-family: "Segoe UI", sans-serif;
    font-size: 13px;
    margin: 20px 0;
}

.myspace-widget th {
    background-color: #6699cc;
    color: white;
    text-align: left;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

.myspace-widget td {
    padding: 6px 10px;
    border-top: 1px solid #aaccff;
}

.myspace-widget td:first-child {
    font-weight: bold;
    width: 35%;
}

.myspace-container {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
    background-color: #dae3f0;
}

.myspace-profile-sidebar {
    width: 300px;
    min-width: 250px;
    padding: 10px;
    background-color: #dae3f0;
}

.myspace-main-content {
    flex: 1;
    min-width: 300px;
    padding: 10px;
    background-color: #dae3f0;
}

.myspace-profile-details {
    width: 100%;
    border-collapse: collapse;
    background-color: #cce0ff;
    border: 1px solid #3366cc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.myspace-profile-details th {
    background-color: #6699cc;
    color: white;
    text-align: left;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

.myspace-profile-details td {
    padding: 6px 10px;
    border-top: 1px solid #aaccff;
}

.myspace-profile-details td.label {
    width: 35%;
    font-weight: bold;
}

.myspace-profile-picture-container {
    text-align: center;
    margin-bottom: 15px;
    padding: 8px;
}

/* Moldura Windows 98 para foto de perfil */
.myspace-profile-pic {
    width: 160px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff #808080 #808080 #ffffff;
    box-shadow: 2px 2px 0 #000, -2px -2px 0 #dfdfdf;
    background-color: #c0c0c0;
    padding: 3px;
}

.myspace-personal-msg {
    font-size: 12px;
    margin: 6px 0;
    font-weight: normal;
}

.myspace-gender-age,
.myspace-last-login {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
    line-height: 1.5em;
}

.myspace-contact-box {
    margin: 15px 0;
    border: 1px solid #3366cc;
    background-color: #cce0ff;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.myspace-contact-box h3 {
    background-color: #6699cc;
    color: white;
    padding: 3px 5px;
    margin: -5px -5px 5px -5px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #3366cc;
}

.myspace-contact-images img {
    margin: 2px;
    vertical-align: middle;
}

.myspace-interests {
    margin-top: 15px;
}

.myspace-interest-category {
    margin-bottom: 10px;
}

.myspace-interest-category h4 {
    margin-bottom: 3px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.myspace-interest-category p {
    margin: 0;
}

.myspace-blog,
.myspace-blurbs,
.myspace-friends {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaccff;
}

.myspace-blog h3,
.myspace-blurbs h3,
.myspace-friends h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
}

.myspace-blog p,
.myspace-blurbs p {
    margin: 4px 0;
}

.myspace-info {
    font-size: 11px;
    color: #333;
}

.myspace-friend-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.myspace-friend {
    width: 100px;
    text-align: center;
    font-size: 11px;
}

.myspace-friend img {
    width: 100%;
    border: 1px solid #3366cc;
}

.myspace-footer {
    text-align: center;
    padding: 10px;
    font-size: 11px;
    color: #333;
    border-top: 1px solid #aaccff;
    background-color: #dae3f0;
}

/* Responsividade retrô */
@media (max-width: 768px) {
    .myspace-container {
        flex-direction: column;
        width: 100%;
    }
    .myspace-profile-sidebar,
    .myspace-main-content {
        width: 100%;
        border-right: none;
    }
}

        ::-webkit-scrollbar {
        width: 16px;
        height: 16px;
        }

        ::-webkit-scrollbar-track {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
        image-rendering: pixelated;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        }

        ::-webkit-scrollbar-track:active {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        }

        ::-webkit-scrollbar-thumb {
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
        width: 16px;
        height: 16px;
        background-color: #cccccc;
        z-index: 1;
        }

        ::-webkit-scrollbar-corner {
        background-color: #cccccc;
        }

        ::-webkit-resizer {
        width: 16px;
        height: 16px;
        background-color: #cccccc;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
        background-position: bottom right;
        background-repeat: no-repeat;
        image-rendering: pixelated;
        }

        ::-webkit-scrollbar-button,
        .scroll::-webkit-scrollbar-button {
        border-top: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
        display: block;
        width: 16px;
        height: 16px;
        background-color: #cccccc;
        image-rendering: pixelated;
        background-repeat: no-repeat;
        background-position: center center;
        }

        ::-webkit-scrollbar-button:active,
        .scroll::-webkit-scrollbar-button:active {
        background-position: 2px 2px;
        }

        ::-webkit-scrollbar-button:horizontal:decrement,
        .scroll::-webkit-scrollbar-button:horizontal:decrement {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
        }

        ::-webkit-scrollbar-button:horizontal:increment,
        .scroll::-webkit-scrollbar-button:horizontal:increment {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
        }

        ::-webkit-scrollbar-button:vertical:decrement,
        .scroll::-webkit-scrollbar-button:vertical:decrement {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
        }

        ::-webkit-scrollbar-button:vertical:increment,
        .scroll::-webkit-scrollbar-button:vertical:increment {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
        }

        ::-webkit-scrollbar-button:horizontal:increment:start,
        .scroll::-webkit-scrollbar-button:horizontal:increment:start {
        display: none;
        }

        ::-webkit-scrollbar-button:horizontal:decrement:end,
        .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:increment:start,
        .scroll::-webkit-scrollbar-button:vertical:increment:start {
        display: none;
        }

        ::-webkit-scrollbar-button:vertical:decrement:end,
        .scroll::-webkit-scrollbar-button:vertical:decrement:end {
        display: none;
        }

        ::-webkit-scrollbar-button:active,
        .scroll::-webkit-scrollbar-button:active {
        border-top: 1px solid #868a8e;
        border-left: 1px solid #868a8e;
        border-bottom: 1px solid #868a8e;
        border-right: 1px solid #868a8e;
        box-shadow: none;
        }
        

/* Forçar todos os links */
a, 
.navlinks,
.navlinks a {
    color: #ff6600 !important;
}

/* Forçar headers e títulos */
.card-header,
.addons-header,
.project-title,
.project-subtitle,
.card-header-link {
    color: #ff6600 !important;
}
.showcase-img {
    width: 180px;          /* define um tamanho fixo mais equilibrado */
    height: 180px;         /* altura igual para manter o padrão */
    object-fit: cover;     /* preenche o espaço sem distorcer */
    display: block;
    margin: 0 auto;        /* centraliza horizontalmente */
}
.mini-showcase-img {
    width: 105px;          /* largura fixa */
    height: 105px;         /* altura fixa */
    object-fit: cover;    /* corta a imagem mantendo a proporção */
    object-position: center; /* centraliza o corte da imagem */
    display: block;
    margin: 0 auto;       /* centraliza horizontalmente */
    border-radius: 0px;   /* opcional: cantos levemente arredondados */
}
.mini-card-header {
    font-size: 100%;
    font-weight: 400;
    padding-bottom: 25px;
}

.mini-card-header-link {
    color: #0099CC;
    font-size: 105%;
    margin-top: 5px;
}
.mini-cards {
    display: flex;
    gap: 20px;
}

.mini-card {
    display: flex;
    flex-direction: column;
    width: 110px;
}
