*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    
    background-color: #000000!important;
   
    font-family:'Montserrat', sans-serif!important;
   
    color: #ffffff!important;
   
    font-size: 1.1rem!important;
    line-height: 1.5rem!important;
    text-align: center!important;
}


.container-fluid {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0;
}


.bg-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
    transform: scale(1.08);
    z-index: -3;
}

.bg-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -2;
}

.stage {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(94vw, 62.6vh);
    aspect-ratio: 1024 / 1536;
    background: url("../img/lanay.webp") center / cover no-repeat;
    border-radius: 20px;
    box-shadow: 0 12px 55px rgba(0, 0, 0, 0.65);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.cluster {
    margin-top: auto;          
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: 70%;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 36px, rgba(0, 0, 0, 0.8) 100%);
}

.identity {
    flex-shrink: 0;
    padding: 12px 16px 0;      
}

.identity h1 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.3rem;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.identity .bio {
    margin: 0.4rem 0 0;
    font-size: 1rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}


.links-panel {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 14px 1.5rem;
}


.links .botao:first-child {
    margin-top: 0.5rem;
}


.links {
    margin-bottom: 0;
}


.social-footer {
    flex-shrink: 0;
    padding: 4px 14px 18px;
    background-color: rgba(0, 0, 0, 0.8);
}


.botao {
    color: #000000;
    background-color: #ffffff;
    max-width: 100%;
    min-height: 2.2rem;
    vertical-align: middle;
    margin-top: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 50px;
    padding-top: 0.3rem;
}

.botao p {
    margin: 0;
}

.botao-svg {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
}

.botao:hover {
    color: #ffffff;
    background-color: #1D4D79;
}

.botao[href*="twitch.tv"]:hover {
    background-color: #9146ff;
}
.botao[href*="kick.com"]:hover {
    color: #000000; 
    background-color: #53fc18; 
}
.botao[href*="github.com"]:hover {
    background-color: #181717; 
}
.botao[href*="gitlab.com"]:hover {
    background-color: #fc6d26; 
}
.botao[href*="discord"]:hover {
    background-color: #5865f2;
}


.social ul {
    margin: 0;
    padding: 0;
}
.social a {
    text-decoration: none;
    color: #ffffff;
}

.social-svg {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
}

.social a:hover {
    text-decoration: none;
    color: #1D4D79;
}

.social ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}