axe-mcp-server 1.2.1-next.c4e5c114 → 1.2.1-next.ca930708

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,6 +116,6 @@
116
116
  --search-field-font-color,var(--field-content-color)
117
117
  )}.SearchField__search-icon{color:var(--search-field-icon-color);margin-left:var(--space-smallest)}.SearchField input::-webkit-search-cancel-button{margin-left:var(--space-smallest)}.SearchField input{border-bottom-left-radius:0;border-top-left-radius:0}.TextEllipsis{display:block!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TextEllipsis:not(.TextEllipsis--multiline):after{content:"";display:block}.TextEllipsis:where([role=button]){text-align:inherit;user-select:inherit}.TextEllipsis--multiline{display:-webkit-box!important;-webkit-box-orient:vertical;white-space:normal}:root{--badge-text-color:var(--gray-90);--badge-background-color:#0000;--badge-border-color:var(--gray-30);--badge-height:var(--button-height);--badge-small-height:1.5rem;--badge-font-size:1rem}.cauldron--theme-dark{--badge-text-color:var(--white);--badge-background-color:var(--accent-medium);--badge-border-color:var(--stroke-dark)}.Badge{align-items:center;background-color:var(--badge-background-color);border:1px solid var(--badge-border-color);border-radius:var(--badge-height);color:var(--badge-text-color);display:inline-flex;font-size:var(--badge-font-size);justify-content:center;min-height:var(--badge-height);padding:0 var(--space-small) 0 var(--space-smaller)}.Badge--small{border-radius:var(--badge-small-height);min-height:var(--badge-small-height)}.Badge__Label{font-weight:var(--font-weight-medium);margin-right:3px}.Badge>.Icon{margin:0 var(--space-half) 0 -4px}:root{--impact-badge-critical-background-color:var(--issue-critical);--impact-badge-critical-border-color:var(--accent-error-disabled);--impact-badge-serious-background-color:var(--issue-serious);--impact-badge-serious-border-color:var(--accent-warning);--impact-badge-moderate-background-color:var(--issue-moderate);--impact-badge-moderate-border-color:#eb94ff;--impact-badge-minor-background-color:var(--issue-minor);--impact-badge-minor-border-color:var(--gray-30);--impact-badge-text-color:var(--gray-90)}.ImpactBadge{--badge-text-color:var(--impact-badge-text-color)}.ImpactBadge--critical{--badge-background-color:var(--impact-badge-critical-background-color);--badge-border-color:var(--impact-badge-critical-border-color)}.ImpactBadge--serious{--badge-background-color:var(--impact-badge-serious-background-color);--badge-border-color:var(--impact-badge-serious-border-color)}.ImpactBadge--moderate{--badge-background-color:var(--impact-badge-moderate-background-color);--badge-border-color:var(--impact-badge-moderate-border-color)}.ImpactBadge--minor{--badge-background-color:var(--impact-badge-minor-background-color);--badge-border-color:var(--impact-badge-minor-border-color)}.Drawer{max-height:var(--drawer-height,100vh);max-width:var(--drawer-width,100vw);position:fixed;transition:transform var(--drawer-animation-timing-function,ease-out) var(--drawer-animation-timing,.25s);z-index:var(--z-index-drawer)}.Drawer--bottom,.Drawer--top{max-height:var(--drawer-height,auto);min-width:100%}.Drawer--left,.Drawer--right{max-width:var(--drawer-width,auto);min-height:var(--drawer-height,100%)}.Drawer--top{top:var(--drawer-top,0);transform:translateY(-100%)}.Drawer--bottom{bottom:var(--drawer-bottom,0);transform:translateY(100%)}.Drawer--left{top:var(--drawer-top,0);transform:translateX(-100%)}.Drawer--right{right:0;top:var(--drawer-top,0);transform:translateX(100%)}.Drawer--open:is(.Drawer--top,.Drawer--bottom){transform:translateX(0)}.Drawer--open:is(.Drawer--left,.Drawer--right){transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Drawer{transition:none!important}}:root{--bottom-sheet-width:40rem;--bottom-sheet-background-color:#fff}.cauldron--theme-dark{--bottom-sheet-background-color:var(--accent-medium);--bottom-sheet-text-color:#fff}.BottomSheet{background-color:var(--bottom-sheet-background-color);border-top-left-radius:var(--space-small);border-top-right-radius:var(--space-small);box-shadow:var(--drop-shadow-overlay);color:var(--bottom-sheet-text-color);margin:0 auto;max-width:var(--bottom-sheet-width);padding:var(--space-large) var(--space-small)}.BottomSheet__title{font-weight:var(--font-weight-medium)}.BottomSheet__header{align-items:center;border-bottom:1px solid var(--gray-30);display:flex;gap:var(--space-small);justify-content:space-between;margin-bottom:var(--space-small);padding-bottom:var(--space-small)}:root{--section-header-description-color:var(--gray-60)}.cauldron--theme-dark{--section-header-description-color:var(--accent-light)}.SectionHeader{container-type:inline-size}.SectionHeader__content{display:grid;grid-template-areas:"heading" "description" "children";grid-template-columns:1fr;word-break:break-word}.SectionHeader__actions{grid-area:children;margin-top:var(--space-small)}.SectionHeader .SectionHeader__content .SectionHeader__description{color:var(--section-header-description-color);font-size:var(--text-size-base);grid-area:description;margin:var(--space-smallest) 0 0 0;max-width:30.5rem;padding:0}.SectionHeader :is(h1,h2,h3,h4,h5,h6){font-size:var(--text-size-heading-2);font-weight:var(--font-weight-medium);margin:0;padding:0}@container (min-width: 48rem){.SectionHeader__content{align-items:start;column-gap:var(--space-smallest);grid-template-areas:"heading children" "description children";grid-template-columns:1fr auto}.SectionHeader__actions{justify-self:end;margin:0}}:root{--page-header-overline-color:var(--gray-60)}.cauldron--theme-dark{--page-header-overline-color:var(--accent-light)}.PageHeader :is(h1,h2,h3,h4,h5,h6){font-size:var(--text-size-heading-1)}.PageHeader__overline{color:var(--page-header-overline-color);font-size:var(--text-size-base);margin:0 0 var(--space-smallest) 0;padding:0;word-break:break-word}:root{--empty-state-border-color:var(--gray-30)}.cauldron--theme-dark{--empty-state-border-color:var(--accent-light)}.EmptyState>:where(h1,h2,h3,h4,h5,h6){font-size:var(--text-size-heading-3);line-height:var(--line-height-heading-3);margin-bottom:0;margin-top:0}.EmptyState>:where(h1,h2,h3,h4,h5,h6)+:where(p){margin-bottom:0;margin-top:.25rem}.EmptyState__primary,.EmptyState__secondary{padding-top:var(--space-small)}.EmptyState__secondary{border-top:1px solid var(--empty-state-border-color);margin-top:var(--space-small)}:root{--action-menu-border-color:var(--gray-30);--action-menu-background-color:#fff}.cauldron--theme-dark{--action-menu-background-color:var(--accent-medium)}.ActionMenu{background-color:var(--action-menu-background-color);border:1px solid var(--action-menu-border-color);border-radius:8px;box-shadow:var(--drop-shadow-overlay);max-height:var(--action-menu-max-height,80vh);max-width:var(--action-menu-max-width,31rem);min-width:var(--action-menu-min-width,10rem);overflow-y:auto;padding:var(--space-smallest) 0;width:var(--action-menu-width);z-index:var(--z-index-listbox)}:where(.cauldron--theme-dark) .ActionMenu .ActionListItem--danger{--action-list-text-color:var(--accent-warning-light);--action-list-item-icon-color:var(--accent-warning-light)}:root{--action-list-background-color:#fff;--action-list-text-color:var(--gray-90);--action-list-group-label-font-size:var(--text-size-base);--action-list-item-hover-background-color:var(--gray-20);--action-list-item-description-color:var(--gray-60);--action-list-item-icon-color:var(--gray-60);--action-list-item-disabled-text-color:var(--gray-40)}.cauldron--theme-dark{--action-list-background-color:var(--accent-medium);--action-list-text-color:#fff;--action-list-item-description-color:var(--accent-light);--action-list-item-icon-color:var(--accent-light);--action-list-item-hover-background-color:var(--accent-dark);--action-list-item-disabled-text-color:#ffffff40}.ActionList,.ActionList:focus,.ActionList:focus:hover,.ActionList:hover{background:none;border:none;box-shadow:none;color:var(--action-list-text-color);margin:0}.ActionList li{list-style-type:none}.ActionMenu>.ActionList{outline:none}.ActionListGroup,.ActionListSeparator{border-bottom:1px solid var(--action-menu-border-color);margin-bottom:var(--space-smallest);padding-bottom:var(--space-smallest)}.ActionList>li:last-child .ActionListGroup{border-bottom:0;margin-bottom:0;padding-bottom:0}.ActionListGroup>li:first-child{font-size:var(--action-list-group-label-font-size);font-weight:var(--font-weight-medium);padding:var(--space-smallest) var(--space-small)}.ActionList:focus{outline:none}:where(.ActionList:focus-within) .ActionListItem--active{box-shadow:inset 0 0 0 2px var(--focus);position:relative;z-index:1}.ActionListItem{padding:var(--space-smallest)}.ActionListItem--danger{--action-list-text-color:var(--accent-error);--action-list-item-icon-color:var(--accent-error);--action-list-item-description-color:var(--action-list-text-color)}:where(.cauldron--theme-dark) .ActionListItem--danger{--action-list-text-color:#fff;--action-list-item-icon-color:#fff}.ActionListItem{--icon-size:1rem;--icon-spacing:1.2rem;align-items:center;border-radius:4px;color:var(--action-list-text-color);cursor:pointer;display:grid;gap:var(--space-half);margin:0 var(--space-smallest)}.ActionListItem:is([aria-disabled=true]){color:var(--action-list-item-disabled-text-color);cursor:not-allowed}.ActionListItem:hover:not([aria-disabled=true]){background-color:var(--action-list-item-hover-background-color)}.ActionListItem__leadingIcon,.ActionListItem__selection,.ActionListItem__trailingIcon{width:var(--icon-spacing)}:where(.ActionListItem:not([aria-disabled=true])) :is(.ActionListItem__selection,.ActionListItem__leadingIcon,.ActionListItem__trailingIcon){color:var(--action-list-item-icon-color)}.ActionListItem:has(>.ActionListItem__selection){grid-template-columns:var(--icon-spacing) auto}:where(.ActionListItem:has(.ActionListItem__description)) :is(.ActionListItem__selection,.ActionListItem__leadingIcon,.ActionListItem__trailingIcon){align-self:start;grid-row:span 2}:is(:where(.ActionListItem:has(>.ActionListItem__leadingIcon):has(>.ActionListItem__description)),:where(.ActionListItem:has(>.ActionListItem__selection))) .ActionListItem__description{grid-column:2}:where(.ActionListItem:has(>.ActionListItem__selection):has(>.ActionListItem__leadingIcon)) .ActionListItem__description{grid-column:3}:where(.ActionListItem:has(>.ActionListItem__trailingIcon):has(>.ActionListItem__description)) .ActionListItem__description{grid-row:2}.ActionListItem:has(>.ActionListItem__leadingIcon){grid-template-columns:var(--icon-spacing) auto}.ActionListItem:has(>.ActionListItem__trailingIcon){grid-template-columns:auto var(--icon-spacing)}.ActionListItem:has(>.ActionListItem__leadingIcon):has(>.ActionListItem__trailingIcon){grid-template-columns:var(--icon-spacing) auto var(--icon-spacing)}.ActionListItem:has(>.ActionListItem__selection):has(>.ActionListItem__leadingIcon){grid-template-columns:var(--icon-spacing) var(--icon-spacing) auto}.ActionListItem:has(>.ActionListItem__selection):has(>.ActionListItem__trailingIcon){grid-template-columns:var(--icon-spacing) auto var(--icon-spacing)}.ActionListItem:has(>.ActionListItem__selection):has(>.ActionListItem__leadingIcon):has(>.ActionListItem__trailingIcon){grid-template-columns:var(--icon-spacing) var(--icon-spacing) auto var(
118
118
  --icon-spacing
119
- )}:where(.ActionListItem:not([aria-checked=true])) .ActionListItem__selection{visibility:hidden}.ActionListItem__description{color:var(--action-list-item-description-color)}:where(.ActionListItem:is([aria-disabled=true])) .ActionListItem__description{color:var(--action-list-item-disabled-text-color)}:root{--expandcollapse-trigger-background-color:#0000;--expandcollapse-trigger-color:var(--gray-90);--expandcollapse-panel-background-color:#0000;--expandcollapse-panel-color:var(--gray-90)}.ExpandCollapse__trigger{align-items:center;background-color:var(--expandcollapse-trigger-background-color);color:var(--expandcollapse-trigger-color);display:flex;font-size:inherit}.fullWidth{width:100%}.ExpandCollapse__trigger-title{flex-grow:1;text-align:left}.ExpandCollapse__panel{color:var(--expandcollapse-panel-color)}.cauldron--theme-dark{--expandcollapse-trigger-color:var(--white);--expandcollapse-panel-color:var(--accent-light)}@media (prefers-reduced-motion:reduce){.ExpandCollapse__panel{animation:none!important}}a.Button--primary,a.Button--secondary,a.Button--thin{font-weight:var(--font-weight-medium)}a.Button--primary,a.Button--secondary{text-decoration:none}a.Button--thin{padding:0 var(--space-small)}.Icon{display:inline-block;vertical-align:middle}.Icon svg{display:block;height:var(--icon-size);width:var(--icon-size)}.Icon__up{transform:scaleY(-1)}.Icon__left{transform:rotate(90deg)}.Icon__right{transform:rotate(-90deg)}:root{--gray-70:#4d4d4d;--accent-secondary:#f2f2f2;--accent-button:#6cdaf2;--tile-background-color:var(--white);--pro-cta-accent:#ffdd75;--ai-gradient:linear-gradient(90deg,var(--focus-light) -130%,var(--accent-primary) 80%);--text-base-font-size:13px;--text-base-color:var(--gray-80);--text-header-color:var(--gray-70);--text-header-dark-color:var(--gray-80);--text-disabled-color:var(--gray-40);--text-accent-color:var(--accent-dark);--text-link-color:var(--accent-primary);--text-red-color:var(--accent-error);--nav-aside-width:325px;--nav-height:48px;--nav-bg-color:var(--accent-medium);--nav-text-color:var(--accent-light);--nav-link-color:var(--accent-dark);--navbar-background-color:#fff;--navbar-border-color:var(--accent-medium);--navbar-text-color:var(--text-base-color);--navbar-text-disabled-color:var(--gray-40);--list-background-color:var(--accent-secondary);--list-shadow-color:#00000026;--list-item-border-color:var(--gray-40);--list-item-text-color:var(--gray-70);--list-item-selected-text-color:var(--text-base-color);--list-item-selected-border-color:var(--accent-primary);--list-item-focus-border-color:var(--gray-40);--list-item-focus-accent-color:var(--gray-80);--record-list-tile-background-color:#fff;--record-list-tile-border-color:var(--gray-40);--record-list-tile-text-color:var(--accent-dark);--record-list-tile-text-accent-color:var(--gray-60);--record-list-v2-bg:var(--white);--record-list-v2-border-color:var(--gray-30);--record-list-v2-text-color:var(--gray-90);--record-list-v2-text-secondary-color:var(--gray-90);--record-list-v2-link-color:var(--accent-primary);--issues-header-background-color:var(--accent-medium);--issues-header-border-color:#182026;--issues-header-text-color:#fff;--header-logo-color:#0077c8;--footer-logo-color:var(--accent-primary);--footer-border-color:var(--gray-20);--icon-needs-review-color:currentColor;--radio-panel-hover-box-shadow:0 0 0 1px var(--button-outline-color-secondary);--splash-panel-box-shadow:0 4px 8px -2px #0000000a,0 2px 4px -2px #33333314;--splash-panel-border-color:var(--gray-30);--splash-panel-main-color:var(--gray-90);--splash-panel-accent-color:var(--accent-primary);--splash-redesign-background-color:var(--background-light);--splash-igt-icon-color:var(--accent-primary);--splash-header-bubbles-bg:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJMYXllcl8xIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjQ0LjUgMjkyLjciPjxzdHlsZT4uc3Qwe29wYWNpdHk6LjE1O2VuYWJsZS1iYWNrZ3JvdW5kOm5ld30uc3QwLC5zdDF7ZmlsbDojNjY2fS5zdDEsLnN0MntlbmFibGUtYmFja2dyb3VuZDpuZXd9LnN0MXtvcGFjaXR5Oi4xfS5zdDJ7b3BhY2l0eTouMjtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLXdpZHRoOjEwO3N0cm9rZS1taXRlcmxpbWl0OjEwfTwvc3R5bGU+PGNpcmNsZSBjeD0iNTQzLjciIGN5PSIyMDAuMiIgcj0iOTEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMDguMiIgY3k9IjE3MC4xIiByPSIxMDcuMiIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjU3My45IiBjeT0iNjkuMyIgcj0iMzIuNSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjE1Ny45IiBjeT0iNTQuMSIgcj0iNDMuNyIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjM0NS45IiBjeT0iMTc4LjkiIHI9IjMxLjUiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMDQuNiIgY3k9IjE4NC4yIiByPSI0MS41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iNTY1LjUiIGN5PSI5Mi4zIiByPSI3Mi41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iMTExLjIiIGN5PSIxMDcuMiIgcj0iMzciIGNsYXNzPSJzdDIiLz48Y2lyY2xlIGN4PSI0MDAuNCIgY3k9IjIxNi44IiByPSIxMC41IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMjg1LjQiIGN5PSIxNzAuMSIgcj0iMTQuMSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjUxMi45IiBjeT0iMTk4LjQiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSI1MzQuNSIgY3k9IjE1LjMiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjYuOSIgY3k9IjIyNSIgcj0iMTguNyIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjQ4NyIgY3k9IjU1LjMiIHI9IjI0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjMuOSIgY3k9IjE5LjgiIHI9IjEzLjYiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIzMDIuNSIgY3k9IjEwLjQiIHI9IjYuOSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjQ5OC44IiBjeT0iMTAuNCIgcj0iNi45IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMTAwLjkiIGN5PSI0OC40IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMTUuNSIgY3k9IjI1MC42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI0OTMuOSIgY3k9IjI0Ny42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI1NDEuNCIgY3k9IjIzMi4zIiByPSI2LjkiIGNsYXNzPSJzdDEiLz48L3N2Zz4=)}.theme-dark{--icon-needs-review-color:var(--accent-warning);--nav-text-color:#fff;--header-logo-color:#fff;--footer-logo-color:#fff;--footer-border-color:#fff;--text-accent-color:#fff;--nav-link-color:#fff;--navbar-background-color:var(--accent-dark);--navbar-border-color:#fff;--navbar-text-color:#fff;--navbar-text-disabled-color:var(--accent-medium);--list-background-color:var(--accent-medium);--list-shadow-color:#0000004d;--list-item-border-color:var(--accent-dark);--list-item-text-color:var(--accent-light);--list-item-selected-text-color:#fff;--list-item-selected-border-color:var(--accent-info);--list-item-focus-border-color:var(--gray-40);--list-item-focus-accent-color:#d5f4f7;--record-list-tile-background-color:var(--accent-dark);--record-list-tile-border-color:var(--accent-dark);--record-list-tile-text-color:#fff;--record-list-tile-text-accent-color:var(--accent-light);--record-list-v2-bg:var(--accent-dark);--record-list-v2-border-color:var(--dark-workspace-color);--record-list-v2-text-color:var(--white);--record-list-v2-text-secondary-color:var(--accent-light);--record-list-v2-link-color:var(--accent-info-light);--issues-header-background-color:#fff;--issues-header-border-color:var(--gray-40);--issues-header-text-color:var(--text-base-color);--ai-gradient:linear-gradient(90deg,var(--focus-light) -130%,var(--accent-info-active) 80%);--splash-panel-border-color:var(--stroke-dark);--splash-panel-main-color:var(--text-color-light);--splash-panel-accent-color:var(--text-color-light);--splash-redesign-background-color:var(--accent-dark);--splash-igt-icon-color:var(--accent-info-light);--splash-header-bubbles-bg:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA2NDQuNTUgMjkyLjY5Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOiNmZmZ9LmNscy0xe29wYWNpdHk6LjE1fS5jbHMtMntvcGFjaXR5Oi4xfS5jbHMtM3tmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEwcHg7b3BhY2l0eTouMn08L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSI1NDMuNzQiIGN5PSIyMDAuMjMiIHI9IjkxLjAzIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMDguMjIiIGN5PSIxNzAuMDgiIHI9IjEwNy4yNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTczLjkxIiBjeT0iNjkuMzEiIHI9IjMyLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjE1Ny44OCIgY3k9IjU0LjEiIHI9IjQzLjY3IiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSIzNDUuODkiIGN5PSIxNzguODUiIHI9IjMxLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIwNC41OSIgY3k9IjE4NC4yMiIgcj0iNDEuNSIgY2xhc3M9ImNscy0zIi8+PGNpcmNsZSBjeD0iNTY1LjUyIiBjeT0iOTIuMjciIHI9IjcyLjUiIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjExMS4yMSIgY3k9IjEwNy4yMiIgcj0iMzciIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjQwMC4zOCIgY3k9IjIxNi43OCIgcj0iMTAuNSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMjg1LjM1IiBjeT0iMTcwLjA4IiByPSIxNC4xNCIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNTEyLjk0IiBjeT0iMTk4LjM3IiByPSIxNC4xNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTM0LjUxIiBjeT0iMTUuMjkiIHI9IjE0LjE0IiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjYuOTIiIGN5PSIyMjQuOTgiIHI9IjE4LjciIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjQ4Ni45OCIgY3k9IjU1LjMzIiByPSIyNC4xIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjMuOTIiIGN5PSIxOS43NyIgcj0iMTMuNjMiIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjMwMi40OCIgY3k9IjEwLjQzIiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI0OTguNzkiIGN5PSIxMC40MyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMTAwLjg5IiBjeT0iNDguNDMiIHI9IjYuOTEiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIxNS40NiIgY3k9IjI1MC41OCIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNDkzLjg5IiBjeT0iMjQ3LjU4IiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI1NDEuNDEiIGN5PSIyMzIuMyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PC9zdmc+);--radio-panel-hover-box-shadow:0 0 0 1px var(--dark-workspace-color),0 0 0 2px var(--accent-light)}.axe-pro{--nav-aside-width:425px}.cauldron--theme-light{--focus:var(--focus-light);--tab-inactive-background-color:var(--gray-20)}:root{--extension-aside-width:31.25rem;--extension-nav-height:4.3125rem}.TopBar--thin{--extension-nav-height:2.6875rem}.extension-panel{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:100vw}.extension-header,.extension-nav{width:var(--extension-aside-width)}.fake-nav{width:100%}.extension-header{display:flex;flex-direction:column;height:calc(100vh - var(--extension-nav-height));overflow-y:auto}.extension-view{border-left:1px solid var(--accent-medium);display:flex;flex:1;flex-direction:column;height:100vh;margin-top:calc(var(--extension-nav-height)*-1);overflow-y:auto;width:calc(100vw - var(--extension-aside-width))}.extension-views{display:flex;flex:1}.extension-views>*{display:flex;min-width:100%}.layout--wide .layout-wide--hidden{display:none}@media (max-width:62.4375rem),(min-height:48rem){.layout-narrow--hidden{display:none}.extension-views{overflow:hidden}.extension-views>*{flex-direction:column}.extension-nav,.fake-nav{overflow:visible}.extension-header,.extension-nav,.extension-view{width:100%}.extension-header{height:unset}.extension-view{border-left:none;height:unset;margin-top:0}}@media (max-height:40rem){.layout--narrow .extension-views{overflow-y:auto}.layout--narrow .extension-views :not(.Combobox__listbox){overflow-y:visible!important}.layout--narrow .extension-views>*{overflow-x:hidden!important}.layout--narrow .extension-view{overflow:visible}}.token.attr-name,.token.builtin,.token.char,.token.function,.token.inserted,.token.selector,.token.string{color:#287f0a}.token.atrule,.token.attr-value,.token.class-name,.token.keyword{color:#147894}.token.boolean,.token.constant,.token.deleted,.token.function-name,.token.number,.token.property,.token.symbol,.token.tag{color:#c92c2c}.token.punctuation{color:#5f6364}:is(.language-css,.style) .token.string{color:#906a46}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#6a657a}@font-face{font-family:FontAwesome;src:url(../../assets/fonts/fontawesome-webfont.woff2)}body{font-size:var(--text-base-font-size)}a{text-decoration:none}body h1{font-size:15px;padding:0}h2{font-size:13px;font-weight:700;margin-top:.5em}h3,h4{font-size:12px;font-weight:400;margin-top:.5em}hr{border:0;border-top:1px solid #ccc;height:1px;margin:0 12px;padding:0}.Code code[class*=language-]{font-family:PT Mono,monospace;font-size:var(--text-size-smallest);line-break:anywhere;text-shadow:none}pre.Code.hljs{border-radius:3px}pre.Code.hljs code{white-space:break-spaces!important}.padded-msg{padding:0 16px}.padded-msg+.padded-msg{margin-top:0}body [tabindex="-1"]:focus{outline-offset:-2px}[data-whatinput=mouse] [tabindex="-1"]:focus{outline:none}#axeDisconnectedOverlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1}#axeDisconnectedOverlay main{align-items:stretch;background-color:#fff;display:flex;flex-direction:column;height:100vh;overflow:auto;padding:1rem;width:100vw}#axeDisconnectedOverlay h1{text-align:center}#axeDisconnectedOverlay .main{color:#000;display:flex;flex-direction:column;text-align:center}#axeDisconnectedOverlay .main ul{align-self:center;text-align:left}#axeDisconnectedOverlay .main>p{margin:0 15px 20px;text-align:left}#axeDisconnectedOverlay .main>svg{height:75px}#axeDisconnectedOverlay .main>svg path{direction:ltr;display:inline;fill:#283640;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;line-height:normal;marker:none;opacity:1;overflow:visible;stroke:none;text-align:start;text-anchor:start;text-decoration:none;text-indent:0;text-transform:none;visibility:visible;word-spacing:normal;writing-mode:lr-tb;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans}body .Checkbox__overlay,body .Radio__overlay{display:flex}body .Toast{top:0}body.layout--wide .Toast{left:0;top:0}.Modal h3{font-size:var(--text-size-small)}body{overflow:hidden}h1,h2,h3,h4{font-weight:400}[role=button],button{background:#0000;color:inherit;font-family:Roboto}.progressbar{--progressbar-border-width:2px;--progressbar-height:5px;background-color:var(--gray-40);box-sizing:border-box;height:var(--progressbar-height);margin-top:var(--progressbar-border-width)}.progressbar .progress{background-color:#a5db75;border:var(--progressbar-border-width) solid var(--accent-dark);box-sizing:border-box;height:calc(var(--progressbar-height) + var(--progressbar-border-width)*2);transform:translateY(calc(var(--progressbar-border-width)*-1))}.progressbar[aria-valuenow="0"] .progress{display:none}.progressbar[aria-valuenow="100"] .progress{background-color:var(--accent-button)}.extension-logo{color:var(--header-logo-color);margin-bottom:-1.4em}.extension-name{font-family:var(--base-font-family);font-size:20px;font-weight:300}.extension-title span{font-size:12px}.extension-info{display:flex;flex:1;flex-direction:column;margin-bottom:.313rem;width:100%}.extension-info .extension-title{margin-left:3rem}.extension-info--thin .extension-title{margin-left:2rem;margin-top:-.094rem}.extension-info--thin{margin-bottom:0}.extension-title em{font-size:var(--text-size-smallest);white-space:nowrap}.extension-title a{padding:0;text-decoration:underline}.extension-title a,.extension-title a:hover{color:var(--nav-link-color)}.extension-name strong{font-weight:400}.TopBar button{padding:0 var(--space-smallest)}.TopBar--thin .extension-name{font-size:var(--text-size-small)}.extension-info--thin .extension-logo{height:32px;margin-bottom:-18px;margin-top:0;width:32px}.TopBar--thin .menuitem--text{display:none}.extension-header{background-color:#fff}.theme-dark .extension-header{background-color:#53636e}.inverted-box--trim{--trim-border-spacing:3px;background-color:var(--accent-dark);color:#fff;padding:calc(var(--space-small) - var(--trim-border-spacing)) var(--space-small);position:relative}.inverted-box--trim:before{top:var(--trim-border-spacing)}.inverted-box--trim:after{bottom:var(--trim-border-spacing)}.inverted-box--trim{background-color:#fff;color:var(--gray-80)}.inverted-box--trim:after,.inverted-box--trim:before{background-color:var(--accent-dark);content:"";display:block;height:3px;left:0;position:absolute;width:100%}.header-topbar{width:100%}.header-topbar .Tablist{display:flex;justify-content:space-evenly;width:100%}.header-topbar .Tab{border-bottom:1px solid var(--tabs-border-color);border-top:none;font-size:var(--text-size-small);width:100%}.extension-header .TabPanel{border-top:none}.cauldron--theme-dark .header-topbar .Tab{border-bottom:none}.header-topbar .Tab--active{border-bottom:none;width:100%}.caret{border-left:3px solid #0000;border-right:3px solid #0000;border-top:5px solid;pointer-events:none}.error-view{align-items:center;display:flex;flex-direction:column;padding:var(--space-gutter)}.error-view h2{font-size:var(--text-size-medium)}.error-view ul{background-color:#fff;border:1px solid var(--gray-40);padding:var(--space-medium) var(--space-largest)}.error-view ul li+li{margin-top:var(--space-smallest)}.theme-dark .error-view ul{background-color:var(--accent-medium);border:1px solid var(--stroke-dark)}.loading-scrim{align-items:center;background:#fffffff2;border:2px solid var(--accent-dark);border-radius:3px;color:var(--text-base-color);display:inline-flex;flex-direction:column;font-size:var(--text-size-normal);left:50%;min-height:200px;min-width:200px;padding:0 1em 1em;position:sticky;top:50%;transform:translate(-50%,-50%)}.menu-item-separator{display:inline-block;margin-left:-.25em;overflow:visible;transform:translateX(calc(var(--space-medium)*-1));width:0}:root{--route-transition-timing-function:cubic-bezier(0.83,0,0.17,1);--route-transition-duration:250ms}@media (prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}.LoaderOverlay{view-transition-name:loader-overlay}::view-transition-old(loader-overlay){display:none}::view-transition-new(loader-overlay){animation:none}.transition--slide-in::view-transition-new(root){animation:slide-left-in var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}.transition--slide-in::view-transition-old(root){animation:slide-left-out var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}@keyframes slide-left-in{0%{opacity:0;transform:translateX(min(25vw,100px))}}@keyframes slide-left-out{to{opacity:0;transform:translateX(calc(min(25vw, 100px)*-1))}}.transition--slide-out::view-transition-new(root){animation:slide-right-in var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}.transition--slide-out::view-transition-old(root){animation:slide-right-out var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}@keyframes slide-right-in{0%{opacity:0;transform:translateX(calc(min(25vw, 100px)*-1))}}@keyframes slide-right-out{to{opacity:0;transform:translateX(min(25vw,100px))}}.TopBar{padding-left:var(--space-small);position:static}.TopBar>ul{flex:initial}.TopBar>ul>li:not(.sign-in-link):not(:last-child){border-left:1px solid var(--top-bar-menuitem-separator);padding:0}.TopBar>ul>li:last-child{border-right:1px solid var(--top-bar-menuitem-separator);padding:0 var(--space-smallest)}.TopBar ul button:not(.Link){align-items:center;display:flex;flex-direction:column;font-size:var(--text-size-smallest);max-width:80px;white-space:normal}.TopBar ul button.Link{color:var(--nav-link-color);font-weight:400;padding:0;text-decoration:underline}.OptionsMenu{width:auto}.OptionsMenu .OptionsMenu__list-item{font-size:var(--text-base-font-size)}.Field__select+.Field__select{margin-top:0}.Field__select .Field__select--wrapper{width:clamp(0px,25rem,100%)}.Dialog.Alert .Dialog__content{line-height:1.4}.Dialog__content .Field{width:100%}.Dialog{z-index:2}.cauldron--theme-dark .Dialog__content{padding:calc(var(--space-small) - 4px) calc(var(--space-small) - 4px)}.Dialog__inner{top:clamp(8px,18vh - 50px,100px)}[role=heading],h1,h2,h3,h4,h5,h6{color:inherit}.Tag{font-size:var(--text-size-smaller);min-height:var(--tag-small-height)}.cauldron--theme-dark{--tab-inactive-background-color:var(--accent-dark);--tab-inactive-text-color:var(--white);--tab-active-background-color:var(--accent-medium);--tabs-active-text-color:var(--accent-light)}body.cauldron--theme-dark,body.cauldron--theme-light{background:var(--white)}.cauldron--theme-dark .Layout{color:var(--text-color-base)}.cauldron--theme-dark.layout--wide .extension-view a.text-overflow-ellipsis:not(.Button--primary){color:var(--record-list-tile-text-accent-color)}@media (min-width:50.0625rem) and (max-height:48.0625rem){.cauldron--theme-dark .extension-view a.text-overflow-ellipsis:not(.Button--primary){color:var(--record-list-tile-text-accent-color)}}.cauldron--theme-dark .element-selector .element-selector-head .element-selector-toggle,.cauldron--theme-dark .panel-wrap .panel-content h2.msg,.cauldron--theme-dark .qa .question h2,.cauldron--theme-dark .selected-elements .head h3{color:var(--gray-90)}.cauldron--theme-dark .qa button.Link{color:var(--accent-primary)}.cauldron--theme-dark .axe-pro-guided-route .Field__label{color:var(--gray-90)}.cauldron--theme-dark .Dialog .Field__required-text{color:var(--white)}.cauldron--theme-light .IconButton{--icon-button-outline-color-error:var(--accent-medium);--icon-button-background-color:var(--accent-medium);--icon-button-icon-color:#fff}.cauldron--theme-light .IconButton:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--accent-medium)}.axe-pro-guided-route{--top-bar-background-color-active:var(--accent-dark);--top-bar-text-color:var(--accent-light)}.axe-pro-guided-route .Link,.axe-pro-guided-route .Link:hover{--link-text-color:#3c7aae}.Tabs{width:auto}.Tabs--horizontal{border-right:0;border-top:0}.Tabs .Tab{border-top:none;flex:1;font-size:var(--text-size-small)}.TabPanel{border:none}.cauldron--theme-light .IconButton.IconButton--secondary{border:1px solid var(--icon-button-border-color-secondary)}.cauldron--theme-light .IconButton.IconButton--secondary:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--accent-medium)}.cauldron--theme-dark .IconButton.IconButton--secondary:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--white)}.cauldron--theme-dark .Checkbox__overlay.Icon--checkbox-checked{color:var(--accent-primary)}.cauldron--theme-dark .Dialog :is(.Checkbox__overlay.Icon--checkbox-checked,.Radio__overlay.Icon--radio-checked){color:currentColor}.cauldron--theme-dark .axe-pro-guided-route :is(.Checkbox__overlay.Icon--checkbox-unchecked,.Radio__overlay.Icon--radio-unchecked){color:var(--gray-90)}.cauldron--theme-dark{--expandcollapse-trigger-color:currentColor}.cauldron--theme-dark .axe-pro-guided-route{--field-error-text-color:#d93251;--error:#d93251}.cauldron--theme-dark .TopBar{border-bottom:1px solid var(--top-bar-border-bottom-color)}.cauldron--theme-dark .extension-view .TabPanel .Field__label,.cauldron--theme-dark .extension-view .TabPanel button.Link{color:unset}.cauldron--theme-dark .Dialog.Alert .Dialog__inner{background-color:var(--accent-dark)}.cauldron--theme-dark .Dialog.Alert .Dialog__header{background-color:var(--accent-medium);border-bottom:none}.cauldron--theme-dark .Dialog.Alert .Dialog__footer{background-color:initial;border-top:none}.cauldron--theme-dark .Dialog.Alert .Dialog__content .Link,.cauldron--theme-dark .Dialog.Alert .Dialog__content .Link:hover{color:currentColor}.Toast ul{margin-left:1.5em}.ProgressBar--thin{border-radius:3px;padding:3px}.ProgressBar--thin .ProgressBar--fill{border-radius:1px;height:var(--space-half);min-width:1px}.theme-dark .Combobox__arrow{color:var(--text-color-light)}.custom-integration-splash-wrap .Notice__content .Link{padding-left:0}.advanced-rules-settings__confidence.Panel{border:none;box-shadow:none;margin-left:1.9rem;padding:0}.ButtonGroup--flex{display:flex;flex-wrap:wrap;gap:var(--space-smallest)}.ButtonGroup--flex :is([class*=Button--]+[class*=Button--]){margin-left:0}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-align__start{align-self:start}.text-uppercase{text-transform:uppercase}.text-center{text-align:center}.text-right{text-align:right}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-overflow-wrap{line-break:anywhere}.full-width{width:100%}.flex-center{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:min-content;width:100%}.space--top{padding-top:var(--space-small)}.hidden{display:none!important}.deque-footer{align-items:center;background-color:var(--navbar-background-color);border-top:1px solid var(--footer-border-color);color:var(--text-accent-color);display:flex;gap:var(--space-smaller);justify-content:space-between;padding:var(--space-medium) 36px}.deque-footer .Link{width:fit-content}.deque-footer .logo{background-color:var(--footer-logo-color);-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJMYXllcl8xXzE1ODkzMDgxNzQyNjgiIHdpZHRoPSI4MiIgaGVpZ2h0PSIyOSIgeD0iMCIgeT0iMCIgb3ZlcmZsb3c9InZpc2libGUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCA1NDcuNyAxOTQuNiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHN0eWxlPi5zdDBfMTU4OTMwODE3NDI2OHtmaWxsOmN1cnJlbnRDb2xvcn08L3N0eWxlPjxwYXRoIGQ9Ik00MTEuNCAxMDAuMWMwIDgtLjMgMTMuNi0uOSAxNi43LS40IDIuNi0xLjMgNS0yLjUgNy4zLTIgMy40LTQuOCA2LjEtOC4yIDgtMy44IDEuOS04IDIuOS0xMi4zIDIuOC04LjIgMC0xMy44LTIuMS0xNy4xLTYuMy0zLjUtNC41LTUuMy0xMi45LTUuMy0yNC43VjQ5LjNoLTIwLjhWMTAzYzAgMTguMyAzLjMgMzEuMiAxMCAzOS40czE3LjkgMTIuNiAzMi45IDEyLjZjNi4yLjEgMTIuNC0xIDE4LjItMy40IDIuMi0xIDQuMi0yLjEgNi4xLTMuNXY0LjNoMjAuOFY0OS4zaC0yMC44ek0xOTggMTE4LjJjLTIuNSA0LjctNi4xIDguNy0xMC41IDExLjYtNSAzLjItMTAuOCA0LjktMTYuOCA0LjgtOSAwLTE2LjItMi43LTIyLjEtOC4zLTQuOS00LjYtOC4xLTEwLjctOS4yLTE3LjNoODQuOHYtNS4zYzAtMTYuNy00LjktMzAuNS0xNC42LTQxLjFzLTIyLjYtMTYuMS0zOC0xNi4xYy0xNS42IDAtMjguNyA1LjItMzguOSAxNS40cy0xNS4yIDIzLjItMTUuMiAzOC43Yy0uMiAxNC40IDUuNCAyOC4yIDE1LjUgMzguMyA5LjkgMTAuNCAyMy43IDE2LjIgMzguMSAxNiAxMC43LjIgMjEuMi0zIDMwLTkuMiA4LjUtNi4xIDE1LjItMTQuOCAxOS45LTI2bC43LTEuNnptLTQ4LjYtNDMuOWM1LjYtNSAxMi4yLTcuNCAyMC4zLTcuNCA4LjggMCAxNS43IDIuMiAyMS4xIDYuOSA0LjMgMy43IDcuNiA5LjEgOS44IDE2aC02MC40YzEuNC02IDQuNi0xMS40IDkuMi0xNS41bTM3MC4yIDQzLjljLTIuNSA0LjctNi4xIDguNy0xMC41IDExLjYtNSAzLjItMTAuOCA0LjktMTYuOCA0LjgtOSAwLTE2LjItMi43LTIyLjEtOC4zLTQuOS00LjYtOC4xLTEwLjctOS4yLTE3LjNoODQuN3YtNS4zYzAtMTYuNy00LjktMzAuNS0xNC42LTQxLjFzLTIyLjYtMTYuMS0zOC0xNi4xYy0xNS42IDAtMjguNyA1LjItMzguOSAxNS40UzQzOSA4NS4yIDQzOSAxMDAuN2MtLjIgMTQuNCA1LjQgMjguMiAxNS41IDM4LjMgOS45IDEwLjQgMjMuNyAxNi4yIDM4LjEgMTYgMTAuNy4yIDIxLjItMyAzMC05LjIgOC41LTYuMSAxNS4yLTE0LjggMTkuOS0yNmwuNy0xLjZ6TTQ3MSA3NC4zYzUuNi01IDEyLjItNy40IDIwLjMtNy40IDguOCAwIDE1LjcgMi4yIDIxLjEgNi45IDQuMyAzLjggNy42IDkuMSA5LjggMTZoLTYwLjRjMS40LTYgNC42LTExLjQgOS4yLTE1LjUiIGNsYXNzPSJzdDBfMTU4OTMwODE3NDI2OCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+PGNpcmNsZSBjeD0iNTMiIGN5PSIxMDEuNyIgcj0iMTkuNCIgY2xhc3M9InN0MF8xNTg5MzA4MTc0MjY4IiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz48cGF0aCBkPSJNMTA4LjUgMTAwLjhWMEg4MnY1NC43Yy0yNS43LTE1LjQtNTkuMS03LTc0LjUgMTguN3MtNyA1OS4xIDE4LjcgNzQuNWMxMi44IDcuNyAyOC4xIDkuNyA0Mi41IDUuNy4yIDAgLjMtLjEuNS0uMVYxMzJjLS45LjctMS44IDEuMy0yLjggMS43LTQuMyAxLjktOC45IDIuOC0xMy42IDIuOC05LjIuMi0xOC0zLjQtMjQuMy0xMC02LjQtNi42LTkuOS0xNS40LTkuNy0yNC42cTAtMTQuODUgOS45LTI0LjljOS45LTEwLjA1IDE0LjktMTAgMjQuOC0xMCA1IDAgMTUuMSAxLjMgMjEuMyA2LjIgNS43IDQuNSAxMS44IDExLjEgMTEuNiAyOC40LS4xIDUuMSAwIDI4LjEuMSA0My40LjktLjYgMS44LTEuNCAyLjYtMi4xIDExLjktMTAgMTguOS0yNC41IDE5LjMtNDB2LTEuNGMwLS4yLjEtLjUuMS0uN00zMzYuOSAxOTB2LTE1LjVjLS4xLTIzLjEtLjMtNjQuOS0uMi03My42LjMtMjYuOC05LjItMzctMTgtNDQtOS42LTcuNi0yNS4zLTkuNy0zMy4xLTkuNy0xNS4zIDAtMjguMiA1LjItMzguNCAxNS42LTEwLjIgMTAuMy0xNS40IDIzLjMtMTUuNCAzOC42IDAgMTUgNS4xIDI3LjkgMTUgMzguMiAxMCAxMC4zIDIyLjcgMTUuNiAzNy43IDE1LjYgNy4zLjIgMTQuNS0xLjMgMjEuMS00LjIgMy42LTEuNyA2LjctNC4yIDkuMS03LjR2NDkuMUgzMzd6bS01Mi42LTU1LjZjLTE4LjEgMC0zMi43LTE1LTMyLjctMzMuNXMxNC42LTMzLjUgMzIuNy0zMy41IDMyLjcgMTUgMzIuNyAzMy41LTE0LjcgMzMuNS0zMi43IDMzLjUiIGNsYXNzPSJzdDBfMTU4OTMwODE3NDI2OCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+PC9nPjwvc3ZnPg==)}.legal,.powered-by{display:flex;flex-direction:column}.legal{text-align:right}.legal a,.legal a:hover{color:var(--text-accent-color);text-decoration:underline}.theme-dark .deque-footer .legal a{color:#fff}@media (max-width:25rem){.deque-footer{padding:var(--space-medium) var(--space-small)}}@media (max-height:400px) and (max-width:800px){#container>.axe-pro-guided-route{margin-top:0}}.panel-wrap,body,html{height:100vh}.panel-wrap{display:flex;flex-direction:column;margin:0;text-align:center}.panel-wrap.Layout{bottom:auto;font-size:15px;left:auto;overflow-x:auto;overflow-y:auto;padding:0;position:relative;right:auto;top:auto;z-index:0}.panel-wrap .panel-content{background:var(--tile-background-color);flex:1 1 auto;overflow-y:auto;position:relative;scroll-padding-bottom:60px;scroll-padding-top:60px}@media screen and (min-width:840px){.panel-wrap .panel-content{display:flex;flex-direction:column}.panel-wrap .panel-content:has(.split-scroll){overflow-y:hidden}}.panel-wrap .panel-content .sect{background:var(--tile-background-color);border-bottom:4px solid var(--top-bar-background-color-active);font-size:15px;padding:var(--space-small)}.panel-wrap .panel-content .sect:has(.off-white-bg){background-color:var(--background-light)}.panel-wrap .panel-content .sect.question--no-border{border-bottom:none}.panel-wrap .panel-content .sect ul{margin-left:1.5em;text-align:left}.panel-wrap .panel-content .sect ul li{margin:2px 0}.panel-wrap .panel-content .sect hr{margin:var(--space-large) 0}.panel-wrap .panel-content .sect hr.no-top-margin{margin-top:0}@media screen and (min-width:840px){.panel-wrap .panel-content .sect{border-bottom:none;border-right:1px solid var(--field-border-color);box-sizing:border-box;overflow-y:auto}}.panel-wrap .panel-content .msg{color:var(--header-text-color-dark);font-size:var(--text-size-medium);font-weight:var(--font-weight-normal)}.panel-wrap .panel-content h2.msg{font-size:var(--text-size-normal);font-weight:var(--font-weight-bold)}.panel-wrap .panel-content .url{background:#f2f2f2;border:1px solid #ccc;font-style:italic;margin:var(--space-medium);padding:8px;word-break:break-all}.panel-wrap .panel-content .starter .Link{font-size:var(--text-size-small)}@media screen and (min-width:840px){.panel-wrap .panel-content .no-test-msg{border-right:1px solid var(--field-border-color);box-sizing:border-box;padding-top:45px;width:35vw}.panel-wrap .panel-content .msg,.panel-wrap .panel-content .no-test-msg{font-size:var(--text-size-normal);line-height:1.5}.panel-wrap .panel-content .starter{border-top:1px solid var(--field-border-color);bottom:0;left:0;padding:10px 0;position:fixed;width:35vw}.panel-wrap .panel-content .start-landscape{align-items:center;border-right:none;display:flex;flex:1;flex-direction:column;justify-content:center}.panel-wrap .panel-content .image-answer-wrap{flex:1;padding:0}}.panel-wrap footer{background:var(--tile-background-color);box-sizing:border-box;flex:0 0 auto;z-index:2}.panel-wrap footer .controls{align-items:center;border-top:1px solid var(--disabled);display:flex;padding:10px}@media screen and (min-width:840px){.panel-wrap footer .controls{align-items:center;background:var(--tile-background-color);border-right:1px solid var(--field-border-color);bottom:0;box-sizing:border-box;flex-wrap:wrap;justify-content:center;left:0;position:fixed;width:35vw;z-index:-1}}.panel-wrap footer .controls button{margin:0 5px}.panel-head{align-items:center;background-color:var(--top-bar-background-color-active);border-bottom:1px solid var(--text-color-light-disabled);box-sizing:border-box;display:flex;height:69px;justify-content:center;min-height:69px;position:static!important}.panel-head .axe-logo{height:auto;padding:var(--space-smallest) 0 var(--space-smallest) var(--space-small);width:51px}.panel-head .axe-logo path{fill:var(--tile-background-color)}.panel-head h1{color:var(--tile-background-color);font-size:var(--text-size-normal);font-weight:400;font-weight:var(--font-weight-normal);padding:var(--space-smallest) calc(var(--space-large)/2)}.panel-head h1 span{color:var(--top-bar-text-color)}.panel-head .OptionsMenu{border-left:1px solid var(--text-color-light-disabled);display:flex;height:100%;margin-left:auto;padding:0 5px;width:36px}.panel-head .OptionsMenu .OptionsMenu__trigger{align-self:center;background:#0000;border:0;color:var(--tile-background-color);font-size:var(--text-size-normal);height:auto;justify-content:center;padding:15px 0}.panel-head .OptionsMenu .OptionsMenu__list{right:0;top:100%}.selected-elements{margin-bottom:var(--space-small)}@media screen and (min-width:840px){.selected-elements{flex:1}}.selected-elements .head{align-items:center;display:flex}.selected-elements .head p{color:var(--header-text-color-dark);font-size:var(--text-size-normal);font-weight:var(--font-weight-normal);margin:0}.selected-elements .head p span{font-weight:var(--font-weight-medium)}.selected-elements .head .Help__button-wrap{margin-left:auto;margin-right:2px}.selected-elements .head .Help__button-wrap [role=tooltip]{right:-25px}.selected-elements .head .mouse-selection em{font-style:normal;margin-left:var(--space-half);text-decoration:underline}.selected-elements .selection p{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-light)}.selected-elements .selection ol{counter-reset:li;list-style:none;margin:0;padding:0;text-align:left}.selected-elements .selection ol li{align-items:center;background:var(--list-background-color);border:1px solid var(--disabled);color:var(--header-text-color-dark);display:flex;font-size:var(--text-size-small);font-weight:var(--font-weight-normal);margin:var(--space-smallest) 0;padding:7px}.selected-elements .selection ol li:before{content:counter(li) ".";counter-increment:li}.selected-elements .selection ol li code{font-size:var(--text-size-smallest);margin-left:7px}.selected-elements .selection ol li .actions{margin-left:auto}.selected-elements .selection ol li .actions .highlight[aria-checked=true]{color:var(--focus);outline:2px solid var(--focus)}.selected-elements .selection ol li .actions .trash{background:#0000;color:var(--text-color-base);font-size:var(--text-size-small)}.selection .Icon--robot svg{height:auto;margin:0 var(--space-smallest);width:auto}.remove-all{display:flex;margin-left:auto;margin-top:12px}.remove-all[disabled]{color:var(--disabled);pointer-events:none}.DOMWalker_b9beb77d{background-color:#fff;border-bottom:1px solid var(--border-color);height:10rem;margin:0;overflow:auto;padding:var(--space-smallest) var(--space-small)}.theme-dark .DOMWalker_b9beb77d{background-color:var(--code-background-color)}.DOMWalker_b9beb77d .Code.hljs{background-color:#fff;border:0;margin:0;padding:0}.theme-dark .DOMWalker_b9beb77d .Code.hljs{background-color:var(--code-background-color)}.DOMWalker_b9beb77d,.DOMWalker_b9beb77d ul{list-style:none;margin:0;text-align:left}.DOMWalker_b9beb77d ul{border-left:1px dotted var(--gray-60);display:grid;padding-left:var(--space-medium)}.DOMWalker_b9beb77d ul li{margin-right:10px}.DOMWalker_b9beb77d li:focus{outline:0}.DOMWalker_b9beb77d li:focus>.DOMWalker__item-text_c6856bf6{outline:2px solid var(--focus)}.DOMWalker__item-text_c6856bf6:hover,.DOMWalker__item-text_c6856bf6:hover .hljs.Code{background-color:var(--accent-secondary)}.theme-dark .DOMWalker__item-text_c6856bf6:hover,.theme-dark .DOMWalker__item-text_c6856bf6:hover .hljs.Code{background-color:var(--accent-medium)}.DOMWalker__item-text_c6856bf6{align-items:center;display:flex;min-height:2rem;transform:translateX(-9px);width:calc(100% + 9px)}.DOMWalker__item-text--no-children_a6c1e106{padding-left:19px}.DOMWalker__item-text--active_c0ba1a7b{padding-right:0}.DOMWalker__item-text_c6856bf6 code{flex:1}.DOMWalker_b9beb77d .attr-value{color:var(--link-text-color)}.DOMWalker_b9beb77d .token.tag{color:var(--accent-dark)}.DOMWalker_b9beb77d .more-info-wrap{flex:1;text-align:right}.DOMWalker_b9beb77d .more-info{min-height:var(--target-size-minimum);min-width:var(--target-size-minimum)}.DOMWalker_b9beb77d .swatch_d9725588{background:var(--top-bar-accent-error);border:1px solid var(--header-text-color-dark);height:15px;position:relative;width:15px}.element-selector{--element-selector-text-color:var(--text-color-base);--element-selector-border-color:var(--top-bar-border-bottom-color);--element-selector-background-color:#fff}.theme-dark .element-selector{--element-selector-text-color:#fff;--element-selector-background-color:var(--accent-medium)}.element-selector:is(*):is(*){font-size:var(--text-size-smaller)}.element-selector{color:var(--element-selector-text-color)}.head_cbc2e52b{align-items:center;background-color:var(--element-selector-background-color);border-bottom:1px solid var(--element-selector-border-color);border-top:1px solid var(--element-selector-border-color);display:flex;flex-wrap:wrap;gap:var(--space-half);padding:var(--space-smallest) var(--space-small)}.element-selector .head_cbc2e52b h3{flex-grow:1;font-size:var(--text-size-smaller);margin:0;text-align:left}.head_cbc2e52b .Icon,.head_cbc2e52b .Icon svg{height:1rem;width:1rem}.toggle_c8726bae .Icon{background-color:var(--accent-dark);border-radius:2px;color:#fff}.theme-dark .toggle_c8726bae .Icon{background-color:#fff;color:var(--accent-dark)}.controls_aa6a5da1{align-items:center;display:flex;flex-wrap:wrap;row-gap:var(--space-quarter)}.controls_aa6a5da1 .IconButton{margin:0;margin-left:var(--space-smallest)}.counter_fc819aba{align-self:center;font-size:var(--text-size-smaller);margin-right:var(--space-smallest)}@media (min-width:840px){.panel-wrap .element-selector{bottom:0;position:fixed;right:0;width:65%}body:has(.element-selector>div>button[aria-expanded=true]) .answer.sect{padding-bottom:12.625rem}}.searchBar_c01ea85c{align-items:center;column-gap:var(--space-half);display:flex;flex-wrap:wrap;padding:var(--space-half) var(--space-smaller) 0 var(--space-smaller)}.searchBar_c01ea85c form{flex:1 1 var(--input-min-width)}.searchBar_c01ea85c .Field__text-input{min-width:unset}.searchControls_dc3d6f8b{align-items:center;align-self:stretch;column-gap:0;display:flex;position:relative;width:6.25rem}.searchControls_dc3d6f8b>.searchPages_bf3ca32e{flex:1;margin-left:calc(var(--space-half)*-1);margin-right:var(--space-half);white-space:nowrap}.searchBar_c01ea85c .searchControls_dc3d6f8b .IconButton{background-color:initial;border:none;border-left:1px solid var(--field-border-color);border-radius:0;margin:0;min-height:100%;width:var(--target-size-minimum)}.searchControls_dc3d6f8b .IconButton:before{border-radius:0}.scoper .question :is(em,p){display:block;margin:24px auto;max-width:370px}.scoper h2{font-size:var(--text-size-normal)}.scoper.panel-wrap .panel-content .sect.selected-elements{border-bottom:none}@media screen and (min-width:840px){.scoper .qa .no-test-msg{border-right:none;padding-top:0;width:auto}}.image-wrap{align-items:center;border:1px solid var(--text-color-base);box-sizing:border-box;display:flex;flex:0 0 75px;height:75px;justify-content:center;width:75px}.image-wrap.large{flex:0 0 146px;height:146px;width:146px}.image-wrap[tabindex="0"]:focus,.image-wrap[tabindex="0"]:hover{border:var(--space-quarter) solid var(--focus);border-radius:var(--space-quarter);box-shadow:inset 0 0 5px 0 var(--focus-glow),0 0 5px 0 var(--focus-glow);left:-7px;outline:none;top:-7px}.image-wrap img{height:auto;max-height:100%;max-width:100%;width:auto}.image-check svg,.image-wrap svg{width:50px}.itemCycler_f3e5a549{border-left:var(--border-width) solid #0000;border-right:var(--border-width) solid #0000;padding:0 var(--layout-padding);text-align:left}.itemCycler_f3e5a549:focus{border-left-color:var(--top-bar-background-color);outline:0}.itemCycler_f3e5a549>hr:first-of-type{margin-top:0!important}.breakdown_cc7a1511{align-items:center;display:flex;gap:var(--space-medium)}.breakdownContent_f32ac493{display:flex;flex-grow:1;flex-wrap:wrap;gap:var(--space-medium)}.breakdownActions_db552370{flex-shrink:0}.breakdownActions_db552370 .IconButton[aria-checked=true]{color:var(--focus);outline:2px solid var(--focus)}.breakdownInfo_beb6ed39{flex:1 0 50%;margin-right:var(--space-smallest)}.breakdownInfo_beb6ed39 dl{display:flex;flex-direction:column;height:100%;margin:0}.breakdownInfo_beb6ed39 dt{font-weight:var(--font-weight-medium);margin-bottom:var(--space-half)}.breakdownInfo_beb6ed39 dd{margin:0}.breakdownInfo_beb6ed39 dd:not(:last-child){margin-bottom:var(--space-small)}.states_e38412b9{border-left:var(--border-width) solid #0000;border-right:var(--border-width) solid #0000;padding:var(--space-medium) var(--space-smallest)}.states_e38412b9:focus{border-left-color:var(--top-bar-background-color);outline:0}.states_e38412b9 .Error{display:none}.states_e38412b9 .Field__select label{font-size:var(--text-size-smallest);font-weight:400}.question_c65791f2 p{margin:0}.head_f8299680{align-items:flex-start;display:flex}.head_f8299680 .IconButton{margin-left:auto}.head_f8299680 h4{color:var(--header-text-color-dark);font-size:var(--test-size-small)}.states_f31e20f8{position:relative}.states_f31e20f8 h3{color:var(--header-text-color-dark);font-size:var(--text-size-normal);font-weight:var(--font-weight-bold)}.getReady_d86bca58{border:1px solid var(--disabled);margin:var(--space-small) 0;padding:var(--space-small)}.getReady_d86bca58 em{display:block;margin-bottom:var(--space-smallest)}.roleSuggestion_f89f5090{border:4px solid var(--accent-primary);color:var(--gray-90);margin-bottom:var(--space-small);padding:12px}.roleSuggestion_f89f5090>div{display:flex}.roleSuggestion_f89f5090>div:first-of-type{margin-bottom:var(--space-small)}.roleSuggestion_f89f5090 .Icon{margin-right:var(--space-smallest)}.roleSuggestion_f89f5090 .Icon svg{height:auto;width:auto}.image-check{align-items:center;border:1px solid var(--text-color-base);border-radius:var(--space-quarter);cursor:pointer;display:flex;height:75px;justify-content:center;margin:var(--space-small);position:relative;width:75px}.image-check img{height:auto;max-height:100%;max-width:100%;width:auto}.image-check:focus,.image-check:hover{outline:none}.image-check:focus:after,.image-check:hover:after{border-radius:var(--space-quarter);box-shadow:0 0 1px 2px var(--focus);content:"";height:calc(100% + 14px);position:absolute;width:calc(100% + 14px)}.image-check[aria-checked=true]{box-shadow:inset 0 0 0 1px #000}.ungrouped_d72ccc8b{display:flex;flex-wrap:wrap}.loadingMessage_b9d91de9 svg,.wrap_fcf7961e svg{height:auto;width:auto}.loadingMessage_b9d91de9 .Icon{margin-right:var(--space-smallest)}.wrap_c196cb7f svg{height:auto;width:auto}.aiMessage_a5b2235f{color:var(--header-text-color-dark);font-size:var(--text-size-small)}.aiAssistImg_b919e91e,.aiMessage_a5b2235f .Icon{margin-right:var(--space-smallest)}.aiAssistImg_b919e91e{height:16px;width:16px}.container_ed48071b{align-items:flex-start;display:flex}.container_ed48071b .image-wrap{background:var(--tile-background-color)}.content_a73cf903{color:var(--header-text-color-dark);display:flex;flex-direction:column;gap:var(--space-three-quarters);margin:auto 0 auto var(--space-small);text-align:start}.container_ed48071b h3{font-family:Roboto,sans-serif;font-size:var(--text-size-heading-3);font-weight:var(--font-weight-medium);margin:0}.heading_e6bb5cd2{line-height:1.33;text-decoration:underline}.status_e98f2689{align-items:center;color:var(--text-color-base);display:flex;font-size:var(--text-size-small);font-weight:var(--font-weight-normal);line-height:1.33;--icon-size:1rem}.cautionIcon_b1a5f1f6,.failIcon_da8ae70c,.passIcon_b62ef352{height:var(--icon-size);margin-right:var(--space-three-quarters);width:var(--icon-size)}.Accordion__trigger .Icon.passIcon_b62ef352,.passIcon_b62ef352{color:var(--accent-success-dark)}.Accordion__trigger .Icon.failIcon_da8ae70c,.failIcon_da8ae70c{color:var(--accent-error)}.Accordion__trigger .Icon.cautionIcon_b1a5f1f6,.cautionIcon_b1a5f1f6{color:var(--accent-warning-dark)}.Accordion__trigger .Icon.automatedScanStatusIcon_b1150918,.automatedScanStatusIcon_b1150918{color:var(--accent-warning-dark);flex-shrink:0;height:var(--icon-size);margin-right:var(--space-three-quarters);width:var(--icon-size)}.panel-wrap .panel-content .sect ul.list_d3bee8b5{list-style-type:none;margin-left:0}.list_d3bee8b5 .Accordion__trigger,.list_d3bee8b5 .Accordion__trigger:hover,.list_d3bee8b5 button.Accordion__trigger,.wrapper_c5452732 .Accordion__trigger,.wrapper_c5452732 .Accordion__trigger:hover,.wrapper_c5452732 button.Accordion__trigger{text-decoration:none}.accordionContent_d9e5d684{background-color:var(--background-light)}.wrapper_b8f24e16{--accordion-panel-text-color:var(--text-color-base);align-items:flex-start;background:var(--tile-background-color);border:1px solid var(--gray-40);border-radius:3px;box-shadow:0 2px 4px -2px #33333314,0 4px 8px -2px #0000000a;display:flex;flex-direction:column;padding:var(--space-small);text-align:start}.wrapper_b8f24e16 h4{margin-bottom:var(--space-quarter);margin-top:0}.wrapper_b8f24e16 :is(dt,h4){color:var(--header-text-color-dark);font-family:Roboto,sans-serif;font-size:var(--text-size-heading-5);font-weight:var(--font-weight-medium)}.wrapper_b8f24e16 a{color:var(--gray-90);line-height:1.5;margin:var(--space-half) 0;padding-left:0}.wrapper_b8f24e16 dl{line-height:1.33;margin:0 0 var(--space-small) 0}.wrapper_b8f24e16 dt{margin-bottom:var(--space-quarter);margin-top:var(--space-smaller)}.wrapper_b8f24e16 dd{color:var(--accordion-panel-text-color);margin-left:0}.wrapper_b8f24e16 button{margin-top:auto}.noticeButtonWrap_d4ded748{margin-top:var(--space-small)}.notice_f2ae8319{overflow-wrap:anywhere;word-break:break-word}.buttonWrapper_a541f01b,.cardWrapper_b578f033{padding:var(--space-small) 0}.cardWrapper_b578f033{border-top:1px solid var(--gray-40);display:grid;gap:var(--space-small);grid-template-columns:repeat(auto-fit,minmax(min(23.75rem,100%),30rem))}.notice_adad9d46{margin-top:var(--space-small);text-align:start}.classificationWrapper_ea9b9cbd{border-top:1px solid var(--gray-40);padding-bottom:var(--space-small)}.classificationLabel_db26e441{font-weight:var(--font-weight-medium);margin:var(--space-small) 0 var(--space-smallest) 0;text-align:start}.classificationButton_ac8eb384{display:block;margin-top:var(--space-small)}.progressContainer_c7dccd57{padding:var(--space-large)}.progressContainer_c7dccd57 .ProgressBar{margin-bottom:var(--space-smaller)}.progressContainer_c7dccd57 span{color:var(--header-text-color);font-size:var(--text-size-normal);line-height:1.5}.progressContainer_c7dccd57 span strong{font-weight:var(--font-weight-medium)}.loaderContainer_a15181cd{align-items:center;display:flex;justify-content:center;min-height:200px;padding:var(--space-large);position:relative}.expandCollapseTrigger_d0e7e713{margin-top:var(--space-smallest)}.expandCollapsePanel_c54d62de{color:var(--text-color-base);margin-left:var(--space-three-quarters);text-align:left}.summaryCard_f815500b{border:1px solid var(--gray-40);border-radius:3px;text-align:left;--icon-size:1rem}.summaryCard_f815500b dt{color:var(--header-text-color-dark);font-size:var(--text-size-small);font-weight:var(--font-weight-medium);line-height:1.33;margin:0 var(--space-large) var(--space-half)}.summaryCard_f815500b dt:first-child{margin-top:var(--space-large)}.summaryCard_f815500b dd,.summaryCard_f815500b dd:last-child{margin-bottom:var(--space-large)}.summaryCard_f815500b dd{color:var(--text-color-base);font-size:var(--text-size-small);line-height:1.33;margin-left:calc(var(--icon-size) + var(--space-three-quarters));padding:0 var(--space-large)}.summaryCard_f815500b :is(dd:not(:first-of-type),dt:not(:first-of-type)){margin-right:var(--space-large)}.summaryCard_f815500b dd:not(:last-child){border-bottom:1px solid var(--gray-40);padding-bottom:var(--space-small)}.summaryCard_f815500b .count_eca97411{font-size:var(--text-size-medium);line-height:normal;margin-top:var(--space-half)}.status_f75c31be,.summaryCard_f815500b .count_eca97411{color:var(--header-text-color-dark);font-weight:var(--font-weight-medium)}.summaryCard_f815500b dd.noIcon_c1170ad5{margin-left:0}.instruction_ad47b78e{color:var(--text-color-base);font-size:var(--text-size-small);line-height:1.33;margin:var(--space-small) 0 0}.wrap_c94c4532{align-items:center;border:1px solid var(--text-color-base);box-sizing:border-box;display:flex;flex:0 0 75px;height:75px;justify-content:center;width:75px}.wrap_c94c4532.large_df43dba0{flex:0 0 146px;height:146px;width:146px}.wrap_c94c4532[tabindex="0"]:focus,.wrap_c94c4532[tabindex="0"]:hover{border:var(--space-quarter) solid var(--focus);border-radius:var(--space-quarter);box-shadow:inset 0 0 5px 0 var(--focus-glow),0 0 5px 0 var(--focus-glow);left:-7px;outline:none;top:-7px}.wrap_c94c4532 img{height:auto;max-height:100%;max-width:100%;width:auto}.wrap_c94c4532 svg{width:50px}.wrap_acf6e295{align-items:center;display:flex;gap:var(--space-gutter);padding:var(--space-small)}.wrap_acf6e295+.wrap_acf6e295{margin-top:var(--space-gutter)}.thumbnailWithInspect_f6a4530d{align-items:center;display:flex;flex-direction:column;gap:var(--space-smallest)}.description_b8dd566f{flex:1;min-width:18rem;text-align:left}@media (max-width:28rem){.wrap_acf6e295{flex-direction:column}.description_b8dd566f{text-align:center}}.Toast__message button{background:#0000;display:inline;font-size:var(--text-size-small);font-weight:var(--font-weight-normal);text-decoration:underline;vertical-align:initial}.selectedElement_b6e22e93{align-items:center;border:1px solid var(--disabled);display:flex;margin-bottom:var(--space-small);padding:var(--space-small)}.selectedElement_b6e22e93 code{flex:1;text-align:left}.pill_c5d11a82{--max-pill-width:350px;--pill-height:75px;align-items:center;border:2px solid;border-radius:var(--pill-height);display:flex;height:var(--pill-height);margin:var(--space-small);max-width:var(--max-pill-width);position:relative}.pill_c5d11a82 code{font-size:var(--text-size-small)}.pill_c5d11a82[tabindex]:before{border-radius:var(--pill-height);bottom:-4px;content:"";left:-4px;pointer-events:none;position:absolute;right:-4px;top:-4px}.pill_c5d11a82[tabindex]:hover:before{box-shadow:0 0 0 2px var(--accent-dark)}.pill_c5d11a82:focus{outline:none}.pill_c5d11a82:focus:before{box-shadow:0 0 0 2px var(--focus)}.pill_c5d11a82[aria-checked=true]:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+PGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTIuNSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDc5MjQ3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIvPjxwYXRoIGZpbGw9IiMwNzkyNDciIGQ9Ik0yMC45ODcgMTEuMzhhLjc4Ljc4IDAgMCAxLS4yMzQuNTdsLTYuMDYgNi4wNi0xLjEzOSAxLjEzOGEuODEuODEgMCAwIDEtMS4xMzggMGwtMS4xMzktMS4xMzgtMy4wMy0zLjAzYS44MS44MSAwIDAgMSAwLTEuMTM5bDEuMTM4LTEuMTM4YS44MS44MSAwIDAgMSAxLjE0IDBsMi40NiAyLjQ3IDUuNDkxLTUuNWEuODEuODEgMCAwIDEgMS4xMzggMGwxLjEzOSAxLjEzOWEuNzcuNzcgMCAwIDEgLjIzNC41NjgiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:25px 25px;content:"";display:inline-block;height:25px;position:absolute;right:-3px;top:-3px;width:25px;z-index:1}.pill_c5d11a82.h1{border-color:#662d91}.pill_c5d11a82.h2{border-color:var(--link-text-color)}.pill_c5d11a82.h3{border-color:#009245}.pill_c5d11a82.h4{border-color:#f15a24}.pill_c5d11a82.h5{border-color:#f7931e}.pill_c5d11a82.h6{border-color:#fcee21}.tag_b6b95cfd{color:var(--header-text-color-dark);font-size:var(--text-size-medium);font-weight:var(--font-weight-normal);margin-right:3px;min-width:var(--pill-height);padding:var(--space-small);text-align:center}.text_ad6c3363{display:-webkit-box;font-size:var(--text-size-small);-webkit-line-clamp:2;margin-right:15px;max-width:var(--max-pill-width);text-align:left;-webkit-box-orient:vertical;overflow:hidden}.text_ad6c3363 .fallback_c1e7b787 em{color:var(--error)}.text_ad6c3363 .item-count_d322c71d,.text_ad6c3363 code{color:var(--text-color-base);font-size:var(--text-size-smaller);font-weight:var(--font-weight-light)}.pills_d626202a{align-items:center;display:flex;gap:var(--space-large);padding:var(--space-small)}.pills_d626202a>:first-child{flex:1}@media (max-width:30rem){.pills_d626202a{flex-direction:column;gap:0}.pills_d626202a>:first-child{width:100%}}.tag_e971b103{color:var(--header-text-color-dark);font-weight:var(--font-weight-normal);margin-right:3px}.tagContainer_db46cf85{align-items:center;display:flex;flex-direction:column}.tagText_e527a0de{align-items:center;display:flex;margin-bottom:var(--space-small)}.highlight_ab0c6b66[aria-checked=true]{border:2px solid var(--focus)!important}.highlight_ab0c6b66[aria-checked=true] svg{color:var(--focus)}.noticeWrap_af073ada{padding:var(--space-small)}.icon_afaae9bd{margin-right:var(--space-half)}.radioGroup_dcaa638c .Radio{flex-wrap:nowrap}.label_f17a1d69{align-items:center;display:flex}.label_f17a1d69 img{margin-right:var(--space-smallest);width:69px}.doneWrap_d4bb9a6a{border:1px solid var(--text-base-color);padding:var(--space-small);padding-top:0}.notADataCell_e5fb9b68{margin-top:var(--space-small)}.mlIdentifiedAsHeader_ea0d28e1{border:4px solid var(--accent-primary);color:var(--gray-90);display:flex;margin-top:var(--space-small);padding:var(--space-smallest)}.mlIdentifiedAsHeader_ea0d28e1 .Icon{margin-right:var(--space-smallest)}.mlIdentifiedAsHeader_ea0d28e1 .Icon svg{height:auto;width:auto}.thumbnailRadio_cad745f7{align-items:center;display:flex;margin-bottom:var(--space-large)}.thumbnail_c612c0e3{margin-right:var(--space-small)}.thumbnailRadio_cad745f7 [role=radiogroup]{border-left:2px solid;padding-left:var(--space-half)}.autoTabber_ca241b07{background-color:var(--white);border:1px solid var(--gray-40);border-radius:3px;box-shadow:0 0 3px;margin:3em auto;max-width:100%;width:500px}.autoTabber_ca241b07 h3{border-bottom:1px solid var(--gray-40);color:var(--gray-90);font-size:var(--text-size-small);font-weight:700;margin:0;padding:1.7em;text-align:center;width:100%}.content_a0634059{padding:var(--space-medium);text-align:left}.content_a0634059 ul{margin:1em auto;max-width:340px}.content_a0634059 em{display:block;text-align:center}.notice_ba8b32e8{padding:var(--space-smallest)}.success_b85f499d{font-size:18px;font-weight:300;margin:0 auto}.success_b85f499d .Icon{color:#079247;padding:0 5px}.replayButton_ec14fa28{margin-bottom:var(--space-medium)}.mlIconInText_fd93ed3f{margin-left:var(--space-smallest)}.mlIconInText_fd93ed3f svg{height:20px;width:20px}.loaderContainer_bae08f77{align-items:center;display:flex;justify-content:center;min-height:200px;padding:var(--space-large);position:relative}.container_e24f5454{border:1px solid var(--focus-light);border-radius:4px;color:var(--header-text-color-dark);display:flex;margin:0 var(--space-medium) var(--space-medium) var(--space-medium);padding:var(--space-smaller);text-align:start}.container_e24f5454 img{height:16px;margin-bottom:auto;margin-right:var(--space-smallest);width:16px}.container_e24f5454 h4{font-size:var(--text-size-small);font-weight:var(--font-weight-medium);margin:0}.container_e24f5454 p{line-height:1.4;margin:var(--space-smallest) 0}.container_e24f5454 button{margin-left:calc(var(--space-quarter)*-1)}.rerun_explanation_b8ef8991{margin-left:var(--space-smallest);text-align:left}.results-list .image-wrap{margin-left:20px}.results-list .heading-pill-wrap{width:350px}.results-list ul.row{margin:var(--space-half) 0}.results_d8dd3044 .element-heading button{align-items:center;display:flex;font-size:var(--text-size-small);gap:var(--space-half);margin-left:auto;margin-top:var(--space-smallest)}.results_d8dd3044 .element{border:1px solid var(--disabled);display:none;gap:var(--space-small);padding:var(--space-smallest)}.results_d8dd3044 .issue-info .elements-wrap ul li.element{margin:var(--space-half) 0}.results_d8dd3044 .issue-info .elements-wrap.elements-wrap ul{margin-left:0;margin-top:var(--space-smallest)}.results_d8dd3044 .element.element-visible{display:flex}.itemCyclerHeader_db2ead64{background:var(--gray-20);border-bottom:1px solid var(--disabled);color:var(--gray-90);font-size:var(--text-size-normal);font-weight:var(--font-weight-medium);margin:0;padding:var(--space-small);position:sticky;text-align:left;top:0;width:100%;z-index:1}.screenshotting_aa143559{margin:0 auto;max-width:35rem;padding:var(--space-medium)}.screenshotting_aa143559 h2{font-size:var(--text-size-medium)}.rerunning_ccbed1ab{margin:0 auto;max-width:35rem;padding:var(--space-medium)}.rerunning_ccbed1ab h2{font-size:var(--text-size-medium)}.answer.Field{display:inline-block;margin:var(--space-large) st auto;text-align:left}@media screen and (min-width:840px){.answer.Field{flex:unset}.answer{border-right:none;flex:1;margin-bottom:27px;overflow-y:auto;padding:10px}}.images-header{border-bottom:1px solid var(--disabled);display:flex;flex-wrap:wrap;justify-content:space-between;margin:10px 0 0;padding:0 16px 10px}.images-header .images-total{flex:1;text-align:left}.images-header :is(.select-all,.unselect-all){background-color:initial;color:var(--link-text-color);font-size:var(--text-size-smaller);margin-right:5px}.group-wrap{border-bottom:1px solid var(--disabled);box-sizing:border-box;width:100%}.group-wrap .images-header{border-bottom:0;padding-bottom:0}.group-wrap .images-header h3{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-medium);margin:0;padding:0}.group-wrap .images-wrap{margin-top:0}.headings-wrap .yes-no-wrap,.images-wrap.thumbnail-radios .yes-no-wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:var(--space-small) var(--space-smallest) var(--space-small) var(--space-largest)}.headings-wrap .yes-no-wrap p,.images-wrap.thumbnail-radios .yes-no-wrap p{margin-left:15px;margin-right:15px;overflow-wrap:break-word;text-align:left;width:275px}.headings-wrap .yes-no-wrap p em,.images-wrap.thumbnail-radios .yes-no-wrap p em{color:var(--error);display:block}.headings-wrap .yes-no-wrap .yes-no-radios,.images-wrap.thumbnail-radios .yes-no-wrap .yes-no-radios{border-left:2px solid;margin-left:15px}.headings-wrap .yes-no-wrap .heading-pill-wrap,.images-wrap.thumbnail-radios .yes-no-wrap .heading-pill-wrap{width:350px}.heading-pill-wrap,.pill-checkbox{border:var(--space-quarter) solid #0000;box-sizing:border-box;height:75px;margin:var(--space-small) var(--space-smallest) var(--space-small) var(--space-largest);max-width:350px;position:relative}.heading-pill-wrap[aria-checked=true]:before,.pill-checkbox[aria-checked=true]:before{right:28px;top:-10px}:is(.heading-pill-wrap[aria-checked=true],.pill-checkbox[aria-checked=true]) .heading-pill{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--top-bar-background-color-active)}.heading-pill-wrap:focus,.heading-pill-wrap:hover,.pill-checkbox:focus,.pill-checkbox:hover{outline:none}.heading-pill-wrap:focus:after,.heading-pill-wrap:hover:after,.pill-checkbox:focus:after,.pill-checkbox:hover:after{border:var(--space-quarter) solid var(--focus);border-radius:75px;box-shadow:inset 0 0 5px 0 var(--focus-glow),0 0 5px 0 var(--focus-glow);box-sizing:border-box;content:"";height:75px;left:0;position:absolute;top:0;width:100%}.images-wrap{display:flex;flex-wrap:wrap;margin:16px 16px 0}.guide-checkbox[aria-checked=true]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+PGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTIuNSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDc5MjQ3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIvPjxwYXRoIGZpbGw9IiMwNzkyNDciIGQ9Ik0yMC45ODcgMTEuMzhhLjc4Ljc4IDAgMCAxLS4yMzQuNTdsLTYuMDYgNi4wNi0xLjEzOSAxLjEzOGEuODEuODEgMCAwIDEtMS4xMzggMGwtMS4xMzktMS4xMzgtMy4wMy0zLjAzYS44MS44MSAwIDAgMSAwLTEuMTM5bDEuMTM4LTEuMTM4YS44MS44MSAwIDAgMSAxLjE0IDBsMi40NiAyLjQ3IDUuNDkxLTUuNWEuODEuODEgMCAwIDEgMS4xMzggMGwxLjEzOSAxLjEzOWEuNzcuNzcgMCAwIDEgLjIzNC41NjgiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:25px 25px;content:"";display:inline-block;height:25px;position:absolute;right:-12.5px;top:-12.5px;width:25px;z-index:1}.guide-checkbox.pill-checkbox[aria-checked=true]:before{right:0;top:0}.name-role-state-hint>div{display:flex;gap:var(--space-small);overflow-wrap:break-word;text-align:left}.name-role-state-hint>div dt{flex-shrink:0;font-weight:var(--font-weight-normal);width:7.5em}.name-role-state-hint>div dd{color:#333;margin:0;word-break:break-word}.help .image-igt-field-descriptions{border-radius:4px;padding:1rem;text-align:left}.help .image-igt-field-descriptions__heading{font-size:1.25rem;font-weight:700;text-align:center}.help .image-igt-field-descriptions dl{display:grid;gap:.25rem 1rem;grid-template-columns:auto 1fr;text-align:left}.help .image-igt-field-descriptions dt{font-weight:700}.help .image-igt-field-descriptions dd{line-height:1.4;margin:0}.failure-wrap{color:var(--header-text-color-dark);font-size:var(--text-size-small);padding:2em}.failure-wrap button{margin:1em auto}.characterCounter_bf1b5bee{font-size:var(--font-size-smallest);margin-top:calc(var(--space-small)*-1)}.helpButton_eb59fbea{height:calc(var(--text-size-small)*1.2 + var(--space-smallest)*2 + var(--space-half));margin-top:calc(var(--text-size-small)*1.2)}.formWrap_b21c8e54{width:100%}.header_a2a0d00e{--results-header-height:2.4375rem;--results-section-background-color:var(--tab-active-background-color);--results-header-value-text-color:var(--gray-60);--results-header-value-background-color:#f0f2f5}.view_d801bd4a{--results-view-background-color:var(--gray-20);--results-view-fadeout-height:5px;--igt-border-color:var(--gray-40);--igt-background-color:#fff;overflow-x:hidden}.theme-dark .header_a2a0d00e{--results-header-value-text-color:#fff;--results-header-value-background-color:var(--accent-dark)}.theme-dark .view_d801bd4a{--results-view-background-color:var(--accent-dark);--results-view-text-color:#fff;--igt-border-color:#5d676f;--igt-background-color:var(--accent-medium)}.layout--narrow .header_a2a0d00e{overflow-y:visible;position:relative}.header_a2a0d00e{--section-background-color:#dfe4e7;--section-border-color:#b3bfc6}.theme-dark .header_a2a0d00e{--section-background-color:var(--accent-dark);--section-border-color:var(--stroke-dark)}.header_a2a0d00e>*{position:relative}.views_c62a3c65{z-index:1}body:not(.layout--wide) .views_c62a3c65{overflow-y:auto}body:not(.layout--wide) .view_d801bd4a{overflow:visible}.view_d801bd4a>*>h2{border-bottom:1px solid var(--igt-border-color);font-size:var(--text-size-normal);font-weight:var(--font-weight-normal);margin-bottom:var(--space-small);margin-top:0;padding-bottom:var(--space-smallest)}.view_d801bd4a .hidden+.Loader__overlay{align-self:center;left:0;position:relative;top:50%;transform:translateY(-50%)}.header_a2a0d00e.TabPanel{background-color:initial;padding:0}.header_a2a0d00e .Icon--run-again{transform:scaleX(-1)}.header__summary_bdd62eb0{display:flex;gap:var(--space-smallest);margin-right:var(--space-smallest)}.header__summary_bdd62eb0>:last-child{flex:1;text-align:right}.header_a2a0d00e h2{color:var(--heading-text-color);flex:1;font-size:var(--text-size-small);line-height:var(--results-header-height);margin-bottom:0;margin-top:0;min-height:var(--results-header-height)}.header__section_fa32a835{background-color:var(--results-section-background-color);border-bottom:1px solid var(--section-border-color);display:grid;grid-template-areas:"title button" "text text";grid-template-columns:1fr 1fr;padding:0 var(--space-smallest)}.header__section_fa32a835>h2{grid-area:title}.header__section_fa32a835>div.header__button_e5618408{grid-area:button}.header__section_fa32a835>.header__value_adb2722f{grid-area:text}.header__button_e5618408{align-items:center;display:flex;justify-content:flex-end}.header__section_fa32a835 .testName_c60c0ee4{font-size:var(--text-size-small)}.theme-dark .header__section_fa32a835{border-bottom:1px solid var(--section-border-color)}.header__section_fa32a835 a{text-decoration:underline}.cliptext_f290a252{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;line-break:anywhere}.header__value_adb2722f{background-color:var(--results-header-value-background-color);border-radius:4px;color:var(--results-header-value-text-color);flex-basis:100%;margin-bottom:var(--space-smallest);margin-top:0;padding:var(--space-smallest)}pre.header__value_adb2722f.hljs{border:none;min-height:auto;padding:var(--space-smallest)}.view_d801bd4a{background-color:var(--results-view-background-color);color:var(--results-view-text-color);display:flex;overflow-y:auto;padding:var(--space-small);position:relative}.layout--narrow .view_d801bd4a:before{background-image:linear-gradient(180deg,#0003,#0000);content:"";min-height:var(--results-view-fadeout-height);position:sticky;top:0;transform:translateX(calc(var(--space-small)*-1)) translateY(calc(var(--space-small)*-1));width:calc(100% + var(--space-small) + var(--space-small));z-index:3}.scrim_a096df1a{backdrop-filter:blur(4px);height:100%;left:0;position:absolute;top:0;width:100%}.view_d801bd4a .nameTestModal_d8b457e8 .Modal .Dialog__inner{border:var(--space-quarter) solid var(--igt-border-color);border-radius:5px;max-width:300px;text-align:center}.view_d801bd4a .nameTestModal_d8b457e8 .Modal .Dialog__footer{border-radius:5px}.view_d801bd4a .nameTestModal_d8b457e8 .Modal .Dialog__content{font-size:var(--text-size-small)}.view_d801bd4a .nameTestModal_d8b457e8 .Modal h2{margin:var(--space-smallest) 0 0 0;padding:0}.view_d801bd4a .SkipLink.SkipLink--active{bottom:var(--space-small);left:var(--space-small);position:fixed;top:unset}.theme-dark .view_d801bd4a .SkipLink a{color:#fff}.highlight_b334d919[aria-checked=true]{border:2px solid var(--focus)!important;padding:0 15px}.theme-dark .highlight_b334d919[aria-checked=true]{padding:0 14px}.highlight_b334d919[aria-checked=true] svg{color:var(--focus)}.collapsedButtonWrap_f7c5f29b{display:inline-block;position:relative}.hoverIcon_c6c7a658{opacity:0}.Button--secondary:focus-within .hoverIcon_c6c7a658,.Button--secondary:hover .hoverIcon_c6c7a658,.Tab:focus-within .hoverIcon_c6c7a658,.Tab:hover .hoverIcon_c6c7a658,.collapsedButtonWrap_f7c5f29b:focus-within .hoverIcon_c6c7a658,.collapsedButtonWrap_f7c5f29b:hover .hoverIcon_c6c7a658,button:focus-within>.hoverIcon_c6c7a658,button:hover>.hoverIcon_c6c7a658{opacity:1;transition:all .25s ease-in-out}.positionedLockIcon_c9f23827{left:-.75rem;position:absolute;top:-.5rem;z-index:1}.collapsedButtonWrap_f7c5f29b .positionedLockIcon_c9f23827{left:-.5rem}.inlineHeading_f1573e57{min-height:var(--results-header-height)}.inlineHeading_f1573e57>div{align-items:baseline;display:flex;width:100%}.inlineHeading_f1573e57 h2{flex-grow:0;margin-right:var(--space-smallest);min-height:0;white-space:nowrap}.noSeparator_ea8823e8{border-bottom:none}.inlineHeading_f1573e57 .TextEllipsis{font-size:var(--text-size-small)}.step-wrap{background:var(--top-bar-background-color-active);padding:var(--space-small) var(--space-gutter)}.step-wrap .step{align-items:center;display:flex;flex:1;justify-content:center}.step-wrap .circle{background:var(--accent-medium);border-radius:50%;box-shadow:0 0 0 4px var(--top-bar-background-color-active);color:#fff;height:21px;justify-content:center;position:relative;width:21px}.step-wrap .step:after{background:var(--accent-medium);content:"";display:block;flex:1;height:8px}.step-wrap .step:last-child{flex:0}.step-wrap .step:last-child:after{display:none}.step-wrap .step.complete .circle{background-color:var(--accent-button);color:var(--top-bar-background-color-active)}.step-wrap .step.current .circle{background-color:#fff;box-shadow:0 0 0 2px var(--top-bar-background-color-active),0 0 0 4px var(--accent-button),0 0 0 8px var(--top-bar-background-color-active);color:var(--top-bar-background-color-active)}.step-wrap .step.complete:after{background:var(--accent-button)}.step-wrap ol{display:flex;justify-content:space-between;list-style-type:none;margin:0;padding:0}.qa{margin-bottom:15px}@media screen and (min-width:840px){.qa{margin-bottom:0}.qa,.qa .url{display:flex;flex:1}.qa .url{align-items:center;justify-content:center}.qa:has(.split-scroll){overflow-y:hidden}}@media screen and (min-width:840px){.qa .get-started{margin-bottom:57px;overflow-y:scroll;width:35vw}}.qa .get-started__replay-title{align-items:center;display:flex;gap:var(--space-smallest);justify-content:center}.qa .get-started__replay-title .Icon--run-again{margin-right:calc(var(--space-smallest)*-.5);transform:scaleX(-1)}.qa .get-started__replay-title .Icon--run-again svg{color:var(--gray-60);height:calc(var(--icon-size) + var(--space-smallest));width:calc(var(--icon-size) + var(--space-smallest))}.qa .question{background:var(--tile-background-color);position:relative}@media screen and (min-width:840px){.qa .question{margin-bottom:57px;overflow-y:scroll;width:35vw}}.qa .question .question-image img{height:32px;width:32px}.qa .question h2{color:var(--header-text-color-dark);font-size:1.5em;font-weight:var(--font-weight-normal)}.qa .question .sub-text-list{list-style:none}.qa .question:before{background:#0000;bottom:24px;content:"";left:9px;position:absolute;top:24px;width:6px}.qa .question:focus{outline:0}.qa .question:focus:before{background:var(--top-bar-background-color-active)}.qa .question .results-head{padding-left:6px}.qa .question .results-head h2{margin:0;text-align:left}.qa .question .results-head .breakdown{flex-wrap:wrap;font-size:var(--text-size-smaller);text-align:left}.qa .question .results-head .breakdown .breakdown-item{box-sizing:border-box;margin:12px 0;min-width:50%;word-wrap:break-word;display:flex}.qa .question .results-head .breakdown .breakdown-item dd{color:var(--header-text-color);margin:0 0 0 5px;overflow-wrap:anywhere}.qa .question .results-head .breakdown .breakdown-item.url-item{width:100%}.qa .question .results-head .breakdown .breakdown-item.url-item span{font-style:italic}.results-content{overflow:hidden;padding:0 var(--space-large) var(--space-large)}@media screen and (min-width:840px){.results-content{flex:1;overflow-y:scroll}}.results-content h3{color:var(--header-text-color-dark);font-size:var(--text-size-small);font-weight:var(--font-weight-normal);margin:var(--space-small) 0 0 0;text-align:left}.results-content .issue-actions{display:flex;flex-wrap:wrap}.results-content ol{list-style-type:none;margin:0;padding:0;text-align:left}.results-content ol>li{border-bottom:1px solid var(--disabled);margin-top:var(--space-small)}.results-content ol>li .row{align-items:center;display:flex}.results-content ol>li .row--wrap{flex-wrap:wrap}.results-content ol>li .num{font-size:var(--text-size-medium);font-weight:var(--font-weight-normal)}.results-content ol>li .issue-info{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-light);margin-left:40px;width:100%}.results-content ol>li .issue-info .issue-desc{margin:3px 0 0}.results-content ol>li ul{list-style-type:none;margin:0;padding:0}.results-content ol>li ul li{display:inline-block;margin:10px 0;padding:0 15px}.results-content ol>li ul li:first-of-type{margin-left:auto}.results-content ol>li ul li .results-item-highlight[aria-checked=true]:not(:active){color:var(--focus)}.results-content ol>li ul li .results-item-highlight[aria-checked=true]{outline:2px solid var(--focus)}.results-content ol>li ul li a,.results-content ol>li ul li button:not(.results-item-highlight){align-items:center;background:#0000;border:0;display:flex;font-size:var(--text-size-small);font-weight:var(--font-weight-medium)}.results-content ol>li ul li a .fa,.results-content ol>li ul li button:not(.results-item-highlight) .fa{margin-right:3px}.results-content ol>li ul li a:focus,.results-content ol>li ul li a:hover,.results-content ol>li ul li button:not(.results-item-highlight):focus,.results-content ol>li ul li button:not(.results-item-highlight):hover{text-decoration:none}.answer .Field__label{font-size:var(--text-size-small)}.panel-content .highlight-fail-toast.Toast{position:fixed;top:0}.Modal.Modal.condensed-modal .Dialog__inner .Dialog__header{text-transform:none}.Modal.condensed-modal .Modal__inner .Modal__header{height:30px}.Modal.condensed-modal .Modal__inner .Modal__header .Modal__close,.Modal.condensed-modal .Modal__inner .Modal__header h2{border-top:4px solid #0000;font-size:13px;line-height:22px;padding:0 12px}.Modal.condensed-modal .Modal__inner .Modal__content{margin-bottom:0}.Modal.condensed-modal .Modal__inner.code-head .Modal__header h2{font-family:monospace}.Field__select [role=textbox],.Field__select [role=textbox]:hover{border:0}.Help__button-wrap{position:relative}.modal_e7ce6b2a{--ai-modal-space-between-elements:clamp(16px,2vh + 8px,24px);--ai-modal-block-padding:clamp(20px,3vh + 8px,32px);--ai-modal-inline-padding:clamp(20px,12vw - 16px,32px);--ai-modal-border-radius:8px;line-height:1.3}.modal_e7ce6b2a :is(h1,h2,h3,h4){font-family:var(--base-font-family)}.theme-dark .modal_e7ce6b2a{--dialog-background-color:var(--accent-dark)}.modal_e7ce6b2a .Dialog__inner{background:linear-gradient(var(--dialog-background-color),var(--dialog-background-color)) padding-box,var(--ai-gradient) border-box;border:1px solid #0000;border-radius:var(--ai-modal-border-radius);color:var(--gray-60);inset-block-start:clamp(5px,8.75vh - 30px,40px)}.theme-dark .modal_e7ce6b2a .Dialog__inner{color:var(--gray-20)}.layout--wide .modal_e7ce6b2a .Dialog__inner{inline-size:720px}.modal_e7ce6b2a .Dialog__header{align-items:flex-start;border:none;display:grid;gap:var(--ai-modal-space-between-elements);grid-template-areas:"badge close" "heading heading";grid-template-columns:1fr auto;margin-inline:var(--ai-modal-inline-padding);padding-block:var(--ai-modal-block-padding);position:relative}.modal_e7ce6b2a .Dialog__header:after{background:var(--ai-gradient);block-size:2px;content:"";inline-size:64px;inset-block-end:0;position:absolute}.modal_e7ce6b2a .Dialog__heading{color:var(--gray-90);display:block;font-family:var(--base-font-family);font-size:36px;font-weight:var(--font-weight-medium);grid-area:heading;margin-inline-start:0}.theme-dark .modal_e7ce6b2a .Dialog__heading{color:var(--white)}.layout--wide .modal_e7ce6b2a .Dialog__heading{font-size:28px}@media (max-width:22rem){.modal_e7ce6b2a .Dialog__heading{font-size:var(--text-size-heading-2)}}.modal_e7ce6b2a .Dialog__close{--dialog-close-button-size:36px;background:var(--accent-secondary);border-color:var(--gray-40);color:var(--gray-90);grid-area:close;margin-inline-end:0}.theme-dark .modal_e7ce6b2a .Dialog__close{background:var(--accent-dark);border-color:var(--white);color:var(--white)}.modal_e7ce6b2a .Dialog__content{align-items:flex-start;font-size:var(--text-size-small);padding-block:var(--ai-modal-space-between-elements) var(--ai-modal-block-padding);padding-inline:var(--ai-modal-inline-padding)}.modal_e7ce6b2a :where(.Dialog__content *){margin-block:0}.modal_e7ce6b2a .Dialog__content>*+*{margin-block-start:var(--ai-modal-space-between-elements)}.modal_e7ce6b2a .Dialog__footer{align-self:flex-start;padding:0}.proBadge_fcfeb6bb{grid-area:badge;justify-self:start}.textGradient_e37c0605{background:var(--ai-gradient);-webkit-background-clip:text;background-clip:text;color:#0000}.subtitle_d3dacede{color:var(--gray-90)}.theme-dark .subtitle_d3dacede{color:var(--gray-30)}.newFeatures_dcbf616d{padding-block:calc(var(--ai-modal-space-between-elements)*.75) var(--ai-modal-block-padding);position:relative}.newFeatures_dcbf616d:after,.newFeatures_dcbf616d:before{background:var(--ai-gradient);block-size:2px;content:"";inline-size:32px;position:absolute}.newFeatures_dcbf616d:before{inset-block-start:0}.newFeatures_dcbf616d:after{inset-block-end:0}@media (min-width:25rem){.newFeatures_dcbf616d{--new-feature-bg:var(--gray-10);background:linear-gradient(var(--new-feature-bg),var(--new-feature-bg)) padding-box,var(--ai-gradient) border-box;border:1px solid #0000;border-radius:var(--ai-modal-border-radius);padding-inline:23px}.newFeatures_dcbf616d:after,.newFeatures_dcbf616d:before{content:none}.theme-dark .newFeatures_dcbf616d{--new-feature-bg:#031726}}.layout--wide .newFeatures_dcbf616d{padding-inline:var(--space-small)}.newFeatures_dcbf616d h3{color:var(--accent-primary);font-weight:var(--font-weight-medium);margin-block-end:var(--space-smallest)}.theme-dark .newFeatures_dcbf616d h3{color:var(--accent-info-active)}.newFeatures_dcbf616d ul{display:flex;flex-wrap:wrap;gap:var(--ai-modal-inline-padding);list-style-type:none;margin-block-start:var(--ai-modal-space-between-elements)}.newFeatures_dcbf616d li{align-items:flex-start;display:flex;flex-basis:32ch;flex-direction:column;flex-grow:1;gap:var(--space-half)}.newFeatures_dcbf616d li h4{color:var(--gray-90);font-size:inherit;font-weight:var(--font-weight-medium)}.theme-dark .newFeatures_dcbf616d li h4{color:var(--white)}.newFeatures_dcbf616d li a{color:var(--accent-primary);text-decoration:underline}.theme-dark .newFeatures_dcbf616d li a{color:var(--accent-info-active)}.modal_e7ce6b2a .Button--primary{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--white)}.theme-dark .modal_e7ce6b2a .Button--primary{background:var(--accent-info-active);border-color:var(--accent-info-light);color:var(--accent-dark)}@media (max-width:12rem){.modal_e7ce6b2a .Dialog__header{grid-template-areas:"close" "badge" "heading";grid-template-columns:auto}.modal_e7ce6b2a .Dialog__close{justify-self:end}}.proBadge_e1e7ba8c{--badge-border-color:#0000;--badge-text-color:var(--white);background:var(--ai-gradient);gap:var(--space-smallest);padding-inline-start:var(--space-smallest);text-transform:uppercase}.theme-dark .proBadge_e1e7ba8c{--badge-text-color:var(--accent-dark)}.lockIcon_ed720e5a{align-items:center;background-color:var(--accent-warning);border:1px solid var(--accent-warning-dark);border-radius:50%;color:var(--gray-80);display:flex;height:1.25rem;justify-content:center;margin-right:var(--space-smallest);width:1.25rem}.lockIcon_ed720e5a .Icon svg{height:1.125rem;width:1.125rem}.theme-dark .lockIcon_ed720e5a{background-color:#000;border:1px solid var(--pro-cta-accent);color:var(--pro-cta-accent)}.fullPageScanIcon_e025a747{--full-page-scan-icon-filter:drop-shadow(#3c7aae80 0 0 2.16667px);--full-page-scan-icon-gradient:url(#full-page-scan-icon-gradient-light);--full-page-scan-icon-solid:var(--accent-primary);filter:var(--full-page-scan-icon-filter)}.theme-dark .fullPageScanIcon_e025a747{--full-page-scan-icon-filter:drop-shadow(#6cdaf280 0 0 2.16667px);--full-page-scan-icon-gradient:url(#full-page-scan-icon-gradient-dark);--full-page-scan-icon-solid:var(--accent-info)}.gradientBox_e7242954{fill:var(--full-page-scan-icon-gradient)}.solidBox_ac051e16{fill:var(--full-page-scan-icon-solid)}.overrideFill_fb27f084.fullPageScanIcon_e025a747{--full-page-scan-icon-filter:currentColor;--full-page-scan-icon-gradient:currentColor;--full-page-scan-icon-solid:currentColor}.partialPageScanIcon_edbe8c6a{--partial-page-scan-icon-gradient:url(#partial-page-scan-icon-gradient-light);--partial-page-scan-icon-solid:var(--gray-40)}.theme-dark .partialPageScanIcon_edbe8c6a{--partial-page-scan-icon-gradient:url(#partial-page-scan-icon-gradient-dark);--partial-page-scan-icon-solid:var(--dark-workspace-color)}.gradientBox_b92cae35{fill:var(--partial-page-scan-icon-gradient)}.solidBox_e6c29c69{fill:var(--partial-page-scan-icon-solid)}.partialPageScanIcon_edbe8c6a.overrideFill_d0705732{--partial-page-scan-icon-gradient:currentColor;--partial-page-scan-icon-solid:currentColor}.userFlowPath_cc135439{--user-flow-path-color:var(--gray-40);--user-flow-path-mouse-color:var(--stroke-light);--user-flow-path-gradient:url(#user-flow-path-gradient-light);--user-flow-path-accent-color:var(--accent-primary);--user-flow-path-outer-click-color:#e0e9f2;bottom:var(--space-smaller);fill:var(--user-flow-path-color);left:var(--space-smaller);position:absolute;z-index:-1}.wrap_c590c260{height:1.25rem}.theme-dark .userFlowPath_cc135439{--user-flow-path-color:var(--dark-workspace-color);--user-flow-path-gradient:url(#user-flow-path-gradient-dark);--user-flow-path-accent-color:var(--accent-info);--user-flow-path-outer-click-color:#395664}.userFlowPathGradient_e61fed53{fill:var(--user-flow-path-gradient)}.userFlowPathMouse_dfea2ec0{fill:var(--user-flow-path-mouse-color)}.userFlowPathAccent_e6b7c6a8{fill:var(--user-flow-path-accent-color)}.userFlowPathOuterClick_a3ce7204{fill:var(--user-flow-path-outer-click-color)}.theme-dark .lockTooltip_d745c1f5{--tooltip-border-color:var(--accent-info)}body .lockTooltip_d745c1f5{border:3px solid var(--tooltip-border-color,var(--gray-80));max-width:185px;text-align:center}body .lockTooltip_d745c1f5 .TooltipArrow:after{border-top:5px solid var(--tooltip-border-color)}.splash__wrap_a0c719a5{--splash-background-color:var(--splash-redesign-background-color);--splash-header-text-color:var(--gray-80);--splash-header-line-top-color:var(--accent-primary);--splash-header-line-bottom-color:#3c7aae80;--splash-separator-line-color:#66666680;--splash-text-color:var(--gray-60);--splash-scan-tile-background-color:var(--accent-primary);--splash-igt-tile-background-color:#fff;--splash-scan-tile-text-color:#fff;--splash-igt-tile-text-color:var(--gray-80);--splash-igt-tile-svg-color:var(--gray-60);--splash-tile-column-count:3;--splash-tile-gap:var(--space-small);--splash-tile-width:8.625rem;--splash-tile-text-decoration-color:var(--gray-90);--splash-tile-border-color:var(--gray-80);--splash-tile-hover-color:var(--gray-80);--splash-scan-svg-border-color:#fff;background-color:var(--splash-background-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJMYXllcl8xIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjQ0LjUgMjkyLjciPjxzdHlsZT4uc3Qwe29wYWNpdHk6LjE1O2VuYWJsZS1iYWNrZ3JvdW5kOm5ld30uc3QwLC5zdDF7ZmlsbDojNjY2fS5zdDEsLnN0MntlbmFibGUtYmFja2dyb3VuZDpuZXd9LnN0MXtvcGFjaXR5Oi4xfS5zdDJ7b3BhY2l0eTouMjtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLXdpZHRoOjEwO3N0cm9rZS1taXRlcmxpbWl0OjEwfTwvc3R5bGU+PGNpcmNsZSBjeD0iNTQzLjciIGN5PSIyMDAuMiIgcj0iOTEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMDguMiIgY3k9IjE3MC4xIiByPSIxMDcuMiIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjU3My45IiBjeT0iNjkuMyIgcj0iMzIuNSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjE1Ny45IiBjeT0iNTQuMSIgcj0iNDMuNyIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjM0NS45IiBjeT0iMTc4LjkiIHI9IjMxLjUiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMDQuNiIgY3k9IjE4NC4yIiByPSI0MS41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iNTY1LjUiIGN5PSI5Mi4zIiByPSI3Mi41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iMTExLjIiIGN5PSIxMDcuMiIgcj0iMzciIGNsYXNzPSJzdDIiLz48Y2lyY2xlIGN4PSI0MDAuNCIgY3k9IjIxNi44IiByPSIxMC41IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMjg1LjQiIGN5PSIxNzAuMSIgcj0iMTQuMSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjUxMi45IiBjeT0iMTk4LjQiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSI1MzQuNSIgY3k9IjE1LjMiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjYuOSIgY3k9IjIyNSIgcj0iMTguNyIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjQ4NyIgY3k9IjU1LjMiIHI9IjI0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjMuOSIgY3k9IjE5LjgiIHI9IjEzLjYiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIzMDIuNSIgY3k9IjEwLjQiIHI9IjYuOSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjQ5OC44IiBjeT0iMTAuNCIgcj0iNi45IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMTAwLjkiIGN5PSI0OC40IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMTUuNSIgY3k9IjI1MC42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI0OTMuOSIgY3k9IjI0Ny42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI1NDEuNCIgY3k9IjIzMi4zIiByPSI2LjkiIGNsYXNzPSJzdDEiLz48L3N2Zz4=);background-position:top 121px center;background-repeat:no-repeat,no-repeat;background-size:641px 295px}.theme-dark .splash__wrap_a0c719a5{--splash-background-color:var(--splash-redesign-background-color);--splash-header-text-color:#fff;--splash-header-line-top-color:var(--accent-light);--splash-header-line-bottom-color:#ffffff80;--splash-separator-line-color:#ffffff80;--splash-text-color:#fff;--splash-scan-tile-background-color:var(--accent-medium);--splash-igt-tile-background-color:var(--accent-medium);--splash-scan-tile-text-color:var(--accent-light);--splash-igt-tile-text-color:var(--accent-light);--splash-igt-tile-svg-color:#fff;--splash-tile-text-decoration-color:var(--accent-light);--splash-tile-border-color:#5d676f;--splash-tile-hover-color:var(--accent-info);--splash-scan-svg-border-color:var(--accent-success);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA2NDQuNTUgMjkyLjY5Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOiNmZmZ9LmNscy0xe29wYWNpdHk6LjE1fS5jbHMtMntvcGFjaXR5Oi4xfS5jbHMtM3tmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEwcHg7b3BhY2l0eTouMn08L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSI1NDMuNzQiIGN5PSIyMDAuMjMiIHI9IjkxLjAzIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMDguMjIiIGN5PSIxNzAuMDgiIHI9IjEwNy4yNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTczLjkxIiBjeT0iNjkuMzEiIHI9IjMyLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjE1Ny44OCIgY3k9IjU0LjEiIHI9IjQzLjY3IiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSIzNDUuODkiIGN5PSIxNzguODUiIHI9IjMxLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIwNC41OSIgY3k9IjE4NC4yMiIgcj0iNDEuNSIgY2xhc3M9ImNscy0zIi8+PGNpcmNsZSBjeD0iNTY1LjUyIiBjeT0iOTIuMjciIHI9IjcyLjUiIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjExMS4yMSIgY3k9IjEwNy4yMiIgcj0iMzciIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjQwMC4zOCIgY3k9IjIxNi43OCIgcj0iMTAuNSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMjg1LjM1IiBjeT0iMTcwLjA4IiByPSIxNC4xNCIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNTEyLjk0IiBjeT0iMTk4LjM3IiByPSIxNC4xNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTM0LjUxIiBjeT0iMTUuMjkiIHI9IjE0LjE0IiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjYuOTIiIGN5PSIyMjQuOTgiIHI9IjE4LjciIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjQ4Ni45OCIgY3k9IjU1LjMzIiByPSIyNC4xIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjMuOTIiIGN5PSIxOS43NyIgcj0iMTMuNjMiIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjMwMi40OCIgY3k9IjEwLjQzIiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI0OTguNzkiIGN5PSIxMC40MyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMTAwLjg5IiBjeT0iNDguNDMiIHI9IjYuOTEiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIxNS40NiIgY3k9IjI1MC41OCIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNDkzLjg5IiBjeT0iMjQ3LjU4IiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI1NDEuNDEiIGN5PSIyMzIuMyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PC9zdmc+)}.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7{background-image:none}.banners_a34f0317 .Toast{position:static}.splash__wrap_a0c719a5 :is(.extension-header,.extension-view){background-color:initial;overflow-x:hidden;position:relative}.layout--wide .splash__wrap_a0c719a5 .extension-view .splash__igts_f2c9106d,.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7 .extension-header .splash_e41980ba{padding-left:var(--space-small);padding-right:var(--space-small)}.theme-dark .splash__wrap_a0c719a5 .extension-header{background-color:initial}.splash__wrap_a0c719a5 .extension-view{justify-content:space-between}.splash_e41980ba{margin:0 auto;max-width:37.5rem;width:100%}.splash__igts_f2c9106d,.splash__wrap_userFlowAnalysisEnabled_dcb75ea7 .splash_e41980ba{align-items:center;display:flex;flex-direction:column}.splash__igts_f2c9106d{background-image:linear-gradient(0deg,var(--splash-background-color) 89%,#dadada00 100%);background-position:50%;background-size:cover;padding-top:var(--space-smalles)}.layout--wide .splash__wrap_a0c719a5{background-color:initial;background-image:none;--splash-header-bubbles-bg:none}.layout--wide .splash__wrap_a0c719a5 .extension-header{background-color:var(--splash-background-color);background-image:var(--splash-header-bubbles-bg);background-position:top 121px center;background-repeat:no-repeat,no-repeat;background-size:641px 295px;justify-content:space-between}.layout--wide .splash__wrap_a0c719a5 .extension-view{background-color:var(--splash-background-color)}.layout--wide .splash__igts_f2c9106d{align-items:flex-start;padding-top:var(--space-small)}.layout--narrow .extension-views .splash__wrap_a0c719a5{overflow-y:auto}.layout--narrow .extension-views .splash__wrap_a0c719a5>*{overflow:visible!important}@media (max-width:30.812rem){.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7 .extension-header .splash_e41980ba{padding-left:var(--space-small);padding-right:var(--space-small)}.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7{--splash-tile-width:7.625rem}.splash__igts_f2c9106d{padding-top:var(--space-smallest)}}.splashPanel_defc8b99{border-color:var(--splash-panel-border-color);border-radius:var(--space-half);box-shadow:var(--splash-panel-box-shadow)}.splashPanel_defc8b99 :is(.Panel__Content,.Panel__Header)+.Panel__Content{border-top:none}.cardHeader_af3e7b00{align-items:center;display:flex;justify-content:space-between;padding:var(--space-small)}.panelTitle_b01a9ebe{color:var(--splash-panel-main-color);font-size:var(--text-size-normal);font-weight:var(--font-weight-medium);line-height:1.5;margin:0}.cardDescription_d1189778{color:var(--splash-panel-main-color);font-size:var(--text-size-small);margin:0}.cardContent_ceddfd61{padding-top:0}.splash__wrap_redesignEnabled_da35a899 .splash__igts_f2c9106d{margin-inline:auto;max-width:37.5rem;padding:var(--space-large);width:100%}.splash__wrap_a0c719a5 .extension-header .splash_e41980ba{padding:var(--space-large) var(--space-large) var(--space-smaller) var(--space-large)}.igtsHeader_a342a886{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-small);justify-content:space-between;margin-bottom:var(--space-small);width:100%}.splash__igts_f2c9106d .igtsHeading_f7f55179{color:var(--splash-panel-main-color);font-size:var(--text-size-normal);font-weight:var(--font-weight-medium);margin:0;text-align:left}.igtsLearnLink_eb581981{font-size:var(--text-size-small)}.igtsTiles_b232b221{display:grid;gap:var(--space-small);grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(max(180px,calc((100% - var(--space-small))/2)),1fr));list-style-type:none;padding:0;width:100%}.igtTile_ef5d18fa{height:100%;padding:0}.igtTile_ef5d18fa:focus-within,.igtTile_ef5d18fa:hover{border-color:var(--splash-tile-hover-color);box-shadow:0 0 0 1px var(--splash-tile-hover-color)}.igtsButton_f2c725c3{align-items:center;display:flex;gap:var(--space-smaller);height:100%;min-height:64px;padding:var(--space-smaller) var(--space-small);position:relative;width:100%}.tileIcon_cc55c5f6{color:var(--splash-igt-icon-color)}.tileText_f924945e{color:var(--splash-panel-main-color);flex:1;font-size:var(--text-size-small);font-weight:var(--font-weight-medium);line-height:1.5;text-align:left}.aiSparkleIcon_be4182c2{background:var(--ai-gradient);display:inline-block;height:20px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS45NjQgMTQuNDg0Yy0xLjI2NS0uNDk4LTEuMjkxLTIuMy0uMDQxLTIuODM1bDUuNTI0LTIuMzY0Yy4xMTItLjA0OC4yLS4xNC4yNDYtLjI1M2wyLjAwNC01LjA3Yy41MTItMS4yOTcgMi4zMy0xLjI3OCAyLjgxNi4wMjlsMS45MjMgNS4xNzJjLjA0Ni4xMjMuMTQxLjIyLjI2Mi4yNjhsNS4zMzYgMi4wOWMxLjI3Ny41IDEuMjkxIDIuMzI0LjAyMiAyLjg0NGwtNS42MzEgMi4zMDdhLjQ2LjQ2IDAgMCAwLS4yNTcuMjY3bC0xLjg1OSA1LjA2NGMtLjQ4MiAxLjMxMy0yLjMwNyAxLjMzNC0yLjgxOS4wMzNMNi40MjYgMTYuNzlhLjQ2LjQ2IDAgMCAwLS4yNTgtLjI2ek0xNi4yNDEgMi44N2EuMzg0LjM4NCAwIDAgMS0uMDEtLjcwOGwxLjM4LS41OWEuMTIuMTIgMCAwIDAgLjA2Mi0uMDY0TDE4LjE3NC4yNGEuMzc2LjM3NiAwIDAgMSAuNzA0LjAwOGwuNDgxIDEuMjkzcS4wMTguMDQ3LjA2Ni4wNjdsMS4zMzQuNTIyYS4zODQuMzg0IDAgMCAxIC4wMDUuNzExbC0xLjQwOC41NzdhLjEyLjEyIDAgMCAwLS4wNjQuMDY3bC0uNDY1IDEuMjY2YS4zNzYuMzc2IDAgMCAxLS43MDUuMDA4bC0uNTE1LTEuMzEyYS4xMi4xMiAwIDAgMC0uMDY1LS4wNjV6Ii8+PC9zdmc+) no-repeat center/contain;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS45NjQgMTQuNDg0Yy0xLjI2NS0uNDk4LTEuMjkxLTIuMy0uMDQxLTIuODM1bDUuNTI0LTIuMzY0Yy4xMTItLjA0OC4yLS4xNC4yNDYtLjI1M2wyLjAwNC01LjA3Yy41MTItMS4yOTcgMi4zMy0xLjI3OCAyLjgxNi4wMjlsMS45MjMgNS4xNzJjLjA0Ni4xMjMuMTQxLjIyLjI2Mi4yNjhsNS4zMzYgMi4wOWMxLjI3Ny41IDEuMjkxIDIuMzI0LjAyMiAyLjg0NGwtNS42MzEgMi4zMDdhLjQ2LjQ2IDAgMCAwLS4yNTcuMjY3bC0xLjg1OSA1LjA2NGMtLjQ4MiAxLjMxMy0yLjMwNyAxLjMzNC0yLjgxOS4wMzNMNi40MjYgMTYuNzlhLjQ2LjQ2IDAgMCAwLS4yNTgtLjI2ek0xNi4yNDEgMi44N2EuMzg0LjM4NCAwIDAgMS0uMDEtLjcwOGwxLjM4LS41OWEuMTIuMTIgMCAwIDAgLjA2Mi0uMDY0TDE4LjE3NC4yNGEuMzc2LjM3NiAwIDAgMSAuNzA0LjAwOGwuNDgxIDEuMjkzcS4wMTguMDQ3LjA2Ni4wNjdsMS4zMzQuNTIyYS4zODQuMzg0IDAgMCAxIC4wMDUuNzExbC0xLjQwOC41NzdhLjEyLjEyIDAgMCAwLS4wNjQuMDY3bC0uNDY1IDEuMjY2YS4zNzYuMzc2IDAgMCAxLS43MDUuMDA4bC0uNTE1LTEuMzEyYS4xMi4xMiAwIDAgMC0uMDY1LS4wNjV6Ii8+PC9zdmc+) no-repeat center/contain;width:20px}.lockIcon_f27ac844{margin-right:0;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.layout--wide .splash__wrap_redesignEnabled_da35a899 .extension-view .splash__igts_f2c9106d{max-width:unset;padding-left:var(--space-large);padding-right:var(--space-large);width:100%}.changeUserDefaults_b216a265 .Dialog__footer{display:flex;flex-direction:column}.scanUserFlow_f0111545{grid-column:1/span 2;width:100%}.scansSection_aad77702{width:100%}.pageScanWrapper_a646847c{display:flex;flex-direction:column;gap:var(--space-smaller)}.actionRow_bd1641b5{display:flex;flex-wrap:wrap;gap:var(--space-smallest)}.checkboxRow_c9e55cbe{align-items:center;border-bottom:1px solid var(--splash-panel-border-color);border-top:1px solid var(--splash-panel-border-color);color:var(--splash-panel-main-color);display:flex;gap:var(--space-half);padding:var(--space-smallest) 0;--field-label-text-color:var(--splash-panel-main-color);--field-icon-checked-color:var(--splash-panel-accent-color);--field-icon-checked-disabled-color:var(--splash-panel-main-color)}.checkboxRow_c9e55cbe .Checkbox__overlay.Icon--checkbox-checked,.infoButton_df74acaf{color:var(--splash-panel-accent-color)}.infoButton_df74acaf{--icon-button-icon-size:28px}.alert_c43b3960 h2{font-weight:var(--font-weight-medium)}.alertContent_cb44163f,.alert_c43b3960 h2{color:var(--splash-panel-main-color)}.checkboxRow_c9e55cbe .Checkbox__wrap{margin-bottom:0}.checkboxLockIcon_b85ddb1c{margin-left:var(--space-half);margin-right:0}.checkboxLocked_c0b0022a .Checkbox__overlay{opacity:.4}.checkboxLocked_c0b0022a .Checkbox{cursor:default}.checkboxLocked_c0b0022a .Checkbox__overlay,.checkboxLocked_c0b0022a .Checkbox__overlay:hover,.checkboxLocked_c0b0022a .Field__label:hover~.Checkbox__overlay{border-color:#0000}.checkboxRow_c9e55cbe+.actionRow_bd1641b5{padding-top:var(--space-small)}.settings_d5a798fd{--settings-view-background-color:var(--gray-20);--settings-header-info-text-color:var(--gray-60);--settings-actions-background-color:var(--white);--settings-actions-border-color:var(--gray-40);--settings-header-subtext-color:var(--accent-primary);--settings-pro-accent-color:var(--accent-warning-dark)}.theme-dark .settings_d5a798fd{--settings-view-background-color:var(--dark-workspace-color);--settings-header-info-text-color:var(--accent-light);--settings-actions-background-color:var(--accent-dark);--settings-actions-border-color:#5d676f;--settings-header-subtext-color:var(--white);--settings-pro-accent-color:var(--accent-warning)}.theme-dark .settings_d5a798fd .Radio__overlay.Icon--radio-checked,.theme-dark .settings_d5a798fd input[type=checkbox]:not(:disabled)~.Checkbox__overlay.Icon--checkbox-checked{color:unset}.settings__info_a591138a{background-color:var(--tab-active-background-color);border-bottom:1px solid var(--tabs-border-color);display:grid;gap:var(--space-smaller);grid-template-columns:auto 1fr;padding:1rem}.settings__info_a591138a>p{grid-column:1/span 2}.layout--wide .settings__info_a591138a{grid-template-rows:auto 1fr}.layout--narrow .settings__info_a591138a{grid-template-columns:auto 1fr auto;justify-content:space-between}.layout--narrow .settings__info_a591138a dl{align-items:center;display:flex;gap:var(--space-half);margin:0}.layout--narrow .settings__info_a591138a dt{margin-left:var(--space-smaller)}.layout--wide .settings__info_a591138a dl{align-self:start;display:grid;gap:var(--space-half);grid-column:1/span 2;grid-template-columns:auto 1fr}.settings__info_a591138a dt{color:var(--gray-90)}.theme-dark .settings__info_a591138a dt{color:var(--accent-light)}.settings__info_a591138a dd{color:var(--settings-header-subtext-color);margin:0}.settings__info_a591138a>*{margin-bottom:0}.settings__info_a591138a h2{color:var(--heading-text-color);font-size:var(--text-small-medium);margin-top:0}.settings__info_a591138a p{color:var(--settings-header-info-text-color);font-size:var(--text-size-smaller);margin-top:var(--space-half)}@media (max-width:25rem){.layout--narrow .settings__info_a591138a{grid-template-columns:auto 1fr}.layout--narrow .settings__info_a591138a dl{grid-column:1/span 2}}.theme-dark .settings__info_a591138a em{color:var(--accent-warning)}.settings__view_b53d1e0e{background-color:var(--settings-view-background-color)}.settings__view_b53d1e0e>section{margin:var(--space-small)}.settings__view_b53d1e0e>section+section{margin-top:0}.settings__view_b53d1e0e h4{font-size:var(--text-size-small);margin:0}.settings__view_b53d1e0e [role=group]:not(.advanced-rules-settings__confidence){border:1px solid var(--panel-border-color);border-radius:3px;padding:var(--space-small);position:relative}.settings__view_b53d1e0e [role=group]+[role=group]{margin-top:var(--space-small)}.settings__view_b53d1e0e [role=group]+[role=group].pro_af863aa5{margin-top:var(--space-large)}.settings__view_b53d1e0e :is(section,[role=group]).pro_af863aa5{border:2px solid var(--settings-pro-accent-color)}.settings__view_b53d1e0e :is(section.pro_af863aa5,section.enterprise_bd3e02d1) .Panel__Header{align-items:center;display:flex;justify-content:space-between}.settings__view_b53d1e0e [role=group].pro_af863aa5:before{content:"PRO";left:50%;position:absolute;top:0;transform:translate(-50%,-50%)}.settings__view_b53d1e0e .badge_bdd4bb98.enterprise_bd3e02d1,.settings__view_b53d1e0e .badge_bdd4bb98.pro_af863aa5,.settings__view_b53d1e0e [role=group].pro_af863aa5:before{background-color:var(--accent-warning);border-radius:1em;color:var(--panel-background-color);font-weight:var(--font-weight-bold);padding:var(--space-half) var(--space-smaller);text-transform:uppercase}.cauldron--theme-light .settings__view_b53d1e0e .badge_bdd4bb98.pro_af863aa5,.cauldron--theme-light .settings__view_b53d1e0e [role=group].pro_af863aa5:before{border:2px solid var(--settings-pro-accent-color);color:var(--text-base-color);padding:calc(var(--space-half) - 2px) calc(var(--space-smaller) - 2px)}.settings__view_b53d1e0e section.enterprise_bd3e02d1{border:2px solid var(--panel-heading-color)}.settings__view_b53d1e0e .badge_bdd4bb98.enterprise_bd3e02d1{background-color:var(--panel-heading-color);color:var(--panel-background-color)}.settings_d5a798fd .Radio--inline+*{margin-top:var(--space-small)}.field_fc7e0b72{align-items:center;display:flex;flex-direction:row;gap:var(--space-half);width:100%}.field_fc7e0b72 .Field__select{flex-basis:25rem}.field_fc7e0b72:has(.danger_ba25b2ef){flex-wrap:wrap}.field_fc7e0b72:last-child .Field__select{margin-bottom:0}.field_fc7e0b72:last-child .TooltipTabstop{margin-top:var(--space-small)}.rulesetConflict_a617a0d4{color:var(--settings-header-info-text-color);font-size:var(--text-size-smaller);margin:calc(var(--space-small)*-1) 0 var(--space-half) 0;max-width:25rem;padding-left:var(--space-quarter)}.settings__view_b53d1e0e .Error{min-height:var(--space-smallest)}.settings__view_b53d1e0e .Field__text-input{min-width:100%}.settings__actions_c6fb59a2{background-color:var(--settings-actions-background-color);border-top:1px solid var(--settings-actions-border-color);bottom:0;flex-shrink:0;padding:1rem;position:sticky}.settings__invalidLicenseKey_b6d49d56{align-items:center;display:flex}.settings__invalidLicenseKey_b6d49d56 .Icon{margin-right:var(--space-half)}.layout--wide .settings_d5a798fd .Tablist{flex:1 0 auto}.layout--wide .settings__info_a591138a{border-bottom:none;flex:1 0 auto}.layout--wide .settings__actions_c6fb59a2{height:2.875rem;margin:0;padding:11px 1rem}.danger_ba25b2ef{color:var(--error);flex-basis:100%}.danger_ba25b2ef .Icon svg{height:1em;width:1em}.theme-dark .danger_ba25b2ef{color:var(--accent-danger)}.notice_d652a6b9{align-items:center;background-color:var(--warning);color:#0b0e11;display:flex;font-size:var(--text-size-small);padding:var(--space-smallest) var(--space-small);position:sticky;top:0;z-index:1}.notice_d652a6b9 :focus{--focus:var(--accent-dark)}.notice_d652a6b9 .Link,.notice_d652a6b9 .Link:hover{color:currentColor;flex:1;white-space:nowrap}.notice_d652a6b9 .Icon{margin-right:var(--space-smallest)}.layout--narrow .settings__info_a591138a .Notice{grid-column:span 3;margin-top:var(--space-half)}.layout--wide .settings__notice_d2b5364e{padding:var(--space-small) var(--space-small) 0 var(--space-small)}@media (max-height:30rem){.layout--narrow .notice_d652a6b9{position:static}}.checkboxWrapper_ef0d65e7{align-items:center;display:flex}.modal_a2a44c97 .Dialog__content{overflow-wrap:break-word}.extension-header{--max-record-width:43.25rem}.record__header_ebba481c{background-color:var(--workspace-background-color);padding:var(--space-small)}.record__header_ebba481c strong{color:var(--gray-80);font-weight:400}.record__header_ebba481c h2{color:var(--gray-80);font-size:18px;margin:0;padding-right:var(--space-smallest);text-align:left;vertical-align:initial}.record__panel_e67df188{margin:0 auto;max-width:var(--max-record-width)}.record__details_b09c77ac{display:grid;grid-template-columns:1fr 1fr}.record__details_b09c77ac p{white-space:nowrap}.record__info_b9fe5d0f{display:grid;grid-auto-rows:2em;grid-template-columns:max-content 1fr;grid-gap:3px 6px;font-size:13px}.record__info_b9fe5d0f dd{margin-left:0}.rerun_cbf6a38e{border:1px solid var(--gray-60);border-radius:3px;display:inline-block;padding:0 2px 2px;vertical-align:initial}strong.manual_tests_not_run_af53d947{color:var(--text-red-color)}.record__details_b09c77ac button:not(.Link_d516f043){color:var(--gray-80);font-size:13px;font-weight:500;margin-left:12px;text-decoration:underline}.record__details_b09c77ac>:last-child button{margin-right:-7px}.record__details_b09c77ac>*{margin:6px 0 0}.record__details_b09c77ac>:nth-child(2n){justify-self:flex-end}.record__details_b09c77ac>:last-child{display:flex}.name__wrap_e64d47f4 button:not(.Link_d516f043){align-self:start;color:var(--link-text-color);font-size:var(--text-size-small);margin-top:1.4rem}.trigger_fd84b387{align-items:center;display:flex;justify-content:space-between;padding-left:0;padding-right:0;width:100%}.trigger_fd84b387 h3{font-size:15px;margin:0;text-align:left}.issue__total_d58981d6{color:var(--nav-text-color)}.issues_cc447868{display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-record-width)}.issues_cc447868 a{color:#fff;font-weight:400;text-decoration:underline}.issues_cc447868 dl{align-items:center;display:grid;grid-template-columns:1fr 4em;margin:0;padding-left:var(--space-small)}.issues_cc447868 dd{justify-self:end;margin:0}.issues__count_dbcbd51e{font-size:95px;padding-right:var(--space-small)}@supports (font-size:clamp(32px,20vw,95px)){.issues__count_dbcbd51e{font-size:clamp(32px,20vw,95px)}}.issues__summary_f4f46366{display:flex;flex-wrap:wrap}.issues__summary_f4f46366 dl{align-self:start;grid-auto-rows:2em;margin-top:1em;padding-left:0}.issues__impacts_d61fb26c{border-left:1px solid var(--accent-medium);flex-basis:10em}.bestPractices_f85fd384{padding-left:0;padding-right:0}.scope_ebd060b4{background-color:var(--accent-secondary);border:1px solid var(--gray-40);display:block;margin:var(--space-half) 0;padding:var(--space-half)}@media (max-width:25rem){.record__details_b09c77ac{grid-template-columns:1fr}.record__details_b09c77ac>:nth-child(2n){justify-self:start}}.rerun__error_a2104276,.rerun__warning_ec12a726{font-size:var(--text-size-small)}.rerun__error_a2104276{color:var(--error)}.record__header__skeleton_c9d2a7a4{--small-text:linear-gradient(var(--gray-40) 0.35em,#0000 0);background-image:var(--small-text),var(--small-text),linear-gradient(var(--workspace-background-color) 100%,#0000 0);background-position:var(--space-small) 134px,var(--space-small) 105px,0 0;background-repeat:no-repeat;background-size:125px .35em,100px .35em,100%;height:160px}.record__header__skeleton_c9d2a7a4 h2{padding-top:3px}.record__header__skeleton_c9d2a7a4 p{padding-top:2px}.skeleton__guides_d95ead92{height:100%;position:relative}.skeleton__guides_d95ead92 .loading-scrim{position:absolute}.auth__modal_c90c5b30{backdrop-filter:blur(2px)}.auth__modal_c90c5b30 .Dialog__header{background-color:initial;border-bottom:none}.auth__modal_c90c5b30 .Dialog__inner{background-color:#fff;border:2px solid #5d676f;border-radius:5px;width:-moz-fit-content;width:fit-content}.theme-dark .auth__modal_c90c5b30 .Dialog__inner{background-color:var(--dark-workspace-color)}.theme-dark .auth__modal_c90c5b30 :is(.Dialog__content,.Dialog__header){background-color:initial}.auth__modal_c90c5b30 .Dialog__heading{justify-content:flex-start;margin-left:var(--space-large);padding-top:18px}.auth__modal_c90c5b30 :is(.Button--secondary,.Dialog__heading) div{align-items:center;display:flex}.auth__modal_c90c5b30 .Dialog__heading img{height:50px;width:125px}.auth__modal_c90c5b30 .Dialog__heading span{color:var(--gray-90);font-size:var(--text-size-smaller);padding-left:var(--space-smallest)}.theme-dark .auth__modal_c90c5b30 .Dialog__heading span{color:#fff}.auth__modal_c90c5b30 .Dialog__content{background-color:initial;color:var(--gray-90);font-size:var(--text-size-small);justify-content:space-between;margin-bottom:var(--space-smallest);min-height:8.5rem;padding:0;text-align:center}.auth__modal_c90c5b30 .Dialog__content.content__center{align-items:center;display:flex;flex-direction:column}.auth__modal__compact_d4c811ba .Dialog__content{min-height:0}.auth__modal_c90c5b30 .Link{color:var(--gray-90);font-size:var(--text-size-smaller);margin:var(--space-smallest);text-decoration:underline}.auth__modal_c90c5b30 .Link:hover{cursor:pointer}.theme-dark .auth__modal_c90c5b30 :is(.Dialog__content,.Dialog__footer) .Link{color:#fff}.auth__modal_c90c5b30 .Button--secondary{border-radius:3px;margin:4px var(--space-large);min-width:14.375rem}.auth__modal_c90c5b30 .Button--secondary div{overflow-x:visible}.auth__modal_c90c5b30 .Button--secondary span{padding-left:var(--space-smallest)}.auth__modal_c90c5b30 .Dialog__footer{background-color:var(--gray-20);border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #b3bfc6;padding-top:var(--dialog-padding)}.theme-dark .auth__modal_c90c5b30 .Dialog__footer{background-color:var(--accent-dark)}.signup__banner_fdd2345e{background-color:var(--accent-info-light);border-bottom:1px solid var(--accent-dark);border-top:1px solid var(--accent-dark);color:var(--accent-dark);margin-bottom:18px;padding:12px var(--space-large)}.signup__banner_fdd2345e>div{max-width:256px}.signup__banner_fdd2345e strong{display:block}.notice__compact_eecc53a1 .Notice{margin-block-end:var(--space-small);padding-block:var(--space-small)}.container_f9a5b471{background-color:var(--record-list-v2-bg);display:flex;flex-direction:column;height:calc(100vh - var(--extension-nav-height));overflow:hidden}.content_a54cf6b3{flex:1;min-height:0;overflow-y:auto}.emptyState_b5e64aa1{color:var(--record-list-v2-text-color);margin:var(--space-large)}.header_f25535ce{border-bottom:1px solid var(--record-list-v2-border-color);display:flex;flex-direction:column;gap:var(--space-large);padding:var(--space-large) var(--space-small)}.headerNav_d62f661d{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-small)}.headerTitle_fd8d7820{color:var(--record-list-v2-text-color);font-size:var(--text-size-heading-2);font-weight:var(--font-weight-medium);letter-spacing:-.75px;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.headerDivider_e937f79b{display:none}.headerCount_c3f6afd5{color:var(--record-list-v2-text-color);flex-basis:100%;font-size:var(--text-size-base);font-weight:var(--font-weight-normal);line-height:1.5;margin:0}.cardList_a41f7993{display:flex;flex-direction:column;gap:var(--space-small);list-style:none;margin:0;padding:var(--space-small)}.card_cd68babf{list-style:none}.cardPanel_ffb6ddeb{overflow:hidden;padding:var(--space-large)}.cardName_c7dfb542{color:var(--record-list-v2-link-color);font-size:var(--text-size-heading-3);font-weight:var(--font-weight-medium);letter-spacing:-.3px;line-height:1.3;text-decoration:underline}.cardDetails_b45ed5dd{display:flex;flex-direction:column;gap:var(--space-smallest);margin-top:var(--space-smaller)}.detailRow_a1e3e6bf{align-items:flex-start;display:flex;font-size:var(--text-size-small);line-height:1.33}.detailLabel_d290e959{color:var(--record-list-v2-text-color);font-weight:var(--font-weight-medium);padding-right:var(--space-smallest);white-space:nowrap}.detailValue_d380323e{color:var(--record-list-v2-text-secondary-color);font-weight:var(--font-weight-normal);margin:0}.table_ba929345{border-collapse:collapse;width:100%}.table_ba929345 thead th{color:var(--record-list-v2-text-color);font-weight:var(--font-weight-medium);height:64px;line-height:1.33;text-align:left}.table_ba929345 tbody th,.table_ba929345 td,.table_ba929345 thead th{background-color:var(--record-list-v2-bg);border-bottom:1px solid var(--record-list-v2-border-color);font-size:var(--text-size-small);padding:var(--space-small) var(--space-large);white-space:nowrap}.table_ba929345 tbody th,.table_ba929345 td{color:var(--record-list-v2-text-secondary-color);font-weight:var(--font-weight-normal);line-height:1.5;vertical-align:top}.table_ba929345 tbody th{max-width:0;text-align:left;width:100%}.nameCell_e7fc1e1c{display:flex;flex-direction:column;gap:var(--space-half);min-width:0}.nameLink_e773730f{color:var(--record-list-v2-link-color);font-size:var(--text-size-small);font-weight:var(--font-weight-medium);line-height:1.33;text-decoration:underline}.url_c951109b{color:var(--record-list-v2-text-secondary-color);font-size:var(--text-size-small);font-weight:var(--font-weight-normal);line-height:1.5}.empty_f7e874f0{align-items:center;color:var(--record-list-v2-text-color);display:flex;flex-direction:column;padding:var(--space-large);text-align:center}.empty_f7e874f0 p{font-size:var(--text-size-normal)}.moreButton_dbbdd913{margin:var(--space-small)}@media (max-width:30rem){.detailRow_a1e3e6bf{flex-direction:column}.detailLabel_d290e959{padding-right:0}}@media (min-width:52.5rem){.header_f25535ce{padding:var(--space-large)}.headerDivider_e937f79b{background-color:var(--record-list-v2-border-color);display:block;height:var(--space-largest);width:1px}.headerCount_c3f6afd5{flex-basis:auto}}.skeleton__tiles_a96e0ee2{--record-list-tile-height:6.75rem;--skeleton-count:linear-gradient(#ffffff40 0.5rem,#0000 0);--skeleton-text-large:linear-gradient(var(--gray-40) 0.5rem,#0000 0);--skeleton-text-small:linear-gradient(var(--gray-40) 0.25rem,#0000 0);--skeleton-tile-border:linear-gradient(var(--record-list-tile-border-color) var(--space-small),#0000 0);background-color:#fff;background-image:var(--skeleton-tile-border),var(--skeleton-count),var(--skeleton-text-large),var(--skeleton-text-small),var(--skeleton-text-small),linear-gradient(var(--record-list-tile-border-color) 100%,#0000 0);background-position:0 0,2.5rem 3rem,9.75rem 1.5rem,9.75rem 3rem,9.75rem 6rem,0 0;background-repeat:repeat-y;background-size:100% var(--record-list-tile-height),4rem var(--record-list-tile-height),12rem var(--record-list-tile-height),10rem var(--record-list-tile-height),16rem var(--record-list-tile-height),9rem 100%;height:100%;margin-right:var(--space-small)}.record__list_cfb857cd{background-color:var(--record-list-tile-background-color);min-height:100%}.tile_ac3e9e45{align-items:center;background-color:#fff;border:1px solid var(--record-list-tile-border-color);column-gap:var(--space-small);display:grid;flex:1;grid-auto-rows:minmax(1rem,min-content);grid-template-columns:9rem 1fr 1fr auto;margin:var(--space-smallest);padding-right:var(--space-smallest)}.record__list_cfb857cd .extension-view{background-color:var(--record-list-tile-border-color)}.record__list_cfb857cd h3{color:var(--record-list-tile-text-color);font-size:var(--text-size-normal);margin-bottom:0;padding:0 var(--space-small)}.theme-dark .record__list_cfb857cd .extension-header{background-color:var(--record-list-tile-border-color)}.header_dc9d2078{font-size:var(--text-small-medium);margin:0}.total_issues_b26872ac{background-color:var(--record-list-tile-background-color);border-right:1px solid var(--record-list-tile-border-color);color:var(--record-list-tile-text-color);display:flex;flex-direction:column;grid-row:1/5;height:100%;justify-content:center;min-height:6rem;min-width:9rem;text-align:center}.total_issues_b26872ac span{color:var(--record-list-tile-text-accent-color)}.count_f79a08da{color:var(--record-list-tile-text-color);font-size:var(--text-size-larger)}.details_d5000e90{padding:var(--space-small);grid-gap:var(--space-smallest)}.test_name_b68a3f35{color:var(--gray-80);font-size:var(--text-size-normal);grid-column-end:span 2;padding-bottom:var(--space-smallest);padding-top:var(--space-half);text-decoration:underline;white-space:nowrap}.type_icon_ba7508dd{color:var(--gray-80);margin-left:auto}.scope_fa2752fe{grid-column-end:span 3}.selected__component_db750bcc{background-color:var(--accent-secondary);border:1px solid var(--gray-40);display:block;margin:var(--space-smallest) 0;padding:var(--space-half)}.scope_fa2752fe button{display:none;padding:0}.test_url_da672c42{font-style:italic;grid-column-end:span 3;padding-bottom:12px}.info_wrap_b675cc43{align-items:center;column-gap:var(--space-small);display:grid;grid-column-end:span 3;grid-template:auto/1fr 1fr}.no_tests_a39b41bf{background-color:#fff;display:flex;flex-direction:column;height:100%;padding:var(--space-small);text-align:center}.no_tests_a39b41bf p{font-size:var(--text-size-normal)}.extension-view .record__list_cfb857cd button.more__button_e06cb46a{color:var(--record-list-tile-text-color);font-size:var(--text-size-normal);padding:var(--space-small);text-decoration:underline;width:100%}.extension-view .record__list_cfb857cd button.more__button_e06cb46a:hover{color:var(--record-list-tile-text-color)}@media (min-width:50.0625rem) and (max-height:48.0625rem){.extension-header .skeleton__tiles_a96e0ee2{height:7.5rem}.theme-dark .extension-view .skeleton__tiles_a96e0ee2{--record-list-skeleton-text-color:#ffffff80;--record-list-skeleton-tile-color:var(--accent-medium)}.extension-view .skeleton__tiles_a96e0ee2{--record-list-skeleton-text-color:#00000026;--record-list-tile-height:2.0625rem;--record-list-skeleton-tile-color:#fff;--skeleton-tile-border:linear-gradient(var(--record-list-tile-border-color) 2px,#0000 0);--skeleton-text:linear-gradient(var(--record-list-skeleton-text-color) 0.25rem,#0000 0);background-color:var(--record-list-skeleton-tile-color);background-image:var(--skeleton-tile-border),var(--skeleton-text),var(--skeleton-text),var(--skeleton-text);background-position:0 -2px,.8rem .8rem,8rem .8rem,17rem .8rem;background-repeat:repeat-y;background-size:100% var(--record-list-tile-height),6rem var(--record-list-tile-height),8rem var(--record-list-tile-height),12rem var(--record-list-tile-height);border-right:none;height:100%;margin-right:0}.extension-view .tile_ac3e9e45,.record__list_cfb857cd .extension-view{background-color:var(--record-list-tile-background-color)}.extension-view .tile_ac3e9e45{border:none;border-bottom:2px solid var(--record-list-tile-border-color);color:var(--record-list-tile-text-accent-color);grid-template-columns:auto 7rem minmax(4rem,1fr) auto auto auto 1rem 1fr;grid-template-rows:auto;margin:0;padding:var(--space-smallest)}.extension-header .info_wrap_b675cc43{grid-template:auto/1fr 1fr}.extension-view .info_wrap_b675cc43{grid-template:auto/auto auto}.theme-dark .extension-view .tile_ac3e9e45{background-color:var(--accent-medium);grid-template-columns:auto 7rem minmax(4rem,1fr) auto auto auto 1rem 1fr}.extension-view .total_issues_b26872ac{background-color:initial;border-right:none;display:block;grid-row:auto;height:auto;min-height:auto;min-width:auto;text-align:left;white-space:nowrap}.extension-view .test_url_da672c42{grid-column-end:auto;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.extension-view .test_name_b68a3f35{color:var(--record-list-tile-text-color);font-size:var(--text-base-font-size);grid-column-end:auto;padding:0}.extension-view .type_icon_ba7508dd{color:var(--record-list-tile-text-color);order:-1}.extension-view .count_f79a08da{display:inline;font-size:inherit}.extension-view .scope_fa2752fe{grid-column-end:auto}.extension-view .scope_fa2752fe button{display:block}.extension-view .scope_fa2752fe code{display:none}}.backdrop_d3a73300{backdrop-filter:blur(4px)}.splash__protector_f959875b .Dialog__inner{border:2px solid #5d676f;border-radius:5px;width:19rem}.splash__protector_f959875b .Dialog__header{border-bottom:none}.splash__protector_f959875b .Dialog__header img{height:62px;width:160px}.splash__protector_f959875b .Dialog__content{font-size:var(--text-size-small);text-align:center}.splash__protector_f959875b .Dialog__content p{margin:var(--space-smallest) auto}.splash__protector_f959875b .Dialog__content p:first-child{margin-top:0}.splash__protector_f959875b .Dialog__content p:last-child{margin-bottom:0}.splash__protector_f959875b .Dialog__footer{border-radius:5px;display:flex;flex-direction:column;padding-bottom:var(--space-largest)}.splash__protector_f959875b .Button--primary{border:2px solid var(--accent-button)}.splash__protector_f959875b :is(.Button--primary:focus-within,.Button--primary:hover){box-shadow:0 0 0 2px #a7e9f7}.splash__protector_f959875b .Dialog__footer>div{padding-top:var(--space-half);text-align:center}.modal_ff3bbab5{--modal-muted-text-color:var(--gray-60);--modal-outline-color:var(--accent-warning-dark);--modal-check-circle-color:var(--accent-success-high-contrast)}.theme-dark .modal_ff3bbab5{--modal-muted-text-color:var(--accent-light);--modal-outline-color:var(--accent-warning);--modal-check-circle-color:var(--accent-success)}.modal_ff3bbab5 p{color:var(--modal-muted-text-color)}.modal_ff3bbab5 ul{list-style:none;margin-left:var(--space-smallest)}.modal_ff3bbab5 li{align-items:center;display:inline-flex}.modal_ff3bbab5 li:not(:last-child){margin-bottom:var(--space-smallest)}.modal_ff3bbab5 li>span{margin-right:var(--space-half)}.modal_ff3bbab5 li>span>svg{color:var(--modal-check-circle-color)}.modal_ff3bbab5 .Dialog__inner{border:2px solid var(--modal-outline-color);border-radius:3px;font-size:var(--text-size-small)}.modal_ff3bbab5 .Dialog__header{border-bottom:none}.modal_ff3bbab5 .Dialog__heading{font-size:var(--text-size-normal);padding-top:var(--space-smaller)}.modal_ff3bbab5 .Dialog__content{align-items:flex-start;padding:var(--space-small)}.modal_ff3bbab5 .Dialog__content img{background-color:var(--workspace-background-color);border-radius:3px;box-shadow:0 0 3px var(--accent-dark);max-width:100%}.modal_ff3bbab5 .Dialog__content p:first-of-type{margin-bottom:var(--space-smallest);margin-top:var(--space-large)}.modal_ff3bbab5 .Dialog__content p:first-of-type span{display:block;margin-top:var(--space-smallest)}.modal_ff3bbab5 .Dialog__content p:nth-of-type(2){margin:0;padding:var(--space-large) var(--space-smallest) var(--space-medium)}.proLabel_e9c9fdee{background-color:var(--accent-warning);border:2px solid var(--modal-outline-color);border-radius:1em;color:var(--accent-dark);font-size:var(--text-size-smaller);font-weight:var(--font-weight-medium);margin:0 auto;padding:0 var(--space-smallest);position:absolute;text-align:center;text-transform:uppercase;top:0;transform:translateY(-50%)}.labelContainer_e7882567{display:flex;justify-content:center;position:absolute;width:100%}.modal_ff3bbab5 .Dialog__footer{align-items:center;flex-direction:column}.modal_ff3bbab5 .Dialog__footer .Link{margin-bottom:var(--space-largest)}.modal_ff3bbab5 .Dialog__footer p{font-size:var(--text-size-smaller);margin-bottom:0;margin-top:var(--space-smallest)}.selectedElements_ee2d8f99{--highlight-indicator-color:var(--focus);--highlight-indicator-text-color:var(--white)}.theme-dark .selectedElements_ee2d8f99{color:#fff;--highlight-indicator-border-color:var(--focus-dark);--highlight-indicator-text-color:var(--accent-dark)}.selectedElements_ee2d8f99{display:grid;grid-template-columns:1fr auto;margin-top:var(--space-medium)}.selectedElements_ee2d8f99>:nth-child(n+3){grid-column:1/span 2}.selectedElements_ee2d8f99 h4{margin:0}.selectedElements_ee2d8f99 h4:not(:first-of-type){margin-top:var(--space-medium)}.selectedElements_ee2d8f99 ol{margin-top:0;padding-left:var(--space-medium)}.selectedElements_ee2d8f99 li .Code{margin-bottom:0;margin-left:var(--space-half)}.selection_ef0195bd{align-items:center;display:flex;gap:var(--space-smallest);margin-top:var(--space-smallest)}.selection_ef0195bd .Code{flex:1;margin-bottom:0;margin-top:0}.highlight_f2741c06[aria-checked=true]{border:2px solid var(--highlight-indicator-color);color:var(--highlight-indicator-color)}.mouseSelection_b656ad7a{font-weight:var(--font-weight-normal)}.manualIssues_c595e56d{--manual-issues-background-color:#fff;--border-color:var(--top-bar-border-bottom-color)}.theme-dark .manualIssues_c595e56d{--manual-issues-background-color:var(--accent-medium)}.theme-dark .manualIssues_c595e56d .ComboboxListbox__empty{color:var(--accent-light)}.manualIssues_c595e56d .extension-header{background-color:var(--manual-issues-background-color);padding:var(--space-small);padding-bottom:0}.headerActions_c2fcb53f{align-items:center;display:flex;flex-direction:row;gap:var(--space-small)}.manualIssues_c595e56d h3{color:var(--heading-text-color);font-size:var(--text-small-medium);margin:0}.manualIssues_c595e56d .extension-view{background-color:var(--manual-issues-background-color)}.content_f6d40247{flex:1}.actions_c94545d8,.content_f6d40247{padding:var(--space-small)}.content_f6d40247 h4{margin-top:0}.ufa_d5488c3b{--content-background-color:#fff;--footer-background-color:var(--gray-20)}.theme-dark .ufa_d5488c3b{--content-background-color:var(--accent-medium);--footer-background-color:var(--accent-dark)}.ufa_d5488c3b .extension-view{display:flex;flex-direction:column-reverse;transform:translateY(-1px)}.contentWrap_ae5e97c1{background-color:var(--content-background-color);display:flex;flex:1;flex-direction:column}.analysis_cb0c890b{display:flex;flex:1;flex-direction:column}.dedupeMsg_cfde6ec8{padding-left:var(--space-largest)}.buttonContainer_a5d9436f{align-items:center;background-color:var(--footer-background-color);border-top:1px solid var(--top-bar-border-bottom-color);bottom:0;display:flex;gap:var(--space-smaller);justify-content:flex-start;padding:var(--space-largest);position:sticky}.cauldron--theme-dark .buttonContainer_a5d9436f button.Link,.cauldron--theme-dark .dedupeMsg_cfde6ec8{color:var(--accent-light)}.watchButton_fd4bdc9d{display:flex}.stop_d21ee909:after{background-color:currentColor;border-radius:1px;content:"";height:.8rem;position:relative;width:.8rem}@media (max-height:18.75rem){.buttonContainer_a5d9436f{position:static}}.status_e8d3330e{border-bottom:1px solid var(--top-bar-border-bottom-color);column-gap:var(--space-smallest);display:grid;grid-template-columns:minmax(1.5rem,min-content) 1fr;grid-template-rows:minmax(var(--button-thin-height),min-content) 1fr;padding:var(--space-largest);row-gap:var(--space-smaller);--success-icon-color:var(--accent-success-high-contrast)}.cauldron--theme-dark .container_c355ac97{--success-icon-color:var(--accent-success)}.countContainer_bb32f475{grid-column:2;grid-row:2}.iconContainer_be1bea84{align-items:center;display:flex;grid-row:1;justify-content:center}.heading_faeadc81{margin:0}.count_e5e5d530,.heading_faeadc81{color:var(--skip-link-text-color);font-size:var(--text-size-small)}.countText_ebb93765{color:var(--field-label-text-color);font-size:var(--text-size-small)}.headingContainer_ad0edee1{align-items:center;display:flex}.editButton_e0295299{margin-left:auto;white-space:nowrap}.recordingIcon_a8bf0982{background-color:var(--accent-danger);border-radius:var(--space-smaller);display:block;height:12px;width:12px}.checkIcon_ef7d9baa{color:var(--success-icon-color)}.skeletonText_c1462746{background-image:linear-gradient(var(--gray-40) .5rem,#0000 0);height:18px;width:60%}.skeletonCount_e31c0682{width:30%}@keyframes blinker_ae8faf30{50%{opacity:0}}@media (prefers-reduced-motion:no-preference){.status_e8d3330e .recordingIcon_a8bf0982{animation:blinker_ae8faf30 1.5s linear 3}}.container_f0b64078{--timeline-icon-size:24px;display:flex;flex-direction:column-reverse;overflow-y:auto;--gray-icon-color:var(--gray-40);--scanning-icon-color:var(--gray-90);--pending-icon-color:var(--accent-primary)}.containerWrap_aa0c6404{display:flex;flex-direction:column;overflow-y:hidden;padding:var(--space-largest)}.cauldron--theme-dark .container_f0b64078{--scanning-icon-color:var(--icon-button-icon-color);--gray-icon-color:var(--dark-workspace-color);--pending-icon-color:var(--accent-info)}.extension-views .container_f0b64078 .TimelineItem{overflow-y:hidden!important;padding-left:var(--space-small);padding-top:var(--space-half)}.accentedIcon_fef4baaa,.pageStateIcon_d22d16bd{display:flex;justify-content:center}.accentedIcon_fef4baaa{align-items:center;height:26px;position:relative;width:26px}.accentedIcon_fef4baaa:after{border-radius:50%;content:"";height:26px;position:absolute;width:26px}.cauldron--theme-dark .accentedIcon_fef4baaa:after{background-color:var(--loader-ring-color);opacity:.25}.startIcon_c85181f1{align-items:center;border:2px solid;border-radius:50%;color:currentColor;display:flex;height:16px;justify-content:center;width:16px}.startIcon_c85181f1:before{background-color:currentColor;border-radius:50%;content:"";display:block;height:6px;width:6px}.pendingIcon_cad3ba86:after{border:3px solid var(--pending-icon-color)}.pendingIcon_cad3ba86 span{color:var(--pending-icon-color)}.pageStateIcon_d22d16bd span{color:var(--gray-icon-color)}.pageStateProgressIcon_de87c15b span{color:var(--timeline-mark-color)}@keyframes rotation_b9d7028b{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scanningIcon_e9929475{align-items:center;display:flex;height:26px;justify-content:center;position:relative;width:26px}.scanningIcon_e9929475:after{border:3px solid var(--accent-warning)}.scanningIcon_e9929475:before{border:1px solid var(--accent-warning);border-radius:50%;content:"";height:16px;position:absolute;width:16px}.scanningIcon_e9929475 svg{color:var(--scanning-icon-color)}.stoppedIcon_cd223f1f{color:var(--gray-icon-color);display:block;height:16px;position:relative;width:16px}.stoppedIcon_cd223f1f:before{border-radius:50%;box-shadow:0 0 0 3px currentColor;content:"";display:block;height:10px;left:3px;position:absolute;top:3px;width:10px}.stoppedIcon_cd223f1f:after{border-radius:1px;box-shadow:0 0 0 2px currentColor;content:"";display:block;height:6px;left:5px;position:absolute;top:5px;width:6px}.itemHeading_d0192cc4{align-items:center;color:var(--skip-link-text-color);display:flex;font-size:var(--text-size-small);margin-bottom:var(--space-half)}.initialUrl_df58ff24,.issueCount_c56b52b5{color:var(--field-label-description-text-color)}.newUrl_f811a119{margin-top:var(--space-half)}.cauldron--theme-dark .newUrl_f811a119{color:#8c9fab}.alignedHeading_f86eba17{margin-top:2px}.itemContent_d96bb131{color:var(--field-label-text-color);font-size:var(--text-size-smaller)}.skeletonText_abdfe8eb{background-image:linear-gradient(var(--gray-40) .5rem,#0000 0);height:15px;width:60%}.skeletonHeading_b7f710e7{background-image:linear-gradient(var(--gray-40) .7rem,#0000 0);height:18px;width:40%}.limitWarning_dff78299{margin-left:calc(var(--space-largest) + var(--space-small));word-break:break-word}.TimelineItem__details{width:100%}.TimelineItem__separator{flex-shrink:0}.TimelineItem__details{max-width:calc(100% - 28px)}.TimelineItem:has(.animated_b332dd73){animation:slideInMaxHeight_b196a1ba .3s ease-in}.editButtonIcon_fea082b5{margin-left:var(--space-smallest)}.pageStateName_f6c183d1{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes slideIn_e0d9dbb5{0%{margin-top:-80px}to{margin-top:0}}@keyframes slideInMaxHeight_b196a1ba{0%{min-height:0}to{min-height:3.75rem}}@keyframes blinker_fbc4e060{50%{opacity:0}}@media (prefers-reduced-motion:no-preference){.scanningIcon_e9929475 svg{animation:rotation_b9d7028b 1.5s linear 3}.TimelineItem:has(.animated_b332dd73) :is(.TimelineItem__details,.TimelineItem__separator){animation:slideIn_e0d9dbb5 .3s ease-in}.accentedIcon_fef4baaa:after{animation:blinker_fbc4e060 1.5s linear 3}}.triggerButton_cb5e08e3{margin-left:auto}.alert_f5256d1f .Dialog__content p{font-size:var(--text-size-small)}.wrap_d379ca88{background-color:var(--workspace-background-color);display:flex;flex-direction:column;gap:var(--space-small);padding:var(--space-small)}.wrap_d379ca88>div p{font-size:var(--text-size-small);word-break:break-all}.wrap_d379ca88 .Notice__title{word-break:break-all}.head_c6c2a7fc{align-items:center;display:flex}.head_c6c2a7fc h3{color:var(--header-text-color-dark);font-size:var(--text-size-normal);font-weight:var(--font-weight-normal);margin:0}.selection_c1e91962 p{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-light)}.elementSelector_fb458cfd{background:#fff;box-shadow:0 -7px 20px -10px #000000bf}.elementSelectorHead_e3fe9d6b{align-items:center;border-bottom:1px solid #ccc;box-shadow:0 2px 10px #ccc;display:flex;height:36px}.elementSelectorToggle_c2ef085d{color:var(--header-text-color-dark);font-size:var(--text-size-smaller);margin:0 var(--space-small)}.elementSelector_fb458cfd h3{color:var(--text-color-base);font-size:var(--text-size-smaller);font-weight:var(--font-weight-normal);margin:0;padding:0}.elementSelectorControls_e04f889b{display:flex;margin-left:auto}.elementSelectorControls_e04f889b button{margin-right:var(--space-smallest)}@media screen and (min-width:840px){.elementSelector_fb458cfd{bottom:0;position:fixed;right:0;width:65%}}.igts_f8867907{--igt-text-color:var(--gray-90);--igt-text-accent-color:var(--gray-60);--igt-help-icon-color:var(--accent-primary);--igt-padding-x:var(--space-smallest);--igt-padding-y:var(--space-half)}.theme-dark .igts_f8867907{--igt-text-color:inherit;--igt-text-accent-color:var(--accent-light);--igt-help-icon-color:var(--accent-info)}.igt__deprecated_cf261952{--igt-help-icon-color:var(--accent-danger)}.theme-dark .igt__deprecated_cf261952{--igt-help-icon-color:var(--accent-warning)}@media (min-width:75rem){.layout--wide .igts_f8867907>ul{column-count:2}}.inert_a339c892{overflow:hidden}.igt_cc28c57a{background:var(--igt-background-color);border:1px solid var(--igt-border-color);border-radius:3px;break-inside:avoid;padding:var(--igt-padding-y) var(--igt-padding-x);padding-bottom:0}.igt_cc28c57a :is(.igt__block_e138278f,.igt__details_a13175bf) a:not(.Button--primary_ba015a02){color:var(--igt-text-color);text-decoration:underline}.theme-dark .igt_cc28c57a .Icon--eye svg{--igt-help-icon-color:var(--accent-warning)}.igt_cc28c57a .Icon--eye svg{--igt-help-icon-color:var(--accent-primary);border:1px solid var(--igt-help-icon-color);border-radius:2px;padding:1px}.igt_cc28c57a dl{margin:0}.igt_cc28c57a dd{margin-left:0}.igt_cc28c57a .ExpandCollapse__panel{background:var(--results-view-background-color);border-top:1px solid var(--igt-border-color);flex-basis:100%}.theme-dark .igt_cc28c57a .ExpandCollapse__panel{background-color:var(--igt-border-color);border-top:none;color:#fff}.igt__block_e138278f{align-items:center;display:grid;grid-auto-rows:1.5rem;grid-template-columns:3rem auto 1fr;padding-bottom:var(--igt-padding-y)}.igt__icon_e2f8c528{align-self:center;grid-row:1/3;height:2rem;justify-self:center;width:2rem}.igt__block_e138278f .TooltipTabstop{margin-left:var(--space-smallest);padding:0}.igt__block_e138278f dl{display:flex;grid-column:2;grid-row:2}.igt__block_e138278f dt{color:var(--igt-text-accent-color)}.igt__block_e138278f dd{color:var(--igt-text-color);font-weight:var(--font-weight-bold);padding-left:var(--space-half)}.igt__block_e138278f dd+dt{margin-left:var(--space-small)}.igt__actions_ad29607f{grid-row:1/3;padding-left:var(--space-small);text-align:right}.igt__actions_ad29607f .OptionsMenu{display:inline-flex;vertical-align:middle}.theme-dark .igt_cc28c57a .IconButton.IconButton--secondary,.theme-dark .igt_cc28c57a .OptionsMenu{--icon-button-background-color-secondary:var(--accent-dark);border:none}.theme-dark .igt__actions_ad29607f .IconButton--primary{--icon-button-background-color-primary:#a5db75;--button-text-color-light:var(--accent-dark);--accent-light:#a5db75;border:1px solid #0000;color:var(--accent-dark)}.theme-dark .igt__actions_ad29607f .IconButton--primary:not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--accent-light)}.timestamp_a9a9d29d{flex:1;text-align:left}.igt__heading_b40a10f8,.igt_cc28c57a h3{align-items:center;display:flex}.igt__heading_b40a10f8 svg,.igt_cc28c57a h3 svg{color:var(--igt-help-icon-color);height:1.2em;width:1.2em}.igt__heading_b40a10f8>h3,.igt_cc28c57a h3{font-size:var(--text-size-small);margin:0}.igt_cc28c57a h4{display:flex;flex:1;margin:0}.igt_cc28c57a h5{display:flex;font-size:var(--text-size-smaller);font-weight:var(--font-weight-bold);justify-content:space-between;margin:var(--space-smallest) 0}.igt_cc28c57a h5 span{font-weight:var(--font-weight-normal)}.igt_cc28c57a+.igt_cc28c57a{margin-top:var(--space-small)}.trigger_d187f7f2{align-items:center;display:flex;flex-basis:100%;padding:var(--space-smallest) var(--space-small);padding-right:0;position:relative;z-index:1}.trigger_d187f7f2 svg{height:24px;width:24px}.igt__status_cb1cf59e{color:var(--igt-text-accent-color)}.igt__status_cb1cf59e .Icon{margin:0 var(--space-smallest)}.igt__progress_ee859689{display:grid;grid-template-columns:auto max-content;grid-template-rows:auto auto}.igt__progress_ee859689 .ProgressBar{grid-row:2}.igt__progress_ee859689 button{align-self:center;grid-column:2;grid-row:1/3;margin-left:var(--space-small)}.theme-dark .igt__progress_ee859689 .IconButton--primary{--icon-button-background-color-primary:var(--accent-info);--button-text-color-light:var(--gray-90);--accent-light:var(--accent-info)}.igt__runs_e4efcbcc{margin-top:var(--space-half)}.igt__runs_e4efcbcc .OptionsMenu{margin-right:var(--igt-padding-x)}.igt__runs_e4efcbcc>li{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none}.igt__runs_e4efcbcc>li,.igt_cc28c57a .Pagination{border-top:1px solid var(--igt-border-color);margin-left:calc(var(--igt-padding-x)*-1);margin-right:calc(var(--igt-padding-x)*-1)}.igt_cc28c57a .Pagination{background-color:var(--results-view-background-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding:var(--space-smallest)}.igt_cc28c57a .Pagination ul{display:grid;grid-template-columns:auto auto 1fr auto auto;justify-items:center}.igt_cc28c57a li .Icon--run-again{transform:scaleX(-1)}.igt__details_a13175bf{padding:var(--space-half) var(--space-small)}.igt__details_a13175bf dl{display:grid;grid-template-columns:auto 1fr}.igt__details_a13175bf :is(dd,dt){padding:var(--space-smallest) 0}.igt__details_a13175bf dd{text-align:right}.igt__details_a13175bf dl>:nth-child(n+3){border-top:1px solid var(--igt-border-color)}.theme-dark .igt__details_a13175bf dl>:nth-child(n+3){border-color:var(--igt-background-color)}.crossOriginNotice_f27745ed{margin-bottom:var(--space-smallest)}.rerun_group_b6082067{padding:var(--space-small)}.rerun__progress_cd316705{align-items:center;display:flex;justify-content:space-between}.rerun__progress_cd316705 .OptionsMenu{display:inline-block;margin:0 0 0 var(--space-half)}.rerun_group_b6082067 .rerun_f965e0ae a:not(.Button--primary_e64ae9a1){color:var(--igt-text-color);text-decoration:underline}.rerun_f965e0ae dl{border-bottom:1px solid var(--gray-40);display:grid;grid-template-columns:auto 1fr;margin-bottom:var(--space-smallest);padding-bottom:var(--space-half)}.rerun_f965e0ae :is(dd,dt){margin:var(--space-half) 0}.rerun_f965e0ae dd{text-align:right}.rerun_group_b6082067 hr{margin:0}.rerun_group__show_more_d44df58a{display:block;margin:0 auto}.progress_e2d933d0{--progress-text-color:var(--gray-60);--progress-help-icon-color:var(--accent-primary);--progress-checkbox-color:var(--accent-primary);--progress-checkbox-checked-color:var(--accent-primary);--igt-progress-color:#1aab00;--remaining-progress-color:var(--accent-primary);--automatic-progress-color:var(--gray-60);--progress-bar-background-color:var(--gray-20);--progress-background-color:#fff}.theme-dark .progress_e2d933d0{--progress-background-color:#374a58;--progress-text-color:var(--accent-light);--progress-help-icon-color:var(--accent-info);--progress-checkbox-color:#fff;--progress-checkbox-checked-color:#fff;--igt-progress-color:var(--accent-success);--remaining-progress-color:var(--accent-info-light);--automatic-progress-color:var(--accent-light);--progress-bar-background-color:var(--accent-medium)}.progress_e2d933d0{padding:var(--space-smallest)}.progress_e2d933d0 .progress__summary_a1b1a28d{background-color:var(--section-background-color);border-top-left-radius:3px;border-top-right-radius:3px;color:var(--progress-text-color);padding:var(--space-small)}.theme-dark .progress_section_a0ee6118{border:none}.progress__wrapper_b686f643{background-color:var(--progress-background-color);border-radius:3px;padding:var(--space-smallest)}.progress_e2d933d0 .Field__label,.progress_e2d933d0 a,.progress_e2d933d0 h3,.progress_e2d933d0 h4,.progress_e2d933d0 p{font-weight:var(--font-weight-medium);margin:0}.progress_e2d933d0 .Field__label,.progress_e2d933d0 .progress__group_c1219bfe h4,.progress_e2d933d0 a,.progress_e2d933d0 p{color:var(--progress-text-color);font-size:var(--text-size-smaller)}.progress_e2d933d0 h3{color:var(--heading-text-color);font-size:var(--text-size-small);margin-bottom:var(--space-quarter)}.progress__wrapper_b686f643 .progress__label_f505f5e3{align-items:center;display:flex;justify-content:space-between}.progress__wrapper_b686f643 .progress__label_f505f5e3 button{align-items:center;display:inline-flex}.progress__wrapper_b686f643 .progress__label_f505f5e3 svg{color:var(--progress-help-icon-color);height:1.2em;width:1.2em}.progress__group_c1219bfe:not(:first-child){margin-top:var(--space-small)}.progress__wrapper_b686f643 .progress__group_c1219bfe{align-items:center;display:flex;justify-content:space-between;margin-bottom:var(--space-half)}.progress_e2d933d0 .Checkbox{margin-bottom:0}.progress_e2d933d0 .Checkbox__overlay{margin:0}.progress_e2d933d0 .Checkbox__overlay.Icon--checkbox{color:var(--progress-checkbox-color)}.progress_e2d933d0 .Checkbox__overlay.Icon--checkbox-checked{color:var(--progress-checkbox-checked-color)}.progress_e2d933d0 .Field__label{margin-left:var(--space-half)}.progress_e2d933d0 .ProgressBar,.progress_e2d933d0 [role=progressbar] .ProgressBar--fill{height:calc(var(--space-small) - var(--space-half))}.progress_e2d933d0 .ProgressBar{border-radius:3px;padding:0}.progress_e2d933d0 [role=progressbar] .ProgressBar--fill{border-radius:3px 0 0 3px}.progress_e2d933d0 [role=progressbar][aria-valuenow="0"] .ProgressBar--fill{--progress-bar-fill-color:#0000}.progress_e2d933d0 [role=progressbar][aria-valuenow="100"] .ProgressBar--fill{border-radius:3px}.automatic__progress_bfc1c955 .ProgressBar--fill{--progress-bar-fill-color:var(--automatic-progress-color)}.igt__progress_c32c93fe .ProgressBar--fill{--progress-bar-fill-color:var(--igt-progress-color)}.remaining__progress_dbea4e04 .ProgressBar--fill{--progress-bar-fill-color:var(--remaining-progress-color)}.inputLabel_f3ef3c31{display:block}.inputLabel_f3ef3c31,.testIdField_b7aafc8a .Field{margin-bottom:var(--space-smaller)}.error_c349ebe5{color:var(--field-label-error-text-color);display:flex;font-size:var(--text-size-smaller)}.Dialog__content .error_c349ebe5>p{margin-bottom:var(--space-smallest);margin-top:0}.errorIcon_e55b594d{margin-right:var(--space-smallest)}.actions_d72043ce{--actions-border-color:#b3bfc6;--actions-tag-focus-color:var(--gray-90);--actions-tag-background-color:var(--accent-medium);--actions-export-button-hover-color:var(--accent-primary);--actions-button-border-color:var(--gray-40);--actions-button-icon-color:var(--gray-90)}.theme-dark .actions_d72043ce{--actions-border-color:var(--stroke-dark);--actions-tag-focus-color:var(--accent-info);--actions-tag-background-color:var(--accent-medium);--actions-export-button-hover-color:#fff;--actions-button-border-color:#0000;--actions-button-icon-color:#fff}.actions_d72043ce{align-items:center;background-color:var(--section-background-color);border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid var(--actions-border-color);display:flex;flex-basis:100%;justify-content:space-between;min-height:3rem;padding:var(--space-smallest)}.actions_d72043ce .Tag{font-weight:var(--font-weight-normal);margin:var(--space-half)}.theme-dark .actions_d72043ce .Tag{background-color:var(--list-background-color);color:var(--accent-secondary)}.actions_d72043ce .Tag em{font-style:normal;font-weight:var(--font-weight-medium);margin-left:var(--space-half);text-decoration:underline}@media (max-width:20rem){.actions_d72043ce{display:grid;grid-template-columns:auto 1fr;grid-template-rows:repeat(2,1fr)}.actions_d72043ce .Tag{grid-column:1}.action__buttons_b72b17f6{align-self:start;grid-column:2;grid-row:1/3}}.action__buttons_b72b17f6{display:flex;flex:1;justify-content:end;text-align:right}.action__buttons_b72b17f6 .export_button_e7190d97.export_icon_button_beafd97d{min-width:0;padding:0 var(--space-smallest)}.theme-dark .action__buttons_b72b17f6 .export_button_e7190d97.export_icon_button_beafd97d{border:0}.action__buttons_b72b17f6 .export_button_e7190d97:hover:before{box-shadow:0 0 0 1px var(--actions-export-button-hover-color)}.actions_d72043ce .Button--secondary{font-size:var(--text-size-smaller);margin:var(--space-half)}.actions_d72043ce .IconButton:not([disabled]):not([aria-disabled=true]){color:var(--actions-button-icon-color)}.actions_d72043ce .IconButton{border:1px solid var(--actions-button-border-color);margin:var(--space-half)}.actions_d72043ce .Button--tag:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--actions-tag-focus-color)}.overlay_fa6d117e .Loader{display:none}.overlay_fa6d117e .Loader__overlay__loader{min-height:auto;min-width:auto}.content_a8a8687e .ProgressBar+*{margin-top:var(--space-large)}.content_a8a8687e button{margin-top:var(--space-small)}.modal_a08503d8 .Field__labelDescription{line-height:1.2}.modal_a08503d8 .Radio__overlay{margin-right:var(--space-half)}.modal_a08503d8 label em{margin-left:var(--space-half)}.warning_d327d55a{color:inherit;font-weight:var(--font-weight-medium)}.danger_cf303e52{color:var(--error)}.danger_cf303e52 .Icon{margin-left:var(--space-half)}.danger_cf303e52 .Icon svg{height:1em;width:1em}.theme-dark .warning_d327d55a{color:var(--accent-warning)}.theme-dark .danger_cf303e52{color:var(--accent-danger)}.summary_ae244013{--summary-text-color:var(--dark-workspace-color);--total-issues-border-color:var(--gray-40);--summary-background-color:var(
119
+ )}:where(.ActionListItem:not([aria-checked=true])) .ActionListItem__selection{visibility:hidden}.ActionListItem__description{color:var(--action-list-item-description-color)}:where(.ActionListItem:is([aria-disabled=true])) .ActionListItem__description{color:var(--action-list-item-disabled-text-color)}:root{--expandcollapse-trigger-background-color:#0000;--expandcollapse-trigger-color:var(--gray-90);--expandcollapse-panel-background-color:#0000;--expandcollapse-panel-color:var(--gray-90)}.ExpandCollapse__trigger{align-items:center;background-color:var(--expandcollapse-trigger-background-color);color:var(--expandcollapse-trigger-color);display:flex;font-size:inherit}.fullWidth{width:100%}.ExpandCollapse__trigger-title{flex-grow:1;text-align:left}.ExpandCollapse__panel{color:var(--expandcollapse-panel-color)}.cauldron--theme-dark{--expandcollapse-trigger-color:var(--white);--expandcollapse-panel-color:var(--accent-light)}@media (prefers-reduced-motion:reduce){.ExpandCollapse__panel{animation:none!important}}a.Button--primary,a.Button--secondary,a.Button--thin{font-weight:var(--font-weight-medium)}a.Button--primary,a.Button--secondary{text-decoration:none}a.Button--thin{padding:0 var(--space-small)}.Icon{display:inline-block;vertical-align:middle}.Icon svg{display:block;height:var(--icon-size);width:var(--icon-size)}.Icon__up{transform:scaleY(-1)}.Icon__left{transform:rotate(90deg)}.Icon__right{transform:rotate(-90deg)}:root{--gray-70:#4d4d4d;--accent-secondary:#f2f2f2;--accent-button:#6cdaf2;--tile-background-color:var(--white);--pro-cta-accent:#ffdd75;--ai-gradient:linear-gradient(90deg,var(--focus-light) -130%,var(--accent-primary) 80%);--text-base-font-size:13px;--text-base-color:var(--gray-80);--text-header-color:var(--gray-70);--text-header-dark-color:var(--gray-80);--text-disabled-color:var(--gray-40);--text-accent-color:var(--accent-dark);--text-link-color:var(--accent-primary);--text-red-color:var(--accent-error);--nav-aside-width:325px;--nav-height:48px;--nav-bg-color:var(--accent-medium);--nav-text-color:var(--accent-light);--nav-link-color:var(--accent-dark);--navbar-background-color:#fff;--navbar-border-color:var(--accent-medium);--navbar-text-color:var(--text-base-color);--navbar-text-disabled-color:var(--gray-40);--list-background-color:var(--accent-secondary);--list-shadow-color:#00000026;--list-item-border-color:var(--gray-40);--list-item-text-color:var(--gray-70);--list-item-selected-text-color:var(--text-base-color);--list-item-selected-border-color:var(--accent-primary);--list-item-focus-border-color:var(--gray-40);--list-item-focus-accent-color:var(--gray-80);--record-list-tile-background-color:#fff;--record-list-tile-border-color:var(--gray-40);--record-list-tile-text-color:var(--accent-dark);--record-list-tile-text-accent-color:var(--gray-60);--record-list-v2-bg:var(--white);--record-list-v2-border-color:var(--gray-30);--record-list-v2-text-color:var(--gray-90);--record-list-v2-text-secondary-color:var(--gray-90);--record-list-v2-link-color:var(--accent-primary);--issues-header-background-color:var(--accent-medium);--issues-header-border-color:#182026;--issues-header-text-color:#fff;--header-logo-color:#0077c8;--footer-logo-color:var(--accent-primary);--footer-border-color:var(--gray-20);--icon-needs-review-color:currentColor;--radio-panel-hover-box-shadow:0 0 0 1px var(--button-outline-color-secondary);--splash-panel-box-shadow:0 4px 8px -2px #0000000a,0 2px 4px -2px #33333314;--splash-panel-border-color:var(--gray-30);--splash-panel-main-color:var(--gray-90);--splash-panel-accent-color:var(--accent-primary);--splash-redesign-background-color:var(--background-light);--splash-igt-icon-color:var(--accent-primary);--splash-header-bubbles-bg:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJMYXllcl8xIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjQ0LjUgMjkyLjciPjxzdHlsZT4uc3Qwe29wYWNpdHk6LjE1O2VuYWJsZS1iYWNrZ3JvdW5kOm5ld30uc3QwLC5zdDF7ZmlsbDojNjY2fS5zdDEsLnN0MntlbmFibGUtYmFja2dyb3VuZDpuZXd9LnN0MXtvcGFjaXR5Oi4xfS5zdDJ7b3BhY2l0eTouMjtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLXdpZHRoOjEwO3N0cm9rZS1taXRlcmxpbWl0OjEwfTwvc3R5bGU+PGNpcmNsZSBjeD0iNTQzLjciIGN5PSIyMDAuMiIgcj0iOTEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMDguMiIgY3k9IjE3MC4xIiByPSIxMDcuMiIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjU3My45IiBjeT0iNjkuMyIgcj0iMzIuNSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjE1Ny45IiBjeT0iNTQuMSIgcj0iNDMuNyIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjM0NS45IiBjeT0iMTc4LjkiIHI9IjMxLjUiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMDQuNiIgY3k9IjE4NC4yIiByPSI0MS41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iNTY1LjUiIGN5PSI5Mi4zIiByPSI3Mi41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iMTExLjIiIGN5PSIxMDcuMiIgcj0iMzciIGNsYXNzPSJzdDIiLz48Y2lyY2xlIGN4PSI0MDAuNCIgY3k9IjIxNi44IiByPSIxMC41IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMjg1LjQiIGN5PSIxNzAuMSIgcj0iMTQuMSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjUxMi45IiBjeT0iMTk4LjQiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSI1MzQuNSIgY3k9IjE1LjMiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjYuOSIgY3k9IjIyNSIgcj0iMTguNyIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjQ4NyIgY3k9IjU1LjMiIHI9IjI0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjMuOSIgY3k9IjE5LjgiIHI9IjEzLjYiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIzMDIuNSIgY3k9IjEwLjQiIHI9IjYuOSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjQ5OC44IiBjeT0iMTAuNCIgcj0iNi45IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMTAwLjkiIGN5PSI0OC40IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMTUuNSIgY3k9IjI1MC42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI0OTMuOSIgY3k9IjI0Ny42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI1NDEuNCIgY3k9IjIzMi4zIiByPSI2LjkiIGNsYXNzPSJzdDEiLz48L3N2Zz4=)}.theme-dark{--icon-needs-review-color:var(--accent-warning);--nav-text-color:#fff;--header-logo-color:#fff;--footer-logo-color:#fff;--footer-border-color:#fff;--text-accent-color:#fff;--nav-link-color:#fff;--navbar-background-color:var(--accent-dark);--navbar-border-color:#fff;--navbar-text-color:#fff;--navbar-text-disabled-color:var(--accent-medium);--list-background-color:var(--accent-medium);--list-shadow-color:#0000004d;--list-item-border-color:var(--accent-dark);--list-item-text-color:var(--accent-light);--list-item-selected-text-color:#fff;--list-item-selected-border-color:var(--accent-info);--list-item-focus-border-color:var(--gray-40);--list-item-focus-accent-color:#d5f4f7;--record-list-tile-background-color:var(--accent-dark);--record-list-tile-border-color:var(--accent-dark);--record-list-tile-text-color:#fff;--record-list-tile-text-accent-color:var(--accent-light);--record-list-v2-bg:var(--accent-dark);--record-list-v2-border-color:var(--dark-workspace-color);--record-list-v2-text-color:var(--white);--record-list-v2-text-secondary-color:var(--accent-light);--record-list-v2-link-color:var(--accent-info-light);--issues-header-background-color:#fff;--issues-header-border-color:var(--gray-40);--issues-header-text-color:var(--text-base-color);--ai-gradient:linear-gradient(90deg,var(--focus-light) -130%,var(--accent-info-active) 80%);--splash-panel-border-color:var(--stroke-dark);--splash-panel-main-color:var(--text-color-light);--splash-panel-accent-color:var(--text-color-light);--splash-redesign-background-color:var(--accent-dark);--splash-igt-icon-color:var(--accent-info-light);--splash-header-bubbles-bg:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA2NDQuNTUgMjkyLjY5Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOiNmZmZ9LmNscy0xe29wYWNpdHk6LjE1fS5jbHMtMntvcGFjaXR5Oi4xfS5jbHMtM3tmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEwcHg7b3BhY2l0eTouMn08L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSI1NDMuNzQiIGN5PSIyMDAuMjMiIHI9IjkxLjAzIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMDguMjIiIGN5PSIxNzAuMDgiIHI9IjEwNy4yNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTczLjkxIiBjeT0iNjkuMzEiIHI9IjMyLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjE1Ny44OCIgY3k9IjU0LjEiIHI9IjQzLjY3IiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSIzNDUuODkiIGN5PSIxNzguODUiIHI9IjMxLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIwNC41OSIgY3k9IjE4NC4yMiIgcj0iNDEuNSIgY2xhc3M9ImNscy0zIi8+PGNpcmNsZSBjeD0iNTY1LjUyIiBjeT0iOTIuMjciIHI9IjcyLjUiIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjExMS4yMSIgY3k9IjEwNy4yMiIgcj0iMzciIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjQwMC4zOCIgY3k9IjIxNi43OCIgcj0iMTAuNSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMjg1LjM1IiBjeT0iMTcwLjA4IiByPSIxNC4xNCIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNTEyLjk0IiBjeT0iMTk4LjM3IiByPSIxNC4xNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTM0LjUxIiBjeT0iMTUuMjkiIHI9IjE0LjE0IiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjYuOTIiIGN5PSIyMjQuOTgiIHI9IjE4LjciIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjQ4Ni45OCIgY3k9IjU1LjMzIiByPSIyNC4xIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjMuOTIiIGN5PSIxOS43NyIgcj0iMTMuNjMiIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjMwMi40OCIgY3k9IjEwLjQzIiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI0OTguNzkiIGN5PSIxMC40MyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMTAwLjg5IiBjeT0iNDguNDMiIHI9IjYuOTEiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIxNS40NiIgY3k9IjI1MC41OCIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNDkzLjg5IiBjeT0iMjQ3LjU4IiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI1NDEuNDEiIGN5PSIyMzIuMyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PC9zdmc+);--radio-panel-hover-box-shadow:0 0 0 1px var(--dark-workspace-color),0 0 0 2px var(--accent-light)}.axe-pro{--nav-aside-width:425px}.cauldron--theme-light{--focus:var(--focus-light);--tab-inactive-background-color:var(--gray-20)}:root{--extension-aside-width:31.25rem;--extension-nav-height:4.3125rem}.TopBar--thin{--extension-nav-height:2.6875rem}.extension-panel{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:100vw}.extension-header,.extension-nav{width:var(--extension-aside-width)}.fake-nav{width:100%}.extension-header{display:flex;flex-direction:column;height:calc(100vh - var(--extension-nav-height));overflow-y:auto}.extension-view{border-left:1px solid var(--accent-medium);display:flex;flex:1;flex-direction:column;height:100vh;margin-top:calc(var(--extension-nav-height)*-1);overflow-y:auto;width:calc(100vw - var(--extension-aside-width))}.extension-views{display:flex;flex:1}.extension-views>*{display:flex;min-width:100%}.layout--wide .layout-wide--hidden{display:none}@media (max-width:62.4375rem),(min-height:48rem){.layout-narrow--hidden{display:none}.extension-views{overflow:hidden}.extension-views>*{flex-direction:column}.extension-nav,.fake-nav{overflow:visible}.extension-header,.extension-nav,.extension-view{width:100%}.extension-header{height:unset}.extension-view{border-left:none;height:unset;margin-top:0}}@media (max-height:40rem){.layout--narrow .extension-views{overflow-y:auto}.layout--narrow .extension-views :not(.Combobox__listbox){overflow-y:visible!important}.layout--narrow .extension-views>*{overflow-x:hidden!important}.layout--narrow .extension-view{overflow:visible}}.token.attr-name,.token.builtin,.token.char,.token.function,.token.inserted,.token.selector,.token.string{color:#287f0a}.token.atrule,.token.attr-value,.token.class-name,.token.keyword{color:#147894}.token.boolean,.token.constant,.token.deleted,.token.function-name,.token.number,.token.property,.token.symbol,.token.tag{color:#c92c2c}.token.punctuation{color:#5f6364}:is(.language-css,.style) .token.string{color:#906a46}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#6a657a}@font-face{font-family:FontAwesome;src:url(../../assets/fonts/fontawesome-webfont.woff2)}body{font-size:var(--text-base-font-size)}a{text-decoration:none}body h1{font-size:15px;padding:0}h2{font-size:13px;font-weight:700;margin-top:.5em}h3,h4{font-size:12px;font-weight:400;margin-top:.5em}hr{border:0;border-top:1px solid #ccc;height:1px;margin:0 12px;padding:0}.Code code[class*=language-]{font-family:PT Mono,monospace;font-size:var(--text-size-smallest);line-break:anywhere;text-shadow:none}pre.Code.hljs{border-radius:3px}pre.Code.hljs code{white-space:break-spaces!important}.padded-msg{padding:0 16px}.padded-msg+.padded-msg{margin-top:0}body [tabindex="-1"]:focus{outline-offset:-2px}[data-whatinput=mouse] [tabindex="-1"]:focus{outline:none}#axeDisconnectedOverlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1}#axeDisconnectedOverlay main{align-items:stretch;background-color:#fff;display:flex;flex-direction:column;height:100vh;overflow:auto;padding:1rem;width:100vw}#axeDisconnectedOverlay h1{text-align:center}#axeDisconnectedOverlay .main{color:#000;display:flex;flex-direction:column;text-align:center}#axeDisconnectedOverlay .main ul{align-self:center;text-align:left}#axeDisconnectedOverlay .main>p{margin:0 15px 20px;text-align:left}#axeDisconnectedOverlay .main>svg{height:75px}#axeDisconnectedOverlay .main>svg path{direction:ltr;display:inline;fill:#283640;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;letter-spacing:normal;line-height:normal;marker:none;opacity:1;overflow:visible;stroke:none;text-align:start;text-anchor:start;text-decoration:none;text-indent:0;text-transform:none;visibility:visible;word-spacing:normal;writing-mode:lr-tb;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans}body .Checkbox__overlay,body .Radio__overlay{display:flex}body .Toast{top:0}body.layout--wide .Toast{left:0;top:0}.Modal h3{font-size:var(--text-size-small)}body{overflow:hidden}h1,h2,h3,h4{font-weight:400}[role=button],button{background:#0000;color:inherit;font-family:Roboto}.progressbar{--progressbar-border-width:2px;--progressbar-height:5px;background-color:var(--gray-40);box-sizing:border-box;height:var(--progressbar-height);margin-top:var(--progressbar-border-width)}.progressbar .progress{background-color:#a5db75;border:var(--progressbar-border-width) solid var(--accent-dark);box-sizing:border-box;height:calc(var(--progressbar-height) + var(--progressbar-border-width)*2);transform:translateY(calc(var(--progressbar-border-width)*-1))}.progressbar[aria-valuenow="0"] .progress{display:none}.progressbar[aria-valuenow="100"] .progress{background-color:var(--accent-button)}.extension-logo{color:var(--header-logo-color);margin-bottom:-1.4em}.extension-name{font-family:var(--base-font-family);font-size:20px;font-weight:300}.extension-title span{font-size:12px}.extension-info{display:flex;flex:1;flex-direction:column;margin-bottom:.313rem;width:100%}.extension-info .extension-title{margin-left:3rem}.extension-info--thin .extension-title{margin-left:2rem;margin-top:-.094rem}.extension-info--thin{margin-bottom:0}.extension-title em{font-size:var(--text-size-smallest);white-space:nowrap}.extension-title a{padding:0;text-decoration:underline}.extension-title a,.extension-title a:hover{color:var(--nav-link-color)}.extension-name strong{font-weight:400}.TopBar button{padding:0 var(--space-smallest)}.TopBar--thin .extension-name{font-size:var(--text-size-small)}.extension-info--thin .extension-logo{height:32px;margin-bottom:-18px;margin-top:0;width:32px}.TopBar--thin .menuitem--text{display:none}.extension-header{background-color:#fff}.theme-dark .extension-header{background-color:#53636e}.inverted-box--trim{--trim-border-spacing:3px;background-color:var(--accent-dark);color:#fff;padding:calc(var(--space-small) - var(--trim-border-spacing)) var(--space-small);position:relative}.inverted-box--trim:before{top:var(--trim-border-spacing)}.inverted-box--trim:after{bottom:var(--trim-border-spacing)}.inverted-box--trim{background-color:#fff;color:var(--gray-80)}.inverted-box--trim:after,.inverted-box--trim:before{background-color:var(--accent-dark);content:"";display:block;height:3px;left:0;position:absolute;width:100%}.header-topbar{width:100%}.header-topbar .Tablist{display:flex;justify-content:space-evenly;width:100%}.header-topbar .Tab{border-bottom:1px solid var(--tabs-border-color);border-top:none;font-size:var(--text-size-small);width:100%}.extension-header .TabPanel{border-top:none}.cauldron--theme-dark .header-topbar .Tab{border-bottom:none}.header-topbar .Tab--active{border-bottom:none;width:100%}.caret{border-left:3px solid #0000;border-right:3px solid #0000;border-top:5px solid;pointer-events:none}.error-view{align-items:center;display:flex;flex-direction:column;padding:var(--space-gutter)}.error-view h2{font-size:var(--text-size-medium)}.error-view ul{background-color:#fff;border:1px solid var(--gray-40);padding:var(--space-medium) var(--space-largest)}.error-view ul li+li{margin-top:var(--space-smallest)}.theme-dark .error-view ul{background-color:var(--accent-medium);border:1px solid var(--stroke-dark)}.loading-scrim{align-items:center;background:#fffffff2;border:2px solid var(--accent-dark);border-radius:3px;color:var(--text-base-color);display:inline-flex;flex-direction:column;font-size:var(--text-size-normal);left:50%;min-height:200px;min-width:200px;padding:0 1em 1em;position:sticky;top:50%;transform:translate(-50%,-50%)}.menu-item-separator{display:inline-block;margin-left:-.25em;overflow:visible;transform:translateX(calc(var(--space-medium)*-1));width:0}:root{--route-transition-timing-function:cubic-bezier(0.83,0,0.17,1);--route-transition-duration:250ms}@media (prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}}.LoaderOverlay{view-transition-name:loader-overlay}::view-transition-old(loader-overlay){display:none}::view-transition-new(loader-overlay){animation:none}.transition--slide-in::view-transition-new(root){animation:slide-left-in var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}.transition--slide-in::view-transition-old(root){animation:slide-left-out var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}@keyframes slide-left-in{0%{opacity:0;transform:translateX(min(25vw,100px))}}@keyframes slide-left-out{to{opacity:0;transform:translateX(calc(min(25vw, 100px)*-1))}}.transition--slide-out::view-transition-new(root){animation:slide-right-in var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}.transition--slide-out::view-transition-old(root){animation:slide-right-out var(--route-transition-duration) forwards;animation-timing-function:var(--route-transition-timing-function)}@keyframes slide-right-in{0%{opacity:0;transform:translateX(calc(min(25vw, 100px)*-1))}}@keyframes slide-right-out{to{opacity:0;transform:translateX(min(25vw,100px))}}.TopBar{padding-left:var(--space-small);position:static}.TopBar>ul{flex:initial}.TopBar>ul>li:not(.sign-in-link):not(:last-child){border-left:1px solid var(--top-bar-menuitem-separator);padding:0}.TopBar>ul>li:last-child{border-right:1px solid var(--top-bar-menuitem-separator);padding:0 var(--space-smallest)}.TopBar ul button:not(.Link){align-items:center;display:flex;flex-direction:column;font-size:var(--text-size-smallest);max-width:80px;white-space:normal}.TopBar ul button.Link{color:var(--nav-link-color);font-weight:400;padding:0;text-decoration:underline}.OptionsMenu{width:auto}.OptionsMenu .OptionsMenu__list-item{font-size:var(--text-base-font-size)}.Field__select+.Field__select{margin-top:0}.Field__select .Field__select--wrapper{width:clamp(0px,25rem,100%)}.Dialog.Alert .Dialog__content{line-height:1.4}.Dialog__content .Field{width:100%}.Dialog{z-index:2}.cauldron--theme-dark .Dialog__content{padding:calc(var(--space-small) - 4px) calc(var(--space-small) - 4px)}.Dialog__inner{top:clamp(8px,18vh - 50px,100px)}[role=heading],h1,h2,h3,h4,h5,h6{color:inherit}.Tag{font-size:var(--text-size-smaller);min-height:var(--tag-small-height)}.cauldron--theme-dark{--tab-inactive-background-color:var(--accent-dark);--tab-inactive-text-color:var(--white);--tab-active-background-color:var(--accent-medium);--tabs-active-text-color:var(--accent-light)}body.cauldron--theme-dark,body.cauldron--theme-light{background:var(--white)}.cauldron--theme-dark .Layout{color:var(--text-color-base)}.cauldron--theme-dark.layout--wide .extension-view a.text-overflow-ellipsis:not(.Button--primary){color:var(--record-list-tile-text-accent-color)}@media (min-width:50.0625rem) and (max-height:48.0625rem){.cauldron--theme-dark .extension-view a.text-overflow-ellipsis:not(.Button--primary){color:var(--record-list-tile-text-accent-color)}}.cauldron--theme-dark .element-selector .element-selector-head .element-selector-toggle,.cauldron--theme-dark .panel-wrap .panel-content h2.msg,.cauldron--theme-dark .qa .question h2,.cauldron--theme-dark .selected-elements .head h3{color:var(--gray-90)}.cauldron--theme-dark .qa button.Link{color:var(--accent-primary)}.cauldron--theme-dark .axe-pro-guided-route .Field__label{color:var(--gray-90)}.cauldron--theme-dark .Dialog .Field__required-text{color:var(--white)}.cauldron--theme-light .IconButton{--icon-button-outline-color-error:var(--accent-medium);--icon-button-background-color:var(--accent-medium);--icon-button-icon-color:#fff}.cauldron--theme-light .IconButton:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--accent-medium)}.axe-pro-guided-route{--top-bar-background-color-active:var(--accent-dark);--top-bar-text-color:var(--accent-light)}.axe-pro-guided-route .Link,.axe-pro-guided-route .Link:hover{--link-text-color:#3c7aae}.Tabs{width:auto}.Tabs--horizontal{border-right:0;border-top:0}.Tabs .Tab{border-top:none;flex:1;font-size:var(--text-size-small)}.TabPanel{border:none}.cauldron--theme-light .IconButton.IconButton--secondary{border:1px solid var(--icon-button-border-color-secondary)}.cauldron--theme-light .IconButton.IconButton--secondary:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--accent-medium)}.cauldron--theme-dark .IconButton.IconButton--secondary:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--white)}.cauldron--theme-dark .Checkbox__overlay.Icon--checkbox-checked{color:var(--accent-primary)}.cauldron--theme-dark .Dialog :is(.Checkbox__overlay.Icon--checkbox-checked,.Radio__overlay.Icon--radio-checked){color:currentColor}.cauldron--theme-dark .axe-pro-guided-route :is(.Checkbox__overlay.Icon--checkbox-unchecked,.Radio__overlay.Icon--radio-unchecked){color:var(--gray-90)}.cauldron--theme-dark{--expandcollapse-trigger-color:currentColor}.cauldron--theme-dark .axe-pro-guided-route{--field-error-text-color:#d93251;--error:#d93251}.cauldron--theme-dark .TopBar{border-bottom:1px solid var(--top-bar-border-bottom-color)}.cauldron--theme-dark .extension-view .TabPanel .Field__label,.cauldron--theme-dark .extension-view .TabPanel button.Link{color:unset}.cauldron--theme-dark .Dialog.Alert .Dialog__inner{background-color:var(--accent-dark)}.cauldron--theme-dark .Dialog.Alert .Dialog__header{background-color:var(--accent-medium);border-bottom:none}.cauldron--theme-dark .Dialog.Alert .Dialog__footer{background-color:initial;border-top:none}.cauldron--theme-dark .Dialog.Alert .Dialog__content .Link,.cauldron--theme-dark .Dialog.Alert .Dialog__content .Link:hover{color:currentColor}.Toast ul{margin-left:1.5em}.ProgressBar--thin{border-radius:3px;padding:3px}.ProgressBar--thin .ProgressBar--fill{border-radius:1px;height:var(--space-half);min-width:1px}.theme-dark .Combobox__arrow{color:var(--text-color-light)}.custom-integration-splash-wrap .Notice__content .Link{padding-left:0}.advanced-rules-settings__confidence.Panel{border:none;box-shadow:none;margin-left:1.9rem;padding:0}.ButtonGroup--flex{display:flex;flex-wrap:wrap;gap:var(--space-smallest)}.ButtonGroup--flex :is([class*=Button--]+[class*=Button--]){margin-left:0}.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-align__start{align-self:start}.text-uppercase{text-transform:uppercase}.text-center{text-align:center}.text-right{text-align:right}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-overflow-wrap{line-break:anywhere}.full-width{width:100%}.flex-center{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:min-content;width:100%}.space--top{padding-top:var(--space-small)}.hidden{display:none!important}.deque-footer{align-items:center;background-color:var(--navbar-background-color);border-top:1px solid var(--footer-border-color);color:var(--text-accent-color);display:flex;gap:var(--space-smaller);justify-content:space-between;padding:var(--space-medium) 36px}.deque-footer .Link{width:fit-content}.deque-footer .logo{background-color:var(--footer-logo-color);-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJMYXllcl8xXzE1ODkzMDgxNzQyNjgiIHdpZHRoPSI4MiIgaGVpZ2h0PSIyOSIgeD0iMCIgeT0iMCIgb3ZlcmZsb3c9InZpc2libGUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCA1NDcuNyAxOTQuNiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PHN0eWxlPi5zdDBfMTU4OTMwODE3NDI2OHtmaWxsOmN1cnJlbnRDb2xvcn08L3N0eWxlPjxwYXRoIGQ9Ik00MTEuNCAxMDAuMWMwIDgtLjMgMTMuNi0uOSAxNi43LS40IDIuNi0xLjMgNS0yLjUgNy4zLTIgMy40LTQuOCA2LjEtOC4yIDgtMy44IDEuOS04IDIuOS0xMi4zIDIuOC04LjIgMC0xMy44LTIuMS0xNy4xLTYuMy0zLjUtNC41LTUuMy0xMi45LTUuMy0yNC43VjQ5LjNoLTIwLjhWMTAzYzAgMTguMyAzLjMgMzEuMiAxMCAzOS40czE3LjkgMTIuNiAzMi45IDEyLjZjNi4yLjEgMTIuNC0xIDE4LjItMy40IDIuMi0xIDQuMi0yLjEgNi4xLTMuNXY0LjNoMjAuOFY0OS4zaC0yMC44ek0xOTggMTE4LjJjLTIuNSA0LjctNi4xIDguNy0xMC41IDExLjYtNSAzLjItMTAuOCA0LjktMTYuOCA0LjgtOSAwLTE2LjItMi43LTIyLjEtOC4zLTQuOS00LjYtOC4xLTEwLjctOS4yLTE3LjNoODQuOHYtNS4zYzAtMTYuNy00LjktMzAuNS0xNC42LTQxLjFzLTIyLjYtMTYuMS0zOC0xNi4xYy0xNS42IDAtMjguNyA1LjItMzguOSAxNS40cy0xNS4yIDIzLjItMTUuMiAzOC43Yy0uMiAxNC40IDUuNCAyOC4yIDE1LjUgMzguMyA5LjkgMTAuNCAyMy43IDE2LjIgMzguMSAxNiAxMC43LjIgMjEuMi0zIDMwLTkuMiA4LjUtNi4xIDE1LjItMTQuOCAxOS45LTI2bC43LTEuNnptLTQ4LjYtNDMuOWM1LjYtNSAxMi4yLTcuNCAyMC4zLTcuNCA4LjggMCAxNS43IDIuMiAyMS4xIDYuOSA0LjMgMy43IDcuNiA5LjEgOS44IDE2aC02MC40YzEuNC02IDQuNi0xMS40IDkuMi0xNS41bTM3MC4yIDQzLjljLTIuNSA0LjctNi4xIDguNy0xMC41IDExLjYtNSAzLjItMTAuOCA0LjktMTYuOCA0LjgtOSAwLTE2LjItMi43LTIyLjEtOC4zLTQuOS00LjYtOC4xLTEwLjctOS4yLTE3LjNoODQuN3YtNS4zYzAtMTYuNy00LjktMzAuNS0xNC42LTQxLjFzLTIyLjYtMTYuMS0zOC0xNi4xYy0xNS42IDAtMjguNyA1LjItMzguOSAxNS40UzQzOSA4NS4yIDQzOSAxMDAuN2MtLjIgMTQuNCA1LjQgMjguMiAxNS41IDM4LjMgOS45IDEwLjQgMjMuNyAxNi4yIDM4LjEgMTYgMTAuNy4yIDIxLjItMyAzMC05LjIgOC41LTYuMSAxNS4yLTE0LjggMTkuOS0yNmwuNy0xLjZ6TTQ3MSA3NC4zYzUuNi01IDEyLjItNy40IDIwLjMtNy40IDguOCAwIDE1LjcgMi4yIDIxLjEgNi45IDQuMyAzLjggNy42IDkuMSA5LjggMTZoLTYwLjRjMS40LTYgNC42LTExLjQgOS4yLTE1LjUiIGNsYXNzPSJzdDBfMTU4OTMwODE3NDI2OCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+PGNpcmNsZSBjeD0iNTMiIGN5PSIxMDEuNyIgcj0iMTkuNCIgY2xhc3M9InN0MF8xNTg5MzA4MTc0MjY4IiB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiLz48cGF0aCBkPSJNMTA4LjUgMTAwLjhWMEg4MnY1NC43Yy0yNS43LTE1LjQtNTkuMS03LTc0LjUgMTguN3MtNyA1OS4xIDE4LjcgNzQuNWMxMi44IDcuNyAyOC4xIDkuNyA0Mi41IDUuNy4yIDAgLjMtLjEuNS0uMVYxMzJjLS45LjctMS44IDEuMy0yLjggMS43LTQuMyAxLjktOC45IDIuOC0xMy42IDIuOC05LjIuMi0xOC0zLjQtMjQuMy0xMC02LjQtNi42LTkuOS0xNS40LTkuNy0yNC42cTAtMTQuODUgOS45LTI0LjljOS45LTEwLjA1IDE0LjktMTAgMjQuOC0xMCA1IDAgMTUuMSAxLjMgMjEuMyA2LjIgNS43IDQuNSAxMS44IDExLjEgMTEuNiAyOC40LS4xIDUuMSAwIDI4LjEuMSA0My40LjktLjYgMS44LTEuNCAyLjYtMi4xIDExLjktMTAgMTguOS0yNC41IDE5LjMtNDB2LTEuNGMwLS4yLjEtLjUuMS0uN00zMzYuOSAxOTB2LTE1LjVjLS4xLTIzLjEtLjMtNjQuOS0uMi03My42LjMtMjYuOC05LjItMzctMTgtNDQtOS42LTcuNi0yNS4zLTkuNy0zMy4xLTkuNy0xNS4zIDAtMjguMiA1LjItMzguNCAxNS42LTEwLjIgMTAuMy0xNS40IDIzLjMtMTUuNCAzOC42IDAgMTUgNS4xIDI3LjkgMTUgMzguMiAxMCAxMC4zIDIyLjcgMTUuNiAzNy43IDE1LjYgNy4zLjIgMTQuNS0xLjMgMjEuMS00LjIgMy42LTEuNyA2LjctNC4yIDkuMS03LjR2NDkuMUgzMzd6bS01Mi42LTU1LjZjLTE4LjEgMC0zMi43LTE1LTMyLjctMzMuNXMxNC42LTMzLjUgMzIuNy0zMy41IDMyLjcgMTUgMzIuNyAzMy41LTE0LjcgMzMuNS0zMi43IDMzLjUiIGNsYXNzPSJzdDBfMTU4OTMwODE3NDI2OCIgdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIi8+PC9nPjwvc3ZnPg==)}.legal,.powered-by{display:flex;flex-direction:column}.legal{text-align:right}.legal a,.legal a:hover{color:var(--text-accent-color);text-decoration:underline}.theme-dark .deque-footer .legal a{color:#fff}@media (max-width:25rem){.deque-footer{padding:var(--space-medium) var(--space-small)}}@media (max-height:400px) and (max-width:800px){#container>.axe-pro-guided-route{margin-top:0}}.panel-wrap,body,html{height:100vh}.panel-wrap{display:flex;flex-direction:column;margin:0;text-align:center}.panel-wrap.Layout{bottom:auto;font-size:15px;left:auto;overflow-x:auto;overflow-y:auto;padding:0;position:relative;right:auto;top:auto;z-index:0}.panel-wrap .panel-content{background:var(--tile-background-color);flex:1 1 auto;overflow-y:auto;position:relative;scroll-padding-bottom:60px;scroll-padding-top:60px}@media screen and (min-width:840px){.panel-wrap .panel-content{display:flex;flex-direction:column}.panel-wrap .panel-content:has(.split-scroll){overflow-y:hidden}}.panel-wrap .panel-content .sect{background:var(--tile-background-color);border-bottom:4px solid var(--top-bar-background-color-active);font-size:15px;padding:var(--space-small)}.panel-wrap .panel-content .sect:has(.off-white-bg){background-color:var(--background-light)}.panel-wrap .panel-content .sect.question--no-border{border-bottom:none}.panel-wrap .panel-content .sect ul{margin-left:1.5em;text-align:left}.panel-wrap .panel-content .sect ul li{margin:2px 0}.panel-wrap .panel-content .sect hr{margin:var(--space-large) 0}.panel-wrap .panel-content .sect hr.no-top-margin{margin-top:0}@media screen and (min-width:840px){.panel-wrap .panel-content .sect{border-bottom:none;border-right:1px solid var(--field-border-color);box-sizing:border-box;overflow-y:auto}}.panel-wrap .panel-content .msg{color:var(--header-text-color-dark);font-size:var(--text-size-medium);font-weight:var(--font-weight-normal)}.panel-wrap .panel-content h2.msg{font-size:var(--text-size-normal);font-weight:var(--font-weight-bold)}.panel-wrap .panel-content .url{background:#f2f2f2;border:1px solid #ccc;font-style:italic;margin:var(--space-medium);padding:8px;word-break:break-all}.panel-wrap .panel-content .starter .Link{font-size:var(--text-size-small)}@media screen and (min-width:840px){.panel-wrap .panel-content .no-test-msg{border-right:1px solid var(--field-border-color);box-sizing:border-box;padding-top:45px;width:35vw}.panel-wrap .panel-content .msg,.panel-wrap .panel-content .no-test-msg{font-size:var(--text-size-normal);line-height:1.5}.panel-wrap .panel-content .starter{border-top:1px solid var(--field-border-color);bottom:0;left:0;padding:10px 0;position:fixed;width:35vw}.panel-wrap .panel-content .start-landscape{align-items:center;border-right:none;display:flex;flex:1;flex-direction:column;justify-content:center}.panel-wrap .panel-content .image-answer-wrap{flex:1;padding:0}}.panel-wrap footer{background:var(--tile-background-color);box-sizing:border-box;flex:0 0 auto;z-index:2}.panel-wrap footer .controls{align-items:center;border-top:1px solid var(--disabled);display:flex;padding:10px}@media screen and (min-width:840px){.panel-wrap footer .controls{align-items:center;background:var(--tile-background-color);border-right:1px solid var(--field-border-color);bottom:0;box-sizing:border-box;flex-wrap:wrap;justify-content:center;left:0;position:fixed;width:35vw;z-index:-1}}.panel-wrap footer .controls button{margin:0 5px}.panel-head{align-items:center;background-color:var(--top-bar-background-color-active);border-bottom:1px solid var(--text-color-light-disabled);box-sizing:border-box;display:flex;height:69px;justify-content:center;min-height:69px;position:static!important}.panel-head .axe-logo{height:auto;padding:var(--space-smallest) 0 var(--space-smallest) var(--space-small);width:51px}.panel-head .axe-logo path{fill:var(--tile-background-color)}.panel-head h1{color:var(--tile-background-color);font-size:var(--text-size-normal);font-weight:400;font-weight:var(--font-weight-normal);padding:var(--space-smallest) calc(var(--space-large)/2)}.panel-head h1 span{color:var(--top-bar-text-color)}.panel-head .OptionsMenu{border-left:1px solid var(--text-color-light-disabled);display:flex;height:100%;margin-left:auto;padding:0 5px;width:36px}.panel-head .OptionsMenu .OptionsMenu__trigger{align-self:center;background:#0000;border:0;color:var(--tile-background-color);font-size:var(--text-size-normal);height:auto;justify-content:center;padding:15px 0}.panel-head .OptionsMenu .OptionsMenu__list{right:0;top:100%}.selected-elements{margin-bottom:var(--space-small)}@media screen and (min-width:840px){.selected-elements{flex:1}}.selected-elements .head{align-items:center;display:flex}.selected-elements .head p{color:var(--header-text-color-dark);font-size:var(--text-size-normal);font-weight:var(--font-weight-normal);margin:0}.selected-elements .head p span{font-weight:var(--font-weight-medium)}.selected-elements .head .Help__button-wrap{margin-left:auto;margin-right:2px}.selected-elements .head .Help__button-wrap [role=tooltip]{right:-25px}.selected-elements .head .mouse-selection em{font-style:normal;margin-left:var(--space-half);text-decoration:underline}.selected-elements .selection p{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-light)}.selected-elements .selection ol{counter-reset:li;list-style:none;margin:0;padding:0;text-align:left}.selected-elements .selection ol li{align-items:center;background:var(--list-background-color);border:1px solid var(--disabled);color:var(--header-text-color-dark);display:flex;font-size:var(--text-size-small);font-weight:var(--font-weight-normal);margin:var(--space-smallest) 0;padding:7px}.selected-elements .selection ol li:before{content:counter(li) ".";counter-increment:li}.selected-elements .selection ol li code{font-size:var(--text-size-smallest);margin-left:7px}.selected-elements .selection ol li .actions{margin-left:auto}.selected-elements .selection ol li .actions .highlight[aria-checked=true]{color:var(--focus);outline:2px solid var(--focus)}.selected-elements .selection ol li .actions .trash{background:#0000;color:var(--text-color-base);font-size:var(--text-size-small)}.selection .Icon--robot svg{height:auto;margin:0 var(--space-smallest);width:auto}.remove-all{display:flex;margin-left:auto;margin-top:12px}.remove-all[disabled]{color:var(--disabled);pointer-events:none}.DOMWalker_b9beb77d{background-color:#fff;border-bottom:1px solid var(--border-color);height:10rem;margin:0;overflow:auto;padding:var(--space-smallest) var(--space-small)}.theme-dark .DOMWalker_b9beb77d{background-color:var(--code-background-color)}.DOMWalker_b9beb77d .Code.hljs{background-color:#fff;border:0;margin:0;padding:0}.theme-dark .DOMWalker_b9beb77d .Code.hljs{background-color:var(--code-background-color)}.DOMWalker_b9beb77d,.DOMWalker_b9beb77d ul{list-style:none;margin:0;text-align:left}.DOMWalker_b9beb77d ul{border-left:1px dotted var(--gray-60);display:grid;padding-left:var(--space-medium)}.DOMWalker_b9beb77d ul li{margin-right:10px}.DOMWalker_b9beb77d li:focus{outline:0}.DOMWalker_b9beb77d li:focus>.DOMWalker__item-text_c6856bf6{outline:2px solid var(--focus)}.DOMWalker__item-text_c6856bf6:hover,.DOMWalker__item-text_c6856bf6:hover .hljs.Code{background-color:var(--accent-secondary)}.theme-dark .DOMWalker__item-text_c6856bf6:hover,.theme-dark .DOMWalker__item-text_c6856bf6:hover .hljs.Code{background-color:var(--accent-medium)}.DOMWalker__item-text_c6856bf6{align-items:center;display:flex;min-height:2rem;transform:translateX(-9px);width:calc(100% + 9px)}.DOMWalker__item-text--no-children_a6c1e106{padding-left:19px}.DOMWalker__item-text--active_c0ba1a7b{padding-right:0}.DOMWalker__item-text_c6856bf6 code{flex:1}.DOMWalker_b9beb77d .attr-value{color:var(--link-text-color)}.DOMWalker_b9beb77d .token.tag{color:var(--accent-dark)}.DOMWalker_b9beb77d .more-info-wrap{flex:1;text-align:right}.DOMWalker_b9beb77d .more-info{min-height:var(--target-size-minimum);min-width:var(--target-size-minimum)}.DOMWalker_b9beb77d .swatch_d9725588{background:var(--top-bar-accent-error);border:1px solid var(--header-text-color-dark);height:15px;position:relative;width:15px}.element-selector{--element-selector-text-color:var(--text-color-base);--element-selector-border-color:var(--top-bar-border-bottom-color);--element-selector-background-color:#fff}.theme-dark .element-selector{--element-selector-text-color:#fff;--element-selector-background-color:var(--accent-medium)}.element-selector:is(*):is(*){font-size:var(--text-size-smaller)}.element-selector{color:var(--element-selector-text-color)}.head_cbc2e52b{align-items:center;background-color:var(--element-selector-background-color);border-bottom:1px solid var(--element-selector-border-color);border-top:1px solid var(--element-selector-border-color);display:flex;flex-wrap:wrap;gap:var(--space-half);padding:var(--space-smallest) var(--space-small)}.element-selector .head_cbc2e52b h3{flex-grow:1;font-size:var(--text-size-smaller);margin:0;text-align:left}.head_cbc2e52b .Icon,.head_cbc2e52b .Icon svg{height:1rem;width:1rem}.toggle_c8726bae .Icon{background-color:var(--accent-dark);border-radius:2px;color:#fff}.theme-dark .toggle_c8726bae .Icon{background-color:#fff;color:var(--accent-dark)}.controls_aa6a5da1{align-items:center;display:flex;flex-wrap:wrap;row-gap:var(--space-quarter)}.controls_aa6a5da1 .IconButton{margin:0;margin-left:var(--space-smallest)}.counter_fc819aba{align-self:center;font-size:var(--text-size-smaller);margin-right:var(--space-smallest)}@media (min-width:840px){.panel-wrap .element-selector{bottom:0;position:fixed;right:0;width:65%}body:has(.element-selector>div>button[aria-expanded=true]) .answer.sect{padding-bottom:12.625rem}}.searchBar_c01ea85c{align-items:center;column-gap:var(--space-half);display:flex;flex-wrap:wrap;padding:var(--space-half) var(--space-smaller) 0 var(--space-smaller)}.searchBar_c01ea85c form{flex:1 1 var(--input-min-width)}.searchBar_c01ea85c .Field__text-input{min-width:unset}.searchControls_dc3d6f8b{align-items:center;align-self:stretch;column-gap:0;display:flex;position:relative;width:6.25rem}.searchControls_dc3d6f8b>.searchPages_bf3ca32e{flex:1;margin-left:calc(var(--space-half)*-1);margin-right:var(--space-half);white-space:nowrap}.searchBar_c01ea85c .searchControls_dc3d6f8b .IconButton{background-color:initial;border:none;border-left:1px solid var(--field-border-color);border-radius:0;margin:0;min-height:100%;width:var(--target-size-minimum)}.searchControls_dc3d6f8b .IconButton:before{border-radius:0}.scoper .question :is(em,p){display:block;margin:24px auto;max-width:370px}.scoper h2{font-size:var(--text-size-normal)}.scoper.panel-wrap .panel-content .sect.selected-elements{border-bottom:none}@media screen and (min-width:840px){.scoper .qa .no-test-msg{border-right:none;padding-top:0;width:auto}}.image-wrap{align-items:center;border:1px solid var(--text-color-base);box-sizing:border-box;display:flex;flex:0 0 75px;height:75px;justify-content:center;width:75px}.image-wrap.large{flex:0 0 146px;height:146px;width:146px}.image-wrap[tabindex="0"]:focus,.image-wrap[tabindex="0"]:hover{border:var(--space-quarter) solid var(--focus);border-radius:var(--space-quarter);box-shadow:inset 0 0 5px 0 var(--focus-glow),0 0 5px 0 var(--focus-glow);left:-7px;outline:none;top:-7px}.image-wrap img{height:auto;max-height:100%;max-width:100%;width:auto}.image-check svg,.image-wrap svg{width:50px}.itemCycler_f3e5a549{border-left:var(--border-width) solid #0000;border-right:var(--border-width) solid #0000;padding:0 var(--layout-padding);text-align:left}.itemCycler_f3e5a549:focus{border-left-color:var(--top-bar-background-color);outline:0}.itemCycler_f3e5a549>hr:first-of-type{margin-top:0!important}.breakdown_cc7a1511{align-items:center;display:flex;gap:var(--space-medium)}.breakdownContent_f32ac493{display:flex;flex-grow:1;flex-wrap:wrap;gap:var(--space-medium)}.breakdownActions_db552370{flex-shrink:0}.breakdownActions_db552370 .IconButton[aria-checked=true]{color:var(--focus);outline:2px solid var(--focus)}.breakdownInfo_beb6ed39{flex:1 0 50%;margin-right:var(--space-smallest)}.breakdownInfo_beb6ed39 dl{display:flex;flex-direction:column;height:100%;margin:0}.breakdownInfo_beb6ed39 dt{font-weight:var(--font-weight-medium);margin-bottom:var(--space-half)}.breakdownInfo_beb6ed39 dd{margin:0}.breakdownInfo_beb6ed39 dd:not(:last-child){margin-bottom:var(--space-small)}.states_e38412b9{border-left:var(--border-width) solid #0000;border-right:var(--border-width) solid #0000;padding:var(--space-medium) var(--space-smallest)}.states_e38412b9:focus{border-left-color:var(--top-bar-background-color);outline:0}.states_e38412b9 .Error{display:none}.states_e38412b9 .Field__select label{font-size:var(--text-size-smallest);font-weight:400}.question_c65791f2 p{margin:0}.head_f8299680{align-items:flex-start;display:flex}.head_f8299680 .IconButton{margin-left:auto}.head_f8299680 h4{color:var(--header-text-color-dark);font-size:var(--test-size-small)}.states_f31e20f8{position:relative}.states_f31e20f8 h3{color:var(--header-text-color-dark);font-size:var(--text-size-normal);font-weight:var(--font-weight-bold)}.getReady_d86bca58{border:1px solid var(--disabled);margin:var(--space-small) 0;padding:var(--space-small)}.getReady_d86bca58 em{display:block;margin-bottom:var(--space-smallest)}.roleSuggestion_f89f5090{border:4px solid var(--accent-primary);color:var(--gray-90);margin-bottom:var(--space-small);padding:12px}.roleSuggestion_f89f5090>div{display:flex}.roleSuggestion_f89f5090>div:first-of-type{margin-bottom:var(--space-small)}.roleSuggestion_f89f5090 .Icon{margin-right:var(--space-smallest)}.roleSuggestion_f89f5090 .Icon svg{height:auto;width:auto}.image-check{align-items:center;border:1px solid var(--text-color-base);border-radius:var(--space-quarter);cursor:pointer;display:flex;height:75px;justify-content:center;margin:var(--space-small);position:relative;width:75px}.image-check img{height:auto;max-height:100%;max-width:100%;width:auto}.image-check:focus,.image-check:hover{outline:none}.image-check:focus:after,.image-check:hover:after{border-radius:var(--space-quarter);box-shadow:0 0 1px 2px var(--focus);content:"";height:calc(100% + 14px);position:absolute;width:calc(100% + 14px)}.image-check[aria-checked=true]{box-shadow:inset 0 0 0 1px #000}.ungrouped_d72ccc8b{display:flex;flex-wrap:wrap}.loadingMessage_b9d91de9 svg,.wrap_fcf7961e svg{height:auto;width:auto}.loadingMessage_b9d91de9 .Icon{margin-right:var(--space-smallest)}.wrap_c196cb7f svg{height:auto;width:auto}.aiMessage_a5b2235f{color:var(--header-text-color-dark);font-size:var(--text-size-small)}.aiAssistImg_b919e91e,.aiMessage_a5b2235f .Icon{margin-right:var(--space-smallest)}.aiAssistImg_b919e91e{height:16px;width:16px}.container_ed48071b{align-items:flex-start;display:flex}.container_ed48071b .image-wrap{background:var(--tile-background-color)}.content_a73cf903{color:var(--header-text-color-dark);display:flex;flex-direction:column;gap:var(--space-three-quarters);margin:auto 0 auto var(--space-small);text-align:start}.container_ed48071b h3{font-family:Roboto,sans-serif;font-size:var(--text-size-heading-3);font-weight:var(--font-weight-medium);margin:0}.heading_e6bb5cd2{line-height:1.33;text-decoration:underline}.status_e98f2689{align-items:center;color:var(--text-color-base);display:flex;font-size:var(--text-size-small);font-weight:var(--font-weight-normal);line-height:1.33;--icon-size:1rem}.cautionIcon_b1a5f1f6,.failIcon_da8ae70c,.passIcon_b62ef352{height:var(--icon-size);margin-right:var(--space-three-quarters);width:var(--icon-size)}.Accordion__trigger .Icon.passIcon_b62ef352,.passIcon_b62ef352{color:var(--accent-success-dark)}.Accordion__trigger .Icon.failIcon_da8ae70c,.failIcon_da8ae70c{color:var(--accent-error)}.Accordion__trigger .Icon.cautionIcon_b1a5f1f6,.cautionIcon_b1a5f1f6{color:var(--accent-warning-dark)}.Accordion__trigger .Icon.automatedScanStatusIcon_b1150918,.automatedScanStatusIcon_b1150918{color:var(--accent-warning-dark);flex-shrink:0;height:var(--icon-size);margin-right:var(--space-three-quarters);width:var(--icon-size)}.panel-wrap .panel-content .sect ul.list_d3bee8b5{list-style-type:none;margin-left:0}.list_d3bee8b5 .Accordion__trigger,.list_d3bee8b5 .Accordion__trigger:hover,.list_d3bee8b5 button.Accordion__trigger,.wrapper_c5452732 .Accordion__trigger,.wrapper_c5452732 .Accordion__trigger:hover,.wrapper_c5452732 button.Accordion__trigger{text-decoration:none}.accordionContent_d9e5d684{background-color:var(--background-light)}.wrapper_b8f24e16{--accordion-panel-text-color:var(--text-color-base);align-items:flex-start;background:var(--tile-background-color);border:1px solid var(--gray-40);border-radius:3px;box-shadow:0 2px 4px -2px #33333314,0 4px 8px -2px #0000000a;display:flex;flex-direction:column;padding:var(--space-small);text-align:start}.wrapper_b8f24e16 h4{margin-bottom:var(--space-quarter);margin-top:0}.wrapper_b8f24e16 :is(dt,h4){color:var(--header-text-color-dark);font-family:Roboto,sans-serif;font-size:var(--text-size-heading-5);font-weight:var(--font-weight-medium)}.wrapper_b8f24e16 a{color:var(--gray-90);line-height:1.5;margin:var(--space-half) 0;padding-left:0}.wrapper_b8f24e16 dl{line-height:1.33;margin:0 0 var(--space-small) 0}.wrapper_b8f24e16 dt{margin-bottom:var(--space-quarter);margin-top:var(--space-smaller)}.wrapper_b8f24e16 dd{color:var(--accordion-panel-text-color);margin-left:0}.wrapper_b8f24e16 button{margin-top:auto}.noticeButtonWrap_d4ded748{margin-top:var(--space-small)}.notice_f2ae8319{overflow-wrap:anywhere;word-break:break-word}.buttonWrapper_a541f01b,.cardWrapper_b578f033{padding:var(--space-small) 0}.cardWrapper_b578f033{border-top:1px solid var(--gray-40);display:grid;gap:var(--space-small);grid-template-columns:repeat(auto-fit,minmax(min(23.75rem,100%),30rem))}.notice_adad9d46{margin-top:var(--space-small);text-align:start}.classificationWrapper_ea9b9cbd{border-top:1px solid var(--gray-40);padding-bottom:var(--space-small)}.classificationLabel_db26e441{font-weight:var(--font-weight-medium);margin:var(--space-small) 0 var(--space-smallest) 0;text-align:start}.classificationButton_ac8eb384{display:block;margin-top:var(--space-small)}.progressContainer_c7dccd57{padding:var(--space-large)}.progressContainer_c7dccd57 .ProgressBar{margin-bottom:var(--space-smaller)}.progressContainer_c7dccd57 span{color:var(--header-text-color);font-size:var(--text-size-normal);line-height:1.5}.progressContainer_c7dccd57 span strong{font-weight:var(--font-weight-medium)}.loaderContainer_a15181cd{align-items:center;display:flex;justify-content:center;min-height:200px;padding:var(--space-large);position:relative}.expandCollapseTrigger_d0e7e713{margin-top:var(--space-smallest)}.expandCollapsePanel_c54d62de{color:var(--text-color-base);margin-left:var(--space-three-quarters);text-align:left}.summaryCard_f815500b{border:1px solid var(--gray-40);border-radius:3px;text-align:left;--icon-size:1rem}.summaryCard_f815500b dt{color:var(--header-text-color-dark);font-size:var(--text-size-small);font-weight:var(--font-weight-medium);line-height:1.33;margin:0 var(--space-large) var(--space-half)}.summaryCard_f815500b dt:first-child{margin-top:var(--space-large)}.summaryCard_f815500b dd,.summaryCard_f815500b dd:last-child{margin-bottom:var(--space-large)}.summaryCard_f815500b dd{color:var(--text-color-base);font-size:var(--text-size-small);line-height:1.33;margin-left:calc(var(--icon-size) + var(--space-three-quarters));padding:0 var(--space-large)}.summaryCard_f815500b :is(dd:not(:first-of-type),dt:not(:first-of-type)){margin-right:var(--space-large)}.summaryCard_f815500b dd:not(:last-child){border-bottom:1px solid var(--gray-40);padding-bottom:var(--space-small)}.summaryCard_f815500b .count_eca97411{font-size:var(--text-size-medium);line-height:normal;margin-top:var(--space-half)}.status_f75c31be,.summaryCard_f815500b .count_eca97411{color:var(--header-text-color-dark);font-weight:var(--font-weight-medium)}.summaryCard_f815500b dd.noIcon_c1170ad5{margin-left:0}.instruction_ad47b78e{color:var(--text-color-base);font-size:var(--text-size-small);line-height:1.33;margin:var(--space-small) 0 0}.wrap_c94c4532{align-items:center;border:1px solid var(--text-color-base);box-sizing:border-box;display:flex;flex:0 0 75px;height:75px;justify-content:center;width:75px}.wrap_c94c4532.large_df43dba0{flex:0 0 146px;height:146px;width:146px}.wrap_c94c4532[tabindex="0"]:focus,.wrap_c94c4532[tabindex="0"]:hover{border:var(--space-quarter) solid var(--focus);border-radius:var(--space-quarter);box-shadow:inset 0 0 5px 0 var(--focus-glow),0 0 5px 0 var(--focus-glow);left:-7px;outline:none;top:-7px}.wrap_c94c4532 img{height:auto;max-height:100%;max-width:100%;width:auto}.wrap_c94c4532 svg{width:50px}.wrap_acf6e295{align-items:center;display:flex;gap:var(--space-gutter);padding:var(--space-small)}.wrap_acf6e295+.wrap_acf6e295{margin-top:var(--space-gutter)}.thumbnailWithInspect_f6a4530d{align-items:center;display:flex;flex-direction:column;gap:var(--space-smallest)}.description_b8dd566f{flex:1;min-width:18rem;text-align:left}@media (max-width:28rem){.wrap_acf6e295{flex-direction:column}.description_b8dd566f{text-align:center}}.Toast__message button{background:#0000;display:inline;font-size:var(--text-size-small);font-weight:var(--font-weight-normal);text-decoration:underline;vertical-align:initial}.selectedElement_b6e22e93{align-items:center;border:1px solid var(--disabled);display:flex;margin-bottom:var(--space-small);padding:var(--space-small)}.selectedElement_b6e22e93 code{flex:1;text-align:left}.pill_c5d11a82{--max-pill-width:350px;--pill-height:75px;align-items:center;border:2px solid;border-radius:var(--pill-height);display:flex;height:var(--pill-height);margin:var(--space-small);max-width:var(--max-pill-width);position:relative}.pill_c5d11a82 code{font-size:var(--text-size-small)}.pill_c5d11a82[tabindex]:before{border-radius:var(--pill-height);bottom:-4px;content:"";left:-4px;pointer-events:none;position:absolute;right:-4px;top:-4px}.pill_c5d11a82[tabindex]:hover:before{box-shadow:0 0 0 2px var(--accent-dark)}.pill_c5d11a82:focus{outline:none}.pill_c5d11a82:focus:before{box-shadow:0 0 0 2px var(--focus)}.pill_c5d11a82[aria-checked=true]:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+PGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTIuNSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDc5MjQ3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIvPjxwYXRoIGZpbGw9IiMwNzkyNDciIGQ9Ik0yMC45ODcgMTEuMzhhLjc4Ljc4IDAgMCAxLS4yMzQuNTdsLTYuMDYgNi4wNi0xLjEzOSAxLjEzOGEuODEuODEgMCAwIDEtMS4xMzggMGwtMS4xMzktMS4xMzgtMy4wMy0zLjAzYS44MS44MSAwIDAgMSAwLTEuMTM5bDEuMTM4LTEuMTM4YS44MS44MSAwIDAgMSAxLjE0IDBsMi40NiAyLjQ3IDUuNDkxLTUuNWEuODEuODEgMCAwIDEgMS4xMzggMGwxLjEzOSAxLjEzOWEuNzcuNzcgMCAwIDEgLjIzNC41NjgiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:25px 25px;content:"";display:inline-block;height:25px;position:absolute;right:-3px;top:-3px;width:25px;z-index:1}.pill_c5d11a82.h1{border-color:#662d91}.pill_c5d11a82.h2{border-color:var(--link-text-color)}.pill_c5d11a82.h3{border-color:#009245}.pill_c5d11a82.h4{border-color:#f15a24}.pill_c5d11a82.h5{border-color:#f7931e}.pill_c5d11a82.h6{border-color:#fcee21}.tag_b6b95cfd{color:var(--header-text-color-dark);font-size:var(--text-size-medium);font-weight:var(--font-weight-normal);margin-right:3px;min-width:var(--pill-height);padding:var(--space-small);text-align:center}.text_ad6c3363{display:-webkit-box;font-size:var(--text-size-small);-webkit-line-clamp:2;margin-right:15px;max-width:var(--max-pill-width);text-align:left;-webkit-box-orient:vertical;overflow:hidden}.text_ad6c3363 .fallback_c1e7b787 em{color:var(--error)}.text_ad6c3363 .item-count_d322c71d,.text_ad6c3363 code{color:var(--text-color-base);font-size:var(--text-size-smaller);font-weight:var(--font-weight-light)}.pills_d626202a{align-items:center;display:flex;gap:var(--space-large);padding:var(--space-small)}.pills_d626202a>:first-child{flex:1}@media (max-width:30rem){.pills_d626202a{flex-direction:column;gap:0}.pills_d626202a>:first-child{width:100%}}.tag_e971b103{color:var(--header-text-color-dark);font-weight:var(--font-weight-normal);margin-right:3px}.tagContainer_db46cf85{align-items:center;display:flex;flex-direction:column}.tagText_e527a0de{align-items:center;display:flex;margin-bottom:var(--space-small)}.highlight_ab0c6b66[aria-checked=true]{border:2px solid var(--focus)!important}.highlight_ab0c6b66[aria-checked=true] svg{color:var(--focus)}.noticeWrap_af073ada{padding:var(--space-small)}.icon_afaae9bd{margin-right:var(--space-half)}.radioGroup_dcaa638c .Radio{flex-wrap:nowrap}.label_f17a1d69{align-items:center;display:flex}.label_f17a1d69 img{margin-right:var(--space-smallest);width:69px}.doneWrap_d4bb9a6a{border:1px solid var(--text-base-color);padding:var(--space-small);padding-top:0}.notADataCell_e5fb9b68{margin-top:var(--space-small)}.mlIdentifiedAsHeader_ea0d28e1{border:4px solid var(--accent-primary);color:var(--gray-90);display:flex;margin-top:var(--space-small);padding:var(--space-smallest)}.mlIdentifiedAsHeader_ea0d28e1 .Icon{margin-right:var(--space-smallest)}.mlIdentifiedAsHeader_ea0d28e1 .Icon svg{height:auto;width:auto}.thumbnailRadio_cad745f7{align-items:center;display:flex;margin-bottom:var(--space-large)}.thumbnail_c612c0e3{margin-right:var(--space-small)}.thumbnailRadio_cad745f7 [role=radiogroup]{border-left:2px solid;padding-left:var(--space-half)}.autoTabber_ca241b07{background-color:var(--white);border:1px solid var(--gray-40);border-radius:3px;box-shadow:0 0 3px;margin:3em auto;max-width:100%;width:500px}.autoTabber_ca241b07 h3{border-bottom:1px solid var(--gray-40);color:var(--gray-90);font-size:var(--text-size-small);font-weight:700;margin:0;padding:1.7em;text-align:center;width:100%}.content_a0634059{padding:var(--space-medium);text-align:left}.content_a0634059 ul{margin:1em auto;max-width:340px}.content_a0634059 em{display:block;text-align:center}.notice_ba8b32e8{padding:var(--space-smallest)}.success_b85f499d{font-size:18px;font-weight:300;margin:0 auto}.success_b85f499d .Icon{color:#079247;padding:0 5px}.replayButton_ec14fa28{margin-bottom:var(--space-medium)}.mlIconInText_fd93ed3f{margin-left:var(--space-smallest)}.mlIconInText_fd93ed3f svg{height:20px;width:20px}.loaderContainer_bae08f77{align-items:center;display:flex;justify-content:center;min-height:200px;padding:var(--space-large);position:relative}.container_e24f5454{border:1px solid var(--focus-light);border-radius:4px;color:var(--header-text-color-dark);display:flex;margin:0 var(--space-medium) var(--space-medium) var(--space-medium);padding:var(--space-smaller);text-align:start}.container_e24f5454 img{height:16px;margin-bottom:auto;margin-right:var(--space-smallest);width:16px}.container_e24f5454 h4{font-size:var(--text-size-small);font-weight:var(--font-weight-medium);margin:0}.container_e24f5454 p{line-height:1.4;margin:var(--space-smallest) 0}.container_e24f5454 button{margin-left:calc(var(--space-quarter)*-1)}.rerun_explanation_b8ef8991{margin-left:var(--space-smallest);text-align:left}.results-list .image-wrap{margin-left:20px}.results-list .heading-pill-wrap{width:350px}.results-list ul.row{margin:var(--space-half) 0}.results_d8dd3044 .element-heading button{align-items:center;display:flex;font-size:var(--text-size-small);gap:var(--space-half);margin-left:auto;margin-top:var(--space-smallest)}.results_d8dd3044 .element{border:1px solid var(--disabled);display:none;gap:var(--space-small);padding:var(--space-smallest)}.results_d8dd3044 .issue-info .elements-wrap ul li.element{margin:var(--space-half) 0}.results_d8dd3044 .issue-info .elements-wrap.elements-wrap ul{margin-left:0;margin-top:var(--space-smallest)}.results_d8dd3044 .element.element-visible{display:flex}.itemCyclerHeader_db2ead64{background:var(--gray-20);border-bottom:1px solid var(--disabled);color:var(--gray-90);font-size:var(--text-size-normal);font-weight:var(--font-weight-medium);margin:0;padding:var(--space-small);position:sticky;text-align:left;top:0;width:100%;z-index:1}.screenshotting_aa143559{margin:0 auto;max-width:35rem;padding:var(--space-medium)}.screenshotting_aa143559 h2{font-size:var(--text-size-medium)}.rerunning_ccbed1ab{margin:0 auto;max-width:35rem;padding:var(--space-medium)}.rerunning_ccbed1ab h2{font-size:var(--text-size-medium)}.answer.Field{display:inline-block;margin:var(--space-large) st auto;text-align:left}@media screen and (min-width:840px){.answer.Field{flex:unset}.answer{border-right:none;flex:1;margin-bottom:27px;overflow-y:auto;padding:10px}}.images-header{border-bottom:1px solid var(--disabled);display:flex;flex-wrap:wrap;justify-content:space-between;margin:10px 0 0;padding:0 16px 10px}.images-header .images-total{flex:1;text-align:left}.images-header :is(.select-all,.unselect-all){background-color:initial;color:var(--link-text-color);font-size:var(--text-size-smaller);margin-right:5px}.group-wrap{border-bottom:1px solid var(--disabled);box-sizing:border-box;width:100%}.group-wrap .images-header{border-bottom:0;padding-bottom:0}.group-wrap .images-header h3{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-medium);margin:0;padding:0}.group-wrap .images-wrap{margin-top:0}.headings-wrap .yes-no-wrap,.images-wrap.thumbnail-radios .yes-no-wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:var(--space-small) var(--space-smallest) var(--space-small) var(--space-largest)}.headings-wrap .yes-no-wrap p,.images-wrap.thumbnail-radios .yes-no-wrap p{margin-left:15px;margin-right:15px;overflow-wrap:break-word;text-align:left;width:275px}.headings-wrap .yes-no-wrap p em,.images-wrap.thumbnail-radios .yes-no-wrap p em{color:var(--error);display:block}.headings-wrap .yes-no-wrap .yes-no-radios,.images-wrap.thumbnail-radios .yes-no-wrap .yes-no-radios{border-left:2px solid;margin-left:15px}.headings-wrap .yes-no-wrap .heading-pill-wrap,.images-wrap.thumbnail-radios .yes-no-wrap .heading-pill-wrap{width:350px}.heading-pill-wrap,.pill-checkbox{border:var(--space-quarter) solid #0000;box-sizing:border-box;height:75px;margin:var(--space-small) var(--space-smallest) var(--space-small) var(--space-largest);max-width:350px;position:relative}.heading-pill-wrap[aria-checked=true]:before,.pill-checkbox[aria-checked=true]:before{right:28px;top:-10px}:is(.heading-pill-wrap[aria-checked=true],.pill-checkbox[aria-checked=true]) .heading-pill{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--top-bar-background-color-active)}.heading-pill-wrap:focus,.heading-pill-wrap:hover,.pill-checkbox:focus,.pill-checkbox:hover{outline:none}.heading-pill-wrap:focus:after,.heading-pill-wrap:hover:after,.pill-checkbox:focus:after,.pill-checkbox:hover:after{border:var(--space-quarter) solid var(--focus);border-radius:75px;box-shadow:inset 0 0 5px 0 var(--focus-glow),0 0 5px 0 var(--focus-glow);box-sizing:border-box;content:"";height:75px;left:0;position:absolute;top:0;width:100%}.images-wrap{display:flex;flex-wrap:wrap;margin:16px 16px 0}.guide-checkbox[aria-checked=true]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOCAyOCI+PGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTIuNSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDc5MjQ3IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIvPjxwYXRoIGZpbGw9IiMwNzkyNDciIGQ9Ik0yMC45ODcgMTEuMzhhLjc4Ljc4IDAgMCAxLS4yMzQuNTdsLTYuMDYgNi4wNi0xLjEzOSAxLjEzOGEuODEuODEgMCAwIDEtMS4xMzggMGwtMS4xMzktMS4xMzgtMy4wMy0zLjAzYS44MS44MSAwIDAgMSAwLTEuMTM5bDEuMTM4LTEuMTM4YS44MS44MSAwIDAgMSAxLjE0IDBsMi40NiAyLjQ3IDUuNDkxLTUuNWEuODEuODEgMCAwIDEgMS4xMzggMGwxLjEzOSAxLjEzOWEuNzcuNzcgMCAwIDEgLjIzNC41NjgiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:25px 25px;content:"";display:inline-block;height:25px;position:absolute;right:-12.5px;top:-12.5px;width:25px;z-index:1}.guide-checkbox.pill-checkbox[aria-checked=true]:before{right:0;top:0}.name-role-state-hint>div{display:flex;gap:var(--space-small);overflow-wrap:break-word;text-align:left}.name-role-state-hint>div dt{flex-shrink:0;font-weight:var(--font-weight-normal);width:7.5em}.name-role-state-hint>div dd{color:#333;margin:0;word-break:break-word}.help .image-igt-field-descriptions{border-radius:4px;padding:1rem;text-align:left}.help .image-igt-field-descriptions__heading{font-size:1.25rem;font-weight:700;text-align:center}.help .image-igt-field-descriptions dl{display:grid;gap:.25rem 1rem;grid-template-columns:auto 1fr;text-align:left}.help .image-igt-field-descriptions dt{font-weight:700}.help .image-igt-field-descriptions dd{line-height:1.4;margin:0}.failure-wrap{color:var(--header-text-color-dark);font-size:var(--text-size-small);padding:2em}.failure-wrap button{margin:1em auto}.characterCounter_bf1b5bee{font-size:var(--font-size-smallest);margin-top:calc(var(--space-small)*-1)}.helpButton_eb59fbea{height:calc(var(--text-size-small)*1.2 + var(--space-smallest)*2 + var(--space-half));margin-top:calc(var(--text-size-small)*1.2)}.formWrap_b21c8e54{width:100%}.header_a2a0d00e{--results-header-height:2.4375rem;--results-section-background-color:var(--tab-active-background-color);--results-header-value-text-color:var(--gray-60);--results-header-value-background-color:#f0f2f5}.view_d801bd4a{--results-view-background-color:var(--gray-20);--results-view-fadeout-height:5px;--igt-border-color:var(--gray-40);--igt-background-color:#fff;overflow-x:hidden}.theme-dark .header_a2a0d00e{--results-header-value-text-color:#fff;--results-header-value-background-color:var(--accent-dark)}.theme-dark .view_d801bd4a{--results-view-background-color:var(--accent-dark);--results-view-text-color:#fff;--igt-border-color:#5d676f;--igt-background-color:var(--accent-medium)}.layout--narrow .header_a2a0d00e{overflow-y:visible;position:relative}.header_a2a0d00e{--section-background-color:#dfe4e7;--section-border-color:#b3bfc6}.theme-dark .header_a2a0d00e{--section-background-color:var(--accent-dark);--section-border-color:var(--stroke-dark)}.header_a2a0d00e>*{position:relative}.views_c62a3c65{z-index:1}body:not(.layout--wide) .views_c62a3c65{overflow-y:auto}body:not(.layout--wide) .view_d801bd4a{overflow:visible}.view_d801bd4a>*>h2{border-bottom:1px solid var(--igt-border-color);font-size:var(--text-size-normal);font-weight:var(--font-weight-normal);margin-bottom:var(--space-small);margin-top:0;padding-bottom:var(--space-smallest)}.view_d801bd4a .hidden+.Loader__overlay{align-self:center;left:0;position:relative;top:50%;transform:translateY(-50%)}.header_a2a0d00e.TabPanel{background-color:initial;padding:0}.header_a2a0d00e .Icon--run-again{transform:scaleX(-1)}.header__summary_bdd62eb0{display:flex;gap:var(--space-smallest);margin-right:var(--space-smallest)}.header__summary_bdd62eb0>:last-child{flex:1;text-align:right}.header_a2a0d00e h2{color:var(--heading-text-color);flex:1;font-size:var(--text-size-small);line-height:var(--results-header-height);margin-bottom:0;margin-top:0;min-height:var(--results-header-height)}.header__section_fa32a835{background-color:var(--results-section-background-color);border-bottom:1px solid var(--section-border-color);display:grid;grid-template-areas:"title button" "text text";grid-template-columns:1fr 1fr;padding:0 var(--space-smallest)}.header__section_fa32a835>h2{grid-area:title}.header__section_fa32a835>div.header__button_e5618408{grid-area:button}.header__section_fa32a835>.header__value_adb2722f{grid-area:text}.header__button_e5618408{align-items:center;display:flex;justify-content:flex-end}.header__section_fa32a835 .testName_c60c0ee4{font-size:var(--text-size-small)}.theme-dark .header__section_fa32a835{border-bottom:1px solid var(--section-border-color)}.header__section_fa32a835 a{text-decoration:underline}.cliptext_f290a252{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;line-break:anywhere}.header__value_adb2722f{background-color:var(--results-header-value-background-color);border-radius:4px;color:var(--results-header-value-text-color);flex-basis:100%;margin-bottom:var(--space-smallest);margin-top:0;padding:var(--space-smallest)}pre.header__value_adb2722f.hljs{border:none;min-height:auto;padding:var(--space-smallest)}.view_d801bd4a{background-color:var(--results-view-background-color);color:var(--results-view-text-color);display:flex;overflow-y:auto;padding:var(--space-small);position:relative}.layout--narrow .view_d801bd4a:before{background-image:linear-gradient(180deg,#0003,#0000);content:"";min-height:var(--results-view-fadeout-height);position:sticky;top:0;transform:translateX(calc(var(--space-small)*-1)) translateY(calc(var(--space-small)*-1));width:calc(100% + var(--space-small) + var(--space-small));z-index:3}.scrim_a096df1a{backdrop-filter:blur(4px);height:100%;left:0;position:absolute;top:0;width:100%}.view_d801bd4a .nameTestModal_d8b457e8 .Modal .Dialog__inner{border:var(--space-quarter) solid var(--igt-border-color);border-radius:5px;max-width:300px;text-align:center}.view_d801bd4a .nameTestModal_d8b457e8 .Modal .Dialog__footer{border-radius:5px}.view_d801bd4a .nameTestModal_d8b457e8 .Modal .Dialog__content{font-size:var(--text-size-small)}.view_d801bd4a .nameTestModal_d8b457e8 .Modal h2{margin:var(--space-smallest) 0 0 0;padding:0}.view_d801bd4a .SkipLink.SkipLink--active{bottom:var(--space-small);left:var(--space-small);position:fixed;top:unset}.theme-dark .view_d801bd4a .SkipLink a{color:#fff}.highlight_b334d919[aria-checked=true]{border:2px solid var(--focus)!important;padding:0 15px}.theme-dark .highlight_b334d919[aria-checked=true]{padding:0 14px}.highlight_b334d919[aria-checked=true] svg{color:var(--focus)}.collapsedButtonWrap_f7c5f29b{display:inline-block;position:relative}.hoverIcon_c6c7a658{opacity:0}.Button--secondary:focus-within .hoverIcon_c6c7a658,.Button--secondary:hover .hoverIcon_c6c7a658,.Tab:focus-within .hoverIcon_c6c7a658,.Tab:hover .hoverIcon_c6c7a658,.collapsedButtonWrap_f7c5f29b:focus-within .hoverIcon_c6c7a658,.collapsedButtonWrap_f7c5f29b:hover .hoverIcon_c6c7a658,button:focus-within>.hoverIcon_c6c7a658,button:hover>.hoverIcon_c6c7a658{opacity:1;transition:all .25s ease-in-out}.positionedLockIcon_c9f23827{left:-.75rem;position:absolute;top:-.5rem;z-index:1}.collapsedButtonWrap_f7c5f29b .positionedLockIcon_c9f23827{left:-.5rem}.inlineHeading_f1573e57{min-height:var(--results-header-height)}.inlineHeading_f1573e57>div{align-items:baseline;display:flex;width:100%}.inlineHeading_f1573e57 h2{flex-grow:0;margin-right:var(--space-smallest);min-height:0;white-space:nowrap}.noSeparator_ea8823e8{border-bottom:none}.inlineHeading_f1573e57 .TextEllipsis{font-size:var(--text-size-small)}.step-wrap{background:var(--top-bar-background-color-active);padding:var(--space-small) var(--space-gutter)}.step-wrap .step{align-items:center;display:flex;flex:1;justify-content:center}.step-wrap .circle{background:var(--accent-medium);border-radius:50%;box-shadow:0 0 0 4px var(--top-bar-background-color-active);color:#fff;height:21px;justify-content:center;position:relative;width:21px}.step-wrap .step:after{background:var(--accent-medium);content:"";display:block;flex:1;height:8px}.step-wrap .step:last-child{flex:0}.step-wrap .step:last-child:after{display:none}.step-wrap .step.complete .circle{background-color:var(--accent-button);color:var(--top-bar-background-color-active)}.step-wrap .step.current .circle{background-color:#fff;box-shadow:0 0 0 2px var(--top-bar-background-color-active),0 0 0 4px var(--accent-button),0 0 0 8px var(--top-bar-background-color-active);color:var(--top-bar-background-color-active)}.step-wrap .step.complete:after{background:var(--accent-button)}.step-wrap ol{display:flex;justify-content:space-between;list-style-type:none;margin:0;padding:0}.qa{margin-bottom:15px}@media screen and (min-width:840px){.qa{margin-bottom:0}.qa,.qa .url{display:flex;flex:1}.qa .url{align-items:center;justify-content:center}.qa:has(.split-scroll){overflow-y:hidden}}@media screen and (min-width:840px){.qa .get-started{margin-bottom:57px;overflow-y:scroll;width:35vw}}.qa .get-started__replay-title{align-items:center;display:flex;gap:var(--space-smallest);justify-content:center}.qa .get-started__replay-title .Icon--run-again{margin-right:calc(var(--space-smallest)*-.5);transform:scaleX(-1)}.qa .get-started__replay-title .Icon--run-again svg{color:var(--gray-60);height:calc(var(--icon-size) + var(--space-smallest));width:calc(var(--icon-size) + var(--space-smallest))}.qa .question{background:var(--tile-background-color);position:relative}@media screen and (min-width:840px){.qa .question{margin-bottom:57px;overflow-y:scroll;width:35vw}}.qa .question .question-image img{height:32px;width:32px}.qa .question h2{color:var(--header-text-color-dark);font-size:1.5em;font-weight:var(--font-weight-normal)}.qa .question .sub-text-list{list-style:none}.qa .question:before{background:#0000;bottom:24px;content:"";left:9px;position:absolute;top:24px;width:6px}.qa .question:focus{outline:0}.qa .question:focus:before{background:var(--top-bar-background-color-active)}.qa .question .results-head{padding-left:6px}.qa .question .results-head h2{margin:0;text-align:left}.qa .question .results-head .breakdown{flex-wrap:wrap;font-size:var(--text-size-smaller);text-align:left}.qa .question .results-head .breakdown .breakdown-item{box-sizing:border-box;margin:12px 0;min-width:50%;word-wrap:break-word;display:flex}.qa .question .results-head .breakdown .breakdown-item dd{color:var(--header-text-color);margin:0 0 0 5px;overflow-wrap:anywhere}.qa .question .results-head .breakdown .breakdown-item.url-item{width:100%}.qa .question .results-head .breakdown .breakdown-item.url-item span{font-style:italic}.results-content{overflow:hidden;padding:0 var(--space-large) var(--space-large)}@media screen and (min-width:840px){.results-content{flex:1;overflow-y:scroll}}.results-content h3{color:var(--header-text-color-dark);font-size:var(--text-size-small);font-weight:var(--font-weight-normal);margin:var(--space-small) 0 0 0;text-align:left}.results-content .issue-actions{display:flex;flex-wrap:wrap}.results-content ol{list-style-type:none;margin:0;padding:0;text-align:left}.results-content ol>li{border-bottom:1px solid var(--disabled);margin-top:var(--space-small)}.results-content ol>li .row{align-items:center;display:flex}.results-content ol>li .row--wrap{flex-wrap:wrap}.results-content ol>li .num{font-size:var(--text-size-medium);font-weight:var(--font-weight-normal)}.results-content ol>li .issue-info{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-light);margin-left:40px;width:100%}.results-content ol>li .issue-info .issue-desc{margin:3px 0 0}.results-content ol>li ul{list-style-type:none;margin:0;padding:0}.results-content ol>li ul li{display:inline-block;margin:10px 0;padding:0 15px}.results-content ol>li ul li:first-of-type{margin-left:auto}.results-content ol>li ul li .results-item-highlight[aria-checked=true]:not(:active){color:var(--focus)}.results-content ol>li ul li .results-item-highlight[aria-checked=true]{outline:2px solid var(--focus)}.results-content ol>li ul li a,.results-content ol>li ul li button:not(.results-item-highlight){align-items:center;background:#0000;border:0;display:flex;font-size:var(--text-size-small);font-weight:var(--font-weight-medium)}.results-content ol>li ul li a .fa,.results-content ol>li ul li button:not(.results-item-highlight) .fa{margin-right:3px}.results-content ol>li ul li a:focus,.results-content ol>li ul li a:hover,.results-content ol>li ul li button:not(.results-item-highlight):focus,.results-content ol>li ul li button:not(.results-item-highlight):hover{text-decoration:none}.answer .Field__label{font-size:var(--text-size-small)}.panel-content .highlight-fail-toast.Toast{position:fixed;top:0}.Modal.Modal.condensed-modal .Dialog__inner .Dialog__header{text-transform:none}.Modal.condensed-modal .Modal__inner .Modal__header{height:30px}.Modal.condensed-modal .Modal__inner .Modal__header .Modal__close,.Modal.condensed-modal .Modal__inner .Modal__header h2{border-top:4px solid #0000;font-size:13px;line-height:22px;padding:0 12px}.Modal.condensed-modal .Modal__inner .Modal__content{margin-bottom:0}.Modal.condensed-modal .Modal__inner.code-head .Modal__header h2{font-family:monospace}.Field__select [role=textbox],.Field__select [role=textbox]:hover{border:0}.Help__button-wrap{position:relative}.modal_e7ce6b2a{--ai-modal-space-between-elements:clamp(16px,2vh + 8px,24px);--ai-modal-block-padding:clamp(20px,3vh + 8px,32px);--ai-modal-inline-padding:clamp(20px,12vw - 16px,32px);--ai-modal-border-radius:8px;line-height:1.3}.modal_e7ce6b2a :is(h1,h2,h3,h4){font-family:var(--base-font-family)}.theme-dark .modal_e7ce6b2a{--dialog-background-color:var(--accent-dark)}.modal_e7ce6b2a .Dialog__inner{background:linear-gradient(var(--dialog-background-color),var(--dialog-background-color)) padding-box,var(--ai-gradient) border-box;border:1px solid #0000;border-radius:var(--ai-modal-border-radius);color:var(--gray-60);inset-block-start:clamp(5px,8.75vh - 30px,40px)}.theme-dark .modal_e7ce6b2a .Dialog__inner{color:var(--gray-20)}.layout--wide .modal_e7ce6b2a .Dialog__inner{inline-size:720px}.modal_e7ce6b2a .Dialog__header{align-items:flex-start;border:none;display:grid;gap:var(--ai-modal-space-between-elements);grid-template-areas:"badge close" "heading heading";grid-template-columns:1fr auto;margin-inline:var(--ai-modal-inline-padding);padding-block:var(--ai-modal-block-padding);position:relative}.modal_e7ce6b2a .Dialog__header:after{background:var(--ai-gradient);block-size:2px;content:"";inline-size:64px;inset-block-end:0;position:absolute}.modal_e7ce6b2a .Dialog__heading{color:var(--gray-90);display:block;font-family:var(--base-font-family);font-size:36px;font-weight:var(--font-weight-medium);grid-area:heading;margin-inline-start:0}.theme-dark .modal_e7ce6b2a .Dialog__heading{color:var(--white)}.layout--wide .modal_e7ce6b2a .Dialog__heading{font-size:28px}@media (max-width:22rem){.modal_e7ce6b2a .Dialog__heading{font-size:var(--text-size-heading-2)}}.modal_e7ce6b2a .Dialog__close{--dialog-close-button-size:36px;background:var(--accent-secondary);border-color:var(--gray-40);color:var(--gray-90);grid-area:close;margin-inline-end:0}.theme-dark .modal_e7ce6b2a .Dialog__close{background:var(--accent-dark);border-color:var(--white);color:var(--white)}.modal_e7ce6b2a .Dialog__content{align-items:flex-start;font-size:var(--text-size-small);padding-block:var(--ai-modal-space-between-elements) var(--ai-modal-block-padding);padding-inline:var(--ai-modal-inline-padding)}.modal_e7ce6b2a :where(.Dialog__content *){margin-block:0}.modal_e7ce6b2a .Dialog__content>*+*{margin-block-start:var(--ai-modal-space-between-elements)}.modal_e7ce6b2a .Dialog__footer{align-self:flex-start;max-inline-size:100%;padding:0}.proBadge_fcfeb6bb{grid-area:badge;justify-self:start}.subtitle_d3dacede{color:var(--gray-90)}.theme-dark .subtitle_d3dacede{color:var(--gray-30)}.modal_e7ce6b2a .Button--primary{background:var(--accent-primary);border-color:var(--accent-primary);color:var(--white);min-inline-size:0;padding-block:var(--space-smallest)}.theme-dark .modal_e7ce6b2a .Button--primary{background:var(--accent-info-active);border-color:var(--accent-info-light);color:var(--accent-dark)}@media (max-width:12rem){.modal_e7ce6b2a .Dialog__header{grid-template-areas:"close" "badge" "heading";grid-template-columns:auto}.modal_e7ce6b2a .Dialog__close{justify-self:end}}.proBadge_e1e7ba8c{--badge-border-color:#0000;--badge-text-color:var(--white);background:var(--ai-gradient);gap:var(--space-smallest);padding-inline-start:var(--space-smallest);text-transform:uppercase}.theme-dark .proBadge_e1e7ba8c{--badge-text-color:var(--accent-dark)}.lockIcon_ed720e5a{align-items:center;background-color:var(--accent-warning);border:1px solid var(--accent-warning-dark);border-radius:50%;color:var(--gray-80);display:flex;height:1.25rem;justify-content:center;margin-right:var(--space-smallest);width:1.25rem}.lockIcon_ed720e5a .Icon svg{height:1.125rem;width:1.125rem}.theme-dark .lockIcon_ed720e5a{background-color:#000;border:1px solid var(--pro-cta-accent);color:var(--pro-cta-accent)}.fullPageScanIcon_e025a747{--full-page-scan-icon-filter:drop-shadow(#3c7aae80 0 0 2.16667px);--full-page-scan-icon-gradient:url(#full-page-scan-icon-gradient-light);--full-page-scan-icon-solid:var(--accent-primary);filter:var(--full-page-scan-icon-filter)}.theme-dark .fullPageScanIcon_e025a747{--full-page-scan-icon-filter:drop-shadow(#6cdaf280 0 0 2.16667px);--full-page-scan-icon-gradient:url(#full-page-scan-icon-gradient-dark);--full-page-scan-icon-solid:var(--accent-info)}.gradientBox_e7242954{fill:var(--full-page-scan-icon-gradient)}.solidBox_ac051e16{fill:var(--full-page-scan-icon-solid)}.overrideFill_fb27f084.fullPageScanIcon_e025a747{--full-page-scan-icon-filter:currentColor;--full-page-scan-icon-gradient:currentColor;--full-page-scan-icon-solid:currentColor}.partialPageScanIcon_edbe8c6a{--partial-page-scan-icon-gradient:url(#partial-page-scan-icon-gradient-light);--partial-page-scan-icon-solid:var(--gray-40)}.theme-dark .partialPageScanIcon_edbe8c6a{--partial-page-scan-icon-gradient:url(#partial-page-scan-icon-gradient-dark);--partial-page-scan-icon-solid:var(--dark-workspace-color)}.gradientBox_b92cae35{fill:var(--partial-page-scan-icon-gradient)}.solidBox_e6c29c69{fill:var(--partial-page-scan-icon-solid)}.partialPageScanIcon_edbe8c6a.overrideFill_d0705732{--partial-page-scan-icon-gradient:currentColor;--partial-page-scan-icon-solid:currentColor}.userFlowPath_cc135439{--user-flow-path-color:var(--gray-40);--user-flow-path-mouse-color:var(--stroke-light);--user-flow-path-gradient:url(#user-flow-path-gradient-light);--user-flow-path-accent-color:var(--accent-primary);--user-flow-path-outer-click-color:#e0e9f2;bottom:var(--space-smaller);fill:var(--user-flow-path-color);left:var(--space-smaller);position:absolute;z-index:-1}.wrap_c590c260{height:1.25rem}.theme-dark .userFlowPath_cc135439{--user-flow-path-color:var(--dark-workspace-color);--user-flow-path-gradient:url(#user-flow-path-gradient-dark);--user-flow-path-accent-color:var(--accent-info);--user-flow-path-outer-click-color:#395664}.userFlowPathGradient_e61fed53{fill:var(--user-flow-path-gradient)}.userFlowPathMouse_dfea2ec0{fill:var(--user-flow-path-mouse-color)}.userFlowPathAccent_e6b7c6a8{fill:var(--user-flow-path-accent-color)}.userFlowPathOuterClick_a3ce7204{fill:var(--user-flow-path-outer-click-color)}.theme-dark .lockTooltip_d745c1f5{--tooltip-border-color:var(--accent-info)}body .lockTooltip_d745c1f5{border:3px solid var(--tooltip-border-color,var(--gray-80));max-width:185px;text-align:center}body .lockTooltip_d745c1f5 .TooltipArrow:after{border-top:5px solid var(--tooltip-border-color)}.splash__wrap_a0c719a5{--splash-background-color:var(--splash-redesign-background-color);--splash-header-text-color:var(--gray-80);--splash-header-line-top-color:var(--accent-primary);--splash-header-line-bottom-color:#3c7aae80;--splash-separator-line-color:#66666680;--splash-text-color:var(--gray-60);--splash-scan-tile-background-color:var(--accent-primary);--splash-igt-tile-background-color:#fff;--splash-scan-tile-text-color:#fff;--splash-igt-tile-text-color:var(--gray-80);--splash-igt-tile-svg-color:var(--gray-60);--splash-tile-column-count:3;--splash-tile-gap:var(--space-small);--splash-tile-width:8.625rem;--splash-tile-text-decoration-color:var(--gray-90);--splash-tile-border-color:var(--gray-80);--splash-tile-hover-color:var(--gray-80);--splash-scan-svg-border-color:#fff;background-color:var(--splash-background-color);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJMYXllcl8xIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNjQ0LjUgMjkyLjciPjxzdHlsZT4uc3Qwe29wYWNpdHk6LjE1O2VuYWJsZS1iYWNrZ3JvdW5kOm5ld30uc3QwLC5zdDF7ZmlsbDojNjY2fS5zdDEsLnN0MntlbmFibGUtYmFja2dyb3VuZDpuZXd9LnN0MXtvcGFjaXR5Oi4xfS5zdDJ7b3BhY2l0eTouMjtmaWxsOm5vbmU7c3Ryb2tlOiM2NjY7c3Ryb2tlLXdpZHRoOjEwO3N0cm9rZS1taXRlcmxpbWl0OjEwfTwvc3R5bGU+PGNpcmNsZSBjeD0iNTQzLjciIGN5PSIyMDAuMiIgcj0iOTEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMDguMiIgY3k9IjE3MC4xIiByPSIxMDcuMiIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjU3My45IiBjeT0iNjkuMyIgcj0iMzIuNSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjE1Ny45IiBjeT0iNTQuMSIgcj0iNDMuNyIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjM0NS45IiBjeT0iMTc4LjkiIHI9IjMxLjUiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMDQuNiIgY3k9IjE4NC4yIiByPSI0MS41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iNTY1LjUiIGN5PSI5Mi4zIiByPSI3Mi41IiBjbGFzcz0ic3QyIi8+PGNpcmNsZSBjeD0iMTExLjIiIGN5PSIxMDcuMiIgcj0iMzciIGNsYXNzPSJzdDIiLz48Y2lyY2xlIGN4PSI0MDAuNCIgY3k9IjIxNi44IiByPSIxMC41IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMjg1LjQiIGN5PSIxNzAuMSIgcj0iMTQuMSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjUxMi45IiBjeT0iMTk4LjQiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSI1MzQuNSIgY3k9IjE1LjMiIHI9IjE0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjYuOSIgY3k9IjIyNSIgcj0iMTguNyIgY2xhc3M9InN0MCIvPjxjaXJjbGUgY3g9IjQ4NyIgY3k9IjU1LjMiIHI9IjI0LjEiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIxMjMuOSIgY3k9IjE5LjgiIHI9IjEzLjYiIGNsYXNzPSJzdDAiLz48Y2lyY2xlIGN4PSIzMDIuNSIgY3k9IjEwLjQiIHI9IjYuOSIgY2xhc3M9InN0MSIvPjxjaXJjbGUgY3g9IjQ5OC44IiBjeT0iMTAuNCIgcj0iNi45IiBjbGFzcz0ic3QxIi8+PGNpcmNsZSBjeD0iMTAwLjkiIGN5PSI0OC40IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSIyMTUuNSIgY3k9IjI1MC42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI0OTMuOSIgY3k9IjI0Ny42IiByPSI2LjkiIGNsYXNzPSJzdDEiLz48Y2lyY2xlIGN4PSI1NDEuNCIgY3k9IjIzMi4zIiByPSI2LjkiIGNsYXNzPSJzdDEiLz48L3N2Zz4=);background-position:top 121px center;background-repeat:no-repeat,no-repeat;background-size:641px 295px}.theme-dark .splash__wrap_a0c719a5{--splash-background-color:var(--splash-redesign-background-color);--splash-header-text-color:#fff;--splash-header-line-top-color:var(--accent-light);--splash-header-line-bottom-color:#ffffff80;--splash-separator-line-color:#ffffff80;--splash-text-color:#fff;--splash-scan-tile-background-color:var(--accent-medium);--splash-igt-tile-background-color:var(--accent-medium);--splash-scan-tile-text-color:var(--accent-light);--splash-igt-tile-text-color:var(--accent-light);--splash-igt-tile-svg-color:#fff;--splash-tile-text-decoration-color:var(--accent-light);--splash-tile-border-color:#5d676f;--splash-tile-hover-color:var(--accent-info);--splash-scan-svg-border-color:var(--accent-success);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiBkYXRhLW5hbWU9IkxheWVyIDEiIHZpZXdCb3g9IjAgMCA2NDQuNTUgMjkyLjY5Ij48ZGVmcz48c3R5bGU+LmNscy0xLC5jbHMtMntmaWxsOiNmZmZ9LmNscy0xe29wYWNpdHk6LjE1fS5jbHMtMntvcGFjaXR5Oi4xfS5jbHMtM3tmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEwcHg7b3BhY2l0eTouMn08L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSI1NDMuNzQiIGN5PSIyMDAuMjMiIHI9IjkxLjAzIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMDguMjIiIGN5PSIxNzAuMDgiIHI9IjEwNy4yNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTczLjkxIiBjeT0iNjkuMzEiIHI9IjMyLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjE1Ny44OCIgY3k9IjU0LjEiIHI9IjQzLjY3IiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSIzNDUuODkiIGN5PSIxNzguODUiIHI9IjMxLjUiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIwNC41OSIgY3k9IjE4NC4yMiIgcj0iNDEuNSIgY2xhc3M9ImNscy0zIi8+PGNpcmNsZSBjeD0iNTY1LjUyIiBjeT0iOTIuMjciIHI9IjcyLjUiIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjExMS4yMSIgY3k9IjEwNy4yMiIgcj0iMzciIGNsYXNzPSJjbHMtMyIvPjxjaXJjbGUgY3g9IjQwMC4zOCIgY3k9IjIxNi43OCIgcj0iMTAuNSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMjg1LjM1IiBjeT0iMTcwLjA4IiByPSIxNC4xNCIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNTEyLjk0IiBjeT0iMTk4LjM3IiByPSIxNC4xNCIgY2xhc3M9ImNscy0xIi8+PGNpcmNsZSBjeD0iNTM0LjUxIiBjeT0iMTUuMjkiIHI9IjE0LjE0IiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjYuOTIiIGN5PSIyMjQuOTgiIHI9IjE4LjciIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjQ4Ni45OCIgY3k9IjU1LjMzIiByPSIyNC4xIiBjbGFzcz0iY2xzLTEiLz48Y2lyY2xlIGN4PSIxMjMuOTIiIGN5PSIxOS43NyIgcj0iMTMuNjMiIGNsYXNzPSJjbHMtMSIvPjxjaXJjbGUgY3g9IjMwMi40OCIgY3k9IjEwLjQzIiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI0OTguNzkiIGN5PSIxMC40MyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iMTAwLjg5IiBjeT0iNDguNDMiIHI9IjYuOTEiIGNsYXNzPSJjbHMtMiIvPjxjaXJjbGUgY3g9IjIxNS40NiIgY3k9IjI1MC41OCIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PGNpcmNsZSBjeD0iNDkzLjg5IiBjeT0iMjQ3LjU4IiByPSI2LjkxIiBjbGFzcz0iY2xzLTIiLz48Y2lyY2xlIGN4PSI1NDEuNDEiIGN5PSIyMzIuMyIgcj0iNi45MSIgY2xhc3M9ImNscy0yIi8+PC9zdmc+)}.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7{background-image:none}.banners_a34f0317 .Toast{position:static}.splash__wrap_a0c719a5 :is(.extension-header,.extension-view){background-color:initial;overflow-x:hidden;position:relative}.layout--wide .splash__wrap_a0c719a5 .extension-view .splash__igts_f2c9106d,.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7 .extension-header .splash_e41980ba{padding-left:var(--space-small);padding-right:var(--space-small)}.theme-dark .splash__wrap_a0c719a5 .extension-header{background-color:initial}.splash__wrap_a0c719a5 .extension-view{justify-content:space-between}.splash_e41980ba{margin:0 auto;max-width:37.5rem;width:100%}.splash__igts_f2c9106d,.splash__wrap_userFlowAnalysisEnabled_dcb75ea7 .splash_e41980ba{align-items:center;display:flex;flex-direction:column}.splash__igts_f2c9106d{background-image:linear-gradient(0deg,var(--splash-background-color) 89%,#dadada00 100%);background-position:50%;background-size:cover;padding-top:var(--space-smalles)}.layout--wide .splash__wrap_a0c719a5{background-color:initial;background-image:none;--splash-header-bubbles-bg:none}.layout--wide .splash__wrap_a0c719a5 .extension-header{background-color:var(--splash-background-color);background-image:var(--splash-header-bubbles-bg);background-position:top 121px center;background-repeat:no-repeat,no-repeat;background-size:641px 295px;justify-content:space-between}.layout--wide .splash__wrap_a0c719a5 .extension-view{background-color:var(--splash-background-color)}.layout--wide .splash__igts_f2c9106d{align-items:flex-start;padding-top:var(--space-small)}.layout--narrow .extension-views .splash__wrap_a0c719a5{overflow-y:auto}.layout--narrow .extension-views .splash__wrap_a0c719a5>*{overflow:visible!important}@media (max-width:30.812rem){.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7 .extension-header .splash_e41980ba{padding-left:var(--space-small);padding-right:var(--space-small)}.splash__wrap_a0c719a5.splash__wrap_userFlowAnalysisEnabled_dcb75ea7{--splash-tile-width:7.625rem}.splash__igts_f2c9106d{padding-top:var(--space-smallest)}}.splashPanel_defc8b99{border-color:var(--splash-panel-border-color);border-radius:var(--space-half);box-shadow:var(--splash-panel-box-shadow)}.splashPanel_defc8b99 :is(.Panel__Content,.Panel__Header)+.Panel__Content{border-top:none}.cardHeader_af3e7b00{align-items:center;display:flex;justify-content:space-between;padding:var(--space-small)}.panelTitle_b01a9ebe{color:var(--splash-panel-main-color);font-size:var(--text-size-normal);font-weight:var(--font-weight-medium);line-height:1.5;margin:0}.cardDescription_d1189778{color:var(--splash-panel-main-color);font-size:var(--text-size-small);margin:0}.cardContent_ceddfd61{padding-top:0}.splash__wrap_redesignEnabled_da35a899 .splash__igts_f2c9106d{margin-inline:auto;max-width:37.5rem;padding:var(--space-large);width:100%}.splash__wrap_a0c719a5 .extension-header .splash_e41980ba{padding:var(--space-large) var(--space-large) var(--space-smaller) var(--space-large)}.igtsHeader_a342a886{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-small);justify-content:space-between;margin-bottom:var(--space-small);width:100%}.splash__igts_f2c9106d .igtsHeading_f7f55179{color:var(--splash-panel-main-color);font-size:var(--text-size-normal);font-weight:var(--font-weight-medium);margin:0;text-align:left}.igtsLearnLink_eb581981{font-size:var(--text-size-small)}.igtsTiles_b232b221{display:grid;gap:var(--space-small);grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(max(180px,calc((100% - var(--space-small))/2)),1fr));list-style-type:none;padding:0;width:100%}.igtTile_ef5d18fa{height:100%;padding:0}.igtTile_ef5d18fa:focus-within,.igtTile_ef5d18fa:hover{border-color:var(--splash-tile-hover-color);box-shadow:0 0 0 1px var(--splash-tile-hover-color)}.igtsButton_f2c725c3{align-items:center;display:flex;gap:var(--space-smaller);height:100%;min-height:64px;padding:var(--space-smaller) var(--space-small);position:relative;width:100%}.tileIcon_cc55c5f6{color:var(--splash-igt-icon-color)}.tileText_f924945e{color:var(--splash-panel-main-color);flex:1;font-size:var(--text-size-small);font-weight:var(--font-weight-medium);line-height:1.5;text-align:left}.aiSparkleIcon_be4182c2{background:var(--ai-gradient);display:inline-block;height:20px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS45NjQgMTQuNDg0Yy0xLjI2NS0uNDk4LTEuMjkxLTIuMy0uMDQxLTIuODM1bDUuNTI0LTIuMzY0Yy4xMTItLjA0OC4yLS4xNC4yNDYtLjI1M2wyLjAwNC01LjA3Yy41MTItMS4yOTcgMi4zMy0xLjI3OCAyLjgxNi4wMjlsMS45MjMgNS4xNzJjLjA0Ni4xMjMuMTQxLjIyLjI2Mi4yNjhsNS4zMzYgMi4wOWMxLjI3Ny41IDEuMjkxIDIuMzI0LjAyMiAyLjg0NGwtNS42MzEgMi4zMDdhLjQ2LjQ2IDAgMCAwLS4yNTcuMjY3bC0xLjg1OSA1LjA2NGMtLjQ4MiAxLjMxMy0yLjMwNyAxLjMzNC0yLjgxOS4wMzNMNi40MjYgMTYuNzlhLjQ2LjQ2IDAgMCAwLS4yNTgtLjI2ek0xNi4yNDEgMi44N2EuMzg0LjM4NCAwIDAgMS0uMDEtLjcwOGwxLjM4LS41OWEuMTIuMTIgMCAwIDAgLjA2Mi0uMDY0TDE4LjE3NC4yNGEuMzc2LjM3NiAwIDAgMSAuNzA0LjAwOGwuNDgxIDEuMjkzcS4wMTguMDQ3LjA2Ni4wNjdsMS4zMzQuNTIyYS4zODQuMzg0IDAgMCAxIC4wMDUuNzExbC0xLjQwOC41NzdhLjEyLjEyIDAgMCAwLS4wNjQuMDY3bC0uNDY1IDEuMjY2YS4zNzYuMzc2IDAgMCAxLS43MDUuMDA4bC0uNTE1LTEuMzEyYS4xMi4xMiAwIDAgMC0uMDY1LS4wNjV6Ii8+PC9zdmc+) no-repeat center/contain;mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS45NjQgMTQuNDg0Yy0xLjI2NS0uNDk4LTEuMjkxLTIuMy0uMDQxLTIuODM1bDUuNTI0LTIuMzY0Yy4xMTItLjA0OC4yLS4xNC4yNDYtLjI1M2wyLjAwNC01LjA3Yy41MTItMS4yOTcgMi4zMy0xLjI3OCAyLjgxNi4wMjlsMS45MjMgNS4xNzJjLjA0Ni4xMjMuMTQxLjIyLjI2Mi4yNjhsNS4zMzYgMi4wOWMxLjI3Ny41IDEuMjkxIDIuMzI0LjAyMiAyLjg0NGwtNS42MzEgMi4zMDdhLjQ2LjQ2IDAgMCAwLS4yNTcuMjY3bC0xLjg1OSA1LjA2NGMtLjQ4MiAxLjMxMy0yLjMwNyAxLjMzNC0yLjgxOS4wMzNMNi40MjYgMTYuNzlhLjQ2LjQ2IDAgMCAwLS4yNTgtLjI2ek0xNi4yNDEgMi44N2EuMzg0LjM4NCAwIDAgMS0uMDEtLjcwOGwxLjM4LS41OWEuMTIuMTIgMCAwIDAgLjA2Mi0uMDY0TDE4LjE3NC4yNGEuMzc2LjM3NiAwIDAgMSAuNzA0LjAwOGwuNDgxIDEuMjkzcS4wMTguMDQ3LjA2Ni4wNjdsMS4zMzQuNTIyYS4zODQuMzg0IDAgMCAxIC4wMDUuNzExbC0xLjQwOC41NzdhLjEyLjEyIDAgMCAwLS4wNjQuMDY3bC0uNDY1IDEuMjY2YS4zNzYuMzc2IDAgMCAxLS43MDUuMDA4bC0uNTE1LTEuMzEyYS4xMi4xMiAwIDAgMC0uMDY1LS4wNjV6Ii8+PC9zdmc+) no-repeat center/contain;width:20px}.lockIcon_f27ac844{margin-right:0;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.layout--wide .splash__wrap_redesignEnabled_da35a899 .extension-view .splash__igts_f2c9106d{max-width:unset;padding-left:var(--space-large);padding-right:var(--space-large);width:100%}.changeUserDefaults_b216a265 .Dialog__footer{display:flex;flex-direction:column}.scanUserFlow_f0111545{grid-column:1/span 2;width:100%}.scansSection_aad77702{width:100%}.pageScanWrapper_a646847c{display:flex;flex-direction:column;gap:var(--space-smaller)}.actionRow_bd1641b5{display:flex;flex-wrap:wrap;gap:var(--space-smallest)}.checkboxRow_c9e55cbe{align-items:center;border-bottom:1px solid var(--splash-panel-border-color);border-top:1px solid var(--splash-panel-border-color);color:var(--splash-panel-main-color);display:flex;gap:var(--space-half);padding:var(--space-smallest) 0;--field-label-text-color:var(--splash-panel-main-color);--field-icon-checked-color:var(--splash-panel-accent-color);--field-icon-checked-disabled-color:var(--splash-panel-main-color)}.checkboxRow_c9e55cbe .Checkbox__overlay.Icon--checkbox-checked,.infoButton_df74acaf{color:var(--splash-panel-accent-color)}.infoButton_df74acaf{--icon-button-icon-size:28px}.alert_c43b3960 h2{font-weight:var(--font-weight-medium)}.alertContent_cb44163f,.alert_c43b3960 h2{color:var(--splash-panel-main-color)}.checkboxRow_c9e55cbe .Checkbox__wrap{margin-bottom:0}.checkboxLockIcon_b85ddb1c{margin-left:var(--space-half);margin-right:0}.checkboxLocked_c0b0022a .Checkbox__overlay{opacity:.4}.checkboxLocked_c0b0022a .Checkbox{cursor:default}.checkboxLocked_c0b0022a .Checkbox__overlay,.checkboxLocked_c0b0022a .Checkbox__overlay:hover,.checkboxLocked_c0b0022a .Field__label:hover~.Checkbox__overlay{border-color:#0000}.checkboxRow_c9e55cbe+.actionRow_bd1641b5{padding-top:var(--space-small)}.settings_d5a798fd{--settings-view-background-color:var(--gray-20);--settings-header-info-text-color:var(--gray-60);--settings-actions-background-color:var(--white);--settings-actions-border-color:var(--gray-40);--settings-header-subtext-color:var(--accent-primary);--settings-pro-accent-color:var(--accent-warning-dark)}.theme-dark .settings_d5a798fd{--settings-view-background-color:var(--dark-workspace-color);--settings-header-info-text-color:var(--accent-light);--settings-actions-background-color:var(--accent-dark);--settings-actions-border-color:#5d676f;--settings-header-subtext-color:var(--white);--settings-pro-accent-color:var(--accent-warning)}.theme-dark .settings_d5a798fd .Radio__overlay.Icon--radio-checked,.theme-dark .settings_d5a798fd input[type=checkbox]:not(:disabled)~.Checkbox__overlay.Icon--checkbox-checked{color:unset}.settings__info_a591138a{background-color:var(--tab-active-background-color);border-bottom:1px solid var(--tabs-border-color);display:grid;gap:var(--space-smaller);grid-template-columns:auto 1fr;padding:1rem}.settings__info_a591138a>p{grid-column:1/span 2}.layout--wide .settings__info_a591138a{grid-template-rows:auto 1fr}.layout--narrow .settings__info_a591138a{grid-template-columns:auto 1fr auto;justify-content:space-between}.layout--narrow .settings__info_a591138a dl{align-items:center;display:flex;gap:var(--space-half);margin:0}.layout--narrow .settings__info_a591138a dt{margin-left:var(--space-smaller)}.layout--wide .settings__info_a591138a dl{align-self:start;display:grid;gap:var(--space-half);grid-column:1/span 2;grid-template-columns:auto 1fr}.settings__info_a591138a dt{color:var(--gray-90)}.theme-dark .settings__info_a591138a dt{color:var(--accent-light)}.settings__info_a591138a dd{color:var(--settings-header-subtext-color);margin:0}.settings__info_a591138a>*{margin-bottom:0}.settings__info_a591138a h2{color:var(--heading-text-color);font-size:var(--text-small-medium);margin-top:0}.settings__info_a591138a p{color:var(--settings-header-info-text-color);font-size:var(--text-size-smaller);margin-top:var(--space-half)}@media (max-width:25rem){.layout--narrow .settings__info_a591138a{grid-template-columns:auto 1fr}.layout--narrow .settings__info_a591138a dl{grid-column:1/span 2}}.theme-dark .settings__info_a591138a em{color:var(--accent-warning)}.settings__view_b53d1e0e{background-color:var(--settings-view-background-color)}.settings__view_b53d1e0e>section{margin:var(--space-small)}.settings__view_b53d1e0e>section+section{margin-top:0}.settings__view_b53d1e0e h4{font-size:var(--text-size-small);margin:0}.settings__view_b53d1e0e [role=group]:not(.advanced-rules-settings__confidence){border:1px solid var(--panel-border-color);border-radius:3px;padding:var(--space-small);position:relative}.settings__view_b53d1e0e [role=group]+[role=group]{margin-top:var(--space-small)}.settings__view_b53d1e0e [role=group]+[role=group].pro_af863aa5{margin-top:var(--space-large)}.settings__view_b53d1e0e :is(section,[role=group]).pro_af863aa5{border:2px solid var(--settings-pro-accent-color)}.settings__view_b53d1e0e :is(section.pro_af863aa5,section.enterprise_bd3e02d1) .Panel__Header{align-items:center;display:flex;justify-content:space-between}.settings__view_b53d1e0e [role=group].pro_af863aa5:before{content:"PRO";left:50%;position:absolute;top:0;transform:translate(-50%,-50%)}.settings__view_b53d1e0e .badge_bdd4bb98.enterprise_bd3e02d1,.settings__view_b53d1e0e .badge_bdd4bb98.pro_af863aa5,.settings__view_b53d1e0e [role=group].pro_af863aa5:before{background-color:var(--accent-warning);border-radius:1em;color:var(--panel-background-color);font-weight:var(--font-weight-bold);padding:var(--space-half) var(--space-smaller);text-transform:uppercase}.cauldron--theme-light .settings__view_b53d1e0e .badge_bdd4bb98.pro_af863aa5,.cauldron--theme-light .settings__view_b53d1e0e [role=group].pro_af863aa5:before{border:2px solid var(--settings-pro-accent-color);color:var(--text-base-color);padding:calc(var(--space-half) - 2px) calc(var(--space-smaller) - 2px)}.settings__view_b53d1e0e section.enterprise_bd3e02d1{border:2px solid var(--panel-heading-color)}.settings__view_b53d1e0e .badge_bdd4bb98.enterprise_bd3e02d1{background-color:var(--panel-heading-color);color:var(--panel-background-color)}.settings_d5a798fd .Radio--inline+*{margin-top:var(--space-small)}.field_fc7e0b72{align-items:center;display:flex;flex-direction:row;gap:var(--space-half);width:100%}.field_fc7e0b72 .Field__select{flex-basis:25rem}.field_fc7e0b72:has(.danger_ba25b2ef){flex-wrap:wrap}.field_fc7e0b72:last-child .Field__select{margin-bottom:0}.field_fc7e0b72:last-child .TooltipTabstop{margin-top:var(--space-small)}.rulesetConflict_a617a0d4{color:var(--settings-header-info-text-color);font-size:var(--text-size-smaller);margin:calc(var(--space-small)*-1) 0 var(--space-half) 0;max-width:25rem;padding-left:var(--space-quarter)}.settings__view_b53d1e0e .Error{min-height:var(--space-smallest)}.settings__view_b53d1e0e .Field__text-input{min-width:100%}.settings__actions_c6fb59a2{background-color:var(--settings-actions-background-color);border-top:1px solid var(--settings-actions-border-color);bottom:0;flex-shrink:0;padding:1rem;position:sticky}.settings__invalidLicenseKey_b6d49d56{align-items:center;display:flex}.settings__invalidLicenseKey_b6d49d56 .Icon{margin-right:var(--space-half)}.layout--wide .settings_d5a798fd .Tablist{flex:1 0 auto}.layout--wide .settings__info_a591138a{border-bottom:none;flex:1 0 auto}.layout--wide .settings__actions_c6fb59a2{height:2.875rem;margin:0;padding:11px 1rem}.danger_ba25b2ef{color:var(--error);flex-basis:100%}.danger_ba25b2ef .Icon svg{height:1em;width:1em}.theme-dark .danger_ba25b2ef{color:var(--accent-danger)}.notice_d652a6b9{align-items:center;background-color:var(--warning);color:#0b0e11;display:flex;font-size:var(--text-size-small);padding:var(--space-smallest) var(--space-small);position:sticky;top:0;z-index:1}.notice_d652a6b9 :focus{--focus:var(--accent-dark)}.notice_d652a6b9 .Link,.notice_d652a6b9 .Link:hover{color:currentColor;flex:1;white-space:nowrap}.notice_d652a6b9 .Icon{margin-right:var(--space-smallest)}.layout--narrow .settings__info_a591138a .Notice{grid-column:span 3;margin-top:var(--space-half)}.layout--wide .settings__notice_d2b5364e{padding:var(--space-small) var(--space-small) 0 var(--space-small)}@media (max-height:30rem){.layout--narrow .notice_d652a6b9{position:static}}.checkboxWrapper_ef0d65e7{align-items:center;display:flex}.modal_a2a44c97 .Dialog__content{overflow-wrap:break-word}.extension-header{--max-record-width:43.25rem}.record__header_ebba481c{background-color:var(--workspace-background-color);padding:var(--space-small)}.record__header_ebba481c strong{color:var(--gray-80);font-weight:400}.record__header_ebba481c h2{color:var(--gray-80);font-size:18px;margin:0;padding-right:var(--space-smallest);text-align:left;vertical-align:initial}.record__panel_e67df188{margin:0 auto;max-width:var(--max-record-width)}.record__details_b09c77ac{display:grid;grid-template-columns:1fr 1fr}.record__details_b09c77ac p{white-space:nowrap}.record__info_b9fe5d0f{display:grid;grid-auto-rows:2em;grid-template-columns:max-content 1fr;grid-gap:3px 6px;font-size:13px}.record__info_b9fe5d0f dd{margin-left:0}.rerun_cbf6a38e{border:1px solid var(--gray-60);border-radius:3px;display:inline-block;padding:0 2px 2px;vertical-align:initial}strong.manual_tests_not_run_af53d947{color:var(--text-red-color)}.record__details_b09c77ac button:not(.Link_d516f043){color:var(--gray-80);font-size:13px;font-weight:500;margin-left:12px;text-decoration:underline}.record__details_b09c77ac>:last-child button{margin-right:-7px}.record__details_b09c77ac>*{margin:6px 0 0}.record__details_b09c77ac>:nth-child(2n){justify-self:flex-end}.record__details_b09c77ac>:last-child{display:flex}.name__wrap_e64d47f4 button:not(.Link_d516f043){align-self:start;color:var(--link-text-color);font-size:var(--text-size-small);margin-top:1.4rem}.trigger_fd84b387{align-items:center;display:flex;justify-content:space-between;padding-left:0;padding-right:0;width:100%}.trigger_fd84b387 h3{font-size:15px;margin:0;text-align:left}.issue__total_d58981d6{color:var(--nav-text-color)}.issues_cc447868{display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-record-width)}.issues_cc447868 a{color:#fff;font-weight:400;text-decoration:underline}.issues_cc447868 dl{align-items:center;display:grid;grid-template-columns:1fr 4em;margin:0;padding-left:var(--space-small)}.issues_cc447868 dd{justify-self:end;margin:0}.issues__count_dbcbd51e{font-size:95px;padding-right:var(--space-small)}@supports (font-size:clamp(32px,20vw,95px)){.issues__count_dbcbd51e{font-size:clamp(32px,20vw,95px)}}.issues__summary_f4f46366{display:flex;flex-wrap:wrap}.issues__summary_f4f46366 dl{align-self:start;grid-auto-rows:2em;margin-top:1em;padding-left:0}.issues__impacts_d61fb26c{border-left:1px solid var(--accent-medium);flex-basis:10em}.bestPractices_f85fd384{padding-left:0;padding-right:0}.scope_ebd060b4{background-color:var(--accent-secondary);border:1px solid var(--gray-40);display:block;margin:var(--space-half) 0;padding:var(--space-half)}@media (max-width:25rem){.record__details_b09c77ac{grid-template-columns:1fr}.record__details_b09c77ac>:nth-child(2n){justify-self:start}}.rerun__error_a2104276,.rerun__warning_ec12a726{font-size:var(--text-size-small)}.rerun__error_a2104276{color:var(--error)}.record__header__skeleton_c9d2a7a4{--small-text:linear-gradient(var(--gray-40) 0.35em,#0000 0);background-image:var(--small-text),var(--small-text),linear-gradient(var(--workspace-background-color) 100%,#0000 0);background-position:var(--space-small) 134px,var(--space-small) 105px,0 0;background-repeat:no-repeat;background-size:125px .35em,100px .35em,100%;height:160px}.record__header__skeleton_c9d2a7a4 h2{padding-top:3px}.record__header__skeleton_c9d2a7a4 p{padding-top:2px}.skeleton__guides_d95ead92{height:100%;position:relative}.skeleton__guides_d95ead92 .loading-scrim{position:absolute}.auth__modal_c90c5b30{backdrop-filter:blur(2px)}.auth__modal_c90c5b30 .Dialog__header{background-color:initial;border-bottom:none}.auth__modal_c90c5b30 .Dialog__inner{background-color:#fff;border:2px solid #5d676f;border-radius:5px;width:-moz-fit-content;width:fit-content}.theme-dark .auth__modal_c90c5b30 .Dialog__inner{background-color:var(--dark-workspace-color)}.theme-dark .auth__modal_c90c5b30 :is(.Dialog__content,.Dialog__header){background-color:initial}.auth__modal_c90c5b30 .Dialog__heading{justify-content:flex-start;margin-left:var(--space-large);padding-top:18px}.auth__modal_c90c5b30 :is(.Button--secondary,.Dialog__heading) div{align-items:center;display:flex}.auth__modal_c90c5b30 .Dialog__heading img{height:50px;width:125px}.auth__modal_c90c5b30 .Dialog__heading span{color:var(--gray-90);font-size:var(--text-size-smaller);padding-left:var(--space-smallest)}.theme-dark .auth__modal_c90c5b30 .Dialog__heading span{color:#fff}.auth__modal_c90c5b30 .Dialog__content{background-color:initial;color:var(--gray-90);font-size:var(--text-size-small);justify-content:space-between;margin-bottom:var(--space-smallest);min-height:8.5rem;padding:0;text-align:center}.auth__modal_c90c5b30 .Dialog__content.content__center{align-items:center;display:flex;flex-direction:column}.auth__modal__compact_d4c811ba .Dialog__content{min-height:0}.auth__modal_c90c5b30 .Link{color:var(--gray-90);font-size:var(--text-size-smaller);margin:var(--space-smallest);text-decoration:underline}.auth__modal_c90c5b30 .Link:hover{cursor:pointer}.theme-dark .auth__modal_c90c5b30 :is(.Dialog__content,.Dialog__footer) .Link{color:#fff}.auth__modal_c90c5b30 .Button--secondary{border-radius:3px;margin:4px var(--space-large);min-width:14.375rem}.auth__modal_c90c5b30 .Button--secondary div{overflow-x:visible}.auth__modal_c90c5b30 .Button--secondary span{padding-left:var(--space-smallest)}.auth__modal_c90c5b30 .Dialog__footer{background-color:var(--gray-20);border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #b3bfc6;padding-top:var(--dialog-padding)}.theme-dark .auth__modal_c90c5b30 .Dialog__footer{background-color:var(--accent-dark)}.signup__banner_fdd2345e{background-color:var(--accent-info-light);border-bottom:1px solid var(--accent-dark);border-top:1px solid var(--accent-dark);color:var(--accent-dark);margin-bottom:18px;padding:12px var(--space-large)}.signup__banner_fdd2345e>div{max-width:256px}.signup__banner_fdd2345e strong{display:block}.notice__compact_eecc53a1 .Notice{margin-block-end:var(--space-small);padding-block:var(--space-small)}.container_f9a5b471{background-color:var(--record-list-v2-bg);display:flex;flex-direction:column;height:calc(100vh - var(--extension-nav-height));overflow:hidden}.content_a54cf6b3{flex:1;min-height:0;overflow-y:auto}.emptyState_b5e64aa1{color:var(--record-list-v2-text-color);margin:var(--space-large)}.header_f25535ce{border-bottom:1px solid var(--record-list-v2-border-color);display:flex;flex-direction:column;gap:var(--space-large);padding:var(--space-large) var(--space-small)}.headerNav_d62f661d{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-small)}.headerTitle_fd8d7820{color:var(--record-list-v2-text-color);font-size:var(--text-size-heading-2);font-weight:var(--font-weight-medium);letter-spacing:-.75px;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.headerDivider_e937f79b{display:none}.headerCount_c3f6afd5{color:var(--record-list-v2-text-color);flex-basis:100%;font-size:var(--text-size-base);font-weight:var(--font-weight-normal);line-height:1.5;margin:0}.cardList_a41f7993{display:flex;flex-direction:column;gap:var(--space-small);list-style:none;margin:0;padding:var(--space-small)}.card_cd68babf{list-style:none}.cardPanel_ffb6ddeb{overflow:hidden;padding:var(--space-large)}.cardName_c7dfb542{color:var(--record-list-v2-link-color);font-size:var(--text-size-heading-3);font-weight:var(--font-weight-medium);letter-spacing:-.3px;line-height:1.3;text-decoration:underline}.cardDetails_b45ed5dd{display:flex;flex-direction:column;gap:var(--space-smallest);margin-top:var(--space-smaller)}.detailRow_a1e3e6bf{align-items:flex-start;display:flex;font-size:var(--text-size-small);line-height:1.33}.detailLabel_d290e959{color:var(--record-list-v2-text-color);font-weight:var(--font-weight-medium);padding-right:var(--space-smallest);white-space:nowrap}.detailValue_d380323e{color:var(--record-list-v2-text-secondary-color);font-weight:var(--font-weight-normal);margin:0}.table_ba929345{border-collapse:collapse;width:100%}.table_ba929345 thead th{color:var(--record-list-v2-text-color);font-weight:var(--font-weight-medium);height:64px;line-height:1.33;text-align:left}.table_ba929345 tbody th,.table_ba929345 td,.table_ba929345 thead th{background-color:var(--record-list-v2-bg);border-bottom:1px solid var(--record-list-v2-border-color);font-size:var(--text-size-small);padding:var(--space-small) var(--space-large);white-space:nowrap}.table_ba929345 tbody th,.table_ba929345 td{color:var(--record-list-v2-text-secondary-color);font-weight:var(--font-weight-normal);line-height:1.5;vertical-align:top}.table_ba929345 tbody th{max-width:0;text-align:left;width:100%}.nameCell_e7fc1e1c{display:flex;flex-direction:column;gap:var(--space-half);min-width:0}.nameLink_e773730f{color:var(--record-list-v2-link-color);font-size:var(--text-size-small);font-weight:var(--font-weight-medium);line-height:1.33;text-decoration:underline}.url_c951109b{color:var(--record-list-v2-text-secondary-color);font-size:var(--text-size-small);font-weight:var(--font-weight-normal);line-height:1.5}.empty_f7e874f0{align-items:center;color:var(--record-list-v2-text-color);display:flex;flex-direction:column;padding:var(--space-large);text-align:center}.empty_f7e874f0 p{font-size:var(--text-size-normal)}.moreButton_dbbdd913{margin:var(--space-small)}@media (max-width:30rem){.detailRow_a1e3e6bf{flex-direction:column}.detailLabel_d290e959{padding-right:0}}@media (min-width:52.5rem){.header_f25535ce{padding:var(--space-large)}.headerDivider_e937f79b{background-color:var(--record-list-v2-border-color);display:block;height:var(--space-largest);width:1px}.headerCount_c3f6afd5{flex-basis:auto}}.skeleton__tiles_a96e0ee2{--record-list-tile-height:6.75rem;--skeleton-count:linear-gradient(#ffffff40 0.5rem,#0000 0);--skeleton-text-large:linear-gradient(var(--gray-40) 0.5rem,#0000 0);--skeleton-text-small:linear-gradient(var(--gray-40) 0.25rem,#0000 0);--skeleton-tile-border:linear-gradient(var(--record-list-tile-border-color) var(--space-small),#0000 0);background-color:#fff;background-image:var(--skeleton-tile-border),var(--skeleton-count),var(--skeleton-text-large),var(--skeleton-text-small),var(--skeleton-text-small),linear-gradient(var(--record-list-tile-border-color) 100%,#0000 0);background-position:0 0,2.5rem 3rem,9.75rem 1.5rem,9.75rem 3rem,9.75rem 6rem,0 0;background-repeat:repeat-y;background-size:100% var(--record-list-tile-height),4rem var(--record-list-tile-height),12rem var(--record-list-tile-height),10rem var(--record-list-tile-height),16rem var(--record-list-tile-height),9rem 100%;height:100%;margin-right:var(--space-small)}.record__list_cfb857cd{background-color:var(--record-list-tile-background-color);min-height:100%}.tile_ac3e9e45{align-items:center;background-color:#fff;border:1px solid var(--record-list-tile-border-color);column-gap:var(--space-small);display:grid;flex:1;grid-auto-rows:minmax(1rem,min-content);grid-template-columns:9rem 1fr 1fr auto;margin:var(--space-smallest);padding-right:var(--space-smallest)}.record__list_cfb857cd .extension-view{background-color:var(--record-list-tile-border-color)}.record__list_cfb857cd h3{color:var(--record-list-tile-text-color);font-size:var(--text-size-normal);margin-bottom:0;padding:0 var(--space-small)}.theme-dark .record__list_cfb857cd .extension-header{background-color:var(--record-list-tile-border-color)}.header_dc9d2078{font-size:var(--text-small-medium);margin:0}.total_issues_b26872ac{background-color:var(--record-list-tile-background-color);border-right:1px solid var(--record-list-tile-border-color);color:var(--record-list-tile-text-color);display:flex;flex-direction:column;grid-row:1/5;height:100%;justify-content:center;min-height:6rem;min-width:9rem;text-align:center}.total_issues_b26872ac span{color:var(--record-list-tile-text-accent-color)}.count_f79a08da{color:var(--record-list-tile-text-color);font-size:var(--text-size-larger)}.details_d5000e90{padding:var(--space-small);grid-gap:var(--space-smallest)}.test_name_b68a3f35{color:var(--gray-80);font-size:var(--text-size-normal);grid-column-end:span 2;padding-bottom:var(--space-smallest);padding-top:var(--space-half);text-decoration:underline;white-space:nowrap}.type_icon_ba7508dd{color:var(--gray-80);margin-left:auto}.scope_fa2752fe{grid-column-end:span 3}.selected__component_db750bcc{background-color:var(--accent-secondary);border:1px solid var(--gray-40);display:block;margin:var(--space-smallest) 0;padding:var(--space-half)}.scope_fa2752fe button{display:none;padding:0}.test_url_da672c42{font-style:italic;grid-column-end:span 3;padding-bottom:12px}.info_wrap_b675cc43{align-items:center;column-gap:var(--space-small);display:grid;grid-column-end:span 3;grid-template:auto/1fr 1fr}.no_tests_a39b41bf{background-color:#fff;display:flex;flex-direction:column;height:100%;padding:var(--space-small);text-align:center}.no_tests_a39b41bf p{font-size:var(--text-size-normal)}.extension-view .record__list_cfb857cd button.more__button_e06cb46a{color:var(--record-list-tile-text-color);font-size:var(--text-size-normal);padding:var(--space-small);text-decoration:underline;width:100%}.extension-view .record__list_cfb857cd button.more__button_e06cb46a:hover{color:var(--record-list-tile-text-color)}@media (min-width:50.0625rem) and (max-height:48.0625rem){.extension-header .skeleton__tiles_a96e0ee2{height:7.5rem}.theme-dark .extension-view .skeleton__tiles_a96e0ee2{--record-list-skeleton-text-color:#ffffff80;--record-list-skeleton-tile-color:var(--accent-medium)}.extension-view .skeleton__tiles_a96e0ee2{--record-list-skeleton-text-color:#00000026;--record-list-tile-height:2.0625rem;--record-list-skeleton-tile-color:#fff;--skeleton-tile-border:linear-gradient(var(--record-list-tile-border-color) 2px,#0000 0);--skeleton-text:linear-gradient(var(--record-list-skeleton-text-color) 0.25rem,#0000 0);background-color:var(--record-list-skeleton-tile-color);background-image:var(--skeleton-tile-border),var(--skeleton-text),var(--skeleton-text),var(--skeleton-text);background-position:0 -2px,.8rem .8rem,8rem .8rem,17rem .8rem;background-repeat:repeat-y;background-size:100% var(--record-list-tile-height),6rem var(--record-list-tile-height),8rem var(--record-list-tile-height),12rem var(--record-list-tile-height);border-right:none;height:100%;margin-right:0}.extension-view .tile_ac3e9e45,.record__list_cfb857cd .extension-view{background-color:var(--record-list-tile-background-color)}.extension-view .tile_ac3e9e45{border:none;border-bottom:2px solid var(--record-list-tile-border-color);color:var(--record-list-tile-text-accent-color);grid-template-columns:auto 7rem minmax(4rem,1fr) auto auto auto 1rem 1fr;grid-template-rows:auto;margin:0;padding:var(--space-smallest)}.extension-header .info_wrap_b675cc43{grid-template:auto/1fr 1fr}.extension-view .info_wrap_b675cc43{grid-template:auto/auto auto}.theme-dark .extension-view .tile_ac3e9e45{background-color:var(--accent-medium);grid-template-columns:auto 7rem minmax(4rem,1fr) auto auto auto 1rem 1fr}.extension-view .total_issues_b26872ac{background-color:initial;border-right:none;display:block;grid-row:auto;height:auto;min-height:auto;min-width:auto;text-align:left;white-space:nowrap}.extension-view .test_url_da672c42{grid-column-end:auto;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.extension-view .test_name_b68a3f35{color:var(--record-list-tile-text-color);font-size:var(--text-base-font-size);grid-column-end:auto;padding:0}.extension-view .type_icon_ba7508dd{color:var(--record-list-tile-text-color);order:-1}.extension-view .count_f79a08da{display:inline;font-size:inherit}.extension-view .scope_fa2752fe{grid-column-end:auto}.extension-view .scope_fa2752fe button{display:block}.extension-view .scope_fa2752fe code{display:none}}.backdrop_d3a73300{backdrop-filter:blur(4px)}.splash__protector_f959875b .Dialog__inner{border:2px solid #5d676f;border-radius:5px;width:19rem}.splash__protector_f959875b .Dialog__header{border-bottom:none}.splash__protector_f959875b .Dialog__header img{height:62px;width:160px}.splash__protector_f959875b .Dialog__content{font-size:var(--text-size-small);text-align:center}.splash__protector_f959875b .Dialog__content p{margin:var(--space-smallest) auto}.splash__protector_f959875b .Dialog__content p:first-child{margin-top:0}.splash__protector_f959875b .Dialog__content p:last-child{margin-bottom:0}.splash__protector_f959875b .Dialog__footer{border-radius:5px;display:flex;flex-direction:column;padding-bottom:var(--space-largest)}.splash__protector_f959875b .Button--primary{border:2px solid var(--accent-button)}.splash__protector_f959875b :is(.Button--primary:focus-within,.Button--primary:hover){box-shadow:0 0 0 2px #a7e9f7}.splash__protector_f959875b .Dialog__footer>div{padding-top:var(--space-half);text-align:center}.modal_ff3bbab5{--modal-muted-text-color:var(--gray-60);--modal-outline-color:var(--accent-warning-dark);--modal-check-circle-color:var(--accent-success-high-contrast)}.theme-dark .modal_ff3bbab5{--modal-muted-text-color:var(--accent-light);--modal-outline-color:var(--accent-warning);--modal-check-circle-color:var(--accent-success)}.modal_ff3bbab5 p{color:var(--modal-muted-text-color)}.modal_ff3bbab5 ul{list-style:none;margin-left:var(--space-smallest)}.modal_ff3bbab5 li{align-items:center;display:inline-flex}.modal_ff3bbab5 li:not(:last-child){margin-bottom:var(--space-smallest)}.modal_ff3bbab5 li>span{margin-right:var(--space-half)}.modal_ff3bbab5 li>span>svg{color:var(--modal-check-circle-color)}.modal_ff3bbab5 .Dialog__inner{border:2px solid var(--modal-outline-color);border-radius:3px;font-size:var(--text-size-small)}.modal_ff3bbab5 .Dialog__header{border-bottom:none}.modal_ff3bbab5 .Dialog__heading{font-size:var(--text-size-normal);padding-top:var(--space-smaller)}.modal_ff3bbab5 .Dialog__content{align-items:flex-start;padding:var(--space-small)}.modal_ff3bbab5 .Dialog__content img{background-color:var(--workspace-background-color);border-radius:3px;box-shadow:0 0 3px var(--accent-dark);max-width:100%}.modal_ff3bbab5 .Dialog__content p:first-of-type{margin-bottom:var(--space-smallest);margin-top:var(--space-large)}.modal_ff3bbab5 .Dialog__content p:first-of-type span{display:block;margin-top:var(--space-smallest)}.modal_ff3bbab5 .Dialog__content p:nth-of-type(2){margin:0;padding:var(--space-large) var(--space-smallest) var(--space-medium)}.proLabel_e9c9fdee{background-color:var(--accent-warning);border:2px solid var(--modal-outline-color);border-radius:1em;color:var(--accent-dark);font-size:var(--text-size-smaller);font-weight:var(--font-weight-medium);margin:0 auto;padding:0 var(--space-smallest);position:absolute;text-align:center;text-transform:uppercase;top:0;transform:translateY(-50%)}.labelContainer_e7882567{display:flex;justify-content:center;position:absolute;width:100%}.modal_ff3bbab5 .Dialog__footer{align-items:center;flex-direction:column}.modal_ff3bbab5 .Dialog__footer .Link{margin-bottom:var(--space-largest)}.modal_ff3bbab5 .Dialog__footer p{font-size:var(--text-size-smaller);margin-bottom:0;margin-top:var(--space-smallest)}.selectedElements_ee2d8f99{--highlight-indicator-color:var(--focus);--highlight-indicator-text-color:var(--white)}.theme-dark .selectedElements_ee2d8f99{color:#fff;--highlight-indicator-border-color:var(--focus-dark);--highlight-indicator-text-color:var(--accent-dark)}.selectedElements_ee2d8f99{display:grid;grid-template-columns:1fr auto;margin-top:var(--space-medium)}.selectedElements_ee2d8f99>:nth-child(n+3){grid-column:1/span 2}.selectedElements_ee2d8f99 h4{margin:0}.selectedElements_ee2d8f99 h4:not(:first-of-type){margin-top:var(--space-medium)}.selectedElements_ee2d8f99 ol{margin-top:0;padding-left:var(--space-medium)}.selectedElements_ee2d8f99 li .Code{margin-bottom:0;margin-left:var(--space-half)}.selection_ef0195bd{align-items:center;display:flex;gap:var(--space-smallest);margin-top:var(--space-smallest)}.selection_ef0195bd .Code{flex:1;margin-bottom:0;margin-top:0}.highlight_f2741c06[aria-checked=true]{border:2px solid var(--highlight-indicator-color);color:var(--highlight-indicator-color)}.mouseSelection_b656ad7a{font-weight:var(--font-weight-normal)}.manualIssues_c595e56d{--manual-issues-background-color:#fff;--border-color:var(--top-bar-border-bottom-color)}.theme-dark .manualIssues_c595e56d{--manual-issues-background-color:var(--accent-medium)}.theme-dark .manualIssues_c595e56d .ComboboxListbox__empty{color:var(--accent-light)}.manualIssues_c595e56d .extension-header{background-color:var(--manual-issues-background-color);padding:var(--space-small);padding-bottom:0}.headerActions_c2fcb53f{align-items:center;display:flex;flex-direction:row;gap:var(--space-small)}.manualIssues_c595e56d h3{color:var(--heading-text-color);font-size:var(--text-small-medium);margin:0}.manualIssues_c595e56d .extension-view{background-color:var(--manual-issues-background-color)}.content_f6d40247{flex:1}.actions_c94545d8,.content_f6d40247{padding:var(--space-small)}.content_f6d40247 h4{margin-top:0}.ufa_d5488c3b{--content-background-color:#fff;--footer-background-color:var(--gray-20)}.theme-dark .ufa_d5488c3b{--content-background-color:var(--accent-medium);--footer-background-color:var(--accent-dark)}.ufa_d5488c3b .extension-view{display:flex;flex-direction:column-reverse;transform:translateY(-1px)}.contentWrap_ae5e97c1{background-color:var(--content-background-color);display:flex;flex:1;flex-direction:column}.analysis_cb0c890b{display:flex;flex:1;flex-direction:column}.dedupeMsg_cfde6ec8{padding-left:var(--space-largest)}.buttonContainer_a5d9436f{align-items:center;background-color:var(--footer-background-color);border-top:1px solid var(--top-bar-border-bottom-color);bottom:0;display:flex;gap:var(--space-smaller);justify-content:flex-start;padding:var(--space-largest);position:sticky}.cauldron--theme-dark .buttonContainer_a5d9436f button.Link,.cauldron--theme-dark .dedupeMsg_cfde6ec8{color:var(--accent-light)}.watchButton_fd4bdc9d{display:flex}.stop_d21ee909:after{background-color:currentColor;border-radius:1px;content:"";height:.8rem;position:relative;width:.8rem}@media (max-height:18.75rem){.buttonContainer_a5d9436f{position:static}}.status_e8d3330e{border-bottom:1px solid var(--top-bar-border-bottom-color);column-gap:var(--space-smallest);display:grid;grid-template-columns:minmax(1.5rem,min-content) 1fr;grid-template-rows:minmax(var(--button-thin-height),min-content) 1fr;padding:var(--space-largest);row-gap:var(--space-smaller);--success-icon-color:var(--accent-success-high-contrast)}.cauldron--theme-dark .container_c355ac97{--success-icon-color:var(--accent-success)}.countContainer_bb32f475{grid-column:2;grid-row:2}.iconContainer_be1bea84{align-items:center;display:flex;grid-row:1;justify-content:center}.heading_faeadc81{margin:0}.count_e5e5d530,.heading_faeadc81{color:var(--skip-link-text-color);font-size:var(--text-size-small)}.countText_ebb93765{color:var(--field-label-text-color);font-size:var(--text-size-small)}.headingContainer_ad0edee1{align-items:center;display:flex}.editButton_e0295299{margin-left:auto;white-space:nowrap}.recordingIcon_a8bf0982{background-color:var(--accent-danger);border-radius:var(--space-smaller);display:block;height:12px;width:12px}.checkIcon_ef7d9baa{color:var(--success-icon-color)}.skeletonText_c1462746{background-image:linear-gradient(var(--gray-40) .5rem,#0000 0);height:18px;width:60%}.skeletonCount_e31c0682{width:30%}@keyframes blinker_ae8faf30{50%{opacity:0}}@media (prefers-reduced-motion:no-preference){.status_e8d3330e .recordingIcon_a8bf0982{animation:blinker_ae8faf30 1.5s linear 3}}.container_f0b64078{--timeline-icon-size:24px;display:flex;flex-direction:column-reverse;overflow-y:auto;--gray-icon-color:var(--gray-40);--scanning-icon-color:var(--gray-90);--pending-icon-color:var(--accent-primary)}.containerWrap_aa0c6404{display:flex;flex-direction:column;overflow-y:hidden;padding:var(--space-largest)}.cauldron--theme-dark .container_f0b64078{--scanning-icon-color:var(--icon-button-icon-color);--gray-icon-color:var(--dark-workspace-color);--pending-icon-color:var(--accent-info)}.extension-views .container_f0b64078 .TimelineItem{overflow-y:hidden!important;padding-left:var(--space-small);padding-top:var(--space-half)}.accentedIcon_fef4baaa,.pageStateIcon_d22d16bd{display:flex;justify-content:center}.accentedIcon_fef4baaa{align-items:center;height:26px;position:relative;width:26px}.accentedIcon_fef4baaa:after{border-radius:50%;content:"";height:26px;position:absolute;width:26px}.cauldron--theme-dark .accentedIcon_fef4baaa:after{background-color:var(--loader-ring-color);opacity:.25}.startIcon_c85181f1{align-items:center;border:2px solid;border-radius:50%;color:currentColor;display:flex;height:16px;justify-content:center;width:16px}.startIcon_c85181f1:before{background-color:currentColor;border-radius:50%;content:"";display:block;height:6px;width:6px}.pendingIcon_cad3ba86:after{border:3px solid var(--pending-icon-color)}.pendingIcon_cad3ba86 span{color:var(--pending-icon-color)}.pageStateIcon_d22d16bd span{color:var(--gray-icon-color)}.pageStateProgressIcon_de87c15b span{color:var(--timeline-mark-color)}@keyframes rotation_b9d7028b{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scanningIcon_e9929475{align-items:center;display:flex;height:26px;justify-content:center;position:relative;width:26px}.scanningIcon_e9929475:after{border:3px solid var(--accent-warning)}.scanningIcon_e9929475:before{border:1px solid var(--accent-warning);border-radius:50%;content:"";height:16px;position:absolute;width:16px}.scanningIcon_e9929475 svg{color:var(--scanning-icon-color)}.stoppedIcon_cd223f1f{color:var(--gray-icon-color);display:block;height:16px;position:relative;width:16px}.stoppedIcon_cd223f1f:before{border-radius:50%;box-shadow:0 0 0 3px currentColor;content:"";display:block;height:10px;left:3px;position:absolute;top:3px;width:10px}.stoppedIcon_cd223f1f:after{border-radius:1px;box-shadow:0 0 0 2px currentColor;content:"";display:block;height:6px;left:5px;position:absolute;top:5px;width:6px}.itemHeading_d0192cc4{align-items:center;color:var(--skip-link-text-color);display:flex;font-size:var(--text-size-small);margin-bottom:var(--space-half)}.initialUrl_df58ff24,.issueCount_c56b52b5{color:var(--field-label-description-text-color)}.newUrl_f811a119{margin-top:var(--space-half)}.cauldron--theme-dark .newUrl_f811a119{color:#8c9fab}.alignedHeading_f86eba17{margin-top:2px}.itemContent_d96bb131{color:var(--field-label-text-color);font-size:var(--text-size-smaller)}.skeletonText_abdfe8eb{background-image:linear-gradient(var(--gray-40) .5rem,#0000 0);height:15px;width:60%}.skeletonHeading_b7f710e7{background-image:linear-gradient(var(--gray-40) .7rem,#0000 0);height:18px;width:40%}.limitWarning_dff78299{margin-left:calc(var(--space-largest) + var(--space-small));word-break:break-word}.TimelineItem__details{width:100%}.TimelineItem__separator{flex-shrink:0}.TimelineItem__details{max-width:calc(100% - 28px)}.TimelineItem:has(.animated_b332dd73){animation:slideInMaxHeight_b196a1ba .3s ease-in}.editButtonIcon_fea082b5{margin-left:var(--space-smallest)}.pageStateName_f6c183d1{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes slideIn_e0d9dbb5{0%{margin-top:-80px}to{margin-top:0}}@keyframes slideInMaxHeight_b196a1ba{0%{min-height:0}to{min-height:3.75rem}}@keyframes blinker_fbc4e060{50%{opacity:0}}@media (prefers-reduced-motion:no-preference){.scanningIcon_e9929475 svg{animation:rotation_b9d7028b 1.5s linear 3}.TimelineItem:has(.animated_b332dd73) :is(.TimelineItem__details,.TimelineItem__separator){animation:slideIn_e0d9dbb5 .3s ease-in}.accentedIcon_fef4baaa:after{animation:blinker_fbc4e060 1.5s linear 3}}.triggerButton_cb5e08e3{margin-left:auto}.alert_f5256d1f .Dialog__content p{font-size:var(--text-size-small)}.wrap_d379ca88{background-color:var(--workspace-background-color);display:flex;flex-direction:column;gap:var(--space-small);padding:var(--space-small)}.wrap_d379ca88>div p{font-size:var(--text-size-small);word-break:break-all}.wrap_d379ca88 .Notice__title{word-break:break-all}.head_c6c2a7fc{align-items:center;display:flex}.head_c6c2a7fc h3{color:var(--header-text-color-dark);font-size:var(--text-size-normal);font-weight:var(--font-weight-normal);margin:0}.selection_c1e91962 p{color:var(--text-color-base);font-size:var(--text-size-small);font-weight:var(--font-weight-light)}.elementSelector_fb458cfd{background:#fff;box-shadow:0 -7px 20px -10px #000000bf}.elementSelectorHead_e3fe9d6b{align-items:center;border-bottom:1px solid #ccc;box-shadow:0 2px 10px #ccc;display:flex;height:36px}.elementSelectorToggle_c2ef085d{color:var(--header-text-color-dark);font-size:var(--text-size-smaller);margin:0 var(--space-small)}.elementSelector_fb458cfd h3{color:var(--text-color-base);font-size:var(--text-size-smaller);font-weight:var(--font-weight-normal);margin:0;padding:0}.elementSelectorControls_e04f889b{display:flex;margin-left:auto}.elementSelectorControls_e04f889b button{margin-right:var(--space-smallest)}@media screen and (min-width:840px){.elementSelector_fb458cfd{bottom:0;position:fixed;right:0;width:65%}}.igts_f8867907{--igt-text-color:var(--gray-90);--igt-text-accent-color:var(--gray-60);--igt-help-icon-color:var(--accent-primary);--igt-padding-x:var(--space-smallest);--igt-padding-y:var(--space-half)}.theme-dark .igts_f8867907{--igt-text-color:inherit;--igt-text-accent-color:var(--accent-light);--igt-help-icon-color:var(--accent-info)}.igt__deprecated_cf261952{--igt-help-icon-color:var(--accent-danger)}.theme-dark .igt__deprecated_cf261952{--igt-help-icon-color:var(--accent-warning)}@media (min-width:75rem){.layout--wide .igts_f8867907>ul{column-count:2}}.inert_a339c892{overflow:hidden}.igt_cc28c57a{background:var(--igt-background-color);border:1px solid var(--igt-border-color);border-radius:3px;break-inside:avoid;padding:var(--igt-padding-y) var(--igt-padding-x);padding-bottom:0}.igt_cc28c57a :is(.igt__block_e138278f,.igt__details_a13175bf) a:not(.Button--primary_ba015a02){color:var(--igt-text-color);text-decoration:underline}.theme-dark .igt_cc28c57a .Icon--eye svg{--igt-help-icon-color:var(--accent-warning)}.igt_cc28c57a .Icon--eye svg{--igt-help-icon-color:var(--accent-primary);border:1px solid var(--igt-help-icon-color);border-radius:2px;padding:1px}.igt_cc28c57a dl{margin:0}.igt_cc28c57a dd{margin-left:0}.igt_cc28c57a .ExpandCollapse__panel{background:var(--results-view-background-color);border-top:1px solid var(--igt-border-color);flex-basis:100%}.theme-dark .igt_cc28c57a .ExpandCollapse__panel{background-color:var(--igt-border-color);border-top:none;color:#fff}.igt__block_e138278f{align-items:center;display:grid;grid-auto-rows:1.5rem;grid-template-columns:3rem auto 1fr;padding-bottom:var(--igt-padding-y)}.igt__icon_e2f8c528{align-self:center;grid-row:1/3;height:2rem;justify-self:center;width:2rem}.igt__block_e138278f .TooltipTabstop{margin-left:var(--space-smallest);padding:0}.igt__block_e138278f dl{display:flex;grid-column:2;grid-row:2}.igt__block_e138278f dt{color:var(--igt-text-accent-color)}.igt__block_e138278f dd{color:var(--igt-text-color);font-weight:var(--font-weight-bold);padding-left:var(--space-half)}.igt__block_e138278f dd+dt{margin-left:var(--space-small)}.igt__actions_ad29607f{grid-row:1/3;padding-left:var(--space-small);text-align:right}.igt__actions_ad29607f .OptionsMenu{display:inline-flex;vertical-align:middle}.theme-dark .igt_cc28c57a .IconButton.IconButton--secondary,.theme-dark .igt_cc28c57a .OptionsMenu{--icon-button-background-color-secondary:var(--accent-dark);border:none}.theme-dark .igt__actions_ad29607f .IconButton--primary{--icon-button-background-color-primary:#a5db75;--button-text-color-light:var(--accent-dark);--accent-light:#a5db75;border:1px solid #0000;color:var(--accent-dark)}.theme-dark .igt__actions_ad29607f .IconButton--primary:not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--accent-light)}.timestamp_a9a9d29d{flex:1;text-align:left}.igt__heading_b40a10f8,.igt_cc28c57a h3{align-items:center;display:flex}.igt__heading_b40a10f8 svg,.igt_cc28c57a h3 svg{color:var(--igt-help-icon-color);height:1.2em;width:1.2em}.igt__heading_b40a10f8>h3,.igt_cc28c57a h3{font-size:var(--text-size-small);margin:0}.igt_cc28c57a h4{display:flex;flex:1;margin:0}.igt_cc28c57a h5{display:flex;font-size:var(--text-size-smaller);font-weight:var(--font-weight-bold);justify-content:space-between;margin:var(--space-smallest) 0}.igt_cc28c57a h5 span{font-weight:var(--font-weight-normal)}.igt_cc28c57a+.igt_cc28c57a{margin-top:var(--space-small)}.trigger_d187f7f2{align-items:center;display:flex;flex-basis:100%;padding:var(--space-smallest) var(--space-small);padding-right:0;position:relative;z-index:1}.trigger_d187f7f2 svg{height:24px;width:24px}.igt__status_cb1cf59e{color:var(--igt-text-accent-color)}.igt__status_cb1cf59e .Icon{margin:0 var(--space-smallest)}.igt__progress_ee859689{display:grid;grid-template-columns:auto max-content;grid-template-rows:auto auto}.igt__progress_ee859689 .ProgressBar{grid-row:2}.igt__progress_ee859689 button{align-self:center;grid-column:2;grid-row:1/3;margin-left:var(--space-small)}.theme-dark .igt__progress_ee859689 .IconButton--primary{--icon-button-background-color-primary:var(--accent-info);--button-text-color-light:var(--gray-90);--accent-light:var(--accent-info)}.igt__runs_e4efcbcc{margin-top:var(--space-half)}.igt__runs_e4efcbcc .OptionsMenu{margin-right:var(--igt-padding-x)}.igt__runs_e4efcbcc>li{align-items:center;display:flex;flex-wrap:wrap;list-style-type:none}.igt__runs_e4efcbcc>li,.igt_cc28c57a .Pagination{border-top:1px solid var(--igt-border-color);margin-left:calc(var(--igt-padding-x)*-1);margin-right:calc(var(--igt-padding-x)*-1)}.igt_cc28c57a .Pagination{background-color:var(--results-view-background-color);border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding:var(--space-smallest)}.igt_cc28c57a .Pagination ul{display:grid;grid-template-columns:auto auto 1fr auto auto;justify-items:center}.igt_cc28c57a li .Icon--run-again{transform:scaleX(-1)}.igt__details_a13175bf{padding:var(--space-half) var(--space-small)}.igt__details_a13175bf dl{display:grid;grid-template-columns:auto 1fr}.igt__details_a13175bf :is(dd,dt){padding:var(--space-smallest) 0}.igt__details_a13175bf dd{text-align:right}.igt__details_a13175bf dl>:nth-child(n+3){border-top:1px solid var(--igt-border-color)}.theme-dark .igt__details_a13175bf dl>:nth-child(n+3){border-color:var(--igt-background-color)}.crossOriginNotice_f27745ed{margin-bottom:var(--space-smallest)}.rerun_group_b6082067{padding:var(--space-small)}.rerun__progress_cd316705{align-items:center;display:flex;justify-content:space-between}.rerun__progress_cd316705 .OptionsMenu{display:inline-block;margin:0 0 0 var(--space-half)}.rerun_group_b6082067 .rerun_f965e0ae a:not(.Button--primary_e64ae9a1){color:var(--igt-text-color);text-decoration:underline}.rerun_f965e0ae dl{border-bottom:1px solid var(--gray-40);display:grid;grid-template-columns:auto 1fr;margin-bottom:var(--space-smallest);padding-bottom:var(--space-half)}.rerun_f965e0ae :is(dd,dt){margin:var(--space-half) 0}.rerun_f965e0ae dd{text-align:right}.rerun_group_b6082067 hr{margin:0}.rerun_group__show_more_d44df58a{display:block;margin:0 auto}.progress_e2d933d0{--progress-text-color:var(--gray-60);--progress-help-icon-color:var(--accent-primary);--progress-checkbox-color:var(--accent-primary);--progress-checkbox-checked-color:var(--accent-primary);--igt-progress-color:#1aab00;--remaining-progress-color:var(--accent-primary);--automatic-progress-color:var(--gray-60);--progress-bar-background-color:var(--gray-20);--progress-background-color:#fff}.theme-dark .progress_e2d933d0{--progress-background-color:#374a58;--progress-text-color:var(--accent-light);--progress-help-icon-color:var(--accent-info);--progress-checkbox-color:#fff;--progress-checkbox-checked-color:#fff;--igt-progress-color:var(--accent-success);--remaining-progress-color:var(--accent-info-light);--automatic-progress-color:var(--accent-light);--progress-bar-background-color:var(--accent-medium)}.progress_e2d933d0{padding:var(--space-smallest)}.progress_e2d933d0 .progress__summary_a1b1a28d{background-color:var(--section-background-color);border-top-left-radius:3px;border-top-right-radius:3px;color:var(--progress-text-color);padding:var(--space-small)}.theme-dark .progress_section_a0ee6118{border:none}.progress__wrapper_b686f643{background-color:var(--progress-background-color);border-radius:3px;padding:var(--space-smallest)}.progress_e2d933d0 .Field__label,.progress_e2d933d0 a,.progress_e2d933d0 h3,.progress_e2d933d0 h4,.progress_e2d933d0 p{font-weight:var(--font-weight-medium);margin:0}.progress_e2d933d0 .Field__label,.progress_e2d933d0 .progress__group_c1219bfe h4,.progress_e2d933d0 a,.progress_e2d933d0 p{color:var(--progress-text-color);font-size:var(--text-size-smaller)}.progress_e2d933d0 h3{color:var(--heading-text-color);font-size:var(--text-size-small);margin-bottom:var(--space-quarter)}.progress__wrapper_b686f643 .progress__label_f505f5e3{align-items:center;display:flex;justify-content:space-between}.progress__wrapper_b686f643 .progress__label_f505f5e3 button{align-items:center;display:inline-flex}.progress__wrapper_b686f643 .progress__label_f505f5e3 svg{color:var(--progress-help-icon-color);height:1.2em;width:1.2em}.progress__group_c1219bfe:not(:first-child){margin-top:var(--space-small)}.progress__wrapper_b686f643 .progress__group_c1219bfe{align-items:center;display:flex;justify-content:space-between;margin-bottom:var(--space-half)}.progress_e2d933d0 .Checkbox{margin-bottom:0}.progress_e2d933d0 .Checkbox__overlay{margin:0}.progress_e2d933d0 .Checkbox__overlay.Icon--checkbox{color:var(--progress-checkbox-color)}.progress_e2d933d0 .Checkbox__overlay.Icon--checkbox-checked{color:var(--progress-checkbox-checked-color)}.progress_e2d933d0 .Field__label{margin-left:var(--space-half)}.progress_e2d933d0 .ProgressBar,.progress_e2d933d0 [role=progressbar] .ProgressBar--fill{height:calc(var(--space-small) - var(--space-half))}.progress_e2d933d0 .ProgressBar{border-radius:3px;padding:0}.progress_e2d933d0 [role=progressbar] .ProgressBar--fill{border-radius:3px 0 0 3px}.progress_e2d933d0 [role=progressbar][aria-valuenow="0"] .ProgressBar--fill{--progress-bar-fill-color:#0000}.progress_e2d933d0 [role=progressbar][aria-valuenow="100"] .ProgressBar--fill{border-radius:3px}.automatic__progress_bfc1c955 .ProgressBar--fill{--progress-bar-fill-color:var(--automatic-progress-color)}.igt__progress_c32c93fe .ProgressBar--fill{--progress-bar-fill-color:var(--igt-progress-color)}.remaining__progress_dbea4e04 .ProgressBar--fill{--progress-bar-fill-color:var(--remaining-progress-color)}.inputLabel_f3ef3c31{display:block}.inputLabel_f3ef3c31,.testIdField_b7aafc8a .Field{margin-bottom:var(--space-smaller)}.error_c349ebe5{color:var(--field-label-error-text-color);display:flex;font-size:var(--text-size-smaller)}.Dialog__content .error_c349ebe5>p{margin-bottom:var(--space-smallest);margin-top:0}.errorIcon_e55b594d{margin-right:var(--space-smallest)}.actions_d72043ce{--actions-border-color:#b3bfc6;--actions-tag-focus-color:var(--gray-90);--actions-tag-background-color:var(--accent-medium);--actions-export-button-hover-color:var(--accent-primary);--actions-button-border-color:var(--gray-40);--actions-button-icon-color:var(--gray-90)}.theme-dark .actions_d72043ce{--actions-border-color:var(--stroke-dark);--actions-tag-focus-color:var(--accent-info);--actions-tag-background-color:var(--accent-medium);--actions-export-button-hover-color:#fff;--actions-button-border-color:#0000;--actions-button-icon-color:#fff}.actions_d72043ce{align-items:center;background-color:var(--section-background-color);border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid var(--actions-border-color);display:flex;flex-basis:100%;justify-content:space-between;min-height:3rem;padding:var(--space-smallest)}.actions_d72043ce .Tag{font-weight:var(--font-weight-normal);margin:var(--space-half)}.theme-dark .actions_d72043ce .Tag{background-color:var(--list-background-color);color:var(--accent-secondary)}.actions_d72043ce .Tag em{font-style:normal;font-weight:var(--font-weight-medium);margin-left:var(--space-half);text-decoration:underline}@media (max-width:20rem){.actions_d72043ce{display:grid;grid-template-columns:auto 1fr;grid-template-rows:repeat(2,1fr)}.actions_d72043ce .Tag{grid-column:1}.action__buttons_b72b17f6{align-self:start;grid-column:2;grid-row:1/3}}.action__buttons_b72b17f6{display:flex;flex:1;justify-content:end;text-align:right}.action__buttons_b72b17f6 .export_button_e7190d97.export_icon_button_beafd97d{min-width:0;padding:0 var(--space-smallest)}.theme-dark .action__buttons_b72b17f6 .export_button_e7190d97.export_icon_button_beafd97d{border:0}.action__buttons_b72b17f6 .export_button_e7190d97:hover:before{box-shadow:0 0 0 1px var(--actions-export-button-hover-color)}.actions_d72043ce .Button--secondary{font-size:var(--text-size-smaller);margin:var(--space-half)}.actions_d72043ce .IconButton:not([disabled]):not([aria-disabled=true]){color:var(--actions-button-icon-color)}.actions_d72043ce .IconButton{border:1px solid var(--actions-button-border-color);margin:var(--space-half)}.actions_d72043ce .Button--tag:not([disabled]):not([aria-disabled=true]):hover:before{box-shadow:0 0 0 1px var(--actions-tag-focus-color)}.overlay_fa6d117e .Loader{display:none}.overlay_fa6d117e .Loader__overlay__loader{min-height:auto;min-width:auto}.content_a8a8687e .ProgressBar+*{margin-top:var(--space-large)}.content_a8a8687e button{margin-top:var(--space-small)}.modal_a08503d8 .Field__labelDescription{line-height:1.2}.modal_a08503d8 .Radio__overlay{margin-right:var(--space-half)}.modal_a08503d8 label em{margin-left:var(--space-half)}.warning_d327d55a{color:inherit;font-weight:var(--font-weight-medium)}.danger_cf303e52{color:var(--error)}.danger_cf303e52 .Icon{margin-left:var(--space-half)}.danger_cf303e52 .Icon svg{height:1em;width:1em}.theme-dark .warning_d327d55a{color:var(--accent-warning)}.theme-dark .danger_cf303e52{color:var(--accent-danger)}.summary_ae244013{--summary-text-color:var(--dark-workspace-color);--total-issues-border-color:var(--gray-40);--summary-background-color:var(
120
120
  --section-background-color,var(--accent-secondary)
121
121
  );--summary-border-color:var(--section-border-color,var(--gray-40));--total-issues-background-color:#fff}.theme-dark .summary_ae244013{--summary-text-color:#fff;--summary-background-color:var(--accent-dark);--summary-border-color:var(--section-border-color,var(--accent-dark));--highlight-background-color:var(--accent-medium);--total-issues-border-color:#0000;--total-issues-background-color:var(--accent-medium)}.summary_ae244013{background-color:var(--summary-background-color);border:1px solid var(--summary-border-color);border-radius:3px;color:var(--summary-text-color);display:flex;flex-wrap:wrap;justify-content:center;margin:var(--space-smallest);min-height:min-content;position:relative}.summary_ae244013 .total_issues_adec14b5 h2{border-bottom:1px solid var(--total-issues-border-color);flex:0;line-height:unset;margin:0;padding:var(--space-smallest);text-align:center;width:100%}.theme-dark .summary_ae244013 h2{border-bottom:1px solid #fff3}.summary_ae244013 a{align-items:center;color:var(--summary-text-color);color:var(--text-accent-color);display:inline-flex;font-weight:500;justify-content:center;min-height:25px;min-width:25px;text-decoration:underline}.total_issues_adec14b5{align-items:center;background-color:var(--total-issues-background-color);border:1px solid var(--total-issues-border-color);border-radius:5px;display:flex;flex-direction:column;margin:var(--space-small) 0 var(--space-small) var(--space-small);min-width:25vw}.layout--wide .total_issues_adec14b5{min-width:25%}.total_issues__count_f581c9b8{align-items:center;display:flex;flex:1;font-size:80px;padding:0 var(--space-small)}@supports (font-size:clamp(32px,15vw,80px)){.total_issues__count_f581c9b8{font-size:clamp(32px,15vw,80px)}}.issues_f586cca7{display:flex;flex:1;margin:var(--space-small) 0}.issues_f586cca7 dl{align-items:center;display:grid;grid-template-columns:1fr max-content;margin:0}.issues_f586cca7 dd{align-items:center;display:inline-flex;justify-content:center;margin:0;min-height:25px;min-width:25px}.issues_f586cca7 dt{display:flex;padding:.3em}.issues__summary_ea789ed8{color:var(--summary-text-color);flex:1;padding:var(--space-smallest);padding-right:var(--space-small)}.issues__summary_ea789ed8 dt:after{background-image:linear-gradient(90deg,currentColor,currentColor 1px,#0000 0);background-position:bottom;background-repeat:repeat-x;background-size:4px 1px;content:"";display:block;flex:1;height:1em}dl.issues__impacts_e82a43bf{grid-template-columns:repeat(2,1fr max-content)}dl.issues__ignored_ab4e7d87,dl.issues__impacts_e82a43bf,dl.issues__other_ef8b0681{border-top:1px solid var(--summary-border-color);margin-top:var(--space-smallest);padding-top:var(--space-smallest)}.theme-dark :is(dl.issues__impacts_e82a43bf,dl.issues__other_ef8b0681){border-top:1px solid #fff3}.bestPractices_bf9a4a13{padding-left:0;padding-right:0}@media (max-width:20rem){.total_issues_adec14b5{margin-right:var(--space-small)}.total_issues_count_aaad4416{padding:var(--space-small)}.issues_f586cca7{flex-basis:100%;margin-top:0}}.colorContrastBadge_b73454f4{align-items:center;background-color:#fff;border:var(--space-quarter) solid var(--accent-primary);border-radius:1em;display:flex;gap:var(--space-half);padding:var(--space-quarter) var(--space-smallest);position:absolute;right:0;top:0;transform:translateX(calc(var(--space-small)*-1)) translateY(-33%)}.colorContrastBadge_b73454f4 svg{color:var(--accent-primary);height:1em;width:1em}.theme-dark .colorContrastBadge_b73454f4{background-color:var(--summary-background-color);border-color:var(--icon-needs-review-color)}.theme-dark .colorContrastBadge_b73454f4 svg{color:var(--icon-needs-review-color)}.colorContrastTooltip_a172c040{max-width:15rem}.axeClean_e9444022 svg{background-color:var(--issues-text-color);border-radius:50%;color:var(--issues-background-color);display:block;height:80px;margin:var(--space-large) auto var(--space-small);padding:var(--space-small);width:80px}.callToAction_d535e21f{background-color:var(--issues-header-background-color);border:1px solid var(--igt-border-color);display:flex;flex-direction:column;font-size:var(--text-size-small);padding:var(--space-large);text-align:center}.axeClean_e9444022 h3{font-size:var(--text-size-medium);margin-bottom:0;margin-top:0}.axeClean_e9444022 ul{align-self:center;max-width:75%;text-align:left}.axeClean_e9444022 ul li{padding:var(--space-half) 0}.feedbackFormContainer_f01ee7c4{border-bottom:1px solid var(--gray-30);display:flex;flex-direction:column;padding:var(--space-smaller) 0}.feedbackForm_a2f4502b{display:grid;grid-template-rows:1fr}.feedbackFormActions_e3c14bbd{display:flex;gap:var(--space-smallest)}.feedbackFormRadioGroup_d25ccc07{margin-bottom:var(--space-smaller)}.feedbackFormIsHidden_f0e36fa0{display:none}.ignoreFormContainer_a70addcc{border-bottom:1px solid var(--gray-30);display:flex;flex-direction:column;padding:var(--space-smaller) 0}.ignoreForm_ea7e326a{display:grid;grid-template-rows:1fr}.ignoreFormActions_a74c481d{display:flex;gap:var(--space-smallest)}.ignoreFormRadioGroup_ec206231{margin-bottom:var(--space-smaller)}.issues_b9c8de11{--issues-background-color:var(--gray-20);--issues-header-background-color:#fff;--issues-border-color:var(--gray-40);--issues-heading-color:var(--gray-90);--issues-text-color:var(--gray-60);--issues-needs-review-border-color:var(--accent-primary);--issues-needs-review-background-color:var(--gray-20);--issues-text-accent-color:var(--gray-60);--issues-highlight-indicator-background-color:var(--focus);--issues-highlight-indicator-text-color:var(--white)}.theme-dark .issues_b9c8de11{--issues-background-color:var(--accent-dark);--issues-header-background-color:var(--accent-medium);--issues-border-color:#5d676f;--issues-heading-color:#fff;--issues-text-color:#fff;--issues-needs-review-border-color:var(--accent-warning);--issues-needs-review-background-color:var(--accent-dark);--issues-text-accent-color:#fff;--issues-highlight-indicator-background-color:var(--focus-dark);--issues-highlight-indicator-text-color:var(--accent-dark)}.issues_b9c8de11 h2{font-size:var(--text-size-normal);margin:0}.sticky_header_cb4089ee{--offset-position:calc(var(--space-small) + var(--results-view-fadeout-height));align-items:center;background-color:var(--results-view-background-color);border:none;display:flex;flex-wrap:wrap;gap:var(--space-smaller);justify-content:space-between;margin-bottom:calc(var(--results-view-fadeout-height)*-1);margin-left:calc(var(--space-small)*-1);margin-right:calc(var(--space-small)*-1);padding:var(--offset-position) var(--space-small) 0 var(--space-small);position:sticky;top:var(--results-view-fadeout-height);transform:translateY(calc(var(--offset-position)*-1));z-index:2}.sticky_header_cb4089ee:after{background-color:var(--igt-border-color);content:"";flex-basis:100%;height:1px;margin-top:var(--space-half);width:100%}.issues_b9c8de11 h2 :last-child{font-weight:var(--font-weight-bold)}.issues_b9c8de11 .Accordion__trigger{padding:0;text-decoration:none}.issues_b9c8de11 .Accordion--expanded .Accordion__trigger{border-bottom-left-radius:0;border-bottom-right-radius:0}.issues_b9c8de11 .Accordion__trigger button:hover{cursor:pointer}.issues_b9c8de11 .Accordion__trigger button[aria-controls]{align-items:center;display:flex;flex:1;font-size:var(--text-size-small);padding:calc(var(--space-small) - var(--space-half));text-align:left}.issues_b9c8de11 .Accordion__trigger div+button[aria-controls]{margin-left:calc((var(--space-small) + var(--space-three-quarters))*-1);padding-left:calc(var(--space-largest) + var(--space-three-quarters))}.issues_b9c8de11 .Accordion__trigger button[aria-controls] :first-child{flex:1;text-decoration:underline solid var(--accordion-trigger-text-color)}.issues_b9c8de11 .Accordion .Accordion__trigger{margin-top:0;position:sticky;top:calc(var(--text-size-normal) + var(--space-small) - var(--results-view-fadeout-height));z-index:1}.issues_b9c8de11 .Accordion__panel .IconButton{margin:0;min-width:unset}.issues_b9c8de11 .Accordion~.Accordion{margin-top:var(--space-small)}.issue__count_ee1f4238{min-width:2rem;padding-left:var(--space-half);text-align:center}.issue__pagination_fad77649{--offset:calc(var(--space-small)*-1);background-color:var(--issues-background-color);margin:var(--offset) var(--offset) 0 var(--offset);padding:var(--space-smallest) var(--space-smaller)}.issue__inspectButton_d6df0e5d{border:none}.issue__description_f4eba8a6,.issue_a4b5e8a8 h3{font-size:var(--text-size-small)}.issue__description_f4eba8a6{margin-bottom:var(--space-half)}.issue_a4b5e8a8:has(.Notice){padding-top:var(--space-small)}.issue_a4b5e8a8 p{color:var(--issues-text-accent-color)}.issue__location_d43cb9d0{align-items:center;background-color:var(--issues-background-color);border-top-left-radius:3px;border-top-right-radius:3px;display:grid;gap:var(--space-half);grid-template-columns:auto 1fr auto;margin-bottom:1px;margin-top:var(--space-small);padding:var(--space-half) var(--space-half) var(--space-half) var(--space-smallest)}.issue__location_d43cb9d0:has(+.Code){border-bottom-left-radius:3px;border-bottom-right-radius:3px}.cauldron--theme-light .issue__location_d43cb9d0{border:1px solid var(--gray-40);border-bottom:none;margin-bottom:0}.issue__location_d43cb9d0 pre.Code.hljs{border:none;margin:0;padding:0}.issue__location_d43cb9d0 h3{font-size:var(--text-size-smaller);margin:0}.issue__location_d43cb9d0+pre.Code.hljs{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.issue__remediation_b99dab80{background-color:var(--issues-header-background-color);border:2px solid var(--issues-text-color);border-radius:3px;padding:var(--space-small)}.issue__remediation_b99dab80 h3{margin-bottom:var(--space-small);margin-top:0}.issue__remediation_b99dab80 ul{margin:var(--space-small) 0 var(--space-small) var(--space-large)}.issue__remediation_b99dab80 ul li{color:var(--issues-text-accent-color);margin-top:var(--space-smallest)}.issue__remediation_b99dab80 :last-child{margin-bottom:0}.issue__tags_d9a05577{background-color:var(--issues-background-color);border-radius:3px;display:flex;flex-wrap:wrap;gap:var(--space-half);list-style-type:none;margin:var(--space-small) calc(var(--space-small)*-1) calc(var(--space-small)*-1) calc(var(--space-small)*-1);padding:var(--space-smallest)}.issue__tags_d9a05577>.Tag{margin:var(--space-half)}.issue__needsreview_b3c1de0d{background-color:var(--issues-needs-review-background-color);border:2px solid var(--issues-needs-review-border-color);margin:var(--space-small) 0;padding:var(--space-small)}.issue__needsreview_b3c1de0d h3{margin-top:0}.issue__needsreview_b3c1de0d ul{margin:var(--space-small) 0 var(--space-small) var(--space-large)}.issue__needsreview_b3c1de0d ul li{margin-top:var(--space-smallest)}.issue__needsreview_b3c1de0d button:not(.Button--thin){padding:0;text-decoration:underline;vertical-align:bottom}.issue__relatednodes_db26dbd5{position:relative}.issue__relatednodes_db26dbd5 .Code{align-items:center;display:flex;min-height:calc(var(--button-thin-height) + var(--space-smallest)*2);padding-right:calc(var(--button-thin-height) + var(--space-small))}.issue__relatednodes_db26dbd5 .IconButton{position:absolute;right:var(--space-smallest);top:var(--space-smallest)}.issue__relatednodes_db26dbd5:last-child pre{margin-bottom:0}.issueActions_c4b22045{padding:var(--space-small) 0}.highlightButton_ac69390d[aria-checked=true]:not(:active){color:var(--focus)}.highlightButton_ac69390d[aria-checked=true]{outline:2px solid var(--focus)}.issueGroup_ef02d008{--issues-highlight-indicator-background-color:var(--focus);--issues-highlight-indicator-text-color:#fff}.theme-dark .issueGroup_ef02d008{--issues-highlight-indicator-background-color:var(--focus-dark);--issues-highlight-indicator-text-color:var(--accent-dark)}.highlightIndicator_c066cbb7{align-items:center;align-self:stretch;background-color:var(--issues-highlight-indicator-background-color);border:1px solid var(--issues-highlight-indicator-background-color);border-top-left-radius:2px;display:flex;padding:auto var(--space-half)}.issueCount_b06f429b{min-width:2rem;padding-left:var(--space-half);text-align:center}.issueGroup_ef02d008 .Accordion__trigger .Icon--highlight{color:var(--issues-highlight-indicator-text-color)}.issueGroup_ef02d008 hr{border-top:1px solid var(--gray-30);margin:0;width:100%}.ignoredNotification_fcf1f646{align-items:center;display:flex;gap:var(--space-half);justify-content:space-between}.resultsClean_cc10ba39{background-color:var(--issues-header-background-color);border:1px solid var(--igt-border-color);display:flex;flex-direction:column;font-size:var(--text-size-small);padding:var(--space-large);text-align:center}.resultsClean_cc10ba39 .returnLink_bf976fbb{text-decoration:underline}.shortcut_d3772093{display:inline-block;margin:var(--space-small) 0}.keys_f1308987{display:inline-block;margin-right:var(--space-small)}.keys_f1308987 span{border:1px solid var(--gray-40);margin-right:var(--space-small);padding:var(--space-smallest)}.description_dbc56373{display:inline-block}.wrapper_f3113dc5 .Toast{position:static}.theme-dark .credits_cbb466a1 .extension-view{background-color:var(--accent-medium);color:var(--white)}.theme-dark .credits_cbb466a1 .extension-header{color:var(--white)}.credits_cbb466a1 .extension-header{align-items:center;color:var(--tabs-active-text-color);display:flex;flex-direction:row;gap:var(--space-small);padding:0 var(--space-small)}.credits_cbb466a1 h2{font-size:var(--text-small-medium)}.credits_cbb466a1 .extension-view{padding:var(--space-small)}.credits_cbb466a1 .Accordion__panel{white-space:pre-line}