:root{color-scheme:light}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:#fff;color:#18181b;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65}*{box-sizing:border-box}a{text-decoration:none}a:not([data-slot="button"]){color:inherit}a:focus-visible,button:focus-visible{outline:2px solid #52525b;outline-offset:5px}img{max-width:100%}.site{max-width:1184px;padding:0 40px;margin:0 auto}.skip-link{position:absolute;top:-80px;left:20px;background:white;padding:12px;border:1px solid #ddd;z-index:10}.skip-link:focus{top:12px}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #e4e4e7}.brand{display:inline-flex;align-items:center;gap:9px;font-size:20px;font-weight:600;letter-spacing:-.6px}.site-header nav,.site-footer nav{display:flex;gap:28px;align-items:center;font-size:14px}.site-header nav a,.execution-links a{display:inline-flex;align-items:center;gap:5px}.site-header a:hover,.site-footer a:hover,.execution-links a:hover{color:#71717a}.hero{padding:82px 0 52px;text-align:center}.hero-label{display:flex;gap:12px;justify-content:center;align-items:center;font-size:13px;color:#71717a}.hero h1{font-size:clamp(42px,5vw,64px);line-height:1.1;letter-spacing:-2.7px;font-weight:600;margin:24px 0}.hero-description{font-size:18px;line-height:1.7;color:#626269;margin:0 auto;max-width:650px}.hero-actions{display:flex;justify-content:center;gap:12px;margin-top:28px}.hero-actions>a{font-size:14px;min-height:42px;padding-left:18px;padding-right:18px}.screenshot-frame{margin:0;overflow:hidden;border:1px solid #dedee2;border-radius:8px;box-shadow:0 8px 32px #18181b08;background:#fafafa}.screenshot-frame a,.screenshot-frame img{display:block;width:100%;height:auto}.screenshot-caption{display:flex;justify-content:space-between;gap:15px;margin-top:14px;color:#71717a;font-size:13px}.screenshot-caption>span:first-child{color:#3f3f46;font-weight:500}.features-section{padding:88px 0 66px}.section-heading h2,.execution-heading h2,.getting-started h2{font-size:32px;font-weight:550;line-height:1.25;letter-spacing:-1.1px;margin:0 0 14px}.section-heading p{margin:0;color:#71717a;font-size:16px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:40px}.feature-grid>div{border-top:1px solid #e4e4e7;padding-top:25px}.feature-grid svg{color:#52525b;margin-bottom:18px}.feature-grid h3{font-size:16px;font-weight:600;letter-spacing:-.3px;margin:0 0 10px}.feature-grid p{font-size:14px;line-height:1.8;color:#71717a;margin:0}.execution-section{border-top:1px solid #e4e4e7;padding:55px 0 60px}.execution-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:45px;align-items:end;margin-bottom:30px}.section-label{display:block;color:#71717a;font-size:12px;letter-spacing:1px;font-weight:500;margin-bottom:14px}.execution-heading h2{max-width:360px;margin:0}.execution-heading p{font-size:16px;color:#71717a;margin:0}.execution-links{display:flex;justify-content:space-between;gap:16px;margin-top:18px;font-size:14px;color:#52525b}.getting-started{border-top:1px solid #e4e4e7;padding:60px 0 75px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.getting-started p{font-size:16px;color:#71717a;margin:20px 0 26px}.getting-started .retry-note{font-size:13px;color:#71717a;margin-top:22px;max-width:310px}.code-panel{border:1px solid #e4e4e7;border-radius:7px;overflow:hidden;background:#fafafa}.code-header{display:flex;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid #e4e4e7;background:#f5f5f5;font-size:12px;color:#71717a}.code-header:not(:first-child){border-top:1px solid #e4e4e7}pre{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.9;margin:0;padding:22px;overflow-x:auto;color:#303036}.comment{color:#85858d}.string{color:#477456}.site-footer{border-top:1px solid #e4e4e7;padding:28px 0 36px;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-brand{display:flex;align-items:center;gap:22px}.footer-brand>span{font-size:12px;color:#71717a}.site-footer .brand{font-size:16px}.site-footer nav{font-size:13px;gap:22px}@media(max-width:900px){.feature-grid{grid-template-columns:repeat(2,1fr)}.getting-started{gap:30px;grid-template-columns:1fr 1.2fr}.site{padding:0 28px}.execution-heading{gap:30px}}@media(max-width:600px){.site{padding:0 20px}.site-header{height:74px;gap:16px}.site-header nav{gap:15px;font-size:13px}.brand{font-size:18px}.hero{padding:54px 0 35px}.hero h1{font-size:44px;letter-spacing:-1.8px}.hero-description{font-size:16px}.desktop-break{display:none}.hero-label{font-size:12px;gap:10px}.screenshot-caption{flex-direction:column;gap:3px;font-size:12px}.features-section{padding:54px 0 40px}.section-heading h2,.execution-heading h2,.getting-started h2{font-size:27px;letter-spacing:-.8px}.feature-grid{gap:25px;margin-top:28px}.feature-grid p{font-size:14px}.feature-grid h3{font-size:15px}.execution-section{padding:40px 0}.execution-heading{grid-template-columns:1fr;gap:16px}.execution-links{flex-direction:column;gap:10px}.getting-started{grid-template-columns:1fr;gap:26px;padding:40px 0 50px}pre{font-size:11px;padding:16px}.site-footer{align-items:flex-start;flex-direction:column}.footer-brand{gap:16px}.hero-actions{gap:8px}.hero-actions>a{padding-left:13px;padding-right:13px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.architecture-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:0 0 65px}.architecture-section h2{font-size:24px;letter-spacing:-.7px;line-height:1.3}.architecture-section p{color:#626269;font-size:15px}.architecture-section .small-note{font-size:13px}.docs{max-width:820px;margin:60px auto 80px}.docs-nav{display:flex;gap:24px;font-size:14px;margin-bottom:36px}.docs a:not([data-slot="button"]){text-decoration:underline;text-underline-offset:4px}.docs h1{font-size:44px;line-height:1.2;letter-spacing:-1.6px;margin:0 0 20px}.docs h2{font-size:25px;letter-spacing:-.6px;margin:42px 0 14px}.docs p,.docs li{color:#52525b}.docs pre{background:#fafafa;border:1px solid #e4e4e7;border-radius:7px;margin:18px 0;font-size:13px}.docs table{width:100%;border-collapse:collapse;font-size:14px}.docs th,.docs td{text-align:left;padding:12px;border-bottom:1px solid #e4e4e7}.docs code{overflow-wrap:anywhere}@media(max-width:600px){.architecture-section{grid-template-columns:1fr;gap:20px;padding-bottom:40px}.docs{margin:40px auto 60px}.docs h1{font-size:36px}.docs pre{font-size:11px}}
