:root{--ivory:#faf9f5;--white:#fff;--slate:#141413;--clay:#d97757;--clay-hover:#c25e3f;--oat:#e3dacc;--olive:#788c5d;--gray-100:#f0eee6;--gray-300:#d1cfc5;--gray-500:#87867f;--gray-700:#3d3d3a;--serif:ui-serif, Georgia, "Times New Roman", serif;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--radius-panel:12px;--radius-row:8px;--bg:#faf9f5;--surface:#fff;--text:#141413;--text-muted:#87867f;--border-c:#d1cfc5;--scroll-track:#faf9f5;--focus-ring:#d9775726}:root[data-theme=dark]{--bg:#1a1917;--surface:#22201c;--text:#f5f3ec;--text-muted:#a6a29a;--border-c:#3a3730;--scroll-track:#1a1917;--focus-ring:#d9775747}html,body{background:var(--bg);color:var(--text);font-family:var(--sans);margin:0;transition:background-color .2s,color .2s}h1,h2,h3,h4,h5,h6,.ant-typography h1,.ant-typography h2,.ant-typography h3,h1.ant-typography,h2.ant-typography,h3.ant-typography,h4.ant-typography,h5.ant-typography{font-family:var(--serif);letter-spacing:-.01em;font-weight:500}code,pre,kbd,samp{font-family:var(--mono)}.ant-table-thead>tr>th{font-family:var(--sans);text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:12px}:focus-visible{box-shadow:0 0 0 3px var(--focus-ring);outline:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-c);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}::-webkit-scrollbar-track{background:var(--scroll-track)}
