.hero-particles{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.hp-node{position:absolute;border-radius:50%;background:#9a46008c;opacity:0;animation:hp-fade-in .6s ease-out forwards,hp-float 6s ease-in-out infinite}.hp-node--1{width:12px;height:12px;top:12%;left:5%;animation-delay:.2s,0s}.hp-node--2{width:16px;height:16px;top:18%;left:14%;animation-delay:.4s,.5s}.hp-node--3{width:10px;height:10px;top:8%;left:20%;animation-delay:.6s,1s}.hp-node--4{width:12px;height:12px;top:10%;right:6%;animation-delay:.5s,.3s}.hp-node--5{width:16px;height:16px;top:16%;right:14%;animation-delay:.7s,.8s}.hp-node--6{width:10px;height:10px;top:6%;right:22%;animation-delay:.9s,1.2s}.hp-node--7{width:12px;height:12px;bottom:14%;left:6%;animation-delay:.8s,.4s}.hp-node--8{width:14px;height:14px;bottom:8%;left:16%;animation-delay:1s,.9s}.hp-node--9{width:10px;height:10px;bottom:18%;left:12%;animation-delay:1.2s,1.4s}.hp-node--10{width:12px;height:12px;bottom:12%;right:7%;animation-delay:.9s,.6s}.hp-node--11{width:14px;height:14px;bottom:6%;right:16%;animation-delay:1.1s,1.1s}.hp-node--12{width:10px;height:10px;bottom:16%;right:12%;animation-delay:1.3s,1.6s}@keyframes hp-fade-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes hp-float{0%,to{transform:translate(0)}25%{transform:translate(4px,-6px)}50%{transform:translate(-3px,4px)}75%{transform:translate(5px,2px)}}.hp-ring{position:absolute;width:20px;height:20px;border-radius:50%;border:2px solid rgba(154,70,0,.5);opacity:0;animation:hp-ring-expand 3s ease-out infinite}.hp-ring--1{top:18%;left:14%;animation-delay:1s}.hp-ring--2{top:16%;right:14%;animation-delay:2s}.hp-ring--3{bottom:8%;left:16%;animation-delay:3s}.hp-ring--4{bottom:6%;right:16%;animation-delay:4s}@keyframes hp-ring-expand{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(4)}}@media(prefers-reduced-motion:reduce){.hp-node{animation:none!important;opacity:.5!important;transform:scale(1)!important}.hp-ring{animation:none!important;opacity:0!important}}.term-line{opacity:0}.term-animate .term-line{animation:term-appear .3s ease-out forwards}.term-animate .term-l1{animation-delay:.4s}.term-animate .term-l2{animation-delay:1s}.term-animate .term-l3{animation-delay:1.5s}.term-animate .term-l4{animation-delay:2s}.term-animate .term-l5{animation-delay:2.6s}.term-animate .term-l6{animation-delay:3.2s}.term-animate .term-l7{animation-delay:3.8s}.term-animate .term-l8{animation-delay:4.2s}.term-animate .term-l9{animation-delay:4.6s}.term-animate .term-l10{animation-delay:5s}.term-animate .term-l11{animation-delay:5.5s}.term-animate .term-l12{animation-delay:6s}.term-animate .term-l13{animation-delay:6.5s}.term-space{min-height:.5rem}.term-prompt{color:#7dd3fc}.term-command{color:#f8fafc}.term-file{color:#f9e2af}.term-key{color:#89b4fa}.term-separator{color:#cdd6f48c}.term-value{color:#a6e3a1}.term-bool{color:#cba6f7}.term-cost{color:#f38ba8}.term-flag{color:#fab387}.term-output{color:#d7e0ead6}.term-success{color:#a6e3a1}.term-rocket{color:#94e2d5}.term-url{color:#f9e2af;word-break:break-all}.term-indent{color:#cdd6f480}.hero-cards-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;max-width:72rem;margin:0 auto}.hero-card{background:var(--card-surface, #fffdf9);border:1px solid rgba(0,0,0,.08);border-radius:.75rem;padding:1.25rem 1.5rem;text-align:left;text-decoration:none;color:var(--on-surface, #0d0d0d);transition:border-color .2s,box-shadow .2s}.hero-card:hover{border-color:var(--primary, #9a4600);box-shadow:0 2px 12px #9a46001a}.hero-card strong{display:block;font-size:.95rem;font-weight:600;margin-bottom:.25rem}.hero-card span{font-size:.85rem;color:#0d0d0da6;line-height:1.45}.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;font-size:.85rem;color:#0d0d0d8c;font-family:var(--font-mono, "IBM Plex Mono", monospace)}@media(min-width:768px){.hero-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hero-cards-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px)and (max-width:1099px){.hero-section{min-height:auto!important;padding-top:7rem!important;padding-bottom:3.5rem!important;gap:2.5rem!important}.hero-section .hero-title{font-size:2.75rem!important}.hp-node--2,.hp-node--3,.hp-node--5,.hp-node--6{display:none}.hp-node--1{top:1%;left:0%;width:10px;height:10px}.hp-node--4{top:1%;right:0%;width:10px;height:10px}.hp-node--7{bottom:2%;left:0%}.hp-node--8{bottom:0%;left:2%}.hp-node--9{bottom:3%;left:0%}.hp-node--10{bottom:2%;right:0%}.hp-node--11{bottom:0%;right:2%}.hp-node--12{bottom:3%;right:0%}.hp-ring--1,.hp-ring--2{display:none}.hp-ring--3{bottom:0%;left:2%}.hp-ring--4{bottom:0%;right:2%}}@media(max-width:639px){.hero-section{min-height:auto!important;padding:5rem 1.25rem 2.5rem!important;gap:2rem!important}.hero-section .hero-title{font-size:2rem!important;letter-spacing:-.02em!important}.hero-section #hero-sub{font-size:1rem!important;line-height:1.55!important}.hero-section .btn-primary,.hero-section .btn-secondary{width:auto!important;padding:.75rem 1.5rem!important;font-size:.8125rem!important}.hp-node{transform:scale(.6)!important}.hp-node--2,.hp-node--3,.hp-node--5,.hp-node--6,.hp-node--7,.hp-node--8,.hp-node--9,.hp-node--10,.hp-node--11,.hp-node--12{display:none!important}.hp-node--1{top:.5%!important;left:2%!important;width:8px!important;height:8px!important}.hp-node--4{top:.5%!important;right:2%!important;width:8px!important;height:8px!important}.hp-ring--1,.hp-ring--2,.hp-ring--3,.hp-ring--4{display:none!important}.hero-cards-grid{gap:.75rem!important}.hero-card{padding:1.125rem 1.25rem!important}.hero-card h3{font-size:.9rem!important}.hero-card p{font-size:.8125rem!important}}@keyframes term-appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.term-line{opacity:1;animation:none;transform:none}}@media(max-width:1099px){#industries,#trust,#platform,#model-engine,section[aria-labelledby=deploy-title]{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.section-title{font-size:2.35rem!important;line-height:1.08!important}.section-subtitle{font-size:1rem!important;line-height:1.55!important}}@media(max-width:639px){#industries,#trust,#platform,#model-engine,section[aria-labelledby=deploy-title]{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.section-title{font-size:1.75rem!important;line-height:1.12!important}.section-subtitle{font-size:.9375rem!important;line-height:1.55!important}.industry-tile-grid{grid-template-columns:repeat(2,1fr)!important}#pillar-tabs{flex-wrap:wrap!important;overflow:visible!important;padding-bottom:0!important}#pillar-tabs.has-overflow{-webkit-mask-image:none;mask-image:none}.pillar-tab{flex:0 1 auto}.model-selector{gap:.375rem;margin-bottom:1rem}.model-selector__btn{padding:.45rem .9rem;font-size:.75rem}.trust-flow-diagram,.pillar-showcase,.deploy-showcase,.model-result{scroll-margin-top:5rem}}#industry-detail-code{transition:opacity .15s ease,transform .15s ease}#industry-detail-code.code-swapping{opacity:0;transform:translateY(4px)}.industry-detail-code-shell{overflow-x:auto}@media(max-width:639px){.before-after-grid{grid-template-columns:1fr!important}}#pillar-tabs.has-overflow{-webkit-mask-image:linear-gradient(to right,black calc(100% - 2.5rem),transparent);mask-image:linear-gradient(to right,black calc(100% - 2.5rem),transparent)}.model-selector{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.model-selector__btn{padding:.5rem 1.25rem;border-radius:9999px;border:1.5px solid var(--border-subtle);background:var(--card-surface);font-family:var(--font-sans);font-size:.8125rem;font-weight:500;color:var(--secondary);cursor:pointer;transition:border-color .25s ease,color .25s ease,background .25s ease}.model-selector__btn:hover{border-color:#0d0d0d59;color:var(--on-surface)}.model-selector__btn--active{border-color:var(--primary);background:#0d0d0d0f;color:var(--primary);font-weight:600}.model-result{padding:2rem;border-radius:.75rem;border:1px solid rgba(13,13,13,.12);background:var(--card-surface)}.model-result__inner{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem;align-items:start}.model-result__icon{grid-row:1 / 3;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:.625rem;background:#0d0d0d12;color:var(--primary);flex-shrink:0}.model-result__icon svg{width:1.75rem;height:1.75rem}.model-result__content{min-width:0}.model-result__name{font-family:var(--font-sans);font-size:1.25rem;font-weight:600;color:var(--on-surface);margin:0}.model-result__provider{font-family:var(--font-mono);font-size:.8125rem;font-weight:500;color:var(--primary);margin:.125rem 0 0;letter-spacing:.02em}.model-result__desc{font-size:.9375rem;line-height:1.6;color:var(--secondary);margin:.5rem 0 0;max-width:none}.model-result__tags{grid-column:2;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.model-tag{display:inline-block;padding:.25rem .625rem;border-radius:.25rem;font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.04em;border:1px solid var(--border-subtle);color:var(--secondary);background:#0d0d0d08}.flow-visualizer{display:flex;align-items:center;justify-content:center;gap:0;overflow-x:auto;padding:2rem 0}.flow-node{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1.25rem;border-radius:.75rem;border:1.5px solid rgba(13,13,13,.15);background:var(--card-surface);min-width:9rem;text-align:center;transition:border-color .3s ease,box-shadow .3s ease}.flow-node:hover{border-color:#0d0d0d59;box-shadow:0 4px 16px #0d0d0d14}.flow-node__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.5rem;background:#0d0d0d12;color:var(--primary)}.flow-node__icon svg{width:1.25rem;height:1.25rem}.flow-node__label{font-family:var(--font-sans);font-size:.875rem;font-weight:600;color:var(--on-surface)}.flow-node__detail{font-family:var(--font-mono);font-size:.6875rem;color:var(--secondary);opacity:.7}.flow-node--input{border-color:#0d0d0d40}.flow-node--output{border-color:var(--primary);background:#0d0d0d0a}.flow-connector{display:flex;align-items:center;width:4rem;flex-shrink:0;gap:.25rem}.flow-connector__line{flex:1;height:0;border-top:1.5px dashed rgba(13,13,13,.25)}.flow-connector__arrow{flex-shrink:0;color:#0d0d0d66}.bento-grid{display:grid;grid-template-columns:1fr;gap:1rem}.bento-card{display:flex;flex-direction:column;padding:1.75rem;border-radius:.75rem;border:1px solid var(--border-subtle);background:var(--card-surface);transition:border-color .3s ease,box-shadow .3s ease}.bento-card:hover{border-color:#0d0d0d33;box-shadow:0 2px 12px #0d0d0d0f}.bento-card--featured{border-left:3px solid rgba(13,13,13,.25)}.bento-card--featured:hover{border-left-color:var(--primary)}.code-preview{border-radius:.75rem;border:1.5px solid rgba(13,13,13,.12);background:#1e293b;overflow:hidden;box-shadow:0 8px 32px #0000001f;transition:box-shadow .4s ease,transform .4s ease}.code-preview:hover{box-shadow:0 16px 48px #0000002e;transform:translateY(-2px)}.code-preview__header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#15202f;border-bottom:1px solid rgba(255,255,255,.06)}.code-preview__dots{display:flex;gap:.375rem}.code-preview__dots span{width:.5rem;height:.5rem;border-radius:50%;background:#ffffff26}.code-preview__filename{font-family:var(--font-mono);font-size:.6875rem;color:#fff6;letter-spacing:.02em}.code-preview__body{padding:1.25rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.7;color:#ffffffb3;overflow-x:auto;margin:0}.code-kw{color:#7dd3fc}.code-str{color:#86efac}.code-num{color:#fbbf24}.config-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.config-feature-list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--secondary)}.config-feature-list li:before{content:"";width:.375rem;height:.375rem;border-radius:50%;background:var(--primary);opacity:.5;flex-shrink:0}.hover-lift{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),border-color .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 36px #0d0d0d14}.icon-hover{transition:transform .3s cubic-bezier(.16,1,.3,1),background .3s ease}.hover-lift:hover .icon-hover,.bento-card:hover .icon-hover{transform:scale(1.08);background:#0d0d0d1f}.cta-container{padding:3rem 2rem;border-radius:1rem;border:1.5px solid rgba(255,255,255,.15);background:#ffffff0d;box-shadow:none;transition:box-shadow .5s ease,border-color .5s ease}.cta-container:hover{box-shadow:0 12px 48px #00000026;border-color:#ffffff40}.btn-primary--lg{padding:.875rem 2.5rem;font-size:.9375rem}.timeline-step.is-visible .timeline-marker{background:var(--primary);color:var(--surface);border-color:var(--primary);transition:background .5s ease,color .5s ease,border-color .5s ease}.timeline-step:before{transition:background .5s ease}.timeline-step.is-visible:before{background:var(--primary);opacity:.2}.metrics-stat{display:flex;flex-direction:column;align-items:center;gap:.375rem}.metrics-stat__number{font-family:var(--font-mono);font-size:2.5rem;font-weight:700;line-height:1;color:var(--primary);letter-spacing:-.03em}.metrics-stat__label{font-size:.8125rem;color:var(--secondary);font-weight:500}.section-label{position:relative;display:inline-block;padding-bottom:.375rem}.section-label:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--primary);opacity:.3;transition:width .6s cubic-bezier(.16,1,.3,1)}.is-visible .section-label:after,.reveal.is-visible .section-label:after,.reveal-left.is-visible .section-label:after,.reveal-right.is-visible .section-label:after{width:100%}.faq-item p{overflow:hidden;max-height:0;opacity:0;transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .3s ease,margin .3s ease,padding .3s ease;margin-top:0;padding-bottom:0}.faq-item[open] p{max-height:20rem;opacity:1;margin-top:.75rem;padding-bottom:.5rem}@media(max-width:639px){.industry-tile-grid{grid-template-columns:1fr!important}.industry-tile{align-items:flex-start!important;padding:1rem!important}#industry-detail{display:none!important}.industry-inline-detail{margin-top:-.375rem;margin-bottom:.875rem;border-radius:.75rem;border:1px solid var(--border-subtle);background:var(--card-surface);overflow:hidden;box-shadow:0 6px 20px #0d0d0d0f}.industry-inline-detail__content{padding:1rem 1rem .875rem}.industry-inline-detail__title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--on-surface)}.industry-inline-detail__desc{margin:0 0 .875rem;font-size:.8125rem;line-height:1.6;color:var(--secondary)}.industry-inline-detail__tags{display:flex;flex-wrap:wrap;gap:.375rem}.industry-inline-detail__tags span{display:inline-block;padding:.25rem .5rem;border-radius:9999px;background:#0d0d0d0f;font-size:.6875rem;font-weight:500;color:var(--primary)}.industry-tile div p:last-child{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}.industry-detail-code-shell{padding:.75rem .875rem!important;overflow:hidden!important}#industry-detail-code{white-space:pre-wrap!important;word-break:break-word;overflow-wrap:anywhere;font-size:.625rem!important;line-height:1.65!important}.trust-flow-diagram{padding:1rem!important;overflow:hidden!important}.trust-flow-track{min-width:0!important;flex-direction:column!important;gap:.35rem!important}.trust-flow-step{width:min(100%,8rem);align-items:center!important;justify-content:center;text-align:center}.trust-flow-connector{max-width:none!important;width:min(100%,8rem)!important;min-height:3rem;gap:.35rem!important;padding-bottom:.2rem}.trust-flow-line{position:relative;width:3px!important;height:1.65rem!important;border-radius:9999px;overflow:visible}.trust-flow-line>div{display:none!important}.trust-flow-line:after{content:"";position:absolute;left:50%;bottom:-.5rem;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--primary);z-index:1}.trust-flow-connector--accent .trust-flow-line:after{border-top-color:var(--cta-primary)}.trust-flow-caption{max-width:8rem;white-space:normal!important;text-align:center!important;font-size:.6875rem!important;margin-top:.15rem}#pillar-tabs{flex-wrap:wrap!important;overflow:visible!important;padding-bottom:0!important}#pillar-tabs.has-overflow{-webkit-mask-image:none;mask-image:none}.pillar-tab{flex:1 1 calc(50% - .25rem);min-width:0;text-align:center;padding:.625rem .875rem!important}.deploy-mode-tab{flex:1 1 calc(50% - .25rem);padding:.625rem 1rem!important}.pillar-showcase,.deploy-showcase{padding:1.25rem!important;gap:1.25rem!important}#pillar-visual,#deploy-visual{min-height:auto!important;padding:1rem!important}#deploy-visual{overflow:visible!important;padding:1.15rem 1rem 1rem!important}.platform-visual{flex-direction:column;gap:.875rem}.platform-visual__stack{flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.platform-visual__divider{position:relative;width:1rem;height:2.2rem;border:0;display:flex;align-items:center;justify-content:center;color:#0d0d0d80}.platform-visual__divider:before{content:"";width:2px;height:1.45rem;border-radius:9999px;background:currentColor}.platform-visual__divider:after{content:"";position:absolute;bottom:.1rem;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid currentColor}.platform-visual__node,.deploy-visual__node{min-width:6.75rem;font-size:.8125rem}.platform-visual__node--gateway,.deploy-visual__node--primary{min-width:8.5rem;font-size:1rem}.platform-list-visual,.platform-meter-visual,.platform-memory-visual{width:100%}.platform-status-card{padding:.8rem .9rem}.platform-doc-stack{width:100%;max-width:13rem;height:9rem}.deploy-visual--stack,.deploy-visual__frame{width:min(100%,16rem);margin-inline:auto}.deploy-visual{gap:.9rem}.deploy-visual__providers,.deploy-visual__cluster{width:100%;gap:.625rem}.deploy-visual__node{min-width:6.2rem;max-width:100%}.deploy-visual__node--primary{min-width:7.8rem}.deploy-visual__node--micro{padding:.35rem .55rem;font-size:.625rem}.deploy-visual__arrow{width:1.3rem;height:2rem;color:#0d0d0ddb}.deploy-visual__arrow:before{width:2.5px;height:1.3rem}.deploy-visual__arrow:after{border-left-width:6px;border-right-width:6px;border-top-width:8px}.deploy-visual__frame{padding:1.4rem .9rem .95rem}.deploy-visual__lock{top:.5rem;right:.5rem;width:1.85rem;height:1.85rem;background:#fff}.deploy-visual__lock svg{width:.9rem;height:.9rem}.deploy-visual__caption{max-width:100%;padding-inline:.5rem;word-break:break-word}.metrics-stat__number{font-size:2rem}.model-result{padding:1.5rem}.model-result__icon{width:4rem;height:4rem}}@media(min-width:640px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.bento-grid{grid-template-columns:repeat(3,1fr)}.bento-card--wide{grid-column:span 2}.bento-card--tall{grid-row:span 2}}@media(max-width:639px){.flow-visualizer{flex-direction:column;gap:0}.flow-connector{width:auto;height:2rem;flex-direction:column;align-items:center;justify-content:center}.flow-connector__line,.flow-connector__arrow{display:none}.flow-connector:after{content:"";display:block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(13,13,13,.35)}.flow-node{min-width:80%}.model-result__inner{grid-template-columns:1fr}.model-result__icon{grid-row:auto}.model-result__tags{grid-column:1}}@media(min-width:768px){.code-annotated{grid-template-columns:1fr 22rem!important;gap:1.5rem!important;align-items:start!important}}.code-line-group:hover>div,.code-line-group.active>div{background:#0d0d0d0f!important}.code-line-group:hover,.code-line-group.active{border-left-color:var(--cta-primary)!important}.code-annotation:hover,.code-annotation.active{opacity:1!important;border-color:var(--border-subtle)!important;background:#0d0d0d08!important}@media(min-width:768px){.ai-config-grid{grid-template-columns:1fr 1fr!important}}@media(min-width:640px){.industry-tile-grid{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:768px){.industry-detail-grid{grid-template-columns:1fr 1fr!important}.industry-detail-grid>div:last-child{border-top:none!important;border-left:1px solid rgba(13,13,13,.06)!important}}@media(min-width:768px){.trust-card-grid{grid-template-columns:repeat(3,1fr)!important}}.industry-tile{min-height:5.25rem}.industry-tile>svg{width:1.375rem!important;height:1.375rem!important}.industry-tile div p:first-child{font-size:.875rem!important}.industry-tile div p:last-child{font-size:.75rem!important;line-height:1.45!important}.trust-flow-track{display:flex;align-items:center;justify-content:center;gap:0;min-width:36rem}.trust-flow-step{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex-shrink:0}.trust-flow-icon{width:3rem!important;height:3rem!important;border-radius:.75rem!important}.trust-flow-icon svg{width:1.45rem!important;height:1.45rem!important}.trust-flow-icon--provider svg{width:1.35rem!important;height:1.35rem!important}.trust-flow-label{font-size:.75rem!important;font-weight:700!important;line-height:1.2}.trust-flow-connector{flex:1;max-width:7rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}.trust-flow-line{position:relative;flex-shrink:0}.trust-flow-caption{font-size:.625rem!important;line-height:1.3;color:var(--secondary)}.trust-card:hover{border-color:var(--primary)!important}.trust-card>div{gap:1.125rem!important}.trust-card>div>div:first-child{width:3rem!important;height:3rem!important;border-radius:.75rem!important}.trust-card>div>div:first-child svg{width:1.45rem!important;height:1.45rem!important}#pillar-visual,#deploy-visual{min-height:13rem!important;padding:1.75rem!important}.platform-visual,.deploy-visual{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;width:100%}.platform-visual--stack,.deploy-visual--stack{flex-direction:column;gap:.625rem}.platform-visual__stack{display:flex;flex-direction:column;gap:.55rem}.platform-visual__node,.deploy-visual__node{display:flex;align-items:center;justify-content:center;min-width:5.25rem;padding:.6rem .9rem;border-radius:.6rem;border:1px solid rgba(13,13,13,.22);background:#fff;box-shadow:0 1px 3px #0d0d0d0a;color:#0d0d0d;font-family:var(--font-sans);font-size:.8rem;font-weight:600;line-height:1.2;text-align:center}.platform-visual__node--gateway,.deploy-visual__node--primary{min-width:7rem;padding:1rem 1.1rem;border-width:2px;font-size:.95rem;font-weight:700}.platform-visual__node--mono,.deploy-visual__node--mono{font-family:var(--font-mono);letter-spacing:.02em}.deploy-visual__node--micro{min-width:auto;padding:.35rem .6rem;font-size:.6875rem;border-radius:.45rem}.platform-visual__meta,.deploy-visual__meta{display:block;margin-top:.35rem;font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.02em;color:#374151b8}.platform-visual__divider{width:2rem;border-top:1.5px dashed rgba(13,13,13,.2);flex-shrink:0}.platform-list-visual,.platform-meter-visual,.platform-memory-visual{display:flex;flex-direction:column;gap:.625rem;width:min(100%,15rem)}.platform-status-card{display:flex;align-items:center;gap:.625rem;padding:.75rem .875rem;border:1px solid rgba(13,13,13,.18);border-radius:.625rem;background:#fff}.platform-status-dot{width:.625rem;height:.625rem;border-radius:9999px;flex-shrink:0}.platform-status-dot--success{background:#22c55e}.platform-status-dot--warning{background:#eab308}.platform-status-dot--info{background:#9a4600}.platform-status-dot--muted{background:#94a3b8e6}.platform-status-card__name{font-size:.8125rem;font-weight:600;color:#0d0d0d}.platform-status-card__meta{margin-left:auto;font-family:var(--font-mono);font-size:.625rem;letter-spacing:.02em;color:#374151b8}.platform-meter__label{margin-bottom:.25rem;font-family:var(--font-mono);font-size:.6875rem;color:var(--secondary)}.platform-meter__track{width:100%;height:.7rem;border-radius:9999px;background:#0d0d0d14;overflow:hidden}.platform-meter__fill{height:100%;border-radius:inherit}.platform-meter__fill--primary{background:#9a4600d9}.platform-meter__fill--secondary{background:#9a46009e}.platform-meter__fill--muted{background:#9a460061}.platform-code-visual{width:min(100%,16rem);border-radius:.75rem;background:#0d0d0d;padding:.9rem 1rem;font-family:var(--font-mono);font-size:.75rem;line-height:1.8;color:#f4f4f4;box-shadow:inset 0 0 0 1px #cdd6f414}.platform-memory-pill{padding:.7rem .875rem;border-radius:.75rem .75rem .75rem .25rem;background:#0d0d0d14;color:var(--on-surface);font-size:.75rem;line-height:1.45}.platform-memory-pill--secondary{background:#0d0d0d0d;color:var(--secondary)}.platform-memory-pill--muted{background:#0d0d0d08;color:var(--secondary)}.platform-memory-pill__scope{display:block;margin-bottom:.2rem;font-family:var(--font-mono);font-size:.625rem;font-weight:600;color:#0d0d0d;letter-spacing:.02em;text-transform:uppercase}.platform-doc-stack{position:relative;width:13rem;height:9.75rem}.platform-doc-card{position:absolute;width:9rem;height:6rem;border-radius:.65rem;border:1px solid rgba(13,13,13,.2);background:#fff;padding:.65rem .75rem;font-size:.75rem;line-height:1.35;color:var(--secondary);box-shadow:0 4px 14px #0d0d0d14}.platform-doc-card strong{display:block;font-size:.8125rem;color:var(--on-surface);margin-bottom:.25rem}.platform-doc-card__meta{color:#0d0d0d73;font-family:var(--font-mono);font-size:.625rem}.platform-doc-card--1{top:0;left:0;transform:rotate(-3deg)}.platform-doc-card--2{top:.9rem;left:1.1rem;transform:rotate(1deg)}.platform-doc-card--3{top:1.8rem;left:2.2rem;border-width:1.5px;border-color:#9a4600}.platform-doc-search{position:absolute;right:0;bottom:0;width:2rem;height:2rem;border-radius:9999px;background:#9a46001a;display:flex;align-items:center;justify-content:center}.platform-doc-search svg{width:1rem;height:1rem}.deploy-visual__arrow{position:relative;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.6rem;font-size:0;line-height:0;color:#0d0d0db8}.deploy-visual__arrow:before{content:"";width:2px;height:1rem;border-radius:9999px;background:currentColor}.deploy-visual__arrow:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid currentColor}.deploy-visual__providers,.deploy-visual__cluster{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.deploy-visual__cloud{width:3rem;height:auto;color:#9a4600;overflow:visible;flex-shrink:0}.deploy-visual__frame{position:relative;padding:1.1rem 1rem .85rem;border:2px dashed rgba(13,13,13,.3);border-radius:.8rem;display:flex;flex-direction:column;align-items:center;gap:.625rem}.deploy-visual__lock{position:absolute;top:-.55rem;right:-.55rem;width:1.5rem;height:1.5rem;border-radius:9999px;border:1.5px solid rgba(13,13,13,.3);background:var(--card-surface);display:flex;align-items:center;justify-content:center}.deploy-visual__lock svg{width:.75rem;height:.75rem}.deploy-visual__caption{font-family:var(--font-mono);font-size:.625rem;line-height:1.4;color:var(--secondary);text-align:center}.model-result{padding:2.125rem}.model-result__icon{width:4.25rem;height:4.25rem}.model-result__icon svg{width:2rem;height:2rem}@keyframes gateway-pulse{0%,to{stroke-opacity:1}50%{stroke-opacity:.4}}.hero-gateway-pulse{animation:gateway-pulse 3s ease-in-out infinite}.pillar-tab,.deploy-mode-tab{transition:border-color .25s ease,color .25s ease,background .25s ease}
