:root,.light,.light-theme{--gray-1:#fcfcfc;--gray-2:#f9f9f9;--gray-3:#f0f0f0;--gray-4:#e8e8e8;--gray-5:#e0e0e0;--gray-6:#d9d9d9;--gray-7:#cecece;--gray-8:#bbb;--gray-9:#8d8d8d;--gray-10:#838383;--gray-11:#646464;--gray-12:#202020}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){:root,.light,.light-theme{--gray-1:color(display-p3 .988 .988 .988);--gray-2:color(display-p3 .975 .975 .975);--gray-3:color(display-p3 .939 .939 .939);--gray-4:color(display-p3 .908 .908 .908);--gray-5:color(display-p3 .88 .88 .88);--gray-6:color(display-p3 .849 .849 .849);--gray-7:color(display-p3 .807 .807 .807);--gray-8:color(display-p3 .732 .732 .732);--gray-9:color(display-p3 .553 .553 .553);--gray-10:color(display-p3 .512 .512 .512);--gray-11:color(display-p3 .392 .392 .392);--gray-12:color(display-p3 .125 .125 .125)}}}
.dark,.dark-theme{--gray-1:#111;--gray-2:#191919;--gray-3:#222;--gray-4:#2a2a2a;--gray-5:#313131;--gray-6:#3a3a3a;--gray-7:#484848;--gray-8:#606060;--gray-9:#6e6e6e;--gray-10:#7b7b7b;--gray-11:#b4b4b4;--gray-12:#eee}@supports (color:color(display-p3 1 1 1)){@media (color-gamut:p3){.dark,.dark-theme{--gray-1:color(display-p3 .067 .067 .067);--gray-2:color(display-p3 .098 .098 .098);--gray-3:color(display-p3 .135 .135 .135);--gray-4:color(display-p3 .163 .163 .163);--gray-5:color(display-p3 .192 .192 .192);--gray-6:color(display-p3 .228 .228 .228);--gray-7:color(display-p3 .283 .283 .283);--gray-8:color(display-p3 .375 .375 .375);--gray-9:color(display-p3 .431 .431 .431);--gray-10:color(display-p3 .484 .484 .484);--gray-11:color(display-p3 .706 .706 .706);--gray-12:color(display-p3 .933 .933 .933)}}}
:root{--background:var(--gray-1);--foreground:var(--gray-12);--border:var(--gray-4);--muted:var(--gray-3);--muted-foreground:var(--gray-10);--card:var(--gray-1);--card-foreground:var(--gray-12);--popover:var(--gray-1);--popover-foreground:var(--gray-12);--secondary:var(--gray-3);--secondary-foreground:var(--gray-12);--input:var(--gray-4);--ring:var(--accent-base);--radius:.5rem;--surface-dark-bg:#171717;--surface-dark-bg-hover:#ffffff0f;--surface-dark-text:#ececec;--surface-dark-text-muted:#b4b4b4;--surface-dark-text-dim:#777;--surface-dark-border:#ffffff14;--sidebar-bg:#f9f9f9;--sidebar-text:#000;--sidebar-text-muted:#000;--sidebar-text-dim:#888;--sidebar-border:var(--border);--sidebar-hover:#0000000a;--accent-base:#3b82f6;--accent-hover:color-mix(in oklch,var(--accent-base),black 10%);--accent-active:color-mix(in oklch,var(--accent-base),black 20%);--accent-disabled:color-mix(in oklch,var(--accent-base),transparent 50%);--accent-focus-ring:color-mix(in oklch,var(--accent-base),transparent 70%);--accent-text-on-accent:white}.dark{--background:#212121;--foreground:#ececec;--border:#3a3a3a;--muted:#2a2a2a;--muted-foreground:#999;--card:#2a2a2a;--card-foreground:#ececec;--popover:#2a2a2a;--popover-foreground:#ececec;--secondary:#333;--secondary-foreground:#ececec;--input:#3a3a3a;--ring:var(--accent-base);--sidebar-bg:#171717;--sidebar-text:#fff;--sidebar-text-muted:#fff;--sidebar-text-dim:#888;--sidebar-border:#ffffff14;--sidebar-hover:#ffffff0f;--accent-hover:color-mix(in oklch,var(--accent-base),white 15%);--accent-active:color-mix(in oklch,var(--accent-base),white 25%);--accent-disabled:color-mix(in oklch,var(--accent-base),transparent 60%)}.accent-button{color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .15s,color .15s}.accent-button:hover:not(:disabled){border-color:var(--accent-base)}.accent-button:active:not(:disabled){border-color:var(--accent-active)}.accent-button:disabled{opacity:.5;cursor:not-allowed}.accent-link{color:var(--accent-base);text-decoration:none;transition:color .15s}.accent-link:hover{color:var(--accent-hover)}.accent-focus:focus-visible{outline:2px solid var(--accent-focus-ring);outline-offset:2px}.sidebar{background:var(--sidebar-bg);color:var(--sidebar-text)}.sidebar-item{color:var(--sidebar-text-muted);transition:background .15s,color .15s}.sidebar-item:hover{background:var(--sidebar-hover);color:var(--sidebar-text)}.sidebar-item-active{color:var(--accent-base);border-left:2px solid var(--accent-base)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}button,input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
