:root{--bg: #05070d;--text: #e8ecf2;--muted: #8a93a6;--accent: #5ef2ff;--display: "Syne", system-ui, sans-serif;--sans: "Space Grotesk", system-ui, sans-serif;--mono: "Space Mono", ui-monospace, monospace}*{box-sizing:border-box;margin:0}html,body,#root{height:100dvh;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}.page{position:relative;height:100dvh;width:100%}.bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:block}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(100deg,rgba(5,7,13,.9) 0%,rgba(5,7,13,.65) 28%,rgba(5,7,13,.15) 55%,transparent 75%);pointer-events:none}.page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(5,7,13,.55) 0%,transparent 22%,transparent 68%,rgba(5,7,13,.7) 100%)}.content{position:relative;z-index:2;height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;gap:clamp(1rem,2.2vh,1.6rem);max-width:540px;padding:clamp(1.75rem,6vw,4.5rem);text-shadow:0 1px 24px rgba(5,7,13,.6)}.intro h1{font-family:var(--display);font-weight:800;font-size:clamp(2.6rem,7.5vw,4.4rem);letter-spacing:.02em;line-height:.95}.tagline{display:flex;align-items:center;gap:.6rem;font-family:var(--mono);font-size:clamp(.9rem,1.7vw,1.05rem);color:var(--accent);letter-spacing:.1em;margin-top:.7rem;text-shadow:0 0 16px rgba(94,242,255,.35)}.tagline .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent);animation:pulse 2.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.78)}}@media(prefers-reduced-motion:reduce){.tagline .dot{animation:none}}.body{display:flex;flex-direction:column;gap:.75rem;font-size:clamp(.92rem,1.7vw,1.05rem);line-height:1.6;color:#cdd4e0;max-width:46ch}.body strong{color:var(--text);font-weight:500}.body a{color:var(--accent);font-weight:500;text-decoration:none;text-underline-offset:3px;transition:text-shadow .18s ease,text-decoration-color .18s ease;text-decoration-color:transparent}.body a:hover,.body a:focus-visible{text-decoration:underline;text-decoration-color:var(--accent);text-shadow:0 0 12px rgba(94,242,255,.55)}.socials{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:.4rem;font-family:var(--mono);font-size:.82rem;letter-spacing:.06em}.socials a{position:relative;color:#aeb6c6;text-decoration:none;text-underline-offset:4px;transition:color .18s ease,text-shadow .18s ease}.socials a:not(:last-child):after{content:"";position:absolute;right:-.5rem;top:50%;transform:translateY(-50%);width:1px;height:.7em;background:#aeb6c64d}.socials a:hover,.socials a:focus-visible{color:var(--accent);text-decoration:underline;text-decoration-color:var(--accent);text-shadow:0 0 12px rgba(94,242,255,.5)}a:focus-visible{outline:1px solid var(--accent);outline-offset:4px}
