.home-codes{position:absolute;inset:0;pointer-events:none;overflow:visible;z-index:0}.home-code{position:absolute;font-family:JetBrains Mono,Fira Code,SF Mono,Menlo,Consolas,monospace;font-weight:500;font-size:clamp(28px,4.5vw,44px);line-height:1;color:hsl(var(--muted-foreground));opacity:0;letter-spacing:.05em;user-select:none;animation:home-code-in .9s cubic-bezier(.22,1,.36,1) .6s forwards,home-code-drift 7s ease-in-out 1.5s infinite}.home-code-l{left:clamp(8px,7vw,70px);top:18px}.home-code-r{right:clamp(8px,7vw,70px);top:28px;animation:home-code-in .9s cubic-bezier(.22,1,.36,1) .8s forwards,home-code-drift-alt 8.5s ease-in-out 1.7s infinite}.home-code-caret{display:inline-block;margin-left:2px;animation:home-code-caret 1.05s steps(1,end) 1.5s infinite}.home-main.intro .home-code{animation:none}.home-main.intro.entering .home-code-l{animation:home-code-in .9s cubic-bezier(.22,1,.36,1) .55s forwards,home-code-drift 7s ease-in-out 1.45s infinite}.home-main.intro.entering .home-code-r{animation:home-code-in .9s cubic-bezier(.22,1,.36,1) .7s forwards,home-code-drift-alt 8.5s ease-in-out 1.6s infinite}@keyframes home-code-in{0%{opacity:0;transform:translateY(10px)}to{opacity:.55;transform:translateY(0)}}@keyframes home-code-drift{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}@keyframes home-code-drift-alt{0%,to{transform:translateY(-2px) rotate(2deg)}50%{transform:translateY(-12px) rotate(-2deg)}}@keyframes home-code-caret{0%,49%{opacity:1}50%,to{opacity:0}}.home-signature{display:block;line-height:1;color:hsl(var(--foreground));margin-bottom:clamp(1.5rem,4vw,3rem)}.home-signature-svg{width:clamp(340px,66vw,620px);height:auto;display:block;overflow:visible}.home-signature-text{font-family:Great Vibes,Caveat,Snell Roundhand,Apple Chancery,cursive;font-size:132px;font-weight:400;letter-spacing:.01em;fill:transparent;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1400;stroke-dashoffset:1400;animation:home-signature-draw 2s cubic-bezier(.65,0,.35,1) .25s forwards,home-signature-fill .55s ease-out 2.05s forwards}@keyframes home-signature-draw{to{stroke-dashoffset:0}}@keyframes home-signature-fill{to{fill:currentColor}}.home-avatar-wrap{position:relative;display:inline-grid;place-items:center;isolation:isolate}.home-avatar{animation:home-float 6s ease-in-out infinite;transition:transform .4s cubic-bezier(.22,1,.36,1);z-index:1}.home-avatar:hover{transform:scale(1.05) rotate(-2deg)}.home-avatar-halo{position:absolute;inset:-16px;border-radius:9999px;background:conic-gradient(from 0deg,#5ac5e299,#86c6f300 30%,#35cdde99,#5ac5e200 90%,#5ac5e299);filter:blur(16px);opacity:.7;z-index:0;animation:home-halo-spin 14s linear infinite,home-halo-pulse 5s ease-in-out infinite;pointer-events:none}html.dark .home-avatar-halo{opacity:.85}.home-intro-backdrop{display:none}.home-main.intro .home-intro-backdrop{display:block;position:fixed;inset:0;z-index:9990;background:var(--background);pointer-events:none}.home-main.intro.entering .home-intro-backdrop{animation:home-intro-fade .7s ease-out .1s forwards}.home-main.intro .home-signature{transform-origin:50% 50%;transform:translate(var(--intro-tx, 0px),var(--intro-ty, 0px)) scale(var(--intro-scale, 1))}.home-main.intro.entering .home-signature{animation:home-sig-shrink .85s cubic-bezier(.65,0,.35,1) .05s forwards}@keyframes home-sig-shrink{0%{transform:translate(var(--intro-tx, 0px),var(--intro-ty, 0px)) scale(var(--intro-scale, 1))}to{transform:none}}@keyframes home-intro-fade{0%{opacity:1}to{opacity:0}}.home-scroll-hint{display:none}.home-main.intro .home-scroll-hint{display:flex;flex-direction:column;align-items:center;gap:.4rem;position:fixed;left:50%;bottom:clamp(1.5rem,5vh,3.5rem);transform:translate(-50%);z-index:9992;color:hsl(var(--foreground) / .6);pointer-events:none;animation:home-hint-in .8s ease-out 2.2s backwards}.home-scroll-label{font-family:JetBrains Mono,Fira Code,SF Mono,Menlo,Consolas,monospace;font-size:.78rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;text-indent:.24em}.home-scroll-chevron{width:1.55rem;height:1.55rem;animation:home-hint-bounce 1.6s ease-in-out infinite}.home-main.intro.entering .home-scroll-hint{animation:home-hint-out .3s ease-out forwards}@keyframes home-hint-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes home-hint-out{0%{opacity:1}to{opacity:0}}@keyframes home-hint-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}#content-header .home-avatar-wrap,#content-header .home-hero-meta{opacity:0;transform:translateY(14px);animation:home-fade-up .9s cubic-bezier(.22,1,.36,1) forwards}#content-header .home-avatar-wrap{animation-delay:.15s}#content-header .home-hero-meta{animation-delay:.35s}.home-main.intro #content-header .home-avatar-wrap,.home-main.intro #content-header .home-hero-meta{animation:none}.home-main.intro.entering #content-header .home-avatar-wrap{animation:home-fade-up .85s cubic-bezier(.22,1,.36,1) .5s forwards}.home-main.intro.entering #content-header .home-hero-meta{animation:home-fade-up .85s cubic-bezier(.22,1,.36,1) .65s forwards}#content>section{opacity:0;transform:translateY(18px);animation:home-fade-up .85s cubic-bezier(.22,1,.36,1) forwards}#content>section:nth-child(1){animation-delay:.45s}#content>section:nth-child(2){animation-delay:.6s}#content>section:nth-child(3){animation-delay:.75s}#content>section:nth-child(4){animation-delay:.9s}.home-main.intro #content>section{animation:none}.home-main.intro.entering #content>section:nth-child(1){animation:home-fade-up .85s cubic-bezier(.22,1,.36,1) .6s forwards}.home-main.intro.entering #content>section:nth-child(2){animation:home-fade-up .85s cubic-bezier(.22,1,.36,1) .72s forwards}.home-main.intro.entering #content>section:nth-child(3){animation:home-fade-up .85s cubic-bezier(.22,1,.36,1) .84s forwards}.home-main.intro.entering #content>section:nth-child(4){animation:home-fade-up .85s cubic-bezier(.22,1,.36,1) .96s forwards}#highlight-gradient{animation:home-highlight-breathe 8s ease-in-out infinite}@keyframes home-fade-up{to{opacity:1;transform:translateY(0)}}@keyframes home-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes home-halo-spin{to{transform:rotate(360deg)}}@keyframes home-halo-pulse{0%,to{opacity:.55;filter:blur(16px)}50%{opacity:.9;filter:blur(20px)}}@keyframes home-highlight-breathe{0%,to{opacity:.22}50%{opacity:.32}}@media(prefers-reduced-motion:reduce){.home-avatar,.home-avatar-halo,#content-header .home-signature,#content-header .home-avatar-wrap,#content-header .home-hero-meta,#content>section,#highlight-gradient{animation:none!important;opacity:1!important;transform:none!important}.home-signature-text{animation:none!important;stroke-dashoffset:0!important;fill:currentColor!important}.home-code,.home-code-caret{animation:none!important;opacity:.55!important;transform:none!important}}
