:root{--hello-bg:#0b0d10;--hello-fg:#e9eef5;--hello-muted:rgba(233, 238, 245, 0.65)}#hello-preloader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:var(--hello-bg);color:var(--hello-fg);opacity:1;visibility:visible;transition:opacity 420ms ease,visibility 420ms ease}#hello-preloader[data-failsafe=true]{opacity:0;visibility:hidden;pointer-events:none}#hello-preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.hello-wrap{text-align:center;padding:24px;max-width:900px}.hello-word{font-family:ui-sans-serif,system-ui,-apple-system,segoe ui,Roboto,Arial,noto sans,noto sans devanagari,noto sans tamil,noto sans malayalam,noto sans arabic,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.05;font-size:clamp(34px,6vw,72px);text-rendering:geometricPrecision}.hello-sub{margin-top:12px;font-size:14px;color:var(--hello-muted);letter-spacing:.02em}.hello-cursor{display:inline-block;width:.65ch;opacity:.9;animation:helloBlink 900ms infinite}@keyframes helloBlink{0%,49%{opacity:.9}50%,100%{opacity:.15}}@media(prefers-reduced-motion:reduce){#hello-preloader{transition:none}.hello-cursor{animation:none}}