:root{--header-bg: #000000;--bg: #eceef2;--surface: #ffffff;--surface-2: #f6f7f9;--line: #e1e4ea;--line-strong: #cbd0d9;--text: #14161b;--text-2: #454a54;--muted: #7b818d;--accent: #28a8e8;--accent-dark: #1b86c0;--ink: #14161b;--gray: #6b7280;--ok: #28a8e8;--ok-bg: #e8f6fd;--ok-line: #bfe6f8;--slate: #475569;--slate-bg: #eef1f5;--slate-line: #d3dae3;--radius: 14px;--shadow: 0 1px 2px rgba(16, 20, 28, .06), 0 6px 20px rgba(16, 20, 28, .06);--shadow-lg: 0 8px 40px rgba(16, 20, 28, .16);--ff-display: "Archivo", system-ui, sans-serif;--ff-body: "IBM Plex Sans", system-ui, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--ff-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5;padding-bottom:80px}main{max-width:none;margin:0;padding:0}button{font-family:inherit}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
