:root{--ink:#073a59;--ink-strong:#0b2f4a;--muted:#607485;--muted-soft:#7f929d;--line:#dfe9ee;--line-strong:#cbdce4;--surface:#ffffff;--surface-soft:#f5f9fb;--workspace:#eef3f6;--header:#111820;--header-soft:#19232c;--blue:#006b96;--blue-dark:#004f72;--cyan:#08b8c9;--orange:#ff8a1f;--success:#207c58;--warning:#936019;--danger:#9a4444;--shadow:0 14px 40px rgba(8,55,80,0.09);--radius:4px;--header-height:68px;--sidebar-width:248px;--workspace-font-heading:16px;--workspace-font-body:14px;--workspace-font-small:13px;--workspace-font-micro:11px;--workspace-weight-regular:400;--workspace-weight-medium:500;--workspace-weight-semibold:600;--workspace-weight-bold:600;--space-1:8px;--space-2:12px;--space-3:16px;--space-4:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--workspace)}body{margin:0;overflow-x:hidden;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--workspace-font-body);font-weight:var(--workspace-weight-regular);line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img{display:block;max-width:100%}::selection{background:rgba(0,107,150,.16)}:focus-visible{outline:2px solid rgba(0,107,150,.26);outline-offset:2px}