.hi{justify-content:center;min-height:100svh;padding:48px clamp(20px,4.2vw,64px) calc(48px + env(safe-area-inset-bottom, 0px));color:#fff;font-family:var(
    --f-chrome,-apple-system,BlinkMacSystemFont,var(--font-geist-sans),sans-serif
  )}.hi,.hi-stage{display:flex;flex-direction:column;align-items:center}.hi-stage{text-align:center;gap:clamp(24px,4vh,44px);width:100%;max-width:460px;animation:hi-rise .62s cubic-bezier(.22,1,.36,1) both}.hi-logo{display:inline-flex;align-items:center}.hi-logo img{height:64px;width:64px;border-radius:50%;box-shadow:0 2px 16px rgba(0,0,0,.4)}.hi-ask{margin:0;font-size:clamp(28px,5vw,40px);line-height:1.05;letter-spacing:-.03em;font-weight:600;color:#fff;text-shadow:0 2px 28px rgba(0,0,0,.35)}.hi-channels{display:flex;flex-direction:column;align-items:stretch;gap:18px;width:min(100%,360px)}@keyframes hi-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hi-stage{animation:none}}