:root{--bg:#f3f5f8;--surface:#fff;--surface-2:#eef1f5;--surface-3:#e6eaf0;--border:#e5e9ef;--border-strong:#d6dce4;--text:#161a20;--text-dim:#5a6473;--text-faint:#97a0ad;--accent:#2a6fdb;--accent-strong:#1f5fc4;--accent-weak:#2a6fdb1a;--accent-weak-2:#2a6fdb2e;--on-accent:#fff;--lemon:#f0c020;--danger:#d64545;--danger-weak:#d645451a;--success:#2f9e6f;--shadow-sm:0 1px 2px #1018280d;--shadow:0 6px 22px #1018281a;--shadow-lg:0 18px 52px #1018282e}[data-theme=dark]{--bg:#0d0f13;--surface:#15181e;--surface-2:#1b1f26;--surface-3:#232831;--border:#242a33;--border-strong:#333a45;--text:#e7eaee;--text-dim:#9aa3b0;--text-faint:#606a77;--accent:#5b93f2;--accent-strong:#76a6f5;--accent-weak:#5b93f224;--accent-weak-2:#5b93f23d;--on-accent:#0d0f13;--lemon:#f2cf3c;--danger:#e07070;--danger-weak:#e0707024;--success:#4cb88a;--shadow-sm:0 1px 2px #0000004d;--shadow:0 8px 26px #00000073;--shadow-lg:0 20px 58px #0009}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Hanken Grotesk,system-ui,-apple-system,sans-serif}.mono{font-family:IBM Plex Mono,monospace}input,button{font-family:inherit}.limon-editor:empty:before{content:attr(data-ph);color:var(--text-faint);pointer-events:none}.limon-editor:focus{outline:none}.limon-editor ul,.limon-editor ol{margin:.4em 0;padding-left:1.5em}.limon-editor li{margin:.15em 0}.limon-editor a{color:var(--accent)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:padding-box;border:3px solid #0000;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint);background-clip:padding-box}
