@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Inter:wght@300;400;500;600&display=swap");:root{--background:oklch(0.985 0.005 85);--foreground:oklch(0.25 0.04 255);--card:oklch(1 0 0/0.6);--muted-foreground:oklch(0.55 0.04 245);--accent:oklch(0.7 0.1 175);--border:oklch(0.88 0.02 85);--primary:oklch(0.35 0.08 245);--primary-foreground:oklch(0.985 0.005 85)}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.home{position:relative;display:flex;min-height:100vh;align-items:center;justify-content:center;overflow:hidden;padding:4rem 1.5rem;text-align:center}.ambient{pointer-events:none;position:absolute;top:-36%;left:50%;z-index:-1;width:120%;aspect-ratio:1;transform:translateX(-50%);border-radius:50%;background:linear-gradient(180deg,oklch(.7 .1 175/.2),oklch(.7 .1 175/.05),transparent);filter:blur(64px)}.content{width:100%;max-width:28rem;animation:enter 1s ease-out both}.logo{display:block;width:100%;max-width:360px;height:auto;margin:0 auto;filter:drop-shadow(0 1px 1px rgb(0 0 0/.05))}.intro{margin-top:2.5rem}.actions a,.eyebrow,.status{font-size:.75rem;font-weight:500;text-transform:uppercase}.eyebrow{margin:0;color:var(--muted-foreground);letter-spacing:.3em}h1{margin:1rem 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.25rem,8vw,3rem);font-weight:300;line-height:1.08;letter-spacing:-.025em}.description{max-width:24rem;margin:1rem auto 0;color:var(--muted-foreground);font-size:.875rem;line-height:1.625}.actions{display:flex;flex-direction:column;gap:1.25rem;margin-top:2.5rem}.actions,.status{align-items:center}.status{display:inline-flex;gap:.75rem;padding:.625rem 1.25rem;border:1px solid var(--border);border-radius:999px;background:var(--card);letter-spacing:.1em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.statusDot{position:relative;display:flex;width:.5rem;height:.5rem}.statusCore,.statusPing{position:absolute;inset:0;border-radius:50%;background:var(--accent)}.statusPing{animation:ping 1.5s cubic-bezier(0,0,.2,1) infinite}.actions a{color:var(--muted-foreground);letter-spacing:.1em;text-underline-offset:4px;transition:color .16s ease}.actions a:hover{color:var(--foreground)}.home footer{position:absolute;bottom:1.5rem;color:var(--muted-foreground);font-size:.75rem}.messagePage{display:grid;min-height:100vh;place-items:center;padding:1rem;text-align:center}.messagePage section{max-width:28rem}.messagePage h1{font-family:Inter,sans-serif;font-size:4.5rem;font-weight:700}.messagePage h2{margin:1rem 0 0;font-size:1.25rem}.messagePage p{margin:.5rem 0 1.5rem;color:var(--muted-foreground);font-size:.875rem}.buttonGroup{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.primaryButton,.secondaryButton{display:inline-flex;min-height:2.5rem;align-items:center;justify-content:center;border-radius:.375rem;padding:.5rem 1rem;font:inherit;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer}.primaryButton{border:1px solid var(--primary);background:var(--primary);color:var(--primary-foreground)}.secondaryButton{border:1px solid var(--border);background:var(--background);color:var(--foreground)}@keyframes enter{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@media (prefers-reduced-motion:reduce){.content,.statusPing{animation:none}}