.home{min-height:100dvh;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#0f766e,#115e59)}.home-card{width:100%;max-width:380px;padding:32px 24px 24px;background:var(--surface);border-radius:var(--r-xl);box-shadow:var(--sh-3);text-align:center}.home-logo{width:60px;height:60px;margin:0 auto 16px;border-radius:18px;display:grid;place-items:center;background:var(--brand-tint-2);color:var(--brand-text)}.home-card h1{font-size:24px;letter-spacing:-.02em;margin-bottom:6px}.home-card>p{font-size:14.5px;color:var(--muted);line-height:1.55;margin-bottom:24px}.home-actions{display:grid;grid-gap:10px;gap:10px}.home-note{font-size:12.5px;color:var(--muted);line-height:1.6;margin-top:20px}