:root{--color-primary: #0052ff;--color-secondary: #90afff;--color-white: #ffffff;--color-offwhite: #faf9f5;--color-gray: #eceae2;--color-woodsmoke: #1f1e1a;--color-bg: var(--color-offwhite);--color-surface: var(--color-white);--color-surface-light: #f5f4ee;--color-surface-elevated: #f1efe8;--color-text-primary: var(--color-woodsmoke);--color-text-secondary: color-mix( in srgb, var(--color-woodsmoke) 60%, transparent );--color-text-muted: color-mix( in srgb, var(--color-woodsmoke) 40%, transparent );--color-border: #e7e4db;--color-border-light: #efede5;--color-border-medium: color-mix( in srgb, var(--color-woodsmoke) 25%, transparent );--color-status-active: color-mix( in srgb, var(--color-primary) 55%, transparent );--color-status-fulfilled: color-mix( in srgb, var(--color-secondary) 90%, transparent );--color-status-completed: var(--color-text-secondary);--color-status-timed-out: var(--color-text-muted);--color-success: #15803d;--color-danger: #b91c1c;--color-status-collateral: color-mix( in srgb, var(--color-secondary) 75%, transparent );--color-status-vote: color-mix( in srgb, var(--color-secondary) 55%, transparent );--color-status-miner-activated: color-mix( in srgb, var(--color-primary) 45%, transparent );--color-asset-btc: #f7931a;--color-asset-tao: var(--color-woodsmoke);--font-heading: "Inter", "Helvetica Neue", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-accent: "JetBrains Mono", "Courier New", monospace;--font-mono: "DM Mono", "JetBrains Mono", monospace}[data-theme=dark]{--color-bg: var(--color-woodsmoke);--color-surface: color-mix( in srgb, var(--color-woodsmoke) 94%, var(--color-white) );--color-surface-light: color-mix( in srgb, var(--color-woodsmoke) 96%, var(--color-white) );--color-surface-elevated: color-mix( in srgb, var(--color-woodsmoke) 92%, var(--color-white) );--color-text-primary: var(--color-white);--color-text-secondary: color-mix( in srgb, var(--color-white) 60%, transparent );--color-text-muted: color-mix(in srgb, var(--color-white) 40%, transparent);--color-border: color-mix(in srgb, var(--color-white) 12%, transparent);--color-border-light: color-mix(in srgb, var(--color-white) 18%, transparent);--color-border-medium: color-mix( in srgb, var(--color-white) 25%, transparent );--color-asset-tao: var(--color-white)}::selection{background:var(--color-primary);color:var(--color-white)}*{box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden;font-family:var(--font-body)}.font-heading{font-family:var(--font-heading)}.font-accent{font-family:var(--font-accent)}.font-mono{font-family:var(--font-mono)}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-10%)}30%{transform:translate(3%,-15%)}50%{transform:translate(12%,9%)}70%{transform:translate(9%,4%)}90%{transform:translate(-1%,7%)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-medium);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
