html,
body.bio-page {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    color: #f8fafc;
    font-family: 'Outfit', sans-serif;
    background-color: #050508;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bio-profile-open {
    overflow: hidden;
}

.bio-page * {
    box-sizing: border-box;
}

.bio-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bio-page a {
    color: inherit;
    text-decoration: none;
}

.bio-page .icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    vertical-align: -0.125em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bio-page .bio-brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    line-height: 1;
}

.bio-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 32%),
        linear-gradient(180deg, rgba(5, 5, 8, 0.12), rgba(5, 5, 8, 0.58));
    pointer-events: none;
}

.bio-ambient-stage {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    contain: layout paint;
}

.bio-ambient-stage > span {
    position: absolute;
    display: block;
}

.bio-card-ambient {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    contain: layout paint;
    pointer-events: none;
    z-index: 1;
}

.bio-ambient-orb,
.bio-ambient-beam,
.bio-ambient-ring,
.bio-ambient-prism,
.bio-ambient-wave,
.bio-ambient-glyph {
    mix-blend-mode: screen;
    opacity: 0.9;
}

.bio-ambient-orb {
    border-radius: 50%;
    filter: blur(18px);
}

.bio-ambient-orb--a {
    width: 58vw;
    height: 58vw;
    min-width: 280px;
    min-height: 280px;
    left: -10vw;
    top: 8vh;
    background:
        radial-gradient(circle at 35% 35%, color-mix(in srgb, var(--bio-accent) 88%, white 12%) 0%, rgba(255, 255, 255, 0.12) 18%, transparent 58%),
        radial-gradient(circle at 70% 60%, color-mix(in srgb, var(--bio-secondary) 78%, var(--bio-accent) 22%) 0%, transparent 62%);
    animation: bioAmbientFloatA 18s ease-in-out infinite alternate;
}

.bio-ambient-orb--b {
    width: 52vw;
    height: 52vw;
    min-width: 240px;
    min-height: 240px;
    right: -8vw;
    bottom: 10vh;
    background:
        radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--bio-secondary) 82%, white 10%) 0%, rgba(255, 255, 255, 0.08) 16%, transparent 56%),
        radial-gradient(circle at 40% 68%, color-mix(in srgb, var(--bio-accent) 68%, var(--bio-secondary) 32%) 0%, transparent 60%);
    animation: bioAmbientFloatB 22s ease-in-out infinite alternate;
}

.bio-ambient-beam {
    width: 60vw;
    height: 18vh;
    min-height: 110px;
    left: 50%;
    top: 50%;
    transform-origin: center;
    border-radius: 999px;
    filter: blur(10px);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.01) 10%, color-mix(in srgb, var(--bio-accent) 44%, transparent) 48%, rgba(255, 255, 255, 0.01) 86%, transparent 100%);
}

.bio-ambient-beam--a {
    transform: translate(-50%, -50%) rotate(-18deg);
    animation: bioAmbientBeamA 16s ease-in-out infinite;
}

.bio-ambient-beam--b {
    width: 72vw;
    transform: translate(-50%, -50%) rotate(34deg);
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.01) 12%, color-mix(in srgb, var(--bio-secondary) 38%, transparent) 50%, rgba(255, 255, 255, 0.01) 88%, transparent 100%);
    animation: bioAmbientBeamB 20s ease-in-out infinite;
}

.bio-ambient-prism {
    width: min(110vw, 980px);
    height: min(110vw, 980px);
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    opacity: 0.26;
    filter: blur(18px);
    background:
        conic-gradient(
            from 90deg,
            transparent 0deg,
            color-mix(in srgb, var(--bio-accent) 28%, transparent) 42deg,
            transparent 98deg,
            color-mix(in srgb, var(--bio-secondary) 32%, transparent) 164deg,
            transparent 216deg,
            rgba(255, 255, 255, 0.1) 280deg,
            transparent 360deg
        );
    animation: bioAmbientPrism 36s linear infinite;
}

.bio-ambient-wave {
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0.22;
    filter: blur(1px);
}

.bio-ambient-wave--a {
    width: min(68vw, 560px);
    height: min(68vw, 560px);
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--bio-accent) 16%, transparent) inset,
        0 0 44px color-mix(in srgb, var(--bio-accent) 18%, transparent);
    animation: bioAmbientWaveA 14s ease-in-out infinite;
}

.bio-ambient-wave--b {
    width: min(92vw, 760px);
    height: min(92vw, 760px);
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 0 1px color-mix(in srgb, var(--bio-secondary) 14%, transparent) inset,
        0 0 60px color-mix(in srgb, var(--bio-secondary) 14%, transparent);
    animation: bioAmbientWaveB 19s ease-in-out infinite;
}

.bio-ambient-glyph {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
        rgba(4, 8, 15, 0.34);
    box-shadow:
        0 0 24px rgba(255, 255, 255, 0.06),
        0 0 48px color-mix(in srgb, var(--bio-accent) 20%, transparent);
    backdrop-filter: blur(12px) saturate(118%);
    -webkit-backdrop-filter: blur(12px) saturate(118%);
    opacity: 0.36;
    transition: opacity 0.28s ease;
}

.bio-ambient-glyph .icon-svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.75;
}

.bio-ambient-glyph--instagram {
    left: 1rem;
    top: 1.2rem;
    color: #ff2dfb;
    animation: bioAmbientGlyphInstagram 24s ease-in-out infinite;
}

.bio-ambient-glyph--whatsapp {
    right: 1rem;
    top: 8.3rem;
    color: #22f07a;
    animation: bioAmbientGlyphWhatsapp 22s ease-in-out infinite;
}

.bio-ambient-glyph--mail {
    left: 1.3rem;
    bottom: 6.6rem;
    color: #ffd76a;
    animation: bioAmbientGlyphMail 26s ease-in-out infinite;
}

.bio-ambient-glyph--phone {
    right: 1.2rem;
    bottom: 11.2rem;
    color: #53d8ff;
    animation: bioAmbientGlyphPhone 21s ease-in-out infinite;
}

.bio-ambient-glyph--globe {
    left: 50%;
    top: 13rem;
    color: #8fb8ff;
    animation: bioAmbientGlyphGlobe 20s ease-in-out infinite;
}

.bio-ambient-glyph--contact {
    left: 50%;
    bottom: 2rem;
    color: #c29bff;
    animation: bioAmbientGlyphContact 23s ease-in-out infinite;
}

.bio-ambient-ring {
    width: min(90vw, 620px);
    height: min(90vw, 620px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.42;
    filter: blur(3px);
    background:
        conic-gradient(
            from 0deg,
            transparent 0deg,
            color-mix(in srgb, var(--bio-accent) 68%, transparent) 65deg,
            transparent 118deg,
            color-mix(in srgb, var(--bio-secondary) 62%, transparent) 198deg,
            transparent 252deg,
            color-mix(in srgb, var(--bio-accent) 55%, white 5%) 318deg,
            transparent 360deg
        );
    -webkit-mask: radial-gradient(circle, transparent 56%, #000 58%, #000 63%, transparent 67%);
    mask: radial-gradient(circle, transparent 56%, #000 58%, #000 63%, transparent 67%);
    animation: bioAmbientSpin 28s linear infinite;
}

.bio-ambient-grid {
    inset: -10%;
    opacity: 0.12;
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95) 18%, rgba(0, 0, 0, 0.6) 46%, transparent 78%);
    animation: bioAmbientGrid 26s linear infinite;
}

.bio-ambient-noise {
    inset: 0;
    opacity: 0.08;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 5px);
    mix-blend-mode: soft-light;
}

.bio-shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 0;
    contain: layout style;
}

.bio-card {
    position: relative;
    overflow: visible;
    isolation: isolate;
    width: min(100%, 430px);
    margin: 0 auto;
    border-radius: 24px;
    transform: translateZ(0);
    backface-visibility: hidden;
    contain: layout style;
}

.bio-card-panel {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(160deg, rgba(7, 10, 17, 0.95), rgba(7, 8, 12, 0.9)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: none;
}

.bio-card-content {
    position: relative;
    z-index: 2;
    padding: 0.9rem 0.9rem 1rem;
}

.bio-page--kinetic .bio-card-panel {
    border-color: rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(160deg, rgba(8, 11, 18, 0.72), rgba(8, 10, 15, 0.54)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    box-shadow:
        0 24px 54px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 0 80px color-mix(in srgb, var(--bio-accent) 10%, transparent);
    backdrop-filter: blur(26px) saturate(132%);
    -webkit-backdrop-filter: blur(26px) saturate(132%);
}

.bio-page--kinetic .bio-card-panel::before,
.bio-page--kinetic .bio-card-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    will-change: transform, opacity;
}

.bio-page--kinetic .bio-card-panel::before {
    z-index: 0;
    background:
        radial-gradient(circle at 14% 12%, color-mix(in srgb, var(--bio-accent) 18%, white 2%) 0%, transparent 30%),
        radial-gradient(circle at 84% 16%, color-mix(in srgb, var(--bio-secondary) 18%, white 4%) 0%, transparent 34%),
        radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.08) 0%, transparent 42%);
    opacity: 0.88;
    animation: bioCardAura 16s ease-in-out infinite;
}

.bio-page--kinetic .bio-card-panel::after {
    z-index: 0;
    inset: -20%;
    opacity: 0.42;
    background:
        linear-gradient(
            118deg,
            transparent 0%,
            transparent 36%,
            rgba(255, 255, 255, 0.16) 48%,
            rgba(255, 255, 255, 0.04) 54%,
            transparent 66%,
            transparent 100%
        );
    transform: translate3d(-22%, 0, 0) rotate(6deg);
    animation: bioCardGlide 11s ease-in-out infinite;
    mix-blend-mode: screen;
}

.bio-page--kinetic .bio-card {
    --bio-card-edge: color-mix(in srgb, var(--bio-accent) 34%, rgba(255, 255, 255, 0.16));
}

.bio-page--kinetic .bio-card-panel {
    outline: 1px solid rgba(255, 255, 255, 0.04);
    outline-offset: -1px;
}

.bio-page--kinetic .bio-card-shadow {
    display: none;
}

.bio-header {
    display: grid;
    gap: 0.85rem;
}

.bio-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.bio-back-link,
.bio-mini-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 36px;
    padding: 0.5rem 0.72rem;
    border-radius: 999px;
    color: rgba(248, 250, 252, 0.9);
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.bio-back-link {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.bio-mini-link {
    background: transparent;
    border: none;
    padding-inline: 0;
}

.bio-back-link .icon-svg,
.bio-mini-link .icon-svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.95;
}

.bio-brand {
    text-align: center;
    display: grid;
    gap: 0.62rem;
    padding-top: 0.15rem;
}

.bio-profile-trigger {
    margin: 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    transform: translateZ(0);
}

.bio-logo-orbit {
    position: relative;
    width: 126px;
    height: 126px;
    display: grid;
    place-items: center;
}

.bio-logo-shell {
    width: 126px;
    height: 126px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 55%),
        rgba(255, 255, 255, 0.03);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.bio-logo-orbit-ring {
    position: absolute;
    inset: 50% auto auto 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.bio-logo-orbit--kinetic .bio-logo-orbit-ring--a {
    width: 142px;
    height: 142px;
    border: 1px solid color-mix(in srgb, var(--bio-accent) 30%, rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 18px color-mix(in srgb, var(--bio-accent) 16%, transparent);
    animation: bioLogoOrbitClockwise 9s linear infinite;
}

.bio-logo-orbit--kinetic .bio-logo-orbit-ring--b {
    width: 164px;
    height: 164px;
    border: 1px dashed color-mix(in srgb, var(--bio-secondary) 34%, rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 22px color-mix(in srgb, var(--bio-secondary) 18%, transparent);
    animation: bioLogoOrbitCounter 14s linear infinite;
}

.bio-logo-orbit--kinetic .bio-logo-orbit-ring--c {
    width: 186px;
    height: 186px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 0 26px rgba(255, 255, 255, 0.05);
    animation: bioLogoOrbitClockwiseSoft 18s linear infinite;
}

.bio-logo-orbit-pointer {
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
    border-radius: 999px;
}

.bio-logo-orbit-pointer--a {
    width: 18px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--bio-accent) 82%, white 10%) 32%, white 52%, color-mix(in srgb, var(--bio-accent) 82%, white 10%) 70%, transparent 100%);
    box-shadow: 0 0 14px color-mix(in srgb, var(--bio-accent) 38%, transparent);
}

.bio-logo-orbit-pointer--b {
    width: 8px;
    height: 8px;
    top: -4px;
    background: color-mix(in srgb, var(--bio-secondary) 78%, white 12%);
    box-shadow:
        0 0 16px color-mix(in srgb, var(--bio-secondary) 44%, transparent),
        0 0 0 2px rgba(255, 255, 255, 0.08);
}

.bio-logo-orbit-pointer--c {
    width: 14px;
    height: 3px;
    top: auto;
    bottom: -2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 18%, color-mix(in srgb, var(--bio-accent) 50%, var(--bio-secondary) 50%) 50%, rgba(255, 255, 255, 0.18) 82%, transparent 100%);
    box-shadow: 0 0 16px color-mix(in srgb, var(--bio-accent) 24%, transparent);
}

.bio-logo-network {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 206px;
    height: 206px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.7;
}

.bio-logo-network-dot,
.bio-logo-network-line {
    position: absolute;
    display: block;
    pointer-events: none;
}

.bio-logo-network-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--bio-accent) 72%, white 12%);
    box-shadow:
        0 0 10px color-mix(in srgb, var(--bio-accent) 28%, transparent),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}

.bio-logo-network-dot--a {
    left: 18px;
    top: 64px;
    animation: bioLogoNodePulseA 4.6s ease-in-out infinite;
}

.bio-logo-network-dot--b {
    right: 14px;
    top: 56px;
    background: color-mix(in srgb, var(--bio-secondary) 68%, white 14%);
    box-shadow:
        0 0 10px color-mix(in srgb, var(--bio-secondary) 28%, transparent),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    animation: bioLogoNodePulseB 5.2s ease-in-out infinite;
}

.bio-logo-network-dot--c {
    left: 42px;
    bottom: 26px;
    background: color-mix(in srgb, var(--bio-accent) 48%, var(--bio-secondary) 52%);
    box-shadow:
        0 0 10px color-mix(in srgb, var(--bio-accent) 18%, transparent),
        0 0 0 1px rgba(255, 255, 255, 0.08);
    animation: bioLogoNodePulseC 4.9s ease-in-out infinite;
}

.bio-logo-network-line {
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        color-mix(in srgb, var(--bio-accent) 20%, rgba(255, 255, 255, 0.12)),
        rgba(255, 255, 255, 0)
    );
    opacity: 0.38;
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--bio-accent) 14%, transparent));
}

.bio-logo-network-line--a {
    left: 24px;
    top: 68px;
    width: 52px;
    transform: rotate(-18deg);
    animation: bioLogoLinePulseA 4.8s ease-in-out infinite;
}

.bio-logo-network-line--b {
    right: 22px;
    top: 62px;
    width: 46px;
    transform: rotate(18deg);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        color-mix(in srgb, var(--bio-secondary) 22%, rgba(255, 255, 255, 0.12)),
        rgba(255, 255, 255, 0)
    );
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--bio-secondary) 14%, transparent));
    animation: bioLogoLinePulseB 5.1s ease-in-out infinite;
}

.bio-logo-network-line--c {
    left: 48px;
    bottom: 34px;
    width: 44px;
    transform: rotate(14deg);
    animation: bioLogoLinePulseC 4.5s ease-in-out infinite;
}

.bio-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bio-avatar {
    width: 92px;
    height: 92px;
    margin: 0 auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--bio-accent), rgba(255, 255, 255, 0.18));
    color: #050508;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.bio-avatar .icon-svg {
    width: 34px;
    height: 34px;
}

.bio-section {
    margin-top: 1.05rem;
}

.bio-section-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.72rem;
    text-align: center;
}

.bio-section-head h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.98rem;
    letter-spacing: -0.02em;
}

.bio-links {
    display: grid;
    gap: 0.65rem;
    padding: 1.05rem 1rem 0.65rem;
    margin: -0.12rem -0.18rem 0;
    overflow: visible;
    content-visibility: auto;
    contain-intrinsic-size: 420px;
}

.bio-links.has-active .bio-link--social:not(.is-active) {
    opacity: 0.48;
    transform: translate3d(0, 0, 0) scale(0.992);
    filter: saturate(0.82) brightness(0.92);
}

.bio-link {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.82rem 0.88rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    contain: layout style;
}

.bio-link--social.is-active {
    opacity: 1 !important;
    z-index: 3;
    isolation: isolate;
    overflow: hidden;
    transform: translate3d(0, -1px, 0) scale(1) !important;
    filter: none !important;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--bio-item-surface, rgba(255, 255, 255, 0.05)) 32%, rgba(255, 255, 255, 0.05)), rgba(255, 255, 255, 0.03)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
    box-shadow:
        0 14px 22px rgba(0, 0, 0, 0.18),
        0 0 0 1px color-mix(in srgb, var(--bio-item-border, var(--bio-social-icon)) 62%, transparent),
        0 0 18px color-mix(in srgb, var(--bio-item-icon, var(--bio-accent)) 10%, transparent);
}

.bio-page--kinetic .bio-link::before {
    content: '';
    position: absolute;
    inset: -40% auto -40% -30%;
    width: 42%;
    pointer-events: none;
    opacity: 0.11;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 46%, transparent 100%);
    transform: rotate(10deg);
    animation: bioLinkSheen 13s ease-in-out infinite;
    will-change: transform, opacity;
}

.bio-link--social {
    border-width: 0.6px;
    border-color: var(--bio-item-border, var(--bio-social-icon));
    box-shadow: none;
}

.bio-link:hover {
    transform: translate3d(0, -2px, 0);
    border-color: var(--bio-item-border, rgba(255, 255, 255, 0.16));
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.bio-link:focus-within {
    border-color: color-mix(in srgb, var(--bio-item-border, rgba(255, 255, 255, 0.22)) 68%, rgba(255, 255, 255, 0.18));
    box-shadow:
        0 0 0 2px color-mix(in srgb, var(--bio-item-border, var(--bio-social-icon)) 18%, transparent),
        0 12px 24px rgba(0, 0, 0, 0.14);
}

.bio-link-activator {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    padding-right: 4.95rem;
}

.bio-link--social.is-active .bio-link-activator {
    cursor: default;
}

.bio-link-activator:focus-visible {
    outline: none;
}

.bio-link-copy {
    display: flex;
    align-items: center;
    gap: 0.78rem;
    min-width: 0;
}

.bio-link-icon,
.bio-shortcut-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.bio-link-icon {
    width: 56px;
    height: 56px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--bio-item-icon, var(--bio-social-icon));
    filter: drop-shadow(0 0 10px var(--bio-item-surface, transparent));
}

.bio-link-icon .icon-svg {
    width: 40px;
    height: 40px;
    stroke-width: 1.55;
}

.bio-link-icon .bio-brand-icon {
    font-size: 2.25rem;
}

.bio-link-body {
    min-width: 0;
}

.bio-link-body strong {
    display: block;
    color: var(--bio-item-icon, #f8fafc);
    font-size: 0.95rem;
    line-height: 1.25;
}

.bio-link-body span {
    display: block;
    margin-top: 0.18rem;
    color: rgba(148, 163, 184, 0.9);
    font-size: 0.77rem;
    line-height: 1.42;
    word-break: break-word;
}

.bio-link-arrow {
    color: var(--bio-item-icon, var(--bio-accent));
    flex: 0 0 auto;
}

.bio-link-arrow .icon-svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.9;
}

.bio-link-arrow--cta {
    position: absolute;
    right: 0.82rem;
    top: 50%;
    z-index: 3;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-18px, 0, 0) scale(0.72);
    background: transparent;
    border: none;
    box-shadow: none;
    color: color-mix(in srgb, var(--bio-item-icon, var(--bio-accent)) 88%, white 12%);
    transition:
        opacity 0.2s ease,
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.26s ease,
        color 0.26s ease;
    will-change: transform, opacity;
}

.bio-link-arrow--cta::before {
    display: none;
}

.bio-link-arrow--cta .bio-link-arrow-core {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    filter: drop-shadow(0 0 8px color-mix(in srgb, var(--bio-item-icon, var(--bio-accent)) 14%, transparent));
    animation: bioArrowIdle 1.55s cubic-bezier(0.32, 0, 0.18, 1) infinite;
}

.bio-link-arrow--cta .icon-svg {
    width: 27px;
    height: 27px;
    stroke-width: 2.35;
}

.bio-link--social.is-active .bio-link-arrow--cta {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    animation: bioArrowReveal 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.bio-link--social.is-active .bio-link-arrow--cta:hover {
    transform: translate3d(0, -1px, 0) scale(1.06);
    color: color-mix(in srgb, var(--bio-item-icon, var(--bio-accent)) 94%, white 6%);
    filter: drop-shadow(0 0 14px color-mix(in srgb, var(--bio-item-icon, var(--bio-accent)) 20%, transparent));
}

.bio-link--social.is-active .bio-link-arrow--cta:hover .bio-link-arrow-core {
    filter: drop-shadow(0 0 12px color-mix(in srgb, var(--bio-item-icon, var(--bio-accent)) 18%, transparent));
}

.bio-shortcuts {
    margin-top: 0.9rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    scrollbar-width: thin;
    justify-content: center;
    content-visibility: auto;
    contain-intrinsic-size: 76px;
}

.bio-shortcut {
    min-width: 96px;
    padding: 0.15rem 0.25rem;
    border-radius: 0;
    border: none;
    background: transparent;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.42rem;
    text-align: center;
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease, filter 0.24s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    contain: layout style;
}

.bio-shortcut:hover {
    transform: translate3d(0, -2px, 0) scale(1.03);
    opacity: 0.96;
    filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.2));
}

.bio-shortcut-icon {
    width: 52px;
    height: 52px;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--bio-item-icon, var(--bio-shortcut-icon));
    filter: drop-shadow(0 0 10px var(--bio-item-surface, transparent));
}

.bio-shortcut-icon .icon-svg {
    width: 40px;
    height: 40px;
    stroke-width: 1.55;
}

.bio-shortcut-icon .bio-brand-icon {
    font-size: 2.35rem;
}

.bio-footer {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    color: rgba(148, 163, 184, 0.88);
    font-size: 0.76rem;
    text-align: center;
}

.bio-share-strip {
    margin-top: 0.95rem;
}

.bio-share-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.72rem;
    padding: 0.82rem 0.88rem;
    border-radius: 18px;
    border: 1px solid rgba(37, 211, 102, 0.28);
    background:
        linear-gradient(145deg, rgba(37, 211, 102, 0.09), rgba(37, 211, 102, 0.04)),
        rgba(255, 255, 255, 0.02);
    color: #eafff1;
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.24s ease, box-shadow 0.24s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    contain: layout style;
}

.bio-share-link:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.bio-share-link-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: rgba(37, 211, 102, 0.14);
    color: #25d366;
}

.bio-share-link-icon .icon-svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.8;
}

.bio-share-link-icon .bio-brand-icon {
    font-size: 1.45rem;
}

@keyframes bioArrowReveal {
    0% {
        opacity: 0;
        transform: translate3d(-20px, 0, 0) scale(0.58);
    }
    58% {
        opacity: 1;
        transform: translate3d(4px, 0, 0) scale(1.08);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes bioArrowIdle {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(3px);
    }
}

.bio-share-link-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.bio-share-link-copy strong {
    display: block;
    font-size: 0.92rem;
    line-height: 1.25;
}

.bio-share-link-copy span {
    display: block;
    margin-top: 0.14rem;
    color: rgba(203, 213, 225, 0.88);
    font-size: 0.78rem;
    line-height: 1.45;
}

.bio-share-link-arrow {
    color: #25d366;
    flex: 0 0 auto;
}

.bio-share-link-arrow .icon-svg {
    width: 17px;
    height: 17px;
    stroke-width: 1.9;
}

.bio-empty {
    width: 100%;
    padding: 0.95rem;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    color: rgba(148, 163, 184, 0.94);
    text-align: center;
    line-height: 1.6;
    font-size: 0.88rem;
}

.bio-profile-layer[hidden] {
    display: none;
}

.bio-profile-layer {
    position: fixed;
    inset: 0;
    z-index: 30;
    opacity: 0;
    transition: opacity 0.26s ease;
    pointer-events: none;
}

.bio-profile-layer.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.bio-profile-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 4, 8, 0.68);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.26s ease;
}

.bio-profile-sheet {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translate(-50%, 20px) scale(0.98);
    width: min(calc(100% - 1.4rem), 420px);
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(165deg, rgba(11, 14, 24, 0.98), rgba(7, 9, 14, 0.95)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
    will-change: transform, opacity;
    contain: layout paint style;
}

.bio-profile-layer.is-visible .bio-profile-backdrop {
    opacity: 1;
}

.bio-profile-layer.is-visible .bio-profile-sheet {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.bio-profile-sheet-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.95rem;
}

.bio-profile-kicker {
    display: block;
    color: var(--bio-accent);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bio-profile-sheet-head h2 {
    margin-top: 0.18rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    line-height: 1.2;
}

.bio-profile-sheet-head p {
    margin-top: 0.25rem;
    color: rgba(148, 163, 184, 0.9);
    font-size: 0.82rem;
    line-height: 1.45;
}

.bio-profile-close {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc;
    cursor: pointer;
}

.bio-profile-close .icon-svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}

.bio-profile-actions {
    display: grid;
    gap: 0.65rem;
}

.bio-profile-action {
    display: flex;
    align-items: center;
    gap: 0.82rem;
    padding: 0.82rem 0.88rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s ease, background 0.22s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    contain: layout style;
}

.bio-profile-action:hover {
    transform: translate3d(0, -2px, 0);
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.045);
}

.bio-profile-action--disabled {
    opacity: 0.52;
    pointer-events: none;
}

.bio-profile-action-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--bio-accent);
    background: rgba(255, 255, 255, 0.04);
}

.bio-profile-action-icon .icon-svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
}

.bio-profile-action-copy {
    min-width: 0;
}

.bio-profile-action-copy strong {
    display: block;
    font-size: 0.92rem;
    color: #f8fafc;
}

.bio-profile-action-copy span {
    display: block;
    margin-top: 0.12rem;
    color: rgba(148, 163, 184, 0.9);
    font-size: 0.78rem;
    line-height: 1.4;
}

.bio-detail-page .bio-card {
    padding-top: 0;
}

.bio-detail {
    margin-top: 0.8rem;
    display: grid;
    gap: 1rem;
}

.bio-detail-head {
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 0.55rem;
}

.bio-detail-head .bio-logo-orbit,
.bio-detail-head .bio-logo-shell {
    margin-inline: auto;
}

.bio-detail-head span {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bio-accent);
    font-weight: 700;
}

.bio-detail-head h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    line-height: 1.12;
}

.bio-detail-head p {
    color: rgba(148, 163, 184, 0.92);
    line-height: 1.55;
    font-size: 0.92rem;
}

.bio-detail-body {
    display: grid;
    gap: 0.85rem;
    content-visibility: auto;
    contain-intrinsic-size: 520px;
}

.bio-detail-block {
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
    contain: layout paint style;
}

.bio-detail-block h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.96rem;
    margin-bottom: 0.55rem;
}

.bio-detail-block p {
    color: rgba(226, 232, 240, 0.92);
    line-height: 1.7;
    font-size: 0.92rem;
}

.bio-detail-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.bio-detail-actions a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 42px;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.bio-detail-action-share {
    border-color: rgba(37, 211, 102, 0.28);
    background: rgba(37, 211, 102, 0.08);
    color: #eafff1;
}

.bio-detail-action-share .icon-svg {
    color: #25d366;
    width: 17px;
    height: 17px;
}

@keyframes bioAmbientFloatA {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        transform: translate3d(12vw, -4vh, 0) scale(1.14);
    }
}

@keyframes bioAmbientFloatB {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        transform: translate3d(-10vw, 5vh, 0) scale(1.1);
    }
}

@keyframes bioAmbientBeamA {
    0%,
    100% {
        opacity: 0.22;
        transform: translate(-50%, -50%) rotate(-18deg) scaleX(0.9);
    }
    50% {
        opacity: 0.55;
        transform: translate(-50%, -50%) rotate(-12deg) scaleX(1.08);
    }
}

@keyframes bioAmbientBeamB {
    0%,
    100% {
        opacity: 0.18;
        transform: translate(-50%, -50%) rotate(34deg) scaleX(0.94);
    }
    50% {
        opacity: 0.5;
        transform: translate(-50%, -50%) rotate(28deg) scaleX(1.1);
    }
}

@keyframes bioAmbientPrism {
    from {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg) scale(1.06);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg) scale(1);
    }
}

@keyframes bioAmbientSpin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes bioAmbientGrid {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-18px, -22px, 0);
    }
}

@keyframes bioAmbientWaveA {
    0%,
    100% {
        opacity: 0.08;
        transform: translate(-50%, -50%) scale(0.92);
    }
    50% {
        opacity: 0.26;
        transform: translate(-50%, -50%) scale(1.06);
    }
}

@keyframes bioAmbientWaveB {
    0%,
    100% {
        opacity: 0.06;
        transform: translate(-50%, -50%) scale(0.88);
    }
    50% {
        opacity: 0.18;
        transform: translate(-50%, -50%) scale(1.08);
    }
}

@keyframes bioAmbientGlyphInstagram {
    0%,
    100% {
        opacity: 0.16;
        transform: translate3d(0, 0, 0) rotate(-10deg) scale(0.92);
    }
    50% {
        opacity: 0.32;
        transform: translate3d(38px, -26px, 0) rotate(14deg) scale(1.06);
    }
}

@keyframes bioAmbientGlyphWhatsapp {
    0%,
    100% {
        opacity: 0.14;
        transform: translate3d(0, 0, 0) rotate(8deg) scale(0.94);
    }
    50% {
        opacity: 0.3;
        transform: translate3d(-34px, 32px, 0) rotate(-12deg) scale(1.08);
    }
}

@keyframes bioAmbientGlyphMail {
    0%,
    100% {
        opacity: 0.12;
        transform: translate3d(0, 0, 0) rotate(6deg) scale(0.9);
    }
    50% {
        opacity: 0.28;
        transform: translate3d(44px, -18px, 0) rotate(-8deg) scale(1.04);
    }
}

@keyframes bioAmbientGlyphPhone {
    0%,
    100% {
        opacity: 0.13;
        transform: translate3d(0, 0, 0) rotate(-8deg) scale(0.92);
    }
    50% {
        opacity: 0.3;
        transform: translate3d(-28px, -36px, 0) rotate(12deg) scale(1.05);
    }
}

@keyframes bioAmbientGlyphGlobe {
    0%,
    100% {
        opacity: 0.12;
        transform: translate3d(-50%, 0, 0) rotate(0deg) scale(0.9);
    }
    50% {
        opacity: 0.26;
        transform: translate3d(calc(-50% + 16px), 24px, 0) rotate(14deg) scale(1.05);
    }
}

@keyframes bioAmbientGlyphContact {
    0%,
    100% {
        opacity: 0.13;
        transform: translate3d(-50%, 0, 0) rotate(0deg) scale(0.92);
    }
    50% {
        opacity: 0.28;
        transform: translate3d(calc(-50% - 22px), -24px, 0) rotate(-14deg) scale(1.06);
    }
}

@keyframes bioLogoOrbitClockwise {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes bioLogoOrbitCounter {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes bioLogoOrbitClockwiseSoft {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(0.98);
        opacity: 0.34;
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg) scale(1.02);
        opacity: 0.58;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) scale(0.98);
        opacity: 0.34;
    }
}

@keyframes bioLogoNodePulseA {
    0%, 100% {
        opacity: 0.34;
        transform: scale(0.84);
    }
    50% {
        opacity: 0.88;
        transform: scale(1.18);
    }
}

@keyframes bioLogoNodePulseB {
    0%, 100% {
        opacity: 0.28;
        transform: scale(0.82);
    }
    50% {
        opacity: 0.82;
        transform: scale(1.12);
    }
}

@keyframes bioLogoNodePulseC {
    0%, 100% {
        opacity: 0.26;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.74;
        transform: scale(1.08);
    }
}

@keyframes bioLogoLinePulseA {
    0%, 100% {
        opacity: 0.18;
        transform: rotate(-18deg) scaleX(0.92);
    }
    50% {
        opacity: 0.52;
        transform: rotate(-18deg) scaleX(1.04);
    }
}

@keyframes bioLogoLinePulseB {
    0%, 100% {
        opacity: 0.16;
        transform: rotate(18deg) scaleX(0.9);
    }
    50% {
        opacity: 0.48;
        transform: rotate(18deg) scaleX(1.02);
    }
}

@keyframes bioLogoLinePulseC {
    0%, 100% {
        opacity: 0.14;
        transform: rotate(14deg) scaleX(0.88);
    }
    50% {
        opacity: 0.42;
        transform: rotate(14deg) scaleX(1);
    }
}

@keyframes bioCardGlide {
    0%,
    100% {
        opacity: 0.18;
        transform: translate3d(-22%, 0, 0) rotate(6deg);
    }
    50% {
        opacity: 0.48;
        transform: translate3d(18%, -2%, 0) rotate(6deg);
    }
}

@keyframes bioCardAura {
    0%,
    100% {
        opacity: 0.66;
        transform: scale(1);
    }
    50% {
        opacity: 0.98;
        transform: scale(1.05);
    }
}

@keyframes bioLinkSheen {
    0%,
    100% {
        opacity: 0.04;
        transform: translate3d(-18%, 0, 0) rotate(10deg);
    }
    45% {
        opacity: 0.15;
        transform: translate3d(180%, 0, 0) rotate(10deg);
    }
    46% {
        opacity: 0;
        transform: translate3d(-18%, 0, 0) rotate(10deg);
    }
}

@media (min-width: 641px) {
    .bio-shell {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 1.1rem;
    }

    .bio-card {
        width: min(100%, 460px);
        border-radius: 28px;
    }

    .bio-card-content {
        padding: 1rem 1rem 1.1rem;
    }

    .bio-logo-shell {
        width: 138px;
        height: 138px;
    }

    .bio-logo-orbit {
        width: 138px;
        height: 138px;
    }

    .bio-topbar {
        gap: 0.75rem;
    }

    .bio-back-link,
    .bio-mini-link {
        font-size: 0.8rem;
    }
}

@media (max-width: 640px) {
    .bio-ambient-orb--a {
        width: 78vw;
        height: 78vw;
        left: -18vw;
        top: 10vh;
    }

    .bio-ambient-orb--b {
        width: 72vw;
        height: 72vw;
        right: -16vw;
        bottom: 14vh;
    }

    .bio-ambient-beam {
        width: 88vw;
        opacity: 0.72;
    }

    .bio-ambient-ring {
        width: 108vw;
        height: 108vw;
        opacity: 0.28;
    }

    .bio-ambient-prism {
        width: 138vw;
        height: 138vw;
        opacity: 0.2;
    }

    .bio-ambient-wave--a {
        width: 96vw;
        height: 96vw;
    }

    .bio-ambient-wave--b {
        width: 122vw;
        height: 122vw;
    }

    .bio-ambient-glyph {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        opacity: 0.26;
        box-shadow: 0 0 16px color-mix(in srgb, var(--bio-accent) 12%, transparent);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .bio-ambient-glyph .icon-svg {
        width: 18px;
        height: 18px;
    }

    .bio-ambient-glyph--instagram {
        left: 0.55rem;
        top: 1rem;
    }

    .bio-ambient-glyph--whatsapp {
        right: 0.55rem;
        top: 6.8rem;
    }

    .bio-ambient-glyph--mail {
        left: 0.7rem;
        bottom: 5.2rem;
    }

    .bio-ambient-glyph--phone {
        right: 0.7rem;
        bottom: 8.4rem;
    }

    .bio-ambient-glyph--globe,
    .bio-ambient-glyph--contact {
        display: none;
    }

    .bio-card {
        width: 100%;
        min-height: 100vh;
        border-radius: 0;
    }

    .bio-card-panel {
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-radius: 0;
    }

    .bio-card-content {
        padding: 0.9rem 0.9rem 1rem;
    }

    .bio-page--kinetic .bio-card-panel {
        background:
            linear-gradient(160deg, rgba(8, 11, 18, 0.64), rgba(8, 10, 15, 0.48)),
            linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
        backdrop-filter: blur(18px) saturate(118%);
        -webkit-backdrop-filter: blur(18px) saturate(118%);
        outline: none;
    }

    .bio-links {
        padding: 0.95rem 0.3rem 0.5rem;
        margin: -0.1rem -0.05rem 0;
    }

    .bio-ambient-grid,
    .bio-ambient-noise {
        display: none;
    }

    .bio-profile-sheet {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-radius: 24px 24px 0 0;
        transform: translateY(20px);
    }

    .bio-profile-layer.is-visible .bio-profile-sheet {
        transform: translateY(0);
    }
}

@media (hover: none), (pointer: coarse) {
    .bio-ambient-stage,
    .bio-card-ambient,
    .bio-ambient-grid,
    .bio-ambient-noise {
        display: none !important;
    }

    .bio-page--kinetic .bio-card-panel {
        background:
            linear-gradient(160deg, rgba(8, 11, 18, 0.88), rgba(8, 10, 15, 0.82)),
            linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
        box-shadow:
            0 16px 34px rgba(0, 0, 0, 0.26),
            0 0 0 1px rgba(255, 255, 255, 0.03) inset;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .bio-page--kinetic .bio-card-panel::before,
    .bio-page--kinetic .bio-card-panel::after,
    .bio-page--kinetic .bio-link::before {
        display: none;
        animation: none;
    }

    .bio-page--kinetic .bio-card {
        --bio-card-edge: rgba(255, 255, 255, 0.12);
    }

    .bio-logo-orbit--kinetic .bio-logo-orbit-ring--c {
        display: none;
    }

    .bio-logo-network {
        width: 178px;
        height: 178px;
        opacity: 0.62;
    }

    .bio-logo-network-line--b,
    .bio-logo-network-line--c {
        display: none;
    }

    .bio-logo-orbit--kinetic .bio-logo-orbit-ring--a {
        box-shadow: 0 0 12px color-mix(in srgb, var(--bio-accent) 12%, transparent);
    }

    .bio-logo-orbit--kinetic .bio-logo-orbit-ring--b {
        box-shadow: 0 0 14px color-mix(in srgb, var(--bio-secondary) 12%, transparent);
    }

    .bio-logo-orbit-pointer--a {
        box-shadow: 0 0 10px color-mix(in srgb, var(--bio-accent) 24%, transparent);
    }

    .bio-logo-orbit-pointer--b {
        box-shadow: 0 0 10px color-mix(in srgb, var(--bio-secondary) 24%, transparent);
    }

    .bio-link-arrow--cta .bio-link-arrow-core {
        animation: none;
    }

    .bio-profile-backdrop {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .bio-profile-sheet {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bio-ambient-orb--a,
    .bio-ambient-orb--b,
    .bio-ambient-beam--a,
    .bio-ambient-beam--b,
    .bio-ambient-prism,
    .bio-ambient-ring,
    .bio-ambient-grid {
        animation: none;
    }

    .bio-ambient-glyph--instagram,
    .bio-ambient-glyph--whatsapp,
    .bio-ambient-glyph--mail,
    .bio-ambient-glyph--phone,
    .bio-ambient-glyph--globe,
    .bio-ambient-glyph--contact,
    .bio-logo-orbit--kinetic .bio-logo-orbit-ring--a,
    .bio-logo-orbit--kinetic .bio-logo-orbit-ring--b,
    .bio-logo-orbit--kinetic .bio-logo-orbit-ring--c,
    .bio-logo-network-dot--a,
    .bio-logo-network-dot--b,
    .bio-logo-network-dot--c,
    .bio-logo-network-line--a,
    .bio-logo-network-line--b,
    .bio-logo-network-line--c,
    .bio-ambient-wave--a,
    .bio-ambient-wave--b,
    .bio-page--kinetic .bio-card-panel::before,
    .bio-page--kinetic .bio-card-panel::after {
        animation: none;
    }

    .bio-page--kinetic .bio-card-panel::after {
        opacity: 0.22;
    }

    .bio-page--kinetic .bio-link::before {
        animation: none;
        opacity: 0.05;
    }

    .bio-link-arrow--cta,
    .bio-link-arrow--cta::before,
    .bio-link-arrow--cta .bio-link-arrow-core {
        animation: none;
        transition: none;
    }

    .bio-link,
    .bio-shortcut,
    .bio-share-link,
    .bio-profile-action,
    .bio-profile-layer,
    .bio-profile-backdrop,
    .bio-profile-sheet {
        transition: none;
    }
}
