:root{--gc-bg:#f5f7f9;--gc-surface:#fff;--gc-border:#d7dde2;--gc-border2:#e7ebef;--gc-text:#1f2d3d;--gc-subtle:#5b6b7a;--gc-blue:#2a60ff;--gc-blue-weak:#2a60ff1a;--gc-amber:#b45309;--gc-amber-weak:#b453091f;--gc-teal:#0f766e;--gc-teal-weak:#0f766e1f;--gc-action-height:32px;--gc-action-padding-x:12px;--gc-action-font-size:12px;--gc-action-font-weight:600;--gc-action-radius-pill:999px;--gc-action-radius-rect:8px;--gc-chip-height:22px;--gc-chip-padding-x:8px;--gc-chip-font-size:11px;--gc-chip-font-weight:600;--gc-chip-radius:999px}html{overflow-x:clip}.gcShell{background:var(--gc-bg);flex-direction:column;height:100dvh;min-height:100dvh;display:flex;overflow:hidden}.gcPageHeader{border-bottom:1px solid var(--gc-border);background:var(--gc-bg);z-index:10;flex-shrink:0;padding:14px 18px 0}.gcPageTitleRow{border-bottom:none;justify-content:space-between;align-items:flex-start;gap:14px;padding:10px 0 14px;display:flex}.gcPageTitleGroup{flex-wrap:wrap;flex:auto;align-items:baseline;gap:8px 14px;min-width:0;display:flex}.gcPageAbout{flex:none;position:relative}.gcPageAbout__trigger{font:inherit;color:var(--gc-subtle);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.gcPageAbout__trigger:before{content:"▸ ";transition:transform .15s;display:inline-block}.gcPageAbout__trigger[aria-expanded=true]:before{transform:rotate(90deg)}.gcPageAbout__trigger:hover,.gcPageAbout__trigger[aria-expanded=true]{color:var(--gc-blue)}.gcPageAboutPopover{z-index:30;border:1px solid var(--gc-border);background:var(--gc-surface);border-radius:10px;width:min(28rem,100vw - 36px);padding:14px 16px;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 24px #1f2d3d1f}.gcPageAboutPopover.isOpen{display:block}.gcPageAbout__text{color:var(--gc-subtle);text-align:left;margin:0;font-size:12px;line-height:1.55}.gcPageAbout__text code{color:var(--gc-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95em}.gcPageTitle{color:var(--gc-text);margin:0;font-size:22px}.gcPageTitleButton{font-size:inherit;font-weight:inherit;color:inherit}.gcPageTitleEgg{cursor:pointer}button.gcPageTitleButton{font:inherit;text-align:left;background:0 0;border:0;margin:0;padding:0;display:block}button.gcPageTitleButton:focus-visible{outline:2px solid var(--gc-blue);outline-offset:2px;border-radius:4px}.gcPageTitleEgg:hover{animation:6s linear infinite gcPageTitleColorShift;animation-delay:var(--gc-page-title-color-delay,0s)}@keyframes gcPageTitleColorShift{0%{color:#ef4444}12.5%{color:#f97316}25%{color:#eab308}37.5%{color:#22c55e}50%{color:#06b6d4}62.5%{color:#2a60ff}75%{color:#8b5cf6}87.5%{color:#ec4899}to{color:#ef4444}}@media (prefers-reduced-motion:reduce){.gcPageTitleEgg:hover{color:var(--gc-blue);animation:none}}.gcPageTitleEgg__quip{min-width:0;max-width:32rem;color:var(--gc-subtle);white-space:nowrap;text-overflow:ellipsis;flex:auto;margin:0;font-size:12px;font-style:italic;line-height:1.35;overflow:hidden}.gcPageMeta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.gcRoleDownloads{flex:none;align-items:center;gap:10px;display:flex}.gcRoleDownloads.isHidden{display:none}.gcRoleDownloads.isVisible{visibility:visible;opacity:1;pointer-events:auto}.gcVersionPicker{flex:none;align-items:center;gap:10px;display:flex}.gcMetaLabel{color:var(--gc-subtle);font-size:12px}.gcMetaLabelButton{font:inherit;cursor:default;background:0 0;border:none;padding:0}.gcMetaLabelButton:hover,.gcMetaLabelButton:focus-visible{color:var(--gc-subtle);background:0 0;outline:none}.gcHeaderLinks{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gcRoleDownloads .gcHeaderLink:visited,.gcRoleDownloads .gcHeaderLink:active{color:var(--gc-blue);background:#fff}.gcRoleDownloads .gcHeaderLink:visited:hover,.gcRoleDownloads .gcHeaderLink:visited:focus-visible{color:var(--gc-blue);background:var(--gc-blue-weak)}.gcHeaderLink{box-sizing:border-box;height:var(--gc-action-height);padding:0 var(--gc-action-padding-x);border:1px solid var(--gc-border);border-radius:var(--gc-action-radius-pill);color:var(--gc-blue);font-size:var(--gc-action-font-size);font-weight:var(--gc-action-font-weight);white-space:nowrap;background:#fff;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.gcHeaderLink:hover,.gcHeaderLink:focus-visible{background:var(--gc-blue-weak);outline:none;text-decoration:none}a.gcHeaderLink:visited{color:var(--gc-blue);background:#fff}a.gcHeaderLink:visited:hover,a.gcHeaderLink:visited:focus-visible{color:var(--gc-blue);background:var(--gc-blue-weak)}button.gcHeaderLink{cursor:pointer;font-family:inherit;font-size:var(--gc-action-font-size);font-weight:var(--gc-action-font-weight)}button.gcHeaderLink:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.gcContentArea{flex-direction:column;flex:auto;min-height:0;padding:16px 18px;display:flex;overflow:hidden}.gcAlert{background:#fff;border:1px solid #d21c1c66;border-radius:10px;margin-bottom:14px;padding:12px 14px}.gcAlert__title{margin-bottom:4px;font-weight:700}.gcAlert__body{color:#8f1111}.gcSplit{flex:auto;grid-template-rows:minmax(0,1fr);grid-template-columns:520px 1fr;align-items:stretch;gap:16px;min-height:0;display:grid}.gcSplit>.gcCard{min-width:0}.gcCard{background:var(--gc-surface);border:1px solid var(--gc-border);border-radius:10px;min-width:0;overflow:hidden}.gcSplit>.gcCard:first-child,.gcRightCard{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.gcRightCard__sections{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:14px;min-height:0;padding:14px;display:flex;overflow-y:auto}.gcRightCard__section{flex-direction:column;gap:8px;display:flex}.gcSectionLink{align-self:flex-start}.gcCard__toolbar{border-bottom:1px solid var(--gc-border2);flex-shrink:0;padding:12px}.gcToolbarRow{flex-wrap:wrap;align-items:center;gap:10px 12px;display:flex}.gcListViewToggle{box-sizing:border-box;height:var(--gc-action-height);border:1px solid var(--gc-border);border-radius:var(--gc-action-radius-pill);background:#f0f3f6;flex-shrink:0;align-items:stretch;gap:2px;padding:3px;display:inline-flex}.gcListViewToggle__option{min-width:44px;height:100%;padding:0 var(--gc-action-padding-x);border-radius:var(--gc-action-radius-pill);color:#8a97a6;font-size:var(--gc-action-font-size);font-weight:var(--gc-action-font-weight);white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.gcListViewToggle__option:hover:not(:disabled){color:var(--gc-text)}.gcListViewToggle__option[aria-checked=true]{background:var(--gc-surface);color:var(--gc-blue);box-shadow:0 1px 2px #1f2d3d14}.gcListViewToggle__option:disabled{opacity:.55;cursor:not-allowed}.gcDivisionFilterBlock{flex:none;align-items:center;gap:8px;display:flex}.gcDivisionFilterLabel{color:var(--gc-subtle);white-space:nowrap;font-size:12px;font-weight:600}.gcSegmentedControl{box-sizing:border-box;height:var(--gc-action-height);border:1px solid var(--gc-border);border-radius:var(--gc-action-radius-pill);background:#f0f3f6;align-items:stretch;gap:2px;padding:3px;display:inline-flex}.gcSegmentedControl__option{width:var(--gc-action-height);border-radius:var(--gc-action-radius-pill);color:#8a97a6;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;height:100%;padding:0;display:inline-flex}.gcSegmentedControl__option:hover:not(:disabled){color:var(--gc-text)}.gcSegmentedControl__option[aria-checked=true]{background:var(--gc-surface);color:var(--gc-blue);box-shadow:0 1px 2px #1f2d3d14}.gcSegmentedControl__option:disabled{opacity:.55;cursor:not-allowed}.gcSegmentedControl__icon{display:block}.gcSegmentedControl--text .gcSegmentedControl__option{width:auto;min-width:0;height:100%;padding:0 var(--gc-action-padding-x);font-size:var(--gc-action-font-size);font-weight:var(--gc-action-font-weight);white-space:nowrap}.gcVisuallyHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.gcSearchInput{box-sizing:border-box;height:var(--gc-action-height);border:1px solid var(--gc-border);border-radius:6px;flex:1;padding:0 10px;font-size:14px}.gcSelectInput{box-sizing:border-box;height:var(--gc-action-height);border:1px solid var(--gc-border);color:var(--gc-text);background:#fff;border-radius:6px;min-width:9rem;padding:0 10px;font-size:13px}.gcSelectInput:disabled{opacity:.55;cursor:not-allowed}.gcClearButton{box-sizing:border-box;height:var(--gc-action-height);padding:0 var(--gc-action-padding-x);border-radius:var(--gc-action-radius-rect);border:1px solid var(--gc-border);color:var(--gc-text);font-family:inherit;font-size:var(--gc-action-font-size);font-weight:var(--gc-action-font-weight);cursor:pointer;white-space:nowrap;background:#fff;justify-content:center;align-items:center;display:inline-flex}.gcClearButton:hover:not(:disabled){background:#00000008}.gcClearButton:disabled{color:var(--gc-subtle);border-color:var(--gc-border2);cursor:not-allowed;background:#fff}.gcTable__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;overflow:auto}.gcListFooter{border-top:1px solid var(--gc-border2);background:var(--gc-surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.gcListCount{color:var(--gc-subtle);flex:1;min-width:0;margin:0;font-size:12px}.gcTable__body:focus,.gcTr:focus{outline:none}.gcTr:focus-visible{box-shadow:inset 0 0 0 1px var(--gc-border)}.gcTr{border-bottom:1px solid var(--gc-border2);text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:12px}.gcTr:hover{background:#00000008}.gcTr.isActive{background:var(--gc-blue-weak)}.gcTd{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gcMono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.gcEmptyRow{color:var(--gc-subtle);padding:12px;font-size:13px}.gcCard__header{border-bottom:1px solid var(--gc-border2);flex-shrink:0;padding:14px}.gcCard__titleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.gcCard__titleActions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.gcCard__title{color:var(--gc-text);margin:0;font-size:16px;font-weight:800}.gcCard__subtitle{color:var(--gc-subtle);margin-top:8px;font-size:13px}.gcCard__subtitle--hasResource{color:var(--gc-text)}.gcResourceHeader{flex-direction:column;gap:0;display:flex}.gcResourceTypeName{color:var(--gc-text);word-break:break-word;background:0 0;margin:0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:500;line-height:1.35}.gcResourceTypeLine{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.gcResourceTypeLine .gcMenuPath__crumbs,.gcResourceTypeLine .gcMenuPath__empty{color:var(--gc-text);font-size:13px;font-weight:500;line-height:1.35}.gcDivisionBadge,.gcSingletonBadge,.gcDeprecatedBadge,.gcNonExportableBadge,.gcBetaBadge,.gcAttributeHistory__status,.gcAttributeIndexLifecycle__status,.gcProviderEnvVars__status,.gcOrderDialog__cycleTag{box-sizing:border-box;height:var(--gc-chip-height);padding:0 var(--gc-chip-padding-x);border-radius:var(--gc-chip-radius);font-size:var(--gc-chip-font-size);font-weight:var(--gc-chip-font-weight);white-space:nowrap;justify-content:center;align-items:center;line-height:1;display:inline-flex}.gcDivisionBadge{border:1px solid var(--gc-border);background:var(--gc-blue-weak);color:var(--gc-blue);font-weight:700}.gcSingletonBadge{border:1px solid var(--gc-border);background:var(--gc-teal-weak);color:var(--gc-teal);font-weight:700}.gcDeprecatedBadge{border:1px solid var(--gc-border);background:var(--gc-amber-weak);color:var(--gc-amber);font-weight:700}.gcNonExportableBadge{border:1px solid var(--gc-border);color:var(--gc-subtle);background:#64748b1f;font-weight:700}.gcBetaBadge{border:1px solid var(--gc-border);color:#6d28d9;background:#6d28d91f;font-weight:700}.gcMenuPathBlock{border-top:1px solid var(--gc-border2);margin-top:10px;padding-top:10px}.gcResourceMetaRow{border-top:1px solid var(--gc-border2);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-top:10px;padding-top:10px;display:grid}.gcResourceMetaRow--single{grid-template-columns:minmax(0,1fr)}.gcResourceMetaRow__col.gcMenuPathBlock{border-top:none;min-width:0;margin-top:0;padding-top:0}.gcResourceMetaRow__col--end,.gcResourceMetaRow__col--end .gcMenuPath__label,.gcResourceMetaRow__col--end .gcMenuPath__value{text-align:right}.gcResourceMetaRow .gcMenuPath__value{color:var(--gc-text);font-size:13px;font-weight:500;line-height:1.45}.gcResourceMetaRow .gcMenuPath__crumbs,.gcResourceMetaRow .gcMenuPath__crumbs span,.gcResourceMetaRow .gcMenuPath__empty{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}.gcResourceMetaRow .gcMenuPath__sep{font-size:inherit;line-height:inherit}.gcTd--menuPath{white-space:normal;text-overflow:clip;word-break:break-word;color:var(--gc-text);font-size:13px;line-height:1.45;overflow:visible}.gcListMenuPath__type{color:var(--gc-subtle);margin-top:4px;font-size:11px;line-height:1.35;display:block}.gcMenuPath__label{letter-spacing:normal;text-transform:none;color:var(--gc-subtle);margin-bottom:4px;font-size:12px;font-weight:600;line-height:1.4}.gcMenuPath__value{color:var(--gc-text);font-size:13px;line-height:1.5}.gcMenuPath__crumbs{display:inline}.gcMenuPath__sep{color:var(--gc-subtle);margin:0 5px}.gcMenuPath__empty{color:var(--gc-subtle);font-style:italic}.gcDependencyNote{padding:0}.gcDependencyNote__markdown{overflow-x:auto}.gcDependencyNote__body{color:var(--gc-text);font-size:13px;line-height:1.5}.gcDependencyNote__markdown>:first-child{margin-top:0}.gcDependencyNote__markdown>:last-child{margin-bottom:0}.gcDependencyNote__markdown p,.gcDependencyNote__markdown ul,.gcDependencyNote__markdown ol,.gcDependencyNote__markdown blockquote,.gcDependencyNote__markdown pre{margin:0 0 .75em}.gcDependencyNote__markdown h1,.gcDependencyNote__markdown h2,.gcDependencyNote__markdown h3,.gcDependencyNote__markdown h4{margin:0 0 .5em;font-size:14px;font-weight:700}.gcDependencyNote__markdown h2{font-size:16px}.gcDependencyNote__markdown h3{font-size:15px}.gcDependencyNote__markdown h4{color:var(--gc-subtle);font-size:13px}.gcDependencyNote__markdown ul,.gcDependencyNote__markdown ol{padding-left:1.25em}.gcDependencyNote__markdown code{background:#0000000f;border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.gcDependencyNote__markdown pre{border:1px solid var(--gc-border2);background:#00000008;border-radius:8px;padding:10px;overflow-x:auto}.gcDependencyNote__markdown pre code{background:0 0;padding:0}.gcDependencyNote__markdown blockquote{border-left:3px solid var(--gc-border);color:var(--gc-subtle);margin-left:0;padding-left:12px}.gcDependencyNote__markdown a{color:var(--gc-blue)}.gcDependencyNote__markdown hr{border:0;border-top:1px solid var(--gc-border2);margin:1.25em 0}.gcDependencyNote__markdown em{color:var(--gc-subtle);font-style:italic}.gcDependencyNote__markdown table{border-collapse:collapse;width:100%;margin-bottom:.75em;font-size:12px}.gcDependencyNote__markdown th,.gcDependencyNote__markdown td{border:1px solid var(--gc-border2);text-align:left;padding:6px 8px}.gcDetailsGrid{grid-template-columns:1fr 1fr;gap:14px;padding:0;display:grid}.gcExportTemplate{padding:0}.gcExportTemplate__modeToggle{flex-shrink:0}.gcExportTemplate__hint{margin:0 0 10px;font-size:12px;line-height:1.45}.gcExportTemplate__toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.gcExportTemplate__note{margin-top:12px}.gcExportTemplate__note .gcDependencyNote__markdown{font-size:13px}.gcExportTemplate__code{border:1px solid var(--gc-border2);white-space:pre-wrap;word-break:break-word;background:#00000008;border-radius:8px;margin:0;padding:12px;font-size:12px;line-height:1.5;overflow-x:auto}.gcCopyButton{box-sizing:border-box;height:var(--gc-action-height);padding:0 var(--gc-action-padding-x);border:1px solid var(--gc-border);border-radius:var(--gc-action-radius-rect);font-size:var(--gc-action-font-size);font-weight:var(--gc-action-font-weight);color:var(--gc-text);cursor:pointer;white-space:nowrap;background:#fff;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.gcCopyButton:hover:not(:disabled),.gcCopyButton:focus-visible:not(:disabled){background:#00000008;outline:none}.gcCopyButton:disabled{opacity:.5;cursor:not-allowed}.gcPanel{border:1px solid var(--gc-border);background:#fff;border-radius:10px;min-width:0;overflow:hidden}.gcPanel__header{border-bottom:1px solid var(--gc-border2);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.gcPanel__headerStart{align-items:center;gap:8px;min-width:0;display:flex}.gcPanel__title{font-size:13px;font-weight:700}.gcPanel__body{padding:12px}.gcMuted{color:var(--gc-subtle);font-size:13px}.gcDependencyTagList{flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none;display:flex}.gcDependencyTag{margin:0;padding:0}.gcDependencyTag__button{box-sizing:border-box;border:1px solid var(--gc-border);min-height:22px;color:var(--gc-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--gc-action-font-size);cursor:pointer;text-align:left;white-space:normal;word-break:break-word;background:#f0f3f6;border-radius:2px;align-items:center;margin:0;padding:0 6px;font-weight:400;line-height:1.2;display:inline-flex}.gcDependencyTag__button:hover,.gcDependencyTag__button:focus-visible{background:var(--gc-surface);color:var(--gc-blue);outline:none;box-shadow:0 1px 2px #1f2d3d14}.gcDependencyTag__label{display:inline}.gcFooter{border-top:1px solid var(--gc-border);text-align:center;color:var(--gc-subtle);flex-direction:column;gap:2px;padding:10px 18px;font-size:12px;display:flex}.gcFooterDisclaimer,.gcFooterCredit{margin:0;line-height:1.4}.gcFooterLink{color:var(--gc-blue);text-decoration:none}.gcFooterLink:hover,.gcFooterLink:focus-visible{text-underline-offset:2px;outline:none;text-decoration:underline}.gcOrderDialog{background:0 0;border:0;border-radius:10px;padding:0}.gcOrderDialog:modal{flex-direction:column;width:min(920px,100% - 32px);max-width:calc(100% - 32px);max-height:calc(100dvh - 32px);margin-inline:auto;display:flex;position:fixed;inset:16px 0;overflow:hidden}.gcOrderDialog__panel{background:var(--gc-surface);border:1px solid var(--gc-border);border-radius:10px;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden;box-shadow:0 8px 24px #1f2d3d1f}.gcOrderDialog::backdrop{background:#0f172a73}.gcOrderDialog__chrome{background:var(--gc-surface);flex-shrink:0}.gcOrderDialog__header{border-bottom:1px solid var(--gc-border2);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.gcOrderDialog__headerMain{flex:auto;min-width:0}.gcOrderDialog__toolbarEnd{margin-left:auto}.gcOrderDialog__title{color:var(--gc-text);margin:0;font-size:16px;font-weight:800}.gcOrderDialog__subtitle{color:var(--gc-subtle);margin:4px 0 0;font-size:13px;line-height:1.45}.gcOrderDialog__subtitle a{color:var(--gc-blue);text-underline-offset:2px;text-decoration:underline}.gcOrderDialog__subtitle a:hover,.gcOrderDialog__subtitle a:focus-visible{color:var(--gc-blue);outline:none}.gcOrderDialog__close{box-sizing:border-box;width:var(--gc-action-height);height:var(--gc-action-height);border:1px solid var(--gc-border);border-radius:var(--gc-action-radius-pill);color:var(--gc-subtle);cursor:pointer;background:#fff;flex:none;font-size:20px;line-height:1}.gcOrderDialog__close:hover,.gcOrderDialog__close:focus-visible{color:var(--gc-blue);background:var(--gc-blue-weak);outline:none}.gcOrderDialog__notice{background:var(--gc-blue-weak);color:var(--gc-text);border:1px solid #2a60ff40;border-radius:8px;margin:8px 0 0;padding:8px 10px;font-size:13px;line-height:1.45}.gcOrderDialog__toolbar{border-bottom:1px solid var(--gc-border2);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:10px 12px;padding:10px 14px;display:flex}.gcOrderDialog__toolbarMeta{min-width:12rem;color:var(--gc-subtle);text-align:right;white-space:nowrap;flex:auto;margin-left:auto;font-size:12px;line-height:1.35}.gcOrderDialog__toolbar--attributeIndex{flex-wrap:wrap}.gcOrderDialog__toolbar--releaseNotes,.gcOrderDialog__toolbar--creationOrder{align-items:center}.gcOrderDialog__toolbar--releaseNotes .gcOrderDialog__toolbarActions{margin-left:auto}.gcOrderDialog__toolbar--creationOrder .gcOrderDialog__search{flex:12rem;min-width:0}.gcOrderDialog__toolbar--creationOrder .gcOrderDialog__toolbarActions{flex:none;margin-left:auto}.gcOrderDialog__toolbar--creationOrder .gcClearButton--toolbarEnd{margin-left:0}.gcOrderDialog__toolbar--attributeIndex .gcSegmentedControl--text,.gcOrderDialog__toolbar--releaseNotes .gcSegmentedControl--text{flex:none}.gcOrderDialog__intro{flex:auto;min-width:0;margin:0}.gcOrderDialog__toolbar--releaseNotes .gcOrderDialog__intro{flex:12rem}.gcOrderDialog__toolbar--siteUpdates{flex-direction:column;align-items:stretch}.gcOrderDialog__toolbar--siteUpdates .gcOrderDialog__intro{flex:auto;width:100%}.gcOrderDialog__toolbar--siteUpdates .gcOrderDialog__toolbarActions{justify-content:flex-end;width:100%;margin-left:0}.gcOrderDialog__toolbar--siteUpdates .gcVersionPicker{flex:auto;min-width:0;max-width:100%}.gcSelectInput--siteUpdatesEntry{width:100%;min-width:16rem;max-width:20rem}.gcOrderDialog__toolbar--attributeIndex .gcOrderDialog__search{flex:12rem;min-width:0}.gcOrderDialog__toolbar--attributeIndex .gcSelectInput{flex:none}.gcOrderDialog__toolbar--attributeIndex .gcOrderDialog__toolbarActions{flex:none;margin-left:auto}.gcOrderDialog__toolbar--attributeIndex .gcClearButton--toolbarEnd{margin-left:0}.gcOrderDialog__panel>.gcListFooter .gcDivisionFilterBlock{flex-shrink:0}.gcOrderDialog__toolbar--providerEnvVars{flex-wrap:wrap;align-items:center}.gcOrderDialog__toolbar--providerEnvVars .gcOrderDialog__search{flex:14rem;min-width:0}.gcOrderDialog__toolbar--providerEnvVars .gcSelectInput{flex:0 12rem;min-width:10rem}.gcOrderDialog__toolbar--providerEnvVars .gcClearButton--toolbarEnd{margin-left:auto}.gcProviderEnvVars__table{border-collapse:collapse;width:100%;font-size:.875rem}.gcProviderEnvVars__table th,.gcProviderEnvVars__table td{border-bottom:1px solid var(--gux-grey-90,#d8d8d8);text-align:left;vertical-align:top;padding:.55rem .65rem}.gcProviderEnvVars__table th{z-index:1;background:var(--gux-grey-95,#f2f2f2);font-weight:600;position:sticky;top:0}.gcProviderEnvVars__table th:first-child,.gcProviderEnvVars__name{white-space:nowrap;width:1%}.gcProviderEnvVars__name code{white-space:nowrap;font-size:.8125rem}.gcProviderEnvVars__status--template{color:#1f6b2c;background:#e8f4ea}.gcProviderEnvVars__status--cataloged{color:#2f4f6f;background:#eef2f7}.gcProviderEnvVars__status--ignored{color:#666;background:#f3f3f3}.gcAttributeIndexLifecycle__table{border-collapse:separate;border-spacing:0;width:100%;font-size:.875rem}.gcAttributeIndexLifecycle__table--fixed{table-layout:fixed}.gcAttributeIndexLifecycle__tableShell{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.gcAttributeIndexLifecycle__tableHead{background:var(--gc-surface);border-bottom:1px solid var(--gux-grey-90,#d8d8d8);flex-shrink:0;padding:0 14px}.gcAttributeIndexLifecycle__tableHead .gcAttributeIndexLifecycle__table th{border-bottom:0;position:static}.gcAttributeIndexLifecycle__tableBodyScroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:0 14px 14px;overflow:auto}.gcAttributeIndexLifecycle__colVersion{width:6.25rem}.gcAttributeIndexLifecycle__colStatus{width:6.5rem}.gcAttributeIndexLifecycle__colKind{width:7.25rem}.gcAttributeIndexLifecycle__table th,.gcAttributeIndexLifecycle__table td{border-bottom:1px solid var(--gux-grey-90,#d8d8d8);text-align:left;vertical-align:top;padding:.55rem .65rem}.gcAttributeIndexLifecycle__table th{z-index:1;background:var(--gux-grey-95,#f2f2f2);color:var(--gc-text);box-shadow:0 1px 0 var(--gux-grey-90,#d8d8d8);font-weight:600;position:sticky;top:0}.gcAttributeIndexLifecycle__name code{font-size:.8125rem}.gcAttributeIndexLifecycle__version{white-space:nowrap;color:var(--gc-subtle,#666);font-size:.8125rem}.gcAttributeIndexLifecycle__link{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.gcAttributeIndexLifecycle__link:hover code,.gcAttributeIndexLifecycle__link:focus-visible code{text-decoration:underline}.gcAttributeIndexLifecycle__status--added{color:#137333;background:#e6f4ea}.gcAttributeIndexLifecycle__status--removed{color:#c5221f;background:#fce8e6}.gcOrderDialog__toolbarActions{flex:none;align-items:center;gap:12px;margin-left:auto;display:flex}.gcOrderDialog__toolbarActions .gcOrderDialog__toolbarMeta{flex:0 auto;min-width:0;margin-left:0}.gcOrderDialog__search{flex:1;min-width:12rem}.gcOrderDialog__meta{color:var(--gc-subtle);flex-shrink:0;padding:10px 14px 0;font-size:12px}.gcOrderDialog__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:10px 14px 14px;overflow:auto}.gcOrderDialog__tier+.gcOrderDialog__tier{margin-top:16px}.gcOrderDialog__tierHeader{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.gcOrderDialog__tierTitle{color:var(--gc-text);margin:0;font-size:14px;font-weight:700}.gcOrderDialog__tierList{border:1px solid var(--gc-border2);border-radius:10px;margin:0;padding:0;list-style:none;overflow:hidden}.gcOrderDialog__tierItem{border-bottom:1px solid var(--gc-border2);align-items:center;gap:8px;padding:0;display:flex}.gcOrderDialog__tierItem:last-child{border-bottom:0}.gcOrderDialog__typeButton{text-align:left;cursor:pointer;min-width:0;color:var(--gc-text);background:#fff;border:0;flex:1;padding:10px 12px;font-size:12px}.gcOrderDialog__typeButton:hover,.gcOrderDialog__typeButton:focus-visible{background:#00000008;outline:none}.gcOrderDialog__cycleTag{color:var(--gc-blue);background:#2a60ff14;flex:none;margin-right:10px}.gcReleaseChanges__list{margin:0;padding:0;list-style:none}.gcReleaseChanges__item{border-bottom:1px solid var(--gc-border2);padding-bottom:12px}.gcReleaseChanges__item:last-child{border-bottom:0;padding-bottom:0}.gcReleaseChanges__itemHeader{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.gcAttributeHistory__list{flex-direction:column;gap:12px;margin:0;display:flex}.gcAttributeHistory__intro{margin:0 0 10px}.gcAttributeHistory__item{border-bottom:1px solid var(--gc-border2);padding-bottom:12px}.gcAttributeHistory__item:last-child{border-bottom:0;padding-bottom:0}.gcAttributeHistory__itemHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.gcAttributeHistory__attribute{color:var(--gc-text);word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.gcAttributeHistory__meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.gcAttributeHistory__type,.gcAttributeHistory__version,.gcAttributeHistory__introduced{color:var(--gc-subtle);white-space:nowrap;font-size:11px;font-weight:600}.gcAttributeHistory__status{flex:none}.gcAttributeHistory__status--active{color:var(--gc-blue);background:#2a60ff14}.gcAttributeHistory__status--removed{color:#8f1111;background:#d21c1c14}.gcAttributeHistory__summary{color:var(--gc-text);margin:0;font-size:13px;line-height:1.5}.gcAttributeHistory__details{color:var(--gc-subtle);margin-top:8px;font-size:12px}.gcAttributeHistory__details summary{cursor:pointer;color:var(--gc-blue);font-weight:600}.gcAttributeHistory__historyList{margin:8px 0 0;padding-left:1.1em}.gcAttributeHistory__historyList li+li{margin-top:6px}.gcAttributeHistory__historyVersion,.gcAttributeHistory__historyChange{margin-right:6px;font-weight:600}.gcAttributeIndex__list{flex-direction:column;gap:10px;display:flex}.gcAttributeIndex__row{border:1px solid var(--gc-border2);text-align:left;cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;gap:6px;width:100%;padding:12px;display:flex}.gcAttributeIndex__row:hover:not(:disabled),.gcAttributeIndex__row:focus-visible:not(:disabled){background:#00000008;outline:none}.gcAttributeIndex__row.isStatic,.gcAttributeIndex__row:disabled{cursor:default;opacity:.92}.gcAttributeIndex__row.isExportBlockLabel{background:#0066cc0a;border-color:#0066cc59}.gcAttributeHistory__type--exportBlockLabel{color:var(--gc-blue);font-weight:700}.gcAttributeIndex__rowMain{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.gcAttributeIndex__resource{color:var(--gc-blue);word-break:break-word;font-size:12px}.gcAttributeIndex__attribute{color:var(--gc-text);word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.gcAttributeIndex__rowMeta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.gcAttributeIndex__summary{color:var(--gc-text);margin:0;font-size:13px;line-height:1.5}@media (width<=1100px){.gcContentArea{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:block;overflow:auto}.gcSplit{flex:none;grid-template-columns:1fr;min-height:auto}.gcSplit>.gcCard:first-child{height:auto;overflow:visible}.gcTable__body{flex:none;max-height:45vh}.gcRightCard{height:auto;overflow:visible}.gcRightCard__sections{flex:none;overflow:visible}.gcDetailsGrid,.gcResourceMetaRow:not(.gcResourceMetaRow--single){grid-template-columns:1fr}.gcPageTitleRow{align-items:flex-start}.gcPageMeta{justify-content:flex-start}.gcRoleDownloads,.gcVersionPicker{flex:100%}}
