:root{color-scheme:light dark;--bg: #fbfaf7;--fg: #1d2b26;--muted: #5d6b66;--accent: #0f7b6c}@media (prefers-color-scheme: dark){:root{--bg: #111917;--fg: #eef3f1;--muted: #9bada7;--accent: #4fd1b5}}*{box-sizing:border-box}body{margin:0;min-height:100dvh;display:grid;place-items:center;padding:2rem;background:var(--bg);color:var(--fg);font:400 16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}main{max-width:34rem;text-align:center}h1{margin:0 0 .5rem;font-size:clamp(2rem,6vw,3rem);letter-spacing:-.02em;color:var(--accent)}p{margin:.25rem 0;color:var(--muted)}.probe{margin-top:2rem;font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.probe[data-state=erro]{color:#b4462f}
