@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");:root,[data-theme=light]{--color-bg-primary:#f5f5f5;--color-bg-secondary:#fff;--color-bg-tertiary:#f0f0f0;--color-sidebar:#fff;--color-sidebar-border:rgba(0,0,0,.07);--color-surface:#ebebeb;--color-surface-hover:#e3e3e3;--color-border:rgba(0,0,0,.07);--color-border-hover:rgba(0,0,0,.15);--color-accent:#111;--color-accent-muted:rgba(0,0,0,.06);--color-text-primary:#111;--color-text-secondary:#555;--color-text-muted:#999;--color-text-inverse:#fff;--color-success:#16a34a;--color-success-bg:rgba(22,163,74,.08);--color-error:#dc2626;--color-error-bg:rgba(220,38,38,.07);--color-warning:#d97706;--color-warning-bg:rgba(217,119,6,.08);--select-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}[data-theme=dark]{--color-bg-primary:#0d0d0d;--color-bg-secondary:#111;--color-bg-tertiary:#141414;--color-sidebar:#080808;--color-sidebar-border:hsla(0,0%,100%,.05);--color-surface:#1a1a1a;--color-surface-hover:#202020;--color-border:hsla(0,0%,100%,.06);--color-border-hover:hsla(0,0%,100%,.13);--color-accent:#fff;--color-accent-muted:hsla(0,0%,100%,.08);--color-text-primary:#f0f0f0;--color-text-secondary:#888;--color-text-muted:#444;--color-text-inverse:#0d0d0d;--color-success:#4ade80;--color-success-bg:rgba(74,222,128,.08);--color-error:#f87171;--color-error-bg:hsla(0,91%,71%,.08);--color-warning:#fbbf24;--color-warning-bg:rgba(251,191,36,.08);--select-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}:root{--sidebar-width:268px;--sidebar-collapsed-width:68px;--header-height:62px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:10px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,.08);--shadow-md:0 4px 12px rgba(0,0,0,.1);--shadow-lg:0 8px 24px rgba(0,0,0,.12);--transition-fast:120ms ease;--transition-normal:200ms ease;--transition-slow:300ms cubic-bezier(0.4,0,0.2,1);--font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;transition:background-color .18s ease,color .18s ease}body{font-family:var(--font-family);font-size:15px;background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#__next{height:100%}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-surface-hover);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-border-hover)}::selection{background:var(--color-accent-muted);color:var(--color-text-primary)}:focus-visible{outline:1.5px solid var(--color-text-secondary);outline-offset:2px;border-radius:var(--radius-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}