.ds-image-carousel{position:relative;inline-size:100%;font-family:var(--ds-font-family-body);color:var(--ds-text-high-emphasis-on-light);outline:none}.ds-image-carousel:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:calc(var(--ds-focus-ring-width) * -1)}.ds-image-carousel:focus:not(:focus-visible){outline:none}.ds-image-carousel__viewport{position:relative;inline-size:100%;overflow:hidden;border-radius:var(--ds-radius-overlay);background:var(--ds-surface-light-darker)}.ds-image-carousel__track{display:flex;inline-size:100%;block-size:var(--ds-image-carousel-height,280px);transform:translateX(var(--ds-image-carousel-offset,0));transition:transform var(--ds-motion-duration-normal) var(--ds-motion-easing-standard)}.ds-image-carousel__slide{flex:0 0 100%;inline-size:100%;block-size:100%}.ds-image-carousel[data-fit=contain] .ds-image-carousel__slide{display:flex;align-items:center;justify-content:center;padding:var(--ds-space-md)}.ds-image-carousel__image{display:block;inline-size:100%;block-size:100%;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ds-image-carousel[data-fit=contain] .ds-image-carousel__image{inline-size:auto;block-size:auto;max-inline-size:100%;max-block-size:100%;object-fit:contain}.ds-image-carousel__nav{flex-direction:column;-webkit-margin-before:var(--ds-space-xs);margin-block-start:var(--ds-space-xs);-webkit-margin-after:var(--ds-space-md);margin-block-end:var(--ds-space-md)}.ds-image-carousel__dots,.ds-image-carousel__nav{display:flex;align-items:center;gap:var(--ds-space-xs)}.ds-image-carousel__dots{justify-content:center}.ds-image-carousel__dot{inline-size:8px;block-size:8px;padding:0;border:none;border-radius:var(--ds-radius-pill);background:var(--ds-border-low-emphasis-on-light);cursor:pointer;transition:inline-size var(--ds-motion-duration-fast) var(--ds-motion-easing-standard),background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-image-carousel__dot[data-active=true]{inline-size:24px;background:var(--ds-text-high-emphasis-on-light)}.ds-image-carousel__dot:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset)}.ds-image-carousel__pager{display:flex;align-items:center;gap:var(--ds-space-sm)}.ds-image-carousel__arrow{inline-size:36px;block-size:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:var(--ds-focus-ring-width) solid var(--ds-border-low-emphasis-on-light);border-radius:var(--ds-radius-pill);background:transparent;color:var(--ds-icon-enabled-on-light);cursor:pointer;transition:background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard),opacity var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-image-carousel__arrow:hover:not(:disabled){background:var(--ds-surface-light-darker)}.ds-image-carousel__arrow:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset)}.ds-image-carousel__arrow:disabled{color:var(--ds-icon-disabled-on-light);opacity:var(--ds-opacity-disabled);cursor:default}.ds-image-carousel__counter{min-inline-size:var(--ds-space-2xl);font-size:var(--ds-typography-label-sm-font-size);font-weight:var(--ds-font-weight-medium);line-height:var(--ds-typography-label-sm-line-height);color:var(--ds-text-low-emphasis-on-light);text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ds-image-carousel__thumbs{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--ds-space-xs)}.ds-image-carousel__thumb{inline-size:72px;block-size:48px;flex:0 0 72px;padding:0;border:var(--ds-focus-ring-width) solid var(--ds-border-low-emphasis-on-light);border-radius:var(--ds-radius-container);background:var(--ds-surface-light-darker);overflow:hidden;cursor:pointer;opacity:var(--ds-opacity-muted);transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard),opacity var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-image-carousel__thumb[data-active=true]{border-color:var(--ds-focus-border-on-light);opacity:1}.ds-image-carousel__thumb:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset)}.ds-image-carousel__thumb-image{display:block;inline-size:100%;block-size:100%;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (prefers-reduced-motion:reduce){.ds-image-carousel__arrow,.ds-image-carousel__dot,.ds-image-carousel__thumb,.ds-image-carousel__track{transition:none}}.ds-upload{gap:var(--ds-space-xl);inline-size:100%;color:var(--ds-text-high-emphasis-on-light);font-family:var(--ds-font-family-body)}.ds-upload,.ds-upload__header{display:flex;flex-direction:column}.ds-upload__header{gap:var(--ds-space-2xs)}.ds-upload__title{margin:0;font-size:var(--ds-typography-heading-h4-font-size);font-weight:var(--ds-typography-heading-h4-font-weight);line-height:var(--ds-typography-heading-h4-line-height);color:var(--ds-text-high-emphasis-on-light)}.ds-upload__description{margin:0;font-size:var(--ds-typography-body-sm-font-size);line-height:var(--ds-typography-body-sm-line-height);color:var(--ds-text-low-emphasis-on-light)}.ds-upload__zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--ds-space-sm);padding:var(--ds-space-2xl);border:var(--ds-border-width-md,2px) dashed var(--ds-border-low-emphasis-on-light);border-radius:var(--ds-radius-overlay);background:var(--ds-surface-light);cursor:pointer;outline:none;transition:border-color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard),background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-upload__zone[data-drag-over]{border-color:var(--ds-action-enabled);background:var(--ds-selected-highlight)}.ds-upload__zone:focus-visible{border-color:var(--ds-action-enabled);outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset)}.ds-upload__zone-icon{display:inline-flex;align-items:center;justify-content:center;inline-size:var(--ds-space-4xl);block-size:var(--ds-space-4xl);border-radius:var(--ds-radius-container);background:var(--ds-surface-light-darker);color:var(--ds-action-enabled)}.ds-upload__zone-icon .ds-upload__glyph{inline-size:var(--ds-space-2xl);block-size:var(--ds-space-2xl)}.ds-upload__zone-text{display:flex;flex-direction:column;align-items:center;gap:var(--ds-space-2xs);text-align:center}.ds-upload__zone-label{font-size:var(--ds-typography-label-lg-font-size);font-weight:var(--ds-font-weight-medium);line-height:var(--ds-typography-label-lg-line-height);color:var(--ds-text-high-emphasis-on-light)}.ds-upload__zone-hint{font-size:var(--ds-typography-body-xs-font-size);line-height:var(--ds-typography-body-xs-line-height);color:var(--ds-text-low-emphasis-on-light)}.ds-upload__input{display:none}.ds-upload__url{display:flex;flex-direction:column;gap:var(--ds-space-xs)}.ds-upload__url-label{font-size:var(--ds-typography-label-md-font-size);font-weight:var(--ds-font-weight-medium);line-height:var(--ds-typography-label-md-line-height);color:var(--ds-text-high-emphasis-on-light)}.ds-upload__url-row{display:flex;align-items:flex-start;gap:var(--ds-space-xs)}.ds-upload__url-input{flex:1 1 auto;min-inline-size:0}.ds-upload__url-row>.ds-btn{flex:0 0 auto}.ds-upload__queue{display:flex;flex-direction:column;gap:var(--ds-space-sm)}.ds-upload__queue-title{margin:0;font-size:var(--ds-typography-heading-h5-font-size);font-weight:var(--ds-typography-heading-h5-font-weight);line-height:var(--ds-typography-heading-h5-line-height);color:var(--ds-text-high-emphasis-on-light)}.ds-upload__file,.ds-upload__queue-list{display:flex;flex-direction:column;gap:var(--ds-space-xs)}.ds-upload__file{padding:var(--ds-space-sm) var(--ds-space-md);border:var(--ds-border-width-sm,1px) solid var(--ds-border-low-emphasis-on-light);border-radius:var(--ds-radius-container);background:var(--ds-surface-light)}.ds-upload__file[data-status=error]{border-color:var(--ds-surface-border-important)}.ds-upload__file-row{display:flex;align-items:center;gap:var(--ds-space-sm)}.ds-upload__file-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;inline-size:var(--ds-space-3xl);block-size:var(--ds-space-3xl);border-radius:var(--ds-radius-control);background:var(--ds-surface-light-darker);color:var(--ds-action-enabled)}.ds-upload__file-icon .ds-upload__glyph{inline-size:var(--ds-space-xl);block-size:var(--ds-space-xl)}.ds-upload__file[data-status=error] .ds-upload__file-icon{color:var(--ds-status-important)}.ds-upload__file-info{display:flex;flex:1 1 auto;flex-direction:column;min-inline-size:0}.ds-upload__file-name{overflow:hidden;font-size:var(--ds-typography-label-md-font-size);font-weight:var(--ds-font-weight-medium);line-height:var(--ds-typography-label-md-line-height);color:var(--ds-text-high-emphasis-on-light);text-overflow:ellipsis;white-space:nowrap}.ds-upload__file-status{font-size:var(--ds-typography-body-xs-font-size);line-height:var(--ds-typography-body-xs-line-height);color:var(--ds-text-low-emphasis-on-light)}.ds-upload__file[data-status=error] .ds-upload__file-status{color:var(--ds-text-important)}.ds-upload__file-actions{display:flex;flex:0 0 auto;align-items:center;gap:var(--ds-space-2xs)}.ds-upload__icon-btn{display:inline-flex;align-items:center;justify-content:center;inline-size:var(--ds-space-2xl);block-size:var(--ds-space-2xl);padding:0;border:none;border-radius:var(--ds-radius-control);background:none;color:var(--ds-icon-low-emphasis-enabled-on-light);cursor:pointer;transition:color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard),background-color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-upload__icon-btn .ds-upload__glyph{inline-size:var(--ds-space-lg);block-size:var(--ds-space-lg)}.ds-upload__icon-btn:hover{background:var(--ds-surface-highlight);color:var(--ds-icon-hover-on-light)}.ds-upload__icon-btn--danger:hover{color:var(--ds-status-important)}.ds-upload__icon-btn:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset)}.ds-upload__file-progress{inline-size:100%}.ds-upload__file[data-status=complete] .ds-upload__file-progress{--ds-comp-progress-indicator:var(--ds-status-success)}.ds-upload__file[data-status=error] .ds-upload__file-progress{--ds-comp-progress-indicator:var(--ds-status-important)}.ds-upload__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--ds-space-sm)}@media (max-width:28rem){.ds-upload__url-row{flex-direction:column;align-items:stretch}.ds-upload__url-row>.ds-btn{inline-size:100%}}.ds-description-list{display:flex;flex-direction:column;gap:var(--ds-space-md);margin:0;font-family:var(--ds-font-family-body);color:var(--ds-text-high-emphasis-on-light)}.ds-description-list__row{display:grid;grid-template-columns:var(--ds-description-list-term-width,minmax(7rem,max-content)) 1fr;grid-gap:var(--ds-space-xs) var(--ds-space-lg);gap:var(--ds-space-xs) var(--ds-space-lg);align-items:baseline;margin:0}.ds-description-list--stacked .ds-description-list__row{grid-template-columns:1fr;gap:var(--ds-space-2xs)}.ds-description-list__term{margin:0;font-family:var(--ds-typography-label-sm-font-family);font-size:var(--ds-typography-label-sm-font-size);font-weight:var(--ds-typography-label-sm-font-weight);line-height:var(--ds-typography-label-sm-line-height);letter-spacing:var(--ds-typography-label-sm-letter-spacing);color:var(--ds-text-low-emphasis-on-light)}.ds-description-list__desc{margin:0;min-inline-size:0;font-family:var(--ds-typography-body-sm-font-family);font-size:var(--ds-typography-body-sm-font-size);font-weight:var(--ds-typography-body-sm-font-weight);line-height:var(--ds-typography-body-sm-line-height);letter-spacing:var(--ds-typography-body-sm-letter-spacing);color:var(--ds-text-high-emphasis-on-light);overflow-wrap:break-word}.ds-description-list--dividers .ds-description-list__row:not(:last-child){-webkit-padding-after:var(--ds-space-md);padding-block-end:var(--ds-space-md);-webkit-border-after:1px solid var(--ds-border-low-emphasis-on-light);border-block-end:1px solid var(--ds-border-low-emphasis-on-light)}.ds-facet-sidebar{display:flex;flex-direction:column;font-family:var(--ds-font-family-body);color:var(--ds-text-high-emphasis-on-light)}.ds-facet-sidebar__group{padding-block:var(--ds-space-sm)}.ds-facet-sidebar__group:not(:last-child){-webkit-border-after:1px solid var(--ds-border-low-emphasis-on-light);border-block-end:1px solid var(--ds-border-low-emphasis-on-light)}.ds-facet-sidebar__group-heading{margin:0}.ds-facet-sidebar__group-toggle{display:flex;align-items:center;justify-content:space-between;inline-size:100%;gap:var(--ds-space-sm);padding-block:var(--ds-space-2xs);padding-inline:0;border:none;background:transparent;color:var(--ds-text-high-emphasis-on-light);cursor:pointer;font-family:var(--ds-typography-label-md-font-family);font-size:var(--ds-typography-label-md-font-size);font-weight:var(--ds-typography-label-md-font-weight);line-height:var(--ds-typography-label-md-line-height);letter-spacing:var(--ds-typography-label-md-letter-spacing);text-align:start}.ds-facet-sidebar__group-toggle:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset);border-radius:var(--ds-radius-control)}.ds-facet-sidebar__chevron{flex:none;color:var(--ds-icon-low-emphasis-enabled-on-light);transition:transform var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-facet-sidebar__group-toggle[data-collapsed] .ds-facet-sidebar__chevron{transform:rotate(-90deg)}.ds-facet-sidebar__options{display:flex;flex-direction:column;gap:var(--ds-space-sm);-webkit-padding-before:var(--ds-space-sm);padding-block-start:var(--ds-space-sm)}.ds-facet-sidebar__options[hidden]{display:none}.ds-facet-sidebar__options .ds-checkbox{display:flex;inline-size:100%}.ds-facet-sidebar__option,.ds-facet-sidebar__options .ds-checkbox__label{flex:1 1;min-inline-size:0}.ds-facet-sidebar__option{display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-sm)}.ds-facet-sidebar__option-label{min-inline-size:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-facet-sidebar__count{flex:none;font-family:var(--ds-typography-body-sm-font-family);font-size:var(--ds-typography-body-sm-font-size);line-height:var(--ds-typography-body-sm-line-height);color:var(--ds-text-low-emphasis-on-light);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ds-facet-sidebar__show-more{align-self:flex-start;padding:var(--ds-space-2xs) 0;border:none;background:transparent;color:var(--ds-text-action-enabled);cursor:pointer;font-family:var(--ds-typography-label-sm-font-family);font-size:var(--ds-typography-label-sm-font-size);font-weight:var(--ds-typography-label-sm-font-weight);line-height:var(--ds-typography-label-sm-line-height);letter-spacing:var(--ds-typography-label-sm-letter-spacing)}.ds-facet-sidebar__show-more:hover{color:var(--ds-text-action-hover)}.ds-facet-sidebar__show-more:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset);border-radius:var(--ds-radius-control)}.ds-app-header{--_hdr-bg:var(--ds-app-header-bg,var(--ds-surface-light));--_hdr-fg:var(--ds-app-header-fg,var(--ds-text-high-emphasis-on-light));--_hdr-fg-muted:var(--ds-app-header-fg-muted,var(--ds-text-low-emphasis-on-light));--_hdr-accent:var(--ds-app-header-accent,var(--ds-text-action-enabled));--_hdr-hover:var(--ds-app-header-hover,var(--ds-hover-on-light));--_hdr-border:var(--ds-app-header-border,var(--ds-border-low-emphasis-on-light));--_hdr-field-bg:var(--ds-app-header-field-bg,var(--ds-surface-light));--_hdr-field-border:var(--ds-app-header-field-border,var(--ds-border-mid-emphasis-on-light));inline-size:100%;background:var(--_hdr-bg);-webkit-border-after:1px solid var(--_hdr-border);border-block-end:1px solid var(--_hdr-border);color:var(--_hdr-fg);border-radius:var(--ds-comp-radius-app-header,0);font-family:var(--ds-font-family-body)}.ds-app-header[data-sticky]{position:-webkit-sticky;position:sticky;inset-block-start:0;z-index:var(--ds-z-index-sticky,100)}.ds-app-header--light{--_hdr-bg:var(--ds-surface-light);--_hdr-fg:var(--ds-text-high-emphasis-on-light);--_hdr-fg-muted:var(--ds-text-low-emphasis-on-light);--_hdr-accent:var(--ds-text-action-enabled);--_hdr-hover:var(--ds-hover-on-light);--_hdr-border:var(--ds-border-low-emphasis-on-light);--_hdr-field-bg:var(--ds-surface-light);--_hdr-field-border:var(--ds-border-mid-emphasis-on-light)}.ds-app-header--dark{--_hdr-bg:var(--ds-surface-dark);--_hdr-fg:var(--ds-text-high-emphasis-on-dark);--_hdr-fg-muted:var(--ds-text-low-emphasis-on-dark);--_hdr-accent:var(--ds-text-high-emphasis-on-dark);--_hdr-hover:var(--ds-hover-on-dark);--_hdr-border:var(--ds-border-low-emphasis-on-dark);--_hdr-field-bg:hsla(0,0%,100%,.12);--_hdr-field-border:var(--ds-border-mid-emphasis-on-dark)}.ds-app-header--brand{--_hdr-bg:var(--ds-surface-brand);--_hdr-fg:var(--ds-text-on-brand);--_hdr-fg-muted:var(--ds-text-low-emphasis-on-dark);--_hdr-accent:var(--ds-text-on-brand);--_hdr-hover:var(--ds-hover-on-dark);--_hdr-border:var(--ds-border-low-emphasis-on-dark);--_hdr-field-bg:hsla(0,0%,100%,.12);--_hdr-field-border:var(--ds-border-mid-emphasis-on-dark)}.ds-app-header__bar{display:flex;align-items:center;gap:var(--ds-space-md);min-block-size:3.5rem;padding-inline:var(--ds-space-lg);padding-block:var(--ds-space-2xs)}.ds-app-header__zone{display:flex;align-items:center;gap:var(--ds-space-sm);min-inline-size:0}.ds-app-header__zone--start{flex:0 0 auto}.ds-app-header__zone--center{flex:1 1 auto;justify-content:center}.ds-app-header__zone--center .ds-app-header__search{max-inline-size:28rem;min-inline-size:0}.ds-app-header__zone--end{flex:0 1 auto;justify-content:flex-end;-webkit-margin-start:auto;margin-inline-start:auto}.ds-app-header__brand{display:inline-flex;align-items:center;gap:var(--ds-space-xs);min-inline-size:0;border:none;background:none;padding:0;color:inherit;font:inherit;cursor:default}button.ds-app-header__brand{cursor:pointer;border-radius:var(--ds-radius-control)}.ds-app-header__brand-name{font-weight:var(--ds-font-weight-semibold);font-size:var(--ds-typography-label-lg-font-size);white-space:nowrap}.ds-app-header__nav{display:flex;align-items:center;gap:var(--ds-space-2xs);min-inline-size:0}.ds-app-header__nav-link{display:inline-flex;align-items:center;gap:var(--ds-space-2xs);padding-inline:var(--ds-space-sm);padding-block:var(--ds-space-2xs);border:none;background:none;border-radius:var(--ds-radius-control);color:var(--_hdr-fg-muted,var(--ds-text-low-emphasis-on-light));font:inherit;font-size:var(--ds-typography-label-md-font-size);font-weight:var(--ds-font-weight-medium);text-decoration:none;white-space:nowrap;cursor:pointer;transition:background var(--ds-motion-duration-fast) var(--ds-motion-easing-standard),color var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-app-header__nav-link:hover{background:var(--_hdr-hover,var(--ds-hover-on-light));color:var(--_hdr-fg,var(--ds-text-high-emphasis-on-light))}.ds-app-header__nav-link[data-active]{color:var(--_hdr-accent,var(--ds-text-action-enabled));font-weight:var(--ds-font-weight-semibold)}.ds-app-header__nav-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center}.ds-app-header__nav-icon>svg{inline-size:1.125rem;block-size:1.125rem}.ds-app-header__search{inline-size:100%}.ds-app-header .ds-input{background:var(--_hdr-field-bg);border-color:var(--_hdr-field-border)}.ds-app-header .ds-input:hover:not([data-disabled]){border-color:var(--_hdr-fg-muted)}.ds-app-header .ds-input__control{color:var(--_hdr-fg)}.ds-app-header .ds-input__control::placeholder{color:var(--_hdr-fg-muted);opacity:1}.ds-app-header .ds-input-search__clear,.ds-app-header .ds-input__icon{color:var(--_hdr-fg-muted)}.ds-app-header .ds-btn--ghost{--_btn-fg:var(--_hdr-fg)}.ds-app-header .ds-btn--ghost:hover:not(:disabled){--_btn-bg:var(--_hdr-hover)}.ds-app-header__slot{display:inline-flex;align-items:center;gap:var(--ds-space-2xs)}.ds-app-header__anchored{position:relative;display:inline-flex}.ds-app-header__anchored[data-badge]:after{content:"";position:absolute;inset-block-start:.375rem;inset-inline-end:.375rem;inline-size:.5rem;block-size:.5rem;border-radius:var(--ds-radius-pill);background:var(--ds-status-important);box-shadow:0 0 0 2px var(--_hdr-bg,var(--ds-surface-light));pointer-events:none}.ds-app-header__user{display:inline-flex;align-items:center;gap:var(--ds-space-xs);max-inline-size:14rem;min-inline-size:0;padding:var(--ds-space-2xs);border:none;background:none;border-radius:var(--ds-radius-control);color:inherit;font:inherit;cursor:pointer;transition:background var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-app-header__user:hover{background:var(--_hdr-hover,var(--ds-hover-on-light))}.ds-app-header__user-meta{display:flex;flex-direction:column;align-items:flex-start;min-inline-size:0;line-height:1.2}.ds-app-header__user-name{font-size:var(--ds-typography-label-md-font-size);font-weight:var(--ds-font-weight-medium);color:var(--_hdr-fg,var(--ds-text-high-emphasis-on-light));white-space:nowrap}.ds-app-header__user-org{max-inline-size:10rem;font-size:var(--ds-typography-body-xs-font-size,var(--ds-typography-label-sm-font-size));color:var(--_hdr-fg-muted,var(--ds-text-low-emphasis-on-light));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-app-header__menu-toggle{display:none;align-items:center;justify-content:center;inline-size:2.75rem;block-size:2.75rem;border:none;background:none;border-radius:var(--ds-radius-control);color:var(--_hdr-fg,var(--ds-text-high-emphasis-on-light));cursor:pointer}.ds-app-header__menu-toggle:hover{background:var(--_hdr-hover,var(--ds-hover-on-light))}.ds-app-header :is(a,button):focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset)}.ds-app-header__scrim{inset:0;background:var(--ds-surface-scrim)}.ds-app-header__panel,.ds-app-header__scrim{position:fixed;z-index:var(--ds-z-index-overlay,1000)}.ds-app-header__panel{inset-block-start:0;inset-inline:0;display:flex;flex-direction:column;gap:var(--ds-space-md);padding:var(--ds-space-lg);background:var(--ds-surface-light);border-radius:0 0 var(--ds-radius-overlay) var(--ds-radius-overlay);box-shadow:var(--ds-shadow-lg)}.ds-app-header__panel-head{display:flex;align-items:center;justify-content:space-between}.ds-app-header__panel-nav{display:flex;flex-direction:column;gap:var(--ds-space-2xs)}.ds-app-header__panel-nav .ds-app-header__nav-link{padding-block:var(--ds-space-sm);font-size:var(--ds-typography-label-lg-font-size)}.ds-app-header__panel-user{display:inline-flex;align-items:center;gap:var(--ds-space-sm);padding:var(--ds-space-sm);border:1px solid var(--ds-border-low-emphasis-on-light);border-radius:var(--ds-radius-container);background:none;color:inherit;font:inherit;cursor:pointer}@media (max-width:768px){.ds-app-header__menu-toggle{display:inline-flex}.ds-app-header__nav,.ds-app-header__user-meta,.ds-app-header__zone--center{display:none}.ds-app-header__zone--start{gap:var(--ds-space-xs)}}.ds-ai-summary{display:flex;flex-direction:column;gap:var(--ds-space-sm);padding:var(--ds-space-md);border:1px solid var(--_ai-summary-border);border-radius:var(--ds-comp-radius-card);background:var(--_ai-summary-bg);color:var(--ds-text-high-emphasis-on-light);font-family:var(--ds-font-family-body);text-align:start}.ds-ai-summary[data-tone=accent]{--_ai-summary-bg:var(--ds-surface-info);--_ai-summary-border:var(--ds-surface-border-info)}.ds-ai-summary[data-tone=neutral]{--_ai-summary-bg:var(--ds-surface-light);--_ai-summary-border:var(--ds-border-low-emphasis-on-light);-webkit-border-start:2px solid var(--ds-text-action-enabled);border-inline-start:2px solid var(--ds-text-action-enabled)}.ds-ai-summary__header{display:flex;align-items:center;gap:var(--ds-space-sm)}.ds-ai-summary__heading{margin:0;min-inline-size:0;flex:1 1 auto;font-family:var(--ds-font-family-display);font-size:var(--ds-typography-label-lg-font-size);line-height:var(--ds-typography-label-lg-line-height);font-weight:var(--ds-font-weight-semibold);color:var(--ds-text-high-emphasis-on-light)}.ds-ai-summary__icon{display:inline-flex;flex:none;align-items:center;justify-content:center;color:var(--ds-text-action-enabled)}.ds-ai-summary__title{min-inline-size:0}.ds-ai-summary__actions{display:inline-flex;flex:none;align-items:center;gap:var(--ds-space-xs)}.ds-ai-summary__toggle{display:flex;inline-size:100%;align-items:center;gap:var(--ds-space-sm);margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:start;cursor:pointer;border-radius:var(--ds-radius-control)}.ds-ai-summary__toggle:focus-visible{outline:var(--ds-focus-ring-width) solid var(--ds-focus-ring);outline-offset:var(--ds-focus-ring-offset)}.ds-ai-summary__toggle .ds-ai-summary__title{flex:1 1 auto}.ds-ai-summary__chevron-slot{display:inline-flex;flex:none;align-items:center;justify-content:center;color:var(--ds-icon-low-emphasis-enabled-on-light);transition:transform var(--ds-motion-duration-fast) var(--ds-motion-easing-standard)}.ds-ai-summary__chevron-slot[data-expanded=true]{transform:rotate(90deg)}.ds-ai-summary__body{max-inline-size:68ch;color:var(--ds-text-high-emphasis-on-light);font-size:var(--ds-typography-body-md-font-size);line-height:var(--ds-typography-body-md-line-height);text-align:start}.ds-ai-summary__body>:first-child{-webkit-margin-before:0;margin-block-start:0}.ds-ai-summary__body>:last-child{-webkit-margin-after:0;margin-block-end:0}@media (prefers-reduced-motion:reduce){.ds-ai-summary__chevron-slot{transition:none}}.ds-gauge__dial{display:flex;flex-direction:column;gap:var(--ds-space-sm);height:100%;min-height:0;font-family:var(--ds-font-family-body)}.ds-gauge__chart{position:relative;flex:1 1 auto;min-height:0;width:100%}.ds-gauge__placeholder{display:block;width:100%;height:100%}.ds-gauge__readout{position:absolute;left:50%;top:54%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:var(--ds-space-2xs);text-align:center;pointer-events:none}.ds-gauge__value{font-family:var(--ds-typography-display-md-font-family);font-size:var(--ds-typography-display-md-font-size);font-weight:var(--ds-typography-display-md-font-weight);line-height:var(--ds-typography-display-md-line-height);letter-spacing:var(--ds-typography-display-md-letter-spacing)}.ds-gauge__value-label{font-family:var(--ds-typography-label-md-font-family);font-size:var(--ds-typography-label-md-font-size);font-weight:var(--ds-typography-label-md-font-weight);line-height:var(--ds-typography-label-md-line-height);letter-spacing:var(--ds-typography-label-md-letter-spacing)}.ds-gauge__caption{margin:0;text-align:center;color:var(--ds-text-low-emphasis-on-light);font-family:var(--ds-typography-body-sm-font-family);font-weight:var(--ds-typography-body-sm-font-weight)}.ds-gauge__caption,.ds-gauge__data{font-size:var(--ds-typography-body-sm-font-size);line-height:var(--ds-typography-body-sm-line-height)}.ds-gauge__data{width:100%;border-collapse:collapse;font-family:var(--ds-font-family-body)}.ds-gauge__data td,.ds-gauge__data th{padding:var(--ds-space-2xs) var(--ds-space-xs);text-align:left;border-bottom:1px solid var(--ds-border-low-emphasis-on-light)}.ds-gauge__data th{color:var(--ds-text-low-emphasis-on-light);font-weight:var(--ds-font-weight-medium)}.ds-gauge__data td{color:var(--ds-text-high-emphasis-on-light)}.ds-line-chart{font-family:var(--ds-font-family-body)}.ds-line-chart .recharts-cartesian-axis-tick-value{fill:var(--ds-data-viz-tick)}.ds-line-chart .recharts-cartesian-axis-tick-value,.ds-line-chart .recharts-reference-area-text{font-family:var(--ds-typography-label-sm-font-family);font-size:var(--ds-typography-label-sm-font-size)}.ds-line-chart .recharts-reference-area-text{font-weight:var(--ds-font-weight-medium)}.ds-line-chart .recharts-surface{overflow:visible}.ds-line-chart__placeholder{display:block;width:100%;height:100%}.ds-line-chart__data{width:100%;border-collapse:collapse;font-family:var(--ds-typography-body-sm-font-family);font-size:var(--ds-typography-body-sm-font-size);line-height:var(--ds-typography-body-sm-line-height);color:var(--ds-text-high-emphasis-on-light)}.ds-line-chart__data caption{text-align:start}.ds-line-chart__data td,.ds-line-chart__data th{padding:var(--ds-space-2xs) var(--ds-space-sm);text-align:start;border-bottom:1px solid var(--ds-border-low-emphasis-on-light)}.ds-line-chart__data thead th{color:var(--ds-text-low-emphasis-on-light);font-weight:var(--ds-font-weight-semibold)}.ds-line-chart__data tbody th{font-weight:var(--ds-font-weight-medium)}.ds-line-chart__data td{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ds-bar-chart{font-family:var(--ds-font-family-body)}.ds-bar-chart .recharts-surface{overflow:visible}.ds-bar-chart__placeholder{display:block;width:100%;height:100%}.ds-bar-chart .recharts-cartesian-axis-tick-value{font-size:var(--ds-typography-label-sm-font-size)}.ds-bar-chart__table{width:100%;border-collapse:collapse;font-size:var(--ds-typography-body-sm-font-size);color:var(--ds-text-high-emphasis-on-light)}.ds-bar-chart__table td,.ds-bar-chart__table th{padding:var(--ds-space-2xs) var(--ds-space-xs);-webkit-border-after:1px solid var(--ds-border-low-emphasis-on-light);border-block-end:1px solid var(--ds-border-low-emphasis-on-light);text-align:end}.ds-bar-chart__table thead th{color:var(--ds-text-low-emphasis-on-light);font-weight:var(--ds-font-weight-semibold);-webkit-border-after:1px solid var(--ds-border-mid-emphasis-on-light);border-block-end:1px solid var(--ds-border-mid-emphasis-on-light)}.ds-bar-chart__table th[scope=row],.ds-bar-chart__table thead th:first-child{text-align:start}*{box-sizing:border-box}body,html{margin:0;padding:0}body{color:var(--ds-text-high-emphasis-on-light);font-family:var(--ds-font-family-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--ds-surface-light);background-image:radial-gradient(circle,color-mix(in srgb,var(--ds-text-high-emphasis-on-light) 7%,transparent) 1px,transparent 1.5px),radial-gradient(at 0 0,color-mix(in srgb,var(--ds-color-brand-500) 10%,transparent) 0,transparent 42%),radial-gradient(at 100% 0,color-mix(in srgb,var(--ds-color-accent-500) 10%,transparent) 0,transparent 42%);background-size:26px 26px,100% 900px,100% 900px;background-repeat:repeat,no-repeat,no-repeat}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1160px;margin:0 auto;padding-inline:var(--ds-space-xl)}.section{padding-block:clamp(4rem,9vw,7rem);position:relative}.section+.section{border-top:1px solid var(--ds-border-low-emphasis-on-light)}main>section:nth-of-type(2n){background:var(--ds-surface-light-darker)}.eyebrow{font-family:var(--font-mono),ui-monospace,monospace;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ds-text-low-emphasis-on-light)}.head{max-width:46rem;display:flex;flex-direction:column;gap:var(--ds-space-md);margin-bottom:clamp(2.5rem,5vw,4rem)}.head--center{margin-inline:auto;text-align:center;align-items:center}.display{font-family:var(--ds-font-family-display);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin:0}.display--hero{font-size:clamp(2.75rem,6vw,4.75rem);font-weight:600}.display--h2{font-size:clamp(2.25rem,5vw,3.75rem)}.display--muted{color:var(--ds-text-low-emphasis-on-light)}.hl{position:relative;display:inline-block}.hl__fill{position:absolute;inset:-.09em 0;z-index:0;border-radius:1rem;transition:transform var(--ds-motion-duration-fast,.16s) ease}.hl__text{position:relative;z-index:1;padding:.02em .32em;color:var(--ds-color-neutral-900)}.hl__fill--peach{background:#ffe8d6;transform:rotate(-2deg) scale(1.05)}.hl__fill--rose{background:#ffd6d6;transform:rotate(1deg) scale(1.05)}.hl__fill--butter{background:#fcebb6;transform:rotate(-1deg) scale(1.05)}.hl:hover .hl__fill{transform:rotate(0deg) scale(1.05)}.grid{display:grid;grid-gap:var(--ds-space-lg);gap:var(--ds-space-lg)}@media (min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}}.stack{flex-direction:column}.cluster,.stack{display:flex;gap:var(--ds-space-md)}.cluster{flex-wrap:wrap}.btn,.cluster{align-items:center}.btn{display:inline-flex;justify-content:center;gap:var(--ds-space-xs);padding:.8rem 1.5rem;border-radius:var(--ds-radius-full,9999px);font-family:var(--ds-font-family-body);font-weight:600;font-size:1rem;background:var(--ds-color-neutral-900);color:#fff;transition:background var(--ds-motion-duration-fast,.12s) ease}.btn:hover{background:var(--ds-color-neutral-700,#3a3a3a)}.btn:focus-visible{outline:2px solid var(--ds-color-neutral-900);outline-offset:2px}.btn--ghost{background:transparent;color:var(--ds-text-high-emphasis-on-light);border:1px solid var(--ds-border-mid-emphasis-on-light)}.btn--ghost:hover{background:var(--ds-surface-highlight)}[data-theme=dark] .btn:not(.btn--ghost){background:#fff;color:var(--ds-color-neutral-900)}[data-theme=dark] .btn:not(.btn--ghost):hover{background:color-mix(in srgb,#fff 82%,#000)}[data-theme=dark] .btn:focus-visible{outline-color:#fff}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb,var(--ds-surface-light) 78%,transparent);border-bottom:1px solid var(--ds-border-low-emphasis-on-light)}.nav__in{height:4rem;justify-content:space-between}.nav__brand,.nav__in{display:flex;align-items:center}.nav__brand{gap:var(--ds-space-xs);font-family:var(--ds-font-family-display);font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.nav__mark{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,var(--ds-color-brand-400),var(--ds-color-brand-700))}.nav__label{font-family:var(--font-mono),monospace;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ds-text-low-emphasis-on-light);border-left:1px solid var(--ds-border-low-emphasis-on-light);padding-left:var(--ds-space-sm)}.nav__links{display:none;gap:var(--ds-space-lg)}@media (min-width:860px){.nav__links{display:flex}.nav__label{display:inline}}@media (max-width:859px){.nav__label{display:none}}.nav__link{font-family:var(--font-mono),monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ds-text-low-emphasis-on-light)}.nav__link:hover{color:var(--ds-text-high-emphasis-on-light)}.nav__actions{display:flex;align-items:center;gap:var(--ds-space-md)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:9999px;background:transparent;color:var(--ds-text-low-emphasis-on-light);cursor:pointer}.icon-btn:hover{background:var(--ds-surface-highlight);color:var(--ds-text-high-emphasis-on-light)}.icon-btn:focus-visible{outline:2px solid var(--ds-color-brand-500);outline-offset:2px}.hero{padding-block:clamp(5rem,13vw,9rem) clamp(4rem,9vw,7rem);position:relative}.hero__content{max-width:42rem;position:relative;z-index:1}.hero__eyebrow{display:inline-flex;align-items:center;gap:var(--ds-space-xs);font-family:var(--font-mono),ui-monospace,monospace;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ds-text-low-emphasis-on-light)}.hero__eyebrow:before{content:"";width:9px;height:9px;border-radius:3px;background:linear-gradient(135deg,var(--ds-color-brand-400),var(--ds-color-brand-700))}.hero__line{display:block}.hero__nowrap{white-space:nowrap}.hero__line+.hero__line{margin-top:.25rem}@media (min-width:640px){.hero__line+.hero__line{margin-top:.75rem}}.hero__lede{max-width:42rem;color:var(--ds-text-low-emphasis-on-light);font-size:clamp(1.125rem,2vw,1.25rem);font-weight:500;line-height:1.6}.constellation{position:fixed;inset:0;width:100%;height:100%;z-index:-1;pointer-events:none;transition:opacity .2s linear}.chip{display:inline-flex;align-items:center;gap:var(--ds-space-2xs);padding:.4rem .8rem;border-radius:var(--ds-radius-full,9999px);border:1px solid var(--ds-border-low-emphasis-on-light);background:var(--ds-surface-light);font-family:var(--font-mono),monospace;font-size:.8rem;color:var(--ds-text-low-emphasis-on-light)}.chip--brand{border-color:color-mix(in srgb,var(--ds-color-brand-500) 40%,transparent);background:color-mix(in srgb,var(--ds-color-brand-500) 9%,transparent);color:var(--ds-color-brand-500);font-weight:600}.feature-icon{display:inline-flex;width:2.5rem;height:2.5rem;border-radius:12px;background:color-mix(in srgb,var(--ds-color-brand-500) 12%,transparent);color:var(--ds-color-brand-500)}.feature-icon,.gslot{align-items:center;justify-content:center}.gslot{margin-block:clamp(1.5rem,4vw,2.5rem);min-height:clamp(220px,30vw,360px);border:1.5px dashed var(--ds-border-mid-emphasis-on-light);border-radius:var(--ds-radius-lg,.875rem);display:flex}.gslot__label{font-family:var(--font-mono),ui-monospace,monospace;font-size:.72rem;letter-spacing:.14em;color:var(--ds-text-low-emphasis-on-light)}.prose{max-width:46rem;display:flex;flex-direction:column;gap:var(--ds-space-md)}.prose p{margin:0;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.65;color:var(--ds-text-low-emphasis-on-light)}.prose strong{color:var(--ds-text-high-emphasis-on-light)}.pipe{display:grid;grid-gap:var(--ds-space-lg);gap:var(--ds-space-lg);align-items:center}@media (min-width:900px){.pipe{grid-template-columns:auto 1fr auto 1fr auto}}.pipe__node{border:1px solid var(--ds-border-mid-emphasis-on-light);border-radius:var(--ds-radius-lg,.875rem);padding:var(--ds-space-md);background:var(--ds-surface-light);text-align:center}.pipe__node--wiki{border-color:var(--ds-color-brand-500)}.pipe__node--prod{border-color:var(--ds-color-accent-500)}.pipe__arrow{color:var(--ds-color-brand-500);display:flex;align-items:center;justify-content:center}.pipe__surfaces{display:flex;flex-direction:column;gap:var(--ds-space-xs)}.curve{width:100%;height:auto}.curve path.line{fill:none;stroke:var(--ds-color-brand-500);stroke-width:2.5}.curve path.flat{fill:none;stroke:var(--ds-border-mid-emphasis-on-light);stroke-width:2;stroke-dasharray:4 4}.embed{border-radius:var(--ds-radius-lg,.875rem);overflow:hidden;border:1px solid var(--ds-border-low-emphasis-on-light);background:var(--ds-surface-light)}.embed__bar{display:flex;gap:var(--ds-space-xs);padding:var(--ds-space-sm) var(--ds-space-md);border-bottom:1px solid var(--ds-border-low-emphasis-on-light);background:var(--ds-surface-light-darker)}.embed__dot{width:10px;height:10px;border-radius:9999px;background:var(--ds-border-mid-emphasis-on-light)}.embed__frame{width:100%;height:620px;border:0;display:block;background:var(--ds-surface-light)}@media (max-width:640px){.embed__frame{height:440px}}.pl-desktop{display:none}@media (min-width:768px){.pl-desktop{display:block}}.pl-stage{position:relative;container-type:inline-size;aspect-ratio:1200/480;max-width:1020px;margin-inline:auto;margin-block:clamp(1.5rem,4vw,2.75rem)}.pl-svg{position:absolute;inset:0;width:100%;height:100%;color:var(--ds-text-high-emphasis-on-light)}.pl-svg text{font-family:var(--ds-font-family-body)}.pl-svg .pl-mono{font-family:var(--font-mono),ui-monospace,monospace;letter-spacing:.12em;fill:currentColor}.pl-svg .pl-dim{fill:var(--ds-text-low-emphasis-on-light)}.pl-wire{fill:none;stroke:var(--ds-border-mid-emphasis-on-light);stroke-width:2;stroke-linecap:round;stroke-dasharray:620;stroke-dashoffset:620;opacity:0;transition:stroke-dashoffset .6s ease .55s,opacity .15s linear .55s}.pl-stage.is-folded .pl-wire{stroke-dashoffset:0;opacity:1}.pl-arrowFill{fill:var(--ds-border-mid-emphasis-on-light)}.pl-arrowFillFb{fill:var(--ds-color-brand-500)}.pl-zone{fill:color-mix(in srgb,var(--ds-color-brand-500) 4%,transparent);stroke:var(--ds-border-mid-emphasis-on-light);stroke-width:1.5}.pl-feedback{fill:none;stroke:var(--ds-color-brand-500);stroke-width:2;stroke-dasharray:2 7;stroke-linecap:round;opacity:0;transition:opacity .4s linear 1.1s}.pl-stage.is-folded .pl-feedback{opacity:.75}.pl-flow circle,.pl-flowDot{fill:var(--ds-color-brand-500);opacity:.55}.pl-cardBox{fill:var(--ds-surface-light);stroke:var(--ds-border-mid-emphasis-on-light);stroke-width:1.5}.pl-cardBox--prod{stroke:var(--ds-color-accent-500)}.pl-gateBox{fill:none;stroke:var(--ds-color-brand-500);stroke-width:1.5}.pl-card,.pl-gateG{transform-box:fill-box;transform-origin:center;transition:transform var(--ds-motion-duration-normal,.2s) ease}.pl-card.is-lift,.pl-gateG.is-lift{transform:translateY(-2px)}.pl-door{fill:color-mix(in srgb,var(--ds-color-brand-500) 32%,transparent);transform-box:fill-box;transform-origin:center;transition:transform var(--ds-motion-duration-slow,.3s) ease}.pl-gateG.is-open .pl-door--top{transform:translateY(-46%)}.pl-gateG.is-open .pl-door--bottom{transform:translateY(46%)}.pl-stem{stroke:var(--ds-color-brand-500);stroke-width:1.5;stroke-dasharray:2 5;opacity:.6}.pl-src{position:absolute;translate:-50% -50%;display:flex;align-items:center;justify-content:center;border-radius:9999px;padding:0;cursor:pointer;background:#fff;border:1.5px solid #e3e3e6;transition:box-shadow var(--ds-motion-duration-fast,.16s) ease}.pl-src img{width:54%;height:auto}.pl-src.is-active,.pl-src:hover{box-shadow:0 2px 14px rgba(0,0,0,.16)}.pl-src:focus-visible{outline:2px solid var(--ds-color-brand-500);outline-offset:2px}.pl-hit{position:absolute;background:transparent;border:0;padding:0;cursor:pointer;border-radius:18px}.pl-hit--brain{border-radius:38% 42% 40% 44%}.pl-hit:focus-visible{outline:2px solid var(--ds-color-brand-500);outline-offset:3px}.pl-human{position:absolute;translate:-50% -50%;display:flex;align-items:center;justify-content:center;border-radius:9999px;border:0;padding:0;cursor:pointer;background:var(--ds-color-brand-500);color:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-color-brand-500) 22%,transparent);transition:transform var(--ds-motion-duration-fast,.16s) ease,box-shadow var(--ds-motion-duration-fast,.16s) ease}.pl-human svg{width:62%;height:62%}.pl-human.is-active,.pl-human:hover{transform:scale(1.06);box-shadow:0 0 0 5px color-mix(in srgb,var(--ds-color-brand-500) 30%,transparent)}.pl-human:focus-visible{outline:2px solid var(--ds-text-high-emphasis-on-light);outline-offset:2px}.pl-float:not(.is-pinned){pointer-events:none}.pl-float{position:absolute;z-index:30;max-width:320px;background:var(--ds-surface-light);border:1px solid var(--ds-border-mid-emphasis-on-light);border-radius:var(--ds-radius-lg,.875rem);box-shadow:0 12px 32px rgba(0,0,0,.14);padding:var(--ds-space-md);font-size:.95rem;line-height:1.55;color:var(--ds-text-high-emphasis-on-light)}.pl-float--bubble{font-family:var(--font-mono),ui-monospace,monospace;font-size:.85rem;letter-spacing:.01em;padding:.6rem .9rem;border-radius:14px;max-width:320px}.pl-float__tail{position:absolute;width:10px;height:10px;background:var(--ds-surface-light);rotate:45deg}.pl-float__tail[data-side=left]{left:-5.5px;border-left:1px solid var(--ds-border-mid-emphasis-on-light);border-bottom:1px solid var(--ds-border-mid-emphasis-on-light)}.pl-float__tail[data-side=right]{right:-5.5px;border-top:1px solid var(--ds-border-mid-emphasis-on-light);border-right:1px solid var(--ds-border-mid-emphasis-on-light)}.pl-float__tail[data-side=top]{top:-5.5px;border-top:1px solid var(--ds-border-mid-emphasis-on-light);border-left:1px solid var(--ds-border-mid-emphasis-on-light)}.pl-float__tail[data-side=bottom]{bottom:-5.5px;border-bottom:1px solid var(--ds-border-mid-emphasis-on-light);border-right:1px solid var(--ds-border-mid-emphasis-on-light)}.pl-panel__title{margin:0 0 .45rem;font-family:var(--ds-font-family-display);font-weight:700;font-size:1.05rem}.pl-panel__body{margin:0}.pl-panel__body,.pl-panel__meta{color:var(--ds-text-low-emphasis-on-light)}.pl-panel__meta{margin:.55rem 0 0;font-family:var(--font-mono),ui-monospace,monospace;font-size:.75rem;letter-spacing:.04em}.pl-zones{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.pl-zones li{display:flex;gap:.5rem;align-items:baseline;color:var(--ds-text-low-emphasis-on-light)}.pl-zones strong{color:var(--ds-text-high-emphasis-on-light)}.pl-zoneDot{width:9px;height:9px;border-radius:2.5px;rotate:45deg;flex:none}.pl-zoneDot--canon{background:#c7402a}.pl-zoneDot--syn{background:#ffb088}.pl-chat{margin-top:.6rem;padding-top:.6rem;border-top:1px dashed var(--ds-border-low-emphasis-on-light);display:flex;flex-direction:column;gap:.35rem}.pl-chat__msg{margin:0;padding:.45rem .65rem;border-radius:10px;font-size:.85rem;max-width:92%}.pl-chat__msg--you{align-self:flex-end;background:var(--ds-color-neutral-900);color:#fff;border-bottom-right-radius:3px}.pl-chat__msg--agent{align-self:flex-start;background:var(--ds-surface-highlight);border-bottom-left-radius:3px}[data-theme=dark] .pl-chat__msg--you{background:#fff;color:var(--ds-color-neutral-900)}.pl-checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;min-width:280px}.pl-checks li{display:grid;grid-template-columns:auto auto 1fr;grid-gap:.5rem;gap:.5rem;align-items:baseline}.pl-checks code{font-family:var(--font-mono),ui-monospace,monospace;font-size:.85rem;font-weight:600}.pl-check__tick{color:var(--ds-color-success-500,#1a7f4b);font-weight:700}.pl-check__gloss{color:var(--ds-text-low-emphasis-on-light);font-size:.85rem}.pl-mobile{display:flex;flex-direction:column;gap:.55rem;margin-block:1.5rem}@media (min-width:768px){.pl-mobile{display:none}}.pl-mLabel{margin:0;text-align:center;font-family:var(--font-mono),ui-monospace,monospace;font-size:.8rem;letter-spacing:.12em;color:var(--ds-text-low-emphasis-on-light)}.pl-mChips{gap:.6rem;flex-wrap:wrap}.pl-mChip,.pl-mChips{display:flex;justify-content:center}.pl-mChip{width:44px;height:44px;border-radius:9999px;padding:0;cursor:pointer;background:#fff;border:1.5px solid #e3e3e6;align-items:center}.pl-mCard__btn:focus-visible,.pl-mChip:focus-visible{outline:2px solid var(--ds-color-brand-500);outline-offset:2px}.pl-mArrow{text-align:center;color:var(--ds-color-brand-500);font-size:1.05rem;line-height:1}.pl-mCard{border:1px solid var(--ds-border-mid-emphasis-on-light);border-radius:var(--ds-radius-lg,.875rem);background:var(--ds-surface-light)}.pl-mCard--human{border-color:var(--ds-color-brand-500)}.pl-mCard__btn{display:flex;width:100%;align-items:center;gap:.8rem;padding:.8rem 1rem;background:none;border:0;border-radius:inherit;cursor:pointer;text-align:left;color:inherit;font:inherit}.pl-mCard__meta{display:flex;flex-direction:column;flex:1 1;gap:1px}.pl-mCard__title{font-family:var(--ds-font-family-display);font-weight:700}.pl-mCard__sub{font-size:.8rem}.pl-mCard__chev,.pl-mCard__sub{color:var(--ds-text-low-emphasis-on-light)}.pl-mCard__chev{font-size:1.1rem}.pl-mBrain{width:46px;height:auto;flex:none}.pl-mLabel--rail{margin-top:.55rem}.pl-inline{margin:0 1rem .8rem;padding:.8rem;border-radius:10px;background:var(--ds-surface-highlight);font-size:.85rem;line-height:1.5}.pl-inline--bubble{font-family:var(--font-mono),ui-monospace,monospace;font-size:.78rem;text-align:center}.pl-bird{position:absolute;left:34%;top:16%;width:clamp(56px,7cqw,84px);pointer-events:none;z-index:5}.pl-bird svg{width:100%;height:auto;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}.section--brain{border-top:none;background:radial-gradient(circle,rgba(60,50,30,.06) 1px,transparent 1.6px) 0 0 /26px 26px,radial-gradient(130% 120% at 50% -10%,#faf7f0 0,#f1eee5 55%,#eae4d7 100%)}[data-theme=dark] .section--brain{background:radial-gradient(circle,hsla(0,0%,100%,.05) 1px,transparent 1.6px) 0 0 /26px 26px,radial-gradient(130% 120% at 50% -10%,#2a2320 0,#201b18 55%,#17130f 100%)}.brain-note{max-width:48rem;margin:clamp(1.5rem,4vw,2.5rem) auto 0;text-align:center}.brain-note,.head__lede{color:var(--ds-text-low-emphasis-on-light);font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.6}.head__lede{max-width:44rem;margin-inline:auto}.atomic{list-style:none;margin:0;padding:0;display:grid;grid-gap:var(--ds-space-lg);gap:var(--ds-space-lg);grid-template-columns:1fr}@media (min-width:720px){.atomic{grid-template-columns:repeat(5,1fr);align-items:start}}.atomic__step{display:flex;flex-direction:column;gap:var(--ds-space-sm)}.atomic__viz{height:112px;border-radius:var(--ds-radius-lg,.875rem);border:1px solid var(--ds-border-low-emphasis-on-light);background:var(--ds-surface-light);display:flex;align-items:center;justify-content:center;gap:8px;padding:var(--ds-space-md)}.atomic__meta{display:flex;flex-direction:column;gap:3px}.atomic__n{font-family:var(--font-mono),monospace;font-size:.72rem;letter-spacing:.12em;color:var(--ds-text-low-emphasis-on-light)}.atomic__name{font-family:var(--ds-font-family-display);font-size:1.05rem;font-weight:600;letter-spacing:-.01em;margin:0}.atomic__desc{margin:0;font-size:.9rem;line-height:1.5}.atomic__credit,.atomic__desc{color:var(--ds-text-low-emphasis-on-light)}.atomic__credit{margin:clamp(2rem,4vw,3rem) auto 0;max-width:46rem;text-align:center;font-size:.95rem;line-height:1.6}.atomic__credit a{color:var(--ds-color-brand-500);text-decoration:underline;text-underline-offset:2px}.ab{display:block}.ab--dot{width:16px;height:16px;background:color-mix(in srgb,var(--ds-color-brand-500) 65%,#fff)}.ab--dot,.ab--pill{border-radius:9999px}.ab--pill{width:30px;height:14px;background:var(--ds-color-neutral-900)}.ab--sq{width:16px;height:16px;background:color-mix(in srgb,var(--ds-color-accent-500) 55%,#fff)}.ab--bar,.ab--sq{border-radius:4px}.ab--bar{width:34px;height:12px;background:var(--ds-surface-highlight)}.grp{align-items:center;padding:8px 10px}.grp,.org{display:flex;gap:6px;border-radius:10px;border:1px solid var(--ds-border-mid-emphasis-on-light);background:var(--ds-surface-light)}.org{flex-direction:column;width:78px;padding:8px}.org__bar{height:10px;border-radius:3px;background:var(--ds-color-neutral-900)}.org__grp{display:flex;gap:6px}.org__grp span{flex:1 1;height:20px;border-radius:5px;background:var(--ds-surface-highlight)}.wire{display:flex;flex-direction:column;gap:6px;width:78px;padding:8px;border-radius:10px;border:1px dashed var(--ds-border-mid-emphasis-on-light);background:transparent}.wire__head{height:12px;border-radius:3px;background:var(--ds-surface-highlight)}.wire__cols{display:flex;gap:6px}.wire__cols span{flex:1 1;height:34px;border-radius:5px;background:var(--ds-surface-highlight)}.wire--filled{border-style:solid;border-color:var(--ds-border-low-emphasis-on-light)}.wire--filled .wire__head{background:var(--ds-color-brand-500)}.wire--filled .wire__cols span:first-child{background:color-mix(in srgb,var(--ds-color-accent-500) 32%,#fff)}.wire--filled .wire__cols span:last-child{background:color-mix(in srgb,var(--ds-color-brand-500) 24%,#fff)}.tokens{margin-top:clamp(2.5rem,5vw,4rem);padding-top:clamp(2rem,4vw,3rem);border-top:1px solid var(--ds-border-low-emphasis-on-light);display:grid;grid-gap:clamp(1.5rem,3vw,2.5rem);gap:clamp(1.5rem,3vw,2.5rem)}@media (min-width:900px){.tokens{grid-template-columns:5fr 7fr;align-items:start}}.tokens__title{font-family:var(--ds-font-family-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;margin:0 0 var(--ds-space-sm);line-height:1.1}.tokens__desc{margin:0;color:var(--ds-text-low-emphasis-on-light);font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.6}.tokens__desc code{font-family:var(--font-mono),ui-monospace,monospace;font-size:.85em;padding:.1em .4em;border-radius:6px;background:var(--ds-surface-highlight);color:var(--ds-text-high-emphasis-on-light)}.tokens__desc em{font-style:normal;color:var(--ds-color-brand-500);font-weight:600}.tiers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--ds-space-sm);position:relative}.tier{border:1px solid var(--ds-border-low-emphasis-on-light);border-radius:var(--ds-radius-lg,.875rem);background:var(--ds-surface-light);padding:var(--ds-space-md);display:grid;grid-gap:.7rem;gap:.7rem}.tier--semantic{border-color:var(--ds-color-brand-500);box-shadow:0 2px 16px color-mix(in srgb,var(--ds-color-brand-500) 12%,transparent)}.tier__head{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.tier__n{font-family:var(--font-mono),ui-monospace,monospace;font-size:.72rem;color:var(--ds-text-low-emphasis-on-light)}.tier__tier{font-family:var(--ds-font-family-display);font-weight:700;font-size:1.05rem}.tier__gloss{font-size:.85rem;color:var(--ds-text-low-emphasis-on-light)}.tier--semantic .tier__tier{color:var(--ds-color-brand-500)}.tier__chips{display:flex;flex-wrap:wrap;gap:.4rem}.tokchip{font-family:var(--font-mono),ui-monospace,monospace;font-size:.82rem;padding:.28rem .6rem;border-radius:8px;background:var(--ds-surface-highlight);color:var(--ds-text-high-emphasis-on-light);border:1px solid var(--ds-border-low-emphasis-on-light)}.tokchip--primitive{color:var(--ds-text-low-emphasis-on-light)}.tokchip--semantic{background:color-mix(in srgb,var(--ds-color-brand-500) 12%,transparent);border-color:color-mix(in srgb,var(--ds-color-brand-500) 40%,transparent);color:var(--ds-color-brand-500);font-weight:600}.cta__box{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--ds-space-lg);text-align:center}.footer{border-top:1px solid var(--ds-border-low-emphasis-on-light);background:var(--ds-surface-light-darker);padding-block:var(--ds-space-2xl)}.footer__in{display:flex;flex-direction:column;gap:var(--ds-space-md);align-items:center;justify-content:space-between}@media (min-width:640px){.footer__in{flex-direction:row}}.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}.draw path.line{stroke-dasharray:var(--len,1200);stroke-dashoffset:var(--len,1200);transition:stroke-dashoffset 1.4s ease}.draw.is-visible path.line{stroke-dashoffset:0}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.draw path.line{stroke-dashoffset:0;transition:none}.btn,.pl-wire{transition:none}.pl-wire{stroke-dashoffset:0;opacity:1}.pl-feedback{opacity:.75}.pl-card,.pl-door,.pl-feedback,.pl-gateG,.pl-human,.pl-src{transition:none}.pl-card.is-lift,.pl-gateG.is-lift,.pl-human.is-active,.pl-human:hover{transform:none}}