:root{color-scheme:light;--line:rgba(26,26,26,0.14);--green-deep:#0d6d63;--foreground:#1a1a1a;--background:#ffffff}*{box-sizing:border-box}html{font-family:Hiragino Sans,Yu Gothic,sans-serif}body{margin:0;min-width:320px;color:var(--foreground);background:var(--background)}body,button,input,select,textarea{font-family:Hiragino Sans,Yu Gothic,sans-serif}a{color:inherit;text-decoration:none}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}ul{margin:0;padding:0;list-style:none}.home-shell{display:grid;min-height:100vh;padding:32px;place-items:center}.home-card{width:min(100%,720px);padding:40px;border:1px solid var(--line);border-radius:28px;background:#fff}.home-eyebrow{margin:0 0 16px;color:var(--green-deep);font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-title{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.home-description{margin:20px 0 0;font-size:1rem;line-height:1.7}.home-link{display:inline-flex;margin-top:28px;padding:14px 20px;border-radius:999px;background:var(--green-deep);color:#fff;font-weight:700}