@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root,:root[data-mode=dark]{--surface: #0d1117;--surface-50: #161b22;--surface-100: #1c2128;--surface-200: #21262d;--surface-300: #30363d;--surface-400: #484f58;--surface-500: #6e7681;--accent-300: #58a6ff;--accent-400: #388bfd;--accent-500: #1f6feb;--accent-600: #1158c7;--text-primary: #e5e7eb;--text-secondary: #9ca3af;--text-disabled: #6e7681;--success: #4ade80;--warning: #facc15;--danger: #f87171;--info: #60a5fa;--divider: rgba(255, 255, 255, .08);--divider-soft: rgba(255, 255, 255, .04);--body-glow: rgba(88, 166, 255, .1);--body-dot: hsla(0, 0%, 100%, .035);--font: "Inter", system-ui, -apple-system, sans-serif;color-scheme:dark}:root[data-mode=light]{--surface: #eef0f3;--surface-50: #ffffff;--surface-100: #f5f6f8;--surface-200: #eceef1;--surface-300: #d0d5dc;--surface-400: #8b949e;--surface-500: #656d76;--accent-300: #1d4ed8;--accent-400: #388bfd;--accent-500: #1f6feb;--accent-600: #1158c7;--text-primary: #1f2937;--text-secondary: #4b5563;--text-disabled: #9ca3af;--success: #16a34a;--warning: #b45309;--danger: #dc2626;--info: #2563eb;--divider: rgba(0, 0, 0, .08);--divider-soft: rgba(0, 0, 0, .04);--body-glow: rgba(31, 111, 235, .14);--body-dot: rgba(0, 0, 0, .08);color-scheme:light}body{font-family:var(--font);background-color:var(--surface);background-image:radial-gradient(ellipse 80% 50% at 50% 0,var(--body-glow),transparent 70%),radial-gradient(circle at 1px 1px,var(--body-dot) 1px,transparent 0);background-size:100% 100%,24px 24px;background-attachment:fixed,fixed;transition:background-color .3s ease,color .3s ease}code,kbd,pre,samp,.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}
