/*
! tailwindcss v3.1.8 | 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: #dbdbdb; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; /* 4 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: "Open Sans Mono", Menlo, "DejaVu Sans Mono", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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::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;
}

*, ::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-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(89 167 232 / 1.0);
  --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:  ;
}

::-webkit-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-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(89 167 232 / 1.0);
  --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:  ;
}

::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-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(89 167 232 / 1.0);
  --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:  ;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 9px;
  padding-left: 9px;
}@media (min-width: 768px) {

  .container {
    max-width: 768px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}.AdderToolbar{all:initial}.AdderToolbar .dim-items-on-hover:hover .dim-item:not(:hover) {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}.AdderToolbar .dim-items-on-hover:hover .dim-item:not(:hover) .dim-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(156 156 156 / var(--tw-bg-opacity));
}.AdderToolbar .dim-items-on-hover:hover .dim-item:hover {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}.AdderToolbar .dim-items-on-hover:hover .dim-item:hover .dim-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}.BucketButton {
  position: absolute;
  height: 16px;
  width: 26px;
  border-radius: 4px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.BucketButton::before, .BucketButton::after {
  position: absolute;
  border-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}.LeftBucketButton {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}.LeftBucketButton::before, .LeftBucketButton::after {
  right: 100%;
  top: 50%;
}.LeftBucketButton::before {
  margin-top: -8px;
  border-width: 8px;
  border-right-width: 5px;
  --tw-border-opacity: 1;
  border-right-color: rgb(219 219 219 / var(--tw-border-opacity));
}.LeftBucketButton::after {
  margin-top: -7px;
  border-width: 7px;
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}.UpBucketButton {
  z-index: 1;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}.UpBucketButton::before, .UpBucketButton::after {
  top: auto;
  left: 50%;
  bottom: 100%;
}.UpBucketButton::before {
  margin-left: -13px;
  border-width: 13px;
  border-bottom-width: 6px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 219 219 / var(--tw-border-opacity));
}.UpBucketButton::after {
  margin-left: -12px;
  border-width: 12px;
  border-bottom-width: 5px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}.DownBucketButton {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}.DownBucketButton::before, .DownBucketButton::after {
  top: 100%;
  left: 50%;
}.DownBucketButton::before {
  margin-left: -13px;
  border-width: 13px;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-top-color: rgb(219 219 219 / var(--tw-border-opacity));
}.DownBucketButton::after {
  margin-left: -12px;
  border-width: 12px;
  border-top-width: 5px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}.sidebar-container{direction:ltr;position: fixed;top: 0px;left: 100%;z-index: 2147483647;height: 100%;-webkit-user-select: none;user-select: none}@media (min-width: 240px) {

  .sidebar-container {
    margin-left: -90%;
    width: 90%;
  }
}@media (min-width: 480px) {

  .sidebar-container {
    margin-left: -70%;
    width: 70%;
  }
}@media (min-width: 600px) {

  .sidebar-container {
    margin-left: -428px;
    width: 428px;
    transition-property: margin-left;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.55,0,0.2,0.8);
  }
}.sidebar-container.is-hidden {
  visibility: hidden;
  transition-property: visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.sidebar-container.theme-clean {
  --tw-shadow: 0px 1px 4px rgb(0, 0, 0, 0.5);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.sidebar-container.sidebar-collapsed {
  margin-left: 0px;
}.sidebar-frame {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
  border-width: 0px;
}.sidebar-collapsed .sidebar-frame {
  visibility: hidden;
  transition-property: visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.sidebar-no-transition{transition:none !important}.Hyp-LabeledCheckbox{cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.Hyp-LabeledCheckbox>:not(:first-child){margin-left:.25rem}.Hyp-LabeledCheckbox>:first-child{margin-left:0}.Hyp-LabeledCheckbox>:last-child{margin-right:0}.Hyp-Checkbox{cursor:pointer;position:absolute;width:1em;height:1em;opacity:.00001}.Hyp-Checkbox+span:not(#increase-specificity){margin-left:0}.Hyp-Checkbox+span>svg{width:1em;height:1em}.Hyp-Checkbox+span>svg *{transition:all .1s linear}.Hyp-Checkbox:focus+span>svg{outline:none;box-shadow:0 0 0 2px #59a7e8}.Hyp-Checkbox:focus:not(:focus-visible)+span>svg{outline:none;box-shadow:none}.Hyp-Checkbox:not(:checked)+span .hyp-svg-checkbox--background{stroke:#737373}.Hyp-Checkbox:checked+span .hyp-svg-checkbox--background{fill:#fff;stroke:#3f3f3f}.Hyp-Checkbox:checked+span .hyp-svg-checkbox--checkmark{stroke:#3f3f3f}.Hyp-Frame{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff}.Hyp-Frame>:not(:first-child){margin-top:1rem}.Hyp-Frame>:first-child{margin-top:0}.Hyp-Frame>:last-child{margin-bottom:0}.theme-clean .Hyp-Frame{border:none}.Hyp-Card{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Card>:not(:first-child){margin-top:1rem}.Hyp-Card>:first-child{margin-top:0}.Hyp-Card>:last-child{margin-bottom:0}.theme-clean .Hyp-Card{border:none}.Hyp-Card:hover,.Hyp-Card.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Card{box-shadow:none}.Hyp-Actions,.Hyp-Actions--row{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Actions>:not(:first-child),.Hyp-Actions--row>:not(:first-child){margin-left:.75rem}.Hyp-Actions>:first-child,.Hyp-Actions--row>:first-child{margin-left:0}.Hyp-Actions>:last-child,.Hyp-Actions--row>:last-child{margin-right:0}.Hyp-Actions--column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.Hyp-Actions--column>:not(:first-child){margin-top:.5rem}.Hyp-Actions--column>:first-child{margin-top:0}.Hyp-Actions--column>:last-child{margin-bottom:0}.Hyp-Scrollbox{overflow:auto;border:1px solid #dbdbdb;position:relative;height:100%;width:100%;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) 0 0,linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 0,linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.Hyp-Scrollbox--with-header{overflow:auto;border:1px solid #dbdbdb;position:relative;height:100%;width:100%;background:linear-gradient(white 30%, rgba(255, 255, 255, 0)) 0 44px,linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 44px,linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.Hyp-Dialog{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Dialog:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Dialog:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Dialog:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Dialog>:not(:first-child){margin-top:1rem}.Hyp-Dialog>:first-child{margin-top:0}.Hyp-Dialog>:last-child{margin-bottom:0}.theme-clean .Hyp-Dialog{border:none}.Hyp-Dialog:hover,.Hyp-Dialog.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Dialog{box-shadow:none;border:1px solid #dbdbdb}.Hyp-Dialog>.Hyp-Dialog__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1rem}.Hyp-Dialog>.Hyp-Dialog__header>:not(:first-child){margin-left:.5rem}.Hyp-Dialog>.Hyp-Dialog__header>:first-child{margin-left:0}.Hyp-Dialog>.Hyp-Dialog__header>:last-child{margin-right:0}.Hyp-Dialog__title{font-size:1.1em;color:#bd1c2b;font-weight:600;line-height:1;flex-grow:1}.Hyp-Dialog--closeable .Hyp-Dialog__header{padding-bottom:.25rem;margin-top:-0.5rem}.Hyp-Dialog--closeable>.Hyp-Dialog__header .Hyp-Dialog__close{font-size:1.375em;margin-right:-0.75rem}.Hyp-Dialog__content>:not(:first-child){margin-top:1rem}.Hyp-Dialog__content>:first-child{margin-top:0}.Hyp-Dialog__content>:last-child{margin-bottom:0}.Hyp-Dialog__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Dialog__actions>:not(:first-child){margin-left:.75rem}.Hyp-Dialog__actions>:first-child{margin-left:0}.Hyp-Dialog__actions>:last-child{margin-right:0}.Hyp-Link{display:inline-block;color:#bd1c2b;text-decoration:none;border-radius:2px}.Hyp-Link:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Link:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Link:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Link:active,.Hyp-Link:focus{text-decoration:none}.Hyp-Link:hover{text-decoration:none;color:#84141e}.Hyp-Modal__overlay{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5)}.Hyp-Modal{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);width:90vw;max-width:90vw;max-height:90vh}@media screen and (min-width: 48rem){.Hyp-Modal{width:auto;min-width:28rem;max-width:44rem;max-width:min(44rem,90vw)}}@media screen and (min-height: 32rem){.Hyp-Modal{top:10vh;max-height:80vh;transform:translate(-50%, 0)}}.Hyp-Modal>*{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;max-height:90vh}@media screen and (min-height: 32rem){.Hyp-Modal>*{max-height:80vh}}.Hyp-Panel{padding:1rem;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.1);width:100%}.Hyp-Panel:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Panel:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Panel:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Panel>:not(:first-child){margin-top:1rem}.Hyp-Panel>:first-child{margin-top:0}.Hyp-Panel>:last-child{margin-bottom:0}.theme-clean .Hyp-Panel{border:none}.Hyp-Panel:hover,.Hyp-Panel.is-focused{box-shadow:0px 2px 3px 0px rgba(0,0,0,.15)}.theme-clean .Hyp-Panel{box-shadow:none;border:1px solid #dbdbdb}.Hyp-Panel>.Hyp-Panel__header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #dbdbdb;padding-bottom:1rem}.Hyp-Panel>.Hyp-Panel__header>:not(:first-child){margin-left:.5rem}.Hyp-Panel>.Hyp-Panel__header>:first-child{margin-left:0}.Hyp-Panel>.Hyp-Panel__header>:last-child{margin-right:0}.Hyp-Panel__title{font-size:1.1em;color:#bd1c2b;font-weight:600;line-height:1;flex-grow:1}.Hyp-Panel--closeable .Hyp-Panel__header{padding-bottom:.25rem;margin-top:-0.5rem}.Hyp-Panel--closeable>.Hyp-Panel__header .Hyp-Panel__close{font-size:1.375em;margin-right:-0.75rem}.Hyp-Panel__content>:not(:first-child){margin-top:1rem}.Hyp-Panel__content>:first-child{margin-top:0}.Hyp-Panel__content>:last-child{margin-bottom:0}.Hyp-Panel__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.Hyp-Panel__actions>:not(:first-child){margin-left:.75rem}.Hyp-Panel__actions>:first-child{margin-left:0}.Hyp-Panel__actions>:last-child{margin-right:0}.Hyp-Spinner--small{color:#737373;font-size:1em}.Hyp-Spinner,.Hyp-Spinner--medium{color:#737373;font-size:2em}.Hyp-Spinner--large{color:#737373;font-size:4em}.Hyp-FullScreenSpinner{z-index:10;position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(255,255,255,.5)}.Hyp-FullScreenSpinner__spinner{z-index:20;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%)}.Hyp-Icon{display:block;width:1em;height:1em}.Hyp-SvgIcon{display:flex}.Hyp-SvgIcon--inline{display:inline}.Hyp-Table-Scrollbox{min-height:132px}.Hyp-Table-Scrollbox__loading{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:22px}.Hyp-Table-Scrollbox__message{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:row;justify-content:center;align-items:stretch;padding:.5rem;width:100%;top:88px}.Hyp-Table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;color:#202020}.Hyp-Table:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-Table:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-Table:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-Table th,.Hyp-Table td{padding:.5rem;line-height:1}.Hyp-Table td{border-top:1px solid #dbdbdb}.Hyp-Table__header{position:-webkit-sticky;position:sticky;top:0;height:44px;padding:.5rem;font-weight:bold;background-color:#fff;width:100%;border-bottom:1px solid #9c9c9c;background-color:#ececec;z-index:1;text-align:left}.Hyp-Table__header__heading{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%}.Hyp-Table tbody{cursor:pointer}.Hyp-Table tr{height:44px;padding:.5rem}.Hyp-Table tr:first-child td{border-top:none}.Hyp-Table tr.is-selected td{background-color:#595969;color:#fff}.Hyp-Table tr:hover:not(.is-selected){background-color:rgba(186,186,196,.2666666667)}.Hyp-Table tr:nth-child(odd):not(.is-selected){background-color:rgba(0,0,0,.025)}.Hyp-TextInput{border:1px solid #dbdbdb;padding:.5rem;background-color:#fafafa;color:#202020;border-radius:2px}.Hyp-TextInput:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.Hyp-TextInput.has-error,.Hyp-TextInput.is-error{outline:none;box-shadow:0 0 0 2px #d93c3f inset}.Hyp-TextInput::placeholder{color:#737373}.Hyp-TextInput:focus{background-color:#fff}.Hyp-TextInput:focus::placeholder{color:#a6a6a6}.Hyp-TextInputWithButton{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%}.Hyp-TextInputWithButton input{border:1px solid #dbdbdb;padding:.5rem;background-color:#fafafa;color:#202020;border-radius:2px;flex-grow:1;border-top-right-radius:0;border-bottom-right-radius:0}.Hyp-TextInputWithButton input:focus{outline:none;box-shadow:0 0 0 2px #59a7e8 inset}.Hyp-TextInputWithButton input.has-error,.Hyp-TextInputWithButton input.is-error{outline:none;box-shadow:0 0 0 2px #d93c3f inset}.Hyp-TextInputWithButton input::placeholder{color:#737373}.Hyp-TextInputWithButton input:focus{background-color:#fff}.Hyp-TextInputWithButton input:focus::placeholder{color:#a6a6a6}.Hyp-TextInputWithButton button{border:1px solid #dbdbdb;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.Hyp-Thumbnail{padding:.75rem;background-color:#f2f2f2;width:100%;height:100%}.Hyp-Thumbnail__content{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:2em;color:#9c9c9c;background-color:#fff;width:100%;height:100%}.Hyp-Thumbnail__content>img{width:100%;height:100%;object-fit:contain}.Hyp-LabeledButton{padding:0;margin:0;background-color:rgba(0,0,0,0);border-style:none;color:#595959;background-color:#f2f2f2;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;font-weight:700;white-space:nowrap;display:flex;align-items:center}.Hyp-LabeledButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-LabeledButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-LabeledButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-LabeledButton:disabled{color:#595959}.Hyp-LabeledButton[aria-expanded=true],.Hyp-LabeledButton[aria-pressed=true]{color:#202020}.Hyp-LabeledButton[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LabeledButton:hover:not([disabled]){color:#202020;background-color:#ececec}.Hyp-LabeledButton--small{padding:.25em}.Hyp-LabeledButton--large{padding:.75em}.Hyp-LabeledButton--icon-left svg{margin-right:.5em}.Hyp-LabeledButton--icon-right svg{margin-left:.5em}.Hyp-LabeledButton svg{width:1.25em;height:1.25em}.Hyp-LabeledButton--light{color:#595959;background-color:#f2f2f2;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--light:disabled{color:#595959}.Hyp-LabeledButton--light[aria-expanded=true],.Hyp-LabeledButton--light[aria-pressed=true]{color:#202020}.Hyp-LabeledButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--light[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--light[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LabeledButton--light:hover:not([disabled]){color:#202020;background-color:#ececec}.Hyp-LabeledButton--primary{color:#f2f2f2;background-color:#595959;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--primary:disabled{color:#a6a6a6}.Hyp-LabeledButton--primary[aria-expanded=true],.Hyp-LabeledButton--primary[aria-pressed=true]{color:#f2f2f2}.Hyp-LabeledButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--primary[aria-pressed=true]:hover:not([disabled]){color:#f2f2f2}.Hyp-LabeledButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--primary[aria-pressed=true]:focus:not([disabled]){color:#f2f2f2}.Hyp-LabeledButton--primary:hover:not([disabled]){color:#f2f2f2;background-color:#3f3f3f}.Hyp-LabeledButton--dark{color:#595959;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LabeledButton--dark:disabled{color:#595959}.Hyp-LabeledButton--dark[aria-expanded=true],.Hyp-LabeledButton--dark[aria-pressed=true]{color:#595959;background-color:#dbdbdb}.Hyp-LabeledButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-LabeledButton--dark[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-LabeledButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-LabeledButton--dark[aria-pressed=true]:focus:not([disabled]){color:#595959}.Hyp-LabeledButton--dark:hover:not([disabled]){color:#202020;background-color:#dbdbdb}.Hyp-IconButton{padding:0;margin:0;border-style:none;color:#595959;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;font-weight:700;white-space:nowrap;display:flex;align-items:center}.Hyp-IconButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-IconButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-IconButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-IconButton:disabled{color:#595959}.Hyp-IconButton[aria-expanded=true],.Hyp-IconButton[aria-pressed=true]{color:#bd1c2b}.Hyp-IconButton[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-IconButton[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-IconButton:hover:not([disabled]){color:#202020;background-color:rgba(0,0,0,0)}.Hyp-IconButton--small{padding:.25em}.Hyp-IconButton--large{padding:.75em}.Hyp-IconButton svg{width:1em;height:1em}.Hyp-IconButton--light{color:#9c9c9c;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--light:disabled{color:#9c9c9c}.Hyp-IconButton--light[aria-expanded=true],.Hyp-IconButton--light[aria-pressed=true]{color:#9c9c9c}.Hyp-IconButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--light[aria-pressed=true]:hover:not([disabled]){color:#3f3f3f}.Hyp-IconButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--light[aria-pressed=true]:focus:not([disabled]){color:#9c9c9c}.Hyp-IconButton--light:hover:not([disabled]){color:#3f3f3f;background-color:rgba(0,0,0,0)}.Hyp-IconButton--primary{color:#bd1c2b;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--primary:disabled{color:#595959}.Hyp-IconButton--primary[aria-expanded=true],.Hyp-IconButton--primary[aria-pressed=true]{color:#bd1c2b}.Hyp-IconButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--primary[aria-pressed=true]:hover:not([disabled]){color:#bd1c2b}.Hyp-IconButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--primary[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-IconButton--primary:hover:not([disabled]){color:#bd1c2b;background-color:rgba(0,0,0,0)}.Hyp-IconButton--dark{color:#595959;background-color:#ececec;transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-IconButton--dark:disabled{color:#9c9c9c}.Hyp-IconButton--dark[aria-expanded=true],.Hyp-IconButton--dark[aria-pressed=true]{color:#202020;background-color:#dbdbdb}.Hyp-IconButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-IconButton--dark[aria-pressed=true]:hover:not([disabled]){color:#202020}.Hyp-IconButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-IconButton--dark[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-IconButton--dark:hover:not([disabled]){color:#202020;background-color:#dbdbdb}@media(pointer: coarse){.Hyp-IconButton--medium,.Hyp-IconButton--large{min-width:44px;min-height:44px;justify-content:center}}.Hyp-LinkButton{margin:0;border-style:none;color:#595959;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out;border-radius:2px;border:none;padding:.5em;font-size:1em;white-space:nowrap;display:flex;align-items:center;font-weight:400;padding:0}.Hyp-LinkButton:focus{outline:none;box-shadow:0 0 0 2px #59a7e8}.js-focus-visible .Hyp-LinkButton:focus:not(.focus-visible){outline:none;box-shadow:none}.Hyp-LinkButton:focus:not(:focus-visible){outline:none;box-shadow:none}.Hyp-LinkButton:disabled{color:#595959}.Hyp-LinkButton[aria-expanded=true],.Hyp-LinkButton[aria-pressed=true]{color:#202020}.Hyp-LinkButton[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton:hover:not([disabled]){color:#84141e;background-color:rgba(0,0,0,0)}.Hyp-LinkButton--small{padding:.25em}.Hyp-LinkButton--large{padding:.75em}.Hyp-LinkButton svg{width:1em;height:1em}.Hyp-LinkButton--light{color:#595959;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--light:disabled{color:#595959}.Hyp-LinkButton--light[aria-expanded=true],.Hyp-LinkButton--light[aria-pressed=true]{color:#202020}.Hyp-LinkButton--light[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--light[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton--light[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--light[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton--light:hover:not([disabled]){color:#84141e;background-color:rgba(0,0,0,0)}.Hyp-LinkButton--primary{color:#bd1c2b;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--primary:disabled{color:#595959}.Hyp-LinkButton--primary[aria-expanded=true],.Hyp-LinkButton--primary[aria-pressed=true]{color:#bd1c2b}.Hyp-LinkButton--primary[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--primary[aria-pressed=true]:hover:not([disabled]){color:#bd1c2b}.Hyp-LinkButton--primary[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--primary[aria-pressed=true]:focus:not([disabled]){color:#bd1c2b}.Hyp-LinkButton--primary:hover:not([disabled]){color:#bd1c2b;background-color:rgba(0,0,0,0)}.Hyp-LinkButton--dark{color:#202020;background-color:rgba(0,0,0,0);transition:color .2s ease-out,background-color .2s ease-out,opacity .2s ease-out}.Hyp-LinkButton--dark:disabled{color:#595959}.Hyp-LinkButton--dark[aria-expanded=true],.Hyp-LinkButton--dark[aria-pressed=true]{color:#202020}.Hyp-LinkButton--dark[aria-expanded=true]:hover:not([disabled]),.Hyp-LinkButton--dark[aria-pressed=true]:hover:not([disabled]){color:#84141e}.Hyp-LinkButton--dark[aria-expanded=true]:focus:not([disabled]),.Hyp-LinkButton--dark[aria-pressed=true]:focus:not([disabled]){color:#202020}.Hyp-LinkButton--dark:hover:not([disabled]){color:#84141e;background-color:rgba(0,0,0,0)}.Hyp-LinkButton:hover:not([disabled]){text-decoration:underline}.Hyp-LinkButton--primary{font-weight:500}.pointer-events-none {
  pointer-events: none;
}.pointer-events-auto {
  pointer-events: auto;
}.visible {
  visibility: visible;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: -webkit-sticky;
  position: sticky;
}.left-1\/2 {
  left: 50%;
}.top-0 {
  top: 0px;
}.left-\[-22px\] {
  left: -22px;
}.right-0 {
  right: 0px;
}.left-0 {
  left: 0px;
}.bottom-0 {
  bottom: 0px;
}.left-\[-33px\] {
  left: -33px;
}.top-1\/2 {
  top: 50%;
}.z-2 {
  z-index: 2;
}.z-max {
  z-index: 2147483647;
}.z-4 {
  z-index: 4;
}.z-5 {
  z-index: 5;
}.m-1\.5 {
  margin: 0.375rem;
}.m-1 {
  margin: 0.25rem;
}.m-3 {
  margin: 0.75rem;
}.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.mt-\[-11px\] {
  margin-top: -11px;
}.mt-\[-8px\] {
  margin-top: -8px;
}.mt-\[140px\] {
  margin-top: 140px;
}.ml-px-1\.5 {
  margin-left: 6px;
}.mt-px-2 {
  margin-top: 8px;
}.-ml-\[2px\] {
  margin-left: -2px;
}.ml-2 {
  margin-left: 0.5rem;
}.mr-4 {
  margin-right: 1rem;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.h-10 {
  height: 2.5rem;
}.h-em {
  height: 1em;
}.h-\[30px\] {
  height: 30px;
}.h-\[27px\] {
  height: 27px;
}.h-\[40px\] {
  height: 40px;
}.h-2em {
  height: 2em;
}.h-4em {
  height: 4em;
}.h-16 {
  height: 4rem;
}.h-8 {
  height: 2rem;
}.h-\[200px\] {
  height: 200px;
}.h-3 {
  height: 0.75rem;
}.min-h-0 {
  min-height: 0px;
}.min-h-touch-minimum {
  min-height: 44px;
}.w-auto {
  width: auto;
}.w-\[23px\] {
  width: 23px;
}.w-em {
  width: 1em;
}.w-full {
  width: 100%;
}.w-\[30px\] {
  width: 30px;
}.w-\[33px\] {
  width: 33px;
}.w-\[27px\] {
  width: 27px;
}.w-2em {
  width: 2em;
}.w-4em {
  width: 4em;
}.w-64 {
  width: 16rem;
}.w-\[450px\] {
  width: 450px;
}.w-16 {
  width: 4rem;
}.w-\[280px\] {
  width: 280px;
}.w-\[320px\] {
  width: 320px;
}.w-8 {
  width: 2rem;
}.w-3 {
  width: 0.75rem;
}.min-w-0 {
  min-width: 0px;
}.max-w-6xl {
  max-width: 72rem;
}.max-w-\[1200px\] {
  max-width: 1200px;
}.shrink {
  flex-shrink: 1;
}.grow {
  flex-grow: 1;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}.-translate-y-full {
  --tw-translate-y: -100%;
  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));
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}.rotate-180 {
  --tw-rotate: 180deg;
  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));
}.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));
}@keyframes adder-pop-up {

  0% {
    opacity: 0.05;
    transform: scale(0.8) translateY(-10px);
  }

  20% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}.animate-adder-pop-up {
  animation: adder-pop-up 0.08s ease-in forwards;
}@keyframes adder-pop-down {

  0% {
    opacity: 0.05;
    transform: scale(0.8) translateY(10px);
  }

  20% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}.animate-adder-pop-down {
  animation: adder-pop-down 0.08s ease-in forwards;
}.select-none {
  -webkit-user-select: none;
          user-select: none;
}.resize {
  resize: both;
}.list-inside {
  list-style-position: inside;
}.list-disc {
  list-style-type: disc;
}.grid-cols-\[100px_minmax\(0\2c auto\)\] {
  grid-template-columns: 100px minmax(0,auto);
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.gap-16 {
  gap: 4rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-x-2 {
  column-gap: 0.5rem;
}.gap-x-1 {
  column-gap: 0.25rem;
}.gap-x-1\.5 {
  column-gap: 0.375rem;
}.gap-x-2\.5 {
  column-gap: 0.625rem;
}.gap-x-4 {
  column-gap: 1rem;
}.gap-y-4 {
  row-gap: 1rem;
}.space-y-px-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-scroll {
  overflow: scroll;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis {
  text-overflow: ellipsis;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.break-words {
  overflow-wrap: break-word;
}.rounded {
  border-radius: 0.25rem;
}.rounded-px {
  border-radius: 4px;
}.rounded-sm {
  border-radius: 0.125rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-lg {
  border-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-0 {
  border-width: 0px;
}.border-r {
  border-right-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-r-0 {
  border-right-width: 0px;
}.border-l {
  border-left-width: 1px;
}.border-l-2 {
  border-left-width: 2px;
}.border-t {
  border-top-width: 1px;
}.border-solid {
  border-style: solid;
}.border-grey-3 {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}.border-grey-4 {
  --tw-border-opacity: 1;
  border-color: rgb(166 166 166 / var(--tw-border-opacity));
}.border-yellow-notice {
  --tw-border-opacity: 1;
  border-color: rgb(251 193 104 / var(--tw-border-opacity));
}.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(189 28 43 / var(--tw-border-opacity));
}.border-transparent {
  border-color: transparent;
}.border-slate-0 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 246 / var(--tw-border-opacity));
}.border-slate-5 {
  --tw-border-opacity: 1;
  border-color: rgb(156 156 171 / var(--tw-border-opacity));
}.bg-grey-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 89 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-grey-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}.bg-yellow-notice\/10 {
  background-color: rgb(251 193 104 / 0.1);
}.bg-yellow-notice {
  --tw-bg-opacity: 1;
  background-color: rgb(251 193 104 / var(--tw-bg-opacity));
}.bg-color-text {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}.bg-grey-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}.bg-transparent {
  background-color: transparent;
}.bg-slate-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 246 / var(--tw-bg-opacity));
}.bg-slate-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 87 104 / var(--tw-bg-opacity));
}.bg-red-error {
  --tw-bg-opacity: 1;
  background-color: rgb(217 60 63 / var(--tw-bg-opacity));
}.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(189 28 43 / var(--tw-bg-opacity));
}.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(132 20 30 / var(--tw-bg-opacity));
}.bg-grey-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-grey-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}.bg-grey-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 166 166 / var(--tw-bg-opacity));
}.bg-grey-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 156 156 / var(--tw-bg-opacity));
}.bg-grey-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}.bg-grey-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
}.bg-grey-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-slate-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 229 / var(--tw-bg-opacity));
}.bg-slate-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 186 196 / var(--tw-bg-opacity));
}.bg-slate-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 156 171 / var(--tw-bg-opacity));
}.bg-slate-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 19 22 / var(--tw-bg-opacity));
}.bg-green-success {
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 109 / var(--tw-bg-opacity));
}.bg-blue-focus {
  --tw-bg-opacity: 1;
  background-color: rgb(89 167 232 / var(--tw-bg-opacity));
}.fill-white {
  fill: #fff;
}.p-3 {
  padding: 0.75rem;
}.p-2 {
  padding: 0.5rem;
}.p-1 {
  padding: 0.25rem;
}.p-4 {
  padding: 1rem;
}.p-8 {
  padding: 2rem;
}.p-5 {
  padding: 1.25rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.pl-px-1\.5 {
  padding-left: 6px;
}.pb-16 {
  padding-bottom: 4rem;
}.pl-4 {
  padding-left: 1rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-0 {
  padding-top: 0px;
}.text-annotator-sm {
  font-size: 0.75rem;
}.text-annotator-lg {
  font-size: 1rem;
}.text-annotator-base {
  font-size: 0.875rem;
}.text-xl {
  font-size: 16px;
}.text-px-base {
  font-size: 16px;
}.text-annotator-xl {
  font-size: 1.125rem;
}.text-lg {
  font-size: 14px;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-2xl {
  font-size: 18px;
}.text-sm {
  font-size: 11px;
  line-height: 1.4;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.font-medium {
  font-weight: 500;
}.font-light {
  font-weight: 300;
}.italic {
  font-style: italic;
}.leading-none {
  line-height: 1;
}.leading-relaxed {
  line-height: 1.625;
}.text-color-text-inverted {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}.text-grey-3 {
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity));
}.text-grey-7 {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}.text-slate-7 {
  --tw-text-opacity: 1;
  color: rgb(87 87 104 / var(--tw-text-opacity));
}.text-grey-6 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-grey-5 {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-color-text-light {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-color-text {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}.text-grey-1 {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}.text-grey-4 {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}.text-brand {
  --tw-text-opacity: 1;
  color: rgb(189 28 43 / var(--tw-text-opacity));
}.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(132 20 30 / var(--tw-text-opacity));
}.text-slate-9 {
  --tw-text-opacity: 1;
  color: rgb(19 19 22 / var(--tw-text-opacity));
}.text-slate-5 {
  --tw-text-opacity: 1;
  color: rgb(156 156 171 / var(--tw-text-opacity));
}.text-yellow-notice {
  --tw-text-opacity: 1;
  color: rgb(251 193 104 / var(--tw-text-opacity));
}.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.opacity-5 {
  opacity: 0.05;
}.shadow {
  --tw-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-adder-toolbar {
  --tw-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sidebar {
  --tw-shadow: 0px 1px 4px rgb(0, 0, 0, 0.5);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md {
  --tw-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 2px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-inset {
  --tw-ring-inset: inset;
}.ring-grey-3 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 219 219 / var(--tw-ring-opacity));
}.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}.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;
}.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.focus-visible-ring:focus {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  outline: none;
}.focus-visible-ring:focus-visible {
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  outline: none;
}.focus-visible-ring:focus:not(:focus-visible) {
  box-shadow: none;
}.js-focus-visible .focus-visible-ring:focus:not(.focus-visible) {
  box-shadow: none;
}.scroll-shadows {
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)) 0 0, linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 0, linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05) 5px, rgba(255, 255, 255, 0) 70%) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}:host>* {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.hover\:border-l-brand:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(189 28 43 / var(--tw-border-opacity));
}

.hover\:bg-grey-0:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:text-grey-9:hover {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.hover\:text-brand-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(132 20 30 / var(--tw-text-opacity));
}

.hover\:text-brand:hover {
  --tw-text-opacity: 1;
  color: rgb(189 28 43 / var(--tw-text-opacity));
}

.hover\:text-grey-7:hover {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 2px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.enabled\:hover\:bg-grey-2:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.enabled\:hover\:bg-grey-8:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
}

.enabled\:hover\:bg-grey-3:hover:enabled {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}

.enabled\:hover\:text-grey-9:hover:enabled {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.disabled\:text-grey-4:disabled {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}

.disabled\:text-grey-7:disabled {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.disabled\:text-grey-5:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

.theme-clean .theme-clean\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aria-pressed\:bg-grey-3[aria-pressed="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}

.aria-pressed\:text-grey-9[aria-pressed="true"] {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.aria-pressed\:text-brand[aria-pressed="true"] {
  --tw-text-opacity: 1;
  color: rgb(189 28 43 / var(--tw-text-opacity));
}

.aria-expanded\:bg-grey-3[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}

.aria-expanded\:text-grey-9[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.aria-expanded\:text-brand[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(189 28 43 / var(--tw-text-opacity));
}

.sidebar-collapsed .sidebar-collapsed\:bg-black\/\[\.08\] {
  background-color: rgb(0 0 0 / .08);
}

@media (min-width: 480px) {

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:grid-cols-\[2fr_5fr\] {
    grid-template-columns: 2fr 5fr;
  }

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

@media (min-width: 1220px) {

  .\32xl\:block {
    display: block;
  }

  .\32xl\:grow {
    flex-grow: 1;
  }

  .\32xl\:grid-cols-\[100px_minmax\(0\2c auto\)_minmax\(0\2c auto\)\] {
    grid-template-columns: 100px minmax(0,auto) minmax(0,auto);
  }

  .\32xl\:gap-x-3 {
    column-gap: 0.75rem;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden;
  }

  .\32xl\:text-ellipsis {
    text-overflow: ellipsis;
  }

  .\32xl\:whitespace-nowrap {
    white-space: nowrap;
  }
}

@media (pointer: coarse) {

  .touch\:min-h-touch-minimum {
    min-height: 44px;
  }

  .touch\:min-w-touch-minimum {
    min-width: 44px;
  }
}
/*# sourceMappingURL=annotator.css.map */