:root{--bg: #10141b;--surface: #171c25;--surface-raised: #1e2531;--panel: var(--surface);--ink: #f0f4fb;--muted: #929cab;--accent: #62a8ff;--positive: #67d2a3;--warning: #e9b85d;--danger: #e36f68;--neutral: #697586;--model: #82aef1;--arome: #55c9aa;--arpege: #9b82df;--border: #2b3442;--selection: rgba(98, 168, 255, .12);--shadow: 0 16px 42px rgba(0, 0, 0, .32);--grid: var(--border);--field: var(--surface-raised);--line: #080b10;color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}:root[data-theme=light]{--bg: #edf1f6;--surface: #f8fafc;--surface-raised: #ffffff;--panel: var(--surface);--ink: #172030;--muted: #667184;--accent: #176fc1;--positive: #198d6b;--warning: #b77917;--danger: #c24e48;--neutral: #8792a2;--model: #376fae;--arome: #087d64;--arpege: #7255b3;--border: #d7dee8;--selection: rgba(23, 111, 193, .09);--shadow: 0 16px 42px rgba(27, 42, 65, .14);--grid: var(--border);--field: var(--surface-raised);--line: #c9d2df;color-scheme:light}*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{background:var(--bg);color:var(--ink);overflow:hidden;font-size:14px;touch-action:manipulation}button{font:inherit}
