:root{--font-display: Inter, "SF Pro Display", "Segoe UI Variable Display", "Helvetica Neue", Arial, system-ui, sans-serif;--font-body: Inter, "SF Pro Text", "Segoe UI Variable Text", "Helvetica Neue", Arial, system-ui, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-bg: #000000;--color-bg-raised: #070707;--color-card: rgba(255, 255, 255, .024);--color-card-strong: rgba(255, 255, 255, .042);--color-border: rgba(255, 255, 255, .11);--color-border-strong: rgba(255, 255, 255, .18);--color-text: #f5f5f5;--color-text-muted: rgba(245, 245, 245, .64);--color-text-soft: rgba(245, 245, 245, .42);--color-accent: #7ee0b8;--color-accent-strong: #dcfff3;--color-accent-soft: rgba(126, 224, 184, .12);--color-code-accent: #ff4d5f;--color-code-accent-strong: #ff8a94;--color-code-accent-soft: rgba(255, 77, 95, .15);--color-warning: #ffb45c;--shadow-soft: 0 24px 90px rgba(0, 0, 0, .38);--radius-sm: 8px;--radius-md: 8px;--radius-lg: 8px;--container: min(1160px, calc(100vw - 48px) );--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;color-scheme:dark}html[data-theme=light]{--color-bg: #f8f8f7;--color-bg-raised: #ffffff;--color-card: rgba(0, 0, 0, .045);--color-card-strong: rgba(0, 0, 0, .066);--color-border: rgba(0, 0, 0, .11);--color-border-strong: rgba(0, 0, 0, .18);--color-text: #111111;--color-text-muted: rgba(17, 17, 17, .66);--color-text-soft: rgba(17, 17, 17, .44);--color-accent: #13795b;--color-accent-strong: #063f30;--color-accent-soft: rgba(19, 121, 91, .1);--color-code-accent: #d7243a;--color-code-accent-strong: #a90f24;--color-code-accent-soft: rgba(215, 36, 58, .12);--shadow-soft: 0 24px 80px rgba(0, 0, 0, .12);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;interpolate-size:allow-keywords}body{margin:0;min-width:320px;color:var(--color-text);font-family:var(--font-body);background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-bg-raised) 58%,var(--color-bg) 100%)}body.body--home{background:#000}html[data-theme=light] body.body--home{background:#fff}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-shell{min-height:100vh;overflow:clip}.site-shell--home{background:#000}html[data-theme=light] .site-shell--home{background:#fff}.container{width:var(--container);margin:0 auto}.topbar{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--color-border);background:#000000c2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.site-shell--home .topbar{border-bottom:0}html[data-theme=light] .topbar{background:#f8f8f7d1}.topbar__inner{display:flex;align-items:center;gap:30px;min-height:78px}.topbar--docs .topbar__inner{width:100%;padding-inline:var(--space-5)}.brand{display:inline-flex;align-items:center;gap:var(--space-3);min-width:0}.brand__text{display:grid;gap:1px}.brand__text strong{font-family:var(--font-display);font-size:1rem;letter-spacing:0;white-space:nowrap}.topbar__nav-link{display:inline-flex;align-items:center;min-height:44px;color:#fff;font-size:.96rem;font-weight:400;line-height:1;white-space:nowrap;transition:color .18s ease}.topbar__nav-link:hover,.topbar__nav-link[aria-current=page]{color:#fff}.topbar__nav-label--short,.language-menu__label--short{display:none}.topbar__nav-label--full,.language-menu__label--full{display:inline}html[data-theme=light] .topbar__nav-link,html[data-theme=light] .topbar__nav-link:hover,html[data-theme=light] .topbar__nav-link[aria-current=page]{color:#111}.topbar__actions{display:inline-flex;align-items:center;gap:var(--space-3);margin-left:auto}.topbar__actions .language-menu__trigger,.topbar__actions .theme-menu__trigger{border:0;color:#fff;background:#1f1f1f;box-shadow:none;font-weight:400}.topbar__actions .language-menu__trigger:hover,.topbar__actions .theme-menu__trigger:hover{border:0;background:#333}html[data-theme=light] .topbar__actions .theme-menu__trigger{border:0;color:#111;background:#fff}html[data-theme=light] .topbar__actions .theme-menu__trigger:hover{border:0;background:#f2f2f2}html[data-theme=light] .topbar__actions .language-menu__trigger:hover:not(:disabled){border:0;background:#f2f2f2}.language-menu,.theme-menu{position:relative}.language-menu__trigger,.theme-menu__trigger,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;border:1px solid var(--color-border);color:var(--color-text);background:var(--color-card);cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.language-menu__trigger,.button{gap:10px;padding:0 18px;font-weight:650}.theme-menu__trigger{width:44px;min-width:44px;padding:0}.language-menu__trigger::-webkit-details-marker,.theme-menu__trigger::-webkit-details-marker{display:none}.language-menu__trigger:hover,.theme-menu__trigger:hover,.button:hover:not(:disabled){transform:translateY(-1px);border-color:var(--color-border-strong);background:var(--color-card-strong)}html[data-theme=dark] .topbar__actions .language-menu__trigger:hover:not(:disabled),html[data-theme=dark] .topbar__actions .theme-menu__trigger:hover:not(:disabled){border:0;background:#333}.button{border:0;font-weight:700}.button:disabled{cursor:not-allowed;opacity:.54}.button--primary{color:#050505;background:#f4f4f4;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 -10px 24px #00000024}.button--primary:hover:not(:disabled){background:#ccc;border-color:#ccc}html[data-theme=light] .button--primary{color:#fff;background:#050505;border-color:#050505;box-shadow:inset 0 -10px 24px #ffffff14}html[data-theme=light] .button--primary:hover:not(:disabled){background:#333;border-color:#333}.button--secondary{color:var(--color-text);background:var(--color-card);border:1px solid var(--color-border)}.button--secondary:hover:not(:disabled){background:#191919}html[data-theme=light] .button--secondary{color:#111;background:#fff;border-color:#1111112e}html[data-theme=light] .button--secondary:hover:not(:disabled){background:#e6e6e6}.language-menu__panel,.theme-menu__panel{position:absolute;top:calc(100% + 10px);right:0;z-index:20;display:grid;gap:var(--space-2);min-width:230px;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#080808f0;box-shadow:var(--shadow-soft)}html[data-theme=light] .language-menu__panel,html[data-theme=light] .theme-menu__panel{background:#fffffff5}.language-menu__item,.theme-menu__option{appearance:none;display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:42px;padding:10px 12px;border:1px solid transparent;border-radius:var(--radius-sm);color:var(--color-text-muted);background:transparent;font-size:.9rem;text-align:left;cursor:pointer}.language-menu__item:hover,.theme-menu__option:hover,.language-menu__item.is-active,.theme-menu__option.is-active{color:var(--color-text);background:var(--color-card-strong);border-color:var(--color-border)}.language-menu__caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .18s ease}.language-menu[open] .language-menu__caret{transform:rotate(225deg) translateY(-1px)}.theme-menu__icon{width:18px;height:18px}.theme-menu__icon--sun,html[data-theme=dark] .theme-menu__icon--sun,html[data-theme=light] .theme-menu__icon--moon{display:none}html[data-theme=light] .theme-menu__icon--sun,html[data-theme=dark] .theme-menu__icon--moon{display:block}.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}.hero{padding:96px 0 64px}.docs-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.68fr);gap:var(--space-12);align-items:center}.docs-hero__copy{display:grid;gap:var(--space-6);justify-items:start}.eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border:1px solid var(--color-border);border-radius:999px;color:var(--color-text-muted);background:var(--color-card);font-size:.82rem;font-weight:650}.hero__title,.section-heading h2,.product-card h3,.docs-code-card__header h3,.docs-code-card__header h4,.docs-feature-card h3,.docs-feature-card h4,.feature-item h3{margin:0;font-family:var(--font-display);letter-spacing:0}.hero__title{max-width:12ch;font-size:clamp(3.6rem,7vw,6.7rem);line-height:.94;font-weight:400}.hero__title strong{font-weight:500}.hero__description,.section-heading p,.product-card p,.feature-item p{margin:0;color:var(--color-text-muted);font-size:1.03rem;line-height:1.68}.text-gradient{color:var(--color-code-accent);background:linear-gradient(90deg,#fff,#ff8a94 45%,#ff2e45);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html[data-theme=light] .text-gradient{background:linear-gradient(90deg,#7a0718,#d7243a 55%,#ff3d55);-webkit-background-clip:text;background-clip:text}.text-gradient--purple{background:linear-gradient(90deg,#f0e8ff,#a78bfa 48%,#7c3aed);-webkit-background-clip:text;background-clip:text}.text-gradient--green{background:linear-gradient(90deg,#baeb9d,#4a6733);-webkit-background-clip:text;background-clip:text}html[data-theme=light] .text-gradient--purple{background:linear-gradient(90deg,#3b0764,#7c3aed 56%,#a855f7);-webkit-background-clip:text;background-clip:text}html[data-theme=light] .text-gradient--green{background:linear-gradient(90deg,#baeb9d,#4a6733);-webkit-background-clip:text;background-clip:text}.hero__description{max-width:58ch}.robo-starter-form{width:100%}.robo-starter-form__row{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;align-items:center;padding:6px;border:0;border-radius:999px;background:#1f1f1f;box-shadow:none;overflow:hidden}html[data-theme=light] .robo-starter-form__row{background:#f1f1f1}.robo-starter-form input{min-width:0;height:44px;padding:0 16px;border:0;border-radius:inherit;outline:0;background:transparent;color:var(--color-text);font:inherit}html[data-theme=light] .robo-starter-form input{color:#111}.robo-starter-form input:focus{outline:0}.robo-starter-form input::placeholder{color:var(--color-text-soft)}html[data-theme=light] .robo-starter-form input::placeholder{color:#1111118c}.robo-starter-form__send{width:44px;height:44px;border:0;border-radius:999px;display:grid;place-items:center;padding:0;color:#061018;background:var(--color-text);cursor:pointer;transition:opacity .15s ease,transform .15s ease,background .15s ease}html[data-theme=light] .robo-starter-form__send{color:#fff;background:#111}.robo-starter-form__send:hover:not(:disabled){transform:translateY(-1px);background:color-mix(in srgb,var(--color-text) 88%,#a78bfa 12%)}html[data-theme=light] .robo-starter-form__send:hover:not(:disabled){background:#2a2a2a}.robo-starter-form__send:active:not(:disabled){transform:translateY(0)}.robo-starter-form__send:disabled{cursor:default;opacity:.42}.robo-send-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.docs-hero__actions,.product-card__actions,.robo-minimal-page__actions,.robo-spotlight__actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.provider-logo-strip{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.provider-logo{display:inline-flex;align-items:center;min-height:32px}.provider-logo__copy{display:grid;gap:1px}.provider-logo__copy strong{font-size:.86rem;line-height:1.1}.provider-logo__copy small{color:var(--color-text-soft);font-size:.72rem;line-height:1.1}.terminal-card,.docs-card,.docs-panel,.docs-code-card,.docs-swagger-card,.product-card,.provider-card,.robo-chat-preview{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,#ffffff07,#ffffff02),var(--color-card);box-shadow:var(--shadow-soft)}.terminal-card__bar{display:flex;align-items:center;gap:var(--space-3);min-height:56px;padding:0 var(--space-5);border-bottom:1px solid var(--color-border)}.terminal-card__bar span{width:10px;height:10px;border-radius:999px;background:var(--color-border-strong)}.docs-method{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;color:var(--color-accent-strong);background:var(--color-accent-soft);border:1px solid rgba(126,224,184,.22);font-size:.76rem;font-weight:800;text-transform:uppercase}.terminal-card pre{margin:0;overflow-x:auto;color:var(--color-text);font-family:var(--font-mono);font-size:.92rem;line-height:1.8}.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;color:var(--color-text-muted);background:#ffffff0e;border:1px solid var(--color-border);font-size:.78rem;font-weight:650}.section{padding:52px 0}.section-heading{display:grid;gap:var(--space-4);margin-bottom:var(--space-8)}.section-kicker{margin:0;color:var(--color-code-accent-strong);font-size:.78rem;font-weight:760;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.section-heading h2{max-width:14ch;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.98;font-weight:680}.section-heading--compact p{max-width:62ch}.products-grid,.feature-grid,.docs-summary-grid,.docs-code-grid,.docs-two-column,.docs-sparse-grid,.docs-quickstart-stack{display:grid;gap:var(--space-5)}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section--robo-spotlight{border-block:1px solid var(--color-border);background:#ffffff05}.site-shell--home .section--robo-spotlight{border-block:0;background:#000}html[data-theme=light] .site-shell--home .section--robo-spotlight{background:#fff}.robo-spotlight{display:grid;grid-template-columns:minmax(0,.82fr) minmax(280px,.68fr);gap:clamp(28px,6vw,76px);align-items:center}.robo-spotlight__media{min-width:0}.robo-spotlight__image{display:block;width:min(100%,520px);height:auto;aspect-ratio:1;object-fit:cover}.robo-spotlight__image--light,html[data-theme=light] .robo-spotlight__image--dark{display:none}html[data-theme=light] .robo-spotlight__image--light{display:block}.robo-spotlight__brand{min-width:0}.robo-spotlight__brand h2{margin:0;color:#baeb9d;font-family:var(--font-display);font-size:clamp(3.8rem,9.8vw,8.4rem);font-weight:500;line-height:.88;letter-spacing:0}.robo-spotlight__actions{grid-column:1 / -1;justify-content:center}.body--robo-minimal{background:#000;color:#fff}.robo-minimal-page{--robo-minimal-page-gap: clamp(20px, 3vw, 36px);--robo-minimal-visual-gap: 24px;position:relative;isolation:isolate;min-height:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:var(--robo-minimal-page-gap);overflow:hidden;padding:clamp(30px,5.8vw,64px) var(--space-6) clamp(48px,7vw,88px);background:#000;color:#fff}.robo-minimal-page__leaf-field{position:absolute;inset-inline:0;top:0;z-index:2;height:var(--robo-leaf-field-height, clamp(680px, 112vh, 1160px));overflow:hidden;pointer-events:none;contain:layout paint;-webkit-mask-image:linear-gradient(180deg,#000000 0%,#000000 88%,transparent 100%);mask-image:linear-gradient(180deg,#000000 0%,#000000 88%,transparent 100%)}.robo-minimal-page__leaf-canvas{display:block;width:100%;height:100%}.robo-minimal-page__hero{position:relative;display:grid;min-height:auto;align-content:start;justify-items:center;gap:var(--robo-minimal-visual-gap)}.robo-minimal-page__visual{display:grid;justify-items:center;gap:var(--robo-minimal-visual-gap);width:min(82vw,540px)}.robo-minimal-page__title{position:relative;z-index:3;margin:0;color:#baeb9d;font-family:var(--font-display);font-size:clamp(3.8rem,9.8vw,100px);font-weight:500;line-height:.88;letter-spacing:0;text-align:center}.robo-minimal-page__subtitle{position:relative;z-index:3;margin:-8px 0 0;color:#fff;font-family:var(--font-display);font-size:clamp(1rem,1.8vw,1.34rem);font-weight:500;line-height:1.2;letter-spacing:0;text-align:center;text-wrap:balance}.robo-minimal-page__image{display:block;width:100%;height:auto;object-fit:contain}.robo-minimal-page__actions{position:relative;z-index:1;width:100%;justify-content:center;margin-top:-8px}.robo-minimal-page__starter{position:relative;z-index:3;display:flex;box-sizing:border-box;width:100%;margin:0;padding:0;border-radius:999px;background:transparent;justify-content:center}.robo-minimal-page__site-footer{position:relative;z-index:2;width:100%;background:#000;color:#fff}.body--robo-minimal .footer{background:#000}.body--robo-minimal .footer__brand,.body--robo-minimal .footer__mail{color:#fff}.robo-hero__visual{min-width:0}.robo-chat-preview{display:grid;grid-template-rows:auto minmax(0,1fr);gap:var(--space-4);max-height:440px;padding:var(--space-5);overflow:hidden}.robo-spotlight .robo-chat-preview{grid-template-rows:minmax(0,1fr)}.robo-chat-preview--large{min-height:520px;max-height:620px}.robo-chat-preview__top{display:flex;align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border);color:var(--color-text-soft);font-size:.82rem}.robo-chat-preview__brand{display:inline-flex;align-items:center;gap:9px;color:var(--color-text);font-weight:760}.robo-chat-preview__avatar{display:inline-flex;width:28px;height:24px;align-items:center;justify-content:center}.robo-chat-preview__avatar img{display:block;width:28px;height:auto;image-rendering:pixelated}.robo-chat-preview__top span:first-child{color:var(--color-text);font-weight:760}.robo-chat-preview__messages{display:grid;align-content:start;gap:var(--space-4);min-height:0;max-height:294px;overflow-y:auto;padding:2px 3px 2px 0;scrollbar-width:thin}.robo-spotlight .robo-chat-preview__messages{max-height:380px}.robo-chat-preview--large .robo-chat-preview__messages{max-height:390px}.robo-chat-preview__message{max-width:86%;color:var(--color-text-muted);font-size:.94rem;line-height:1.55}.robo-chat-preview__message--assistant{justify-self:start;padding:0}.robo-chat-preview__message--user{justify-self:end;padding:14px 18px;border-radius:22px;color:#f7f7f7;background:#1d1d1d}.section--providers{padding-top:var(--space-16)}.providers-panel{display:grid;gap:var(--space-8)}.provider-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-5)}.provider-card{display:grid;gap:var(--space-3);align-items:start;padding:var(--space-5)}.provider-card h3,.provider-card p{margin:0}.provider-card h3{font-family:var(--font-display);font-size:1.28rem;line-height:1.1}.provider-card__label{margin-top:4px;color:var(--color-text-soft);font-size:.82rem;font-weight:720}.provider-card p:last-child{margin-top:var(--space-3);color:var(--color-text-muted);font-size:.94rem;line-height:1.58}.product-card{display:flex;flex-direction:column;gap:var(--space-5);padding:var(--space-6)}.product-card__header{display:grid;gap:var(--space-3);align-items:start}.product-card h3{font-size:1.58rem;line-height:1.08}.product-card__cta{width:fit-content}.product-card__actions{margin-top:auto}.terminal-card{overflow:hidden}.terminal-card pre{padding:var(--space-6)}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:var(--space-8)}.hero--robo{padding-bottom:76px}.robo-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,.72fr);gap:var(--space-12);align-items:center}.robo-hero__copy{display:grid;gap:var(--space-6);justify-items:start}.robo-hero .hero__title{max-width:13ch}.section--robo-memory{border-top:1px solid var(--color-border)}.robo-memory{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,.78fr);gap:var(--space-12);align-items:center}.robo-memory__copy{display:grid;gap:var(--space-5)}.robo-memory__mascot{width:120px;aspect-ratio:4 / 3;display:grid;place-items:center;animation:robo-memory-mascot-float 3.6s ease-in-out infinite;filter:drop-shadow(0 18px 32px rgba(124,58,237,.28))}.robo-memory__mascot img{display:block;width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.robo-memory__copy h2{max-width:12ch;margin:0;font-family:var(--font-display);font-size:clamp(2.3rem,4.9vw,4.7rem);line-height:.98;letter-spacing:0}.robo-memory__copy p{max-width:62ch;margin:0;color:var(--color-text-muted);font-size:1.03rem;line-height:1.68}.robo-memory-panel{display:grid;gap:var(--space-4);min-width:0;padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg,#7c3aed1a,#ffffff06),var(--color-card);box-shadow:var(--shadow-soft)}.robo-memory-panel__top{display:flex;align-items:center;gap:10px;padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:.84rem;font-weight:760}.robo-memory-panel__questions{display:grid;gap:var(--space-3)}.robo-memory-question{border:1px solid rgba(255,255,255,.085);border-radius:var(--radius-sm);background:#ffffff09;overflow:hidden}.robo-memory-question::details-content{height:0;overflow:hidden;transition:height .32s ease,content-visibility .32s allow-discrete}.robo-memory-question[open]{border-color:#a78bfa57;background:#7c3aed1c}.robo-memory-question[open]::details-content{height:auto}.robo-memory-question summary{cursor:pointer;padding:15px 16px;color:var(--color-text);font-family:var(--font-display);font-size:1.02rem;font-weight:760;letter-spacing:0}.robo-memory-question summary::marker{color:#a78bfa}.robo-memory-question__content{display:grid;gap:12px;padding:0 16px 16px;animation:robo-memory-expand .26s ease-out both;transform-origin:top}.robo-memory-question p{margin:0;color:var(--color-text-muted);font-size:.96rem;line-height:1.6}.robo-memory-answer{min-height:128px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);background:#00000038;color:var(--color-text);padding:13px 14px;font-size:.94rem;line-height:1.45}.robo-memory-answer__line{display:block;max-width:100%;width:0;overflow:hidden;white-space:nowrap;animation:robo-memory-line-type var(--typing-duration, .9s) steps(var(--typing-characters, 28),end) var(--typing-delay, 0ms) forwards}.robo-memory-answer__line+.robo-memory-answer__line{margin-top:2px}.feature-grid--robo{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-item{display:grid;gap:var(--space-4);align-content:start;padding:var(--space-2) 0}.feature-item__icon{display:inline-flex;width:34px;height:34px;color:var(--color-text)}.feature-item__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.feature-item h3{font-size:1.22rem}.docs-sparse-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-10) var(--space-12)}.docs-sparse-item{display:grid;gap:var(--space-4);align-content:start;padding:var(--space-2) 0}.docs-sparse-item h3{margin:0;font-family:var(--font-display);font-size:1.22rem;letter-spacing:0}.docs-sparse-item p{margin:0;color:var(--color-text-muted);line-height:1.68}.footer{padding:28px 0 56px}.footer__inner{display:grid;grid-template-columns:max-content max-content;gap:30px;justify-content:start;align-items:center;box-sizing:border-box;width:100%;max-width:none;margin:0;padding-inline:var(--space-6);padding-top:var(--space-8)}.footer__brand{color:var(--color-text);font-size:1.03rem;line-height:1.68;transition:color .18s ease}.footer__brand:hover{color:var(--color-text)}.footer__contacts{display:grid;justify-items:start;gap:var(--space-2)}.footer__mail{color:var(--color-text);transition:color .18s ease}.footer__mail:hover{color:var(--color-text)}.docs-page{padding-bottom:var(--space-10)}.docs-hub{padding:0 0 var(--space-16)}.docs-hub__shell{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:0;align-items:start;width:100%}.docs-hub__sidebar{position:sticky;top:79px;display:grid;align-content:start;gap:var(--space-2);min-height:calc(100vh - 79px);padding:var(--space-5) var(--space-3);border-right:1px solid var(--color-border);background:#ffffff03}.docs-hub__nav-group{display:grid;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--color-border)}.docs-hub__nav-item{display:flex;align-items:center;min-height:38px;padding:0 var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-muted);font-weight:650}.docs-hub__nav-item:hover,.docs-hub__nav-item--active{color:var(--color-text);background:var(--color-card-strong)}.docs-hub__content{display:grid;gap:var(--space-12);min-width:0;width:min(860px,calc(100vw - 380px));margin:0 auto;padding:var(--space-12) 0 0}.docs-hub__content--intro{min-height:calc(100vh - 79px)}.docs-hub__intro,.docs-hub__product,.docs-hub__intro-block{display:grid;gap:var(--space-8);min-width:0}.docs-hub__intro{padding:var(--space-4) 0 0}.docs-hub__kicker{margin:0;color:var(--color-text-soft);font-size:.95rem}.docs-hub__intro h1,.docs-hub__intro-block h2,.docs-hub__product h1,.docs-hub__product h2,.docs-hub__block h2,.docs-hub__block h3{margin:0;font-family:var(--font-display);letter-spacing:0}.docs-hub__intro h1{max-width:12ch;font-size:clamp(3.2rem,7vw,6rem);line-height:.95}.docs-hub__intro p,.docs-hub__intro-block p,.docs-hub__section-heading p,.docs-hub__block>p{margin:0;color:var(--color-text-muted);line-height:1.68}.docs-hub__intro>p:last-child{max-width:62ch;font-size:1.08rem}.docs-hub__product{padding-top:var(--space-8);border-top:1px solid var(--color-border)}.docs-hub__product--reference{padding-top:var(--space-4);border-top:0}.docs-hub__section-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.docs-hub__section-link{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5);min-height:104px;padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-card);color:var(--color-text);font-weight:700}.docs-hub__section-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.docs-hub__section-heading{display:flex;flex-wrap:wrap;align-items:start;justify-content:space-between;gap:var(--space-5)}.docs-hub__section-heading>div{display:grid;gap:var(--space-3);max-width:72ch}.docs-hub__product h2{font-size:clamp(2.2rem,4.4vw,4.4rem);line-height:.98}.docs-hub__product h1{font-size:clamp(2.8rem,5vw,5.2rem);line-height:.96}.docs-hub__block{display:grid;gap:var(--space-5);min-width:0}.docs-hub__block h3{font-size:clamp(1.5rem,2.2vw,2.1rem)}.docs-hub__block h2,.docs-hub__intro-block h2{font-size:clamp(2rem,3.4vw,3.4rem);line-height:1}.docs-hub__summary,.docs-hub__endpoint-list{display:grid;gap:var(--space-4)}.docs-hub__summary{grid-template-columns:repeat(3,minmax(0,1fr))}.docs-hub__endpoint-list{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-hub__swagger{margin-top:var(--space-4)}.hero--docs{padding:72px 0 40px}.hero--docs-simple{padding-bottom:24px}.docs-hero{align-items:end}.docs-hero--simple{display:block}.hero__title--docs{max-width:12ch;font-size:clamp(3rem,6vw,5.6rem)}.hero__description--docs{max-width:66ch}.docs-section{padding:34px 0}.docs-section--overview{padding-bottom:var(--space-2)}.docs-section--quickstart{padding-top:var(--space-3)}.docs-section--capabilities .section-heading--docs{margin-bottom:var(--space-5)}.docs-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.docs-two-column{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.docs-two-column>.docs-panel{height:100%}.docs-two-column--uneven{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.docs-quickstart-stack{align-items:start}.docs-card,.docs-panel,.docs-code-card{display:grid;gap:var(--space-5);padding:var(--space-6)}.docs-card__label{color:var(--color-text-soft);font-size:.78rem;font-weight:800;text-transform:uppercase}.docs-card__value{color:var(--color-text);font-family:var(--font-display);font-size:1.08rem;font-weight:700;overflow-wrap:anywhere}.docs-card p,.docs-copy p,.docs-code-card__header p,.docs-feature-card p,.docs-endpoint p,.docs-swagger__note{margin:0;color:var(--color-text-muted);line-height:1.68}.section-heading--docs{margin-bottom:0}.section-heading--docs h2{max-width:none;font-size:clamp(2rem,3.4vw,3.6rem)}.section-heading--docs p{max-width:72ch}.docs-copy{display:grid;gap:var(--space-4)}.docs-code-grid{grid-template-columns:minmax(0,1fr);align-items:start}.docs-code-card__header{display:grid;gap:var(--space-2)}.docs-code-card__header :is(h3,h4),.docs-feature-card :is(h3,h4){font-size:1.22rem}.docs-code-block{display:grid;gap:var(--space-3);min-width:0}.docs-code-block__toolbar{display:flex;align-items:center;gap:var(--space-3)}.docs-code-block__surface{position:relative;min-width:0;max-width:100%}.docs-code-block__copy{position:absolute;top:14px;right:14px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff1f;color:#fff;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.docs-code-block__copy:hover{border-color:#ffffff61;background:#ffffff2e}.docs-code-block__copy-icon{display:inline-flex;width:18px;height:18px}.docs-code-block__copy-icon svg{width:100%;height:100%}.docs-code-block__copy-icon--done{display:none}.docs-code-block__copy[data-copied=true]{color:#dcfff3}.docs-code-block__copy[data-copied=true] .docs-code-block__copy-icon{display:none}.docs-code-block__copy[data-copied=true] .docs-code-block__copy-icon--done{display:inline-flex}.docs-code-block__pre{margin:0;width:100%;max-width:100%;min-width:0;padding:64px var(--space-5) var(--space-5);overflow-x:auto;overflow-y:hidden;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:#000;color:#f2f2f2}.docs-code-block__pre code,.docs-code-card code,.docs-endpoint__path code{font-family:var(--font-mono)}.docs-code-block__pre code{display:block;color:#f5f5f5d6;font-size:.9rem;line-height:1.68}.docs-code-block__pre .code-token.is-command,.docs-code-block__pre .code-token.is-key{color:#fffffff0}.docs-code-block__pre .code-token.is-option,.docs-code-block__pre .code-token.is-variable{color:var(--color-code-accent)}.docs-code-block__pre .code-token.is-string{color:#ffffffdb}.docs-code-block__pre .code-token.is-literal{color:#ff8b96}.docs-code-card code,.docs-endpoint__path code{color:var(--color-code-accent-strong)}.docs-code-block__pre .code-token.is-punctuation{color:#f5f5f594}.docs-code-block__pre .code-token.is-plain{color:#f5f5f5c2}.docs-feature-grid{display:grid;gap:var(--space-4)}.docs-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-feature-card,.docs-endpoint{display:grid;gap:var(--space-3);padding:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-md);background:#ffffff08}.docs-endpoint__path{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}.docs-endpoint__path code{color:var(--color-text);font-size:.9rem;overflow-wrap:anywhere}.docs-method--get{color:#d8ecff;background:#5aa6ff26;border-color:#5aa6ff47}.docs-method--post{color:var(--color-accent-strong)}.docs-method--delete{color:#ffd5d5;background:#ff5f5f21;border-color:#ff5f5f3d}html[data-theme=light] .docs-method{color:#063f30;background:#13795b21;border-color:#13795b38}html[data-theme=light] .docs-method--get{color:#164d78;background:#2584d61f;border-color:#2584d638}html[data-theme=light] .docs-method--delete{color:#8f1022;background:#d7243a1f;border-color:#d7243a33}.docs-swagger-card{padding:var(--space-6)}.docs-swagger{display:grid;gap:var(--space-5)}.docs-swagger__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-4)}.docs-swagger__note{max-width:70ch}.swagger-shell{overflow:hidden;padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:#050505;box-shadow:var(--shadow-soft)}.swagger-shell__mount{min-height:220px;display:grid;place-items:center;color:var(--color-text-muted);font-size:.96rem;text-align:center}.swagger-shell[data-swagger-mounted] .swagger-shell__mount{display:block;text-align:left}html[data-theme=light] .swagger-shell{background:#fff}[data-reveal]{animation:riseIn .62s cubic-bezier(.2,.8,.2,1) both}[data-reveal]:nth-child(2){animation-delay:60ms}[data-reveal]:nth-child(3){animation-delay:.12s}[data-reveal]:nth-child(4){animation-delay:.18s}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes robo-memory-expand{0%{opacity:0;transform:scaleY(.96)}to{opacity:1;transform:scaleY(1)}}@keyframes robo-memory-line-type{0%{width:0}to{width:100%}}@keyframes robo-memory-mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(max-width:1040px){.docs-hero,.robo-hero,.robo-spotlight,.robo-memory,.products-grid,.provider-grid,.feature-grid,.feature-grid--robo,.docs-summary-grid,.docs-hub__shell,.docs-hub__summary,.docs-hub__endpoint-list,.docs-code-grid,.docs-sparse-grid,.docs-hub__section-links,.docs-two-column,.docs-two-column--uneven,.docs-feature-grid{grid-template-columns:1fr}.docs-hub__shell{width:var(--container);margin:0 auto;gap:var(--space-8)}.docs-hub__sidebar{position:static;min-height:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg)}.docs-hub__content{width:100%;padding-top:0}.robo-hero__visual{order:0}.robo-spotlight{justify-items:center;text-align:center}.robo-spotlight__image{width:min(100%,460px);margin-inline:auto}.robo-spotlight__brand h2{font-size:clamp(3.2rem,17vw,5.8rem)}.robo-spotlight__actions{justify-content:center}}@media(max-width:720px){:root{--container: min(100vw - 24px, 100%)}.topbar__inner{flex-wrap:nowrap;gap:var(--space-3);min-height:64px;padding:10px 0}.topbar--docs .topbar__inner{padding:10px 12px}.brand{flex:0 0 auto}.topbar__nav-link{min-height:40px;font-size:.92rem}.topbar__actions{width:auto;flex:0 0 auto;flex-wrap:nowrap;justify-content:flex-end;gap:var(--space-2)}.language-menu{flex:0 0 auto}.language-menu__trigger{width:auto}.topbar__nav-label--full,.language-menu__label--full{display:none}.topbar__nav-label--short,.language-menu__label--short{display:inline}.theme-menu{margin-left:0}.language-menu__trigger{min-height:40px;padding:0 13px;font-size:.9rem}.theme-menu__trigger{min-height:40px;min-width:40px;width:40px}.hero{padding:58px 0 34px}.hero__title,.hero__title--docs{max-width:none;font-size:clamp(3.1rem,15vw,4.6rem)}.provider-logo-strip{width:100%}.provider-logo{flex:0 1 auto}.robo-chat-preview__message{max-width:92%}.robo-chat-preview--large{min-height:420px}.robo-minimal-page{--robo-minimal-page-gap: var(--space-7);gap:var(--robo-minimal-page-gap);padding-inline:var(--space-5)}.robo-minimal-page__hero{min-height:auto}.robo-minimal-page__title{font-size:clamp(3.4rem,18vw,5.4rem)}.robo-minimal-page__subtitle{margin-top:clamp(10px,2.8vw,18px)}.robo-minimal-page__visual{width:min(100%,420px)}.robo-minimal-page__actions{flex-wrap:nowrap}.robo-minimal-page__actions .button{min-width:0;padding-inline:16px}.section{padding:38px 0}.section-heading h2{max-width:none}.product-card,.docs-card,.docs-panel,.docs-code-card,.docs-swagger-card{padding:var(--space-5);border-radius:var(--radius-lg)}.product-card__cta{width:100%}.docs-hero__actions,.docs-swagger__meta{align-items:stretch}.docs-hero__actions .button,.docs-swagger__meta .button{width:100%}.footer__contacts{justify-items:start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
