@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap);
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #000000 !important;
    color: #FFFFFF;
    overflow-x: hidden;
}

.linktree-container {
    max-width: 420px;
    margin: 0 auto;
    background: #000000;
    min-height: 100vh;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
.linktree-container > div:first-child {
    padding: 0 20px;
}

.linktree-loading,
.linktree-error {
    text-align: center;
    padding: 40px;
    font-size: 16px;
    color: #FFFFFF;
}

/* Barra superior */
.linktree-header-bar {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.header-home-icon {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: opacity 0.2s ease;
    position: absolute;
    left: 0;
}

.header-home-icon:hover,
.header-home-icon:focus {
    color: #FFFFFF;
}

/* Logotipo monograma */
.linktree-monogram {
    margin: 8px 0;
    display: flex;
    justify-content: center;
    max-width: 60px;
}

.header-social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    right: 0;
}

.header-social-link {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: opacity 0.2s ease;
}

.header-social-link:hover,
.header-social-link:focus {
    color: #FFFFFF;
}

.monogram-violin {
    width: 60px;
    height: 60px;
    color: #FFFFFF;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

/* Wordmark pequeño */
.linktree-wordmark {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

/* Hero de marca */
.linktree-hero {
    margin-bottom: 24px;
}

.linktree-title {
    font-size: 44px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 36px 0 0;
    line-height: 1.1;
}

.linktree-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 28px 0;
    letter-spacing: 0.3px;
}

/* Bloque de información */
.linktree-info {
    margin-bottom: 34px;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 3px 0;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
}

.info-icon {
    width: 18px;
    height: 18px;
    color: #FFFFFF;
    flex-shrink: 0;
}

/* Botones principales */
.linktree-buttons {
    margin-bottom: 20px;
}

.linktree-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    padding: 16px 24px;
    margin: 14px 0;
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 9999px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
}

.linktree-button:hover,
.linktree-button:focus {
    background: #FFFFFF;
    color: #000000;
}

.linktree-button > .shows-content > span {
    color: rgb(0, 128, 0);
    font-size: 13px;
}

.button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.button-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.button-text {
    text-align: center;
}

.equalizer-icon {
    display: flex;
    gap: 2px;
    align-items: flex-end;
    width: 20px;
}

/* Video vertical */
.linktree-video-container {
    margin: 30px 0 15px;
    width: 100%;
    aspect-ratio: 9/16;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.linktree-video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0.4) 65%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.linktree-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    outline: none;
}

/* Footer */
.linktree-footer {
    margin-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}

.footer-text {
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.footer-text a,
.footer-text a:hover,
.footer-text a:focus {
    color: #FFFFFF;
    text-decoration: none;
}

/* Responsive para pantallas mayores */
@media (min-width: 480px) {
    .linktree-container {
        max-width: 480px;
    }
}

/* Estados de accesibilidad */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus visible para navegación por teclado */
.linktree-button:focus-visible,
.header-home-icon:focus-visible,
.header-social-link:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 2px;
}
