:root{color-scheme:light;--bg: #f4f6f5;--panel: #ffffff;--panel-alt: #f8faf9;--ink: #151b1f;--muted: #5d6971;--line: rgba(21, 27, 31, .12);--accent: #d1682f;--accent-hover: #b95725;--accent-ink: #ffffff;--success: #207447;--success-bg: rgba(32, 116, 71, .1);--warning: #8b5d00;--warning-bg: rgba(139, 93, 0, .1);--danger: #b42318;--danger-bg: rgba(180, 35, 24, .1);--radius-xl: 8px;--radius-lg: 8px;--content-max: 1240px;--section-space: clamp(24px, 3vw, 36px);--surface-pad: clamp(20px, 2.6vw, 30px);--surface-pad-tight: clamp(18px, 2.1vw, 24px);--control-height: 48px;--control-height-lg: 54px;--control-padding-inline: 18px;--shadow: 0 1px 2px rgba(21, 27, 31, .08), 0 10px 24px rgba(21, 27, 31, .04);--shadow-soft: 0 1px 2px rgba(21, 27, 31, .06);font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*,*:before,*:after{box-sizing:border-box;letter-spacing:0}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);line-height:1.5}#root{min-height:100vh}button,input,textarea,select{font:inherit}p{margin:0}.page{position:relative;max-width:var(--content-max);margin:0 auto;padding:clamp(24px,3vw,40px) clamp(18px,3vw,34px) clamp(44px,5vw,68px)}.site-footer{margin-top:var(--section-space);color:var(--muted);font-size:.9rem;line-height:1.5;text-align:left}.page:before{display:none}.hero{display:grid;gap:clamp(16px,2.4vw,24px);margin-bottom:var(--section-space)}.journey-surface{margin-bottom:var(--section-space)}.journey-surface{display:grid;gap:16px;padding:var(--surface-pad);border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--panel);box-shadow:var(--shadow-soft)}.journey-list{display:grid;gap:12px;grid-template-columns:1fr}.journey-step{display:grid;gap:clamp(16px,2vw,24px);grid-template-columns:auto minmax(0,1fr) minmax(168px,auto);align-items:center;padding:20px 22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-alt);box-shadow:none}.journey-step-number{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d1682f1f;color:var(--accent);font-size:.84rem;font-weight:700}.journey-step-copy{display:grid;gap:8px}.journey-step-action{width:fit-content;min-width:188px;min-height:var(--control-height);padding-inline:20px;justify-self:end}.install-surface{display:grid;gap:18px;margin-bottom:var(--section-space);padding:var(--surface-pad);border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--panel);box-shadow:var(--shadow-soft)}.inference-surface{display:grid;gap:22px;margin-bottom:var(--section-space);padding:var(--surface-pad);border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--panel);box-shadow:var(--shadow-soft)}.inference-top-grid,.inference-demo-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.inference-demo-grid{align-items:start}.inference-card,.inference-models-panel,.inference-demo-panel,.inference-code-card,.inference-note{display:grid;gap:14px;padding:var(--surface-pad-tight);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-alt);box-shadow:none}.inference-code-card{min-width:0;align-content:start}.inference-card-head,.inference-code-head{display:grid;gap:8px}.inference-code-head strong{line-height:1.3;overflow-wrap:anywhere}.inference-heading-copy{display:grid;gap:12px}.inference-inline-pills{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start}.inference-heading-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:flex-start}.openapi-link{min-width:184px;padding-inline:22px;white-space:nowrap}.inference-step-list,.inference-facts,.inference-note-list{display:grid;gap:12px}.inference-bottom-grid,.inference-guide-grid,.inference-preview-grid,.supported-model-grid,.inference-metric-grid,.demo-controls-grid,.inference-error-grid{display:grid;gap:16px}.inference-bottom-grid,.inference-guide-grid,.inference-preview-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.inference-error-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.demo-controls-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.demo-controls-grid.compact{gap:14px}.inference-metric-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.inference-metric,.supported-model-card{display:grid;gap:10px;padding:15px 16px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--panel)}.inference-metric strong{font-size:1.05rem;line-height:1.3}.supported-model-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.supported-model-card.active{border-color:#d1682f57;background:#fff4ed;box-shadow:none}.supported-model-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.supported-model-head h4{margin:0;font-size:1rem;line-height:1.25}.supported-model-meta,.supported-model-rates,.supported-model-use-cases{display:grid;gap:8px}.supported-model-meta,.supported-model-rates{color:var(--muted);font-size:.92rem}.snippet-language-toggle{display:inline-flex;gap:10px;flex-wrap:wrap}.snippet-language-toggle button{min-width:112px;background:var(--panel);color:var(--ink);border:1px solid var(--line);box-shadow:none}.snippet-language-toggle button.active{background:var(--accent);color:var(--accent-ink);border-color:transparent;box-shadow:none}.inference-step-card{display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr);padding:16px 18px;border-radius:var(--radius-lg);background:var(--panel);border:1px solid var(--line)}.inference-step-number{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d1682f1f;color:var(--accent);font-weight:700}.inference-fact{display:grid;gap:8px;padding:15px 16px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--panel)}.inference-fact code{width:fit-content;max-width:100%;overflow-wrap:anywhere;padding:6px 9px;border-radius:var(--radius-lg);background:#151b1f0f;font-size:.9rem}.demo-toggle{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.demo-toggle button{min-width:0;min-height:50px;background:var(--panel);color:var(--ink);border:1px solid var(--line);box-shadow:none}.demo-toggle button.active{background:var(--accent);color:var(--accent-ink);border-color:transparent;box-shadow:none}.install-heading{padding-bottom:0;border-bottom:none}.install-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.install-card{display:grid;gap:14px;min-width:0;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-alt);box-shadow:none}.command-card{margin:0;padding:16px 18px;border-radius:var(--radius-lg);border:1px solid rgba(21,27,31,.18);background:#1d252b;color:#f5f8f7;overflow-x:auto}.command-card code{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.88rem;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.install-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.claim-mode-page .hero{margin-bottom:clamp(18px,3vw,28px)}.hero-copy,.panel,.notice,.summary-card,.data-card,.approval-card,.callout,.empty-state,.data-section{min-width:0}.hero-copy{position:relative;display:grid;gap:clamp(18px,2vw,22px);padding:clamp(24px,3vw,34px);background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);overflow:hidden}.hero-notice{position:relative;z-index:1}.hero-layout{display:grid;gap:clamp(20px,3vw,36px);grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);align-items:center}.hero-layout.single-column{grid-template-columns:1fr}.hero-content{position:relative;z-index:1;display:grid;gap:14px;max-width:52rem}.hero-brand{display:flex;align-items:center;width:fit-content;max-width:min(100%,280px)}.hero-logo{width:min(100%,280px);display:block;height:auto;background:transparent}.hero-copy:after{display:none}.hero-illustration{position:relative;display:flex;justify-content:center;align-items:flex-end;min-width:0;padding-inline:10px}.hero-illustration:before{display:none}.hero-illustration-image{position:relative;z-index:1;display:block;width:min(100%,360px);max-height:400px;height:auto;object-fit:contain;filter:none}.eyebrow{margin:0;text-transform:none;letter-spacing:0;color:var(--accent);font-size:.78rem;font-weight:700}h1,h2,h3{margin:0;font-family:inherit}h1{max-width:20ch;font-size:2.3rem;line-height:1.08;letter-spacing:0}h2{font-size:1.45rem;line-height:1.16}h3{font-size:1.08rem;line-height:1.18}.lede,.supporting-text,.meta-text,.section-hint,.summary-label{color:var(--muted)}.lede,.supporting-text,.meta-text{line-height:1.65}.lede code,.supporting-text code,.meta-text code{padding:.16rem .42rem;border-radius:var(--radius-lg);background:#151b1f0f;font-size:.92em;overflow-wrap:anywhere;word-break:break-word}.lede{max-width:54ch;font-size:1rem}.hero-badges,.claim-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:stretch}.hero-actions>*{min-height:var(--control-height)}.hero-actions .button-link{min-width:144px}.hero-quick-nav,.hero-service-preview-grid{display:grid;gap:12px}.hero-quick-nav{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.hero-quick-nav-item,.hero-service-preview{min-width:0;box-shadow:none}.hero-quick-nav-item{min-height:48px;padding:12px 14px;border-radius:var(--radius-lg);background:var(--panel-alt);color:var(--ink);border:1px solid var(--line)}.hero-service-preview-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.hero-service-preview{display:grid;gap:8px;justify-items:start;align-content:start;padding:14px 16px;border-radius:var(--radius-lg);background:var(--panel-alt);color:var(--ink);border:1px solid var(--line);text-align:left}.hero-service-preview strong{font-size:.98rem;line-height:1.2}.hero-service-preview span:last-child{color:var(--muted);font-size:.9rem;line-height:1.5}.claim-actions{align-items:flex-start}.hero-supporting{max-width:48ch}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:var(--radius-lg);background:#fff4ed;border:1px solid rgba(209,104,47,.2);font-size:.82rem;font-weight:600}.hero-badge.danger{color:var(--danger);background:var(--danger-bg);border-color:#b4231833}.grid{display:grid;gap:clamp(18px,2.4vw,26px);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start}.saved-claim-grid{margin-bottom:var(--section-space)}.auth-only-grid{display:block}.auth-only-grid #operator-access{width:min(100%,560px);max-width:560px;justify-items:start}.auth-only-grid #operator-access .panel-header,.auth-only-grid #operator-access .claim-callout,.auth-only-grid #operator-access .mode-toggle,.auth-only-grid #operator-access form.stack,.auth-only-grid #operator-access #manual-signin{width:100%}.auth-only-grid #operator-access .mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-only-grid #operator-access .mode-toggle button{min-height:var(--control-height-lg)}.auth-only-grid #operator-access input{min-height:var(--control-height-lg);padding-inline:18px}.auth-only-grid #operator-access form.stack>button{width:min(100%,440px);min-height:var(--control-height-lg)}.landing-split-page{display:grid;gap:clamp(18px,3vw,30px);grid-template-columns:minmax(0,1fr);grid-template-areas:"hero" "auth" "services" "inference" "install" "footer";align-items:start}.landing-split-page .hero{grid-area:hero;margin-bottom:0}.landing-split-page .landing-auth-grid{grid-area:auth;width:100%;min-width:0}.landing-split-page .landing-auth-grid #operator-access{width:100%!important;max-width:none!important}.landing-split-page .services-surface{grid-area:services}.landing-split-page .inference-surface{grid-area:inference}.landing-split-page .install-surface{grid-area:install}.landing-split-page .site-footer{grid-area:footer}@media(min-width:1025px){.landing-split-page{gap:clamp(20px,2.4vw,30px);grid-template-columns:minmax(0,.95fr) minmax(380px,.62fr);grid-template-areas:"hero auth" "services services" "inference inference" "install install" "footer footer";align-items:start}.landing-split-page .hero{min-width:0;align-self:start}.landing-split-page .hero-copy{height:auto;padding:clamp(24px,2.5vw,34px)}.landing-split-page .hero-layout{display:grid;height:auto;gap:clamp(18px,2.2vw,28px);grid-template-columns:minmax(0,1fr);align-items:center}.landing-split-page .hero-content{align-content:start;min-width:0;max-width:52rem;padding-right:0;position:relative;z-index:1}.landing-split-page .hero-content h1{max-width:18ch;font-size:2.2rem;line-height:1.08}.landing-split-page .hero-illustration{display:none}.landing-split-page .landing-auth-grid{align-self:start;justify-self:stretch}.landing-split-page .landing-auth-grid #operator-access form.stack>button{width:100%}}.claim-layout{display:grid;gap:clamp(18px,2.4vw,28px);grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:clamp(18px,3vw,28px);align-items:start}.claim-grid{grid-template-columns:minmax(320px,.92fr) minmax(0,1.38fr)}.panel,.notice{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.panel{display:grid;gap:clamp(16px,2vw,24px);padding:clamp(20px,2.6vw,30px);align-content:start}.notice{align-self:start;padding:18px 20px;font-weight:500;box-shadow:var(--shadow-soft)}.inline-notice{padding:14px 16px;border-radius:var(--radius-lg);box-shadow:none}.page-notice{margin-bottom:clamp(18px,3vw,28px)}.notice.success{border-color:#20744740;background:#edf8f1;color:var(--success)}.notice.error{border-color:#b4231833;background:#fff0ed;color:var(--danger)}.notice.neutral{color:var(--ink)}.panel-header,.section-heading,.data-card-head{display:flex;gap:14px;justify-content:space-between;align-items:flex-start}.panel-header{padding-bottom:14px;border-bottom:1px solid var(--line)}.panel-header>div,.section-heading>*:first-child{min-width:0}.panel-header>div{display:grid;gap:6px}.section-heading{padding-bottom:14px;border-bottom:1px solid var(--line)}.section-heading .button-link{min-width:156px}.panel-actions,.pill-row,.approval-actions,.summary-inline,.mode-toggle{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start}.claim-panel{background:var(--panel)}.panel-actions button{flex:1 1 180px}.mode-toggle button{flex:1 1 180px;min-height:var(--control-height-lg);background:var(--panel-alt);color:var(--ink)}.claim-actions button{flex:1 1 220px;min-width:0;min-height:var(--control-height);padding:11px var(--control-padding-inline)}.mode-toggle button{min-width:0;padding:0 var(--control-padding-inline)}.mode-toggle button.active{background:var(--ink);color:#fff;border-color:#151b1f2e}.summary-inline{padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-alt);color:var(--muted);font-size:.95rem}.stack,.section-stack,.data-list,.approval-list{display:grid}.stack{gap:14px}.section-stack{gap:18px}.data-list{gap:14px}.approval-list{gap:12px}.claim-callout,.node-tools{display:grid;gap:14px}.claim-callout{min-width:0;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-alt)}.claim-callout.success{border-color:#2074473d;background:#edf8f1}.claim-step-list,.claim-summary-grid{display:grid;gap:14px}.claim-step-card{display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr);padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--panel-alt)}.claim-step-card.complete{border-color:#20744733;background:#edf8f1}.claim-step-card.current{border-color:#d1682f47;background:#fff4ed}.claim-step-number{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#151b1f14;font-weight:700}.claim-summary-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));color:var(--muted);font-size:.94rem}label{display:grid;gap:10px;font-size:.95rem;font-weight:500}input,textarea,select{width:100%;border-radius:var(--radius-lg);min-height:var(--control-height-lg);padding:15px 17px;border:1px solid rgba(21,27,31,.14);background:var(--panel);color:var(--ink);transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}input::placeholder{color:#5d6971c7}button{width:auto;min-width:144px;min-height:var(--control-height);display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-lg);padding:11px var(--control-padding-inline);background:var(--accent);color:var(--accent-ink);font-weight:600;line-height:1.2;letter-spacing:0;text-align:center;cursor:pointer;box-shadow:none;transition:opacity .12s ease,background-color .12s ease}.button-link{width:fit-content;min-width:144px;min-height:var(--control-height);max-width:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);padding:11px var(--control-padding-inline);background:var(--accent);color:var(--accent-ink);font-weight:600;line-height:1.2;letter-spacing:0;text-align:center;text-decoration:none;box-shadow:none;transition:opacity .12s ease,background-color .12s ease}.button-link:hover{background:var(--accent-hover)}.button-link:focus-visible{outline:2px solid rgba(209,104,47,.3);outline-offset:3px}.ghost-link{background:var(--panel);color:var(--ink);border:1px solid var(--line);box-shadow:none}.ghost-link:hover{background:var(--panel-alt)}form.stack>button,.callout>button{width:100%}button:hover:not(:disabled){background:var(--accent-hover)}button.ghost:hover:not(:disabled),.mode-toggle button:not(.active):hover:not(:disabled),.snippet-language-toggle button:not(.active):hover:not(:disabled),.demo-toggle button:not(.active):hover:not(:disabled){background:var(--panel-alt);color:var(--ink)}.mode-toggle button.active:hover:not(:disabled){background:var(--ink);color:#fff}button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid rgba(209,104,47,.3);outline-offset:3px}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:#d1682f5c;background:var(--panel);box-shadow:0 0 0 4px #d1682f14}.input-error{border-color:#b4231852;background:#fff0ed}.input-error:focus-visible{border-color:#b423186b;box-shadow:0 0 0 4px #b4231814}.field-error{color:var(--danger);font-size:.88rem;line-height:1.45}.ghost{background:var(--panel);color:var(--ink);border:1px solid var(--line);box-shadow:none}.ghost:hover:not(:disabled){background:var(--panel-alt)}.summary-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.api-access-grid,.purchase-pack-grid{display:grid;gap:16px}.api-access-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.purchase-pack-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.api-key-secret{margin:0;padding:14px 16px;border-radius:var(--radius-lg);background:#1d252b;color:#f5f8f7}.summary-card,.data-card,.approval-card,.callout,.empty-state,.data-section{border:1px solid var(--line);border-radius:var(--radius-lg)}.summary-card,.callout,.empty-state,.data-section{background:var(--panel-alt)}.summary-card{display:grid;gap:10px;padding:17px;box-shadow:none}.summary-label{font-size:.78rem;text-transform:uppercase;letter-spacing:0}.summary-value{font-size:1.48rem;line-height:1.15}.data-section{display:grid;gap:16px;padding:16px;background:var(--panel)}.data-card{display:grid;gap:12px;padding:16px;background:var(--panel-alt);box-shadow:none}.meta-grid{display:grid;gap:10px 14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));color:var(--muted);font-size:.92rem}.node-timeline{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.node-timeline-step{display:grid;gap:8px;padding:12px 14px;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--panel-alt);color:var(--muted)}.node-timeline-step.complete{color:var(--ink)}.node-timeline-step.success{border-color:#2074472e}.node-timeline-step.warning{border-color:#9a5f0029}.node-timeline-step.danger{border-color:#b423182e}.node-timeline-dot{width:10px;height:10px;border-radius:999px;background:#151b1f2e}.node-timeline-step.success .node-timeline-dot{background:var(--success)}.node-timeline-step.warning .node-timeline-dot{background:var(--warning)}.node-timeline-step.danger .node-timeline-dot{background:var(--danger)}.mono,.mono-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;overflow-wrap:anywhere;word-break:break-word}.mono{font-size:.88rem}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;font-size:.82rem;line-height:1.1;font-weight:600;background:#151b1f12;color:var(--ink);white-space:nowrap}.pill.success{background:var(--success-bg);color:var(--success)}.pill.warning{background:var(--warning-bg);color:var(--warning)}.pill.danger{background:var(--danger-bg);color:var(--danger)}.empty-state{padding:18px;color:var(--muted);line-height:1.65}.approval-card{display:flex;gap:18px;justify-content:space-between;align-items:center;padding:16px 18px;background:var(--panel-alt);box-shadow:none}.approval-copy{display:grid;gap:8px}.approval-copy p{margin:0}.approval-actions{justify-content:flex-end}.approval-actions button{min-width:118px}.callout{display:grid;gap:14px;padding:18px;background:var(--panel-alt)}.turnstile-shell{min-height:68px;padding-top:4px}@media(max-width:1024px){.claim-layout,.claim-grid,.api-access-grid,.purchase-pack-grid,.inference-top-grid,.inference-demo-grid,.inference-bottom-grid,.inference-guide-grid,.inference-preview-grid,.inference-metric-grid,.supported-model-grid,.demo-controls-grid,.inference-error-grid,.journey-list{grid-template-columns:1fr}}@media(max-width:900px){.page{padding:28px 16px 52px}.panel,.hero-copy,.journey-surface{padding:22px}.journey-step{grid-template-columns:1fr;align-items:start}.journey-step-action{justify-self:start;min-width:0}.hero-layout{grid-template-columns:1fr}.hero-illustration{justify-content:center}.hero-illustration-image{width:min(100%,300px);max-height:340px}.inference-card,.inference-demo-panel,.inference-code-card,.inference-note{padding:18px}}@media(max-width:680px){.page{padding:16px 16px 44px}.grid{grid-template-columns:1fr}.hero-copy{gap:14px;padding:22px}h1{max-width:16ch;font-size:2rem;line-height:1.08}h2{font-size:1.3rem}.lede,.supporting-text,.meta-text{line-height:1.56}.landing-split-page .hero-supporting,.landing-split-page .hero-badges,.landing-split-page #operator-access .access-guidance{display:none}.hero-brand{max-width:min(100%,280px)}.hero-logo{width:100%}.hero-illustration{display:none}.hero-badges{gap:8px}.hero-badge{padding:6px 9px;font-size:.78rem}.panel-header,.section-heading,.data-card-head,.approval-card,.supported-model-head{flex-direction:column;align-items:stretch}.panel-actions,.hero-actions,.claim-actions,.approval-actions,.mode-toggle,.snippet-language-toggle,.inference-heading-actions,.journey-step-action{width:100%}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions>*{width:100%;min-width:0}.panel-actions button,.hero-actions button,.hero-actions .button-link,.claim-actions button,.approval-actions button,.mode-toggle button,.snippet-language-toggle button,.journey-step-action{flex:1 1 0}.summary-grid{grid-template-columns:1fr}.data-section,.summary-card,.data-card,.approval-card,.callout,.empty-state,.inference-surface,.journey-surface,.install-surface{padding:16px}.install-grid{grid-template-columns:1fr}.install-card,.claim-callout,.command-card{padding:16px}.install-heading .button-link,.journey-surface .section-heading .button-link,.install-card .button-link{width:100%;min-width:0}.install-actions{flex-direction:column;align-items:stretch}}
