:root{color-scheme:light dark;--bg: #ffffff;--panel: #f5f5f5;--text: #111111;--muted: #555555;--border: #dddddd;--hover: #ebebeb}:root.dark{--bg: #050505;--panel: #161616;--text: #f3f3f3;--muted: #b3b3b3;--border: #2f2f2f;--hover: #222222}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:Space Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}a,button{color:inherit}button{font:inherit;cursor:pointer}svg{width:1rem;height:1rem;fill:currentColor}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.card{width:min(100%,64rem)}h1{margin:0 0 2.5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:500}.lead{max-width:52rem;margin:0 0 2.5rem;color:var(--muted);font-size:1rem;line-height:1.8;white-space:pre-line}.actions{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center;overflow-x:auto;padding-bottom:.25rem}.button,.icon-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--panel);text-decoration:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.icon-button{min-width:2.75rem;padding:.75rem}.text-button{font-size:.875rem}.button:hover,.icon-button:hover{background:var(--hover);transform:translateY(-1px)}@media(max-width:640px){.page{padding:1.5rem}}
