:root{--ct-color-bg:#0d1117;--ct-color-bg-surface:#161b22;--ct-color-bg-elevated:#1c2129;--ct-color-bg-input:#0d1117;--ct-color-border:#30363d;--ct-color-border-focus:#58a6ff;--ct-color-text-primary:#e6edf3;--ct-color-text-secondary:#8b949e;--ct-color-text-muted:#6e7681;--ct-color-text-inverse:#0d1117;--ct-color-accent:#58a6ff;--ct-color-accent-hover:#79c0ff;--ct-color-accent-pressed:#388bfd;--ct-color-success:#3fb950;--ct-color-warning:#d29922;--ct-color-danger:#f85149;--ct-color-code-bg:#0d1117;--ct-color-code-border:#30363d;--ct-color-code-text:#c9d1d9;--ct-color-overlay:rgba(0,0,0,.5);--ct-font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;--ct-font-mono:"JetBrains Mono","Fira Code","Cascadia Code","SF Mono",Consolas,monospace;--ct-text-xs:0.75rem;--ct-text-sm:0.875rem;--ct-text-base:1rem;--ct-text-lg:1.125rem;--ct-text-xl:1.25rem;--ct-text-2xl:1.5rem;--ct-text-3xl:1.875rem;--ct-leading-tight:1.25;--ct-leading-normal:1.5;--ct-leading-loose:1.75;--ct-weight-normal:400;--ct-weight-medium:500;--ct-weight-semibold:600;--ct-weight-bold:700;--ct-space-1:0.25rem;--ct-space-2:0.5rem;--ct-space-3:0.75rem;--ct-space-4:1rem;--ct-space-5:1.25rem;--ct-space-6:1.5rem;--ct-space-8:2rem;--ct-space-10:2.5rem;--ct-space-12:3rem;--ct-space-16:4rem;--ct-radius-sm:4px;--ct-radius-md:8px;--ct-radius-lg:12px;--ct-radius-full:9999px;--ct-shadow-sm:0 1px 2px rgba(0,0,0,.3);--ct-shadow-md:0 4px 12px rgba(0,0,0,.4);--ct-shadow-lg:0 8px 24px rgba(0,0,0,.5);--ct-transition-fast:120ms ease;--ct-transition-normal:200ms ease;--ct-transition-slow:320ms ease;--ct-z-base:1;--ct-z-dropdown:100;--ct-z-overlay:200;--ct-z-modal:300;--ct-z-toast:400;--ct-header-height:82px;--ct-panel-min-width:360px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--ct-font-sans);font-size:var(--ct-text-base);line-height:var(--ct-leading-normal);background-color:var(--ct-color-bg);min-height:100vh;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6{color:var(--ct-color-text-primary)}h1,h2,h3,h4,h5,h6{font-weight:var(--ct-weight-semibold);line-height:var(--ct-leading-tight)}a{color:var(--ct-color-accent);text-decoration:none;transition:color var(--ct-transition-fast)}a:hover{color:var(--ct-color-accent-hover)}code,kbd,pre,samp{font-family:var(--ct-font-mono)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--ct-color-bg)}::-webkit-scrollbar-thumb{background:var(--ct-color-border);border-radius:var(--ct-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--ct-color-text-muted)}:focus-visible{outline:2px solid var(--ct-color-border-focus);outline-offset:2px}::selection{background:var(--ct-color-accent);color:var(--ct-color-text-inverse)}.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}