:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#07110f;--surface:#0d1a17;--surface-strong:#13231e;--border:#28443a;--text:#eef8f2;--muted:#a8beb4;--accent:#7ef0b8;--accent-dark:#113d2b}*{box-sizing:border-box}html{background:var(--background)}body{color:var(--text);background:radial-gradient(circle at 80% 0%, #266f4e3d, transparent 30rem), var(--background);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}main{width:min(1080px,100% - 2rem);margin:0 auto;padding:2.5rem 0 6rem}a{color:var(--accent);text-underline-offset:.2em}.hero,.page-heading{max-width:860px;padding:2.75rem 0 2rem}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}h1,h2,h3{letter-spacing:-.035em;margin-top:0}h1{max-width:860px;margin-bottom:1.25rem;font-size:clamp(3.4rem,8vw,6.2rem);line-height:.9}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{margin-bottom:.65rem;font-size:1.45rem}.lede{max-width:720px;color:var(--muted);font-size:clamp(1.15rem,2.3vw,1.45rem);line-height:1.55}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.button-link,.copy-button{border:1px solid var(--border);min-height:2.75rem;color:var(--accent);background:var(--surface);font:inherit;cursor:pointer;border-radius:.65rem;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.button-link-primary{border-color:var(--accent);color:var(--background);background:var(--accent)}.button-link:hover,.button-link:focus-visible,.copy-button:hover,.copy-button:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7ef0b829}.section-intro{color:var(--muted);max-width:760px;margin:-.4rem 0 1.25rem;line-height:1.6}nav{flex-wrap:wrap;gap:.7rem;margin-top:2rem;display:flex}nav a,.section-heading>a{border:1px solid var(--border);background:#0d1a17b3;border-radius:999px;padding:.65rem .9rem;text-decoration:none}.site-header,.site-footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.site-header nav,.site-footer nav{margin:0}.site-mark{color:var(--text);font-weight:700;line-height:1.2;text-decoration:none}.site-domain{color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.site-footer{border-top:1px solid var(--border);color:var(--muted);border-bottom:0;margin-top:5rem;font-size:.82rem}.site-footer nav a{background:0 0;border:0;padding:0}.page-heading{min-height:15rem}.contract-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.access-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.access-grid article{min-height:0}.quick-start-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.integration-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.quick-start-card{flex-direction:column;display:flex}.quick-start-card-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.quick-start-card-heading h3{letter-spacing:-.02em;white-space:nowrap;margin-bottom:0;font-size:1rem}.quick-start-card-heading>a{flex:none}.copy-field-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:1rem 0 .45rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.76rem;font-weight:700}.copy-prompt{border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;background:#08120f;border-radius:.65rem;min-height:11rem;padding:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;line-height:1.55}.copy-snippet{min-height:4.5rem}.copy-prompt:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7ef0b829}.copy-prompt-button{align-self:flex-start;margin-top:.65rem}.copy-status{min-height:1.25rem;color:var(--accent);margin:.6rem 0 0;font-size:.8rem}.access-facts{margin-top:3rem}.access-facts dd{color:var(--accent);font-size:1.2rem;font-weight:700}.status-pill{border:1px solid var(--border);color:var(--muted);border-radius:999px;padding:.35rem .65rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;display:inline-flex}.integration-grid .status-pill{align-self:flex-start;margin-bottom:1rem}.integration-grid h3{margin-bottom:0}.compatibility-note{margin-top:1rem}.contract-grid article{min-height:auto}.contract-grid li,.prose p,.prose li,.public-page section>p,.public-page section>ol{color:var(--muted);line-height:1.7}.prose{max-width:760px}.prose h2{margin-top:2.5rem;font-size:1.5rem}.mono,code,pre,.facts{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}pre{border:1px solid var(--border);color:var(--muted);background:var(--surface);border-radius:.5rem;padding:1rem;font-size:.82rem;line-height:1.55;overflow-x:auto}.facts{border:1px solid var(--border);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.facts div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem}.facts dt{color:var(--muted);text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem}.facts dd{margin:0}.public-table{border-collapse:collapse;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.public-table th,.public-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:.75rem}.public-table th{color:var(--muted);background:var(--surface)}section{margin-top:3.5rem}.section-heading{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem;display:flex}.demo-section{border:1px solid var(--border);background:radial-gradient(circle at 85% 0%, #7ef0b824, transparent 22rem), linear-gradient(145deg, var(--surface-strong), var(--surface));border-radius:1rem;padding:clamp(1.25rem,4vw,2.5rem)}.demo-section .section-heading{align-items:flex-end}.demo-section h2{margin-bottom:0}.demo-frame{aspect-ratio:16/9;border:1px solid var(--border);background:#020504;border-radius:.75rem;position:relative;overflow:hidden;box-shadow:0 1.5rem 4rem #00000047}.demo-video{object-fit:contain;background:#020504;width:100%;height:100%;display:block}.demo-note{max-width:760px;color:var(--muted);margin:1.25rem 0 0;line-height:1.7}.tool-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}article,.contract{border:1px solid var(--border);background:linear-gradient(145deg, var(--surface-strong), var(--surface));border-radius:1rem}article{min-height:0;padding:1.35rem}article p{color:var(--muted);line-height:1.6}.tool-meta{flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem;display:flex}.tool-meta span{color:var(--accent);background:var(--accent-dark);border-radius:.35rem;padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}.contract{padding:clamp(1.5rem,5vw,3.5rem)}.tool-list article h2,.access-grid article h2{font-size:clamp(1.45rem,3vw,2rem)}.contract ol{color:var(--muted);gap:.75rem;padding-left:1.25rem;font-size:1.05rem;display:grid}@media (max-width:680px){main{padding-top:1rem}.hero,.page-heading{min-height:0;padding:2rem 0 1rem}.site-header,.site-footer,.section-heading{flex-direction:column;align-items:flex-start}.demo-section .section-heading{align-items:flex-start}.copy-prompt-button{width:100%}}.operator-shell{width:min(1500px,100% - 2rem);padding-top:2rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.operator-shell h1{margin-bottom:.5rem;font-size:2rem;line-height:1.1}.operator-shell h2{font-size:1.2rem}.operator-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.operator-header p{color:var(--muted)}.operator-shell button,.operator-shell input,.operator-shell select{border:1px solid var(--border);min-height:2rem;color:var(--text);background:var(--surface);font:inherit;border-radius:.25rem}.operator-shell button{cursor:pointer;padding:.35rem .65rem}.table-scroll{border:1px solid var(--border);overflow-x:auto}.operator-shell table{border-collapse:collapse;white-space:nowrap;width:100%}.operator-shell th,.operator-shell td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:.55rem}.operator-shell th{color:var(--muted);background:var(--surface)}.inline-control{gap:.35rem;display:flex}.inline-control input,.inline-control select{width:11rem;padding:.25rem .4rem}.capability-control{min-width:38rem}.release-control{grid-template-columns:repeat(2,minmax(8rem,1fr));gap:.35rem;min-width:28rem;display:grid}.release-control input,.release-control select{min-width:0;padding:.25rem .4rem}.operator-sign-in{max-width:40rem}
