@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&family=Syne:wght@400;600;700;800&display=swap";
:root{--bg:#07090b;--bg2:#0c0f12;--bg3:#121518;--panel:#0f1215;--border:#1e2428;--border2:#2d3438;--teal:#14b8a6;--teal2:#2dd4bf;--teal3:#5eead4;--blue:#3b82f6;--blue2:#60a5fa;--green:#22c55e;--green2:#4ade80;--amber:#f59e0b;--amber2:#fbbf24;--purple:#a855f7;--red:#ef4444;--text:#c0ccd4;--textd:#7a8f99;--textb:#e8f0f4;--sidebar-w:240px;--header-h:56px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{background:var(--bg);color:var(--text);height:100%;font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.7;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--textd)}a{color:inherit;text-decoration:none}button{cursor:pointer;touch-action:manipulation;font-family:inherit}input,textarea{font-family:inherit}a{touch-action:manipulation}
