:root{color-scheme:light;--background:#f6f8fb;--foreground:#152238;--muted:#5b6878;--line:#d9e0ea;--panel:#ffffff;--accent:#087f8c;--accent-strong:#05606a}*{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,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a{color:inherit}.home-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:24px}.home-link{background:var(--accent);border-radius:6px;color:#ffffff;display:inline-flex;font-size:1rem;font-weight:700;line-height:1;padding:14px 18px;text-decoration:none}.home-link:focus-visible,.home-link:hover{background:var(--accent-strong)}.home-link:focus-visible{outline:3px solid rgba(8,127,140,.28);outline-offset:3px}