:root{--bio-ease:cubic-bezier(0.22, 1, 0.36, 1);--bio-dur:0.55s}@keyframes bioFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes bioAvatarIn{0%{opacity:0;transform:scale(0.82)}60%{opacity:1;transform:scale(1.04)}100%{opacity:1;transform:scale(1)}}#profile .useravatar{animation:bioAvatarIn 0.7s var(--bio-ease) both}#profile h1{animation:bioFadeUp var(--bio-dur) var(--bio-ease) 0.1s both}#profile #social{animation:bioFadeUp var(--bio-dur) var(--bio-ease) 0.18s both}#profile .bio-tagline,#profile h1 + .item{animation:bioFadeUp var(--bio-dur) var(--bio-ease) 0.14s both}#content > .item{animation:bioFadeUp var(--bio-dur) var(--bio-ease) both}#content > .item:nth-child(1){animation-delay:0.22s}#content > .item:nth-child(2){animation-delay:0.28s}#content > .item:nth-child(3){animation-delay:0.34s}#content > .item:nth-child(4){animation-delay:0.40s}#content > .item:nth-child(5){animation-delay:0.46s}#content > .item:nth-child(6){animation-delay:0.52s}#content > .item:nth-child(7){animation-delay:0.58s}#content > .item:nth-child(8){animation-delay:0.63s}#content > .item:nth-child(9){animation-delay:0.68s}#content > .item:nth-child(10){animation-delay:0.72s}#content > .item:nth-child(11){animation-delay:0.76s}#content > .item:nth-child(12){animation-delay:0.80s}#profile .useravatar{box-shadow:0 0 0 3px rgba(255, 255, 255, 0.35), 0 0 0 6px rgba(255, 255, 255, 0.12), 0 10px 30px rgba(0, 0, 0, 0.25);transition:transform 0.35s var(--bio-ease), box-shadow 0.35s var(--bio-ease)}#profile .useravatar:hover{transform:scale(1.05) rotate(-1.5deg);box-shadow:0 0 0 3px rgba(255, 255, 255, 0.55), 0 0 0 7px rgba(255, 255, 255, 0.18), 0 14px 38px rgba(0, 0, 0, 0.3)}#profile .btn-custom{position:relative;overflow:hidden;transition:transform 0.25s var(--bio-ease), box-shadow 0.25s var(--bio-ease), filter 0.25s var(--bio-ease);will-change:transform}#profile .btn-custom:hover{transform:translateY(-3px) scale(1.012);filter:brightness(1.05)}#profile .btn-custom:active{transform:translateY(0) scale(0.985);transition-duration:0.1s}#profile .btn-custom::after{content:"";position:absolute;top:0;left:-80%;width:55%;height:100%;background:linear-gradient( 105deg, transparent 0%, rgba(255, 255, 255, 0.22) 50%, transparent 100% );transform:skewX(-20deg);pointer-events:none;transition:left 0s;opacity:0}#profile .btn-custom:hover::after{opacity:1;left:130%;transition:left 0.65s var(--bio-ease), opacity 0.1s linear}#social a{transition:transform 0.25s var(--bio-ease), opacity 0.2s linear;display:inline-block}#social a:hover{transform:translateY(-4px) scale(1.15);opacity:1}#social a:active{transform:translateY(-1px) scale(1.02)}#profile h1.h3{font-weight:700;letter-spacing:-0.015em;-webkit-font-smoothing:antialiased}#profile #content h3{letter-spacing:0.01em}#profile a:focus-visible,#profile button:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:6px}::selection{background:rgba(255, 255, 255, 0.25)}html{scroll-behavior:smooth}#profile h1 svg{animation:bioAvatarIn 0.6s var(--bio-ease) 0.35s both;vertical-align:middle}@media (prefers-reduced-motion:reduce){#profile .useravatar, #profile h1, #profile #social, #profile .bio-tagline, #content > .item, #profile h1 svg{animation:none}#profile .btn-custom, #profile .useravatar, #social a{transition:none}html{scroll-behavior:auto}}