@import url("https://fonts.googleapis.com/css2?family=Fragment+Mono&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--bg-primary:#fff;--bg-secondary:#f7f4f4;--bg-card:#f7f4f4;--bg-card-hover:#efecec;--bg-surface:#f7f4f4;--bg-input:#fff;--bg-terminal:#130f25;--text-primary:#130f25;--text-heading:#130f25;--text-secondary:#42424d;--text-muted:#72727d;--text-dimmed:#9e9ea8;--accent-primary:#6d28d9;--accent-primary-hover:#5b21b6;--accent-primary-active:#4c1d95;--accent-secondary:#8b5cf6;--accent-link:#6d28d9;--accent-green:#22c98c;--status-success:#22c98c;--status-warning:#eab308;--status-error:#ef4444;--status-info:#6d28d9;--border-primary:rgba(27,27,74,.1);--border-secondary:rgba(27,27,74,.15);--border-accent:#6d28d9;--btn-primary-bg:#000;--btn-primary-fg:#fff;--btn-primary-hover:#1a1a1a;--btn-outline-border:rgba(95,95,139,.3);--btn-outline-fg:#130f25;--btn-outline-hover:rgba(0,0,0,.04);--content-width:48rem;--content-width-wide:75rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--font-display:"Manrope",-apple-system,BlinkMacSystemFont,sans-serif;--font-sans:"Manrope",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"Fragment Mono",ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;--text-xs2:0.6875rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--radius-sm:0.125rem;--radius-base:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--radius-3xl:1.875rem;--radius-full:9999px;--shadow-card:0 1px 3px rgba(0,0,0,.04);--shadow-card-hover:0 4px 12px rgba(0,0,0,.08);--shadow-nav:0 2px 8px rgba(0,0,0,.06);--transition-fast:150ms ease;--transition-normal:200ms ease;--transition-slow:300ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{color-scheme:light;scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;letter-spacing:-.01em;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit;color:inherit}code,pre{font-family:var(--font-mono)}img{max-width:100%;display:block}::selection{background-color:rgba(109,40,217,.15);color:var(--text-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}