:root{color:#fff;background:#000;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-width:320px;overflow:hidden}.page{display:grid;min-height:100svh;padding:2rem;place-items:center;background:#000}.content{display:grid;justify-items:center;width:min(100%,72rem);animation:pulse 2.4s ease-in-out infinite}.title{max-width:100%;margin:0;color:#fff;font-size:clamp(2.6rem,11vw,8rem);font-weight:700;letter-spacing:0;line-height:.95;text-align:center;text-transform:lowercase;white-space:nowrap}.subtitle{margin:clamp(.8rem,2vw,1.4rem) 0 0;color:#ffffffc7;font-size:clamp(1rem,3vw,2.2rem);font-weight:500;letter-spacing:0;line-height:1;text-align:center;text-transform:lowercase}@keyframes pulse{0%,to{opacity:.55;transform:scale(.985)}50%{opacity:1;transform:scale(1)}}@media(max-width:560px){.page{min-height:100dvh;padding:1rem}.title{font-size:clamp(1.95rem,9.6vw,3.35rem);line-height:1}.subtitle{margin-top:.75rem;font-size:clamp(1rem,5.5vw,1.45rem)}}@media(max-width:360px){.title{font-size:1.85rem}}@media(prefers-reduced-motion:reduce){.content{animation:none}}
