*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: 'Satoshi', sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 960px) {

  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: 1600px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.\!my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx-med {
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}
.my-lg {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-med {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.my-none {
  margin-top: 0;
  margin-bottom: 0;
}
.\!mb-med {
  margin-bottom: 1.3rem !important;
}
.\!mb-none {
  margin-bottom: 0 !important;
}
.\!mt-none {
  margin-top: 0 !important;
}
.\!mt-sml {
  margin-top: .5rem !important;
}
.mb-med {
  margin-bottom: 1.3rem;
}
.mb-none {
  margin-bottom: 0;
}
.mb-sml {
  margin-bottom: .5rem;
}
.mb-std {
  margin-bottom: .85rem;
}
.mt-lg {
  margin-top: 3rem;
}
.mt-med {
  margin-top: 1.3rem;
}
.mt-none {
  margin-top: 0;
}
.mt-sml {
  margin-top: .5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.gap-med {
  gap: 1.3rem;
}
.gap-sml {
  gap: .5rem;
}
.space-y-sml > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.text-balance {
  text-wrap: balance;
}
.rounded-sm {
  border-radius: .4rem;
}
.border-hairline {
  border-width: 1px;
}
.border-grey_tint {
  border-color: var(--grey-tint);
}
.bg-white {
  background-color: var(--white);
}
.p-med {
  padding: 1.3rem;
}
.p-sml {
  padding: .5rem;
}
.px-global {
  padding-left: 5.5vw;
  padding-right: 5.5vw;
}
.pb-global {
  padding-bottom: 5.5vw;
}
.pb-med {
  padding-bottom: 1.3rem;
}
.pt-sml {
  padding-top: .5rem;
}
.text-center {
  text-align: center;
}
.font-light {
  font-weight: 300;
}
.capitalize {
  text-transform: capitalize;
}
.text-black {
  color: var(--black);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.font-light {font-variation-settings: 'wght' 420;}
body {
  background-color: var(--paper);
  color: var(--black);
}
:root {
  --ph-border-soft: rgba(0, 0, 0, 0.08);
  --ph-border-mid: rgba(0, 0, 0, 0.1);
  --ph-border-strong: rgba(0, 0, 0, 0.16);
  --ph-bg-soft: rgba(0, 0, 0, 0.03);
  --ph-success: rgba(20, 120, 80, 1);
  --ph-success-soft: rgba(22, 163, 74, 0.16);
}
[x-cloak] {
  display: none !important;
}
.a-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.a-modal-dialog {
  width: min(100%, 52rem);
  background: var(--white);
  border: 1px solid var(--grey-tint);
  border-radius: .5rem;
  padding: 1.1rem 1rem;
  margin-top: 5vh;
  position: relative;
}
.a-modal-close {
  position: absolute;
  top: .55rem;
  right: .65rem;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
p, li, .introjs-tooltiptext {
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  line-height: 1.65em;
  color: var(--black);
}
@media (min-width: 960px) {

  p, li, .introjs-tooltiptext {
    font-size: 17px;
  }
}
p {
  margin-bottom: .5rem;
}
p a {
  color: var(--links_link);
}
p a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.html_content a {
  color: var(--links_link);
}
.html_content a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.html_content li {
  margin-bottom: .5rem;
  margin-left: 1.3rem;
  list-style-type: disc;
}
h1 {
  margin-bottom: 1.3rem;
  text-wrap: balance;
  font-size: 1.28em;
  font-weight: 700;font-variation-settings: 'wght' 600;
}
@media (min-width: 960px) {

  h1 {
    font-size: 2.75em;
  }
}
h2 {
  margin-bottom: 1.3rem;
  text-wrap: balance;
  font-size: 1.02em;
  font-weight: 500;font-variation-settings: 'wght' 540;
}
@media (min-width: 960px) {

  h2 {
    font-size: 1.8em;
  }
}
h3 {
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 500;font-variation-settings: 'wght' 540;
}
@media (min-width: 960px) {

  h3 {
    font-size: 17px;
  }
}
.TopTitle {
  margin-bottom: 0;
  font-size: .74em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .6px;font-variation-settings: 'wght' 540;
}
@media (min-width: 960px) {

  .TopTitle {
    font-size: .78em;
  }
}
.small, .inline-glossary-definition {
  font-size: .74em;
}
@media (min-width: 960px) {

  .small, .inline-glossary-definition {
    font-size: .78em;
  }
}
.inline-glossary-definition {
  line-height: 1.4em;
}
strong, span.inline-glossary-term {
  font-weight: 700;font-variation-settings: 'wght' 600;
}
.p-button, .action {
	padding: .6rem 1.2rem .56rem 1.3rem;
	margin-top: 1.3rem;
	display: inline-block;
	cursor: pointer;
	border-radius: .4rem;
	border-width: 1px;
	border-color: var(--black);
	background-color: var(--black);
	color: var(--white)}
.p-button:hover, .action:hover {
  background-color: transparent;
  color: var(--black);
}
.project-hub-aside a.active {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.project-hub-aside a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media (min-width: 960px) {
  .project-hub-aside {
    position: -webkit-sticky;
    position: sticky;
    top: .8rem;
    align-self: start;
    max-height: calc(100vh - 1.6rem);
    overflow: auto;
  }
}
.Page_Filters li {
  margin-right: .5rem;
  display: inline-block;
}
.Page_Filters li button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.Page_Filters li.is-active button,
.Page_Filters li button:hover,
.Page_Filters li button:active {
  border-bottom: 1px solid var(--black);
}
.lozenge {
  padding: .21rem .8rem .14rem .88rem;
  margin-top: 2px;
  display: inline-block;
  border-radius: 10rem;
  font-size: .74em !important;
  text-transform: uppercase}
@media (min-width: 960px) {

  .lozenge {
    margin-top: 0;
  }
}
/* Theme shortcuts */
.ph-panel {
  border-radius: .4rem;
  border-width: 1px;
  border-color: var(--grey-tint);
  background-color: var(--white);
  padding: 1.3rem;
}
.ph-status-col {
  grid-column: span 12 / span 12;
  display: grid;
  height: 100%;
  align-content: space-between;
  border-radius: .4rem;
  padding: 1.3rem;
}
@media (min-width: 960px) {

  .ph-status-col {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1200px) {

  .ph-status-col {
    grid-column: span 3 / span 3;
  }
}
.theme-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .5rem;
}
@media (min-width: 960px) {

  .theme-grid {
    gap: 1.3rem;
  }
}
.theme-accordion-label {
  cursor: pointer;
  border-radius: .4rem;
  border-width: 1px;
  border-color: var(--grey-tint);
  padding: .5rem;
  font-size: 17px;
}
.theme-accordion-label:hover {
  background-color: var(--paper);
}
@media (min-width: 960px) {

  .theme-accordion-label {
    padding: 1.3rem;
  }
}
.theme-accordion-content {
  margin-top: -.5rem;
  border-width: 1px;
  border-color: var(--grey-tint);
  padding: 1.3rem;
}
.card-item {
  grid-column: span 12 / span 12;
  height: 100%;
  border-radius: .4rem;
  background-color: var(--grey-light);
  padding: 1.3rem;
  font-weight: 500;font-variation-settings: 'wght' 540;
}
.card-item:hover {
  background-color: var(--black);
  color: var(--white);
}
@media (min-width: 1200px) {

  .card-item {
    grid-column: span 2 / span 2;
  }
}
/* Project Form */
input[type="text"], input[type="email"], input[type="password"], textarea {
  width: 100%;
  border-radius: .4rem;
  border-width: 1px;
  border-color: var(--grey-tint);
  background-color: var(--white);
  padding: 1.3rem;
}
form label {
  margin-bottom: .5rem;
  margin-top: 1.3rem;
  display: block;
  font-size: 17px;
}
.ph-checkbox {
  display: inline-flex;
  align-items: center;
  gap: .52rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ph-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.08rem;
  height: 1.08rem;
  margin: 0;
  border: 1.5px solid var(--grey-tint);
  border-radius: .26rem;
  background: var(--white);
  display: grid;
  place-content: center;
  transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}
.ph-checkbox input[type="checkbox"]::before {
  content: "";
  width: .58rem;
  height: .58rem;
  transform: scale(0);
  transform-origin: center;
  transition: transform .16s ease;
  -webkit-clip-path: polygon(14% 53%, 0 67%, 41% 100%, 100% 22%, 86% 10%, 40% 73%);
  clip-path: polygon(14% 53%, 0 67%, 41% 100%, 100% 22%, 86% 10%, 40% 73%);
  background: var(--black);
}
.ph-checkbox input[type="checkbox"]:checked {
  background: var(--white);
  border-color: var(--grey-tint);
}
.ph-checkbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.ph-checkbox input[type="checkbox"]:hover {
  border-color: var(--black);
}
.ph-checkbox input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.2);
}
.card-content ul,
.kb-richtext ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: .65rem 0 .95rem;
  padding-left: 1.25rem;
}
.card-content ol,
.kb-richtext ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: .65rem 0 .95rem;
  padding-left: 1.45rem;
}
.card-content li,
.kb-richtext li {
  display: list-item;
  margin: .2rem 0;
}
/* Cookie banner */
.pm__title, .cm__title {
  font-size: 1.28em !important;
}
@media (min-width: 1200px) {

  .pm__title, .cm__title {
    font-size: 2.75em !important;
  }
}
/* Tour */
.introjs-button, .introjs-button:hover, .introjs-button:focus, .introjs-button:active, .introjs-disabled {
  text-shadow: none;
  cursor: pointer;
  border-width: 1px;
  border-color: var(--grey-tint);
  background-color: var(--constwhite);
  font-family: 'Satoshi', sans-serif;
  font-weight: 500;
  color: var(--constblack);font-variation-settings: 'wght' 540}
.introjs-button:hover, .introjs-button:hover:hover, .introjs-button:focus:hover, .introjs-button:active:hover, .introjs-disabled:hover {
  background-color: var(--constwhite);
  color: var(--constblack);
}
/* .introjs-button:hover, .introjs-button:focus, .introjs-button:active {
  filter: invert(1);
} */
.introjs-skipbutton {
  color: var(--constblack);
}
.introjs-skipbutton:hover {
  color: var(--constblack);
  opacity: 0.7;
}
.introjs-disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
.introjs-tooltiptext {
  color: var(--constblack);
}
.introjs-tooltip {
  background-color: var(--constwhite);
}
.introjs-arrow.top {
  border-bottom-color: var(--constwhite);
}
.introjs-helperLayer {
  box-shadow: rgba(8, 8, 8, 0.71) 0px 0px 1px 3px!important;
}
/* Comment UX upgrades */
.comment-list {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.comment-card {
  border: 1px solid var(--grey-tint);
  transition: box-shadow .2s ease, border-color .2s ease, opacity .2s ease;
}
.comment-card--reply {
  margin-left: 1rem;
  border-left: 3px solid rgba(0, 0, 0, 0.14);
}
.comment-card--pending {
  opacity: .75;
}
.comment-card--resolved {
  opacity: .86;
  border-color: rgba(20, 153, 95, 0.35);
}
.comment-card--flash {
  animation: commentFlash .6s ease-out;
}
@keyframes commentFlash {
  from { box-shadow: 0 0 0 2px rgba(20, 153, 95, .4); }
  to { box-shadow: 0 0 0 0 rgba(20, 153, 95, 0); }
}
.comment-meta {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .4rem;
}
.comment-link-copy {
  margin-left: auto;
  border: 0;
  background: transparent;
  font-size: .72rem;
  line-height: 1;
  padding: .2rem .35rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
  cursor: pointer;
}
.comment-link-copy:hover {
  color: rgba(0, 0, 0, 0.86);
}
.comment-link-copy.is-copied {
  color: var(--ph-success);
}
.comment-avatar {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  background: var(--grey-tint);
}
.comment-time {
  font-size: .76rem;
  opacity: .65;
  margin-left: .2rem;
}
.comment-tag {
  display: inline-flex;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: .1rem .45rem;
  margin-left: .35rem;
  background: rgba(0, 0, 0, 0.08);
}
.comment-tag--Question { background: rgba(234, 179, 8, 0.2); }
.comment-tag--Approved { background: rgba(22, 163, 74, 0.2); }
.comment-tag--Blocked { background: rgba(220, 38, 38, 0.2); }
.comment-action-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin-right: .75rem;
  font-size: .82rem;
  text-decoration: underline;
}
.comment-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
}
.inline-form {
  display: inline-flex;
}
.comment-replies {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}
.comment-mention {
  font-weight: 700;
  opacity: .8;
}
.comment-composer {
  border-radius: .4rem;
  border-width: 1px;
  border-color: var(--grey-tint);
  background-color: var(--white);
  padding: .5rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: .75rem;
}
.comment-composer-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
}
.comment-attachment {
  margin-bottom: 0;
}
.comment-attachment a {
  display: inline-block;
  border: 1px solid var(--grey-tint);
  border-radius: .45rem;
  overflow: hidden;
  max-width: min(32rem, 100%);
}
.comment-attachment img {
  display: block;
  width: 100%;
  height: auto;
}
.comment-image-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
  min-height: 2rem;
}
.comment-video-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
  min-height: 2rem;
}
.comment-file-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
  min-height: 2rem;
}
.comment-attachments-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: .3rem .55rem;
  margin-top: .25rem;
}
.comment-image-picker {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--grey-tint);
  border-radius: 999px;
  padding: .25rem .7rem;
  cursor: pointer;
  margin: 0;
  font-size: .75rem;
  line-height: 1.1;
  background: var(--ph-bg-soft);
  position: relative;
}
.comment-image-picker--image::before,
.comment-image-picker--video::before,
.comment-image-picker--file::before {
  margin-right: .32rem;
  line-height: 1;
}
.comment-image-picker--image::before {
  content: "🖼";
}
.comment-image-picker--video::before {
  content: "🎬";
}
.comment-image-picker--file::before {
  content: "📎";
}
.comment-image-picker[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + .4rem);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  border-radius: .35rem;
  padding: .28rem .48rem;
  font-size: .68rem;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .12s ease, visibility .12s ease;
  z-index: 12;
}
.comment-image-picker[data-tooltip]:hover::after,
.comment-image-picker[data-tooltip]:focus-within::after {
  opacity: 1;
  visibility: visible;
}
.comment-image-picker input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.comment-image-clear {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  text-decoration: underline;
  font-size: .78rem;
  cursor: pointer;
  padding: 0;
}
.comment-image-meta {
  display: inline-flex;
  align-items: center;
  opacity: .72;
  line-height: 1.2;
}
.comment-image-error {
  color: #b42318;
  margin-bottom: 0;
  flex-basis: 100%;
}
.comment-video {
  display: block;
  width: min(34rem, 100%);
  max-width: 100%;
  border-radius: .4rem;
}
.comment-file {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
}
.comment-file-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .7rem;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #1d4ed8;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}
.comment-file-link:hover,
.comment-file-link:focus {
  border-color: rgba(29, 78, 216, 0.28);
  background: rgba(255, 255, 255, 0.92);
  color: #1e3a8a;
  text-decoration: none;
}
.comment-file-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.12);
  font-size: .78rem;
  line-height: 1;
}
.comment-file-link-name {
  text-decoration: underline;
  text-underline-offset: .12em;
}
.comment-file-download-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: .32rem .55rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: rgba(15, 23, 42, 0.82);
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-upload-progress {
  margin-top: .2rem;
}
.comment-upload-progress-bar {
  width: min(22rem, 100%);
  height: .32rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.comment-upload-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: var(--brand-primary);
  transition: width .15s linear;
}
.comment-upload-progress-text {
  margin-top: .22rem;
}
.comment-image-modal {
  z-index: 90;
}
.comment-image-modal-dialog {
  width: min(96vw, 72rem);
  max-width: min(96vw, 72rem);
  margin: 4vh auto;
  padding: 1rem;
}
.comment-image-modal-media {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 84vh;
  margin: 0 auto;
  border-radius: .4rem;
}
.comment-type-select {
  border-radius: .4rem;
  border-width: 1px;
  border-color: var(--grey-tint);
  background-color: var(--white);
  min-width: 8.2rem;
  padding: 5px;
}
.comment-counter {
  opacity: 0.7;
}
.mention-suggestions {
  margin-top: .25rem;
  font-size: .72rem;
  line-height: 1.25;
}
.mention-suggestion {
  display: inline;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: .72rem;
  line-height: 1.25;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
.mention-suggestion:hover,
.mention-suggestion.is-active {
  color: rgba(0, 0, 0, 0.95);
}
.mention-suggestion-sep {
  font-size: .72rem;
  line-height: 1.25;
  opacity: .55;
}
.comment-status-badge {
  display: inline-flex;
  border-radius: 10rem;
  padding: .15rem .6rem;
  background: var(--ph-success-soft);
}
.comment-resolved-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .7rem;
}
.comment-resolved-note,
.comment-inline-success {
  color: var(--ph-success);
}
.comment-inline-success {
  margin-top: .45rem;
  margin-bottom: 0;
}
.comment-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.reaction-btn,
.reaction-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid var(--grey-tint);
  border-radius: 999px;
  background: var(--ph-bg-soft);
  padding: .15rem .6rem;
  font-size: .78rem;
  line-height: 1.1;
}
.reaction-btn {
  cursor: pointer;
}
.reaction-btn--active {
  border-color: rgba(22, 163, 74, 0.65);
  background: rgba(22, 163, 74, 0.13);
}
.reaction-count {
  opacity: .75;
  min-width: .7rem;
  text-align: right;
}
.reaction-hover-tooltip {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  max-width: 20rem;
  padding: .36rem .55rem;
  border-radius: .35rem;
  font-size: .74rem;
  line-height: 1.25;
  color: var(--white);
  background: rgba(0, 0, 0, 0.86);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.activity-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .5rem;
}
.activity-group-label {
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .65;
  margin: 2rem 0 .6rem;
}
.activity-feed-item {
  border: 1px solid var(--ph-border-soft);
  border-radius: .45rem;
}
.activity-feed-link {
  display: grid;
  gap: .2rem;
  padding: 1rem;
  text-decoration: none;
}
.activity-feed-title {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .7;
  display: inline-flex;
  align-items: center;
  gap: .38rem;
}
.activity-chip-row {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-left: .45rem;
}
.activity-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .08rem .42rem;
  font-size: .64rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.activity-chip--priority {
  background: rgba(220, 38, 38, 0.14);
  color: rgba(185, 28, 28, 1);
}
.activity-chip--priority-low {
  background: rgba(22, 163, 74, 0.14);
  color: rgba(21, 128, 61, 1);
}
.activity-chip--priority-medium {
  background: rgba(249, 115, 22, 0.16);
  color: rgba(154, 52, 18, 1);
}
.activity-chip--priority-high {
  background: rgba(220, 38, 38, 0.14);
  color: rgba(185, 28, 28, 1);
}
.activity-chip--priority-critical {
  background: rgba(127, 29, 29, 0.18);
  color: rgba(127, 29, 29, 1);
}
.activity-chip--priority-neutral {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.72);
}
.activity-chip--status {
  background: rgba(202, 138, 4, 0.16);
  color: rgba(133, 77, 14, 1);
}
.activity-feed-avatar {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  background: var(--ph-border-soft);
}
.activity-feed-summary {
  font-weight: 600;
}
.activity-feed-when {
  font-size: .76rem;
  opacity: .62;
}
.activity-feed-context {
  font-size: .78rem;
  opacity: .72;
}
.now-next-waiting {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.nnw-item {
  border: 1px solid var(--ph-border-mid);
  border-radius: 999px;
  padding: .2rem .65rem;
  font-size: .82rem;
  background: rgba(0, 0, 0, 0.02);
}
.notes-summary-wrap {
  overflow-x: auto;
}
.notes-summary-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
  font-size: .84rem;
}
.notes-summary-table th,
.notes-summary-table td {
  text-align: left;
  vertical-align: top;
  padding: .48rem .5rem;
  border-bottom: 1px solid var(--ph-border-soft);
}
.notes-summary-table th {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  opacity: .72;
}
.notes-summary-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.02);
}
.hub-info-card {
  border: 1px solid var(--ph-border-mid);
  background: var(--white);
  border-radius: .6rem;
  padding: .8rem .95rem;
}
.hub-info-card-label {
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .7;
  margin: 0 0 .25rem;
}
.hub-info-card-message {
  margin: 0 0 .45rem;
  font-weight: 560;
}
.notes-micro-feed {
  border-left: 3px solid rgba(20, 120, 80, 0.6);
  padding-left: .6rem;
  opacity: .88;
}
.note-title-line {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.note-comment-count {
  font-size: .82rem;
  font-weight: 500;
  opacity: .68;
}
.note-unread-dot {
  width: .48rem;
  height: .48rem;
  border-radius: 999px;
  display: inline-block;
  background: rgba(220, 38, 38, 0.9);
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.18);
}
.note-item--unread .note-title-line {
  font-weight: 600;
}
.resolve-undo-toast {
  position: fixed;
  right: .9rem;
  bottom: .9rem;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid var(--ph-border-strong);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  padding: .42rem .7rem .42rem .8rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.resolve-undo-text {
  font-size: .78rem;
  line-height: 1.25;
}
.resolve-undo-button {
  border: 0;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  padding: .18rem .58rem;
  font-size: .74rem;
  line-height: 1.2;
  cursor: pointer;
}
@media (max-width: 640px) {
  .comment-composer {
    padding: .6rem;
    bottom: .4rem;
  }
  .comment-composer-foot {
    gap: .4rem;
  }
  .activity-feed-link {
    padding: .5rem .55rem;
  }
  .nnw-item {
    font-size: .78rem;
    padding: .18rem .5rem;
  }
  .resolve-undo-toast {
    left: .55rem;
    right: .55rem;
    bottom: .55rem;
    justify-content: space-between;
  }
}
@media (min-width: 900px) {
  .activity-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.is-hidden {
  display: none;
}
@media (min-width: 640px) {

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 960px) {

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:mb-med {
    margin-bottom: 1.3rem;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-med {
    gap: 1.3rem;
  }

  .md\:p-med {
    padding: 1.3rem;
  }
}
@media (min-width: 1200px) {

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:mt-lg {
    margin-top: 3rem;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-lg {
    gap: 3rem;
  }

  .lg\:p-med {
    padding: 1.3rem;
  }

  .lg\:pr-lg {
    padding-right: 3rem;
  }
}

/*# sourceMappingURL=main.css.map */