.pwc-link{--pwc-link-fg: var(--pwc-foreground-primary);--pwc-link-focus-color: var(--pwc-foreground-primary);--pwc-link-font-size: 18px;--pwc-link-font-weight: 500;--pwc-link-line-height: 1.35;--pwc-link-decoration-thickness: 1px;position:relative;display:inline-flex;align-items:center;color:var(--pwc-link-fg);font-family:var(--pwc-font-body);font-size:var(--pwc-link-font-size);font-weight:var(--pwc-link-font-weight);line-height:var(--pwc-link-line-height);letter-spacing:0;text-decoration-line:underline;text-decoration-color:currentColor;text-decoration-thickness:var(--pwc-link-decoration-thickness);text-underline-offset:2px;white-space:nowrap;cursor:pointer;transition:color .14s ease,text-decoration-thickness .14s ease}.pwc-link[data-size=Body-L]{--pwc-link-font-size: 18px;--pwc-link-font-weight: 700;--pwc-link-line-height: 1.4}.pwc-link[data-size=Label-L]{--pwc-link-font-size: 18px;--pwc-link-font-weight: 500;--pwc-link-line-height: 1.35}.pwc-link[data-size=Body-M]{--pwc-link-font-size: 16px;--pwc-link-font-weight: 500;--pwc-link-line-height: 1.35}.pwc-link[data-size=Body-S]{--pwc-link-font-size: 14px;--pwc-link-font-weight: 500;--pwc-link-line-height: 1.35}.pwc-link[data-size=Caption]{--pwc-link-font-size: 12px;--pwc-link-font-weight: 500;--pwc-link-line-height: 1.4}.pwc-link[data-ui-state=Hover]{--pwc-link-fg: var(--pwc-states-foreground-brand-hover);--pwc-link-decoration-thickness: 2px}.pwc-link[data-ui-state=Pressed]{--pwc-link-fg: #000000;--pwc-link-decoration-thickness: 2px}.pwc-link[data-ui-state=Focused]:after,.pwc-link:focus-visible:after{content:"";position:absolute;inset:-4px -4px -5px;border:2px solid var(--pwc-link-focus-color);border-radius:4px;pointer-events:none}.pwc-link[data-disabled=true]{--pwc-link-fg: var(--pwc-foreground-secondary);cursor:not-allowed;pointer-events:none}.pwc-link:not([data-disabled=true]):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover{--pwc-link-fg: var(--pwc-states-foreground-brand-hover);--pwc-link-decoration-thickness: 2px}.pwc-link:not([data-disabled=true]):not([data-ui-state=Pressed]):active{--pwc-link-fg: #000000;--pwc-link-decoration-thickness: 2px}.pwc-footer{--pwc-footer-max-content-width: 680px;--pwc-footer-background: #ffffff;--pwc-footer-divider-color: var(--pwc-border-subtle);--pwc-footer-caption-color: var(--pwc-foreground-secondary);--pwc-footer-gap: 16px;display:flex;flex-direction:column;align-items:flex-start;gap:var(--pwc-footer-gap);width:100%;min-width:325px;padding:24px 40px;background:var(--pwc-footer-background);box-sizing:border-box}.pwc-footer[data-alignment=Center]{align-items:center}.pwc-footer__primary{display:flex;flex-direction:column;align-items:inherit;gap:var(--pwc-footer-gap);width:100%}.pwc-footer__nav{display:flex;align-items:center;gap:var(--pwc-footer-gap);width:100%;max-width:var(--pwc-footer-max-content-width);padding-bottom:24px}.pwc-footer[data-alignment=Center] .pwc-footer__nav{justify-content:center}.pwc-footer__divider{width:100%;height:1px;background:var(--pwc-footer-divider-color)}.pwc-footer__copyright{margin:0;width:100%;max-width:var(--pwc-footer-max-content-width);color:var(--pwc-footer-caption-color);font-family:var(--pwc-font-body);font-size:12px;font-style:normal;font-weight:400;line-height:1.4}.pwc-footer[data-alignment=Center] .pwc-footer__copyright{text-align:center}.pwc-footer__inline-link{vertical-align:baseline}.pwc-footer__inline-link[data-size=Caption]{font-size:12px}.pwc-footer__secondary{display:flex;align-items:center;gap:16px;width:100%;max-width:var(--pwc-footer-max-content-width)}.pwc-footer[data-alignment=Center] .pwc-footer__secondary{justify-content:center}@media(max-width:767px){.pwc-footer{padding:24px 16px}.pwc-footer__nav{flex-direction:column;align-items:flex-start;justify-content:flex-start}.pwc-footer[data-alignment=Center] .pwc-footer__nav{align-items:center}.pwc-footer__secondary{flex-wrap:wrap;row-gap:8px;column-gap:16px;justify-content:flex-start}.pwc-footer[data-alignment=Center] .pwc-footer__secondary{justify-content:center}}.pwc-dropdown{--pwc-dropdown-width: 327px;--pwc-trigger-bg: #ffffff;--pwc-trigger-fg: var(--pwc-foreground-primary);--pwc-trigger-border: var(--pwc-border-strong);--pwc-trigger-focus-border: var(--pwc-foreground-brand);--pwc-trigger-placeholder: var(--pwc-foreground-secondary);--pwc-panel-bg: #ffffff;--pwc-panel-border: var(--pwc-border-subtle);--pwc-option-hover: rgb(17 17 19 / 6%);--pwc-option-pressed: rgb(17 17 19 / 10%);--pwc-option-focus-border: var(--pwc-foreground-primary);--pwc-shadow: 0 4px 8px -2px rgb(76 80 86 / 24%);position:relative;display:grid;gap:8px;width:min(100%,var(--pwc-dropdown-width));color:var(--pwc-trigger-fg);font-family:var(--pwc-font-body)}.pwc-dropdown[data-open=true]{z-index:50}.pwc-dropdown[data-disabled=true]{opacity:.6}.pwc-dropdown__label{margin:0;font-size:16px;font-weight:500;line-height:1.4}.pwc-dropdown__trigger{position:relative;display:flex;align-items:center;gap:8px;width:100%;min-height:48px;padding:4px 4px 4px 16px;border:1px solid var(--pwc-trigger-border);border-radius:0;background:var(--pwc-trigger-bg);color:var(--pwc-trigger-fg);cursor:pointer;text-align:left}.pwc-dropdown__trigger[data-ui-state=Focused],.pwc-dropdown__trigger:focus-visible,.pwc-dropdown[data-open=true] .pwc-dropdown__trigger{border-color:var(--pwc-trigger-focus-border);box-shadow:inset 0 0 0 1px var(--pwc-trigger-focus-border);outline:none}.pwc-dropdown__value{flex:1 1 auto;min-width:0;font-size:16px;font-weight:400;line-height:1.4;color:var(--pwc-trigger-fg)}.pwc-dropdown__value[data-placeholder=true]{color:var(--pwc-trigger-placeholder);opacity:.7}.pwc-dropdown__trigger-icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}.pwc-dropdown__trigger-icon{--pwc-icon-url: none;display:inline-block;width:24px;height:24px;background-color:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pwc-dropdown__panel{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;display:grid;gap:4px;max-height:288px;padding:8px;border:1px solid var(--pwc-panel-border);background:var(--pwc-panel-bg);box-shadow:var(--pwc-shadow);overflow-y:auto}.pwc-dropdown__option{position:relative;display:flex;align-items:center;gap:0;min-height:48px;padding:8px 16px 8px 12px;background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.pwc-dropdown__option[data-selected=true]{gap:8px}.pwc-dropdown__option[data-ui-state=Hover]{background:var(--pwc-option-hover)}.pwc-dropdown__option[data-ui-state=Pressed]{background:var(--pwc-option-pressed)}.pwc-dropdown__option[data-ui-state=Focused]:after{content:"";position:absolute;inset:-4px;border:2px solid var(--pwc-option-focus-border);pointer-events:none}.pwc-dropdown__option[data-disabled=true]{opacity:.45;cursor:not-allowed}.pwc-dropdown__option-label{flex:1 1 auto;min-width:0;font-size:16px;font-weight:400;line-height:1.4;color:var(--pwc-foreground-primary)}.pwc-dropdown__option-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.pwc-dropdown__option-check-icon{--pwc-icon-url: none;display:inline-block;width:16px;height:16px;background:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pwc-dropdown__slot{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center;min-height:200px;padding:60px 80px;border:1px dashed var(--pwc-border-strong);background:#ff00d914;color:var(--pwc-border-strong);box-shadow:0 4px 8px #4c50563d}.pwc-header{--pwc-header-border: var(--pwc-border-subtle);--pwc-header-text: var(--pwc-foreground-primary);--pwc-header-secondary-text: var(--pwc-foreground-secondary);--pwc-header-brand: #000000;--pwc-header-hover-accent: var(--pwc-states-foreground-brand-hover);--pwc-header-selected-accent: var(--pwc-foreground-brand);--pwc-header-shadow: 0 4px 8px -2px rgba(76, 80, 86, .24);width:100%;min-width:1023px;background:#fff;border-bottom:1px solid var(--pwc-header-border);box-sizing:border-box;overflow:visible}.pwc-header[data-state=Scrolling]{box-shadow:var(--pwc-header-shadow)}.pwc-header__default-row{min-height:80px;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:visible}.pwc-header__brand{min-width:219px;display:inline-flex;align-items:center;gap:12px}.pwc-header__pwc-logo-target{width:65.337px;height:48px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.pwc-header__pwc-logo{width:65.337px;height:32.071px;display:block;object-fit:contain}.pwc-header__brand-name{max-width:322px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--pwc-header-brand);font-family:var(--pwc-font-body);font-size:18px;font-weight:400;line-height:1.4;letter-spacing:0}.pwc-header__primary-nav{height:80px;display:flex;align-items:center;gap:24px;overflow:visible}.pwc-header-nav-section{position:relative;height:80px;padding:0;border:0;outline:none;overflow:visible;border-radius:0;background:transparent;color:var(--pwc-header-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pwc-header-nav-section__label{display:inline-block;min-height:40px;padding:10px 0;font-family:var(--pwc-font-body);font-size:16px;font-weight:500;line-height:1.4;letter-spacing:0}.pwc-header-nav-section__underline{position:absolute;left:0;right:0;bottom:0;height:4px;background:transparent}.pwc-header-nav-section[data-selected=true] .pwc-header-nav-section__underline{background:var(--pwc-header-selected-accent)}.pwc-header-nav-section[data-ui-state=Hover][data-selected=true] .pwc-header-nav-section__underline{background:var(--pwc-header-hover-accent)}.pwc-header-nav-section[data-ui-state=Pressed][data-selected=true] .pwc-header-nav-section__underline{background:#000}.pwc-header-nav-section[data-ui-state=Focused]:after,.pwc-header-nav-section:focus-visible:after{content:"";position:absolute;inset:-4px -4px -2px;border:2px solid var(--pwc-foreground-primary);border-radius:4px;pointer-events:none;z-index:1}.pwc-header-nav-section:focus,.pwc-header-nav-section:focus-visible{outline:none}.pwc-header__default-actions{display:inline-flex;align-items:center;gap:24px}.pwc-header__global-dropdown{--pwc-dropdown-width: auto;--pwc-trigger-focus-border: var(--pwc-foreground-primary);position:relative;width:120px;display:inline-grid;gap:0;flex:0 0 120px}.pwc-header__global-dropdown .pwc-dropdown__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pwc-header__global-dropdown .pwc-dropdown__trigger{min-height:40px;width:100%;padding:0;gap:8px;border:0;background:transparent}.pwc-header__global-dropdown .pwc-dropdown__value{display:inline-flex;align-items:center;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:0;color:var(--pwc-header-text)}.pwc-header__global-dropdown .pwc-dropdown__value:before{content:"";width:20px;height:20px;margin-right:8px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3csvg%20x='4.9296'%20y='1.1208'%20width='14.138399999999999'%20height='21.7584'%20viewBox='0%200%2014.1375%2021.7575'%20preserveAspectRatio='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M0.0480283%207.87074C-0.671708%201.41733%206.86198%20-2.37389%2011.6379%201.66468C16.6764%205.92581%2012.9658%2012.0069%2010.3576%2016.444C9.93594%2017.1613%209.53334%2017.8079%209.11639%2018.4625L8.10076%2016.775C8.44001%2016.2343%208.76486%2015.6809%209.08318%2015.1383C10.2982%2013.0676%2011.9736%2010.2446%2012.339%207.85804C13.1869%202.31971%205.90374%20-0.4468%202.6867%204.06898C1.17275%206.1942%201.71164%208.36043%202.6574%2010.5934C3.16108%2011.7827%203.77444%2012.9165%204.424%2014.0299L4.42108%2014.0358L4.67303%2014.4557C4.88449%2014.8119%205.09844%2015.1672%205.31365%2015.5211L6.61248%2017.6813C6.74561%2017.9086%206.87968%2018.1358%207.00897%2018.3649C7.0118%2018.3612%207.01399%2018.3569%207.01678%2018.3532L8.06561%2020.0973C7.73798%2020.6061%207.39086%2021.1478%207.00799%2021.7575C5.67274%2019.4727%204.20744%2017.2538%202.91229%2014.943C1.77907%2012.9211%200.307567%2010.198%200.0480283%207.87074ZM7.06951%203.72132C8.90066%203.72148%2010.3849%205.20659%2010.3849%207.03773C10.3847%208.86872%208.90052%2010.353%207.06951%2010.3532C5.23842%2010.3532%203.75334%208.86882%203.75311%207.03773C3.75311%205.20649%205.23827%203.72132%207.06951%203.72132ZM7.06951%205.54164C6.24375%205.54164%205.5744%206.21197%205.5744%207.03773C5.57463%207.86334%206.24389%208.53285%207.06951%208.53285C7.89504%208.53269%208.5644%207.86324%208.56463%207.03773C8.56463%206.21207%207.89518%205.5418%207.06951%205.54164Z'%20fill='var(--fill-0,%20%23111113)'/%3e%3c/svg%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3csvg%20x='4.9296'%20y='1.1208'%20width='14.138399999999999'%20height='21.7584'%20viewBox='0%200%2014.1375%2021.7575'%20preserveAspectRatio='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M0.0480283%207.87074C-0.671708%201.41733%206.86198%20-2.37389%2011.6379%201.66468C16.6764%205.92581%2012.9658%2012.0069%2010.3576%2016.444C9.93594%2017.1613%209.53334%2017.8079%209.11639%2018.4625L8.10076%2016.775C8.44001%2016.2343%208.76486%2015.6809%209.08318%2015.1383C10.2982%2013.0676%2011.9736%2010.2446%2012.339%207.85804C13.1869%202.31971%205.90374%20-0.4468%202.6867%204.06898C1.17275%206.1942%201.71164%208.36043%202.6574%2010.5934C3.16108%2011.7827%203.77444%2012.9165%204.424%2014.0299L4.42108%2014.0358L4.67303%2014.4557C4.88449%2014.8119%205.09844%2015.1672%205.31365%2015.5211L6.61248%2017.6813C6.74561%2017.9086%206.87968%2018.1358%207.00897%2018.3649C7.0118%2018.3612%207.01399%2018.3569%207.01678%2018.3532L8.06561%2020.0973C7.73798%2020.6061%207.39086%2021.1478%207.00799%2021.7575C5.67274%2019.4727%204.20744%2017.2538%202.91229%2014.943C1.77907%2012.9211%200.307567%2010.198%200.0480283%207.87074ZM7.06951%203.72132C8.90066%203.72148%2010.3849%205.20659%2010.3849%207.03773C10.3847%208.86872%208.90052%2010.353%207.06951%2010.3532C5.23842%2010.3532%203.75334%208.86882%203.75311%207.03773C3.75311%205.20649%205.23827%203.72132%207.06951%203.72132ZM7.06951%205.54164C6.24375%205.54164%205.5744%206.21197%205.5744%207.03773C5.57463%207.86334%206.24389%208.53285%207.06951%208.53285C7.89504%208.53269%208.5644%207.86324%208.56463%207.03773C8.56463%206.21207%207.89518%205.5418%207.06951%205.54164Z'%20fill='var(--fill-0,%20%23111113)'/%3e%3c/svg%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pwc-header__global-dropdown .pwc-dropdown__trigger-icon-button,.pwc-header__global-dropdown .pwc-dropdown__trigger-icon{width:20px;height:20px}.pwc-header__global-dropdown .pwc-dropdown__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:10;min-width:180px}.pwc-header__search-action,.pwc-header__global-action{height:40px;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;color:var(--pwc-header-text);padding:0;font-family:var(--pwc-font-body)}.pwc-header__search-action-label{font-size:18px;font-weight:500;line-height:1.4;letter-spacing:0}.pwc-header__global-action-label{font-size:16px;font-weight:500;line-height:1.4;letter-spacing:0}.pwc-header__icon-mask{--pwc-header-icon-url: none;display:inline-block;width:20px;height:20px;background-color:currentColor;-webkit-mask-image:var(--pwc-header-icon-url);mask-image:var(--pwc-header-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pwc-header__icon-mask--chevron{transform:rotate(90deg)}.pwc-header__utility-row{min-height:56px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pwc-header__utility-brand{display:inline-flex;align-items:center;gap:12px}.pwc-header__attribution{display:inline-flex;align-items:center;gap:12px;height:24px}.pwc-header__attribution-logo-wrap{width:42.5447px;height:20.8832px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pwc-header__attribution-logo-image{width:100%;height:100%;object-fit:contain;display:block}.pwc-header__utility-product-label{color:var(--pwc-header-text);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;letter-spacing:0}.pwc-header__utility-name-wrap{display:inline-flex;align-items:center;gap:12px;padding-right:16px}.pwc-header__utility-divider{width:1px;height:20px;background:var(--pwc-header-border)}.pwc-header__utility-name{max-width:322px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--pwc-header-secondary-text);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;letter-spacing:0}.pwc-header__utility-actions{display:inline-flex;align-items:center;gap:12px}.pwc-header__utility-search{width:418px}.pwc-header__avatar-button{position:relative;width:40px;height:40px;border:0;border-radius:999px;padding:0;background:transparent;cursor:pointer}.pwc-header__avatar-fill{position:absolute;inset:0;border-radius:999px;background:var(--pwc-background-layer-2)}.pwc-header__icon-mask--avatar{position:absolute;top:50%;left:50%;width:24px;height:24px;transform:translate(-50%,-50%)}.pwc-icon-button{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: var(--pwc-foreground-on-brand-variant);--pwc-border-color: transparent;--pwc-focus-inset: -4px;--pwc-focus-color: var(--pwc-foreground-primary);--pwc-size: 44px;--pwc-icon-size: 20px;--pwc-radius: 0;--pwc-border-width: 0;--pwc-opacity: 1;--pwc-transition: .14s ease;position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--pwc-size);min-width:var(--pwc-size);height:var(--pwc-size);min-height:var(--pwc-size);padding:0;border:var(--pwc-border-width) solid var(--pwc-border-color);border-radius:var(--pwc-radius);background:var(--pwc-bg);color:var(--pwc-fg);cursor:pointer;opacity:var(--pwc-opacity);transition:background-color var(--pwc-transition),color var(--pwc-transition),border-color var(--pwc-transition)}.pwc-icon-button--medium{--pwc-size: 40px}.pwc-icon-button__icon{--pwc-icon-url: none;display:inline-block;width:var(--pwc-icon-size);height:var(--pwc-icon-size);background-color:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pwc-icon-button[data-variant=Primary]{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: var(--pwc-foreground-on-brand-variant)}.pwc-icon-button[data-variant=Secondary]{--pwc-bg: #ffffff;--pwc-fg: var(--pwc-foreground-primary);--pwc-border-color: var(--pwc-border-strong);--pwc-border-width: 1.5px}.pwc-icon-button[data-variant=Tertiary]{--pwc-bg: transparent;--pwc-fg: var(--pwc-foreground-primary)}.pwc-icon-button[data-variant="On Media"]{--pwc-bg: #ffffff;--pwc-fg: var(--pwc-foreground-primary)}.pwc-icon-button[data-ui-state=Hover][data-variant=Primary],.pwc-icon-button[data-ui-state=Hover][data-variant=Secondary]{--pwc-bg: var(--pwc-states-background-brand-variant-hover);--pwc-fg: #000000;--pwc-border-color: transparent}.pwc-icon-button[data-ui-state=Pressed][data-variant=Primary],.pwc-icon-button[data-ui-state=Pressed][data-variant=Secondary]{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: #000000;--pwc-border-color: transparent}.pwc-icon-button[data-ui-state=Hover][data-variant=Tertiary]{--pwc-fg: var(--pwc-states-foreground-brand-hover)}.pwc-icon-button[data-ui-state=Pressed][data-variant=Tertiary]{--pwc-fg: #000000}.pwc-icon-button[data-ui-state=Hover][data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-primary);--pwc-fg: #ffffff}.pwc-icon-button[data-ui-state=Pressed][data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-secondary);--pwc-fg: #ffffff}.pwc-icon-button[data-ui-state=Disabled][data-variant=Primary]{--pwc-bg: var(--pwc-states-background-disabled);--pwc-fg: var(--pwc-border-strong)}.pwc-icon-button[data-ui-state=Disabled][data-variant=Secondary]{--pwc-bg: transparent;--pwc-fg: var(--pwc-border-strong);--pwc-border-color: var(--pwc-states-background-disabled)}.pwc-icon-button[data-ui-state=Disabled][data-variant=Tertiary]{--pwc-bg: transparent;--pwc-fg: var(--pwc-border-strong)}.pwc-icon-button[data-ui-state=Disabled][data-variant="On Media"]{--pwc-bg: #ffffff;--pwc-fg: var(--pwc-foreground-primary);--pwc-opacity: .4}.pwc-icon-button[data-ui-state=Focused]:after,.pwc-icon-button:focus-visible:after{content:"";position:absolute;inset:var(--pwc-focus-inset);border:2px solid var(--pwc-focus-color);border-radius:4px;pointer-events:none}.pwc-icon-button[data-ui-state=Focused][data-variant=Secondary],.pwc-icon-button[data-variant=Secondary]:focus-visible{--pwc-focus-inset: -5.5px}.pwc-icon-button[data-ui-state=Focused][data-variant=Tertiary],.pwc-icon-button[data-variant=Tertiary]:focus-visible{--pwc-focus-inset: 0}.pwc-icon-button[data-ui-state=Focused][data-variant="On Media"]{--pwc-focus-color: #ffffff}.pwc-icon-button:disabled{cursor:not-allowed}.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant=Primary],.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant=Secondary]{--pwc-bg: var(--pwc-states-background-brand-variant-hover);--pwc-fg: #000000;--pwc-border-color: transparent}.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant=Tertiary]{--pwc-fg: var(--pwc-states-foreground-brand-hover)}.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-primary);--pwc-fg: #ffffff}.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant=Primary],.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant=Secondary]{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: #000000}.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant=Tertiary]{--pwc-fg: #000000}.pwc-icon-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-secondary);--pwc-fg: #ffffff}.pwc-side-nav{position:relative;display:flex;flex-direction:column;width:375px;min-height:100%;padding:0 0 72px;background:#fff;border-right:1px solid var(--pwc-border-subtle);box-sizing:border-box}.pwc-side-nav[data-expanded=false]{width:92px}.pwc-side-nav__items,.pwc-side-nav__item-wrap{display:flex;flex-direction:column;width:100%}.pwc-side-nav__item{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:12px 16px;border:0;background:transparent;color:var(--pwc-foreground-primary);cursor:pointer;box-sizing:border-box}.pwc-side-nav[data-expanded=false] .pwc-side-nav__item{justify-content:center}.pwc-side-nav__item[data-selected=true]{background:var(--pwc-background-brand-layer-2);color:var(--pwc-foreground-on-brand-variant)}.pwc-side-nav__item[data-selected=true] .pwc-side-nav__label{color:var(--pwc-foreground-on-brand-variant)}.pwc-side-nav__item[data-ui-state=Hover],.pwc-side-nav__item:hover{background:var(--pwc-background-layer-1)}.pwc-side-nav__item[data-ui-state=Pressed],.pwc-side-nav__item:active{background:var(--pwc-background-layer-2)}.pwc-side-nav__item[data-ui-state=Focused]:after,.pwc-side-nav__item:focus-visible:after{content:"";position:absolute;inset:-1px 0;border:2px solid var(--pwc-foreground-primary);border-radius:4px;pointer-events:none}.pwc-side-nav__icon-slot,.pwc-side-nav__trailing-icon-slot{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px}.pwc-side-nav__icon{--pwc-icon-url: none;width:20px;height:20px;background-color:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pwc-side-nav__label{flex:1;min-width:0;padding:0 8px 0 4px;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:500;line-height:1.4;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pwc-side-nav__sub-items{display:flex;flex-direction:column;gap:2px;width:100%}.pwc-sub-nav-item{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:46px;padding:12px 0 12px 24px;border:0;background:transparent;color:var(--pwc-foreground-primary);cursor:pointer;box-sizing:border-box}.pwc-sub-nav-item[data-selected=true]{background:var(--pwc-background-brand-layer-2)}.pwc-sub-nav-item[data-ui-state=Hover],.pwc-sub-nav-item:hover{background:#11111314}.pwc-sub-nav-item[data-ui-state=Pressed],.pwc-sub-nav-item:active,.pwc-sub-nav-item[data-ui-state=Focused]{background:#1111131a}.pwc-sub-nav-item[data-ui-state=Focused]:after,.pwc-sub-nav-item:focus-visible:after{content:"";position:absolute;inset:-1px 0;border:2px solid var(--pwc-background-inverse);border-radius:4px;pointer-events:none}.pwc-sub-nav-item__label{flex:1;min-width:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pwc-side-nav__item[data-selected=true],.pwc-side-nav__item[data-selected=true]:hover,.pwc-side-nav__item[data-selected=true]:active,.pwc-side-nav__item[data-selected=true][data-ui-state=Hover],.pwc-side-nav__item[data-selected=true][data-ui-state=Pressed],.pwc-side-nav__item[data-selected=true][data-ui-state=Focused]{background:var(--pwc-background-brand-layer-2);color:var(--pwc-foreground-on-brand-variant)}.pwc-side-nav__toggle{position:absolute;right:15px;bottom:16px}.pwc-side-nav[data-expanded=false] .pwc-side-nav__toggle{left:50%;right:auto;transform:translate(-50%)}.pwc-tab{display:flex;align-items:center;width:100%}.pwc-tab-single{--pwc-tab-border-color: var(--pwc-border-strong);--pwc-tab-text-color: var(--pwc-foreground-secondary);--pwc-tab-border-width: 1px;position:relative;display:flex;flex:1 0 0;min-width:78px;align-items:center;justify-content:center;padding:24px 16px;border:0;border-bottom:var(--pwc-tab-border-width) solid var(--pwc-tab-border-color);background:transparent;color:var(--pwc-tab-text-color);cursor:pointer;box-sizing:border-box}.pwc-tab-single[data-size=Large]{min-height:68px}.pwc-tab-single[data-size=Small]{min-height:67px;padding:16px}.pwc-tab-single[data-size=Large][data-has-icon=true]{min-height:96px}.pwc-tab-single[data-size=Small][data-has-icon=true]{min-height:87px}.pwc-tab-single[data-active=true]{--pwc-tab-border-color: var(--pwc-foreground-brand);--pwc-tab-text-color: var(--pwc-foreground-primary);--pwc-tab-border-width: 4px}.pwc-tab-single[data-active=false][data-ui-state=Hover],.pwc-tab-single[data-active=false]:hover{--pwc-tab-border-color: var(--pwc-foreground-brand)}.pwc-tab-single[data-active=true][data-ui-state=Hover],.pwc-tab-single[data-active=true]:hover{--pwc-tab-border-color: var(--pwc-states-foreground-brand-hover)}.pwc-tab-single[data-ui-state=Pressed],.pwc-tab-single:active{--pwc-tab-border-color: #000000;--pwc-tab-text-color: var(--pwc-foreground-primary)}.pwc-tab-single[data-ui-state=Focused]:after,.pwc-tab-single:focus-visible:after{content:"";position:absolute;inset:0 0 calc(0% - 1px) 0;border:2px solid var(--pwc-foreground-primary);border-radius:4px;pointer-events:none}.pwc-tab-single[data-active=true][data-ui-state=Focused]:after,.pwc-tab-single[data-active=true]:focus-visible:after{inset:0 0 calc(0% - 4px) 0}.pwc-tab-single__content{display:flex;flex:1;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:0}.pwc-tab-single__icon-slot{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:0 0 24px}.pwc-tab-single[data-size=Small] .pwc-tab-single__icon-slot{width:16px;height:16px;flex-basis:16px}.pwc-tab-single__icon{--pwc-icon-url: none;width:100%;height:100%;background-color:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pwc-tab-single__label{max-height:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:currentColor;text-align:center;font-family:var(--pwc-font-body);font-size:18px;font-weight:500;line-height:1.4}.pwc-tab-single[data-size=Small] .pwc-tab-single__label{font-size:14px}.pwc-tab-single[data-has-icon=true] .pwc-tab-single__content{gap:4px}.pwc-button{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: var(--pwc-foreground-on-brand-variant);--pwc-border-color: transparent;--pwc-focus-inset: -4px;--pwc-focus-color: var(--pwc-foreground-primary);--pwc-label-size: 18px;--pwc-gap: 12px;--pwc-height: 48px;--pwc-padding-inline: 20px;--pwc-radius: 0;--pwc-border-width: 0;--pwc-opacity: 1;--pwc-transition: .14s ease;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--pwc-gap);min-height:var(--pwc-height);height:var(--pwc-height);padding:0 var(--pwc-padding-inline);border:var(--pwc-border-width) solid var(--pwc-border-color);border-radius:var(--pwc-radius);background:var(--pwc-bg);color:var(--pwc-fg);font-family:var(--pwc-font-body);font-weight:500;font-size:var(--pwc-label-size);line-height:1.4;letter-spacing:0;cursor:pointer;opacity:var(--pwc-opacity);transition:background-color var(--pwc-transition),color var(--pwc-transition),border-color var(--pwc-transition)}.pwc-button--medium{--pwc-label-size: 16px;--pwc-gap: 8px;--pwc-height: 40px;--pwc-padding-inline: 16px}.pwc-button__label{white-space:nowrap}.pwc-button__icon{--pwc-icon-url: none;display:inline-block;width:20px;height:20px;background-color:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pwc-button[data-variant=Primary]{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: var(--pwc-foreground-on-brand-variant)}.pwc-button[data-variant=Secondary]{--pwc-bg: #ffffff;--pwc-fg: var(--pwc-foreground-primary);--pwc-border-color: var(--pwc-border-strong);--pwc-border-width: 1.5px}.pwc-button[data-variant=Tertiary]{--pwc-bg: transparent;--pwc-fg: var(--pwc-foreground-primary);--pwc-padding-inline: 4px}.pwc-button[data-variant="On Media"]{--pwc-bg: #ffffff;--pwc-fg: var(--pwc-foreground-primary)}.pwc-button[data-ui-state=Hover][data-variant=Primary],.pwc-button[data-ui-state=Hover][data-variant=Secondary]{--pwc-bg: var(--pwc-states-background-brand-variant-hover);--pwc-fg: #000000;--pwc-border-color: transparent}.pwc-button[data-ui-state=Pressed][data-variant=Primary],.pwc-button[data-ui-state=Pressed][data-variant=Secondary]{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: #000000;--pwc-border-color: transparent}.pwc-button[data-ui-state=Hover][data-variant=Tertiary]{--pwc-fg: var(--pwc-states-foreground-brand-hover)}.pwc-button[data-ui-state=Pressed][data-variant=Tertiary]{--pwc-fg: #000000}.pwc-button[data-ui-state=Hover][data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-primary);--pwc-fg: #ffffff}.pwc-button[data-ui-state=Pressed][data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-secondary);--pwc-fg: #ffffff}.pwc-button[data-ui-state=Disabled][data-variant=Primary]{--pwc-bg: var(--pwc-states-background-disabled);--pwc-fg: var(--pwc-border-strong)}.pwc-button[data-ui-state=Disabled][data-variant=Secondary]{--pwc-bg: transparent;--pwc-fg: var(--pwc-border-strong);--pwc-border-color: var(--pwc-states-background-disabled)}.pwc-button[data-ui-state=Disabled][data-variant=Tertiary]{--pwc-bg: transparent;--pwc-fg: var(--pwc-border-strong)}.pwc-button[data-ui-state=Disabled][data-variant="On Media"]{--pwc-bg: #ffffff;--pwc-fg: var(--pwc-foreground-primary);--pwc-opacity: .4}.pwc-button[data-ui-state=Focused]:after,.pwc-button:focus-visible:after{content:"";position:absolute;inset:var(--pwc-focus-inset);border:2px solid var(--pwc-focus-color);border-radius:calc(var(--pwc-radius) + 1px);pointer-events:none}.pwc-button[data-ui-state=Focused][data-variant=Secondary],.pwc-button[data-variant=Secondary]:focus-visible{--pwc-focus-inset: -5.5px}.pwc-button[data-ui-state=Focused][data-variant=Tertiary],.pwc-button[data-variant=Tertiary]:focus-visible{--pwc-focus-inset: 0}.pwc-button[data-ui-state=Focused][data-variant="On Media"]{--pwc-focus-color: #ffffff}.pwc-button:disabled{cursor:not-allowed}.pwc-button:disabled .pwc-button__icon{opacity:1}.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant=Primary],.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant=Secondary]{--pwc-bg: var(--pwc-states-background-brand-variant-hover);--pwc-fg: #000000;--pwc-border-color: transparent}.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant=Tertiary]{--pwc-fg: var(--pwc-states-foreground-brand-hover)}.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-primary);--pwc-fg: #ffffff}.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant=Primary],.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant=Secondary]{--pwc-bg: var(--pwc-background-brand-variant);--pwc-fg: #000000}.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant=Tertiary]{--pwc-fg: #000000}.pwc-button:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-variant="On Media"]{--pwc-bg: var(--pwc-foreground-secondary);--pwc-fg: #ffffff}.pwc-chip{--pwc-chip-bg: #ffffff;--pwc-chip-fg: var(--pwc-foreground-primary);--pwc-chip-border-color: var(--pwc-border-strong);--pwc-chip-border-width: 1px;--pwc-chip-gap: 0;--pwc-chip-focus-inset: -5px;--pwc-chip-focus-color: var(--pwc-foreground-primary);position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--pwc-chip-gap);height:40px;padding:10px 16px;border:var(--pwc-chip-border-width) solid var(--pwc-chip-border-color);border-radius:100px;background:var(--pwc-chip-bg);color:var(--pwc-chip-fg);font-family:var(--pwc-font-body);font-weight:500;font-size:14px;line-height:1.4;letter-spacing:0;cursor:pointer;transition:background-color .14s ease,color .14s ease,border-color .14s ease}.pwc-chip[data-selected=true]{--pwc-chip-bg: var(--pwc-background-brand-variant);--pwc-chip-fg: var(--pwc-foreground-on-brand-variant);--pwc-chip-border-color: transparent;--pwc-chip-border-width: 0;--pwc-chip-gap: 8px;--pwc-chip-focus-inset: -4px}.pwc-chip[data-ui-state=Hover][data-selected=false]{--pwc-chip-border-color: var(--pwc-foreground-brand)}.pwc-chip[data-ui-state=Pressed][data-selected=false]{--pwc-chip-border-color: #000000;--pwc-chip-fg: #000000}.pwc-chip[data-ui-state=Hover][data-selected=true]{--pwc-chip-bg: var(--pwc-states-background-brand-variant-hover);--pwc-chip-fg: #000000}.pwc-chip[data-ui-state=Pressed][data-selected=true]{--pwc-chip-bg: var(--pwc-background-brand-variant);--pwc-chip-fg: #000000}.pwc-chip[data-ui-state=Focused][data-selected=true]{--pwc-chip-fg: var(--pwc-foreground-primary)}.pwc-chip[data-ui-state=Disabled][data-selected=false]{--pwc-chip-border-color: var(--pwc-states-background-disabled);--pwc-chip-fg: var(--pwc-border-strong)}.pwc-chip[data-ui-state=Disabled][data-selected=true]{--pwc-chip-bg: var(--pwc-states-background-disabled);--pwc-chip-fg: var(--pwc-border-strong)}.pwc-chip[data-ui-state=Focused]:after,.pwc-chip:focus-visible:after{content:"";position:absolute;inset:var(--pwc-chip-focus-inset);border:2px solid var(--pwc-chip-focus-color);border-radius:4px;pointer-events:none}.pwc-chip:disabled{cursor:not-allowed}.pwc-chip__label{white-space:nowrap}.pwc-chip__icon{--pwc-chip-icon-url: none;display:inline-block;width:16px;height:16px;background-color:currentColor;-webkit-mask-image:var(--pwc-chip-icon-url);mask-image:var(--pwc-chip-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pwc-chip:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-selected=false]{--pwc-chip-border-color: var(--pwc-foreground-brand)}.pwc-chip:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-selected=false]{--pwc-chip-border-color: #000000;--pwc-chip-fg: #000000}.pwc-chip:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover[data-selected=true]{--pwc-chip-bg: var(--pwc-states-background-brand-variant-hover);--pwc-chip-fg: #000000}.pwc-chip:not([data-ui-state=Disabled]):not(:disabled):not([data-ui-state=Pressed]):active[data-selected=true]{--pwc-chip-bg: var(--pwc-background-brand-variant);--pwc-chip-fg: #000000}.pwc-checkbox{--pwc-checkbox-border: var(--pwc-foreground-secondary);--pwc-checkbox-border-width: 1.5px;--pwc-checkbox-bg: #ffffff;--pwc-checkbox-check: #ffffff;--pwc-checkbox-check-icon: none;--pwc-checkbox-check-opacity: 0;--pwc-checkbox-label: var(--pwc-foreground-primary);--pwc-checkbox-focus-ring: var(--pwc-foreground-primary);display:inline-flex;align-items:flex-start;gap:12px;min-height:48px;color:var(--pwc-checkbox-label);cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.pwc-checkbox__control-wrap{min-height:48px;display:inline-flex;align-items:center;position:relative}.pwc-checkbox__native{position:absolute;inset:0;opacity:0;margin:0;cursor:inherit}.pwc-checkbox__control{width:24px;height:24px;border:var(--pwc-checkbox-border-width) solid var(--pwc-checkbox-border);background:var(--pwc-checkbox-bg);box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;position:relative}.pwc-checkbox__check{width:24px;height:24px;background-color:var(--pwc-checkbox-check);-webkit-mask-image:var(--pwc-checkbox-check-icon);mask-image:var(--pwc-checkbox-check-icon);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;opacity:var(--pwc-checkbox-check-opacity)}.pwc-checkbox__label{min-height:48px;display:inline-flex;align-items:flex-start;padding-top:14px;padding-bottom:12px;font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--pwc-checkbox-label)}.pwc-checkbox[data-selected=false][data-ui-state=Enabled]{--pwc-checkbox-border: var(--pwc-foreground-secondary)}.pwc-checkbox[data-selected=false][data-ui-state=Hover]{--pwc-checkbox-border: var(--pwc-foreground-brand)}.pwc-checkbox[data-selected=false][data-ui-state=Pressed]{--pwc-checkbox-border: #000000}.pwc-checkbox[data-selected=false][data-ui-state=Focused]{--pwc-checkbox-border: var(--pwc-foreground-secondary)}.pwc-checkbox[data-selected=false][data-ui-state=Disabled]{--pwc-checkbox-border: var(--pwc-border-strong);--pwc-checkbox-label: var(--pwc-border-strong)}.pwc-checkbox[data-selected=true][data-ui-state=Enabled]{--pwc-checkbox-border: var(--pwc-foreground-brand);--pwc-checkbox-bg: var(--pwc-foreground-brand);--pwc-checkbox-check-opacity: 1}.pwc-checkbox[data-selected=true][data-ui-state=Hover]{--pwc-checkbox-border: var(--pwc-states-foreground-brand-hover);--pwc-checkbox-bg: var(--pwc-states-foreground-brand-hover);--pwc-checkbox-check-opacity: 1}.pwc-checkbox[data-selected=true][data-ui-state=Pressed]{--pwc-checkbox-border: #000000;--pwc-checkbox-bg: #000000;--pwc-checkbox-check-opacity: 1}.pwc-checkbox[data-selected=true][data-ui-state=Focused]{--pwc-checkbox-border: var(--pwc-foreground-brand);--pwc-checkbox-bg: var(--pwc-foreground-brand);--pwc-checkbox-check-opacity: 1}.pwc-checkbox[data-selected=true][data-ui-state=Disabled]{--pwc-checkbox-border: var(--pwc-border-strong);--pwc-checkbox-bg: var(--pwc-border-strong);--pwc-checkbox-check: var(--pwc-background-layer-1);--pwc-checkbox-check-opacity: 1;--pwc-checkbox-label: var(--pwc-border-strong)}.pwc-checkbox[data-ui-state=Focused] .pwc-checkbox__control:after,.pwc-checkbox__native:focus-visible+.pwc-checkbox__control:after{content:"";position:absolute;width:26px;height:26px;left:50%;top:50%;transform:translate(-50%,-50%);border:2px solid var(--pwc-checkbox-focus-ring);border-radius:4px;pointer-events:none}.pwc-checkbox[data-disabled=true]{cursor:not-allowed}.pwc-checkbox:not([data-disabled=true]):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover{--pwc-checkbox-border: var(--pwc-foreground-brand)}.pwc-checkbox[data-selected=true]:not([data-disabled=true]):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover{--pwc-checkbox-border: var(--pwc-states-foreground-brand-hover);--pwc-checkbox-bg: var(--pwc-states-foreground-brand-hover);--pwc-checkbox-check-opacity: 1}.pwc-checkbox:not([data-disabled=true]):not([data-ui-state=Pressed]):active{--pwc-checkbox-border: #000000}.pwc-checkbox[data-selected=true]:not([data-disabled=true]):not([data-ui-state=Pressed]):active{--pwc-checkbox-border: #000000;--pwc-checkbox-bg: #000000;--pwc-checkbox-check-opacity: 1}.pwc-radio-button{--pwc-radio-border: var(--pwc-foreground-secondary);--pwc-radio-bg: #ffffff;--pwc-radio-dot: #ffffff;--pwc-radio-dot-opacity: 0;--pwc-radio-label: var(--pwc-foreground-primary);--pwc-radio-focus-ring: var(--pwc-foreground-primary);display:inline-flex;align-items:flex-start;gap:12px;min-height:48px;color:var(--pwc-radio-label);cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.pwc-radio-button__control-wrap{min-height:48px;display:inline-flex;align-items:center;position:relative}.pwc-radio-button__native{position:absolute;inset:0;opacity:0;margin:0;cursor:inherit}.pwc-radio-button__control{width:24px;height:24px;border:2px solid var(--pwc-radio-border);border-radius:50%;background:var(--pwc-radio-bg);box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;position:relative}.pwc-radio-button__dot{width:12px;height:12px;border-radius:50%;background:var(--pwc-radio-dot);opacity:var(--pwc-radio-dot-opacity)}.pwc-radio-button__label{min-height:48px;display:inline-flex;align-items:flex-start;padding-top:14px;padding-bottom:12px;font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--pwc-radio-label)}.pwc-radio-button[data-selected=false][data-ui-state=Enabled],.pwc-radio-button[data-selected=false][data-ui-state=Focused]{--pwc-radio-border: var(--pwc-foreground-secondary)}.pwc-radio-button[data-selected=false][data-ui-state=Hover]{--pwc-radio-border: var(--pwc-foreground-brand)}.pwc-radio-button[data-selected=false][data-ui-state=Pressed]{--pwc-radio-border: #000000}.pwc-radio-button[data-selected=false][data-ui-state=Disabled]{--pwc-radio-border: var(--pwc-border-strong);--pwc-radio-label: var(--pwc-border-strong)}.pwc-radio-button[data-selected=true][data-ui-state=Enabled],.pwc-radio-button[data-selected=true][data-ui-state=Focused]{--pwc-radio-border: var(--pwc-foreground-brand);--pwc-radio-dot: var(--pwc-foreground-brand);--pwc-radio-dot-opacity: 1}.pwc-radio-button[data-selected=true][data-ui-state=Hover]{--pwc-radio-border: var(--pwc-states-foreground-brand-hover);--pwc-radio-dot: var(--pwc-states-foreground-brand-hover);--pwc-radio-dot-opacity: 1}.pwc-radio-button[data-selected=true][data-ui-state=Pressed]{--pwc-radio-border: #000000;--pwc-radio-dot: #000000;--pwc-radio-dot-opacity: 1}.pwc-radio-button[data-selected=true][data-ui-state=Disabled]{--pwc-radio-border: var(--pwc-border-strong);--pwc-radio-dot: var(--pwc-border-strong);--pwc-radio-dot-opacity: 1;--pwc-radio-label: var(--pwc-border-strong)}.pwc-radio-button[data-ui-state=Focused] .pwc-radio-button__control:after,.pwc-radio-button__native:focus-visible+.pwc-radio-button__control:after{content:"";position:absolute;width:28px;height:28px;left:50%;top:50%;transform:translate(-50%,-50%);border:2px solid var(--pwc-radio-focus-ring);border-radius:4px;pointer-events:none}.pwc-radio-button[data-disabled=true]{cursor:not-allowed}.pwc-radio-button:not([data-disabled=true]):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover{--pwc-radio-border: var(--pwc-foreground-brand)}.pwc-radio-button[data-selected=true]:not([data-disabled=true]):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover{--pwc-radio-border: var(--pwc-states-foreground-brand-hover);--pwc-radio-dot: var(--pwc-states-foreground-brand-hover);--pwc-radio-dot-opacity: 1}.pwc-radio-button:not([data-disabled=true]):not([data-ui-state=Pressed]):active{--pwc-radio-border: #000000}.pwc-radio-button[data-selected=true]:not([data-disabled=true]):not([data-ui-state=Pressed]):active{--pwc-radio-border: #000000;--pwc-radio-dot: #000000;--pwc-radio-dot-opacity: 1}.pwc-search-bar-shell{width:min(100%,418px)}.pwc-search-bar{--pwc-search-bg: #ffffff;--pwc-search-fg: var(--pwc-foreground-secondary);--pwc-search-border-color: var(--pwc-border-strong);--pwc-search-border-width: 1px;--pwc-search-height: 48px;--pwc-search-gap: 12px;--pwc-search-padding-inline: 12px;--pwc-search-icon-size: 24px;--pwc-search-font-size: 16px;--pwc-search-focus-inset: -5px;--pwc-search-focus-color: var(--pwc-foreground-primary);--pwc-search-transition: .14s ease;position:relative;display:flex;align-items:center;gap:var(--pwc-search-gap);width:100%;min-height:var(--pwc-search-height);height:var(--pwc-search-height);padding:0 var(--pwc-search-padding-inline);border:var(--pwc-search-border-width) solid var(--pwc-search-border-color);background:var(--pwc-search-bg);color:var(--pwc-search-fg);font-family:var(--pwc-font-body);transition:border-color var(--pwc-search-transition),background-color var(--pwc-search-transition),color var(--pwc-search-transition)}.pwc-search-bar--small{--pwc-search-height: 36px;--pwc-search-gap: 8px;--pwc-search-padding-inline: 8px;--pwc-search-icon-size: 20px;--pwc-search-font-size: 14px}.pwc-search-bar__icon{--pwc-search-icon-url: none;flex-shrink:0;width:var(--pwc-search-icon-size);height:var(--pwc-search-icon-size);background-color:currentColor;-webkit-mask-image:var(--pwc-search-icon-url);mask-image:var(--pwc-search-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pwc-search-bar__input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:inherit;font-family:inherit;font-size:var(--pwc-search-font-size);font-weight:400;line-height:1.4;letter-spacing:0}.pwc-search-bar__input::placeholder{color:inherit}.pwc-search-bar__input::-webkit-search-cancel-button,.pwc-search-bar__input::-webkit-search-decoration,.pwc-search-bar__input::-webkit-search-results-button,.pwc-search-bar__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.pwc-search-bar[data-ui-state=Enabled] .pwc-search-bar__input,.pwc-search-bar[data-ui-state=Hover] .pwc-search-bar__input,.pwc-search-bar[data-ui-state=Focused] .pwc-search-bar__input{opacity:.7}.pwc-search-bar[data-has-value=true] .pwc-search-bar__input,.pwc-search-bar[data-ui-state=Filled] .pwc-search-bar__input,.pwc-search-bar[data-ui-state=Active] .pwc-search-bar__input{opacity:1;color:var(--pwc-foreground-primary)}.pwc-search-bar__clear-button{--pwc-size: 48px;--pwc-icon-size: 24px;flex-shrink:0}.pwc-search-bar--small .pwc-search-bar__clear-button{--pwc-size: 40px;--pwc-icon-size: 20px}.pwc-search-bar__submit-button{--pwc-size: 48px;--pwc-icon-size: 20px;flex-shrink:0}.pwc-search-bar--small .pwc-search-bar__submit-button{--pwc-size: 40px}.pwc-search-bar[data-ui-state=Hover]{--pwc-search-border-color: var(--pwc-foreground-brand)}.pwc-search-bar[data-ui-state=Active]{--pwc-search-border-color: var(--pwc-foreground-brand);--pwc-search-border-width: 2px}.pwc-search-bar[data-ui-state=Filled]{--pwc-search-fg: var(--pwc-foreground-primary)}.pwc-search-bar[data-ui-state=Focused]:after{content:"";position:absolute;inset:var(--pwc-search-focus-inset);border:2px solid var(--pwc-search-focus-color);border-radius:4px;pointer-events:none}.pwc-search-bar[data-ui-state=Disabled]{--pwc-search-bg: var(--pwc-background-layer-2);--pwc-search-fg: var(--pwc-border-strong);--pwc-search-border-color: transparent}.pwc-search-bar[data-ui-state=Disabled] .pwc-search-bar__input{opacity:1}.pwc-search-bar__dropdown{border:1px solid var(--pwc-border-subtle);background:#fff;box-shadow:0 4px 8px -2px #4c50563d}.pwc-search-bar__dropdown--low-emphasis{display:flex;flex-direction:column;gap:24px;padding:24px 28px}.pwc-search-bar__list-section{display:flex;flex-direction:column;gap:12px}.pwc-search-bar__list-section-title{margin:0;font-family:var(--pwc-font-body);font-size:16px;font-weight:500;line-height:1.4;color:var(--pwc-foreground-primary)}.pwc-search-bar__list{margin:0;padding:0;list-style:none}.pwc-search-bar__list-item{padding:10px 0;font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;color:var(--pwc-foreground-primary)}.pwc-search-bar__list-divider{width:100%;height:1px;margin-top:12px;background:var(--pwc-border-subtle)}.pwc-switch{--pwc-switch-label: var(--pwc-foreground-primary);--pwc-switch-track-fill: transparent;--pwc-switch-track-border-width: 2px;--pwc-switch-track-border-color: var(--pwc-foreground-secondary);--pwc-switch-handle: var(--pwc-foreground-secondary);--pwc-switch-handle-top: 8px;--pwc-switch-handle-bottom: 8px;--pwc-switch-handle-left: 5px;--pwc-switch-handle-right: 23px;--pwc-switch-focus-ring: var(--pwc-foreground-primary);display:inline-flex;align-items:flex-start;gap:12px;min-height:48px;color:var(--pwc-switch-label);cursor:default;position:relative;-webkit-user-select:none;user-select:none}.pwc-switch__label{min-height:48px;display:inline-flex;align-items:flex-start;padding-top:14px;padding-bottom:12px;font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;letter-spacing:0;color:var(--pwc-switch-label)}.pwc-switch__control-wrap{min-height:48px;width:44px;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.pwc-switch__native{position:absolute;inset:0;opacity:0;margin:0;cursor:inherit;z-index:1}.pwc-switch__shape{width:44px;height:32px;position:relative;pointer-events:none}.pwc-switch__track{position:absolute;inset:4px 1px;background:var(--pwc-switch-track-fill);border:var(--pwc-switch-track-border-width) solid var(--pwc-switch-track-border-color);box-sizing:border-box}.pwc-switch__handle{position:absolute;top:var(--pwc-switch-handle-top);right:var(--pwc-switch-handle-right);bottom:var(--pwc-switch-handle-bottom);left:var(--pwc-switch-handle-left);background:var(--pwc-switch-handle)}.pwc-switch__focus-ring{position:absolute;inset:0 -3px;border:2px solid var(--pwc-switch-focus-ring);border-radius:4px;opacity:0;pointer-events:none}.pwc-switch[data-selected=false][data-ui-state=Enabled],.pwc-switch[data-selected=false][data-ui-state=Focused]{--pwc-switch-track-border-color: var(--pwc-foreground-secondary);--pwc-switch-handle: var(--pwc-foreground-secondary)}.pwc-switch[data-selected=false][data-ui-state=Hover]{--pwc-switch-track-fill: transparent;--pwc-switch-track-border-width: 2px;--pwc-switch-track-border-color: var(--pwc-foreground-brand);--pwc-switch-handle: var(--pwc-foreground-brand);--pwc-switch-handle-top: 8px;--pwc-switch-handle-right: 23px;--pwc-switch-handle-bottom: 8px;--pwc-switch-handle-left: 5px}.pwc-switch[data-selected=false][data-ui-state=Pressed]{--pwc-switch-track-fill: transparent;--pwc-switch-track-border-width: 2px;--pwc-switch-track-border-color: #000000;--pwc-switch-handle: #000000;--pwc-switch-handle-top: 8px;--pwc-switch-handle-right: 23px;--pwc-switch-handle-bottom: 8px;--pwc-switch-handle-left: 5px}.pwc-switch[data-selected=false][data-ui-state=Disabled]{--pwc-switch-track-fill: transparent;--pwc-switch-track-border-width: 2px;--pwc-switch-track-border-color: var(--pwc-border-strong);--pwc-switch-handle: var(--pwc-border-strong);--pwc-switch-handle-top: 8px;--pwc-switch-handle-right: 23px;--pwc-switch-handle-bottom: 8px;--pwc-switch-handle-left: 5px;--pwc-switch-label: var(--pwc-border-strong)}.pwc-switch[data-selected=true][data-ui-state=Enabled],.pwc-switch[data-selected=true][data-ui-state=Focused]{--pwc-switch-track-fill: var(--pwc-foreground-brand);--pwc-switch-track-border-width: 0;--pwc-switch-track-border-color: transparent;--pwc-switch-handle: #ffffff;--pwc-switch-handle-top: 7px;--pwc-switch-handle-right: 4px;--pwc-switch-handle-bottom: 7px;--pwc-switch-handle-left: 22px}.pwc-switch[data-selected=true][data-ui-state=Hover]{--pwc-switch-track-fill: var(--pwc-states-foreground-brand-hover);--pwc-switch-track-border-width: 0;--pwc-switch-track-border-color: transparent;--pwc-switch-handle: #ffffff;--pwc-switch-handle-top: 7px;--pwc-switch-handle-right: 4px;--pwc-switch-handle-bottom: 7px;--pwc-switch-handle-left: 22px}.pwc-switch[data-selected=true][data-ui-state=Pressed]{--pwc-switch-track-fill: #000000;--pwc-switch-track-border-width: 0;--pwc-switch-track-border-color: transparent;--pwc-switch-handle: #ffffff;--pwc-switch-handle-top: 7px;--pwc-switch-handle-right: 4px;--pwc-switch-handle-bottom: 7px;--pwc-switch-handle-left: 22px}.pwc-switch[data-selected=true][data-ui-state=Disabled]{--pwc-switch-track-fill: var(--pwc-border-strong);--pwc-switch-track-border-width: 0;--pwc-switch-track-border-color: transparent;--pwc-switch-handle: #ffffff;--pwc-switch-handle-top: 7px;--pwc-switch-handle-right: 4px;--pwc-switch-handle-bottom: 7px;--pwc-switch-handle-left: 22px;--pwc-switch-label: var(--pwc-border-strong)}.pwc-switch[data-ui-state=Focused] .pwc-switch__focus-ring,.pwc-switch__native:focus-visible+.pwc-switch__shape .pwc-switch__focus-ring{opacity:1}.pwc-switch[data-disabled=true] .pwc-switch__control-wrap{cursor:default}.pwc-switch[data-selected=false]:not([data-disabled=true]):active{--pwc-switch-track-fill: transparent;--pwc-switch-track-border-width: 2px;--pwc-switch-track-border-color: #000000;--pwc-switch-handle: #000000;--pwc-switch-handle-top: 8px;--pwc-switch-handle-right: 23px;--pwc-switch-handle-bottom: 8px;--pwc-switch-handle-left: 5px}.pwc-switch[data-selected=true]:not([data-disabled=true]):active{--pwc-switch-track-fill: #000000;--pwc-switch-track-border-width: 0;--pwc-switch-track-border-color: transparent;--pwc-switch-handle: #ffffff;--pwc-switch-handle-top: 7px;--pwc-switch-handle-right: 4px;--pwc-switch-handle-bottom: 7px;--pwc-switch-handle-left: 22px}.pwc-text-field{--pwc-text-field-border: var(--pwc-border-strong);--pwc-text-field-bg: #ffffff;--pwc-text-field-label: var(--pwc-foreground-primary);--pwc-text-field-value: var(--pwc-foreground-primary);--pwc-text-field-placeholder: var(--pwc-grey-700);--pwc-text-field-message: var(--pwc-grey-900);--pwc-text-field-icon-color: var(--pwc-foreground-primary);--pwc-text-field-focus-ring: var(--pwc-foreground-primary);--pwc-text-field-control-min-height: 48px;--pwc-text-field-control-padding-inline-start: 16px;--pwc-text-field-control-padding-inline-end: 12px;--pwc-text-field-control-padding-block: 12px;--pwc-text-field-trailing-opacity: 1;--pwc-text-field-show-border: 1;--pwc-text-field-trailing-icon: none;display:grid;gap:8px;width:100%;max-width:400px;color:var(--pwc-text-field-value);font-family:var(--pwc-font-body);position:relative}.pwc-text-field__label{color:var(--pwc-text-field-label);font-size:16px;line-height:1.4;font-weight:500}.pwc-text-field__control-wrap{min-height:var(--pwc-text-field-control-min-height);border:calc(var(--pwc-text-field-show-border) * 1px) solid var(--pwc-text-field-border);border-radius:0;background:var(--pwc-text-field-bg);display:flex;align-items:center;gap:8px;padding-inline-start:var(--pwc-text-field-control-padding-inline-start);padding-inline-end:var(--pwc-text-field-control-padding-inline-end);padding-block:var(--pwc-text-field-control-padding-block);position:relative;transition:border-color .12s ease,outline-color .12s ease}.pwc-text-field__control-wrap:after{content:"";position:absolute;inset:0;border:0 solid transparent;pointer-events:none}.pwc-text-field__control{width:100%;min-height:22px;border:0;background:transparent;color:var(--pwc-text-field-value);font-size:16px;line-height:1.4;font-family:inherit;padding:0;outline:none}.pwc-text-field__control::placeholder{color:var(--pwc-text-field-placeholder);opacity:.7}.pwc-text-field__control--textarea{min-height:67px;height:67px;resize:none;padding:0}.pwc-text-field__control--textarea::-webkit-resizer{display:none}.pwc-text-field__trailing-button{width:40px;height:40px;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pwc-text-field__trailing-group{display:inline-flex;align-items:center}.pwc-text-field__trailing-status+.pwc-text-field__trailing-button,.pwc-text-field__trailing-status+.pwc-text-field__trailing-slot{margin-left:-8px}.pwc-text-field__trailing-status,.pwc-text-field__trailing-slot{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pwc-text-field__trailing-icon{width:24px;height:24px;display:inline-block;flex-shrink:0;opacity:var(--pwc-text-field-trailing-opacity);background:var(--pwc-text-field-icon-color);-webkit-mask-image:var(--pwc-text-field-trailing-icon);mask-image:var(--pwc-text-field-trailing-icon);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.pwc-text-field__message{min-height:20px;color:var(--pwc-text-field-message);font-size:14px;line-height:1.4}.pwc-text-field__message-row{display:flex;align-items:flex-start;gap:8px;justify-content:flex-end;width:100%}.pwc-text-field__message-row .pwc-text-field__message{flex:1 0 0}.pwc-text-field__counter{color:var(--pwc-text-field-message);font-size:14px;line-height:1.4;white-space:nowrap}.pwc-text-field__resize-handle{position:absolute;width:8px;height:8px;right:1px;bottom:1px;background:linear-gradient(135deg,transparent 0 45%,var(--pwc-border-strong) 45% 55%,transparent 55% 100%),linear-gradient(135deg,transparent 0 63%,var(--pwc-border-strong) 63% 73%,transparent 73% 100%);pointer-events:none}.pwc-text-field[data-ui-state=Enabled]{--pwc-text-field-border: var(--pwc-border-strong)}.pwc-text-field[data-ui-state=Hover],.pwc-text-field[data-ui-state=Active]{--pwc-text-field-border: var(--pwc-foreground-brand)}.pwc-text-field[data-ui-state=Filled]{--pwc-text-field-border: var(--pwc-border-strong)}.pwc-text-field[data-ui-state=Focused]{--pwc-text-field-border: var(--pwc-foreground-brand)}.pwc-text-field[data-ui-state=Error]{--pwc-text-field-border: var(--pwc-background-error);--pwc-text-field-message: var(--pwc-background-error);--pwc-text-field-icon-color: var(--pwc-background-error);--pwc-text-field-control-padding-inline-end: 4px;--pwc-text-field-control-padding-block: 4px}.pwc-text-field[data-ui-state=Active] .pwc-text-field__control-wrap:after,.pwc-text-field[data-ui-state=Focused] .pwc-text-field__control-wrap:after,.pwc-text-field[data-ui-state=Error] .pwc-text-field__control-wrap:after{border-width:2px;border-color:var(--pwc-text-field-border)}.pwc-text-field[data-ui-state=Disabled]{--pwc-text-field-bg: var(--pwc-states-background-disabled);--pwc-text-field-label: var(--pwc-foreground-secondary);--pwc-text-field-value: var(--pwc-border-strong);--pwc-text-field-placeholder: var(--pwc-border-strong);--pwc-text-field-message: var(--pwc-foreground-secondary);--pwc-text-field-show-border: 0;--pwc-text-field-trailing-opacity: .5}.pwc-text-field[data-ui-state=Focused] .pwc-text-field__control-wrap{outline:2px solid var(--pwc-text-field-focus-ring);outline-offset:4px}.pwc-text-field[data-ui-state=Disabled] .pwc-text-field__control-wrap,.pwc-text-field[data-ui-state=Disabled] .pwc-text-field__control,.pwc-text-field[data-ui-state=Disabled] .pwc-text-field__trailing-button{cursor:not-allowed}.pwc-text-field--text-area .pwc-text-field__control-wrap{--pwc-text-field-control-min-height: 52px;--pwc-text-field-control-padding-inline-end: 16px;align-items:flex-start}.pwc-text-field--select .pwc-text-field__control-wrap,.pwc-text-field--password .pwc-text-field__control-wrap{--pwc-text-field-control-padding-inline-end: 4px;--pwc-text-field-control-padding-block: 4px}.pwc-text-field--select .pwc-text-field__control{cursor:pointer;-webkit-user-select:none;user-select:none}.pwc-text-field__control[type=password]::-ms-reveal,.pwc-text-field__control[type=password]::-ms-clear{display:none}.pwc-text-field__control[type=date]::-webkit-calendar-picker-indicator{display:none}.pwc-text-field__control[type=date]::-webkit-inner-spin-button{display:none}.pwc-text-field__options{margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% - 24px);left:0;width:100%;background:#fff;border:1px solid var(--pwc-border-strong);z-index:30}.pwc-text-field__option{width:100%;border:0;background:transparent;padding:12px 16px;text-align:left;font-family:var(--pwc-font-body);font-size:16px;line-height:1.4;color:var(--pwc-foreground-primary);cursor:pointer}.pwc-text-field__option:hover{background:var(--pwc-background-layer-1)}.pwc-text-field__option[data-selected=true]{font-weight:500}.login-page{width:100%;max-width:none;margin:0;padding:0;min-height:100dvh;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(14% 28% at 103% 27%,#ffffffd9,#ffffffa6 15%,#ffcca8cc 35%,#ffaa717f 65%),linear-gradient(61.95deg,#fff 7.07%,#ffe2e5 49.41%,#ffcda8 94.03%)}.login-page__main-content{flex:1;min-height:0;display:flex;flex-direction:column}.login-page__header{min-height:80px;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.login-page__logo{width:65.337px;height:32.071px;object-fit:contain}.login-page__language-dropdown{--pwc-dropdown-width: auto;position:relative;width:auto;display:inline-grid;gap:0}.login-page__language-dropdown .pwc-dropdown__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.login-page__language-dropdown .pwc-dropdown__trigger{min-height:40px;padding:0;border:0;background:transparent}.login-page__language-dropdown .pwc-dropdown__value{display:inline-flex;align-items:center;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:500;line-height:1.4;letter-spacing:0}.login-page__language-dropdown .pwc-dropdown__value:before{content:"";width:20px;height:20px;margin-right:8px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3csvg%20x='1.5191999999999999'%20y='1.5'%20width='20.961599999999997'%20height='21'%20viewBox='0%200%2020.962%2021'%20preserveAspectRatio='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M19.4621%2011.25C19.1504%2015.0001%2016.5342%2018.1012%2013.0335%2019.1308C14.5232%2017.5928%2016.2537%2015.0117%2016.4645%2011.25H18.418L19.4683%209.75H20.962C20.5748%204.31032%2016.0367%200%2010.5%200C4.71023%200%200%204.71023%200%2010.5C0%2016.2898%204.71023%2021%2010.5%2021C16.0367%2021%2020.5748%2016.6897%2020.962%2011.25H19.4621ZM14.9648%209.75H11.2501V2.24182C12.6069%203.41887%2014.7158%205.86192%2014.9648%209.75ZM9.75008%202.24182V9.75H6.0354C6.2844%205.86192%208.39325%203.41887%209.75008%202.24182ZM9.75008%2011.25V18.7633C8.39363%2017.5921%206.28343%2015.154%206.03525%2011.25H9.75008ZM11.2501%2018.7636V11.25H14.9649C14.7167%2015.1548%2012.6059%2017.5929%2011.2501%2018.7636ZM19.4621%209.75H16.4645C16.2524%205.99287%2014.5147%203.4071%2013.0235%201.8666C16.5291%202.89313%2019.1502%205.99625%2019.4621%209.75ZM7.9767%201.8666C6.48548%203.4071%204.74765%205.9928%204.5357%209.75H1.5381C1.84995%205.99625%204.47105%202.89313%207.9767%201.8666ZM1.5381%2011.25H4.53563C4.74645%2015.0117%206.47693%2017.5928%207.96658%2019.1308C4.46595%2018.1012%201.84973%2015.0002%201.5381%2011.25Z'%20fill='var(--fill-0,%20%23111113)'/%3e%3c/svg%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3e%3csvg%20x='1.5191999999999999'%20y='1.5'%20width='20.961599999999997'%20height='21'%20viewBox='0%200%2020.962%2021'%20preserveAspectRatio='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M19.4621%2011.25C19.1504%2015.0001%2016.5342%2018.1012%2013.0335%2019.1308C14.5232%2017.5928%2016.2537%2015.0117%2016.4645%2011.25H18.418L19.4683%209.75H20.962C20.5748%204.31032%2016.0367%200%2010.5%200C4.71023%200%200%204.71023%200%2010.5C0%2016.2898%204.71023%2021%2010.5%2021C16.0367%2021%2020.5748%2016.6897%2020.962%2011.25H19.4621ZM14.9648%209.75H11.2501V2.24182C12.6069%203.41887%2014.7158%205.86192%2014.9648%209.75ZM9.75008%202.24182V9.75H6.0354C6.2844%205.86192%208.39325%203.41887%209.75008%202.24182ZM9.75008%2011.25V18.7633C8.39363%2017.5921%206.28343%2015.154%206.03525%2011.25H9.75008ZM11.2501%2018.7636V11.25H14.9649C14.7167%2015.1548%2012.6059%2017.5929%2011.2501%2018.7636ZM19.4621%209.75H16.4645C16.2524%205.99287%2014.5147%203.4071%2013.0235%201.8666C16.5291%202.89313%2019.1502%205.99625%2019.4621%209.75ZM7.9767%201.8666C6.48548%203.4071%204.74765%205.9928%204.5357%209.75H1.5381C1.84995%205.99625%204.47105%202.89313%207.9767%201.8666ZM1.5381%2011.25H4.53563C4.74645%2015.0117%206.47693%2017.5928%207.96658%2019.1308C4.46595%2018.1012%201.84973%2015.0002%201.5381%2011.25Z'%20fill='var(--fill-0,%20%23111113)'/%3e%3c/svg%3e%3c/svg%3e");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.login-page__language-dropdown .pwc-dropdown__trigger-icon-button,.login-page__language-dropdown .pwc-dropdown__trigger-icon{width:20px;height:20px}.login-page__language-dropdown .pwc-dropdown__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:10;min-width:180px}.login-page__form-wrap{flex:1;min-height:0;display:grid;place-content:center;width:100%;padding:48px 40px}.login-page__heading-wrap{width:min(100%,432px);display:grid;gap:8px;margin-bottom:24px}.login-page__heading-wrap h1,.login-page__heading-wrap p{margin:0}.login-page__eyebrow{color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:20px;font-weight:500;line-height:1.3;letter-spacing:-.2px}.login-page__title{color:var(--pwc-foreground-primary);font-family:ITC Charter Com,Georgia,serif;font-size:40px;font-weight:400;line-height:1.1;letter-spacing:-.8px}.login-page__title strong{font-weight:inherit}.login-page__tagline{color:var(--pwc-foreground-primary);font-family:ITC Charter Com,Georgia,serif;font-size:20px;font-weight:400;line-height:1.3;letter-spacing:-.2px;margin-top:8px}.login-page__buttons{width:min(100%,432px);display:grid;gap:16px}.login-page__button{width:100%}.login-page__footer{--pwc-footer-background: transparent;padding-top:24px}.login-page__footer .pwc-footer__primary{display:none}.login-page__footer .pwc-footer__secondary{justify-content:center}.pwc-accordion{--pwc-accordion-bg: var(--pwc-background-layer-2);--pwc-accordion-fg: var(--pwc-foreground-primary);--pwc-accordion-focus-color: var(--pwc-foreground-primary);--pwc-accordion-divider: var(--pwc-border-strong);--pwc-accordion-icon-rotation: 0deg;width:480px;background:var(--pwc-accordion-bg);color:var(--pwc-accordion-fg);display:flex;flex-direction:column;gap:0}.pwc-accordion__heading{position:relative;width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border:0;margin:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.pwc-accordion__label{flex:1 1 auto;min-width:0;font-family:var(--pwc-font-body);font-weight:500;font-size:16px;line-height:1.4;letter-spacing:0;text-align:left}.pwc-accordion__icon{--pwc-accordion-icon-url: none;width:24px;height:24px;flex:0 0 auto;background-color:currentColor;-webkit-mask-image:var(--pwc-accordion-icon-url);mask-image:var(--pwc-accordion-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transform:rotate(var(--pwc-accordion-icon-rotation));transition:transform .14s ease}.pwc-accordion__content{width:100%;padding:12px;font-family:var(--pwc-font-body);font-weight:400;font-size:16px;line-height:1.4;letter-spacing:0}.pwc-accordion__divider{width:100%;height:1px;background:var(--pwc-accordion-divider)}.pwc-accordion[data-open=true]{--pwc-accordion-icon-rotation: 180deg}.pwc-accordion[data-ui-state=Hover]{--pwc-accordion-bg: var(--pwc-foreground-primary)0f}.pwc-accordion[data-ui-state=Pressed]{--pwc-accordion-bg: var(--pwc-foreground-primary)1a}.pwc-accordion[data-ui-state=Focused] .pwc-accordion__heading:after,.pwc-accordion__heading:focus-visible:after{content:"";position:absolute;inset:-8px;border:2px solid var(--pwc-accordion-focus-color);border-radius:4px;pointer-events:none}.pwc-accordion[data-ui-state=Disabled]{opacity:.45}.pwc-accordion[data-ui-state=Disabled] .pwc-accordion__heading,.pwc-accordion[data-disabled=true] .pwc-accordion__heading{cursor:not-allowed}.pwc-accordion:not([data-ui-state=Disabled]):not([data-ui-state=Hover]):not([data-ui-state=Pressed]):hover{--pwc-accordion-bg: var(--pwc-foreground-primary)0f}.pwc-accordion:not([data-ui-state=Disabled]):not([data-ui-state=Pressed]):active{--pwc-accordion-bg: var(--pwc-foreground-primary)1a}.pwc-badge{--pwc-badge-bg: var(--pwc-background-layer-2);--pwc-badge-fg: var(--pwc-foreground-primary);--pwc-badge-padding-inline: 8px;--pwc-badge-padding-block: 4px;--pwc-badge-gap: 4px;display:inline-flex;align-items:center;justify-content:center;gap:var(--pwc-badge-gap);padding:var(--pwc-badge-padding-block) var(--pwc-badge-padding-inline);background:var(--pwc-badge-bg);color:var(--pwc-badge-fg);border-radius:0;border:0;box-sizing:border-box;font-family:var(--pwc-font-body)}.pwc-badge[data-variant=Neutral][data-emphasis=Low]{--pwc-badge-bg: var(--pwc-background-layer-2);--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant=Neutral][data-emphasis=High]{--pwc-badge-bg: var(--pwc-foreground-primary);--pwc-badge-fg: #ffffff}.pwc-badge[data-variant="Neutral Variant"][data-emphasis=Low]{--pwc-badge-bg: #ffffff;--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant="Neutral Variant"][data-emphasis=High]{--pwc-badge-bg: var(--pwc-foreground-primary);--pwc-badge-fg: #ffffff}.pwc-badge[data-variant="Brand Accent"][data-emphasis=Low]{--pwc-badge-bg: var(--pwc-background-brand-layer-2);--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant="Brand Accent"][data-emphasis=High]{--pwc-badge-bg: var(--pwc-foreground-brand);--pwc-badge-fg: #ffffff}.pwc-badge[data-variant=Informative][data-emphasis=Low]{--pwc-badge-bg: var(--pwc-info-50);--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant=Informative][data-emphasis=High]{--pwc-badge-bg: var(--pwc-background-info);--pwc-badge-fg: #ffffff}.pwc-badge[data-variant=Positive][data-emphasis=Low]{--pwc-badge-bg: var(--pwc-success-50);--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant=Positive][data-emphasis=High]{--pwc-badge-bg: var(--pwc-background-success);--pwc-badge-fg: #ffffff}.pwc-badge[data-variant=Warning][data-emphasis=Low]{--pwc-badge-bg: var(--pwc-warning-50);--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant=Warning][data-emphasis=High]{--pwc-badge-bg: var(--pwc-background-warning);--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant=Critical][data-emphasis=Low]{--pwc-badge-bg: var(--pwc-error-50);--pwc-badge-fg: var(--pwc-foreground-primary)}.pwc-badge[data-variant=Critical][data-emphasis=High]{--pwc-badge-bg: var(--pwc-background-error);--pwc-badge-fg: #ffffff}.pwc-badge__icon{--pwc-badge-icon-url: none;width:16px;height:16px;display:inline-block;background:currentColor;opacity:.9;-webkit-mask-image:var(--pwc-badge-icon-url);mask-image:var(--pwc-badge-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pwc-badge[data-emphasis=Low] .pwc-badge__icon{opacity:.75}.pwc-badge[data-emphasis=High] .pwc-badge__icon{opacity:1}.pwc-badge__label{margin:0;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:0;white-space:nowrap}.pwc-badge[data-emphasis=High] .pwc-badge__label{color:var(--pwc-badge-fg)}.pwc-card{--pwc-card-gap: 24px;--pwc-card-width: 360px;--pwc-card-heading-size: 40px;--pwc-card-heading-line-height: 1.2;--pwc-card-heading-letter-spacing: -1px;--pwc-card-bg-layer-1: var(--pwc-background-layer-1);--pwc-card-bg-layer-2: var(--pwc-background-layer-2);--pwc-card-fg-primary: var(--pwc-foreground-primary);--pwc-card-fg-secondary: var(--pwc-foreground-secondary);--pwc-card-pictogram-size: 72px;display:flex;align-items:flex-start;gap:var(--pwc-card-gap);width:min(100%,var(--pwc-card-width));max-width:100%;font-family:var(--pwc-font-body);color:var(--pwc-card-fg-primary);box-sizing:border-box}.pwc-card[data-breakpoint=Mobile]{--pwc-card-width: 328px;--pwc-card-heading-size: 32px;--pwc-card-heading-line-height: 1.25;--pwc-card-heading-letter-spacing: -.5px}.pwc-card[data-layout="Image Top"]{flex-direction:column}.pwc-card[data-layout="Image Left"]{flex-direction:row}.pwc-card[data-layout="N/A"]{gap:0}.pwc-card__image-slot{display:flex;align-items:center;width:100%}.pwc-card[data-layout="Image Left"][data-image-type=Media] .pwc-card__image-slot{flex:1 0 0;min-width:0}.pwc-card[data-layout="Image Left"][data-image-type=Pictogram] .pwc-card__image-slot{width:auto;flex:0 0 auto}.pwc-card__media{width:100%;aspect-ratio:1 / 1;display:block;object-fit:cover}.pwc-card__media--placeholder{background:linear-gradient(135deg,var(--pwc-card-bg-layer-1) 0%,var(--pwc-card-bg-layer-2) 100%)}.pwc-card__pictogram-slot{display:inline-flex;align-items:center}.pwc-card__pictogram{width:var(--pwc-card-pictogram-size);height:var(--pwc-card-pictogram-size);display:block;object-fit:contain}.pwc-card__copy{flex:1 0 0;min-width:0}.pwc-card[data-layout="Image Top"] .pwc-card__copy{flex:0 0 auto;width:100%}.pwc-card__eyebrow{margin:0;padding-bottom:12px;font-size:16px;font-weight:700;line-height:1.4;color:var(--pwc-card-fg-primary)}.pwc-card__heading{margin:0;font-size:var(--pwc-card-heading-size);font-weight:500;line-height:var(--pwc-card-heading-line-height);letter-spacing:var(--pwc-card-heading-letter-spacing);color:var(--pwc-card-fg-primary);overflow-wrap:anywhere;word-break:break-word}.pwc-card__body{margin:0;padding-top:16px;font-size:16px;font-weight:400;line-height:1.4;color:var(--pwc-card-fg-secondary);overflow-wrap:anywhere;word-break:break-word}.pwc-card__cta{margin-top:16px;max-width:100%}.pwc-dialog__backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#1111132e;z-index:1200}.pwc-dialog{display:flex;flex-direction:column;align-items:flex-end;gap:24px;width:100%;max-width:554px;max-height:100%;padding:24px;background:#fff;box-shadow:0 8px 16px -2px #4c50563d;box-sizing:border-box;overflow:hidden}.pwc-dialog__content{position:relative;display:flex;flex-direction:column;gap:12px;width:100%;flex:1 1 auto;min-height:0}.pwc-dialog__heading{display:flex;align-items:center;gap:12px;padding-right:36px}.pwc-dialog__badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;background:var(--pwc-foreground-primary);color:#fff;font-family:var(--pwc-font-body);font-size:12px;font-weight:500;line-height:1.4}.pwc-dialog__heading h2{margin:0;flex:1;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.24px}.pwc-dialog__body{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.pwc-dialog__body p{margin:0}.pwc-dialog__close{position:absolute;top:-12px;right:-12px;display:inline-flex;align-items:center;justify-content:center;padding:12px;border:0;background:transparent;color:var(--pwc-foreground-primary);cursor:pointer}.pwc-dialog__close-icon{--pwc-icon-url: none;width:24px;height:24px;background-color:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.pwc-dialog__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;flex:0 0 auto}.pwc-dialog__actions-start{display:inline-flex;align-items:center}.pwc-dialog__actions-end{display:inline-flex;align-items:center;gap:8px;margin-left:auto}.pwc-notification{width:100%;max-width:360px;padding:8px 16px;box-sizing:border-box}.pwc-notification[data-variant=Informative]{background:var(--pwc-info-50)}.pwc-notification[data-variant=Positive]{background:var(--pwc-success-50)}.pwc-notification[data-variant=Warning]{background:var(--pwc-warning-50)}.pwc-notification[data-variant=Alert]{background:var(--pwc-error-50)}.pwc-notification__wrap{display:flex;align-items:flex-start;gap:8px;width:100%;padding:8px 0}.pwc-notification__icon-slot{display:inline-flex;align-items:flex-start;justify-content:center;width:24px;height:24px;flex:0 0 24px}.pwc-notification__icon{display:block;width:24px;height:24px}.pwc-notification__content{display:flex;flex:1 0 0;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;padding-right:40px}.pwc-notification__text{display:flex;flex-direction:column;gap:0;width:100%;color:var(--pwc-foreground-primary);font-size:16px;line-height:1.4}.pwc-notification__title{margin:0;font-family:var(--pwc-font-body);font-weight:500}.pwc-notification__body,.pwc-notification__body p{margin:0;font-family:var(--pwc-font-body);font-weight:400}.pwc-notification__action{margin-left:-4px}.pwc-notification__dismiss{margin-left:-10px;margin-top:-9px}.pwc-spinner{--pwc-spinner-size: 40px;--pwc-spinner-duration: .85s;position:relative;display:inline-block;width:var(--pwc-spinner-size);height:var(--pwc-spinner-size);line-height:0}.pwc-spinner__layer{position:absolute;inset:0;width:100%;height:100%;display:block}.pwc-spinner__layer--indicator{animation:pwc-spinner-rotate var(--pwc-spinner-duration) linear infinite;transform-origin:50% 50%;will-change:transform}@keyframes pwc-spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.pwc-spinner__layer--indicator{animation-duration:calc(var(--pwc-spinner-duration) * 1.8)}}.pwc-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px}.pwc-loading-state__message{margin:0;font-size:.875rem;color:var(--pwc-foreground-secondary)}.pwc-truncated-text{display:flex;flex-direction:column;gap:4px;min-width:0}.pwc-truncated-text__text{margin:0}.pwc-truncated-text__text[data-clamped=true]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--pwc-truncated-text-max-lines, 3);overflow:hidden}.pwc-truncated-text__see-more{align-self:flex-start}.pwc-truncated-text__modal-body{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;white-space:pre-wrap;word-break:break-word}.accordion-showcase{max-width:1660px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.accordion-showcase__header{display:grid;gap:.5rem}.accordion-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.accordion-showcase__header h1,.accordion-showcase__header p{margin:0}.accordion-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.accordion-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.accordion-showcase__actions a:hover{text-decoration:underline}.accordion-showcase__interactive{display:grid;gap:.75rem}.accordion-showcase__interactive h2,.accordion-showcase__interactive p{margin:0}.accordion-showcase__interactive-grid{display:flex;flex-wrap:wrap;gap:1rem}.accordion-showcase__matrix{display:grid;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.accordion-showcase__matrix-head{padding:.75rem;font-size:.75rem;color:var(--pwc-foreground-secondary);border-bottom:1px solid var(--pwc-border-subtle)}.accordion-showcase__matrix-head:nth-child(1),.accordion-showcase__matrix-head:nth-child(2){border-right:1px solid var(--pwc-border-subtle)}.accordion-showcase__matrix{grid-template-columns:160px minmax(500px,1fr) minmax(500px,1fr)}.accordion-showcase__row{display:contents}.accordion-showcase__label{padding:2rem .75rem;border-right:1px solid var(--pwc-border-subtle);border-bottom:1px solid var(--pwc-border-subtle);display:flex;align-items:center;color:var(--pwc-foreground-secondary);font-size:.875rem}.accordion-showcase__sample{padding:1.25rem;border-right:1px solid var(--pwc-border-subtle);border-bottom:1px solid var(--pwc-border-subtle);display:flex;align-items:center;justify-content:center}.accordion-showcase__row .accordion-showcase__sample:last-child{border-right:0}.accordion-showcase__slot{width:100%;min-height:138px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px dashed var(--pwc-border-strong);background:var(--pwc-border-strong)14;color:var(--pwc-border-strong);font-family:var(--pwc-font-body);font-size:16px;line-height:1.4}.accordion-showcase__slot-icon{--slot-icon-url: none;width:24px;height:24px;background-color:currentColor;-webkit-mask-image:var(--slot-icon-url);mask-image:var(--slot-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media(max-width:1200px){.accordion-showcase__matrix{grid-template-columns:140px minmax(340px,1fr) minmax(340px,1fr);overflow-x:auto}.accordion-showcase__sample{justify-content:flex-start}}.button-showcase{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.button-showcase__header{display:grid;gap:.5rem}.button-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.button-showcase__header h1,.button-showcase__header p{margin:0}.button-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.button-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.button-showcase__actions a:hover{text-decoration:underline}.button-showcase__interactive{display:grid;gap:1rem}.button-showcase__interactive-grid{display:flex;flex-wrap:wrap;gap:.75rem}.button-showcase__samples-group{display:grid;gap:.75rem}.button-showcase__samples-group h3{margin:0}.card-showcase{max-width:1400px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.card-showcase__header{display:grid;gap:.5rem}.card-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.card-showcase__header h1,.card-showcase__header p{margin:0}.card-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.card-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.card-showcase__actions a:hover{text-decoration:underline}.card-showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.5rem}.card-showcase__item{display:grid;gap:.75rem;justify-items:start}.card-showcase__item h3{margin:0;font-size:1rem;font-weight:600}.checkbox-showcase{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.checkbox-showcase__header{display:grid;gap:.5rem}.checkbox-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.checkbox-showcase__header h1,.checkbox-showcase__header p{margin:0}.checkbox-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.checkbox-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.checkbox-showcase__actions a:hover{text-decoration:underline}.checkbox-showcase__interactive,.checkbox-showcase__matrix{display:grid;gap:.75rem}.checkbox-showcase__interactive h2,.checkbox-showcase__matrix h2{margin:0}.checkbox-showcase__interactive-group{display:grid;gap:.5rem}.checkbox-showcase__matrix-grid{display:grid;grid-template-columns:minmax(160px,1.2fr) repeat(5,minmax(130px,1fr));border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden}.checkbox-showcase__cell{padding:.75rem;border-right:1px solid var(--pwc-states-background-disabled);border-bottom:1px solid var(--pwc-states-background-disabled);display:flex;align-items:center;justify-content:flex-start;background:#fff}.checkbox-showcase__cell:nth-child(6n){border-right:0}.checkbox-showcase__cell--header{background:var(--pwc-background-layer-1);font-weight:600}.checkbox-showcase__cell--label{background:var(--pwc-background-layer-1);font-weight:500}.checkbox-showcase__matrix-grid>.checkbox-showcase__cell:nth-last-child(-n+6){border-bottom:0}@media(max-width:980px){.checkbox-showcase__matrix-grid{grid-template-columns:minmax(140px,1fr) repeat(5,minmax(120px,1fr));overflow-x:auto}}.chip-showcase{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.chip-showcase__header{display:grid;gap:.5rem}.chip-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.chip-showcase__header h1,.chip-showcase__header p{margin:0}.chip-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.chip-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.chip-showcase__actions a:hover{text-decoration:underline}.chip-showcase__interactive,.chip-showcase__matrix{display:grid;gap:.75rem}.chip-showcase__interactive h2,.chip-showcase__matrix h2{margin:0}.chip-showcase__interactive-grid{display:flex;flex-wrap:wrap;gap:.75rem}.chip-showcase__matrix-grid{display:grid;grid-template-columns:minmax(160px,1.2fr) repeat(5,minmax(140px,1fr));border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden}.chip-showcase__cell{padding:.75rem;border-right:1px solid var(--pwc-states-background-disabled);border-bottom:1px solid var(--pwc-states-background-disabled);display:flex;align-items:center;justify-content:flex-start;background:#fff}.chip-showcase__cell:nth-child(6n){border-right:0}.chip-showcase__cell--header{background:var(--pwc-background-layer-1);font-weight:600}.chip-showcase__cell--label{background:var(--pwc-background-layer-1);font-weight:500}.chip-showcase__matrix-grid>.chip-showcase__cell:nth-last-child(-n+6){border-bottom:0}@media(max-width:980px){.chip-showcase__matrix-grid{grid-template-columns:minmax(140px,1fr) repeat(5,minmax(120px,1fr));overflow-x:auto}}.dialog-showcase__header{margin-bottom:24px}.dialog-showcase__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-grey-700)}.dialog-showcase__header h1{margin:0 0 8px}.dialog-showcase__header p{margin:0;color:var(--pwc-grey-900)}.dialog-showcase__canvas{min-height:420px;display:flex;align-items:center;justify-content:center;background:var(--pwc-background-layer-1);border:1px solid var(--pwc-states-background-disabled)}.dropdown-showcase{max-width:1280px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.dropdown-showcase__header{display:grid;gap:.5rem}.dropdown-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.dropdown-showcase__header h1,.dropdown-showcase__header p{margin:0}.dropdown-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.dropdown-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.dropdown-showcase__actions a:hover{text-decoration:underline}.dropdown-showcase__section{display:grid;gap:.75rem}.dropdown-showcase__section h2{margin:0}.dropdown-showcase__grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem}.dropdown-showcase__slot-content{display:flex;align-items:center;gap:9px;width:100%}.dropdown-showcase__slot-content p{margin:0;font-size:16px;line-height:1.4}.dropdown-showcase__slot-icon{--pwc-icon-url: none;display:inline-block;width:24px;height:24px;flex-shrink:0;background:currentColor;-webkit-mask-image:var(--pwc-icon-url);mask-image:var(--pwc-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.dropdown-showcase__matrix{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:.75rem 1rem}.dropdown-showcase__matrix-head{font-weight:600;color:var(--pwc-foreground-primary)}.dropdown-showcase__matrix-cell{border:1px solid var(--pwc-border-subtle);background:#fff;padding:.75rem;display:grid;gap:.5rem}.dropdown-showcase__matrix-label{margin:0;color:var(--pwc-grey-900);font-size:.875rem}@media(max-width:900px){.dropdown-showcase__matrix{grid-template-columns:1fr}}.footer-showcase{max-width:1600px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.footer-showcase__header{display:grid;gap:.5rem}.footer-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.footer-showcase__header h1,.footer-showcase__header p{margin:0}.footer-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.footer-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.footer-showcase__actions a:hover{text-decoration:underline}.footer-showcase__section{display:grid;gap:.75rem}.footer-showcase__section h2{margin:0}.footer-showcase__stack{display:grid;gap:1rem}.footer-showcase__sample{display:grid;gap:.5rem;border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden;background:#fff}.footer-showcase__sample-label{margin:0;padding:.75rem 1rem;font-weight:600;border-bottom:1px solid var(--pwc-states-background-disabled);background:var(--pwc-background-layer-1)}.footer-showcase__mobile-frame{width:375px;max-width:100%;border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden;background:#fff}.header-showcase{max-width:1600px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.header-showcase__header{display:grid;gap:.5rem}.header-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.header-showcase__header h1,.header-showcase__header p{margin:0}.header-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.header-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.header-showcase__actions a:hover{text-decoration:underline}.header-showcase__section{display:grid;gap:.75rem}.header-showcase__section h2{margin:0}.header-showcase__stack{display:grid;gap:1rem}.header-showcase__sample{border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:visible;background:#fff}.header-showcase__sample-label{margin:0;padding:.75rem 1rem;border-bottom:1px solid var(--pwc-states-background-disabled);background:var(--pwc-background-layer-1);font-weight:600}.header-showcase__matrix-grid{display:grid;grid-template-columns:minmax(140px,1fr) repeat(4,minmax(180px,1fr));border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden}.header-showcase__cell{padding:.75rem;border-right:1px solid var(--pwc-states-background-disabled);border-bottom:1px solid var(--pwc-states-background-disabled);display:flex;align-items:center;justify-content:center;background:#fff}.header-showcase__cell:nth-child(5n){border-right:0}.header-showcase__cell--header{background:var(--pwc-background-layer-1);font-weight:600}.header-showcase__cell--label{background:var(--pwc-background-layer-1);font-weight:500}.header-showcase__matrix-grid>.header-showcase__cell:nth-last-child(-n+5){border-bottom:0}.icon-button-showcase{max-width:1280px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:2rem}.icon-button-showcase__header{display:grid;gap:.5rem}.icon-button-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.icon-button-showcase__header h1,.icon-button-showcase__header p{margin:0}.icon-button-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.icon-button-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.icon-button-showcase__actions a:hover{text-decoration:underline}.icon-button-showcase__interactive,.icon-button-showcase__matrix{display:grid;gap:1rem}.icon-button-showcase__interactive h2,.icon-button-showcase__matrix h2,.icon-button-showcase__samples-group h3,.icon-button-showcase__matrix-group h3{margin:0}.icon-button-showcase__samples-group,.icon-button-showcase__matrix-group{display:grid;gap:.75rem}.icon-button-showcase__interactive-grid{display:flex;flex-wrap:wrap;gap:1rem}.icon-button-showcase__sample{display:grid;justify-items:center;gap:.5rem;min-width:96px}.icon-button-showcase__sample span{font-size:.875rem}.icon-button-showcase__matrix-grid{display:grid;grid-template-columns:minmax(120px,1fr) repeat(5,minmax(120px,1fr));border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden}.icon-button-showcase__cell{min-height:72px;padding:.75rem;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--pwc-border-subtle);border-bottom:1px solid var(--pwc-border-subtle);background:#fff}.icon-button-showcase__cell:nth-child(6n){border-right:0}.icon-button-showcase__cell--header{min-height:52px;font-weight:600;background:var(--pwc-background-layer-1)}.icon-button-showcase__cell--label{justify-content:flex-start;font-weight:500}@media(max-width:900px){.icon-button-showcase__matrix-grid{overflow-x:auto;display:block;border:0}.icon-button-showcase__matrix-grid:before{content:"For compact screens, inspect this matrix on desktop for best alignment.";display:block;margin-bottom:.75rem;color:var(--pwc-grey-900);font-size:.875rem}}.link-showcase{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:2rem}.link-showcase__header{display:grid;gap:.5rem}.link-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.link-showcase__header h1,.link-showcase__header p{margin:0}.link-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.link-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.link-showcase__actions a:hover{text-decoration:underline}.link-showcase__interactive,.link-showcase__matrix{display:grid;gap:1rem}.link-showcase__interactive h2,.link-showcase__matrix h2,.link-showcase__interactive p{margin:0}.link-showcase__interactive-grid{display:flex;flex-wrap:wrap;gap:1rem}.link-showcase__sample{display:grid;gap:.5rem;min-width:160px;padding:.75rem;border:1px solid var(--pwc-border-subtle);border-radius:8px;background:#fff}.link-showcase__sample-label{font-size:.875rem;font-weight:600;color:var(--pwc-grey-900)}.link-showcase__matrix-grid{display:grid;grid-template-columns:minmax(140px,1fr) repeat(4,minmax(160px,1fr));border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden}.link-showcase__cell{min-height:72px;padding:.75rem;display:flex;align-items:center;justify-content:center;border-right:1px solid var(--pwc-border-subtle);border-bottom:1px solid var(--pwc-border-subtle);background:#fff}.link-showcase__cell:nth-child(5n){border-right:0}.link-showcase__cell--header{min-height:52px;font-weight:600;background:var(--pwc-background-layer-1)}.link-showcase__cell--label{justify-content:flex-start;font-weight:500}@media(max-width:900px){.link-showcase__matrix-grid{overflow-x:auto;display:block;border:0}.link-showcase__matrix-grid:before{content:"For compact screens, inspect this matrix on desktop for best alignment.";display:block;margin-bottom:.75rem;color:var(--pwc-grey-900);font-size:.875rem}}.notification-showcase__header{margin-bottom:24px}.notification-showcase__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-grey-700)}.notification-showcase__header h1{margin:0 0 8px}.notification-showcase__header p{margin:0;color:var(--pwc-grey-900)}.notification-showcase__controls{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.notification-showcase__canvas{display:grid;gap:12px;padding:16px;border:1px solid var(--pwc-states-background-disabled);background:var(--pwc-background-layer-1)}.notification-showcase__empty{margin:0;color:var(--pwc-foreground-secondary)}.radio-showcase{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.radio-showcase__header{display:grid;gap:.5rem}.radio-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.radio-showcase__header h1,.radio-showcase__header p{margin:0}.radio-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.radio-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.radio-showcase__actions a:hover{text-decoration:underline}.radio-showcase__interactive,.radio-showcase__matrix{display:grid;gap:.75rem}.radio-showcase__interactive h2,.radio-showcase__matrix h2{margin:0}.radio-showcase__interactive-group{display:grid;gap:.5rem}.radio-showcase__matrix-grid{display:grid;grid-template-columns:minmax(160px,1.2fr) repeat(5,minmax(130px,1fr));border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden}.radio-showcase__cell{padding:.75rem;border-right:1px solid var(--pwc-states-background-disabled);border-bottom:1px solid var(--pwc-states-background-disabled);display:flex;align-items:center;justify-content:flex-start;background:#fff}.radio-showcase__cell:nth-child(6n){border-right:0}.radio-showcase__cell--header{background:var(--pwc-background-layer-1);font-weight:600}.radio-showcase__cell--label{background:var(--pwc-background-layer-1);font-weight:500}.radio-showcase__matrix-grid>.radio-showcase__cell:nth-last-child(-n+6){border-bottom:0}@media(max-width:980px){.radio-showcase__matrix-grid{grid-template-columns:minmax(140px,1fr) repeat(5,minmax(120px,1fr));overflow-x:auto}}.search-bar-showcase{display:grid;gap:32px;padding:40px;font-family:var(--pwc-font-body);color:var(--pwc-foreground-primary);background:var(--pwc-background-layer-1)}.search-bar-showcase__header{display:grid;gap:12px}.search-bar-showcase__header h1{margin:0;font-size:42px;font-weight:500;letter-spacing:-1px}.search-bar-showcase__header p{margin:0;max-width:700px;font-size:16px;line-height:1.5;color:var(--pwc-foreground-secondary)}.search-bar-showcase__eyebrow{margin:0;font-size:14px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-foreground-brand)}.search-bar-showcase__actions{display:flex;flex-wrap:wrap;gap:12px 20px}.search-bar-showcase__actions a{color:var(--pwc-states-foreground-brand-hover);text-decoration:none}.search-bar-showcase__actions a:hover{text-decoration:underline}.search-bar-showcase__interactive{display:grid;gap:16px}.search-bar-showcase__interactive h2{margin:0;font-size:28px;font-weight:500;letter-spacing:-.6px}.search-bar-showcase__interactive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.search-bar-showcase__sample{display:grid;align-content:start;gap:12px;padding:20px;border:1px solid var(--pwc-states-background-disabled);background:#fff}.search-bar-showcase__sample h3{margin:0;font-size:20px;font-weight:500}.side-nav-showcase__header{margin-bottom:24px}.side-nav-showcase__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-grey-700)}.side-nav-showcase__header h1{margin:0 0 8px}.side-nav-showcase__header p{margin:0;color:var(--pwc-grey-900)}.side-nav-showcase__section+.side-nav-showcase__section{margin-top:24px}.side-nav-showcase__section h2{margin:0 0 12px}.side-nav-showcase__live{border:1px solid var(--pwc-states-background-disabled);background:var(--pwc-background-layer-1);padding:16px}.side-nav-showcase__live-shell{min-height:700px;max-width:375px;background:#fff}.side-nav-showcase__state-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.side-nav-showcase__state-card{border:1px solid var(--pwc-states-background-disabled);background:#fff;padding:12px}.side-nav-showcase__state-card h3{margin:0 0 8px;font-size:14px}.side-nav-showcase__state-preview{background:var(--pwc-background-layer-1);padding:8px}.spinner-showcase__header{margin-bottom:24px}.spinner-showcase__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-grey-700)}.spinner-showcase__header h1{margin:0 0 8px}.spinner-showcase__header p{margin:0;color:var(--pwc-grey-900)}.spinner-showcase__section+.spinner-showcase__section{margin-top:32px}.spinner-showcase__section h2{margin:0 0 12px}.spinner-showcase__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.spinner-showcase__grid--speed{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.spinner-showcase__card{min-height:148px;border:1px solid var(--pwc-states-background-disabled);background:#fff;display:grid;justify-items:center;align-content:center;gap:10px;padding:16px}.spinner-showcase__card p{margin:0;font-weight:500}.spinner-showcase__card small{color:var(--pwc-foreground-secondary)}.switch-showcase{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.switch-showcase__header{display:grid;gap:.5rem}.switch-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.switch-showcase__header h1,.switch-showcase__header p{margin:0}.switch-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.switch-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.switch-showcase__actions a:hover{text-decoration:underline}.switch-showcase__interactive,.switch-showcase__matrix{display:grid;gap:.75rem}.switch-showcase__interactive h2,.switch-showcase__matrix h2{margin:0}.switch-showcase__interactive-group{display:grid;gap:.5rem}.switch-showcase__matrix-grid{display:grid;grid-template-columns:minmax(160px,1.2fr) repeat(5,minmax(150px,1fr));border:1px solid var(--pwc-border-subtle);border-radius:8px;overflow:hidden}.switch-showcase__cell{padding:.75rem;border-right:1px solid var(--pwc-states-background-disabled);border-bottom:1px solid var(--pwc-states-background-disabled);display:flex;align-items:center;justify-content:flex-start;background:#fff}.switch-showcase__cell:nth-child(6n){border-right:0}.switch-showcase__cell--header{background:var(--pwc-background-layer-1);font-weight:600}.switch-showcase__cell--label{background:var(--pwc-background-layer-1);font-weight:500}.switch-showcase__matrix-grid>.switch-showcase__cell:nth-last-child(-n+6){border-bottom:0}@media(max-width:980px){.switch-showcase__matrix-grid{grid-template-columns:minmax(140px,1fr) repeat(5,minmax(140px,1fr));overflow-x:auto}}.tab-showcase__header{margin-bottom:24px}.tab-showcase__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-grey-700)}.tab-showcase__header h1{margin:0 0 8px}.tab-showcase__header p{margin:0;color:var(--pwc-grey-900)}.tab-showcase__section+.tab-showcase__section{margin-top:32px}.tab-showcase__section h2{margin:0 0 12px}.tab-showcase__stack,.tab-showcase__matrix{display:grid;gap:20px}.tab-showcase__matrix-group h3{margin:0 0 12px}.tab-showcase__matrix-grid{display:grid;grid-template-columns:180px repeat(5,minmax(130px,1fr));gap:8px}.tab-showcase__matrix-head{font-size:12px;font-weight:600;color:var(--pwc-foreground-secondary)}.tab-showcase__matrix-label{display:flex;align-items:center;font-size:14px;color:var(--pwc-grey-950)}.tab-showcase__matrix-cell{border:1px solid var(--pwc-states-background-disabled);background:#fff}@media(max-width:1200px){.tab-showcase__matrix-grid{grid-template-columns:180px repeat(3,minmax(130px,1fr))}}.text-field-showcase{max-width:var(--pwc-page-max-width);margin:0 auto;padding:2rem 1rem 3rem;display:grid;gap:1.5rem}.text-field-showcase__header{display:grid;gap:.5rem}.text-field-showcase__eyebrow{margin:0;color:var(--pwc-grey-900);font-size:.875rem}.text-field-showcase__header h1,.text-field-showcase__header p{margin:0}.text-field-showcase__actions{display:flex;flex-wrap:wrap;gap:1rem}.text-field-showcase__actions a{color:var(--pwc-background-info);text-decoration:none}.text-field-showcase__actions a:hover{text-decoration:underline}.text-field-showcase__section{display:grid;gap:.75rem}.text-field-showcase__section h2{margin:0}.text-field-showcase__interactive-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:1rem 1.25rem;align-items:start}.text-field-showcase__matrix{overflow-x:auto;display:grid;grid-template-columns:170px repeat(7,minmax(230px,1fr));min-width:1760px;border:1px solid var(--pwc-states-background-disabled);background:#fff}.text-field-showcase__cell{padding:.75rem;border-right:1px solid var(--pwc-states-background-disabled);border-bottom:1px solid var(--pwc-states-background-disabled)}.text-field-showcase__cell--header{font-size:.875rem;font-weight:600;color:var(--pwc-foreground-primary);background:var(--pwc-background-layer-1)}.text-field-showcase__cell--label{font-weight:600;color:var(--pwc-foreground-primary);display:flex;align-items:center}.text-field-showcase__cell--component{min-height:152px}.text-field-showcase__matrix .text-field-showcase__cell:nth-child(8n){border-right:0}.text-field-showcase__matrix .text-field-showcase__cell:nth-last-child(-n+8){border-bottom:0}@media(max-width:980px){.text-field-showcase__interactive-grid{grid-template-columns:1fr}}.showcase-index__header{margin-bottom:20px}.showcase-index__eyebrow{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-grey-700)}.showcase-index__header h2{margin:0 0 8px}.showcase-index__header p{margin:0;color:var(--pwc-grey-900)}.showcase-index__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.showcase-index__card{height:100%}.scoped-role-grants-editor{display:flex;flex-direction:column;gap:12px}.scoped-role-grants-editor__row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.scoped-role-grants-editor__row>*{flex:1 1 220px;min-width:200px}.scoped-role-grants-editor__actions{display:flex;justify-content:flex-end}.scoped-role-grants-editor__list{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.scoped-role-grants-editor__item{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.scoped-role-grants-editor__separator{color:var(--pwc-foreground-secondary)}.scoped-role-grants-editor__resource{flex:1 1 auto;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cpd__form{display:flex;flex-direction:column;gap:12px}.cpd__form .pwc-text-field{max-width:100%}.cpd__form-dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cpd__form-tags{display:flex;flex-direction:column;gap:8px}.cpd__form-tags-label{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:500;line-height:1.4}.cpd__form-tags-list{display:flex;flex-wrap:wrap;gap:8px}.cpd__error{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:14px;line-height:1.4}.cpd__bootstrap-intro{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--pwc-background-layer-2);border:1px solid var(--pwc-border-subtle)}.cpd__bootstrap-text{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.4}.cpd__bootstrap-hint{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:12px;line-height:1.4}.cpd__layout-example{margin:0;padding:8px;background:var(--pwc-background-layer-1);border:1px solid var(--pwc-border-subtle);color:var(--pwc-foreground-primary);font-family:var(--pwc-font-mono, monospace);font-size:12px;line-height:1.4;white-space:pre;overflow-x:auto}.cpd__picker-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cpd__file-input{display:none}.cpd__picker-summary{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px}.cpd__preview{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto;padding:8px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.cpd__preview-group{display:flex;flex-direction:column;gap:4px}.cpd__preview-group-header{margin:0;display:inline-flex;align-items:center;gap:6px;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.cpd__preview-folder-icon{--cpd-folder-icon-url: none;width:16px;height:16px;flex:0 0 16px;background-color:var(--pwc-foreground-primary);-webkit-mask-image:var(--cpd-folder-icon-url);mask-image:var(--cpd-folder-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.cpd__preview-count{color:var(--pwc-foreground-secondary);font-weight:400;font-size:12px}.cpd__preview-files{margin:0;padding:0 0 0 22px;list-style:none;display:flex;flex-direction:column;gap:2px}.cpd__preview-file{display:flex;justify-content:space-between;gap:8px;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;line-height:1.4}.cpd__preview-file-size{color:var(--pwc-border-strong);font-size:12px}.cpd__queue-toggle{display:flex;align-items:center}.cpd__issues{display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid var(--pwc-background-error);background:var(--pwc-background-layer-1)}.cpd__issues-title{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.cpd__issues-list{margin:0;padding-left:18px;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:13px;line-height:1.4}.cpd__issues-list code{font-family:var(--pwc-font-mono, monospace);font-size:12px}.cpd__progress{display:flex;flex-direction:column;gap:12px}.cpd__progress-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.cpd__progress-program{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.4}.cpd__progress-spinner{display:flex;align-items:center}.cpd__progress-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.cpd__progress-row{display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.cpd__progress-row--error{border-color:var(--pwc-background-error)}.cpd__progress-row--partial{border-color:var(--pwc-background-warning, #c5803b)}.cpd__progress-row-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.cpd__progress-row-name{font-family:var(--pwc-font-body);font-size:14px;font-weight:500;color:var(--pwc-foreground-primary)}.cpd__progress-status{font-family:var(--pwc-font-body);font-size:12px;font-weight:500;padding:2px 8px;border-radius:999px;background:var(--pwc-background-layer-2);color:var(--pwc-foreground-secondary)}.cpd__progress-status--success{background:var(--pwc-background-success, #1e8e3e);color:var(--pwc-background-layer-0, #fff)}.cpd__progress-status--error{background:var(--pwc-background-error);color:var(--pwc-background-layer-0, #fff)}.cpd__progress-status--partial{background:var(--pwc-background-warning, #c5803b);color:var(--pwc-background-layer-0, #fff)}.cpd__progress-docs{margin:0;padding-left:18px;list-style:disc;display:flex;flex-direction:column;gap:2px}.cpd__progress-doc{font-family:var(--pwc-font-body);font-size:13px;color:var(--pwc-foreground-secondary)}.cpd__progress-doc--error{color:var(--pwc-background-error)}.cpd__progress-doc-error{margin-left:6px;font-size:12px}.cpd__progress-assessment{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px}.cpd__progress-error{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:13px}.cpd__summary{display:flex;flex-direction:column;gap:4px;padding:8px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-2)}.cpd__summary p{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.4}.cpd__interrupted{margin:0;color:var(--pwc-background-warning, #c5803b);font-family:var(--pwc-font-body);font-size:13px;line-height:1.4}.program-cards{display:flex;flex-direction:column;gap:24px}.program-cards__search-row{display:flex;align-items:center;gap:12px}.program-cards__search-shell{flex:1 1 auto}.program-cards__search-shell .pwc-search-bar-shell{width:100%;max-width:none}.program-cards__search-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;gap:12px}.program-cards__action-button{flex:0 0 auto}.program-cards__state{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4}.program-cards__filters{display:flex;flex-wrap:wrap;gap:8px}.program-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(372px,1fr));gap:16px}.program-cards__tile{display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:200px;padding:20px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1);cursor:pointer;text-align:left}.program-cards__tile:focus-visible{outline:2px solid var(--pwc-foreground-primary);outline-offset:2px}.program-cards__tile:hover{background:var(--pwc-background-layer-2)}.program-cards__tile:focus-within{outline:2px solid var(--pwc-foreground-primary);outline-offset:2px}.program-cards__tile-content{display:flex;flex-direction:column;gap:12px}.program-cards__tile-heading{display:flex;align-items:center;gap:8px}.program-cards__tile-icon{--program-card-folder-icon-url: none;width:48px;height:48px;flex:0 0 48px;background-color:var(--pwc-foreground-primary);-webkit-mask-image:var(--program-card-folder-icon-url);mask-image:var(--program-card-folder-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.program-cards__tile-title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:24px;font-weight:500;line-height:1.3;word-break:break-word}.program-cards__tile-dates{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;display:inline-flex;align-items:center;gap:6px}.program-cards__tile-date-icon{--program-card-calendar-icon-url: none;width:16px;height:16px;flex:0 0 16px;background-color:var(--pwc-foreground-brand);-webkit-mask-image:var(--program-card-calendar-icon-url);mask-image:var(--program-card-calendar-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.program-cards__tile-description{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;word-break:break-word}.program-cards__program-tags{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.program-cards__tile-actions{display:flex;gap:8px;align-items:center;width:100%}.program-cards__tile-action{align-self:flex-start}.program-cards__tile-actions .program-cards__tile-dates{margin-left:auto}.program-cards__edit-form{display:flex;flex-direction:column;gap:12px}.program-cards__edit-form .pwc-text-field{max-width:100%}.program-cards__edit-form-dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.program-cards__edit-form-tags{display:flex;flex-direction:column;gap:8px}.program-cards__edit-form-tags-label{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:500;line-height:1.4}.program-cards__edit-form-tags-list{display:flex;flex-wrap:wrap;gap:8px}.program-cards__delete-button{margin:0}.program-cards__delete-confirm-body{display:flex;flex-direction:column;gap:8px}.program-cards__delete-confirm-body p{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4}.program-cards__edit-error{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:14px;line-height:1.4}@media(max-width:768px){.program-cards{gap:16px}.program-cards__search-row{flex-direction:column;align-items:stretch;gap:8px}.program-cards__create-button{align-self:flex-end}.program-cards__grid{grid-template-columns:1fr}.program-cards__tile{min-height:0;padding:16px}.program-cards__tile-title{font-size:20px}.program-cards__edit-form-dates{grid-template-columns:1fr}}.download-technical-report-dialog{display:flex;flex-direction:column;gap:16px}.download-technical-report-dialog__body{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.download-technical-report-dialog__options{display:flex;flex-direction:column;gap:12px}.pwc-page{display:flex;flex-direction:column;gap:var(--pwc-space-6);width:100%;max-width:var(--pwc-page-max-width);margin:0 auto}.pwc-page__header{display:flex;flex-direction:column;gap:var(--pwc-space-2)}.pwc-page__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:var(--pwc-font-size-600);font-weight:500;line-height:var(--pwc-line-height-tight)}.pwc-page__subtitle{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:var(--pwc-font-size-300);font-weight:400;line-height:var(--pwc-line-height-base)}@media(max-width:768px){.pwc-page{gap:var(--pwc-space-4)}.pwc-page__title{font-size:var(--pwc-font-size-500)}}.home-page__subtitle{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:var(--pwc-font-size-300);font-weight:400;line-height:var(--pwc-line-height-base)}.scope-tabs{width:100%;margin-bottom:16px}.project-member-names-editor{display:flex;flex-direction:column;gap:12px}.project-member-names-editor__row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.project-member-names-editor__row>*:first-child{flex:1 1 220px;min-width:200px}.project-member-names-editor__add-button{flex:0 0 auto;align-self:flex-end}.project-member-names-editor__error{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4}.project-member-names-editor__list{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.project-member-names-editor__item{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.project-member-names-editor__name{flex:1 1 auto;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-cards{display:flex;flex-direction:column;gap:24px}.project-cards__search-row{display:flex;align-items:center;gap:12px}.project-cards__search-shell{flex:1 1 auto}.project-cards__search-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;gap:12px}.project-cards__action-button{flex:0 0 auto}.project-cards__search-shell .pwc-search-bar-shell{width:100%;max-width:none}.project-cards__state{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4}.project-cards__filter-groups{display:flex;flex-direction:column;gap:12px}.project-cards__filter-group{display:flex;flex-direction:column;gap:6px}.project-cards__filter-group-label{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.project-cards__filters{display:flex;flex-wrap:wrap;gap:8px}.project-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(372px,1fr));gap:16px}.project-cards__tile{display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:200px;padding:20px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1);cursor:pointer;text-align:left}.project-cards__tile:focus-visible{outline:2px solid var(--pwc-foreground-primary);outline-offset:2px}.project-cards__tile:hover{background:var(--pwc-background-layer-2)}.project-cards__tile:focus-within{outline:2px solid var(--pwc-foreground-primary);outline-offset:2px}.project-cards__tile-content{display:flex;flex-direction:column;gap:12px}.project-cards__tile-heading{display:flex;align-items:center;gap:8px}.project-cards__tile-pictogram{--project-card-pictogram-icon-url: none;width:48px;height:48px;flex:0 0 48px;background-color:var(--pwc-foreground-primary);-webkit-mask-image:var(--project-card-pictogram-icon-url);mask-image:var(--project-card-pictogram-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.project-cards__tile-title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:24px;font-weight:500;line-height:1.3;word-break:break-word}.project-cards__tile-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.project-cards__tile-top-start,.project-cards__tile-top-end{display:flex;align-items:center}.project-cards__tile-dates{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;display:inline-flex;align-items:center;gap:6px}.project-cards__tile-date-icon{--project-card-calendar-icon-url: none;width:16px;height:16px;flex:0 0 16px;background-color:var(--pwc-foreground-brand);-webkit-mask-image:var(--project-card-calendar-icon-url);mask-image:var(--project-card-calendar-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.project-cards__tile-description{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;word-break:break-word}.project-cards__project-tags{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.project-cards__tile-actions{display:flex;gap:8px;align-items:center;width:100%}.project-cards__tile-action{align-self:flex-start}.project-cards__tile-actions .project-cards__tile-dates{margin-left:auto}.project-cards__edit-form{display:flex;flex-direction:column;gap:12px}.project-cards__edit-form .pwc-text-field{max-width:100%}.project-cards__edit-form-dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.project-cards__edit-form-tags{display:flex;flex-direction:column;gap:8px}.project-cards__edit-form-tags-label{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:500;line-height:1.4}.project-cards__edit-form-tags-list{display:flex;flex-wrap:wrap;gap:8px}.project-cards__delete-button{margin:0}.project-cards__delete-confirm-body{display:flex;flex-direction:column;gap:8px}.project-cards__delete-confirm-body p{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4}.project-cards__edit-error{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:14px;line-height:1.4}@media(max-width:768px){.project-cards{gap:16px}.project-cards__search-row{flex-direction:column;align-items:stretch;gap:8px}.project-cards__create-button{align-self:flex-end}.project-cards__grid{grid-template-columns:1fr}.project-cards__tile{min-height:0;padding:16px}.project-cards__tile-title{font-size:20px}.project-cards__edit-form-dates{grid-template-columns:1fr}}.program-page__card{max-width:720px;padding:var(--pwc-space-4);border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-base)}.program-page__message{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:var(--pwc-font-size-300);font-weight:400;line-height:var(--pwc-line-height-base)}.document-preview{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;background:var(--pwc-background-layer-2);border:1px solid var(--pwc-border-subtle);padding:12px;box-sizing:border-box}.document-preview__state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.document-preview__state--error{color:var(--pwc-background-error)}.document-preview__state-detail{margin:0;color:var(--pwc-border-strong);font-size:12px}.document-preview .react-pdf__Document{display:flex;flex-direction:column;align-items:center;gap:12px}.document-preview__page{position:relative;display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid var(--pwc-border-subtle);box-shadow:0 1px 2px #1111130f;scroll-margin-top:12px;transition:border-color .16s ease,box-shadow .16s ease}.document-preview__page--active{border-color:var(--pwc-foreground-brand);box-shadow:0 0 0 2px #fd510826}.document-preview__page-inner{position:relative;display:block}.document-preview__page-inner .react-pdf__Page{display:block}.document-preview__page-inner .react-pdf__Page__canvas{display:block;max-width:100%;height:auto!important}.document-preview__page-label{width:100%;padding:6px 12px;border-top:1px solid var(--pwc-background-layer-2);color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;text-align:right;background:var(--pwc-background-layer-1);box-sizing:border-box}.document-preview__overlay{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.document-preview__overlay-polygon{fill:#fd510838;stroke:var(--pwc-foreground-brand);stroke-width:1.5;vector-effect:non-scaling-stroke;animation:document-preview-pulse 1.4s ease-out 1}@keyframes document-preview-pulse{0%{fill:#fd51080d;stroke-opacity:.4}60%{fill:#fd510873;stroke-opacity:1}to{fill:#fd510838;stroke-opacity:1}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.frascati-preview{display:flex;flex-direction:column;min-height:0;height:100%;background:#fff;border-left:1px solid var(--pwc-border-subtle)}.frascati-preview__header{display:flex;flex-direction:column;gap:2px;padding:12px 16px;border-bottom:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.frascati-preview__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.frascati-preview__subtitle{margin:0;color:var(--pwc-foreground-brand);font-family:var(--pwc-font-body);font-size:12px;font-weight:500;line-height:1.4}.frascati-preview__subtitle--muted{color:var(--pwc-border-strong);font-style:italic;font-weight:400}.frascati-preview__viewer{flex:1 1 auto;min-height:0;display:flex}.project-document-preview{display:flex;flex-direction:column;min-height:0;height:100%;background:#fff;border-left:1px solid var(--pwc-border-subtle)}.project-document-preview__header{display:flex;flex-direction:column;gap:2px;padding:12px 16px;border-bottom:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.project-document-preview__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4;word-break:break-word}.project-document-preview__viewer{flex:1 1 auto;min-height:0;display:flex}.project-assessment{display:flex;flex-direction:column;gap:0;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.project-assessment__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--pwc-border-subtle)}.project-assessment__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:18px;font-weight:500;line-height:1.3}.project-assessment__toolbar-meta{display:flex;align-items:center;gap:6px;flex:1 1 auto}.project-assessment__toolbar-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}.project-assessment__inline-error{padding:12px 20px 0}.project-assessment__body{padding:20px}.project-assessment__documents-warning{max-width:none}.project-assessment__body--empty{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.project-assessment__state{margin:0;padding:20px;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4}.project-assessment__active{display:flex;align-items:center;gap:16px;padding:4px 0}.project-assessment__active-spinner{flex:0 0 24px;width:24px;height:24px}.project-assessment__active-text{display:flex;flex-direction:column;gap:4px}.project-assessment__active-label{color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.project-assessment__active-meta{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:12px;font-weight:400;line-height:1.4}.project-assessment__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--pwc-border-subtle);background:var(--pwc-background-brand-layer-1)}.project-assessment__summary-main{display:flex;flex-direction:column;gap:8px;flex:1 1 auto;min-width:0}.project-assessment__verdict-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:4px}.project-assessment__verdict-badge{--pwc-badge-padding-inline: 16px;--pwc-badge-padding-block: 8px;border-radius:999px}.project-assessment__verdict-badge .pwc-badge__label{font-size:20px;font-weight:600;line-height:1.2;letter-spacing:.2px}.project-assessment__summary-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.project-assessment__summary-note{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:12px;font-style:italic;line-height:1.4}.project-assessment__summary-reasoning{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.5}.project-assessment__summary-reasoning--empty{color:var(--pwc-border-strong);font-style:italic}.project-assessment__tab-container{display:flex;flex-direction:column}.project-assessment__tab-bar{border-bottom:1px solid var(--pwc-border-subtle);background:#fff}.project-assessment__tab-content{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px}.project-assessment__tab-text{display:flex;flex-direction:column;gap:16px;flex:1 1 auto;min-width:0}.project-assessment__criterion-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.project-assessment__criterion-name{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.project-assessment__criterion-section{display:flex;flex-direction:column;gap:4px}.project-assessment__criterion-text{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.5}.project-assessment__criterion-text--empty{font-style:italic;color:var(--pwc-border-strong)}.project-assessment__section-label{margin:0;color:var(--pwc-foreground-brand);font-family:var(--pwc-font-body);font-size:12px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.project-assessment__follow-up-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.project-assessment__follow-up-item{display:flex;flex-direction:column;gap:10px;padding:10px 12px;background:var(--pwc-background-layer-1);border:1px solid var(--pwc-background-layer-2);color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.5}.project-assessment__follow-up-question{display:flex;align-items:flex-start;gap:10px}.project-assessment__follow-up-controls{display:flex;flex-direction:column;gap:8px;padding-left:26px}.project-assessment__follow-up-assignees{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.project-assessment__follow-up-assignee{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.project-assessment__follow-up-answer{flex:1 1 100%;padding:8px 10px;background:var(--pwc-background-layer-2);border-radius:6px}.project-assessment__follow-up-answer-body{margin:0;white-space:pre-wrap}.project-assessment__follow-up-answer-meta{margin:4px 0 0;font-size:12px;color:var(--pwc-foreground-tertiary, var(--pwc-foreground-secondary))}.project-assessment__follow-up-actions{display:flex;flex-wrap:wrap;gap:8px}.project-assessment__follow-up-empty{margin:0;font-size:13px;color:var(--pwc-foreground-secondary)}.project-assessment__follow-up-dialog-question{margin:0 0 12px;white-space:pre-wrap}.project-assessment__follow-up-icon{width:16px;height:16px;flex:0 0 16px;margin-top:2px;display:block}.project-assessment__follow-up-text{flex:1 1 auto;min-width:0}.project-assessment__citations-list{display:flex;flex-wrap:wrap;gap:6px}.project-assessment__citation-badge--interactive{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.project-assessment__citation-badge--interactive:hover{transform:translateY(-1px)}.project-assessment__citation-badge--interactive:focus-visible{outline:2px solid var(--pwc-foreground-primary);outline-offset:2px}.project-assessment__citation-badge--active{box-shadow:0 0 0 2px #fd510840}.project-assessment__split{display:grid;grid-template-columns:2fr 3fr;align-items:stretch;min-height:0}.project-assessment__split-left{display:flex;flex-direction:column;min-width:0;min-height:0;max-height:80vh;overflow-y:auto;border-right:1px solid var(--pwc-border-subtle)}.project-assessment__split-right{display:flex;min-width:0;min-height:560px;max-height:80vh}.project-assessment__split-right>*{width:100%}@media(max-width:1024px){.project-assessment__split{grid-template-columns:1fr}.project-assessment__split-left{border-right:none;border-bottom:1px solid var(--pwc-border-subtle);max-height:none;overflow-y:visible}.project-assessment__split-right{min-height:480px}}.project-assessment__evidence-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.project-assessment__evidence-item{position:relative;padding:8px 12px 8px 16px;border-left:3px solid var(--pwc-border-subtle);background:#fff;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;font-weight:400;line-height:1.5;font-style:italic;display:flex;align-items:flex-start;gap:8px}.project-assessment__evidence-quote{flex:1 1 auto;min-width:0}.project-assessment__evidence-ambiguous{flex:0 0 auto;font-style:normal}.project-assessment__evidence-item--interactive{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.project-assessment__evidence-item--interactive:hover{border-left-color:var(--pwc-foreground-brand);transform:translateY(-1px)}.project-assessment__evidence-item--interactive:focus-visible{outline:2px solid var(--pwc-foreground-primary);outline-offset:2px}.project-assessment__evidence-item--active{border-left-color:var(--pwc-foreground-brand);box-shadow:0 0 0 2px #fd510840;color:var(--pwc-foreground-primary)}.project-assessment__classification-options,.project-assessment__verdict-options,.project-assessment__category-options{display:flex;gap:8px;flex-wrap:wrap;padding:4px 0}.project-assessment__edit-section{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.project-assessment__dialog-body{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.5}.project-assessment__criterion-field,.project-assessment__summary-field{max-width:none;margin-bottom:12px}.project-assessment__criterion-field .pwc-text-field__control--textarea{min-height:120px;height:120px}.project-assessment__summary-field--reasoning .pwc-text-field__control--textarea{min-height:160px;height:160px}@media(max-width:768px){.project-assessment__toolbar{padding:12px 16px;flex-wrap:wrap}.project-assessment__toolbar-meta{order:3;width:100%}.project-assessment__body{padding:16px}.project-assessment__summary{padding:12px 16px}.project-assessment__verdict-badge .pwc-badge__label{font-size:17px}.project-assessment__tab-content{padding:16px}.project-assessment__criterion-field .pwc-text-field__control--textarea{min-height:100px;height:100px}.project-assessment__summary-field--reasoning .pwc-text-field__control--textarea{min-height:130px;height:130px}}.project-documents{display:flex;flex-direction:column;gap:0;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.project-documents__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--pwc-border-subtle)}.project-documents__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:18px;font-weight:500;line-height:1.3}.project-documents__toolbar-actions{display:flex;align-items:center;gap:4px}.project-documents__state{margin:0;padding:20px;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4}.project-documents__state--error{color:var(--pwc-background-error)}.project-documents__list{list-style:none;margin:0;padding:0}.project-documents__item{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--pwc-border-subtle);transition:background .12s ease}.project-documents__item:last-child{border-bottom:none}.project-documents__item:hover{background:#1111130f}.project-documents__item--uploading,.project-documents__item--deleting{opacity:.6;pointer-events:none}.project-documents__item-spinner{flex:0 0 20px;width:20px;height:20px}.project-documents__item-file-icon{--project-documents-file-icon-url: none;flex:0 0 20px;width:20px;height:20px;background-color:var(--pwc-border-strong);-webkit-mask-image:var(--project-documents-file-icon-url);mask-image:var(--project-documents-file-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.project-documents__item-info{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.project-documents__item-name{color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-documents__item-meta{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:12px;font-weight:400;line-height:1.4}.project-documents__item-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}.project-documents__dialog-body{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.5}@media(max-width:768px){.project-documents__toolbar,.project-documents__item{padding:12px 16px}}.project-members{display:flex;flex-direction:column;gap:0;min-height:0;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.project-members__toolbar{display:flex;flex-direction:column;gap:12px;padding:16px 20px;border-bottom:1px solid var(--pwc-border-subtle)}.project-members__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:18px;font-weight:500;line-height:1.3}.project-members__body{padding:16px 20px}.project-members__state{margin:0;padding:20px;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4}.project-members__state--error{color:var(--pwc-background-error)}.project-members__list{list-style:none;margin:0;padding:0}.project-members__item{padding:12px 0;border-bottom:1px solid var(--pwc-border-subtle);color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.project-members__item:last-child{border-bottom:none;padding-bottom:0}.project-members__item:first-child{padding-top:0}@media(max-width:768px){.project-members__toolbar,.project-members__body{padding:12px 16px}}.project-details-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:0}.project-details-columns>*{min-width:0}.project-details-columns>*:first-child{border-right:none}@media(max-width:1024px){.project-details-columns{grid-template-columns:1fr}.project-details-columns>*:first-child{border-bottom:none}}.project-page-header{padding:24px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.project-page-header--loading,.project-page-header--error{background:#fff}.project-page-header__state{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4}.project-page-header__content{display:flex;flex-direction:column;gap:12px}.project-page-header__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:28px;font-weight:500;line-height:1.3;word-break:break-word}.project-page-header__description{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.5;word-break:break-word}.project-page-header__dates{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;display:inline-flex;align-items:center;gap:6px}.project-page-header__date-icon{--project-header-calendar-icon-url: none;width:16px;height:16px;flex:0 0 16px;background-color:var(--pwc-foreground-brand);-webkit-mask-image:var(--project-header-calendar-icon-url);mask-image:var(--project-header-calendar-icon-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.project-page-header__tags{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}@media(max-width:768px){.project-page-header{padding:16px}.project-page-header__title{font-size:22px}}.assessment-history{display:flex;flex-direction:column;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.assessment-history__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--pwc-border-subtle)}.assessment-history__toolbar-left{display:flex;align-items:center;gap:8px}.assessment-history__title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:18px;font-weight:500;line-height:1.3}.assessment-history__error{padding:20px}.assessment-history__grid{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:0;min-height:420px}.assessment-history__list-panel,.assessment-history__details-panel{padding:20px}.assessment-history__details-panel{display:flex;flex-direction:column;gap:16px}.assessment-history__list-panel{border-right:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.assessment-history__panel-title{margin:0 0 12px;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:12px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.05em}.assessment-history__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.assessment-history__run-card{width:100%;border:1px solid var(--pwc-border-subtle);background:#fff;border-radius:6px;padding:12px;text-align:left;display:flex;flex-direction:column;gap:8px;cursor:pointer}.assessment-history__run-card[data-selected=true]{border-color:var(--pwc-foreground-brand);box-shadow:inset 0 0 0 1px var(--pwc-foreground-brand)}.assessment-history__run-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.assessment-history__run-date{color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.assessment-history__run-id{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:12px;line-height:1.4}.assessment-history__run-chips{display:flex;flex-wrap:wrap;gap:6px}.assessment-history__run-meta{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;line-height:1.4}.assessment-history__state{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.assessment-history__summary{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid var(--pwc-border-subtle);border-radius:6px;background:#fff}.assessment-history__summary-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.assessment-history__summary-sector{color:var(--pwc-grey-900);font-family:var(--pwc-font-body);font-size:13px;line-height:1.4}.assessment-history__summary-sector strong{color:var(--pwc-foreground-primary);font-weight:500}.assessment-history__summary-note{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:12px;font-style:italic;line-height:1.4}.assessment-history__summary-reasoning{margin:0;color:var(--pwc-grey-900);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.5}.assessment-history__criteria-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.assessment-history__criterion{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--pwc-border-subtle)}.assessment-history__criterion:last-child{border-bottom:0;padding-bottom:0}.assessment-history__criterion-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.assessment-history__criterion-name{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4}.assessment-history__criterion-section{display:flex;flex-direction:column;gap:4px}.assessment-history__criterion-text{margin:0;color:var(--pwc-grey-900);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.assessment-history__criterion-text--empty{color:var(--pwc-border-strong);font-style:italic}.assessment-history__section-label{margin:0;color:var(--pwc-grey-900);font-family:var(--pwc-font-body);font-size:12px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.assessment-history__follow-up-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:4px}.assessment-history__follow-up-item{color:var(--pwc-grey-900);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.5}.assessment-history__citations-list{display:flex;flex-wrap:wrap;gap:6px}.assessment-history__evidence-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.assessment-history__evidence-item{position:relative;padding:8px 12px 8px 16px;border-left:3px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1);color:var(--pwc-grey-900);font-family:var(--pwc-font-body);font-size:13px;font-weight:400;line-height:1.5;font-style:italic}@media(max-width:1024px){.assessment-history__grid{grid-template-columns:minmax(0,1fr)}.assessment-history__list-panel{border-right:0;border-bottom:1px solid var(--pwc-border-subtle)}}.role-assignment-draft-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.role-assignment-draft-list__item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--pwc-border-subtle);border-radius:6px;background:var(--pwc-background-layer-1)}.role-assignment-draft-list__separator{color:var(--pwc-foreground-secondary);font-size:13px}.role-assignment-draft-list__resource{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--pwc-foreground-primary)}.role-assignment-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.role-assignment-list__item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--pwc-border-subtle);border-radius:6px;background:var(--pwc-background-layer-1)}.role-assignment-list__separator{color:var(--pwc-foreground-secondary);font-size:13px}.role-assignment-list__resource{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--pwc-foreground-primary)}.role-assignment-list__empty{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.role-assignment-selector{display:flex;flex-direction:column;gap:12px}.role-assignment-selector__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:end}.role-assignment-selector__locked-field{display:flex;flex-direction:column;gap:4px;min-width:0}.role-assignment-selector__locked-label{font-size:12px;font-weight:500;color:var(--pwc-foreground-secondary)}.role-assignment-selector__locked-value{display:flex;align-items:center;min-height:40px;padding:8px 12px;border:1px solid var(--pwc-border-subtle);border-radius:6px;background:var(--pwc-background-layer-1);color:var(--pwc-foreground-primary);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-assignment-selector__actions{display:flex;justify-content:flex-end}.access-control-panel__roles-cell{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.access-control-panel__chips{display:flex;flex-wrap:wrap;gap:6px;flex:1 1 auto;min-width:0}.access-control-panel__chips-empty{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px}.access-control-panel__row{align-items:center}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden;white-space:nowrap}.settings-page__tabs{width:100%}.settings-page__card{padding:24px;border:1px solid var(--pwc-border-subtle);background:#fff;box-sizing:border-box}.settings-page__card p{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;line-height:1.4}.settings-page__card--status{display:flex;align-items:center}.settings-page__organisation-layout{display:flex;flex-direction:column;gap:20px}.settings-page__section{display:flex;flex-direction:column;gap:20px;padding:24px;border:1px solid var(--pwc-border-subtle);background:#fff}.settings-page__section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--pwc-border-subtle)}.settings-page__section-title{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:22px;font-weight:500;line-height:1.3}.settings-page__section-description,.settings-page__section-meta{margin:8px 0 0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:15px;line-height:1.5}.settings-page__section-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.settings-page__details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:0}.settings-page__detail-field{display:flex;flex-direction:column;gap:8px;min-width:0;padding:16px;background:var(--pwc-background-layer-1);border:1px solid var(--pwc-border-subtle)}.settings-page__detail-label{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.settings-page__detail-value{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;line-height:1.5;word-break:break-word}.settings-page__detail-field--password .pwc-text-field__label{color:var(--pwc-foreground-secondary);font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.settings-page__member-list{display:flex;flex-direction:column;border:1px solid var(--pwc-border-subtle);background:#fff}.settings-page__member-list-header,.settings-page__member-row{display:grid;grid-template-columns:minmax(240px,1.8fr) minmax(120px,.8fr) minmax(120px,.8fr) minmax(120px,.8fr) 64px;gap:16px;align-items:center;padding:16px 20px}.settings-page__member-list-header{background:var(--pwc-background-layer-1);border-bottom:1px solid var(--pwc-border-subtle)}.settings-page__member-list-header span{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.settings-page__member-row+.settings-page__member-row{border-top:1px solid var(--pwc-border-subtle)}.settings-page__member-cell{min-width:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5;word-break:break-word}.settings-page__member-cell--placeholder{text-align:center}.settings-page__member-cell--email{font-weight:500}.settings-page__member-cell--action{position:relative;display:flex;justify-content:flex-end;align-items:center}.settings-page__edit-roles-target{margin:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.settings-page__member-email{color:var(--pwc-foreground-primary)}.settings-page__manage-roles-section{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid var(--pwc-border-subtle)}.settings-page__manage-roles-section-title{margin:0;font-family:var(--pwc-font-body);font-size:15px;font-weight:600;color:var(--pwc-foreground-primary)}.settings-page__manage-roles-section-description{margin:0;font-family:var(--pwc-font-body);font-size:13px;color:var(--pwc-foreground-secondary)}.settings-page__superadmin-create-button{flex-shrink:0}.settings-page__superadmin-layout{display:flex;flex-direction:column;gap:20px}.settings-page__platform-admins-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.settings-page__platform-admin-list{display:flex;flex-direction:column;border:1px solid var(--pwc-border-subtle);background:#fff}.settings-page__platform-admin-list-header,.settings-page__platform-admin-row{display:grid;grid-template-columns:minmax(240px,1.8fr) minmax(160px,1fr) minmax(120px,.8fr) 96px;gap:16px;align-items:center;padding:16px 20px}.settings-page__platform-admin-list-header{background:var(--pwc-background-layer-1);border-bottom:1px solid var(--pwc-border-subtle)}.settings-page__platform-admin-list-header span{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.settings-page__platform-admin-row+.settings-page__platform-admin-row{border-top:1px solid var(--pwc-border-subtle)}.settings-page__platform-admin-cell{min-width:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5;word-break:break-word}.settings-page__platform-admin-cell--email{font-weight:500}.settings-page__platform-admin-cell--actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.settings-page__platform-admin-self-label{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;font-style:italic}.settings-page__platform-admin-promote-form{display:flex;flex-direction:column;gap:16px}.settings-page__platform-admin-candidate-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto;padding-right:4px}.settings-page__platform-admin-candidate-empty{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.settings-page__platform-admin-candidate-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.settings-page__platform-admin-candidate-info{display:flex;flex-direction:column;min-width:0}.settings-page__platform-admin-candidate-email{color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4;word-break:break-word}.settings-page__platform-admin-candidate-name{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;line-height:1.4;word-break:break-word}.settings-page__platform-admin-candidate-action{flex-shrink:0}.settings-page__tag-list{display:flex;flex-direction:column;border:1px solid var(--pwc-border-subtle);background:#fff}.settings-page__tag-list-header,.settings-page__tag-row{display:grid;grid-template-columns:minmax(200px,1fr) minmax(280px,2fr) 96px;gap:16px;align-items:center;padding:16px 20px}.settings-page__tag-list-header--no-actions,.settings-page__tag-row--no-actions{grid-template-columns:minmax(200px,1fr) minmax(280px,2fr)}.settings-page__tag-list-header{background:var(--pwc-background-layer-1);border-bottom:1px solid var(--pwc-border-subtle)}.settings-page__tag-list-header span{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.settings-page__tag-row+.settings-page__tag-row{border-top:1px solid var(--pwc-border-subtle)}.settings-page__tag-cell{min-width:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5;word-break:break-word}.settings-page__tag-cell--name{font-weight:500}.settings-page__tag-cell--actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.settings-page__tag-name{color:var(--pwc-foreground-primary)}.settings-page__superadmin-list{display:flex;flex-direction:column;border:1px solid var(--pwc-border-subtle);background:#fff}.settings-page__superadmin-list-header,.settings-page__superadmin-row{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(140px,1fr) minmax(100px,.8fr) minmax(180px,1.2fr) minmax(160px,1fr);gap:16px;align-items:center;padding:16px 20px}.settings-page__superadmin-status-switch{justify-self:start}.settings-page__superadmin-status-switch .pwc-switch__label{display:none}.settings-page__superadmin-list-header{background:var(--pwc-background-layer-1);border-bottom:1px solid var(--pwc-border-subtle)}.settings-page__superadmin-list-header span{color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:13px;font-weight:500;line-height:1.4;text-transform:uppercase;letter-spacing:.04em}.settings-page__superadmin-row+.settings-page__superadmin-row{border-top:1px solid var(--pwc-border-subtle)}.settings-page__superadmin-cell{min-width:0;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5;word-break:break-word}.settings-page__superadmin-cell--placeholder{text-align:center}.settings-page__superadmin-pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:4px}.settings-page__superadmin-pagination-summary{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.settings-page__superadmin-pagination-spacer{display:inline-block;width:40px;height:40px}.settings-page__organisation-form{display:flex;flex-direction:column;gap:16px}.settings-page__organisation-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-page__organisation-form-error{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:14px;line-height:1.5}.settings-page__invite-form{display:flex;flex-direction:column;gap:16px}.settings-page__invite-roles{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid var(--pwc-border-subtle)}.settings-page__invite-roles-title{margin:0;font-family:var(--pwc-font-body);font-size:15px;font-weight:600;color:var(--pwc-foreground-primary)}.settings-page__invite-roles-description{margin:0;font-family:var(--pwc-font-body);font-size:13px;color:var(--pwc-foreground-secondary)}.settings-page__status-confirm-body{display:flex;flex-direction:column;gap:12px}.settings-page__status-confirm-body p{margin:0}.settings-page__loading-state{display:flex;align-items:center;gap:16px}.settings-page__state-title{margin:0 0 4px;color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:18px;font-weight:500;line-height:1.3}.settings-page__state-message{margin:0;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:15px;line-height:1.5}@media(max-width:1100px){.settings-page__member-list,.settings-page__superadmin-list,.settings-page__tag-list,.settings-page__platform-admin-list{border:0;gap:12px;background:transparent}.settings-page__member-list-header,.settings-page__superadmin-list-header,.settings-page__tag-list-header,.settings-page__platform-admin-list-header{display:none}.settings-page__member-row,.settings-page__superadmin-row,.settings-page__tag-row,.settings-page__tag-row--no-actions,.settings-page__platform-admin-row{grid-template-columns:1fr;gap:12px;padding:16px;border:1px solid var(--pwc-border-subtle);background:var(--pwc-background-layer-1)}.settings-page__member-row+.settings-page__member-row,.settings-page__superadmin-row+.settings-page__superadmin-row,.settings-page__tag-row+.settings-page__tag-row,.settings-page__platform-admin-row+.settings-page__platform-admin-row{border-top:1px solid var(--pwc-border-subtle)}.settings-page__member-cell:before,.settings-page__superadmin-cell:before,.settings-page__tag-cell:before,.settings-page__platform-admin-cell:before{content:attr(data-label);display:block;margin-bottom:4px;color:var(--pwc-foreground-secondary);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.settings-page__member-cell--action,.settings-page__tag-cell--actions,.settings-page__platform-admin-cell--actions{justify-content:flex-start}.settings-page__superadmin-pagination{justify-content:center}.settings-page__platform-admins-actions{width:100%}}@media(max-width:768px){.settings-page__card,.settings-page__section{padding:20px}.settings-page__section-header,.settings-page__loading-state{flex-direction:column}.settings-page__superadmin-create-button{width:100%}.settings-page__organisation-form-grid{grid-template-columns:1fr}}.audit-logs-page{display:flex;flex-direction:column;gap:20px}.audit-logs-page__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;padding:20px 24px;border:1px solid var(--pwc-border-subtle);background:#fff}.audit-logs-page__filter-field{display:flex;flex-direction:column;min-width:200px;flex:1 1 200px}.audit-logs-page__filter-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.audit-logs-page__filter-error{width:100%;margin:0;color:var(--pwc-foreground-critical, #b00020);font-family:var(--pwc-font-body);font-size:13px}.audit-logs-page__card{padding:0;border:1px solid var(--pwc-border-subtle);background:#fff;overflow:hidden}.audit-logs-page__table-wrapper{overflow-x:auto}.audit-logs-page__table{width:100%;border-collapse:collapse;font-family:var(--pwc-font-body);font-size:14px;color:var(--pwc-foreground-primary)}.audit-logs-page__table thead th{text-align:left;padding:12px 16px;background:var(--pwc-background-subtle, #f6f6f6);color:var(--pwc-foreground-secondary);font-weight:600;font-size:13px;border-bottom:1px solid var(--pwc-border-subtle);white-space:nowrap}.audit-logs-page__table tbody td{padding:12px 16px;border-bottom:1px solid var(--pwc-border-subtle);vertical-align:top}.audit-logs-page__row{cursor:pointer}.audit-logs-page__row:hover,.audit-logs-page__row--expanded{background:var(--pwc-background-hover, #fafafa)}.audit-logs-page__correlation{font-family:var(--pwc-font-mono, monospace);font-size:12px;color:var(--pwc-foreground-secondary)}.audit-logs-page__deleted{color:var(--pwc-foreground-secondary);font-style:italic}.audit-logs-page__details{background:var(--pwc-background-subtle, #f6f6f6)}.audit-logs-page__details-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:16px 24px}.audit-logs-page__details-block{display:flex;flex-direction:column;gap:6px}.audit-logs-page__summary-callout{display:flex;flex-direction:column;gap:4px;padding:12px 16px;background:var(--pwc-background-brand-layer-1);border-left:3px solid var(--pwc-foreground-brand);border-radius:var(--pwc-radius-sm)}.audit-logs-page__summary-callout-label{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--pwc-foreground-brand)}.audit-logs-page__summary-callout-value{margin:0;font-size:14px;font-weight:400;color:var(--pwc-foreground-primary);word-break:break-word}.audit-logs-page__data-emphasis{padding:1px 6px;border-radius:var(--pwc-radius-sm);background:var(--pwc-background-brand-layer-2);color:var(--pwc-foreground-brand);font-weight:700;white-space:pre-wrap}.audit-logs-page__details-label{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--pwc-foreground-secondary)}.audit-logs-page__details-value{margin:0;font-size:13px;color:var(--pwc-foreground-primary);word-break:break-word}.audit-logs-page__json{margin:0;padding:12px;background:#fff;border:1px solid var(--pwc-border-subtle);font-family:var(--pwc-font-mono, monospace);font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:280px;overflow:auto}.audit-logs-page__details-actions{display:flex;flex-wrap:wrap;gap:8px;padding:12px 24px 16px;border-top:1px solid var(--pwc-border-subtle)}.audit-logs-page__active-filters{display:flex;flex-wrap:wrap;gap:8px}.audit-logs-page__empty{padding:32px 24px;text-align:center;color:var(--pwc-foreground-secondary)}.audit-logs-page__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px;border-top:1px solid var(--pwc-border-subtle);background:#fff}.audit-logs-page__pagination-info{margin:0;font-family:var(--pwc-font-body);font-size:13px;color:var(--pwc-foreground-secondary)}.audit-logs-page__pagination-controls{display:flex;align-items:center;gap:8px}.breadcrumb-bar{width:100%;background:var(--pwc-background-layer-1);border-bottom:1px solid var(--pwc-border-subtle);box-sizing:border-box}.breadcrumb-bar__list{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin:0;padding:8px 24px;list-style:none}.breadcrumb-bar__item{display:flex;align-items:center;gap:4px}.breadcrumb-bar__link{padding:0;border:none;background:none;cursor:pointer;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:14px;font-weight:400;line-height:1.4;text-decoration:none;white-space:nowrap}.breadcrumb-bar__link:hover{color:var(--pwc-foreground-primary);text-decoration:underline}.breadcrumb-bar__link:focus-visible{outline:2px solid var(--pwc-foreground-primary);outline-offset:2px;border-radius:2px}.breadcrumb-bar__separator{--breadcrumb-chevron-url: none;display:inline-block;width:14px;height:14px;flex:0 0 14px;background-color:var(--pwc-border-strong);-webkit-mask-image:var(--breadcrumb-chevron-url);mask-image:var(--breadcrumb-chevron-url);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.breadcrumb-bar__current{color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:14px;font-weight:500;line-height:1.4;white-space:nowrap}.pwc-header-2{width:100%;min-width:1023px;padding:8px 0;box-sizing:border-box;background:#fff;border-bottom:1px solid var(--pwc-border-subtle)}.pwc-header-2[data-state=Scrolling]{box-shadow:0 4px 8px -2px #4c50563d}.pwc-header-2__container{min-height:40px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pwc-header-2__content{display:inline-flex;align-items:center;gap:12px;min-width:0}.pwc-header-2__attribution{display:inline-flex;align-items:center;gap:12px;height:24px}.pwc-header-2__attribution-logo-wrap{width:42px;height:11px;position:relative;flex-shrink:0}.pwc-header-2__attribution-logo-image{position:absolute;inset:-54.51% -1.3% -35.34% 0;width:auto;height:auto;max-width:none;display:block}.pwc-header-2__product-label{color:var(--pwc-foreground-primary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;letter-spacing:0;white-space:nowrap}.pwc-header-2__product-label strong{font-weight:inherit}.pwc-header-2__name-wrap{height:24px;display:inline-flex;align-items:center;gap:12px;padding-right:16px}.pwc-header-2__divider{width:1px;height:20px;background:var(--pwc-border-subtle);flex-shrink:0}.pwc-header-2__product-name{max-width:322px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--pwc-foreground-secondary);font-family:var(--pwc-font-body);font-size:16px;font-weight:400;line-height:1.4;letter-spacing:0}.pwc-header-2__product-name strong{font-weight:700}.pwc-header-2__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}.pwc-header-2__search{width:418px;flex:0 0 418px}.pwc-header-2__search.pwc-search-bar{--pwc-search-fg: var(--pwc-foreground-secondary);--pwc-search-border-color: var(--pwc-border-strong)}.pwc-header-2__search .pwc-search-bar__input{font-size:14px;line-height:1.4}.pwc-header-2__action-button,.pwc-header-2__avatar-action{--pwc-size: 40px;--pwc-icon-size: 20px}.pwc-header-2__avatar-action{--pwc-bg: var(--pwc-background-layer-2);--pwc-fg: var(--pwc-foreground-primary);--pwc-radius: 9999px}.pwc-header-2__profile-panel-root{position:relative;display:inline-flex}.pwc-header-2__profile-trigger{flex-shrink:0}.pwc-header-2__profile-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:max-content;max-width:min(90vw,420px);padding:0;border:1px solid var(--pwc-border-subtle);background:#fff;color:var(--pwc-foreground-primary);box-shadow:0 4px 8px -2px #4c50563d}.pwc-notifications-bell{position:relative;display:inline-flex}.pwc-notifications-bell__trigger{--pwc-size: 40px;--pwc-icon-size: 20px;position:relative}.pwc-notifications-bell__badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:9999px;background:var(--pwc-status-negative, #d04a02);color:#fff;font-family:var(--pwc-font-body);font-size:10px;font-weight:700;line-height:16px;text-align:center;pointer-events:none}.pwc-notifications-bell__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:360px;max-width:min(90vw,420px);max-height:min(70vh,520px);display:flex;flex-direction:column;border:1px solid var(--pwc-border-subtle);background:#fff;color:var(--pwc-foreground-primary);box-shadow:0 4px 8px -2px #4c50563d}.pwc-notifications-bell__header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-bottom:1px solid var(--pwc-border-subtle)}.pwc-notifications-bell__title{font-family:var(--pwc-font-body);font-size:14px;font-weight:700;margin:0}.pwc-notifications-bell__mark-all{background:none;border:none;padding:0;color:var(--pwc-foreground-link, #2e2e38);font-family:var(--pwc-font-body);font-size:12px;font-weight:500;cursor:pointer;text-decoration:underline}.pwc-notifications-bell__mark-all:disabled{color:var(--pwc-foreground-disabled, #9b9ba0);cursor:not-allowed;text-decoration:none}.pwc-notifications-bell__list{flex:1 1 auto;overflow-y:auto;list-style:none;margin:0;padding:0}.pwc-notifications-bell__empty{padding:24px 16px;text-align:center;font-family:var(--pwc-font-body);font-size:14px;color:var(--pwc-foreground-secondary)}.pwc-notifications-bell__item{display:flex;align-items:flex-start;gap:8px;padding:12px 16px;border-bottom:1px solid var(--pwc-border-subtle)}.pwc-notifications-bell__item:last-child{border-bottom:none}.pwc-notifications-bell__item-button{flex:1 1 auto;text-align:left;background:none;border:none;padding:0;cursor:pointer;color:inherit;font-family:var(--pwc-font-body)}.pwc-notifications-bell__item-button:hover .pwc-notifications-bell__item-title{text-decoration:underline}.pwc-notifications-bell__item-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;margin:0 0 2px}.pwc-notifications-bell__item-dot{width:6px;height:6px;border-radius:9999px;flex-shrink:0}.pwc-notifications-bell__item-dot[data-variant=positive]{background:var(--pwc-status-positive, #1f8a4c)}.pwc-notifications-bell__item-dot[data-variant=alert]{background:var(--pwc-status-negative, #d04a02)}.pwc-notifications-bell__item-body{font-size:12px;color:var(--pwc-foreground-secondary);margin:0}.pwc-notifications-bell__item-time{font-size:11px;color:var(--pwc-foreground-tertiary, #9b9ba0);margin-top:4px}.pwc-notifications-bell__item-dismiss{--pwc-size: 24px;--pwc-icon-size: 14px;flex-shrink:0}.app-layout{width:100%;min-height:100vh;background:var(--pwc-background-layer-1)}.app-layout__content{min-height:calc(100vh - var(--pwc-app-header-height));padding:var(--pwc-page-padding);box-sizing:border-box}.app-layout__content--centered{display:flex;align-items:center;justify-content:center}.app-layout__state-card{max-width:32rem;width:100%;background:var(--pwc-background-base);border:1px solid var(--pwc-border-subtle);border-radius:var(--pwc-radius-md);padding:var(--pwc-space-4)}.app-layout__state-title{margin:0 0 var(--pwc-space-2);font-weight:600}.app-layout__state-message{margin:0}.app-layout__retry-button{margin-top:var(--pwc-space-4);border:1px solid var(--pwc-border-strong);border-radius:var(--pwc-radius-sm);background:var(--pwc-background-base);padding:6px 12px;cursor:pointer}.app-layout__profile-panel{min-width:320px;max-width:380px;padding:var(--pwc-space-4);font-family:var(--pwc-font-body)}.app-layout__profile-panel-list{margin:0;display:flex;flex-direction:column;gap:var(--pwc-space-3)}.app-layout__profile-panel-row{margin:0;display:flex;flex-direction:column;gap:var(--pwc-space-2)}.app-layout__profile-panel-label{margin:0;color:var(--pwc-foreground-secondary);font-size:var(--pwc-font-size-200);font-weight:400;line-height:var(--pwc-line-height-base)}.app-layout__profile-panel-value{margin:0;color:var(--pwc-foreground-primary);font-size:var(--pwc-font-size-300);font-weight:400;line-height:var(--pwc-line-height-base);word-break:break-word}.app-layout__profile-panel-organisation{margin:0;display:flex;flex-direction:column;gap:var(--pwc-space-2)}.app-layout__organisation-dropdown{--pwc-dropdown-width: 100%;width:100%;gap:0}.app-layout__organisation-dropdown .pwc-dropdown__label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.app-layout__switch-error,.app-layout__dialog-error{margin:0;color:var(--pwc-background-error);font-family:var(--pwc-font-body);font-size:var(--pwc-font-size-200);line-height:var(--pwc-line-height-base)}@media(max-width:768px){.app-layout__content{padding:var(--pwc-space-4)}}.showcase-layout{width:100%;min-height:100vh;background-color:var(--pwc-background-layer-1);color:var(--pwc-grey-950)}.showcase-layout__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px 0}.showcase-layout__eyebrow{margin:0;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--pwc-grey-700)}.showcase-layout__logout-button{flex-shrink:0}.showcase-layout__main{display:flex;align-items:stretch;min-height:calc(100vh - 128px)}.showcase-layout__content{flex:1;min-width:0;min-height:calc(100vh - 128px);padding:24px;box-sizing:border-box}.showcase-layout__content>.showcase-index,.showcase-layout__content>[class$=-showcase]{width:100%;max-width:none;margin:0}@media(max-width:768px){.showcase-layout__toolbar{padding:12px 16px 0}.showcase-layout__main{min-height:calc(100vh - 116px)}.showcase-layout__content{padding:16px;min-height:calc(100vh - 116px)}.showcase-layout__eyebrow{font-size:11px}}.pwc-notification-center{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:12px;width:min(100vw - 32px,360px);pointer-events:none}.pwc-notification-center .pwc-notification{max-width:none;width:100%;pointer-events:auto}:root{--pwc-font-body: "Helvetica Neue", Arial, sans-serif;--pwc-font-size-100: 12px;--pwc-font-size-200: 14px;--pwc-font-size-300: 16px;--pwc-font-size-400: 20px;--pwc-font-size-500: 24px;--pwc-font-size-600: 28px;--pwc-line-height-tight: 1.3;--pwc-line-height-base: 1.4;--pwc-space-1: 4px;--pwc-space-2: 8px;--pwc-space-3: 12px;--pwc-space-4: 16px;--pwc-space-6: 24px;--pwc-space-8: 32px;--pwc-radius-sm: 4px;--pwc-radius-md: 8px;--pwc-page-max-width: 1440px;--pwc-page-padding: var(--pwc-space-6);--pwc-app-header-height: 56px;--pwc-breakpoint-md: 768px;--pwc-foreground-brand: #FD5108;--pwc-foreground-on-brand: #FFFFFF;--pwc-background-brand-variant: #FFAA72;--pwc-foreground-on-brand-variant: #1F0606;--pwc-background-brand-layer-1: #FFF5ED;--pwc-background-brand-layer-2: #FFE8D4;--pwc-background-base: #FFFFFF;--pwc-background-layer-1: #F5F7F8;--pwc-background-layer-2: #EEEFF1;--pwc-foreground-primary: #111113;--pwc-foreground-secondary: #626771;--pwc-border-subtle: #CBD1D6;--pwc-border-strong: #8E95A2;--pwc-background-inverse: #000000;--pwc-foreground-inverse: #FFFFFF;--pwc-background-scrim: rgba(0, 0, 0, .6);--pwc-background-info: #2563EB;--pwc-foreground-on-info: #FFFFFF;--pwc-background-success: #059669;--pwc-foreground-on-success: #FFFFFF;--pwc-background-warning: #E9B01F;--pwc-foreground-on-warning: #111113;--pwc-background-error: #D12121;--pwc-foreground-on-error: #FFFFFF;--pwc-states-foreground-hover: #FD5108;--pwc-states-foreground-brand-hover: #C52B09;--pwc-states-foreground-pressed: #000000;--pwc-states-background-brand-variant-hover: #FE7C39;--pwc-states-background-brand-variant-pressed: #FFAA72;--pwc-states-border-focus: #111113;--pwc-states-background-container-hover: rgba(17, 17, 19, .06);--pwc-states-background-container-pressed: rgba(17, 17, 19, .1);--pwc-states-foreground-disabled: #8E95A2;--pwc-states-background-disabled: #DFE3E6;--pwc-orange-50: #FFF5ED;--pwc-orange-100: #FFE8D4;--pwc-orange-200: #FFCDA8;--pwc-orange-300: #FFAA72;--pwc-orange-400: #FE7C39;--pwc-orange-500: #FD5108;--pwc-orange-600: #EE3D08;--pwc-orange-700: #C52B09;--pwc-orange-800: #9C2310;--pwc-orange-900: #691203;--pwc-orange-950: #440C06;--pwc-orange-1000: #1F0606;--pwc-grey-white: #FFFFFF;--pwc-grey-50: #F5F7F8;--pwc-grey-100: #EEEFF1;--pwc-grey-200: #DFE3E6;--pwc-grey-300: #CBD1D6;--pwc-grey-400: #B5BCC4;--pwc-grey-500: #A1A8B3;--pwc-grey-600: #8E95A2;--pwc-grey-700: #787E8A;--pwc-grey-800: #626771;--pwc-grey-900: #4C5056;--pwc-grey-950: #303236;--pwc-grey-975: #202124;--pwc-grey-1000: #111113;--pwc-grey-black: #000000;--pwc-info-50: #EFF6FF;--pwc-info-100: #DCE7FD;--pwc-info-200: #ABC8FC;--pwc-info-300: #6797FF;--pwc-info-400: #356FEC;--pwc-info-500: #2563EB;--pwc-info-600: #185CDF;--pwc-info-700: #1450D6;--pwc-info-800: #1043B2;--pwc-info-900: #1E3A8A;--pwc-info-950: #09245F;--pwc-info-1000: #05163B;--pwc-success-50: #ECFDF5;--pwc-success-100: #D3FEEB;--pwc-success-200: #8AF2CA;--pwc-success-300: #4FD3A0;--pwc-success-400: #18AE80;--pwc-success-500: #059669;--pwc-success-600: #077C59;--pwc-success-700: #086A4F;--pwc-success-800: #064E3B;--pwc-success-900: #012C1E;--pwc-success-950: #012117;--pwc-success-1000: #001B0F;--pwc-warning-50: #FCFAEA;--pwc-warning-100: #FDF1C0;--pwc-warning-200: #F6D169;--pwc-warning-300: #E9B01F;--pwc-warning-400: #D5981B;--pwc-warning-500: #B37714;--pwc-warning-600: #9F6110;--pwc-warning-700: #7C450A;--pwc-warning-800: #6A3819;--pwc-warning-900: #482103;--pwc-warning-950: #291A01;--pwc-warning-1000: #0D0800;--pwc-error-50: #FEF2F2;--pwc-error-100: #FFE0E0;--pwc-error-200: #F6A2A2;--pwc-error-300: #F66F6F;--pwc-error-400: #ED4242;--pwc-error-500: #D62222;--pwc-error-600: #D12121;--pwc-error-700: #BA2222;--pwc-error-800: #9E2222;--pwc-error-900: #7F1D1D;--pwc-error-950: #5B0E0E;--pwc-error-1000: #350909;--pwc-tangerine-50: #FFFCEA;--pwc-tangerine-100: #FFF4C5;--pwc-tangerine-200: #FFE885;--pwc-tangerine-300: #FFD646;--pwc-tangerine-400: #FFC21B;--pwc-tangerine-500: #FF9F00;--pwc-tangerine-600: #E27700;--pwc-tangerine-700: #BB5F02;--pwc-tangerine-800: #844505;--pwc-tangerine-900: #633E01;--pwc-tangerine-950: #3D2600;--pwc-tangerine-1000: #241600;--pwc-red-50: #FFF0F1;--pwc-red-100: #FFE2E5;--pwc-red-200: #FFCAD1;--pwc-red-300: #FF9FAB;--pwc-red-400: #FF697F;--pwc-red-500: #FF284D;--pwc-red-600: #ED1141;--pwc-red-700: #C80837;--pwc-red-800: #A80935;--pwc-red-900: #8F0C34;--pwc-red-950: #500117;--pwc-red-1000: #2D010D;--pwc-rose-50: #FDF2F8;--pwc-rose-100: #FDE6F3;--pwc-rose-200: #FCCEE7;--pwc-rose-300: #FBA6D3;--pwc-rose-400: #F86EB4;--pwc-rose-500: #F14B9B;--pwc-rose-600: #E02274;--pwc-rose-700: #C2145A;--pwc-rose-800: #A1134A;--pwc-rose-900: #861541;--pwc-rose-950: #520523;--pwc-rose-1000: #2B0312;font-family:var(--pwc-font-body);color:var(--pwc-foreground-primary);background-color:var(--pwc-background-layer-1)}[data-theme=dark]{--pwc-background-base: #111113;--pwc-background-layer-1: #202124;--pwc-background-layer-2: #303236;--pwc-foreground-primary: #F5F7F8;--pwc-foreground-secondary: #CBD1D6;--pwc-border-subtle: #787E8A;--pwc-border-strong: #B5BCC4;--pwc-background-inverse: #FFFFFF;--pwc-foreground-inverse: #111113;--pwc-background-brand-layer-1: #440C06;--pwc-background-brand-layer-2: #691203;--pwc-background-info: #6797FF;--pwc-foreground-on-info: #111113;--pwc-background-success: #18AE80;--pwc-foreground-on-success: #111113;--pwc-foreground-on-warning: #111113;--pwc-background-error: #ED4242;--pwc-foreground-on-error: #111113;--pwc-states-foreground-brand-hover: #FFAA72;--pwc-states-foreground-pressed: #FFFFFF;--pwc-states-border-focus: #F5F7F8;--pwc-states-background-container-hover: rgba(245, 247, 248, .08);--pwc-states-background-container-pressed: rgba(245, 247, 248, .12);--pwc-states-background-disabled: #626771}*{box-sizing:border-box}body{margin:0}main{display:block}
