#content {
    position: relative;
    overflow: hidden;
}

#plexus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 0;
    pointer-events: none;
}

#content > *:not(#plexus) {
    position: relative;
    z-index: 1;
}


:root {
    --ui-divider: #ffffff14;
    --accent: #22d3ee;
}

body {
    background-color: #121212;
    margin: 0;
}

.sidebar {
    width: 240px;
    transition: width 0.3s ease;
    border-right: 1px solid var(--ui-divider);
}

.sidebar-header,
.sidebar-title {
    color: #22d3ee;
    font-weight: bold;
}

.sidebar-divider {
    border: none;
    height: 1px;
    background-color: var(--ui-divider);
    opacity: 1;
}

.sidebar .nav-link {
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    background: transparent;
}

.sidebar .nav-link i {
    font-size: 1.2rem;
    min-width: 24px;
    text-align: center;
    color: white;
    transition: color 0.2s ease;
}

.sidebar .nav-link:hover {
    background-color: var(--accent);
    color: white;
}

.sidebar .nav-link:hover i {
    color: white;
}

.sidebar .nav-link.active {
    background: transparent;
    color: white;
}

.sidebar .nav-link.active i {
    color: var(--accent);
}

.footer {
    border-top: 1px solid var(--ui-divider);
}

@media (max-width: 768px) {
    .sidebar {
        width: 70px;
    }

    .sidebar span,
    .sidebar-title {
        display: none;
    }

    .sidebar-header,
    .sidebar-divider {
        display: none;
    }

    .sidebar .nav-link {
        justify-content: center;
    }
}

.profile-card {
    max-width: 420px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.profile-card:hover {
    transform: scale(1.05);
}

.profile-avatar {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-color: #22d3ee !important;
}

.social {
    text-decoration: none;
    transition: color 0.4s ease, transform 0.4s ease;
}

.social:hover {
    color: #22d3ee !important;
    transform: scale(1.2);
}

.social.twitch { color: #a970ff; }
.social.instagram { color: #C13584; }
.social.tiktok { color: #ffffff; }
.social.youtube { color: #FF0000; }
.social.discord { color: #5865F2; }


.games-card {
    max-width: 520px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.games-card:hover {
    transform: scale(1.01);
}

.games-divider {
    width: 75%;
    height: 2px;
    background-color: #22d3ee;
    border: none;
    opacity: 1; 
}

.game-item {
    font-size: 1rem;
}

@media (min-width: 576px) {
    .game-item {
        font-size: 1.1rem;
    }
}

.bullet {
    color: #22d3ee;
    font-size: 1.2rem;
}

.game-tag {
    color: #22d3ee;
    font-size: 0.85rem;
}

@media (min-width: 576px) {
    .game-tag {
        font-size: 0.95rem;
    }
}

.hardware-card {
    max-width: 700px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hardware-card:hover {
    transform: scale(1.01);
}

.ui-divider {
    width: 75%;
    height: 2px;
    background-color: #22d3ee;
    border: none;
    opacity: 1;
}

.hardware-item {
    font-size: 1rem;
}

@media (min-width: 576px) {
    .hardware-item {
        font-size: 1.1rem;
    }
}

.bullet {
    color: #22d3ee;
    font-size: 1.2rem;
}

.hardware-link {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #22d3ee;
    transition: color 0.3s ease;
}

.hardware-link:hover {
    /*color: #22d3ee;*/
    text-decoration: underline;
}

.about-card {
    max-width: 900px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-card:hover {
    transform: scale(1.01);
    box-shadow: 0 25px 40px rgba(0,0,0,0.5);
}

.ui-divider {
    width: 100%;
    height: 2px;
    background-color: #22d3ee;
    border: none;
    opacity: 1;
    margin: 0 0 1rem 0;
}

.about-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #22d3ee;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.about-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.about-avatar img:hover {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.about-text {
    color: #ffffff;
}

.about-text p {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}

.content-link {
    color: #22d3ee;
    text-decoration: none;
    transition: color 0.3s ease;
}

.content-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.tag {
    display: inline-block;
    background-color: #2a2a2a;
    color: #ffffff;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
}

.passions-title {
    color: #22d3ee;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
}

.card:hover {
    transform: scale(1.01);
}

.content-link:hover {
    color: #ffffff;
    text-decoration: underline;
}


.supporter-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    border-radius: 0.5rem;
    overflow: hidden;
    perspective: 600px;
    transition: transform 0.25s ease;
    cursor: pointer;
}

.supporter-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff14;
    background: transparent;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: #22d3ee;
    border-radius: 0.5rem;
    font-weight: 500;
    padding: 0 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}

.shine {
    pointer-events: none;
    position: absolute;
    inset: 0;
    border-radius: 0.5rem;
    background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0), transparent 25%);
    transition: background 0.15s ease;
    z-index: 0;
}







