@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap";
:root{--hero-blur:8px;--overlay:#00000059}*{box-sizing:border-box}html,body{height:100%;margin:0}.hero{color:#fff;text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{filter:blur(var(--hero-blur))brightness(.7);z-index:0;background-image:url(/hero.png);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.05)}.hero-bg:after{content:"";background:var(--overlay);z-index:1;position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;width:min(90ch,100%);padding:2rem;display:flex;position:relative}.logo{letter-spacing:.02em;text-shadow:0 8px 18px #0000008c;margin:0 0 .5rem;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:3rem;font-weight:700;line-height:1}.logo a{color:inherit;text-decoration:none}.status{color:#fff;letter-spacing:.04em;background:#12b76a;border-radius:999px;margin-top:.36rem;padding:.28rem .64rem;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,monospace;font-size:.8rem;font-weight:600;display:inline-block;box-shadow:0 4px 12px #12b76a1f}.status.status--error{color:#fff;background:#ff3b30;font-weight:700;box-shadow:0 6px 18px #ff3b301f}@media (min-width:900px){.logo{font-size:4rem}}@media (max-width:600px){.hero-content{padding:1rem}:root{--hero-blur:6px}}
