﻿/* --- 1.2 Variáveis de Cores e Tema (BSIDE SKIN) --- */
:root {
    /* Paleta de Cores BSIDE SKIN */
    --bside-sand: #D0B066; /* Golden Sand */
    --bside-white: #FFFFF0; /* Off White */
    --bside-black: #000000; /* Pure Black */
    --bside-cactus: #668D49; /* Young Cactus */
    /* Aplicação no Tema Dark */
    --theme-bg-primary: #121212; /* Fundo principal */
    --theme-bg-secondary: #1A1A1A; /* Fundo de cards */
    --theme-bg-tertiary: #2C2C2E;
    --theme-border-color: #3A3A3C;
    --theme-text-primary: var(--bside-sand);
    --theme-text-secondary: var(--bside-white);
    --theme-text-on-accent: var(--bside-black);
    --theme-accent-primary: var(--bside-sand);
    --theme-accent-primary-hover: color-mix(in srgb, var(--bside-sand) 85%, #fff);
    /* Design Tokens */
    --border-width: 2px;
    --radius: 8px;
}

* {
    box-sizing: border-box;
}

body {
    background-color: var(--theme-bg-primary);
    font-family: 'Inter', sans-serif;
    color: var(--theme-text-secondary);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 1rem;
    position: relative;
    overflow-x: hidden;
}

    /* ============================================= */
    /*       BACKGROUND HALFTONE FIXO (RESPONSIVO)   */
    /* ============================================= */
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        /* Caminho ajustado para a raiz */
        background-image: url('/img/elementos/halftones/Halftone-07-byGhostlyPixels.png');
        background-repeat: repeat;
        opacity: 0.15;
        z-index: -1;
        pointer-events: none;
        background-size: 1920px 1080px;
    }

/* ============================================= */
/*       DECORATION DRAGON                       */
/* ============================================= */
.decoration-dragon {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170vw;
    height: 170vh;
    /* Caminho ajustado para a raiz (removendo o ..) */
    background-image: url('/img/elementos/elementos_apoio/dragaobarbudo/PNG/bside_dragaobarbudo_sand.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.07;
    z-index: -1;
    pointer-events: none;
}

/* --- MAIN CONTENT --- */
.link-page-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Profile Section */
.profile-section {
    text-align: center;
    margin-bottom: 2.5rem;
    animation: fadeInDown 0.8s ease-out;
}

.profile-pic-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.profile-pic {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: var(--border-width) solid var(--bside-sand);
    background-color: var(--theme-bg-secondary);
    position: relative;
    z-index: 2;
}

/* Decorative offset circle behind profile */
.profile-pic-wrapper::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0.5px solid var(--bside-sand);
    opacity: 0.25;
    z-index: 1;

}

.artist-name {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    color: var(--theme-text-primary);
    text-shadow: 0px 0px 15px rgba(208, 176, 102, 0.2);
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1.2rem;
    justify-content: center;
}

.social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: var(--border-width) solid var(--bside-sand);
    border-radius: 50%;
    color: var(--bside-sand);
    font-size: 1.3rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-btn:hover {
        background-color: var(--bside-sand);
        color: var(--bside-black);
        transform: translateY(-3px);
        box-shadow: 0 0 15px rgba(208, 176, 102, 0.4);
    }

/* --- LINKS LIST --- */
.links-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 1.2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    /* Button Style: Solid Sand for High Visibility */
    background-color: var(--theme-accent-primary);
    color: var(--theme-text-on-accent);
    border: 1px solid var(--bside-sand);
    border-radius: var(--radius);
    /* Subtle dark shadow for depth */
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* Animation Setup */
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
}

    .link-button:hover {
        background-color: var(--theme-accent-primary-hover);
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.4);
        color: var(--bside-black);
    }

    .link-button:active {
        transform: translateY(1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    }

/* Footer */
.footer-branding {
    display: block; /* garante empilhamento vertical */
    margin-top: 1rem;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--theme-text-secondary);
    opacity: 0.6;
    transition: opacity 0.3s;
}

    .footer-branding:hover {
        opacity: 1;
    }

    .footer-branding a {
        color: var(--bside-sand);
        text-decoration: none;
    }

/* --- ANIMATIONS --- */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
