/* fakecss:/workspace/packages/werk-web-sdk/ui/primitives/TopRightCrinkle.esbuild-svelte-fake-css */
#crinkle.svelte-11ergyq {
  height: calc(3rem - 2px);
  width: 3rem;
  margin-left: -3px;
}
#crinkle.bigVersion.svelte-11ergyq {
  height: 72px;
  width: 72px;
}
#crinkle.svelte-11ergyq .crinkle-background:where(.svelte-11ergyq) {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
#crinkle.svelte-11ergyq .crinkle-background:where(.svelte-11ergyq) img:where(.svelte-11ergyq) {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#crinkle.svelte-11ergyq .crinkle-background.brightColor:where(.svelte-11ergyq) {
  filter: brightness(1.05);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/CrinkledSection.esbuild-svelte-fake-css */
.kw-crinkled-section.svelte-1ra5fmo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: -3rem;
  z-index: 2000;
}
.kw-crinkled-section.hideCrinkle.svelte-1ra5fmo {
  margin-top: 0;
}
.kw-crinkled-section__upper.svelte-1ra5fmo {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 3rem;
  position: relative;
  overflow: hidden;
}
.kw-crinkled-section__bar.svelte-1ra5fmo {
  flex: 1;
  height: 100%;
  background: var(--neutral-white);
  border-top: 2px solid var(--bg-100);
}
.kw-crinkled-section__crinkle.svelte-1ra5fmo {
  width: 3rem;
  height: calc(3rem - 2px);
  margin-left: -3px;
}
.kw-crinkled-section__crinkle--large.svelte-1ra5fmo {
  width: 4.5rem;
  height: 4.5rem;
}
.kw-crinkled-section__crinkle-svg.svelte-1ra5fmo {
  width: 100%;
  height: 100%;
  display: block;
}
.kw-crinkled-section__wrapper.svelte-1ra5fmo {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: flex;
  justify-content: center;
}
.kw-crinkled-section__wrapper-content.svelte-1ra5fmo {
  width: calc(100% - 2 * var(--horizontal-default-margin));
  max-width: var(--normal-max-width);
  margin-left: var(--horizontal-default-margin);
  margin-right: var(--horizontal-default-margin);
  display: flex;
  flex-direction: column;
  gap: var(--vertical-default-margin);
}
.kw-crinkled-section__wrapper-content.smallWidthAndCentered.svelte-1ra5fmo {
  max-width: var(--small-max-width);
}
.kw-crinkled-section--bright__bar.svelte-1ra5fmo {
  background: var(--neutral-white);
  border-top-color: var(--bg-100);
}
.kw-crinkled-section--bright__wrapper.svelte-1ra5fmo {
  background: var(--neutral-white);
}
.kw-crinkled-section--dark__bar.svelte-1ra5fmo {
  background: var(--bg-100);
  border-top-color: var(--neutral-white);
}
.kw-crinkled-section--dark__wrapper.svelte-1ra5fmo {
  background: var(--bg-100);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/AppFooter.esbuild-svelte-fake-css */
.footer-placeholder {
  background-color: white;
  height: 3rem;
  width: 100%;
  margin-top: -3rem;
}
footer.footer {
  background: var(--neutral-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  gap: 1.5rem;
}
footer.footer,
footer.footer * {
  box-sizing: border-box;
}
footer.footer #content-section {
  padding: 0px var(--horizontal-default-margin);
  max-width: var(--small-max-width);
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
footer.footer #content-section #content-link-section {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
footer.footer #content-section #content-link-section .content {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  align-items: flex-start;
  justify-content: flex-start;
  width: 8rem;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  footer.footer #content-section {
    flex-direction: column;
    align-items: flex-start;
  }
  footer.footer #content-section #content-link-section {
    flex-direction: column;
  }
}
footer.footer #newsletter-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 300px;
}
footer.footer #newsletter-section form button {
  width: fit-content;
}
footer.footer #icons-section {
  padding: 0px var(--horizontal-default-margin);
  max-width: var(--small-max-width);
  width: 100%;
  margin: 0 0 0 -0.0625rem;
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  overflow: hidden;
}
footer.footer #icons-section .payments,
footer.footer #icons-section .social {
  display: flex;
  gap: 0.75rem;
}
footer.footer #icons-section .payments figure,
footer.footer #icons-section .social figure {
  height: 1.2rem;
}
footer.footer #icons-section .payments figure img,
footer.footer #icons-section .social figure img {
  height: 100%;
  width: auto;
}
footer.footer #icons-section .line {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  overflow: hidden;
}
footer.footer #icons-section .line .brand-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}
footer.footer #icons-section .line svg {
  height: 2.4rem;
  width: auto;
}
footer.footer #icons-section .line .line-1,
footer.footer #icons-section .line .line-2 {
  border-style: solid;
  border-color: var(--text-invers-100);
  border-width: 0.0625rem 0 0 0;
  flex: 1;
  height: 0rem;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  footer.footer #icons-section {
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
  }
  footer.footer #icons-section .line {
    width: 100%;
    padding: 0px;
  }
}
footer.footer #legal-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--bg-100);
  gap: 1.2rem;
}
footer.footer #legal-section .wrapper {
  max-width: var(--small-max-width);
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  gap: 1.2rem;
  padding: 1.5rem var(--horizontal-default-margin);
}
footer.footer #legal-section .wrapper a,
footer.footer #legal-section .wrapper small {
  color: var(--text-100);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  footer.footer #legal-section .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.footer #legal-section .wrapper .nav-points ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}
footer.footer #legal-section .wrapper .nav-points ul li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  position: relative;
}
footer.footer #legal-section .wrapper .nav-points ul a {
  font-weight: 400;
  font-family: var(--font-family-base, "Outfit", sans-serif);
}
footer.footer #legal-section .wrapper .nav-points a.footer-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 0.05rem;
}
footer.footer #legal-section .wrapper .nav-points a.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  height: 0.125rem;
  width: 100%;
  background: var(--primary-100);
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0.9;
  transition: transform 180ms ease, opacity 180ms ease;
}
footer.footer #legal-section .wrapper .nav-points a.footer-link:hover::after,
footer.footer #legal-section .wrapper .nav-points a.footer-link:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

/* fakecss:/workspace/packages/werk-web-sdk/theme/SetStyling.esbuild-svelte-fake-css */
@font-face {
  font-display: swap;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/outfit-v11-latin-regular-G42YK65R.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/outfit-v11-latin-regular-G42YK65R.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Outfit-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/outfit-v11-latin-700-5UU5C3YE.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Neutra Text";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/Neutra Text Light-KDLCYXBC.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Neutra Text";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/Neutra Text Bold-UCH4XBZM.woff2") format("woff2");
}
a,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  appearance: none;
  background: none;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll,
body.no-overflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
html {
  background-color: var(--neutral-white);
}
body {
  color: var(--text-invers-100);
  min-height: 100vh;
  background-color: var(--bg-100) !important;
  overflow-x: hidden;
}
ul {
  list-style-type: none;
}
.primary-list {
  --primary-list-text: var(--text-100);
  --primary-list-muted: color-mix(in srgb, var(--text-100) 70%, transparent);
  --primary-list-accent: var(--list-accent, var(--primary-100));
  --primary-list-hover-strength: var(--list-hover-strength, 14%);
  --primary-list-hover-bg: color-mix(in srgb, var(--primary-list-accent) var(--primary-list-hover-strength), transparent);
  --primary-list-margin: 0;
  --primary-list-padding: 0;
  --primary-list-padding-top: 0;
  --primary-list-padding-right: 0;
  --primary-list-padding-left: 0;
  --primary-list-gap: 0.4rem;
  --primary-list-max-height: initial;
  --primary-list-overflow-y: visible;
  list-style: none;
  margin: var(--primary-list-margin);
  padding: var(--primary-list-padding);
  padding-top: var(--primary-list-padding-top);
  padding-right: var(--primary-list-padding-right);
  padding-left: var(--primary-list-padding-left);
  display: flex;
  flex-direction: column;
  gap: var(--primary-list-gap);
  position: relative;
  max-height: var(--primary-list-max-height);
  overflow-y: var(--primary-list-overflow-y);
  overflow-x: hidden;
}
.primary-list__item,
.primary-list__link,
.primary-list > li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 0.5rem;
  border-radius: 10px;
  text-decoration: none;
  background: transparent;
  color: var(--primary-list-text);
  border: none;
  cursor: pointer;
  text-align: left;
  transition:
    background 120ms ease,
    transform 120ms ease,
    color 120ms ease,
    box-shadow 120ms ease;
}
.primary-list__item,
.primary-list > li {
  cursor: default;
}
.primary-list__dot,
.primary-list > li::before {
  width: 9px;
  height: 9px;
  content: " ";
  border-radius: 999px;
  background: var(--primary-list-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--primary-list-accent) 20%, transparent);
  flex-shrink: 0;
}
.primary-list__label {
  flex: 1;
  font-size: 0.97rem;
  font-weight: 600;
}
.primary-list__sub {
  color: var(--primary-list-muted);
  font-size: 0.9rem;
}
.primary-list--light {
  --primary-list-text: var(--text-invers-100);
  --primary-list-muted: color-mix(in srgb, var(--text-invers-100) 70%, transparent);
  --primary-list-accent: var(--primary-100);
  --primary-list-hover-bg: color-mix(in srgb, var(--primary-100) var(--primary-list-hover-strength, 8%), transparent);
}
.primary-list--dark {
  --primary-list-text: var(--text-100);
  --primary-list-muted: color-mix(in srgb, var(--text-100) 70%, transparent);
  --primary-list-accent: var(--primary-200);
  --primary-list-hover-bg: color-mix(in srgb, var(--primary-200) var(--primary-list-hover-strength, 14%), transparent);
}
* {
  transition:
    background-color 0.5s ease,
    max-height 0.5s,
    height 0.5s ease,
    width 0.5s ease,
    flex 0.5s ease,
    opacity 0.5s ease,
    top 0.5s ease,
    bottom 0.5s ease,
    left 0.5s ease,
    right 0.5s ease,
    transform 0.5s ease;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 11px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--neutral-white);
}
*::-webkit-scrollbar-track {
  background: var(--bg-100);
  background-clip: padding-box;
}
.horizontalScrollbar::-webkit-scrollbar {
  height: 11px;
}
.horizontalScrollbar::-webkit-scrollbar-thumb {
  background: var(--bg-100);
}
.horizontalScrollbar::-webkit-scrollbar-track {
  background: rgba(13, 12, 12, 0.25);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  background-clip: padding-box;
}
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--neutral-white) var(--bg-100);
  }
  .horizontalScrollbar {
    scrollbar-height: 11px;
  }
}
@supports (-webkit-touch-callout: none) {
  .horizontalScrollbar {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .horizontalScrollbar::-webkit-scrollbar {
    height: 11px;
  }
  .horizontalScrollbar::-webkit-scrollbar-thumb {
    background: var(--bg-100);
  }
  .horizontalScrollbar::-webkit-scrollbar-track {
    background: rgba(13, 12, 12, 0.25);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background-clip: padding-box;
  }
}
h1,
.h1,
h1 em,
.h1 em {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: var(--font-family-heading, var(--font-family-bold, "Outfit", sans-serif));
  line-height: 100%;
  font-style: normal;
  color: var(--text-100);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  h1,
  .h1,
  h1 em,
  .h1 em {
    font-size: 2.4rem;
  }
}
h2,
.h2,
h2 em {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  font-family: var(--font-family-regular, var(--font-family-base, "Outfit", sans-serif));
  line-height: 100%;
  color: var(--text-100);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  h2,
  .h2,
  h2 em {
    font-size: 1.6rem;
  }
}
.h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  font-family: var(--font-family-regular, var(--font-family-base, "Outfit", sans-serif));
  line-height: 100%;
  color: var(--text-100);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .h2 {
    font-size: 1.3rem;
  }
}
h3 {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-family-heading, var(--font-family-bold, "Outfit", sans-serif));
  line-height: 100%;
  color: var(--text-100);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  h3 {
    font-size: 1.2rem;
  }
}
em {
  font-size: 1rem;
  font-family: var(--font-family-heading, var(--font-family-bold, "Outfit", sans-serif));
  font-style: normal;
  font-weight: 700;
}
button {
  color: var(--text-100);
  cursor: pointer;
}
.btn {
  color: var(--text-invers-100);
}
.btn.bright {
  color: var(--text-100);
}
.btn:hover {
  color: var(--primary-100);
}
p {
  font-size: 1rem;
  color: var(--text-invers-100);
}
p.headline-description {
  font-size: 1.2rem;
  color: var(--text-100);
  font-family: var(--font-family-regular, var(--font-family-base, "Outfit", sans-serif));
  font-weight: 400;
}
a {
  color: var(--text-invers-100);
  cursor: pointer;
  font-weight: 700;
  font-family: var(--font-family-bold, "Outfit", sans-serif);
}
small {
  color: var(--text-invers-100);
}
.red {
  color: var(--primary-200) !important;
}
html,
body {
  font-family: var(--font-family-base, "Outfit", sans-serif);
  background-color: var(--bg-100);
  min-height: 100vh;
}
html button,
body button {
  font-family: inherit;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  html,
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 968px) {
  html,
  body {
    font-size: 18px;
  }
}
html .app-shell,
body .app-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--bg-100);
}
html main,
body main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
ul.labeled-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}
ul.labeled-list li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(243, 238, 217, 0.06);
  border: 1px solid rgba(243, 238, 217, 0.08);
}
ul.labeled-list li .label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(243, 238, 217, 0.55);
}
ul.labeled-list li .value {
  font-size: 0.95rem;
  color: var(--text-100);
  word-break: break-word;
}
.form,
form:not(.exclude) {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  justify-content: flex-start;
}
.form h2,
form:not(.exclude) h2,
.form h3,
form:not(.exclude) h3 {
  color: var(--text-invers-100);
  margin-bottom: 0.6rem;
}
.form .row,
form:not(.exclude) .row {
  display: grid;
  width: 100%;
  gap: 1.2rem;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.form .row.some,
form:not(.exclude) .row.some {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.form .row.many,
form:not(.exclude) .row.many {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.form .row.single,
form:not(.exclude) .row.single {
  grid-template-columns: 1fr;
}
.form .row .row,
form:not(.exclude) .row .row {
  padding: 0px;
}
@media (max-width: 500px) {
  .form,
  form:not(.exclude) {
    gap: 0.6rem;
  }
  .form .row,
  form:not(.exclude) .row {
    gap: 0.6rem;
    grid-template-columns: 1fr;
  }
}
.form .action-button-line,
form:not(.exclude) .action-button-line,
.form .action-line,
form:not(.exclude) .action-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.form .action-line,
form:not(.exclude) .action-line {
  background: var(--bg-100);
  padding: 0.6rem 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 2.4rem;
  justify-content: space-between;
}
.form .action-line p,
form:not(.exclude) .action-line p,
.form .action-line span,
form:not(.exclude) .action-line span {
  color: var(--neutral-white);
}
.form .data-protection,
form:not(.exclude) .data-protection {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}
.form .data-protection p,
form:not(.exclude) .data-protection p {
  flex-grow: 1;
}
.form .action-button-line,
form:not(.exclude) .action-button-line {
  min-height: 2.4rem;
  display: flex;
  width: 100%;
}
.form .action-button-line button,
form:not(.exclude) .action-button-line button {
  width: 0px;
  height: 100%;
  flex-grow: 1;
}
.form .error-message,
form:not(.exclude) .error-message {
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: var(--primary-100);
  font-weight: 700;
  position: absolute;
  bottom: -15px;
}
.form .checkit-span,
form:not(.exclude) .checkit-span {
  height: 1.2rem;
  width: 1.2rem;
  min-height: 1.2rem;
  min-width: 1.2rem;
  border: 1px solid grey;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form [type=checkbox]:checked + .checkit-span:before,
form:not(.exclude) [type=checkbox]:checked + .checkit-span:before {
  content: "\2714";
  position: absolute;
  color: var(--text-invers-100);
  transform-origin: bottom;
}
.form label.tagBasedInput .tag-input-shell span.text-segment,
form:not(.exclude) label.tagBasedInput .tag-input-shell span.text-segment,
.form label.tagBasedInput .tag-input-shell .token__tag,
form:not(.exclude) label.tagBasedInput .tag-input-shell .token__tag {
  color: var(--text-invers-100) !important;
}
.form label,
form:not(.exclude) label {
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  height: 60px;
  max-height: 60px;
}
.form label.checkbox,
form:not(.exclude) label.checkbox {
  height: 1.2rem;
  max-height: 1.2rem;
}
.form label > span,
form:not(.exclude) label > span {
  opacity: 0;
  transition: opacity 0s;
  padding: 0px 19px;
  width: 100%;
  height: 12px;
  text-align: left;
  color: var(--text-invers-100);
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.form label > span.hasValue,
form:not(.exclude) label > span.hasValue {
  opacity: 1;
  top: 0.3rem;
}
.form label > span.labelspan,
form:not(.exclude) label > span.labelspan {
  position: relative;
}
.form label p,
form:not(.exclude) label p {
  padding: 0px 19px;
  font-size: 0.7rem;
  color: var(--text-invers-100) !important;
}
.form label.textarea,
form:not(.exclude) label.textarea,
.form label.file,
form:not(.exclude) label.file,
.form label.tagBasedInput,
form:not(.exclude) label.tagBasedInput {
  height: auto;
  max-height: none;
}
.form label.passwordField,
form:not(.exclude) label.passwordField {
  height: auto;
  max-height: none;
}
.form label > input,
form:not(.exclude) label > input,
.form label > select,
form:not(.exclude) label > select,
.form label > div.wrapper,
form:not(.exclude) label > div.wrapper,
.form label > .no-input,
form:not(.exclude) label > .no-input,
.form label > textarea,
form:not(.exclude) label > textarea,
.form label > .password-field > input,
form:not(.exclude) label > .password-field > input {
  width: 100% !important;
  padding: 0px 18px 12px 18px !important;
  border: 0px solid black !important;
  border-radius: 0px !important;
  border-bottom: 1px solid var(--text-invers-100) !important;
  text-align: start !important;
  color: var(--text-invers-100) !important;
  font-size: 1rem !important;
}
.form label > input.fileContainer,
form:not(.exclude) label > input.fileContainer,
.form label > select.fileContainer,
form:not(.exclude) label > select.fileContainer,
.form label > div.wrapper.fileContainer,
form:not(.exclude) label > div.wrapper.fileContainer,
.form label > .no-input.fileContainer,
form:not(.exclude) label > .no-input.fileContainer,
.form label > textarea.fileContainer,
form:not(.exclude) label > textarea.fileContainer,
.form label > .password-field > input.fileContainer,
form:not(.exclude) label > .password-field > input.fileContainer {
  max-height: none !important;
  height: 100% !important;
}
.form label > input:focus,
form:not(.exclude) label > input:focus,
.form label > select:focus,
form:not(.exclude) label > select:focus,
.form label > div.wrapper:focus,
form:not(.exclude) label > div.wrapper:focus,
.form label > .no-input:focus,
form:not(.exclude) label > .no-input:focus,
.form label > textarea:focus,
form:not(.exclude) label > textarea:focus,
.form label > .password-field > input:focus,
form:not(.exclude) label > .password-field > input:focus {
  outline: none !important;
  border-bottom: 1px solid var(--primary-100) !important;
}
.form label > input.error,
form:not(.exclude) label > input.error,
.form label > select.error,
form:not(.exclude) label > select.error,
.form label > div.wrapper.error,
form:not(.exclude) label > div.wrapper.error,
.form label > .no-input.error,
form:not(.exclude) label > .no-input.error,
.form label > textarea.error,
form:not(.exclude) label > textarea.error,
.form label > .password-field > input.error,
form:not(.exclude) label > .password-field > input.error {
  border-bottom: 3px solid var(--primary-100) !important;
}
.form label > input.checkit,
form:not(.exclude) label > input.checkit,
.form label > select.checkit,
form:not(.exclude) label > select.checkit,
.form label > div.wrapper.checkit,
form:not(.exclude) label > div.wrapper.checkit,
.form label > .no-input.checkit,
form:not(.exclude) label > .no-input.checkit,
.form label > textarea.checkit,
form:not(.exclude) label > textarea.checkit,
.form label > .password-field > input.checkit,
form:not(.exclude) label > .password-field > input.checkit {
  display: none !important;
}
.form label > input.no-input,
form:not(.exclude) label > input.no-input,
.form label > select.no-input,
form:not(.exclude) label > select.no-input,
.form label > div.wrapper.no-input,
form:not(.exclude) label > div.wrapper.no-input,
.form label > .no-input.no-input,
form:not(.exclude) label > .no-input.no-input,
.form label > textarea.no-input,
form:not(.exclude) label > textarea.no-input,
.form label > .password-field > input.no-input,
form:not(.exclude) label > .password-field > input.no-input {
  border-bottom: none !important;
}
.form label > input:disabled,
form:not(.exclude) label > input:disabled,
.form label > select:disabled,
form:not(.exclude) label > select:disabled,
.form label > div.wrapper:disabled,
form:not(.exclude) label > div.wrapper:disabled,
.form label > .no-input:disabled,
form:not(.exclude) label > .no-input:disabled,
.form label > textarea:disabled,
form:not(.exclude) label > textarea:disabled,
.form label > .password-field > input:disabled,
form:not(.exclude) label > .password-field > input:disabled {
  opacity: 0.5;
}
.form label > input[type=checkbox],
form:not(.exclude) label > input[type=checkbox],
.form label > select[type=checkbox],
form:not(.exclude) label > select[type=checkbox],
.form label > div.wrapper[type=checkbox],
form:not(.exclude) label > div.wrapper[type=checkbox],
.form label > .no-input[type=checkbox],
form:not(.exclude) label > .no-input[type=checkbox],
.form label > textarea[type=checkbox],
form:not(.exclude) label > textarea[type=checkbox],
.form label > .password-field > input[type=checkbox],
form:not(.exclude) label > .password-field > input[type=checkbox] {
  border-bottom: 0px solid black !important;
}
.form label input,
form:not(.exclude) label input,
.form label div.wrapper,
form:not(.exclude) label div.wrapper,
.form label .no-input,
form:not(.exclude) label .no-input,
.form label textarea,
form:not(.exclude) label textarea,
.form label select,
form:not(.exclude) label select {
  color: var(--text-invers-100) !important;
}
.form label textarea,
form:not(.exclude) label textarea {
  min-height: 170px;
}
form.light,
.form.light,
.content-block.dark {
  color: white;
}
form.light label.tagBasedInput .tag-input-shell span.text-segment,
.form.light label.tagBasedInput .tag-input-shell span.text-segment,
.content-block.dark label.tagBasedInput .tag-input-shell span.text-segment,
form.light label.tagBasedInput .tag-input-shell .token__tag,
.form.light label.tagBasedInput .tag-input-shell .token__tag,
.content-block.dark label.tagBasedInput .tag-input-shell .token__tag {
  color: white !important;
}
form.light h2,
.form.light h2,
.content-block.dark h2,
form.light h3,
.form.light h3,
.content-block.dark h3 {
  color: white;
}
form.light .action-line,
.form.light .action-line,
.content-block.dark .action-line {
  background: var(--bg-150);
}
form.light .action-line p,
.form.light .action-line p,
.content-block.dark .action-line p,
form.light .action-line span,
.form.light .action-line span,
.content-block.dark .action-line span {
  color: white;
}
form.light .error-message,
.form.light .error-message,
.content-block.dark .error-message {
  color: var(--primary-200);
}
form.light .checkit-span,
.form.light .checkit-span,
.content-block.dark .checkit-span {
  border: 1px solid var(--neutral-white);
}
form.light [type=checkbox]:checked + .checkit-span:before,
.form.light [type=checkbox]:checked + .checkit-span:before,
.content-block.dark [type=checkbox]:checked + .checkit-span:before {
  color: white;
}
form.light label span.hasValue,
.form.light label span.hasValue,
.content-block.dark label span.hasValue {
  color: white !important;
}
form.light label > span,
.form.light label > span,
.content-block.dark label > span {
  color: white !important;
}
form.light label p,
.form.light label p,
.content-block.dark label p {
  color: white !important;
}
form.light label .toggle-row .checkbox-label,
.form.light label .toggle-row .checkbox-label,
.content-block.dark label .toggle-row .checkbox-label {
  color: white !important;
}
form.light label > input,
.form.light label > input,
.content-block.dark label > input,
form.light label > div.wrapper,
.form.light label > div.wrapper,
.content-block.dark label > div.wrapper,
form.light label > .no-input,
.form.light label > .no-input,
.content-block.dark label > .no-input,
form.light label > textarea,
.form.light label > textarea,
.content-block.dark label > textarea,
form.light label > select,
.form.light label > select,
.content-block.dark label > select {
  border-bottom: 1px solid white !important;
  color: white !important;
}
form.light label > input:focus,
.form.light label > input:focus,
.content-block.dark label > input:focus,
form.light label > div.wrapper:focus,
.form.light label > div.wrapper:focus,
.content-block.dark label > div.wrapper:focus,
form.light label > .no-input:focus,
.form.light label > .no-input:focus,
.content-block.dark label > .no-input:focus,
form.light label > textarea:focus,
.form.light label > textarea:focus,
.content-block.dark label > textarea:focus,
form.light label > select:focus,
.form.light label > select:focus,
.content-block.dark label > select:focus {
  border-bottom: 1px solid var(--primary-200) !important;
}
form.light label > input.error,
.form.light label > input.error,
.content-block.dark label > input.error,
form.light label > div.wrapper.error,
.form.light label > div.wrapper.error,
.content-block.dark label > div.wrapper.error,
form.light label > .no-input.error,
.form.light label > .no-input.error,
.content-block.dark label > .no-input.error,
form.light label > textarea.error,
.form.light label > textarea.error,
.content-block.dark label > textarea.error,
form.light label > select.error,
.form.light label > select.error,
.content-block.dark label > select.error {
  border-bottom: 3px solid var(--primary-200) !important;
}
form.light label > input.no-input,
.form.light label > input.no-input,
.content-block.dark label > input.no-input,
form.light label > div.wrapper.no-input,
.form.light label > div.wrapper.no-input,
.content-block.dark label > div.wrapper.no-input,
form.light label > .no-input.no-input,
.form.light label > .no-input.no-input,
.content-block.dark label > .no-input.no-input,
form.light label > textarea.no-input,
.form.light label > textarea.no-input,
.content-block.dark label > textarea.no-input,
form.light label > select.no-input,
.form.light label > select.no-input,
.content-block.dark label > select.no-input {
  border-bottom: none !important;
}
form.light label input,
.form.light label input,
.content-block.dark label input,
form.light label div.wrapper,
.form.light label div.wrapper,
.content-block.dark label div.wrapper,
form.light label .no-input,
.form.light label .no-input,
.content-block.dark label .no-input,
form.light label textarea,
.form.light label textarea,
.content-block.dark label textarea,
form.light label select,
.form.light label select,
.content-block.dark label select {
  color: white !important;
}
form.light label.checkbox,
.form.light label.checkbox,
.content-block.dark label.checkbox {
  color: white;
}
:root {
  --wire:
    linear-gradient(
      -77.29deg,
      rgba(0, 0, 0, 0) 0%,
      #0d0c0c 44.8641628%),
    linear-gradient(
      98.68deg,
      rgba(0, 0, 0, 0) 0%,
      #0d0c0c 44.8641628%),
    linear-gradient(
      180deg,
      #332d2c 0%,
      rgba(51, 45, 44, 0) 100%);
  --bg-grey-cultured:
    linear-gradient(
      to left,
      #0d0c0c,
      #0d0c0c);
  --quote-font-family: Poly-Italic, sans-serif;
  --quote-font-size: 20px;
  --quote-line-height: normal;
  --quote-font-weight: 400;
  --quote-font-style: italic;
  --font-family-base: "Outfit", sans-serif;
  --font-family-regular: "Outfit-Regular", sans-serif;
  --font-family-bold: "Outfit-Bold", sans-serif;
  --font-family-heading: var(--font-family-bold);
  --font-family: var(--font-family-base);
  --glow-box-shadow: 0px 0px 20px 0px #d1e7e0;
  --glow2-box-shadow: 0px 0px 20px 0px rgba(209, 231, 224, 0.2);
  --redglow-box-shadow: 0px 0px 24px 0px #741e20, 0px 0px 20px 0px #741e20;
  --blackglow-box-shadow: 0px 10px 20px 0px #000000;
  --buttunshadow-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.25);
  --redneonglow-box-shadow: 0px 0px 20px 0px #ff0d00;
  --blueneonglow-box-shadow: 0px 0px 20px 0px #00fff0;
  --innershadow-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  --redneonglow2-box-shadow: 0px 0px 20px 0px #741e20, inset 0px 0px 1px 0px #000000;
  --dropshadow-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  --text-100: #f3eed9;
  --text-200: #d1e7e0;
  --text-300: #625755;
  --text-invers-100: #2f4858;
  --text-invers-150: #6d97b0;
  --text-invers-200: #741e20;
  --primary-100: #741e20;
  --primary-200: #ad514c;
  --bg-100: #0d0c0c;
  --bg-200: #332d2c;
  --bg-300: #eceaea;
  --neutral-white: #ffffff;
  --vertical-default-margin: 3rem;
  --small-max-width: 1392px;
  --normal-max-width: 1776px;
  --horizontal-default-margin: 1.2rem;
  --primary-050: #f7e6e6;
  --primary-075: #f0caca;
  --primary-150: #8c2f2f;
  --primary-300: #d17670;
  --text-000: #0d0c0c;
  --text-050: #202020;
  --text-075: #2b2a2a;
  --text-40: rgba(243, 238, 217, 0.4);
  --text-60: rgba(243, 238, 217, 0.6);
  --text-muted: rgba(243, 238, 217, 0.72);
  --text-subtle: rgba(243, 238, 217, 0.55);
  --text-reverse-100: #202020;
  --text: var(--text-100);
  --white-100: #ffffff;
  --grey-100: #f8f9fa;
  --grey-200: #dee2e6;
  --grey-300: #adb5bd;
  --grey-400: #667085;
  --grey-500: #475467;
  --yellow-100: #ffcf00;
  --confirm-100: #18a999;
  --red-100: var(--primary-100);
  --red-200: var(--primary-200);
  --red-300: #ff6a63;
  --blue-100: #0f4c75;
  --green-200: #18a999;
  --bg-050: #181414;
  --bg-075: #241f1f;
  --bg-150: #1c1818;
  --bg-250: #3f3a39;
  --surface-base: #191414;
  --surface-raised: #221d1c;
  --surface-overlay: #292322;
  --surface-muted: #2f2726;
  --surface-border: rgba(243, 238, 217, 0.12);
  --surface-border-soft: rgba(243, 238, 217, 0.08);
  --surface-border-strong: rgba(173, 81, 76, 0.35);
  --shadow-soft: 0 24px 48px rgba(0, 0, 0, 0.3);
  --shadow-card: 0 14px 32px rgba(15, 23, 42, 0.35);
  --card-padding: 1.2rem;
  --default-gap: 1.2rem;
  --max-width: var(--normal-max-width);
  --focus-ring: 0 0 0 3px rgba(173, 81, 76, 0.24);
  --input-border: rgba(71, 84, 103, 0.24);
  --input-border-focus: rgba(173, 81, 76, 0.45);
  --input-focus-ring: 0 0 0 3px rgba(173, 81, 76, 0.25);
  --input-bg: rgba(255, 255, 255, 0.96);
  --input-bg-focus: #ffffff;
  --input-color: var(--text-050);
  --input-placeholder: rgba(243, 238, 217, 0.64);
  --input-label-color: var(--text-invers-150);
  --input-helper-color: rgba(243, 238, 217, 0.55);
  --input-checkbox-accent: var(--primary-200);
  --input-active-box-shadow: 0 0 1.2rem #dee2e6;
  --hover-color: var(--text-invers-100);
  --panel-bg: rgba(19, 18, 18, 0.86);
  --panel-border: rgba(243, 238, 217, 0.12);
  --panel-shadow: 0 18px 36px rgba(15, 23, 42, 0.25);
  --monospace-font:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --kontext-primary: #ad514c;
  --kontext-primary-hover: #741e20;
  --kontext-accent: #18a999;
  --kontext-surface: #0d0c0c;
  --kontext-panel: #191414;
  --kontext-panel-muted: #221d1c;
  --kontext-panel-overlay: #2a2322;
  --kontext-border: rgba(243, 238, 217, 0.12);
  --kontext-border-strong: rgba(173, 81, 76, 0.35);
  --kontext-text: #f3eed9;
  --kontext-text-muted: rgba(243, 238, 217, 0.72);
  --kontext-text-subtle: rgba(243, 238, 217, 0.55);
  --kontext-header-text: #f3eed9;
  --kontext-error: #ff6a63;
  --kontext-outline: rgba(173, 81, 76, 0.55);
  --kontext-bubble-assistant: rgba(41, 35, 34, 0.92);
  --kontext-bubble-assistant-border: rgba(243, 238, 217, 0.08);
  --kontext-bubble-assistant-shadow: 0 12px 36px rgba(10, 8, 8, 0.48);
  --kontext-bubble-user: #ad514c;
  --kontext-bubble-user-shadow: 0 16px 36px rgba(173, 81, 76, 0.32);
  --kontext-button-shadow: 0 22px 48px rgba(10, 8, 8, 0.58);
  --kontext-scrollbar: rgba(173, 81, 76, 0.45);
  --kontext-shadow: 0 26px 52px rgba(10, 8, 8, 0.55);
  --skeleton-from: rgba(15, 23, 42, 0.06);
  --skeleton-mid: rgba(15, 23, 42, 0.14);
  --skeleton-to: rgba(15, 23, 42, 0.06);
  --card-fade-strong: rgba(173, 81, 76, 0.45);
  --card-fade-secondary: rgba(47, 72, 88, 0.55);
  --card-shadow: var(--redneonglow2-box-shadow);
  --list-accent: var(--primary-100);
  --list-hover-strength: 14%;
}
:root[data-kw-theme=KehrBlatt] {
  --font-family-base: "Neutra Text", sans-serif;
  --font-family-regular: "Neutra Text", sans-serif;
  --font-family-bold: "Neutra Text", sans-serif;
  --font-family-heading: var(--font-family-bold);
  --font-family: var(--font-family-base);
  --primary-100: #0ed163;
  --primary-050: color-mix(in srgb, #0ed163 16%, white);
  --primary-075: color-mix(in srgb, #0ed163 24%, white);
  --primary-150: color-mix(in srgb, #0ed163 88%, #0a8b49);
  --primary-200: color-mix(in srgb, #0ed163 78%, white);
  --primary-300: color-mix(in srgb, #0ed163 60%, white);
  --text-invers-200: color-mix(in srgb, #0ed163 68%, #0d0c0c);
  --confirm-100: #0ed163;
  --kontext-primary: var(--primary-200);
  --kontext-primary-hover: var(--primary-100);
  --kontext-accent: #3f3e3e;
  --kontext-border-strong: color-mix(in srgb, var(--primary-100) 32%, transparent);
  --kontext-outline: color-mix(in srgb, var(--primary-100) 45%, transparent);
  --kontext-bubble-user: var(--primary-200);
  --kontext-bubble-user-shadow: 0 16px 36px color-mix(in srgb, var(--primary-100) 32%, transparent);
  --kontext-scrollbar: color-mix(in srgb, var(--primary-100) 45%, transparent);
  --focus-ring: 0 0 0 3px color-mix(in srgb, var(--primary-200) 32%, transparent);
  --input-border-focus: color-mix(in srgb, var(--primary-100) 55%, transparent);
  --input-focus-ring: 0 0 0 3px color-mix(in srgb, var(--primary-100) 26%, transparent);
  --card-fade-strong: color-mix(in srgb, var(--primary-100) 38%, transparent);
  --card-fade-secondary: color-mix(in srgb, var(--primary-150) 28%, transparent);
  --card-shadow: 0 18px 42px color-mix(in srgb, var(--primary-100) 24%, rgba(0, 0, 0, 0.6));
  --list-hover-strength: 10%;
}
@media only screen and (min-width: 968px) and (max-width: 1223px) {
  :root {
    --horizontal-default-margin: 2.4rem;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --horizontal-default-margin: 3.6rem;
  }
}

/* node_modules/simplebar/dist/simplebar.css */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/typography/SectionTitle.esbuild-svelte-fake-css */
.kw-header-with-button.svelte-o6bdyh {
  --kw-section-title-button-width: 0px;
  --kw-section-title-header-gap: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.6rem;
  width: 100%;
}
.kw-header-with-button.svelte-o6bdyh:not(.no-wrap) {
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.kw-header-with-button.svelte-o6bdyh:not(.no-wrap) .button-actions:where(.svelte-o6bdyh) {
  flex: 0 10 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}
.kw-header-with-button.svelte-o6bdyh .kw-section-title:where(.svelte-o6bdyh) {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}
.kw-header-with-button.no-wrap.svelte-o6bdyh .kw-section-title:where(.svelte-o6bdyh) {
  max-width: max(0px, calc(100% - var(--kw-section-title-button-width) - var(--kw-section-title-header-gap)));
}
@media (max-width: 600px) {
  .kw-header-with-button.mobile-wrap.svelte-o6bdyh {
    flex-direction: column;
    align-items: stretch;
  }
  .kw-header-with-button.mobile-wrap.svelte-o6bdyh .kw-section-title:where(.svelte-o6bdyh) {
    width: 100%;
    max-width: 100%;
  }
  .kw-header-with-button.mobile-wrap.svelte-o6bdyh .button-actions:where(.svelte-o6bdyh) {
    width: 100%;
    align-self: stretch;
    justify-content: flex-end;
  }
}
.button-actions.svelte-o6bdyh {
  display: flex;
  gap: 1.2rem;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-start;
}
@media (max-width: 1000px) {
  .button-actions.svelte-o6bdyh {
    flex-wrap: wrap;
  }
}
.kw-section-title.svelte-o6bdyh {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
}
.kw-section-title.svelte-o6bdyh .kw-section-title__top-row:where(.svelte-o6bdyh) {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.kw-section-title.svelte-o6bdyh .kw-section-title__secondary-cta:where(.svelte-o6bdyh) {
  margin-left: auto;
}
.kw-section-title.svelte-o6bdyh small:where(.svelte-o6bdyh) {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.kw-section-title.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) {
  color: var(--text-primary-100);
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
}
.kw-section-title.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) :where(.svelte-o6bdyh) {
  color: var(--text-primary-100);
}
.kw-section-title.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) .kw-section-title__heading-title:where(.svelte-o6bdyh) {
  min-width: 0;
}
.kw-section-title.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) .kw-section-title__heading-title.no-wrap:where(.svelte-o6bdyh) {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kw-section-title.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) button:where(.svelte-o6bdyh) {
  display: flex;
  align-items: flex-end;
}
.kw-section-title.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) button:where(.svelte-o6bdyh):hover {
  opacity: 0.5;
}
.kw-section-title.svelte-o6bdyh p:where(.svelte-o6bdyh) {
  margin: 0;
  line-height: 1.6;
}
.kw-section-title.darkMode.svelte-o6bdyh small:where(.svelte-o6bdyh) {
  color: var(--text-200) !important;
}
.kw-section-title.darkMode.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) {
  color: var(--primary-100) !important;
}
.kw-section-title.darkMode.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) :where(.svelte-o6bdyh) {
  color: var(--primary-100) !important;
}
.kw-section-title.darkMode.svelte-o6bdyh p:where(.svelte-o6bdyh) {
  color: var(--text-200) !important;
}
.kw-section-title.lightMode.svelte-o6bdyh small:where(.svelte-o6bdyh) {
  color: color-mix(in srgb, var(--text-invers-100) 80%, transparent) !important;
}
.kw-section-title.lightMode.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) {
  color: var(--primary-100) !important;
}
.kw-section-title.lightMode.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) :where(.svelte-o6bdyh) {
  color: var(--primary-100) !important;
}
.kw-section-title.lightMode.svelte-o6bdyh p:where(.svelte-o6bdyh) {
  color: color-mix(in srgb, var(--text-invers-100) 85%, transparent) !important;
}
.small.svelte-o6bdyh {
  gap: 0.2rem;
}
.small.svelte-o6bdyh small:where(.svelte-o6bdyh) {
  font-size: 0.5rem;
}
.small.svelte-o6bdyh .kw-section-title__heading:where(.svelte-o6bdyh) {
  font-size: 1.3rem;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/overlay/ModalDialog.esbuild-svelte-fake-css */
.modal {
  border: none;
  padding: 0;
  margin: auto;
  background: transparent;
  border-radius: 0;
  width: min(100%, 540px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal.modal--small {
  width: min(100%, 420px);
}
.modal.modal--large {
  width: min(100%, 720px);
}
.modal.modal--xl {
  width: min(100%, 1700px);
  height: min(80vh, 700px);
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.modal__footer {
  border-top: 1px solid rgba(243, 238, 217, 0.2);
  padding-top: 0.6rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modal__header {
  display: flex;
  align-items: stretch;
  position: relative;
  height: 2.4rem;
  padding: 0;
}
.modal__bar {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 0.45rem 1.2rem 0.4rem;
  padding-top: 1.2rem;
  padding-bottom: 0px;
  background: var(--bg-100);
  border-top: 1px solid rgba(243, 238, 217, 0.2);
  border-left: 1px solid rgba(243, 238, 217, 0.2);
}
.modal__title {
  margin: 0;
  font-size: 1.2rem;
  color: var(--text-100);
  line-height: 1.2;
  margin-top: 0.6rem;
}
.modal__corner {
  position: relative;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 105%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.modal__crinkle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  pointer-events: none;
}
.modal__crinkle svg {
  height: 100%;
  width: auto;
  display: block;
}
.modal__crinkle path {
  fill: var(--bg-100);
  stroke: none;
}
.modal__crinkle line {
  stroke: rgba(243, 238, 217, 0.2);
  stroke-width: 1px;
}
.modal__close {
  position: relative;
  background: none;
  border: none;
  color: color-mix(in srgb, var(--text-100) 60%, transparent);
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.3rem;
  line-height: 1;
  border-radius: 999px;
  transition: color 0.2s, background-color 0.2s;
  z-index: 1;
}
.modal__body {
  background: var(--bg-100);
  border: 1px solid rgba(243, 238, 217, 0.2);
  border-top: 0px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(90vh - 2.4rem);
  overflow: auto;
  padding: 1.2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal__body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.modal__body .simplebar-track.simplebar-vertical {
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  width: 7px;
  overflow: visible;
  top: 1.2rem;
  bottom: 1.2rem;
  right: 2px;
}
.modal__body .simplebar-scrollbar {
  transition-duration: 0ms !important;
  cursor: pointer;
}
.modal__body .simplebar-scrollbar::before {
  background-color: var(--neutral-white);
  top: -2px;
  left: -2px;
  opacity: 1;
  border-radius: 0;
  width: 11px;
  height: calc(100% + 2px);
  transition-delay: 0s;
}
.modal ul li {
  color: var(--text-100) !important;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/help/HelpDialog.esbuild-svelte-fake-css */
.help-modal-gb .content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: var(--text-100);
  line-height: 1.5;
}
.help-modal-gb .lead-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.help-modal-gb .lead {
  margin: 0;
  color: var(--text-100);
}
.help-modal-gb .info-strip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.65rem;
  border: 1px solid var(--border-1, rgba(255, 255, 255, 0.08));
  color: var(--text-100);
}
.help-modal-gb .sections {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.help-modal-gb .sections section {
  border: 1px solid white;
  display: flex;
  flex-direction: column;
  flex: 1 1 var(--min-col, 220px);
  min-width: min(100%, var(--min-col, 220px));
}
.help-modal-gb .sections section .section-header {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--text-invers-100);
  background-color: white;
  width: fit-content;
  padding: 2px 4px;
}
.help-modal-gb .sections section .section-header h3 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-invers-100);
}
.help-modal-gb .sections section ul {
  margin: 0;
  padding: 0.6rem;
  color: var(--text-100);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.help-modal-gb .sections section ul li {
  border: 1px solid #ffffff;
  padding: 0.6rem;
  line-height: 1.45;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.help-modal-gb .sections section ul li * {
  white-space: inherit;
  overflow-wrap: inherit;
  word-break: inherit;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/SidebarPanel.esbuild-svelte-fake-css */
.sidebarOverlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  bottom: -200%;
  top: 200%;
  transition: all 0.25s ease;
  pointer-events: none;
}
.sidebarOverlay.visible {
  bottom: 0;
  top: 0;
  left: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 1224px) {
  .sidebarOverlay {
    top: 0;
    bottom: 0;
    right: -100vw;
    left: 100vw;
  }
  .sidebarOverlay.visible {
    right: 0;
  }
}
.sidebarOverlay .dark-side {
  flex-grow: 1;
  height: 100%;
}
.sidebarOverlay .content-side {
  width: 100vw;
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  height: 100%;
}
@media only screen and (min-width: 1224px) {
  .sidebarOverlay .content-side {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side {
    height: 70%;
  }
}
.sidebarOverlay .content-side .content-block {
  height: 100%;
  width: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block {
    height: unset;
  }
}
.sidebarOverlay .content-side .content-block.hideTillDispatch.hideIt {
  display: none;
}
.sidebarOverlay .content-side .content-block header .upper-bar {
  width: 100%;
  display: flex;
  height: 88px;
  background-color: var(--bg-100);
}
.sidebarOverlay .content-side .content-block header .upper-bar.noBg {
  background-color: transparent;
}
.sidebarOverlay .content-side .content-block header .upper-bar .crinkle {
  height: 100%;
  width: auto;
  margin-right: -1px;
}
.sidebarOverlay .content-side .content-block header .upper-bar .crinkle .crinkle-divider {
  stroke: transparent;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
  shape-rendering: crispEdges;
}
.sidebarOverlay .content-side .content-block header .upper-bar .mobile-crinkle {
  display: none;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block header .upper-bar {
    height: 70px;
  }
  .sidebarOverlay .content-side .content-block header .upper-bar .desktop-crinkle {
    display: none;
  }
  .sidebarOverlay .content-side .content-block header .upper-bar .mobile-crinkle {
    display: block;
  }
}
.sidebarOverlay .content-side .content-block header .upper-bar h2 {
  background-color: var(--neutral-white);
  flex-grow: 1;
  color: var(--text-invers-100);
  display: flex;
  align-items: flex-end;
  font-weight: 700;
}
.sidebarOverlay .content-side .content-block header .upper-bar .close {
  background-color: var(--neutral-white);
  padding-top: 0.6rem;
  padding-right: 27px;
  color: var(--text-invers-100);
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
}
.sidebarOverlay .content-side .content-block header .upper-bar .close button {
  color: var(--text-invers-100);
  border: none;
  background: transparent;
  cursor: pointer;
}
.sidebarOverlay .content-side .content-block header .upper-bar .close .close-btn {
  transform: none;
}
.sidebarOverlay .content-side .content-block header .lower-bar {
  height: 1.2rem;
  background-color: white;
  width: 100%;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block.active {
    height: unset;
    max-height: calc(100vh - 200px);
    flex-grow: 1;
  }
}
.sidebarOverlay .content-side .content-block .simplebar-content {
  height: 100%;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block .simplebar-content {
    padding-top: 12px !important;
  }
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block .simplebar-track {
    margin-top: 12px !important;
    margin-bottom: 12px;
  }
}
.sidebarOverlay .content-side .content-block:only-child {
  height: 100%;
}
@media only screen and (min-width: 1224px) {
  .sidebarOverlay .content-side .content-block {
    width: 50vw;
    border-left: 1px solid var(--bg-invers-100);
  }
}
.sidebarOverlay .content-side .content-block .interaction-shield {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
}
@media only screen and (min-width: 1224px) {
  .sidebarOverlay .content-side .content-block.darkOnDark {
    border-left: 1px solid var(--neutral-white);
  }
}
.sidebarOverlay .content-side .content-block.darkOnDark header .upper-bar .crinkle {
  background-color: var(--bg-100);
  position: relative;
}
.sidebarOverlay .content-side .content-block.darkOnDark header .upper-bar .crinkle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 2px;
  background-color: var(--bg-100);
  pointer-events: none;
}
.sidebarOverlay .content-side .content-block.darkOnDark header .upper-bar .crinkle .crinkle-divider {
  stroke: var(--neutral-white);
}
@media only screen and (min-width: 1440px) {
  .sidebarOverlay .content-side .content-block {
    width: max(40vw, 828px);
  }
}
@media only screen and (min-width: 1224px) {
  .sidebarOverlay .content-side .content-block.fullscreen {
    width: 100vw;
    max-width: 100vw;
    border-left: none;
  }
}
@media only screen and (min-width: 1224px) {
  .sidebarOverlay .content-side .content-block.collapsed {
    width: 88px;
    min-width: 88px;
    max-width: 88px;
    flex: 0 0 88px;
    border-left: 1px solid var(--bg-invers-100);
    overflow: hidden;
    background-color: var(--neutral-white);
  }
  .sidebarOverlay .content-side .content-block.collapsed.darkOnDark {
    border-left: 1px solid var(--neutral-white);
  }
  .sidebarOverlay .content-side .content-block.collapsed header .upper-bar {
    justify-content: flex-start;
  }
  .sidebarOverlay .content-side .content-block.collapsed header h2,
  .sidebarOverlay .content-side .content-block.collapsed header .close {
    display: none;
  }
  .sidebarOverlay .content-side .content-block.collapsed header .lower-bar {
    display: none;
  }
  .sidebarOverlay .content-side .content-block.collapsed .scroll-container {
    display: none;
  }
  .sidebarOverlay .content-side .content-block.collapsed .overlay-action-footer {
    display: none;
  }
}
.sidebarOverlay .content-side .content-block .scroll-container {
  flex: 1 1 auto;
  min-height: 0;
  padding-right: 1.6rem;
  transition: height 0.3s;
  background-color: var(--neutral-white);
  padding-top: 2.4rem;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block .scroll-container:not(.active) {
    height: 0;
    max-height: 0;
    padding-top: 0;
    overflow: hidden;
  }
}
.sidebarOverlay .content-side .content-block .scroll-container .simplebar-track {
  background-color: rgba(13, 12, 12, 0.25);
  width: 7px;
  overflow: visible;
  margin-left: 5px;
  margin-right: 1.6rem;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block .scroll-container .simplebar-track {
    margin-right: 1rem;
  }
}
.sidebarOverlay .content-side .content-block .scroll-container .simplebar-scrollbar {
  transition-duration: 0ms !important;
  cursor: pointer;
}
.sidebarOverlay .content-side .content-block .scroll-container .simplebar-scrollbar::before {
  background-color: var(--bg-100);
  top: -2px;
  left: -2px;
  opacity: 1;
  border-radius: 0;
  width: 11px;
  height: calc(100% + 2px);
  transition-delay: 0s;
}
.sidebarOverlay .content-side .content-block .content-listing {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--neutral-white);
  display: flex;
  padding-left: 88px;
  padding-right: 0.4rem;
  flex-direction: column;
  flex-grow: 1;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block .content-listing {
    padding-left: 38px;
    padding-right: 0.4rem;
  }
}
.sidebarOverlay .content-side .content-block .overlay-action-footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding-top: 0.4rem;
  padding-left: 88px;
  padding-right: 1.6rem;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1.2rem);
  background-color: var(--neutral-white);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block .overlay-action-footer {
    padding-left: 38px;
    padding-right: 1rem;
  }
}
.sidebarOverlay .content-side .content-block .overlay-action-footer .dialog-actions {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
  margin-top: 1.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid color-mix(in srgb, var(--text-invers-100) 14%, transparent);
}
@media only screen and (min-width: 1224px) {
  .sidebarOverlay .content-side .content-block.dark.collapsed {
    background-color: var(--bg-100);
  }
}
.sidebarOverlay .content-side .content-block.dark header .upper-bar {
  background-color: var(--neutral-white);
}
.sidebarOverlay .content-side .content-block.dark header .upper-bar.noBg {
  background-color: transparent;
}
.sidebarOverlay .content-side .content-block.dark header .upper-bar h2 {
  background-color: var(--bg-100);
  color: var(--text-100);
}
.sidebarOverlay .content-side .content-block.dark header .upper-bar .close {
  background-color: var(--bg-100);
}
.sidebarOverlay .content-side .content-block.dark header .upper-bar .close button {
  color: var(--text-100) !important;
  transform: translate(0, 25%);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block.dark header .upper-bar .close button {
    transform: translate(-50%, 25%);
  }
}
.sidebarOverlay .content-side .content-block.dark header .upper-bar .close button svg {
  fill: var(--text-100);
}
.sidebarOverlay .content-side .content-block.dark header .upper-bar .close .close-btn {
  transform: translate(25%, 25%);
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sidebarOverlay .content-side .content-block.dark header .upper-bar .close .close-btn {
    transform: translate(-50%, 25%);
  }
}
.sidebarOverlay .content-side .content-block.dark header .lower-bar {
  background-color: var(--bg-100);
}
.sidebarOverlay .content-side .content-block.dark .scroll-container {
  background-color: var(--bg-100);
}
.sidebarOverlay .content-side .content-block.dark .scroll-container .simplebar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebarOverlay .content-side .content-block.dark .scroll-container .simplebar-scrollbar::before {
  background-color: white;
}
.sidebarOverlay .content-side .content-block.dark .content-listing {
  background-color: var(--bg-100);
  color: var(--text-100);
}
.sidebarOverlay .content-side .content-block.dark .overlay-action-footer {
  background-color: var(--bg-100);
}
.sidebarOverlay .content-side .content-block.dark .overlay-action-footer .dialog-actions {
  border-top: 1px solid color-mix(in srgb, var(--text-100) 18%, transparent);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/actions/CTA.esbuild-svelte-fake-css */
button.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 0.6rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid transparent;
  font-family: var(--font-family-bold, "Outfit-Bold", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-100);
  position: relative;
  overflow: visible;
  cursor: pointer;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    opacity 0.18s ease;
}
button.cta a {
  color: inherit;
  font: inherit;
  text-transform: inherit;
}
button.cta p {
  color: inherit;
  white-space: nowrap;
}
button.cta img {
  width: 1.2rem !important;
  height: 1.2rem !important;
}
button.cta svg,
button.cta path {
  fill: currentColor;
}
button.cta[disabled] {
  color: var(--text-100);
  opacity: 0.5;
  cursor: not-allowed;
}
@media only screen and (max-width: 967px) {
  button.cta.hideLabelOnMobile p {
    display: none !important;
  }
}
button.cta.small {
  padding: 0.4rem 0.6rem;
}
button.cta.small img {
  width: 1rem !important;
  height: 1rem !important;
}
button.cta.small.hasTooltipIcon {
  padding-right: 1.8rem;
}
@media only screen and (max-width: 967px) {
  button.cta.hideContentOnMobile {
    gap: 0.4rem;
    padding: 0.55rem;
  }
  button.cta.hideContentOnMobile p {
    display: none !important;
  }
  button.cta.hideContentOnMobile.small {
    padding: 0.4rem 0.5rem;
  }
  button.cta.hideContentOnMobile.hasTooltipIcon {
    padding-right: 2rem;
  }
}
button.cta.noBorder {
  border-color: transparent;
}
button.cta.colorForce {
  color: var(--neutral-white);
}
button.cta.whiteVersion {
  color: var(--neutral-white);
}
button.cta.whiteVersion svg,
button.cta.whiteVersion path {
  fill: var(--neutral-white);
}
button.cta.primary {
  background-color: var(--primary-100);
  color: var(--neutral-white) !important;
}
button.cta.primary p {
  color: var(--neutral-white) !important;
}
button.cta.secondary {
  background-color: var(--text-invers-100);
  color: var(--neutral-white) !important;
}
button.cta.secondary p {
  color: var(--neutral-white) !important;
}
button.cta.tertiary {
  background-color: transparent;
  border-color: color-mix(in srgb, var(--text-100) 24%, transparent);
}
button.cta.primaryButton {
  background: var(--primary-100);
  color: var(--neutral-white);
}
button.cta.primaryButton p {
  color: var(--neutral-white) !important;
}
button.cta.primaryButton:not(.noHover):hover {
  background-color: var(--primary-200);
}
button.cta.normal {
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.7rem 0 !important;
  color: var(--text-100);
}
button.cta.normal p {
  padding: 0;
}
button.cta.secondaryButton {
  background-color: var(--blue-100);
  color: var(--neutral-white);
}
button.cta.secondaryButton p {
  color: var(--neutral-white) !important;
}
button.cta.secondaryButton:not(.noHover):hover {
  background: var(--primary-200);
}
button.cta.tertiaryButton.darkMode {
  background: transparent;
  border-color: color-mix(in srgb, var(--text-100) 28%, transparent);
  color: var(--text-100);
}
button.cta.tertiaryButton.darkMode:not(.noHover):hover {
  background: var(--text-100);
  color: var(--bg-100);
}
button.cta.tertiaryButton.lightMode {
  background: transparent;
  border-color: color-mix(in srgb, var(--text-invers-100) 32%, transparent);
  color: var(--text-invers-100);
}
button.cta.tertiaryButton.lightMode .cta-tooltip-icon {
  color: var(--text-invers-100);
}
button.cta.tertiaryButton.lightMode:not(.noHover):hover {
  background: var(--text-invers-100);
  color: var(--neutral-white);
}
button.cta.ghostButton {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 1.2rem;
}
button.cta.ghostButton p {
  font-weight: 400;
}
button.cta.ghostButton.darkMode {
  border: 1px solid color-mix(in srgb, var(--neutral-white) 65%, transparent);
  color: var(--neutral-white);
}
button.cta.ghostButton.darkMode:not(.noHover):hover {
  background: var(--neutral-white);
  color: var(--text-100);
}
button.cta.ghostButton.lightMode {
  border: 1px solid color-mix(in srgb, var(--text-invers-100) 45%, transparent);
  color: var(--text-invers-100);
}
button.cta.ghostButton.lightMode:not(.noHover):hover {
  background: var(--text-invers-100);
  color: var(--neutral-white);
}
button.cta.ghostButtonReverse {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 6px 1.2rem;
}
button.cta.ghostButtonReverse.darkMode {
  border: 1px solid color-mix(in srgb, var(--text-100) 55%, transparent);
  color: var(--text-100);
}
button.cta.ghostButtonReverse.darkMode:not(.noHover):hover {
  background: var(--text-100);
  color: var(--bg-100);
}
button.cta.ghostButtonReverse.lightMode {
  border: 1px solid color-mix(in srgb, var(--text-invers-100) 55%, transparent);
  color: var(--text-invers-100);
}
button.cta.ghostButtonReverse.lightMode:not(.noHover):hover {
  background: var(--text-invers-100);
  color: var(--neutral-white);
}
button.cta.toggle {
  text-transform: none;
  letter-spacing: 0;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid color-mix(in srgb, var(--text-100) 24%, transparent);
  background: transparent;
  color: var(--text-100);
  font-size: 0.95rem;
}
button.cta.toggle.darkMode {
  color: var(--neutral-white);
  border-color: color-mix(in srgb, var(--neutral-white) 28%, transparent);
}
button.cta.toggle.lightMode {
  color: var(--text-invers-100);
  border-color: color-mix(in srgb, var(--text-invers-100) 28%, transparent);
}
button.cta.toggle:not(.active):not(.noHover):hover {
  background: color-mix(in srgb, var(--primary-100) 10%, transparent);
  color: var(--neutral-white);
}
button.cta.toggle.active {
  background: var(--primary-100);
  color: var(--neutral-white);
  border-color: color-mix(in srgb, var(--primary-200) 45%, transparent);
}
button.cta.toggle.active:not(.noHover):hover {
  background: var(--primary-200);
}
button.cta.toggle.small {
  padding: 0.25rem 0.5rem;
}
button.cta.toggle p {
  padding: 0;
  text-transform: none;
}
button.cta.tableButton,
button.cta.tableButtonWithContent {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.35rem;
  cursor: pointer;
  transition:
    background-color 0.12s ease,
    color 0.12s ease,
    transform 0.05s ease,
    border-color 0.12s ease;
  color: var(--text-invers-100);
  border: 1px solid transparent !important;
  border: none;
  font-weight: 600 !important;
}
button.cta.tableButton p,
button.cta.tableButtonWithContent p {
  font-size: 0.9rem;
}
button.cta.tableButton:hover,
button.cta.tableButtonWithContent:hover {
  color: var(--bg-100) !important;
  border: 1px solid var(--bg-100) !important;
}
button.cta.tableButton:hover svg,
button.cta.tableButtonWithContent:hover svg,
button.cta.tableButton:hover path,
button.cta.tableButtonWithContent:hover path {
  fill: var(--bg-100) !important;
}
button.cta.tableButton.darkMode:hover,
button.cta.tableButtonWithContent.darkMode:hover {
  color: var(--primary-100) !important;
  border: 1px solid var(--primary-100) !important;
}
button.cta.tableButton.darkMode:hover svg,
button.cta.tableButtonWithContent.darkMode:hover svg,
button.cta.tableButton.darkMode:hover path,
button.cta.tableButtonWithContent.darkMode:hover path {
  fill: var(--primary-100) !important;
}
button.cta.tableButton:disabled,
button.cta.tableButtonWithContent:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}
button.cta.BubbleButton {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0.6rem;
  border-radius: 24px;
  width: fit-content;
}
button.cta.BubbleButton.darkMode {
  background: var(--text-invers-100);
  color: var(--neutral-white);
}
button.cta.BubbleButton.darkMode:not(.noHover):hover {
  background: transparent;
  color: var(--text-100);
}
button.cta.BubbleButton.lightMode {
  background: var(--text-invers-100);
  color: var(--neutral-white);
}
button.cta.BubbleButton.lightMode:not(.noHover):hover {
  background: transparent;
  color: var(--text-invers-100);
}
button.cta.confirmationButton {
  border-radius: 0.7rem;
  background: color-mix(in srgb, var(--text-invers-150) 65%, transparent);
  color: var(--neutral-white);
}
button.cta.confirmationButton.lightMode {
  background: color-mix(in srgb, var(--text-invers-150) 35%, var(--neutral-white));
  color: var(--text-invers-100);
}
button.cta.darkMode {
  color: var(--text-100);
}
button.cta.lightMode {
  color: var(--text-invers-100);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/overlay/Approvals.esbuild-svelte-fake-css */
.approval-modal {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.approval-modal .approval__description {
  margin: 0;
  color: var(--text-100);
  line-height: 1.5;
}
.approval-modal .approval__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.approval-modal .approval__actions > * {
  flex: 1;
  width: 0px;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/overlay/Notifications.esbuild-svelte-fake-css */
.container.svelte-gp2hjn {
  position: fixed;
  top: 80px;
  right: var(--horizontal-default-margin);
  width: 300px;
  min-width: 300px;
  opacity: 0.9;
  z-index: 9999;
}
.container.svelte-gp2hjn .notification:where(.svelte-gp2hjn):nth-child(1) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .container.svelte-gp2hjn {
    width: auto;
  }
}
.notification.svelte-gp2hjn {
  padding: 20px;
  top: 40px;
  border-radius: 5px;
  z-index: 9999;
  margin-top: 12px;
  position: relative;
  max-width: 300px;
  min-width: 200px;
  width: fit-content;
  word-break: break-all;
}
.notification.info.svelte-gp2hjn {
  background-color: #464646;
  color: white !important;
}
.notification.success.svelte-gp2hjn {
  background-color: #8fca8f;
  color: black !important;
}
.notification.warning.svelte-gp2hjn {
  background-color: var(--primary-200);
  color: white !important;
}
.notification.error.svelte-gp2hjn {
  background-color: var(--primary-100);
  color: white !important;
}
.notification.activate.svelte-gp2hjn {
  animation: svelte-gp2hjn-fadeinUp 0.5s;
}
@keyframes svelte-gp2hjn-fadeinUp {
  from {
    position: absolute;
    transform: translateY(100%);
    opacity: 0;
    width: fit-content;
  }
  to {
    position: absolute;
    opacity: 1;
    transform: translateY(0);
    width: fit-content;
  }
}
.notification.svelte-gp2hjn .close:where(.svelte-gp2hjn) {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.5;
  color: var(--neutral-white);
}
.blocker.svelte-gp2hjn {
  position: absolute;
  background: #525151b8;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.inModal.svelte-gp2hjn {
  top: initial;
  top: calc(50% - 50vh + 100px) !important;
  right: calc(50% - 50vw) !important;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/display/StatusTag.esbuild-svelte-fake-css */
.status-tag.svelte-1edikg3 {
  --status-bg: color-mix(in srgb, var(--status-color) 14%, transparent);
  --status-ink: color-mix(in srgb, var(--status-color) 86%, #0e1115);
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid color-mix(in srgb, var(--status-color) 60%, transparent);
  background: var(--status-bg);
  color: var(--status-ink);
  position: relative;
  overflow: hidden;
  line-height: 1.1;
  white-space: nowrap;
}
.status-tag--tooltip.svelte-1edikg3 {
  cursor: help;
}
.status-tag__label.svelte-1edikg3 {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  font-weight: 600;
  font-size: 0.93rem;
}
.status-tag__icon.svelte-1edikg3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.35rem;
  background: var(--status-color);
  color: #fff;
  border-left: 1px solid color-mix(in srgb, var(--status-color) 75%, transparent);
}
.status-tag--sm.svelte-1edikg3 .status-tag__label:where(.svelte-1edikg3) {
  padding: 0.25rem 0.55rem;
  font-size: 0.86rem;
}
.status-tag--sm.svelte-1edikg3 .status-tag__icon:where(.svelte-1edikg3) {
  padding: 0.2rem 0.3rem;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/PageTitle.esbuild-svelte-fake-css */
#pageHeadline.svelte-m8xx04 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-100);
  width: 100%;
  padding: 4.8rem 0px;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) {
  gap: 12px;
  max-width: var(--normal-max-width);
  color: var(--text-100);
  margin: 0px var(--horizontal-default-margin);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) > a:where(.svelte-m8xx04) {
  color: var(--text-100);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
  opacity: 1;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) > a:where(.svelte-m8xx04):hover {
  color: var(--primary-100) !important;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) .title-wrapper:where(.svelte-m8xx04) {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) .title-wrapper:where(.svelte-m8xx04) h1:where(.svelte-m8xx04) {
  padding: 0px;
  margin-bottom: 12px;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) .title-wrapper:where(.svelte-m8xx04) .subtitle:where(.svelte-m8xx04) {
  margin: 0;
  color: var(--text-70);
  font-size: 1.2em;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) .title-wrapper:where(.svelte-m8xx04) .page-title__heading:where(.svelte-m8xx04) {
  display: flex;
  gap: 0.6rem;
  align-items: flex-end;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) .title-wrapper:where(.svelte-m8xx04) .page-title__help:where(.svelte-m8xx04) {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: flex-end;
  color: var(--text-100);
  transition: color 0.2s;
}
#pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) .title-wrapper:where(.svelte-m8xx04) .page-title__help:where(.svelte-m8xx04):hover {
  color: var(--primary-100) !important;
}
@media only screen and (max-width: 967px) {
  #pageHeadline.svelte-m8xx04 .wrapper:where(.svelte-m8xx04) .title-wrapper:where(.svelte-m8xx04) {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
#pageHeadline.svelte-m8xx04 .wrapper.marginBottom:where(.svelte-m8xx04) {
  margin-bottom: 2.4rem;
}
#pageHeadline p {
  color: var(--text-100);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/PageNavigation.esbuild-svelte-fake-css */
.sticky-bar.svelte-5evuhw {
  top: 107px;
  width: 100%;
  position: sticky;
  z-index: 9997;
  display: flex;
  justify-content: center;
  background-color: var(--bg-100);
  border-bottom: 1px solid var(--bg-100);
}
@media only screen and (max-width: 967px) {
  .sticky-bar.svelte-5evuhw {
    top: 76px;
  }
}
.sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw) {
  max-width: var(--normal-max-width);
  padding-top: 0.6rem;
  margin: 0px var(--horizontal-default-margin);
  height: 2.4rem;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 10px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw)::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 967px) {
  .sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw) {
    padding-top: 0.25rem;
  }
}
.sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw) button:where(.svelte-5evuhw) {
  background: transparent;
  display: flex;
  color: color-mix(in srgb, var(--text-300) 45%, var(--text-100) 55%);
  height: 100%;
}
.sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw) button:where(.svelte-5evuhw) p:where(.svelte-5evuhw) {
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  line-height: 0.7rem;
  white-space: nowrap;
  color: inherit;
}
.sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw) button:where(.svelte-5evuhw) svg:where(.svelte-5evuhw) {
  width: 0px;
  height: 100%;
  overflow: hidden;
  margin-bottom: -3px;
}
.sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw) button:where(.svelte-5evuhw) svg.visible:where(.svelte-5evuhw) {
  width: unset;
}
.sticky-bar.svelte-5evuhw .bar:where(.svelte-5evuhw) button.active:where(.svelte-5evuhw) p:where(.svelte-5evuhw) {
  color: var(--bg-200);
  background-color: white;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/FullscreenToggle.esbuild-svelte-fake-css */
.fullscreen-toggle.svelte-1xcmuk4 {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 0.8rem;
  border: 1px solid color-mix(in srgb, var(--bg-400) 75%, transparent);
  background: color-mix(in srgb, var(--bg-400) 40%, transparent);
  color: var(--text-100);
  font: inherit;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}
.fullscreen-toggle.svelte-1xcmuk4:hover,
.fullscreen-toggle.svelte-1xcmuk4:focus-visible {
  outline: none;
  background: color-mix(in srgb, var(--bg-400) 60%, transparent);
  border-color: color-mix(in srgb, var(--bg-400) 85%, transparent);
}
.fullscreen-toggle.fullscreen-active.svelte-1xcmuk4 {
  background: color-mix(in srgb, var(--accent-color, #f7c35f) 20%, var(--bg-400) 60%);
  border-color: color-mix(in srgb, var(--accent-color, #f7c35f) 55%, transparent);
}
.fullscreen-toggle.svelte-1xcmuk4 span:where(.svelte-1xcmuk4) {
  font-size: 0.95rem;
  white-space: nowrap;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/PageTemplate.esbuild-svelte-fake-css */
.sticky-bar.svelte-9ltwes {
  position: sticky;
  top: calc(107px);
  height: 2.4rem;
  background-color: white;
  width: 100%;
  z-index: 9997;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .sticky-bar.svelte-9ltwes {
    display: none;
  }
}
.page-template__actions {
  display: flex;
  gap: 0.75rem;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.page-template__actions.fullscreen {
  position: fixed;
  top: 0.6rem;
  left: 0;
  right: 0;
  z-index: 9999;
}
.page-template__actions.fullscreen * {
  color: var(--text-invers-100) !important;
}
.page-template__actions--inner {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  justify-content: flex-end;
  max-width: var(--normal-max-width);
  align-items: center;
}
.page-template__actions.fullscreen .page-template__actions--inner {
  max-width: none;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.page-template__layout.svelte-9ltwes {
  --nav-expanded-width: minmax(280px, 300px);
  --nav-collapsed-width: 2.4rem;
  --nav-width: var(--nav-expanded-width);
  display: grid;
  grid-template-columns: var(--nav-width) 1fr;
  gap: 1.6rem;
  align-items: flex-start;
  width: 100%;
  transition: grid-template-columns 180ms ease, gap 180ms ease;
}
.page-template__layout.fullscreen.svelte-9ltwes {
  grid-template-columns: 1fr;
  min-height: 100%;
  padding-top: 1.2rem;
}
.page-template__layout.collapsed.svelte-9ltwes {
  --nav-width: var(--nav-collapsed-width);
  gap: 1.2rem;
}
.page-template__layout.noPrimaryNavigation.svelte-9ltwes {
  grid-template-columns: 1fr;
  gap: 0;
}
.page-template__primary.svelte-9ltwes {
  position: sticky;
  top: calc(107px + 2.4rem);
  align-self: start;
  transition:
    width 180ms ease,
    min-width 180ms ease,
    max-width 180ms ease;
}
.page-template__primary.collapsed.svelte-9ltwes {
  width: var(--nav-collapsed-width);
  min-width: var(--nav-collapsed-width);
  max-width: var(--nav-collapsed-width);
}
.page-template__primary.hasTabs.svelte-9ltwes {
  top: calc(107px + 2.4rem + 3.6rem);
}
.page-template__panel.svelte-9ltwes {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.page-template__panel.fullscreen.svelte-9ltwes {
  gap: 0.5rem;
  flex: 1;
}
.page-template__content.svelte-9ltwes {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.page-template__content.small.svelte-9ltwes {
  max-width: 1120px;
  margin: 0 auto;
}
.page-template__content.large.svelte-9ltwes {
  max-width: var(--normal-max-width);
  margin: 0 auto;
}
.page-template__content.fullscreen.svelte-9ltwes {
  flex: 1;
}
.nav.svelte-9ltwes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 280px;
  max-width: 300px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition:
    width 180ms ease,
    min-width 180ms ease,
    max-width 180ms ease,
    gap 160ms ease;
}
.nav.collapsed.svelte-9ltwes {
  min-width: var(--nav-collapsed-width);
  max-width: var(--nav-collapsed-width);
  width: var(--nav-collapsed-width);
  gap: 0.5rem;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .nav.svelte-9ltwes {
    min-width: 100%;
    max-width: 100%;
  }
}
.nav.svelte-9ltwes li:where(.svelte-9ltwes) {
  border-radius: 2px;
  border: 1px solid var(--bg-100);
  display: flex;
  align-items: center;
  background-color: var(--neutral-white);
  overflow: hidden;
  transition: background-color 140ms ease, border-color 140ms ease;
}
.nav.svelte-9ltwes li:where(.svelte-9ltwes) a:where(.svelte-9ltwes),
.nav.svelte-9ltwes li:where(.svelte-9ltwes) button:where(.svelte-9ltwes) {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0.6rem 1.2rem;
  align-items: center;
  overflow: hidden;
  gap: 1.2rem;
  color: var(--bg-100);
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.nav.svelte-9ltwes li:where(.svelte-9ltwes) a:where(.svelte-9ltwes) .icon:where(.svelte-9ltwes),
.nav.svelte-9ltwes li:where(.svelte-9ltwes) button:where(.svelte-9ltwes) .icon:where(.svelte-9ltwes) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  width: 1.2rem;
}
.nav.svelte-9ltwes li:where(.svelte-9ltwes) a:where(.svelte-9ltwes) .icon:where(.svelte-9ltwes) svg,
.nav.svelte-9ltwes li:where(.svelte-9ltwes) button:where(.svelte-9ltwes) .icon:where(.svelte-9ltwes) svg {
  width: 100%;
  height: 100%;
}
.nav.svelte-9ltwes li:where(.svelte-9ltwes) a:where(.svelte-9ltwes) .label:where(.svelte-9ltwes),
.nav.svelte-9ltwes li:where(.svelte-9ltwes) button:where(.svelte-9ltwes) .label:where(.svelte-9ltwes) {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 0.6rem;
  transition:
    opacity 140ms ease,
    max-width 140ms ease,
    margin 140ms ease;
}
.nav.svelte-9ltwes li.active:where(.svelte-9ltwes) {
  background: var(--bg-100);
}
.nav.svelte-9ltwes li.active:where(.svelte-9ltwes) a:where(.svelte-9ltwes),
.nav.svelte-9ltwes li.active:where(.svelte-9ltwes) button:where(.svelte-9ltwes) {
  color: var(--neutral-white);
}
.nav.svelte-9ltwes li.nav__toggle:where(.svelte-9ltwes) button:where(.svelte-9ltwes) {
  font-weight: 600;
}
.nav.collapsed.svelte-9ltwes li:where(.svelte-9ltwes) {
  justify-content: center;
}
.nav.collapsed.svelte-9ltwes a:where(.svelte-9ltwes),
.nav.collapsed.svelte-9ltwes button:where(.svelte-9ltwes) {
  justify-content: center;
  padding: 0.6rem;
  gap: 0;
}
.nav.collapsed.svelte-9ltwes .label:where(.svelte-9ltwes) {
  opacity: 0;
  max-width: 0;
  margin: 0;
  overflow: hidden;
}
@media only screen and (min-width: 100px) and (max-width: 967px) {
  .page-template__layout.svelte-9ltwes {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .page-template__layout.collapsed.svelte-9ltwes {
    grid-template-columns: 1fr;
  }
  .page-template__layout.svelte-9ltwes .page-template__primary:where(.svelte-9ltwes) {
    display: none;
  }
  .nav.svelte-9ltwes {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .nav.collapsed.svelte-9ltwes {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    gap: 10px;
  }
  .nav.collapsed.svelte-9ltwes a:where(.svelte-9ltwes),
  .nav.collapsed.svelte-9ltwes button:where(.svelte-9ltwes) {
    justify-content: flex-start;
    padding: 0.6rem 1.2rem;
    gap: 1.2rem;
  }
  .nav.collapsed.svelte-9ltwes .label:where(.svelte-9ltwes) {
    opacity: 1;
    max-width: none;
  }
}
.page-template__section.fullscreen .kw-crinkled-section__wrapper {
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  display: flex;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.page-template__section.fullscreen .kw-crinkled-section__wrapper-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/ControlBanner.esbuild-svelte-fake-css */
.control-banner.svelte-18vuiag {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-100);
  color: var(--text-100);
  padding: 6px 0px;
  border-bottom: 1px solid #625755;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.control-banner.danger.svelte-18vuiag :where(.svelte-18vuiag) {
  color: var(--primary-100) !important;
}
.banner-content.svelte-18vuiag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--normal-max-width);
  width: 100%;
  margin: 0px var(--horizontal-default-margin);
}
.text-block.svelte-18vuiag {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  animation: svelte-18vuiag-fadeLoop 3s ease-in-out infinite;
}
.headline.svelte-18vuiag {
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-100);
  margin: 0;
  font-size: 0.95rem;
}
.actions.svelte-18vuiag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.action.svelte-18vuiag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-100);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border 160ms ease;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.close.svelte-18vuiag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-100);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}
@keyframes svelte-18vuiag-fadeLoop {
  0%, 100% {
    opacity: 0.8;
  }
  30%, 70% {
    opacity: 1;
  }
}
@keyframes svelte-18vuiag-shimmer {
  0% {
    background-position:
      0 0,
      100% 0,
      50% 100%;
  }
  100% {
    background-position:
      100% 0,
      0 0,
      50% 0;
  }
}
@media (max-width: 960px) {
  .banner-content.svelte-18vuiag {
    flex-direction: column;
    align-items: flex-start;
  }
  .actions.svelte-18vuiag {
    width: 100%;
    justify-content: flex-start;
  }
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/ControlAppHeader.esbuild-svelte-fake-css */
.kw-control-header.svelte-ektitk {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--bg-100);
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
  position: relative;
  z-index: 9998;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.kw-control-header--sticky.svelte-ektitk {
  position: sticky;
  top: 0;
}
.kw-control-header__inner.svelte-ektitk {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: nowrap;
  margin: 0 var(--horizontal-default-margin, 0);
}
.kw-control-header__brand.svelte-ektitk {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  flex: 1 1 auto;
}
.kw-control-header__brand-placeholder.svelte-ektitk {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-100);
}
.kw-control-header__actions.svelte-ektitk {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  justify-content: flex-end;
}
.kw-control-header__crinkle.svelte-ektitk {
  position: absolute;
  right: -3px;
  bottom: -60px;
  width: 61px;
  height: 61px;
}
.kw-control-header__crinkle.svelte-ektitk svg:where(.svelte-ektitk) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: rotate(180deg);
}
@media only screen and (max-width: 967px) {
  .kw-control-header.svelte-ektitk {
    padding: 0.85rem 1.1rem;
  }
  .kw-control-header__inner.svelte-ektitk {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .kw-control-header__actions.svelte-ektitk {
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .kw-control-header__actions.svelte-ektitk button.cta {
    width: auto;
    justify-content: flex-end;
  }
}
.kw-control-header__crinkle img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: rotate(180deg);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/display/UserProfileBubble.esbuild-svelte-fake-css */
.kw-user-profile-bubble.svelte-1iovdh7 {
  --kw-user-profile-bubble-size: 46px;
  width: var(--kw-user-profile-bubble-size);
  min-width: var(--kw-user-profile-bubble-size);
  height: var(--kw-user-profile-bubble-size);
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--text-100, #102033) 18%, transparent);
  background: color-mix(in srgb, var(--bg-300, #0b1a2b) 70%, transparent);
  display: grid;
  place-items: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-invers-100, #2f4858);
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  flex-shrink: 0;
}
.kw-user-profile-bubble.has-image.svelte-1iovdh7 {
  background: color-mix(in srgb, var(--bg-300, #0b1a2b) 24%, transparent);
  border-color: color-mix(in srgb, var(--text-100, #102033) 12%, transparent);
}
.kw-user-profile-bubble.is-emphasized.svelte-1iovdh7:not(.has-image) {
  border-color: var(--text-invers-100, #2f4858);
}
.kw-user-profile-bubble.svelte-1iovdh7 img:where(.svelte-1iovdh7) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kw-user-profile-bubble.svelte-1iovdh7 span:where(.svelte-1iovdh7) {
  font-size: calc(var(--kw-user-profile-bubble-size) * 0.4);
  line-height: 1;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/navigation/AdminActiveAppCard.esbuild-svelte-fake-css */
.kw-stack.svelte-14d9q5p {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.kw-stack__card.svelte-14d9q5p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  color: var(--text-100);
  text-decoration: none;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--text-100) 12%, transparent);
  box-shadow: none;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/navigation/AdminPrimaryNavigation.esbuild-svelte-fake-css */
.kw-primary-nav.svelte-1qbj8t0 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.kw-primary-nav.svelte-1qbj8t0 a:where(.svelte-1qbj8t0) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.4px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--text-100) 12%, transparent);
  color: var(--text-100);
  text-decoration: none;
  transition: border-color 0.16s ease, background 0.16s ease;
}
.kw-primary-nav.svelte-1qbj8t0 a:where(.svelte-1qbj8t0):hover,
.kw-primary-nav.svelte-1qbj8t0 a:where(.svelte-1qbj8t0):focus-visible {
  background: color-mix(in srgb, var(--text-100) 4%, transparent);
  border-color: color-mix(in srgb, var(--text-100) 20%, transparent);
}
.kw-primary-nav.svelte-1qbj8t0 a.active:where(.svelte-1qbj8t0) {
  border-color: color-mix(in srgb, var(--text-100) 26%, transparent);
  background: color-mix(in srgb, var(--text-100) 6%, transparent);
  box-shadow: none;
}
.kw-primary-nav__text.svelte-1qbj8t0 {
  display: grid;
  gap: 0.08rem;
}
.kw-primary-nav__title.svelte-1qbj8t0 {
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--text-100);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/navigation/AdminNavList.esbuild-svelte-fake-css */
.kw-user-menu__nav.svelte-1l7kf83 {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.kw-user-menu__nav.svelte-1l7kf83 a:where(.svelte-1l7kf83) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 0.98rem;
  padding: 0.75rem 0.9rem;
  background: color-mix(in srgb, var(--bg-200) 72%, transparent);
  color: var(--text-100);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.16s ease;
}
.kw-user-menu__nav.svelte-1l7kf83 a:where(.svelte-1l7kf83):hover,
.kw-user-menu__nav.svelte-1l7kf83 a:where(.svelte-1l7kf83):focus-visible {
  background: color-mix(in srgb, var(--bg-200) 82%, transparent);
}
.kw-user-menu__nav.svelte-1l7kf83 a.active:where(.svelte-1l7kf83) {
  border: 1px solid color-mix(in srgb, var(--primary-200) 26%, transparent);
  background: color-mix(in srgb, var(--bg-200) 84%, transparent);
}
.kw-user-menu__nav.svelte-1l7kf83 .nav-text:where(.svelte-1l7kf83) {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.kw-user-menu__nav.svelte-1l7kf83 .nav-label:where(.svelte-1l7kf83) {
  font-weight: 600;
}
.kw-user-menu__nav.svelte-1l7kf83 .nav-description:where(.svelte-1l7kf83) {
  display: block;
  font-size: 0.83rem;
  opacity: 0.68;
}
.kw-user-menu__nav--external.svelte-1l7kf83 {
  border-top: 1px solid color-mix(in srgb, var(--text-100) 12%, transparent);
  padding-top: 1rem;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/navigation/AdminBurgerMenuOverlayContent.esbuild-svelte-fake-css */
.kw-user-menu.svelte-1hlllyb {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.kw-user-menu.dark-theme .kw-user-menu__nav a {
  background: color-mix(in srgb, var(--bg-300, #111) 70%, transparent);
}
.kw-section-label.svelte-1hlllyb {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.75;
  margin: 0 0 0.25rem;
  color: var(--text-100);
}
.kw-user-menu__section.svelte-1hlllyb {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.kw-user-menu__extras.svelte-1hlllyb {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kw-user-menu__footer.svelte-1hlllyb {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.kw-user-menu__profile.svelte-1hlllyb {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--text-100);
}
.kw-user-menu__profile.svelte-1hlllyb .kw-user-menu__profile-text:where(.svelte-1hlllyb) {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.kw-user-menu__profile.svelte-1hlllyb .kw-user-menu__profile-text:where(.svelte-1hlllyb) .caption:where(.svelte-1hlllyb) {
  font-size: 0.8rem;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.kw-user-menu__profile.svelte-1hlllyb .kw-user-menu__profile-text:where(.svelte-1hlllyb) .email:where(.svelte-1hlllyb) {
  font-size: 0.85rem;
  opacity: 0.7;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/navigation/AdminBurgerMenu.esbuild-svelte-fake-css */
.kw-admin-menu-button.svelte-1c8dbm2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--neutral-white, #fff);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

/* fakecss:/data/frontend/src/routes/StatusView/components/layout/LogoHeader.esbuild-svelte-fake-css */
.brand-link.svelte-1o01hir {
  height: 70px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-link.svelte-1o01hir img:where(.svelte-1o01hir) {
  height: 100%;
  width: auto;
  display: block;
}
@media only screen and (max-width: 967px) {
  .brand-link.svelte-1o01hir {
    height: 50px;
  }
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/Homepage.esbuild-svelte-fake-css */
.homepage.svelte-12vzbvn {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.homepage__body.svelte-12vzbvn {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.homepage__feedback-row.svelte-12vzbvn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--bg-100);
  background: color-mix(in srgb, var(--bg-100) 3%, transparent);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.homepage__feedback-row.svelte-12vzbvn:hover {
  background: color-mix(in srgb, var(--bg-100) 7%, transparent);
}
.homepage__feedback-left.svelte-12vzbvn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--text-invers-100) !important;
}
.homepage__feedback-right.svelte-12vzbvn {
  font-weight: 700;
  white-space: nowrap;
  color: var(--text-invers-100) !important;
}
@media (max-width: 768px) {
  .homepage__feedback-row.svelte-12vzbvn {
    padding: 0.9rem 1rem;
  }
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/display/StatusPill.esbuild-svelte-fake-css */
.status-pill.svelte-1p8ztx4 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.35rem 0.9rem;
  border-radius: 4px;
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid color-mix(in srgb, var(--text-100) 12%, transparent);
  background: color-mix(in srgb, var(--bg-200) 85%, var(--bg-100) 15%);
  width: fit-content;
  color: var(--text-100);
}
.status-pill.positive.svelte-1p8ztx4 {
  background: rgba(24, 169, 153, 0.16);
  color: var(--text-100);
  border-color: rgba(24, 169, 153, 0.35);
}
.status-pill.danger.svelte-1p8ztx4 {
  background: rgba(173, 81, 76, 0.16);
  border-color: rgba(173, 81, 76, 0.35);
  color: var(--text-invers-100);
}

/* fakecss:/data/frontend/src/routes/StatusView/components/status/StatusErrorCard.esbuild-svelte-fake-css */
.error-card.svelte-l0bysz {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.2rem;
  background: var(--neutral-white);
  border: 1px solid color-mix(in srgb, var(--text-100) 10%, transparent);
}
.muted.svelte-l0bysz {
  color: var(--text-400);
}
p.svelte-l0bysz {
  margin: 0;
}

/* fakecss:/data/frontend/src/routes/StatusView/components/status/StatusHistoryBars.esbuild-svelte-fake-css */
.history-bars.svelte-188xsr9 {
  display: grid;
  gap: var(--history-bar-gap, 0.32rem);
}
.history-bar.svelte-188xsr9 {
  display: block;
  width: 100%;
  min-height: var(--history-bar-min-height, 1.6rem);
  background: color-mix(in srgb, var(--text-100) 9%, transparent);
  border: 1px solid color-mix(in srgb, var(--text-100) 8%, transparent);
  cursor: default;
  border-radius: var(--history-bar-radius, 0px);
}
.history-bar--operational.svelte-188xsr9 {
  background: rgba(16, 185, 129, 0.18);
  border-color: rgba(16, 185, 129, 0.34);
}
.history-bar--issue.svelte-188xsr9 {
  background: rgba(245, 158, 11, 0.22);
  border-color: rgba(245, 158, 11, 0.38);
}
.history-bar--outage.svelte-188xsr9 {
  background: rgba(244, 63, 94, 0.22);
  border-color: rgba(244, 63, 94, 0.42);
}

/* fakecss:/data/frontend/src/routes/StatusView/components/status/StatusHistoryLegend.esbuild-svelte-fake-css */
.history-legend.svelte-1mr8v5e {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.84rem;
  color: var(--text-300);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.history-legend__item.svelte-1mr8v5e {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.history-legend__dot.svelte-1mr8v5e {
  width: 0.95rem;
  height: 0.55rem;
  background: color-mix(in srgb, var(--text-100) 16%, transparent);
  border: 1px solid rgba(16, 16, 16, 0.14);
}
.history-legend__dot--operational.svelte-1mr8v5e {
  background: rgba(16, 185, 129, 0.8);
}
.history-legend__dot--issue.svelte-1mr8v5e {
  background: rgba(245, 158, 11, 0.86);
}
.history-legend__dot--outage.svelte-1mr8v5e {
  background: rgba(244, 63, 94, 0.9);
}

/* fakecss:/data/frontend/src/routes/StatusView/components/status/StatusStateDot.esbuild-svelte-fake-css */
.state-dot.svelte-1ngayrb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.state-dot--emerald.svelte-1ngayrb {
  color: rgba(16, 185, 129, 0.95);
}
.state-dot--amber.svelte-1ngayrb {
  color: rgba(245, 158, 11, 0.95);
}
.state-dot--rose.svelte-1ngayrb,
.state-dot--neutral.svelte-1ngayrb {
  color: rgba(244, 63, 94, 0.95);
}

/* fakecss:/data/frontend/src/routes/StatusView/pages/HomePage/HomePage.esbuild-svelte-fake-css */
.status-home.svelte-gi5kc7 {
  --status-surface: #f4f1e8;
  --status-surface-muted: #f8f6f1;
  --status-ink-strong: #101010;
  --status-ink-soft: #5a5952;
  --status-border: rgba(16, 16, 16, 0.14);
  --status-border-strong: rgba(16, 16, 16, 0.28);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.status-home__state.svelte-gi5kc7 {
  padding: 0.9rem 1rem;
  border: 1px solid var(--status-border);
  border-left: 0.28rem solid var(--status-border-strong);
  background: var(--status-surface);
  color: var(--status-ink-soft);
  border-radius: 0 !important;
}
.status-home__state--error.svelte-gi5kc7 {
  border-color: rgba(244, 63, 94, 0.36);
  border-left-color: rgba(244, 63, 94, 0.9);
  background: var(--status-surface);
  color: #7f1d1d;
}
.status-home__state--warning.svelte-gi5kc7 {
  border-color: rgba(245, 158, 11, 0.36);
  border-left-color: rgba(245, 158, 11, 0.9);
  background: var(--status-surface);
  color: #854d0e;
}
.status-banner.svelte-gi5kc7 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: stretch;
  padding: 1rem 1.1rem;
  border: 1px solid var(--status-border-strong);
  background: var(--status-surface);
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.status-banner.svelte-gi5kc7::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.32rem;
  background: var(--status-border-strong);
}
.status-banner--emerald.svelte-gi5kc7::before {
  background: #20c56e;
}
.status-banner--amber.svelte-gi5kc7::before {
  background: #f59e0b;
}
.status-banner--rose.svelte-gi5kc7::before {
  background: #f43f5e;
}
.status-banner__icon.svelte-gi5kc7 {
  width: 2.65rem;
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--status-border);
  background: rgba(255, 255, 255, 0.48);
  color: var(--status-ink-strong);
  border-radius: 0 !important;
}
.status-banner__copy.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}
.status-banner__copy.svelte-gi5kc7 h2:where(.svelte-gi5kc7),
.status-banner__copy.svelte-gi5kc7 p:where(.svelte-gi5kc7) {
  margin: 0;
}
.status-banner__copy.svelte-gi5kc7 h2:where(.svelte-gi5kc7) {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--status-ink-strong);
}
.status-banner__copy.svelte-gi5kc7 p:where(.svelte-gi5kc7) {
  color: var(--status-ink-soft);
  line-height: 1.45;
}
.status-banner__eyebrow.svelte-gi5kc7 {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--status-ink-soft);
}
.status-banner__meta.svelte-gi5kc7 {
  display: grid;
  gap: 0.55rem;
  align-content: start;
}
.status-banner__meta.svelte-gi5kc7 .status-tag {
  justify-self: end;
}
.status-banner__meta-block.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.28rem;
}
.status-banner__meta-label.svelte-gi5kc7 {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--status-ink-soft);
}
.history-panel.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0 1.1rem;
  border: 0;
  background: transparent;
  border-radius: 0 !important;
}
.history-panel__header.svelte-gi5kc7 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--status-border);
}
.history-panel__title.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.history-panel__title.svelte-gi5kc7 h3:where(.svelte-gi5kc7) {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--status-ink-strong);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.history-panel__title.svelte-gi5kc7 p:where(.svelte-gi5kc7) {
  margin: 0;
  color: var(--text-400);
}
.history-panel__eyebrow.svelte-gi5kc7 {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--status-ink-soft);
}
.history-panel__meta.svelte-gi5kc7 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-400);
}
.history-panel__loading.svelte-gi5kc7 {
  color: var(--status-ink-soft);
}
.history-list.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.history-row.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid color-mix(in srgb, var(--status-border-strong) 72%, transparent);
  background: color-mix(in srgb, var(--status-surface-muted) 76%, white 24%);
  border-radius: 0 !important;
  overflow: hidden;
}
.history-row.svelte-gi5kc7 + .history-row:where(.svelte-gi5kc7) {
  border-top: 0;
}
.history-row__toggle.svelte-gi5kc7 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
}
.history-row__title-line.svelte-gi5kc7 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}
.history-row__headline.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.history-row__headline.svelte-gi5kc7 h4:where(.svelte-gi5kc7) {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--status-ink-strong);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.history-row__headline.svelte-gi5kc7 span:where(.svelte-gi5kc7) {
  font-size: 0.92rem;
  color: var(--text-400);
}
.history-row__headline.svelte-gi5kc7 p:where(.svelte-gi5kc7) {
  margin: 0;
  color: var(--text-400);
}
.history-row__count.svelte-gi5kc7 {
  color: var(--status-ink-soft);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.history-row__message.svelte-gi5kc7 {
  margin: 0;
  color: var(--status-ink-soft);
  line-height: 1.45;
}
.history-row__summary.svelte-gi5kc7 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}
.history-row__summary.svelte-gi5kc7 span:where(.svelte-gi5kc7) {
  font-size: 0.82rem;
  white-space: nowrap;
  color: var(--text-400);
}
.history-row__uptime.svelte-gi5kc7 {
  font-weight: 700;
  color: var(--status-ink-strong);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.history-row__components.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0 -1rem -1rem;
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid color-mix(in srgb, var(--status-border-strong) 70%, transparent);
  border-left: 0;
  background: color-mix(in srgb, white 68%, var(--status-surface-muted) 32%);
}
.history-row__empty.svelte-gi5kc7 {
  margin: 0;
  padding: 0.65rem 0 0.05rem;
  border: 0;
  border-top: 1px dashed var(--status-border);
  background: transparent;
  border-radius: 0 !important;
  color: var(--text-400);
}
.component-row.svelte-gi5kc7 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.7rem 0;
  border: 0;
  background: transparent;
  border-radius: 0 !important;
}
.component-row.svelte-gi5kc7 + .component-row:where(.svelte-gi5kc7) {
  border-top: 1px solid color-mix(in srgb, var(--status-border) 85%, transparent);
}
.component-row__header.svelte-gi5kc7 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
}
.component-row__title.svelte-gi5kc7 {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  color: var(--status-ink-strong);
  font-weight: 600;
}
.component-row__title.svelte-gi5kc7 span:where(.svelte-gi5kc7) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-row__meta.svelte-gi5kc7 {
  font-size: 0.92rem;
  color: var(--status-ink-soft);
}
.component-row__meta.svelte-gi5kc7 span:where(.svelte-gi5kc7) {
  font-size: 0.82rem;
  white-space: nowrap;
}
.component-row__status-message.svelte-gi5kc7 {
  margin: 0;
  color: var(--status-ink-soft);
  line-height: 1.45;
}
.component-row__empty.svelte-gi5kc7 {
  margin: 0;
  font-size: 0.92rem;
  color: var(--status-ink-soft);
  padding: 0.55rem 0;
  border: 0;
  border-top: 1px dashed var(--status-border);
  background: transparent;
  border-radius: 0 !important;
}
@media (max-width: 900px) {
  .status-banner.svelte-gi5kc7 {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .status-banner__meta.svelte-gi5kc7 {
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(0, max-content));
    justify-content: flex-start;
  }
  .status-banner__meta-block.svelte-gi5kc7 {
    align-items: flex-start;
  }
  .history-row__toggle.svelte-gi5kc7 {
    grid-template-columns: minmax(0, 1fr);
    align-items: flex-start;
  }
  .history-row__summary.svelte-gi5kc7 {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .history-row__components.svelte-gi5kc7 {
    padding-left: 0.75rem;
    margin-left: 0;
  }
  .component-row__header.svelte-gi5kc7 {
    grid-template-columns: minmax(0, 1fr);
    align-items: flex-start;
  }
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/display/Tag.esbuild-svelte-fake-css */
span.svelte-19v7h69 {
  --kw-tag-bg: var(--primary-100);
  --kw-tag-fg: white;
  --kw-tag-fill: var(--kw-tag-bg);
  --kw-tag-soft-accent: var(--kw-tag-bg);
  --kw-tag-soft-fg: color-mix(in srgb, var(--kw-tag-soft-accent) 42%, var(--text-100));
  --kw-tag-crinkle-width: 9px;
  --kw-tag-crinkle-outset: 7px;
  background-color: var(--kw-tag-bg);
  border: 1px solid transparent;
  padding: 6px 12px;
  display: flex;
  flex-direction: row;
  height: fit-content;
  gap: 0.5rem;
  position: relative;
  font-size: 20px;
}
span.color-blue.svelte-19v7h69 {
  --kw-tag-bg: var(--blue-100);
  --kw-tag-soft-accent: var(--blue-100);
}
span.color-neutral.svelte-19v7h69 {
  --kw-tag-bg: color-mix(in srgb, var(--text-100) 12%, transparent);
  --kw-tag-fg: var(--text-100);
  --kw-tag-soft-accent: var(--text-100);
  --kw-tag-soft-fg: var(--text-100);
}
span.color-green.svelte-19v7h69 {
  --kw-tag-bg: var(--confirm-100);
  --kw-tag-fg: var(--bg-100);
  --kw-tag-soft-accent: var(--confirm-100);
}
span.color-teal.svelte-19v7h69 {
  --kw-tag-bg: var(--green-200);
  --kw-tag-fg: var(--bg-100);
  --kw-tag-soft-accent: var(--green-200);
}
span.color-yellow.svelte-19v7h69 {
  --kw-tag-bg: var(--yellow-100);
  --kw-tag-fg: var(--bg-100);
  --kw-tag-soft-accent: var(--yellow-100);
}
span.color-orange.svelte-19v7h69 {
  --kw-tag-bg: color-mix(in srgb, var(--yellow-100) 60%, var(--red-300));
  --kw-tag-fg: var(--bg-100);
  --kw-tag-soft-accent: color-mix(in srgb, var(--yellow-100) 60%, var(--red-300));
}
span.color-purple.svelte-19v7h69 {
  --kw-tag-bg: #6d28d9;
  --kw-tag-soft-accent: #6d28d9;
}
span.soft.svelte-19v7h69 {
  --kw-tag-fill: color-mix(in srgb, var(--kw-tag-soft-accent) 18%, transparent);
  background-color: color-mix(in srgb, var(--kw-tag-soft-accent) 18%, transparent);
  border-color: color-mix(in srgb, var(--kw-tag-soft-accent) 42%, transparent);
}
span.svelte-19v7h69 em:where(.svelte-19v7h69) {
  color: var(--kw-tag-fg);
  font-weight: 400;
  font-size: 1em;
  line-height: 14px;
  font-family: var(--font-family-regular, var(--font-family-base, "Outfit", sans-serif));
  font-style: normal;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
span.soft.svelte-19v7h69 em:where(.svelte-19v7h69) {
  color: var(--kw-tag-soft-fg);
}
span.smallVersion.svelte-19v7h69 {
  padding: 4px 10px;
}
span.smallVersion.svelte-19v7h69 em:where(.svelte-19v7h69) {
  font-size: 0.7em;
  line-height: 9px;
}

/* fakecss:/data/frontend/src/routes/StatusView/components/incidents/IncidentReadOverlay.esbuild-svelte-fake-css */
.read-overlay.svelte-1c4iufm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.25rem 0 1rem;
}
.read-overlay__head.svelte-1c4iufm,
.read-overlay__chips.svelte-1c4iufm,
.actions.svelte-1c4iufm {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.summary-grid.svelte-1c4iufm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem 1rem;
}
.summary-item.svelte-1c4iufm {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.summary-label.svelte-1c4iufm {
  color: var(--text-400);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.summary-item.svelte-1c4iufm strong:where(.svelte-1c4iufm),
p.svelte-1c4iufm,
.link.svelte-1c4iufm {
  color: var(--text-100);
}
.overlay-section.svelte-1c4iufm {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.timeline.svelte-1c4iufm {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.timeline-item.svelte-1c4iufm {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid color-mix(in srgb, var(--text-100) 10%, transparent);
}
.timeline-item.svelte-1c4iufm:first-child {
  padding-top: 0;
  border-top: 0;
}
.timeline-date.svelte-1c4iufm {
  color: var(--text-400);
}
.actions.svelte-1c4iufm {
  justify-content: flex-end;
}
p.svelte-1c4iufm {
  margin: 0;
}

/* node_modules/flatpickr/dist/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\fffd;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* node_modules/flatpickr/dist/plugins/monthSelect/style.css */
.flatpickr-monthSelect-months {
  margin: 10px 1px 3px 1px;
  flex-wrap: wrap;
}
.flatpickr-monthSelect-month {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%;
}
.flatpickr-monthSelect-month.flatpickr-disabled {
  color: #eee;
}
.flatpickr-monthSelect-month.flatpickr-disabled:hover,
.flatpickr-monthSelect-month.flatpickr-disabled:focus {
  cursor: not-allowed;
  background: none !important;
}
.flatpickr-monthSelect-theme-dark {
  background: #3f4458;
}
.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff;
}
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95);
}
.flatpickr-monthSelect-month.today {
  border-color: #959ea9;
}
.flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-month.inRange.today,
.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
  background: #e6e6e6;
  cursor: pointer;
  outline: 0;
  border-color: #e6e6e6;
}
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c;
}
.flatpickr-monthSelect-month.today:hover,
.flatpickr-monthSelect-month.today:focus {
  background: #959ea9;
  border-color: #959ea9;
  color: #fff;
}
.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
  background-color: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-monthSelect-month.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-monthSelect-month.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-monthSelect-month.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-monthSelect-month.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange {
  background: #80cbc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/actions/ToggleCTA.esbuild-svelte-fake-css */
.toggle-cta.svelte-1pa6p64 {
  display: inline-flex;
  align-items: stretch;
  gap: 0.25rem;
  padding: 0.25rem;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--text-100, #f3eed9) 26%, transparent);
}
.toggle-cta.small.svelte-1pa6p64 {
  padding: 0.125rem;
}
.toggle-cta.disabled.svelte-1pa6p64 {
  opacity: 0.5;
  pointer-events: none;
}
.toggle-cta[data-theme=light].svelte-1pa6p64 {
  border-color: color-mix(in srgb, var(--text-invers-100, #2f4858) 28%, transparent);
}
.toggle-cta.svelte-1pa6p64 button.cta.toggle {
  padding: 0.35rem 0.5rem;
  box-shadow: none;
  border: none;
}
.toggle-cta.svelte-1pa6p64 button.cta.toggle.active {
  border: none;
}
.toggle-cta.svelte-1pa6p64 .toggle-cta__svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.toggle-cta.svelte-1pa6p64 .toggle-cta__svg svg {
  width: 1rem;
  height: 1rem;
  display: block;
}
.toggle-cta.svelte-1pa6p64 .toggle-cta__svg path {
  stroke: currentColor;
  fill: none;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/dateInput/DateInputTrigger.esbuild-svelte-fake-css */
.date-input__trigger.svelte-lc6jqv {
  background: transparent;
  border: none;
  color: currentColor;
  padding: 0.15rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.date-input__trigger.svelte-lc6jqv:hover,
.date-input__trigger.svelte-lc6jqv:focus-visible {
  cursor: pointer;
  background-color: color-mix(in srgb, currentColor 12%, transparent);
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/DateInput.esbuild-svelte-fake-css */
.date-input-shell.svelte-1cexk7q {
  position: relative;
  width: 100%;
}
.date-input.svelte-1cexk7q {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35rem;
  padding: 0 12px 12px 18px;
  width: 100%;
  border-bottom: 1px solid var(--text-100);
  color: var(--text-100);
  background: transparent;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}
.date-input.svelte-1cexk7q:focus-within {
  border-color: var(--primary-200);
  box-shadow: 0 1px 0 0 color-mix(in srgb, var(--primary-200) 80%, transparent);
}
.date-input.disabled.svelte-1cexk7q {
  opacity: 0.6;
  pointer-events: none;
}
.date-input.brightBackground.svelte-1cexk7q {
  border-color: var(--text-invers-100);
  color: var(--text-invers-100);
}
.date-input.brightBackground.svelte-1cexk7q:focus-within {
  border-color: var(--primary-100);
  box-shadow: 0 1px 0 0 color-mix(in srgb, var(--primary-100) 80%, transparent);
}
.form.light .date-input.svelte-1cexk7q {
  border-color: var(--text-100);
  color: var(--text-100);
}
.form.light .date-input.svelte-1cexk7q:focus-within {
  border-color: var(--primary-200);
  box-shadow: 0 1px 0 0 color-mix(in srgb, var(--primary-200) 80%, transparent);
}
.date-input__icon.svelte-1cexk7q {
  color: currentColor;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.date-input__field.svelte-1cexk7q {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: currentColor;
  padding: 0;
  font-size: 1rem;
  line-height: 1.35;
  min-height: 38px;
  caret-color: transparent;
}
.date-input__field.svelte-1cexk7q::placeholder {
  color: color-mix(in srgb, currentColor 60%, transparent);
}
.date-input__field.svelte-1cexk7q:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.date-input__clear.svelte-1cexk7q {
  background: transparent;
  border: none;
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  border-radius: 999px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.date-input__clear.svelte-1cexk7q:hover,
.date-input__clear.svelte-1cexk7q:focus-visible {
  cursor: pointer;
  background-color: color-mix(in srgb, currentColor 12%, transparent);
}
.kw-flatpickr {
  --kw-flatpickr-bg: var(--neutral-white, #ffffff);
  --kw-flatpickr-text: var(--text-invers-100, #2f4858);
  --kw-flatpickr-border: var(--input-border, rgba(71, 84, 103, 0.24));
  --kw-flatpickr-shadow: var(--panel-shadow, 0 18px 36px rgba(15, 23, 42, 0.25));
  --kw-flatpickr-hover: color-mix(in srgb, var(--kw-flatpickr-text) 10%, transparent);
  --kw-flatpickr-hover-strong: color-mix(in srgb, var(--kw-flatpickr-text) 16%, transparent);
  --kw-flatpickr-muted: color-mix(in srgb, var(--kw-flatpickr-text) 70%, transparent);
  font-family: var(--font-family-regular, var(--font-family-base, "Outfit", sans-serif));
  background: var(--kw-flatpickr-bg);
  border: 1px solid var(--kw-flatpickr-border);
  border-radius: 0;
  box-shadow: var(--kw-flatpickr-shadow);
  color: var(--kw-flatpickr-text);
  overflow: hidden;
  padding: 0.35rem 0.45rem 0.5rem 0.45rem;
}
.kw-flatpickr.kw-flatpickr--dark.svelte-1cexk7q {
  --kw-flatpickr-bg: var(--surface-overlay, var(--bg-075, #241f1f));
  --kw-flatpickr-text: var(--text-100, #f3eed9);
  --kw-flatpickr-border: var(--surface-border, rgba(243, 238, 217, 0.12));
  --kw-flatpickr-shadow: var(--kontext-shadow, 0 26px 52px rgba(10, 8, 8, 0.55));
}
.kw-flatpickr.arrowTop.svelte-1cexk7q:before,
.kw-flatpickr.arrowTop.svelte-1cexk7q:after,
.kw-flatpickr.arrowBottom.svelte-1cexk7q:before,
.kw-flatpickr.arrowBottom.svelte-1cexk7q:after {
  display: none;
}
.kw-flatpickr .flatpickr-months.svelte-1cexk7q,
.kw-flatpickr .flatpickr-time.svelte-1cexk7q {
  background: transparent;
}
.kw-flatpickr .flatpickr-months.svelte-1cexk7q {
  border-bottom: 1px solid color-mix(in srgb, var(--kw-flatpickr-border) 80%, transparent);
  padding-bottom: 0.25rem;
}
.kw-flatpickr .kw-flatpickr__granularity-slot.svelte-1cexk7q {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.45rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid color-mix(in srgb, var(--kw-flatpickr-border) 80%, transparent);
}
.kw-flatpickr .flatpickr-prev-month.svelte-1cexk7q,
.kw-flatpickr .flatpickr-next-month.svelte-1cexk7q {
  color: currentColor;
  fill: currentColor;
  opacity: 0.85;
}
.kw-flatpickr .flatpickr-prev-month.svelte-1cexk7q:hover,
.kw-flatpickr .flatpickr-next-month.svelte-1cexk7q:hover {
  opacity: 1;
}
.kw-flatpickr .flatpickr-month.svelte-1cexk7q {
  color: currentColor;
}
.kw-flatpickr .flatpickr-current-month.svelte-1cexk7q {
  font-family: var(--font-family-bold, var(--font-family-regular, "Outfit", sans-serif));
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.kw-flatpickr .flatpickr-weekday.svelte-1cexk7q {
  color: var(--kw-flatpickr-muted);
  font-weight: 600;
}
.kw-flatpickr .flatpickr-day.svelte-1cexk7q {
  color: currentColor;
  border-radius: 0;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease;
}
.kw-flatpickr .flatpickr-day.today.svelte-1cexk7q {
  border-color: color-mix(in srgb, var(--primary-200) 42%, transparent);
}
.kw-flatpickr .flatpickr-day.svelte-1cexk7q:hover {
  background-color: var(--kw-flatpickr-hover);
}
.kw-flatpickr .flatpickr-day.selected.svelte-1cexk7q,
.kw-flatpickr .flatpickr-day.startRange.svelte-1cexk7q,
.kw-flatpickr .flatpickr-day.endRange.svelte-1cexk7q,
.kw-flatpickr .flatpickr-day.selected.inRange.svelte-1cexk7q,
.kw-flatpickr .flatpickr-day.startRange.inRange.svelte-1cexk7q,
.kw-flatpickr .flatpickr-day.endRange.inRange.svelte-1cexk7q {
  background: var(--primary-100);
  color: var(--text-100);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--primary-100) 30%, transparent);
}
.kw-flatpickr .flatpickr-day.svelte-1cexk7q:hover,
.kw-flatpickr .flatpickr-day.inRange.svelte-1cexk7q {
  background-color: var(--kw-flatpickr-hover-strong);
}
.kw-flatpickr .flatpickr-time.svelte-1cexk7q {
  border-top: 1px solid color-mix(in srgb, var(--kw-flatpickr-border) 80%, transparent);
}
.kw-flatpickr .flatpickr-time.svelte-1cexk7q input:where(.svelte-1cexk7q) {
  color: currentColor;
  background: transparent !important;
  border: 1px solid color-mix(in srgb, var(--kw-flatpickr-border) 85%, transparent);
  border-radius: 0;
}
.kw-flatpickr .flatpickr-time.svelte-1cexk7q input:where(.svelte-1cexk7q):focus {
  outline: none;
  box-shadow: var(--input-focus-ring, 0 0 0 3px color-mix(in srgb, var(--primary-100) 26%, transparent));
  border-color: color-mix(in srgb, var(--primary-100) 55%, transparent);
}

/* fakecss:/data/node_modules/svelte-select/ChevronIcon.esbuild-svelte-fake-css */
svg.svelte-1kxu7be {
  width: var(--chevron-icon-width, 20px);
  height: var(--chevron-icon-width, 20px);
  color: var(--chevron-icon-colour, currentColor);
}

/* fakecss:/data/node_modules/svelte-select/ClearIcon.esbuild-svelte-fake-css */
svg.svelte-1hraxrc {
  width: var(--clear-icon-width, 20px);
  height: var(--clear-icon-width, 20px);
  color: var(--clear-icon-color, currentColor);
}

/* fakecss:/data/node_modules/svelte-select/LoadingIcon.esbuild-svelte-fake-css */
.loading.svelte-y9fi5p {
  width: var(--spinner-width, 20px);
  height: var(--spinner-height, 20px);
  color: var(--spinner-color, var(--icons-color));
  animation: svelte-y9fi5p-rotate 0.75s linear infinite;
  transform-origin: center center;
  transform: none;
}
.circle_path.svelte-y9fi5p {
  stroke-dasharray: 90;
  stroke-linecap: round;
}
@keyframes svelte-y9fi5p-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* fakecss:/data/node_modules/svelte-select/Select.esbuild-svelte-fake-css */
.svelte-select.svelte-1ul7oo4 {
  --borderRadius: var(--border-radius);
  --clearSelectColor: var(--clear-select-color);
  --clearSelectWidth: var(--clear-select-width);
  --disabledBackground: var(--disabled-background);
  --disabledBorderColor: var(--disabled-border-color);
  --disabledColor: var(--disabled-color);
  --disabledPlaceholderColor: var(--disabled-placeholder-color);
  --disabledPlaceholderOpacity: var(--disabled-placeholder-opacity);
  --errorBackground: var(--error-background);
  --errorBorder: var(--error-border);
  --groupItemPaddingLeft: var(--group-item-padding-left);
  --groupTitleColor: var(--group-title-color);
  --groupTitleFontSize: var(--group-title-font-size);
  --groupTitleFontWeight: var(--group-title-font-weight);
  --groupTitlePadding: var(--group-title-padding);
  --groupTitleTextTransform: var(--group-title-text-transform);
  --groupTitleBorderColor: var(--group-title-border-color);
  --groupTitleBorderWidth: var(--group-title-border-width);
  --groupTitleBorderStyle: var(--group-title-border-style);
  --indicatorColor: var(--chevron-color);
  --indicatorHeight: var(--chevron-height);
  --indicatorWidth: var(--chevron-width);
  --inputColor: var(--input-color);
  --inputLeft: var(--input-left);
  --inputLetterSpacing: var(--input-letter-spacing);
  --inputMargin: var(--input-margin);
  --inputPadding: var(--input-padding);
  --itemActiveBackground: var(--item-active-background);
  --itemColor: var(--item-color);
  --itemFirstBorderRadius: var(--item-first-border-radius);
  --itemHoverBG: var(--item-hover-bg);
  --itemHoverColor: var(--item-hover-color);
  --itemIsActiveBG: var(--item-is-active-bg);
  --itemIsActiveColor: var(--item-is-active-color);
  --itemIsNotSelectableColor: var(--item-is-not-selectable-color);
  --itemPadding: var(--item-padding);
  --listBackground: var(--list-background);
  --listBorder: var(--list-border);
  --listBorderRadius: var(--list-border-radius);
  --listEmptyColor: var(--list-empty-color);
  --listEmptyPadding: var(--list-empty-padding);
  --listEmptyTextAlign: var(--list-empty-text-align);
  --listMaxHeight: var(--list-max-height);
  --listPosition: var(--list-position);
  --listShadow: var(--list-shadow);
  --listZIndex: var(--list-z-index);
  --multiItemBG: var(--multi-item-bg);
  --multiItemBorderRadius: var(--multi-item-border-radius);
  --multiItemDisabledHoverBg: var(--multi-item-disabled-hover-bg);
  --multiItemDisabledHoverColor: var(--multi-item-disabled-hover-color);
  --multiItemHeight: var(--multi-item-height);
  --multiItemMargin: var(--multi-item-margin);
  --multiItemPadding: var(--multi-item-padding);
  --multiSelectInputMargin: var(--multi-select-input-margin);
  --multiSelectInputPadding: var(--multi-select-input-padding);
  --multiSelectPadding: var(--multi-select-padding);
  --placeholderColor: var(--placeholder-color);
  --placeholderOpacity: var(--placeholder-opacity);
  --selectedItemPadding: var(--selected-item-padding);
  --spinnerColor: var(--spinner-color);
  --spinnerHeight: var(--spinner-height);
  --spinnerWidth: var(--spinner-width);
  --internal-padding: 0 0 0 16px;
  border: var(--border, 1px solid #d8dbdf);
  border-radius: var(--border-radius, 6px);
  min-height: var(--height, 42px);
  position: relative;
  display: flex;
  align-items: stretch;
  padding: var(--padding, var(--internal-padding));
  background: var(--background, #fff);
  margin: var(--margin, 0);
  width: var(--width, 100%);
  font-size: var(--font-size, 16px);
  max-height: var(--max-height);
}
.svelte-1ul7oo4 {
  box-sizing: var(--box-sizing, border-box);
}
.svelte-select.svelte-1ul7oo4:hover {
  border: var(--border-hover, 1px solid #b2b8bf);
}
.value-container.svelte-1ul7oo4 {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  padding: var(--value-container-padding, 5px 0);
  position: relative;
  overflow: var(--value-container-overflow, hidden);
  align-self: stretch;
}
.prepend.svelte-1ul7oo4,
.indicators.svelte-1ul7oo4 {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.indicators.svelte-1ul7oo4 {
  position: var(--indicators-position);
  top: var(--indicators-top);
  right: var(--indicators-right);
  bottom: var(--indicators-bottom);
}
input.svelte-1ul7oo4 {
  position: absolute;
  cursor: default;
  border: none;
  color: var(--input-color, var(--item-color));
  padding: var(--input-padding, 0);
  letter-spacing: var(--input-letter-spacing, inherit);
  margin: var(--input-margin, 0);
  min-width: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  font-size: var(--font-size, 16px);
}
.svelte-1ul7oo4:not(.multi) > .value-container:where(.svelte-1ul7oo4) > input:where(.svelte-1ul7oo4) {
  width: 100%;
  height: 100%;
}
input.svelte-1ul7oo4::placeholder {
  color: var(--placeholder-color, #78848f);
  opacity: var(--placeholder-opacity, 1);
}
input.svelte-1ul7oo4:focus {
  outline: none;
}
.svelte-select.focused.svelte-1ul7oo4 {
  border: var(--border-focused, 1px solid #006fe8);
  border-radius: var(--border-radius-focused, var(--border-radius, 6px));
}
.disabled.svelte-1ul7oo4 {
  background: var(--disabled-background, #ebedef);
  border-color: var(--disabled-border-color, #ebedef);
  color: var(--disabled-color, #c1c6cc);
}
.disabled.svelte-1ul7oo4 input:where(.svelte-1ul7oo4)::placeholder {
  color: var(--disabled-placeholder-color, #c1c6cc);
  opacity: var(--disabled-placeholder-opacity, 1);
}
.selected-item.svelte-1ul7oo4 {
  position: relative;
  overflow: var(--selected-item-overflow, hidden);
  padding: var(--selected-item-padding, 0 20px 0 0);
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--selected-item-color, inherit);
  font-size: var(--font-size, 16px);
}
.multi.svelte-1ul7oo4 .selected-item:where(.svelte-1ul7oo4) {
  position: absolute;
  line-height: var(--height, 42px);
  height: var(--height, 42px);
}
.selected-item.svelte-1ul7oo4:focus {
  outline: none;
}
.hide-selected-item.svelte-1ul7oo4 {
  opacity: 0;
}
.icon.svelte-1ul7oo4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clear-select.svelte-1ul7oo4 {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--clear-select-width, 40px);
  height: var(--clear-select-height, 100%);
  color: var(--clear-select-color, var(--icons-color));
  margin: var(--clear-select-margin, 0);
  pointer-events: all;
  flex-shrink: 0;
}
.clear-select.svelte-1ul7oo4:focus {
  outline: var(--clear-select-focus-outline, 1px solid #006fe8);
}
.loading.svelte-1ul7oo4 {
  width: var(--loading-width, 40px);
  height: var(--loading-height);
  color: var(--loading-color, var(--icons-color));
  margin: var(--loading--margin, 0);
  flex-shrink: 0;
}
.chevron.svelte-1ul7oo4 {
  width: var(--chevron-width, 40px);
  height: var(--chevron-height, 40px);
  background: var(--chevron-background, transparent);
  pointer-events: var(--chevron-pointer-events, none);
  color: var(--chevron-color, var(--icons-color));
  border: var(--chevron-border, 0 0 0 1px solid #d8dbdf);
  flex-shrink: 0;
}
.multi.svelte-1ul7oo4 {
  padding: var(--multi-select-padding, var(--internal-padding));
}
.multi.svelte-1ul7oo4 input:where(.svelte-1ul7oo4) {
  padding: var(--multi-select-input-padding, 0);
  position: relative;
  margin: var(--multi-select-input-margin, 5px 0);
  flex: 1 1 40px;
}
.svelte-select.error.svelte-1ul7oo4 {
  border: var(--error-border, 1px solid #ff2d55);
  background: var(--error-background, #fff);
}
.a11y-text.svelte-1ul7oo4 {
  z-index: 9999;
  border: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
}
.multi-item.svelte-1ul7oo4 {
  background: var(--multi-item-bg, #ebedef);
  margin: var(--multi-item-margin, 0);
  outline: var(--multi-item-outline, 1px solid #ddd);
  border-radius: var(--multi-item-border-radius, 4px);
  height: var(--multi-item-height, 25px);
  line-height: var(--multi-item-height, 25px);
  display: flex;
  cursor: default;
  padding: var(--multi-item-padding, 0 5px);
  overflow: hidden;
  gap: var(--multi-item-gap, 4px);
  outline-offset: -1px;
  max-width: var(--multi-max-width, none);
  color: var(--multi-item-color, var(--item-color));
}
.multi-item.disabled.svelte-1ul7oo4:hover {
  background: var(--multi-item-disabled-hover-bg, #ebedef);
  color: var(--multi-item-disabled-hover-color, #c1c6cc);
}
.multi-item-text.svelte-1ul7oo4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-item-clear.svelte-1ul7oo4 {
  display: flex;
  align-items: center;
  justify-content: center;
  --clear-icon-color: var(--multi-item-clear-icon-color, #000);
}
.multi-item.active.svelte-1ul7oo4 {
  outline: var(--multi-item-active-outline, 1px solid #006fe8);
}
.svelte-select-list.svelte-1ul7oo4 {
  box-shadow: var(--list-shadow, 0 2px 3px 0 rgba(44, 62, 80, 0.24));
  border-radius: var(--list-border-radius, 4px);
  max-height: var(--list-max-height, 252px);
  overflow-y: auto;
  background: var(--list-background, #fff);
  position: var(--list-position, absolute);
  z-index: var(--list-z-index, 2);
  border: var(--list-border);
}
.prefloat.svelte-1ul7oo4 {
  opacity: 0;
  pointer-events: none;
}
.list-group-title.svelte-1ul7oo4 {
  color: var(--group-title-color, #8f8f8f);
  cursor: default;
  font-size: var(--group-title-font-size, 16px);
  font-weight: var(--group-title-font-weight, 600);
  height: var(--height, 42px);
  line-height: var(--height, 42px);
  padding: var(--group-title-padding, 0 20px);
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  text-transform: var(--group-title-text-transform, uppercase);
  border-width: var(--group-title-border-width, medium);
  border-style: var(--group-title-border-style, none);
  border-color: var(--group-title-border-color, color);
}
.empty.svelte-1ul7oo4 {
  text-align: var(--list-empty-text-align, center);
  padding: var(--list-empty-padding, 20px 0);
  color: var(--list-empty-color, #78848f);
}
.item.svelte-1ul7oo4 {
  cursor: default;
  height: var(--item-height, var(--height, 42px));
  line-height: var(--item-line-height, var(--height, 42px));
  padding: var(--item-padding, 0 20px);
  color: var(--item-color, inherit);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: var(--item-transition, all 0.2s);
  align-items: center;
  width: 100%;
}
.item.group-item.svelte-1ul7oo4 {
  padding-left: var(--group-item-padding-left, 40px);
}
.item.svelte-1ul7oo4:active {
  background: var(--item-active-background, #b9daff);
}
.item.active.svelte-1ul7oo4 {
  background: var(--item-is-active-bg, #007aff);
  color: var(--item-is-active-color, #fff);
}
.item.first.svelte-1ul7oo4 {
  border-radius: var(--item-first-border-radius, 4px 4px 0 0);
}
.item.hover.svelte-1ul7oo4:not(.active) {
  background: var(--item-hover-bg, #e7f2ff);
  color: var(--item-hover-color, inherit);
}
.item.not-selectable.svelte-1ul7oo4,
.item.hover.item.not-selectable.svelte-1ul7oo4,
.item.active.item.not-selectable.svelte-1ul7oo4,
.item.not-selectable.svelte-1ul7oo4:active {
  color: var(--item-is-not-selectable-color, #999);
  background: transparent;
}
.required.svelte-1ul7oo4 {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/SelectInput.esbuild-svelte-fake-css */
.svelte-select {
  margin-top: 0rem !important;
  --border-radius: 6px;
  --font-size: 1rem;
  --height: 40px;
  --padding: 4px 52px 4px 14px;
  --value-container-padding: 2px 0;
  --selected-item-padding: 0 16px 0 4px;
  --input-padding: 0;
  --input-margin: 0;
  --multi-select-padding: 4px 60px 4px 14px;
  --multi-select-input-padding: 0;
  --multi-select-input-margin: 4px 0;
  --multi-item-padding: 0;
  --multi-item-margin: 0 6px 6px 0;
  --multi-item-border-radius: 0;
  --multi-item-gap: 6px;
  --multi-item-outline: 0 solid transparent;
  --multi-item-height: auto;
  --multi-item-clear-icon-color: currentColor;
  --clear-select-width: 28px;
  --clear-select-height: 100%;
  --chevron-width: 32px;
  --chevron-border: 0;
  --chevron-background: transparent;
  --chevron-pointer-events: none;
  --selected-item-overflow: hidden;
  --list-border-radius: 12px;
  --list-max-height: 260px;
  --list-position: absolute;
  --list-z-index: 12;
  --item-padding: 0 18px;
  --item-height: 40px;
  --item-line-height: 40px;
  --group-item-padding-left: 40px;
  --select-focus-shadow: var(--focus-ring);
  background: transparent !important;
  border-radius: 0;
  outline: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
  border: 1px solid transparent !important;
}
.svelte-select *::-webkit-scrollbar {
  width: 11px !important;
  height: 11px;
}
.svelte-select *::-webkit-scrollbar-thumb {
  background-color: white !important;
  border-radius: 4px;
}
.svelte-select span {
  opacity: 1 !important;
}
.svelte-select span.smallVersion {
  opacity: 1 !important;
  height: auto !important;
  padding: 6px 12px !important;
}
.svelte-select input {
  padding: 0 !important;
  font-size: 1rem;
}
.svelte-select .selected-item {
  padding-left: 4px;
}
.svelte-select .indicators {
  gap: 0;
}
.svelte-select:not(.multi) .selected-item {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}
.svelte-select .icon {
  margin-right: 0;
  margin-bottom: 0;
  height: 40px;
}
.svelte-select .icon > * {
  display: flex;
  align-items: center;
}
.svelte-select .clear-select {
  padding-right: 0;
  padding-left: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.svelte-select .clear-select:hover {
  cursor: pointer;
}
.svelte-select.focused {
  border: 1px solid transparent !important;
}
.svelte-select .value-container {
  gap: 8px;
  align-items: center;
  min-height: 34px;
  min-width: 0;
  overflow: hidden !important;
  margin-right: 12px;
}
.svelte-select.multi {
  align-items: stretch;
  --chevron-color: var(--neutral-white, #fff);
  min-height: 40px;
  height: 40px;
  max-height: 40px;
}
.svelte-select.multi .value-container {
  align-items: flex-start;
  align-content: flex-start;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  padding-right: 4px;
  min-height: 0;
}
.svelte-select .multi-item {
  background: transparent;
  padding: 0;
  margin: 0px !important;
  height: auto;
  line-height: normal;
  overflow: visible;
  transition: none;
}
.svelte-select .multi-item-clear {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.svelte-select .multi-item-clear svg {
  width: 12px;
  height: 12px;
}
.svelte-select.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.svelte-select-list {
  margin-top: 6px;
  border: none;
  padding: 6px 4px;
  background: var(--list-background, var(--kontext-panel));
  border-radius: 0px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable both-edges;
}
.svelte-select-list .list-item {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.svelte-select-list .item {
  border-radius: 0px !important;
  cursor: pointer !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.svelte-select-list .empty {
  font-size: 0.9rem;
  opacity: 0.72;
}
.svelte-select--dark {
  --background: var(--kontext-panel);
  --border: 0px solid black;
  --border-hover: 0px solid black;
  --border-focused: 0px solid black;
  --input-color: var(--kontext-text);
  --item-color: var(--kontext-text);
  --selected-item-color: var(--kontext-text);
  --placeholder-color: var(--kontext-text-muted);
  --placeholder-opacity: 0.72;
  --icons-color: var(--kontext-text-subtle);
  --chevron-color: var(--kontext-text-subtle);
  --clear-select-color: var(--kontext-text-subtle);
  --clear-select-focus-outline: 1px solid var(--kontext-outline);
  --list-background: var(--bg-100) !important;
  --list-border: 1px solid var(--surface-border);
  --list-shadow: 0 18px 38px rgba(13, 12, 12, 0.45);
  --item-hover-bg: var(--surface-muted);
  --item-hover-color: var(--kontext-text);
  --item-is-active-bg: var(--primary-100);
  --item-is-active-color: var(--text-100);
  --item-active-background: var(--primary-200);
  --item-first-border-radius: 8px;
  --multi-item-bg: var(--kontext-panel-muted);
  --multi-item-color: var(--kontext-text);
  --multi-item-outline: 1px solid var(--kontext-border-strong);
  --multi-item-disabled-hover-bg: var(--surface-muted);
  --multi-item-disabled-hover-color: var(--kontext-text-subtle);
  --spinner-color: var(--kontext-text-subtle);
  --select-focus-shadow: var(--focus-ring);
}
.svelte-select--bright {
  --background: var(--input-bg);
  --border: 0px solid black;
  --border-hover: 0px solid black;
  --border-focused: 0px solid black;
  --input-color: var(--text-050);
  --item-color: var(--text-050);
  --selected-item-color: var(--text-050);
  --placeholder-color: var(--input-placeholder);
  --placeholder-opacity: 1;
  --icons-color: var(--text-400);
  --chevron-color: var(--text-400);
  --clear-select-color: var(--text-400);
  --clear-select-focus-outline: 1px solid var(--input-border-focus);
  --list-background: var(--bg-100) !important;
  --list-border: 1px solid color-mix(in srgb, var(--grey-200) 75%, var(--neutral-white));
  --list-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
  --item-hover-bg: var(--surface-muted);
  --item-hover-color: var(--text-050);
  --item-is-active-bg: color-mix(in srgb, var(--primary-100) 86%, var(--neutral-white));
  --item-is-active-color: var(--neutral-white);
  --item-active-background: color-mix(in srgb, var(--primary-200) 82%, var(--neutral-white));
  --item-first-border-radius: 8px;
  --multi-item-bg: var(--grey-100);
  --multi-item-color: white;
  --multi-item-outline: 1px solid color-mix(in srgb, var(--grey-200) 82%, var(--neutral-white));
  --multi-item-disabled-hover-bg: var(--grey-200);
  --multi-item-disabled-hover-color: var(--grey-400);
  --spinner-color: var(--grey-400);
  --select-focus-shadow: var(--input-focus-ring);
}
.svelte-select .multi-item {
  overflow: visible;
}
.svelte-select .multi-item-text {
  overflow: visible;
}
.select-multi-tag {
  position: relative;
  top: -1px;
}
.svelte-select--bright.multi .select-multi-tag,
.svelte-select--bright.multi .select-multi-tag *,
.svelte-select--bright.multi .select-multi-tag em {
  color: var(--multi-item-color) !important;
}
.select-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  line-height: 1.2;
  padding: 0.25rem 0;
  white-space: nowrap;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.select-item__icon {
  color: var(--icons-color);
  flex-shrink: 0;
}
.select-item__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-selection {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.select-selection__icon {
  color: var(--icons-color);
  flex-shrink: 0;
}
.select-selection__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.svelte-select .indicators {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  cursor: pointer !important;
}
.multi-item-clear {
  cursor: pointer !important;
}
.form label .svelte-select,
form:not(.exclude) label .svelte-select {
  width: 100% !important;
  padding: 0 18px 12px 18px !important;
  border: 0 solid black !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--text-invers-100) !important;
  text-align: start !important;
  color: var(--text-invers-100) !important;
  font-size: 1rem !important;
}
.form label .svelte-select:focus,
form:not(.exclude) label .svelte-select:focus {
  outline: none !important;
  border-bottom: 1px solid var(--primary-100) !important;
}
.form label .svelte-select.error,
form:not(.exclude) label .svelte-select.error {
  border-bottom: 3px solid var(--primary-100) !important;
}
.form label .svelte-select.no-input,
form:not(.exclude) label .svelte-select.no-input {
  border-bottom: none !important;
}
.form label div.svelte-select,
form:not(.exclude) label div.svelte-select {
  color: var(--text-invers-100) !important;
}
.form:not(.light) .list-item .select-item,
form:not(.exclude):not(.light) .list-item .select-item {
  color: white !important;
}
.form:not(.light) .list-item .item.hover .select-item,
form:not(.exclude):not(.light) .list-item .item.hover .select-item {
  color: white !important;
}
.form:not(.light) .selected-item,
form:not(.exclude):not(.light) .selected-item {
  color: var(--text-invers-100) !important;
}
.form:not(.light) .icon,
form:not(.exclude):not(.light) .icon {
  color: var(--text-invers-100) !important;
}
.form:not(.light) .svelte-select .list-item .item,
form:not(.exclude):not(.light) .svelte-select .list-item .item {
  display: flex;
  align-items: center;
}
.form:not(.light) .svelte-select .indicators,
form:not(.exclude):not(.light) .svelte-select .indicators {
  background-color: white;
}
form.light .svelte-select,
.form.light .svelte-select,
.content-block.dark .svelte-select {
  border-radius: 0 !important;
  border-bottom: 1px solid var(--text-100) !important;
}
form.light .svelte-select .indicators,
.form.light .svelte-select .indicators,
.content-block.dark .svelte-select .indicators {
  background-color: var(--bg-100);
}
form.light .selected-item,
.form.light .selected-item,
.content-block.dark .selected-item {
  color: white !important;
}
form.light .icon,
.form.light .icon,
.content-block.dark .icon {
  color: white !important;
}
form.light label > div.svelte-select,
.form.light label > div.svelte-select,
.content-block.dark label > div.svelte-select {
  border-bottom: 1px solid white !important;
  color: white !important;
}
form.light label > div.svelte-select:focus,
.form.light label > div.svelte-select:focus,
.content-block.dark label > div.svelte-select:focus {
  border-bottom: 1px solid var(--primary-200) !important;
}
form.light label > div.svelte-select.error,
.form.light label > div.svelte-select.error,
.content-block.dark label > div.svelte-select.error {
  border-bottom: 3px solid var(--primary-200) !important;
}
form.light label > div.svelte-select.no-input,
.form.light label > div.svelte-select.no-input,
.content-block.dark label > div.svelte-select.no-input {
  border-bottom: none !important;
}
form.light label div.svelte-select,
.form.light label div.svelte-select,
.content-block.dark label div.svelte-select {
  color: white !important;
}
form.light label .list-item .select-item,
.form.light label .list-item .select-item,
.content-block.dark label .list-item .select-item {
  color: white !important;
}
form.light .list-item .select-item,
.form.light .list-item .select-item,
.content-block.dark .list-item .select-item {
  color: white !important;
}
form.light .list-item .item.hover div.select-item,
.form.light .list-item .item.hover div.select-item,
.content-block.dark .list-item .item.hover div.select-item {
  color: white !important;
}
form.light .svelte-select *,
.form.light .svelte-select *,
.content-block.dark .svelte-select * {
  color: white !important;
}
form.light .svelte-select .list-item .item,
.form.light .svelte-select .list-item .item,
.content-block.dark .svelte-select .list-item .item {
  display: flex;
  align-items: center;
}
form.light .svelte-select .indicators,
.form.light .svelte-select .indicators,
.content-block.dark .svelte-select .indicators {
  background-color: var(--bg-100);
}
form.light .svelte-select.multi,
.form.light .svelte-select.multi,
.content-block.dark .svelte-select.multi {
  --multi-item-color: white;
}
form.light .svelte-select.multi .multi-item,
.form.light .svelte-select.multi .multi-item,
.content-block.dark .svelte-select.multi .multi-item,
form.light .svelte-select.multi .multi-item *,
.form.light .svelte-select.multi .multi-item *,
.content-block.dark .svelte-select.multi .multi-item *,
form.light .svelte-select.multi .select-multi-tag,
.form.light .svelte-select.multi .select-multi-tag,
.content-block.dark .svelte-select.multi .select-multi-tag,
form.light .svelte-select.multi .select-multi-tag *,
.form.light .svelte-select.multi .select-multi-tag *,
.content-block.dark .svelte-select.multi .select-multi-tag *,
form.light .svelte-select.multi .select-multi-tag em,
.form.light .svelte-select.multi .select-multi-tag em,
.content-block.dark .svelte-select.multi .select-multi-tag em {
  color: white !important;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/TagPickerModal.esbuild-svelte-fake-css */
.tag-picker-simple {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 260px;
  justify-content: flex-start;
}
.tag-picker-simple .tag-picker-simple__actions {
  display: flex;
  justify-content: flex-end;
}
.tag-picker-simple .tag-picker-simple__actions * {
  color: white !important;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/TagBasedInputEditor.esbuild-svelte-fake-css */
.tag-editor.svelte-o34h8u {
  min-height: 52px;
  display: block;
  color: var(--neutral-white);
  white-space: pre-wrap;
  word-break: break-word;
  outline: none;
  line-height: 1.45;
  cursor: text;
  position: relative;
}
.tag-editor.svelte-o34h8u:focus {
  outline: none;
}
.tag-editor.svelte-o34h8u::before {
  content: attr(data-placeholder);
  position: absolute;
  inset: 0 auto auto 0;
  color: var(--text-400);
  opacity: 0.8;
  pointer-events: none;
  white-space: pre-wrap;
  line-height: inherit;
  display: none;
}
.tag-editor[data-empty=true].svelte-o34h8u::before {
  display: block;
}
.tag-editor.brightBackground.svelte-o34h8u,
.form.light .tag-editor.svelte-o34h8u {
  color: var(--text-100);
}
.tag-editor.brightBackground.svelte-o34h8u::before,
.form.light .tag-editor.svelte-o34h8u::before {
  color: var(--input-placeholder);
}
.text-segment.svelte-o34h8u {
  white-space: pre-wrap;
  color: inherit;
  line-height: 1.4;
  display: inline;
}
.text-segment[data-empty-text=true].svelte-o34h8u {
  display: inline-block;
  min-width: 1px;
}
.token.svelte-o34h8u {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border-radius: 10px;
  margin-right: 6px;
  margin-bottom: 4px;
}
.token__tag.svelte-o34h8u {
  display: inline-flex;
  transform: none;
  transform-origin: center left;
  scale: 0.98;
}
.tag-editor.svelte-o34h8u::-webkit-scrollbar {
  width: 8px;
}
.tag-editor.svelte-o34h8u::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--surface-border) 70%, transparent);
  border-radius: 8px;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/TagPickerTrigger.esbuild-svelte-fake-css */
.tag-trigger.svelte-mv0n2g {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--surface-border) 70%, transparent);
  border-radius: 10px;
  color: var(--text-invers-100);
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    transform 0.12s ease;
}
.tag-trigger.svelte-mv0n2g:hover {
  background: color-mix(in srgb, var(--bg-150) 70%, transparent);
  border-color: color-mix(in srgb, var(--primary-100) 60%, var(--surface-border));
  transform: translateY(-1px);
}
.tag-trigger.svelte-mv0n2g:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tag-trigger.brightBackground.svelte-mv0n2g,
.form.light .tag-trigger.svelte-mv0n2g {
  color: var(--text-100);
}
.tag-trigger.brightBackground.svelte-mv0n2g:hover,
.form.light .tag-trigger.svelte-mv0n2g:hover {
  background: color-mix(in srgb, var(--bg-150) 60%, transparent);
}
.tag-trigger__chevron.svelte-mv0n2g {
  display: inline-flex;
  opacity: 0.8;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/TagBasedInput.esbuild-svelte-fake-css */
.tag-input-shell.svelte-r5vj09 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.5rem;
  padding: 0 12px 12px 18px;
  border-bottom: 1px solid var(--text-invers-100);
  position: relative;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.tag-input-shell.brightBackground.svelte-r5vj09,
.form.light .tag-input-shell.svelte-r5vj09 {
  border-color: var(--text-100);
}
.tag-input-shell.disabled.svelte-r5vj09 {
  opacity: 0.6;
  pointer-events: none;
}
.tag-input-shell.svelte-r5vj09:focus-within {
  border-color: var(--primary-100);
  box-shadow: 0 1px 0 0 color-mix(in srgb, var(--primary-100) 80%, transparent);
}
label.tagBasedInput {
  height: auto;
  max-height: none;
}
label.tagBasedInput .tag-input-shell span {
  opacity: 1 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  text-align: left;
}
label.tagBasedInput .tag-input-shell .placeholder {
  opacity: 0.9 !important;
  color: var(--text-300) !important;
  font-size: 1rem;
  line-height: 1.35;
}
label.tagBasedInput .tag-input-shell .text-segment,
label.tagBasedInput .tag-input-shell .token__tag,
label.tagBasedInput .tag-input-shell .token {
  color: var(--neutral-white) !important;
  opacity: 1 !important;
}
.form.light label.tagBasedInput .tag-input-shell .text-segment,
.form.light label.tagBasedInput .tag-input-shell .token__tag,
.form.light label.tagBasedInput .tag-input-shell .token {
  color: var(--text-100) !important;
}
.tag-input__focus-proxy.svelte-r5vj09 {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  inset: 0;
  pointer-events: none;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/Input.esbuild-svelte-fake-css */
label.svelte-1gqwaea {
  position: relative;
}
.helperText.svelte-1gqwaea {
  position: absolute;
  right: 0px;
  color: var(--bg-100);
  top: 50%;
  transform: translateY(-50%);
}
label.hasTooltipIcon.svelte-1gqwaea > input:where(.svelte-1gqwaea),
label.hasTooltipIcon.svelte-1gqwaea > textarea:where(.svelte-1gqwaea),
label.hasTooltipIcon.svelte-1gqwaea > .no-input:where(.svelte-1gqwaea),
label.hasTooltipIcon.svelte-1gqwaea > .password-field:where(.svelte-1gqwaea) input:where(.svelte-1gqwaea) {
  padding-right: 2.8rem !important;
}
label.hasTooltipIcon.svelte-1gqwaea .svelte-select {
  padding-right: 2.8rem !important;
}
.password-field.svelte-1gqwaea {
  position: relative;
  display: flex;
  align-items: center;
}
input.svelte-1gqwaea {
  padding-right: 3.25rem !important;
}
.password-toggle.svelte-1gqwaea {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-invers-100);
  cursor: pointer;
}
.password-toggle.svelte-1gqwaea:hover,
.password-toggle.svelte-1gqwaea:focus-visible {
  color: var(--primary-100);
  outline: none;
}
.password-requirements.svelte-1gqwaea {
  list-style: none;
  padding: 0 18px 2px 18px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.password-requirements.svelte-1gqwaea li:where(.svelte-1gqwaea) {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--primary-100);
}
.password-requirements.svelte-1gqwaea li.met:where(.svelte-1gqwaea) {
  color: var(--confirm-100);
}
.form.light .password-toggle.svelte-1gqwaea {
  color: var(--text-100);
}
.form.light .password-requirements.svelte-1gqwaea li:where(.svelte-1gqwaea) {
  color: var(--text-100);
}
.toggle-row.svelte-1gqwaea {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
}
.toggle-row.isDisabled.svelte-1gqwaea {
  opacity: 0.55;
}
.toggle-row.svelte-1gqwaea .checkbox-label:where(.svelte-1gqwaea) {
  font-weight: 600;
  color: var(--text-100);
  font-size: 1rem !important;
  flex: 1;
  margin-left: 0px;
  padding-left: 0px;
}
.input-tooltip-icon.svelte-1gqwaea {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 1px solid var(--text-invers-100);
  color: var(--text-invers-100);
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 1;
  padding: 0;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: help;
  z-index: 2;
}
.form.light .input-tooltip-icon.svelte-1gqwaea {
  border-color: var(--text-100);
  color: var(--text-100);
  background: color-mix(in srgb, var(--bg-150) 60%, transparent);
}
.input-tooltip-icon--inline.svelte-1gqwaea {
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
}
.checkit-span.svelte-1gqwaea:disabled {
  cursor: not-allowed;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/StatusFilter.esbuild-svelte-fake-css */
.status-filter {
  min-width: 220px;
}
.status-filter__item.svelte-p5rdim {
  padding: 0.1rem 0;
}
.status-filter .svelte-select .multi-item {
  padding: 0;
  gap: 4px;
}
.status-filter .svelte-select .multi-item-text {
  padding: 0;
}
.status-filter .svelte-select .multi-item-clear {
  height: unset !important;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/table/TableFilters.esbuild-svelte-fake-css */
.table-filters.svelte-eaqzp9 {
  display: flex;
  gap: 1.2rem;
  align-items: flex-end;
  margin-bottom: 1.2rem;
  height: fit-content !important;
  flex-wrap: wrap;
  row-gap: 0.6rem;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/table/ColumnScrollButtons.esbuild-svelte-fake-css */
.column-scroll-buttons.svelte-6g318 {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}
.column-scroll-button.svelte-6g318 {
  border: none;
  background: transparent;
  color: var(--dt-text-muted);
  padding: 0.25rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    transform 0.05s ease,
    opacity 0.1s ease;
}
.column-scroll-button.svelte-6g318:hover:not(:disabled) {
  color: var(--dt-accent-soft);
  background-color: rgba(116, 30, 32, 0.12);
  transform: translateY(-1px);
}
.column-scroll-button.svelte-6g318:active:not(:disabled) {
  transform: translateY(0);
}
.column-scroll-button.svelte-6g318:disabled {
  opacity: 0.3;
  cursor: default;
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Circle.esbuild-svelte-fake-css */
.circle.svelte-7w2xrx {
  height: var(--size);
  width: var(--size);
  border-color: var(--color) transparent var(--color) var(--color);
  border-width: calc(var(--size) / 15);
  border-style: solid;
  border-image: initial;
  border-radius: 50%;
  animation: var(--duration) linear 0s infinite normal none running svelte-7w2xrx-rotate;
}
.pause-animation.svelte-7w2xrx {
  animation-play-state: paused;
}
@keyframes svelte-7w2xrx-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Circle2.esbuild-svelte-fake-css */
.circle.svelte-18p56hv {
  width: var(--size);
  height: var(--size);
  box-sizing: border-box;
  position: relative;
  border: 3px solid transparent;
  border-top-color: var(--colorOuter);
  border-radius: 50%;
  animation: svelte-18p56hv-circleSpin var(--durationOuter) linear infinite;
}
.circle.svelte-18p56hv::before,
.circle.svelte-18p56hv::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
}
.circle.svelte-18p56hv::after {
  border-top-color: var(--colorInner);
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  animation: svelte-18p56hv-circleSpin var(--durationInner) linear infinite;
}
.circle.svelte-18p56hv::before {
  border-top-color: var(--colorCenter);
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  animation: svelte-18p56hv-circleSpin var(--durationCenter) linear infinite;
}
.pause-animation.svelte-18p56hv,
.pause-animation.svelte-18p56hv::after,
.pause-animation.svelte-18p56hv::before {
  animation-play-state: paused;
}
@keyframes svelte-18p56hv-circleSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Circle3.esbuild-svelte-fake-css */
.wrapper.svelte-1ld5hqc {
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  box-sizing: border-box;
}
.inner.svelte-1ld5hqc {
  transform: scale(calc(var(--floatSize) / 52));
}
.ball-container.svelte-1ld5hqc {
  animation: svelte-1ld5hqc-ballTwo var(--duration) infinite;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  position: relative;
}
.single-ball.svelte-1ld5hqc {
  width: 44px;
  height: 44px;
  position: absolute;
}
.ball.svelte-1ld5hqc {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  animation: svelte-1ld5hqc-ballOne var(--duration) infinite ease;
}
.pause-animation.svelte-1ld5hqc {
  animation-play-state: paused;
}
.ball-top-left.svelte-1ld5hqc {
  background-color: var(--ballTopLeftColor);
  top: 0;
  left: 0;
}
.ball-top-right.svelte-1ld5hqc {
  background-color: var(--ballTopRightColor);
  top: 0;
  left: 24px;
}
.ball-bottom-left.svelte-1ld5hqc {
  background-color: var(--ballBottomLeftColor);
  top: 24px;
  left: 0;
}
.ball-bottom-right.svelte-1ld5hqc {
  background-color: var(--ballBottomRightColor);
  top: 24px;
  left: 24px;
}
@keyframes svelte-1ld5hqc-ballOne {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}
@keyframes svelte-1ld5hqc-ballTwo {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/DoubleBounce.esbuild-svelte-fake-css */
.wrapper.svelte-114lbwa {
  position: relative;
  width: var(--size);
  height: var(--size);
}
.circle.svelte-114lbwa {
  position: absolute;
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  border-radius: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  animation-fill-mode: both;
  animation-name: svelte-114lbwa-bounce !important;
}
.pause-animation.svelte-114lbwa {
  animation-play-state: paused;
}
@keyframes svelte-114lbwa-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/GoogleSpin.esbuild-svelte-fake-css */
.svelte-1xynvbs {
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  background: #f86;
  border-radius: 50%;
  transform: rotateZ(90deg);
  transform-origin: 50% 50%;
  animation: svelte-1xynvbs-plus-loader-background var(--duration) infinite ease-in-out;
}
.svelte-1xynvbs::after {
  background: #f86;
  border-radius: 50% 0 0 50%;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: svelte-1xynvbs-plus-loader-top var(--duration) infinite linear;
}
.svelte-1xynvbs::before {
  background: #fc6;
  border-radius: 50% 0 0 50%;
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  animation: svelte-1xynvbs-plus-loader-bottom var(--duration) infinite linear;
}
.pause-animation.svelte-1xynvbs,
.pause-animation.svelte-1xynvbs::before,
.pause-animation.svelte-1xynvbs::after {
  animation-play-state: paused;
}
@keyframes svelte-1xynvbs-plus-loader-top {
  2.5% {
    background: #f86;
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
  13.75% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  13.76% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: ease-out;
  }
  25% {
    background: #fc6;
    transform: rotateY(180deg);
  }
  27.5% {
    background: #fc6;
    transform: rotateY(180deg);
    animation-timing-function: ease-in;
  }
  41.25% {
    background: #ffae0d;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  41.26% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: ease-out;
  }
  50% {
    background: #6d7;
    transform: rotateY(0deg);
  }
  52.5% {
    background: #6d7;
    transform: rotateY(0deg);
    animation-timing-function: ease-in;
  }
  63.75% {
    background: #2cc642;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  63.76% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: ease-out;
  }
  75% {
    background: #4ae;
    transform: rotateY(180deg);
  }
  77.5% {
    background: #4ae;
    transform: rotateY(180deg);
    animation-timing-function: ease-in;
  }
  91.25% {
    background: #1386d2;
    transform: rotateY(90deg);
    animation-timing-function: step-start;
  }
  91.26% {
    background: #ff430d;
    transform: rotateY(90deg);
    animation-timing-function: ease-in;
  }
  100% {
    background: #f86;
    transform: rotateY(0deg);
    animation-timing-function: step-start;
  }
}
@keyframes svelte-1xynvbs-plus-loader-bottom {
  0% {
    background: #fc6;
    animation-timing-function: step-start;
  }
  50% {
    background: #fc6;
    animation-timing-function: step-start;
  }
  75% {
    background: #4ae;
    animation-timing-function: step-start;
  }
  100% {
    background: #4ae;
    animation-timing-function: step-start;
  }
}
@keyframes svelte-1xynvbs-plus-loader-background {
  0% {
    background: #f86;
    transform: rotateZ(180deg);
  }
  25% {
    background: #f86;
    transform: rotateZ(180deg);
    animation-timing-function: step-start;
  }
  27.5% {
    background: #6d7;
    transform: rotateZ(90deg);
  }
  50% {
    background: #6d7;
    transform: rotateZ(90deg);
    animation-timing-function: step-start;
  }
  52.5% {
    background: #6d7;
    transform: rotateZ(0deg);
  }
  75% {
    background: #6d7;
    transform: rotateZ(0deg);
    animation-timing-function: step-start;
  }
  77.5% {
    background: #f86;
    transform: rotateZ(270deg);
  }
  100% {
    background: #f86;
    transform: rotateZ(270deg);
    animation-timing-function: step-start;
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/ScaleOut.esbuild-svelte-fake-css */
.wrapper.svelte-1rlyajf {
  width: var(--size);
  height: var(--size);
}
.circle.svelte-1rlyajf {
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  animation-duration: var(--duration);
  border-radius: 100%;
  display: inline-block;
  animation: svelte-1rlyajf-scaleOut var(--duration) ease-in-out infinite;
}
.pause-animation.svelte-1rlyajf {
  animation-play-state: paused;
}
@keyframes svelte-1rlyajf-scaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/SpinLine.esbuild-svelte-fake-css */
.wrapper.svelte-11s1867 {
  width: var(--size);
  height: var(--stroke);
  transform: scale(calc(var(--floatSize) / 75));
  display: flex;
  justify-content: center;
  align-items: center;
}
.line.svelte-11s1867 {
  width: var(--size);
  height: var(--stroke);
  background: var(--color);
  border-radius: var(--stroke);
  transform-origin: center center;
  animation: svelte-11s1867-spineLine var(--duration) ease infinite;
}
.pause-animation.svelte-11s1867 {
  animation-play-state: paused;
}
@keyframes svelte-11s1867-spineLine {
  0% {
    transform: rotate(-20deg);
    height: 5px;
    width: 75px;
  }
  5% {
    height: 5px;
    width: 75px;
  }
  30% {
    transform: rotate(380deg);
    height: 5px;
    width: 75px;
  }
  40% {
    transform: rotate(360deg);
    height: 5px;
    width: 75px;
  }
  55% {
    transform: rotate(0deg);
    height: 5px;
    width: 5px;
  }
  65% {
    transform: rotate(0deg);
    height: 5px;
    width: 85px;
  }
  68% {
    transform: rotate(0deg);
    height: 5px;
  }
  75% {
    transform: rotate(0deg);
    height: 5px;
    width: 1px;
  }
  78% {
    height: 5px;
    width: 5px;
  }
  90% {
    height: 5px;
    width: 75px;
    transform: rotate(0deg);
  }
  99%, 100% {
    height: 5px;
    width: 75px;
    transform: rotate(-20deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Stretch.esbuild-svelte-fake-css */
.wrapper.svelte-1et11w8 {
  height: var(--size);
  width: var(--size);
  display: inline-block;
  text-align: center;
  font-size: 10px;
}
.rect.svelte-1et11w8 {
  height: 100%;
  width: 10%;
  display: inline-block;
  margin-right: 4px;
  transform: scaleY(0.4);
  background-color: var(--color);
  animation: svelte-1et11w8-stretch var(--duration) ease-in-out infinite;
}
.pause-animation.svelte-1et11w8 {
  animation-play-state: paused;
}
@keyframes svelte-1et11w8-stretch {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/BarLoader.esbuild-svelte-fake-css */
.wrapper.svelte-1u7a0eb {
  height: calc(var(--size) / 15);
  width: calc(var(--size) * 2);
  background-color: var(--rgba);
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
}
.lines.svelte-1u7a0eb {
  height: calc(var(--size) / 15);
  background-color: var(--color);
}
.small-lines.svelte-1u7a0eb {
  position: absolute;
  overflow: hidden;
  background-clip: padding-box;
  display: block;
  border-radius: 2px;
  will-change: left, right;
  animation-fill-mode: forwards;
}
.small-lines.\31.svelte-1u7a0eb {
  animation: var(--duration) cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s infinite normal none running svelte-1u7a0eb-long;
}
.small-lines.\32.svelte-1u7a0eb {
  animation: var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) calc((var(--duration) + 0.1) / 2) infinite normal none running svelte-1u7a0eb-short;
}
.pause-animation.svelte-1u7a0eb {
  animation-play-state: paused;
}
@keyframes svelte-1u7a0eb-long {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes svelte-1u7a0eb-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Jumper.esbuild-svelte-fake-css */
.wrapper.svelte-1ctay1k {
  width: var(--size);
  height: var(--size);
}
.circle.svelte-1ctay1k {
  border-radius: 100%;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: var(--size);
  height: var(--size);
  background-color: var(--color);
  animation: svelte-1ctay1k-bounce var(--duration) linear infinite;
}
.pause-animation.svelte-1ctay1k {
  animation-play-state: paused;
}
@keyframes svelte-1ctay1k-bounce {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/RingLoader.esbuild-svelte-fake-css */
.wrapper.svelte-c5p9k6 {
  position: relative;
  width: var(--size);
  height: var(--size);
}
.border.svelte-c5p9k6 {
  border-color: var(--color);
  position: absolute;
  top: 0px;
  left: 0px;
  width: var(--size);
  height: var(--size);
  opacity: 0.4;
  perspective: 800px;
  border-width: 6px;
  border-style: solid;
  border-image: initial;
  border-radius: 100%;
}
.border.\31.svelte-c5p9k6 {
  animation: var(--duration) linear 0s infinite normal none running svelte-c5p9k6-ringOne;
}
.border.\32.svelte-c5p9k6 {
  animation: var(--duration) linear 0s infinite normal none running svelte-c5p9k6-ringTwo;
}
.pause-animation.svelte-c5p9k6 {
  animation-play-state: paused;
}
@keyframes svelte-c5p9k6-ringOne {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(180deg) rotateZ(360deg);
  }
}
@keyframes svelte-c5p9k6-ringTwo {
  0% {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(180deg) rotateY(360deg) rotateZ(360deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/SyncLoader.esbuild-svelte-fake-css */
.wrapper.svelte-mqydc1 {
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dot.svelte-mqydc1 {
  height: var(--dotSize);
  width: var(--dotSize);
  background-color: var(--color);
  margin: 2px;
  display: inline-block;
  border-radius: 100%;
  animation: svelte-mqydc1-sync var(--duration) ease-in-out infinite alternate both running;
}
.pause-animation.svelte-mqydc1 {
  animation-play-state: paused;
}
@-webkit-keyframes svelte-mqydc1-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes svelte-mqydc1-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Rainbow.esbuild-svelte-fake-css */
.wrapper.svelte-10ysxtf {
  width: var(--size);
  height: calc(var(--size) / 2);
  overflow: hidden;
}
.rainbow.svelte-10ysxtf {
  width: var(--size);
  height: var(--size);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: var(--color);
  border-right-color: var(--color);
  box-sizing: border-box;
  transform: rotate(-200deg);
  border-radius: 50%;
  border-style: solid;
  animation: var(--duration) ease-in-out 0s infinite normal none running svelte-10ysxtf-rotate;
}
.pause-animation.svelte-10ysxtf {
  animation-play-state: paused;
}
@keyframes svelte-10ysxtf-rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Firework.esbuild-svelte-fake-css */
.wrapper.svelte-1uk4jqe {
  width: calc(var(--size) * 1.3);
  height: calc(var(--size) * 1.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.firework.svelte-1uk4jqe {
  border: calc(var(--size) / 10) dotted var(--color);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  animation: svelte-1uk4jqe-fire var(--duration) cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.pause-animation.svelte-1uk4jqe {
  animation-play-state: paused;
}
@keyframes svelte-1uk4jqe-fire {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  25% {
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Pulse.esbuild-svelte-fake-css */
.wrapper.svelte-1yesw5o {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: calc(var(--size) / 2.5);
}
.cube.svelte-1yesw5o {
  position: absolute;
  top: 0px;
  width: calc(var(--size) / 5);
  height: calc(var(--size) / 2.5);
  background-color: var(--color);
  animation: svelte-1yesw5o-motion var(--duration) cubic-bezier(0.895, 0.03, 0.685, 0.22) infinite;
}
.pause-animation.svelte-1yesw5o {
  animation-play-state: paused;
}
@keyframes svelte-1yesw5o-motion {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Jellyfish.esbuild-svelte-fake-css */
.wrapper.svelte-pnnsu3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
}
.ring.svelte-pnnsu3 {
  position: absolute;
  border: 2px solid var(--color);
  border-radius: 50%;
  background-color: transparent;
  animation: svelte-pnnsu3-motion var(--duration) ease infinite;
}
.pause-animation.svelte-pnnsu3 {
  animation-play-state: paused;
}
@keyframes svelte-pnnsu3-motion {
  0% {
    transform: translateY(var(--motionOne));
  }
  50% {
    transform: translateY(var(--motionTwo));
  }
  100% {
    transform: translateY(var(--motionThree));
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Chasing.esbuild-svelte-fake-css */
.wrapper.svelte-1luu01o {
  height: var(--size);
  width: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner.svelte-1luu01o {
  height: var(--size);
  width: var(--size);
  animation: svelte-1luu01o-rotate var(--duration) infinite linear;
}
.dot.svelte-1luu01o {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--color);
  border-radius: 100%;
  animation: svelte-1luu01o-bounce var(--duration) infinite ease-in-out;
}
.pause-animation.svelte-1luu01o {
  animation-play-state: paused;
}
@keyframes svelte-1luu01o-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes svelte-1luu01o-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Square.esbuild-svelte-fake-css */
.square.svelte-11g0eio {
  height: var(--size);
  width: var(--size);
  background-color: var(--color);
  animation: svelte-11g0eio-squareDelay var(--duration) 0s infinite cubic-bezier(0.09, 0.57, 0.49, 0.9);
  animation-fill-mode: both;
  perspective: 100px;
  display: inline-block;
}
.pause-animation.svelte-11g0eio {
  animation-play-state: paused;
}
@keyframes svelte-11g0eio-squareDelay {
  25% {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Shadow.esbuild-svelte-fake-css */
.wrapper.svelte-og5eod {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--size);
  height: var(--size);
}
.shadow.svelte-og5eod {
  color: var(--color);
  font-size: var(--size);
  overflow: hidden;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  margin: 28px auto;
  position: relative;
  transform: translateZ(0);
  animation: svelte-og5eod-load var(--duration) infinite ease, svelte-og5eod-round var(--duration) infinite ease;
}
.pause-animation.svelte-og5eod {
  animation-play-state: paused;
}
@keyframes svelte-og5eod-load {
  0% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em,
      -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em,
      -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em,
      -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow:
      0 -0.83em 0 -0.4em,
      0 -0.83em 0 -0.42em,
      0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em,
      0 -0.83em 0 -0.477em;
  }
}
@keyframes svelte-og5eod-round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Moon.esbuild-svelte-fake-css */
.wrapper.svelte-15q7j0m {
  height: var(--size);
  width: var(--size);
  border-radius: 100%;
  animation: svelte-15q7j0m-moonStretchDelay var(--duration) 0s infinite linear;
  animation-fill-mode: forwards;
  position: relative;
}
.circle-one.svelte-15q7j0m {
  top: var(--moonSize);
  background-color: var(--color);
  width: calc(var(--size) / 7);
  height: calc(var(--size) / 7);
  border-radius: 100%;
  animation: svelte-15q7j0m-moonStretchDelay var(--duration) 0s infinite linear;
  animation-fill-mode: forwards;
  opacity: 0.8;
  position: absolute;
}
.circle-two.svelte-15q7j0m {
  opacity: 0.1;
  border: calc(var(--size) / 7) solid var(--color);
  height: var(--size);
  width: var(--size);
  border-radius: 100%;
  box-sizing: border-box;
}
.pause-animation.svelte-15q7j0m {
  animation-play-state: paused;
}
@keyframes svelte-15q7j0m-moonStretchDelay {
  100% {
    transform: rotate(360deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Plane.esbuild-svelte-fake-css */
.wrapper.svelte-1gr3osz {
  height: var(--size);
  width: var(--size);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper.svelte-1gr3osz :where(.svelte-1gr3osz) {
  line-height: 0;
  box-sizing: border-box;
}
.spinner-inner.svelte-1gr3osz {
  height: var(--size);
  width: var(--size);
  transform: scale(calc(var(--size) / 70));
}
.mask.svelte-1gr3osz {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  perspective: 1000;
  backface-visibility: hidden;
}
.plane.svelte-1gr3osz {
  background: var(--color);
  width: 400%;
  height: 100%;
  position: absolute;
  z-index: 100;
  perspective: 1000;
  backface-visibility: hidden;
}
#top.svelte-1gr3osz .plane:where(.svelte-1gr3osz) {
  z-index: 2000;
  animation: svelte-1gr3osz-trans1 var(--duration) ease-in infinite 0s backwards;
}
#middle.svelte-1gr3osz .plane:where(.svelte-1gr3osz) {
  transform: translate3d(0px, 0, 0);
  background: var(--rgba);
  animation: svelte-1gr3osz-trans2 var(--duration) linear infinite calc(var(--duration) / 4) backwards;
}
#bottom.svelte-1gr3osz .plane:where(.svelte-1gr3osz) {
  z-index: 2000;
  animation: svelte-1gr3osz-trans3 var(--duration) ease-out infinite calc(var(--duration) / 2) backwards;
}
#top.svelte-1gr3osz {
  width: 53px;
  height: 20px;
  left: 20px;
  top: 5px;
  transform: skew(-15deg, 0);
  z-index: 100;
}
#middle.svelte-1gr3osz {
  width: 33px;
  height: 20px;
  left: 20px;
  top: 21px;
  transform: skew(-15deg, 40deg);
}
#bottom.svelte-1gr3osz {
  width: 53px;
  height: 20px;
  top: 35px;
  transform: skew(-15deg, 0);
}
.pause-animation.svelte-1gr3osz .plane:where(.svelte-1gr3osz) {
  animation-play-state: paused;
}
@keyframes svelte-1gr3osz-trans1 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes svelte-1gr3osz-trans2 {
  from {
    transform: translate3d(-160px, 0, 0);
  }
  to {
    transform: translate3d(53px, 0, 0);
  }
}
@keyframes svelte-1gr3osz-trans3 {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-220px, 0, 0);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Diamonds.esbuild-svelte-fake-css */
span.svelte-1wtjgh6 {
  width: var(--size);
  height: calc(var(--size) / 4);
  position: relative;
  display: block;
}
div.svelte-1wtjgh6 {
  width: calc(var(--size) / 4);
  height: calc(var(--size) / 4);
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 2px;
  background: var(--color);
  transform: translateX(-50%) rotate(45deg) scale(0);
  animation: svelte-1wtjgh6-diamonds var(--duration) linear infinite;
}
div.svelte-1wtjgh6:nth-child(1) {
  animation-delay: calc(var(--duration) * 2 / 3 * -1);
}
div.svelte-1wtjgh6:nth-child(2) {
  animation-delay: calc(var(--duration) * 2 / 3 * -2);
}
div.svelte-1wtjgh6:nth-child(3) {
  animation-delay: calc(var(--duration) * 2 / 3 * -3);
}
.pause-animation.svelte-1wtjgh6 div:where(.svelte-1wtjgh6) {
  animation-play-state: paused;
}
@keyframes svelte-1wtjgh6-diamonds {
  50% {
    left: 50%;
    transform: translateX(-50%) rotate(45deg) scale(1);
  }
  100% {
    left: 100%;
    transform: translateX(-50%) rotate(45deg) scale(0);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Clock.esbuild-svelte-fake-css */
div.svelte-1s9xlzj {
  position: relative;
  width: var(--size);
  height: var(--size);
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px var(--color);
  border-radius: 50%;
}
div.svelte-1s9xlzj::before,
div.svelte-1s9xlzj::after {
  position: absolute;
  content: "";
  background-color: var(--color);
}
div.svelte-1s9xlzj::after {
  width: calc(var(--size) / 2.4);
  height: 2px;
  top: calc(var(--size) / 2);
  left: calc(var(--size) / 2);
  transform-origin: 1px 1px;
  animation: svelte-1s9xlzj-rotate calc(var(--duration) / 4) linear infinite;
}
div.svelte-1s9xlzj::before {
  width: calc(var(--size) / 3);
  height: 2px;
  top: calc((var(--size) / 2));
  left: calc((var(--size) / 2));
  transform-origin: 1px 1px;
  animation: svelte-1s9xlzj-rotate var(--duration) linear infinite;
}
.pause-animation.svelte-1s9xlzj,
.pause-animation.svelte-1s9xlzj::before,
.pause-animation.svelte-1s9xlzj::after {
  animation-play-state: paused;
}
@keyframes svelte-1s9xlzj-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Wave.esbuild-svelte-fake-css */
.wrapper.svelte-1rumbqe {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--size) * 2.5);
  height: var(--size);
  overflow: hidden;
}
.bar.svelte-1rumbqe {
  position: absolute;
  top: calc(var(--size) / 10);
  width: calc(var(--size) / 5);
  height: calc(var(--size) / 10);
  margin-top: calc(var(--size) - var(--size) / 10);
  transform: skewY(0deg);
  background-color: var(--color);
  animation: svelte-1rumbqe-motion var(--duration) ease-in-out infinite;
}
.pause-animation.svelte-1rumbqe {
  animation-play-state: paused;
}
@keyframes svelte-1rumbqe-motion {
  25% {
    transform: skewY(25deg);
  }
  50% {
    height: 100%;
    margin-top: 0;
  }
  75% {
    transform: skewY(-25deg);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/Puff.esbuild-svelte-fake-css */
.wrapper.svelte-14u7y84 {
  display: inherit;
  position: relative;
  width: var(--size);
  height: var(--size);
}
.circle.svelte-14u7y84 {
  position: absolute;
  width: var(--size);
  height: var(--size);
  border: thick solid var(--rgba);
  border-radius: 50%;
  opacity: 1;
  top: 0px;
  left: 0px;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1), cubic-bezier(0.3, 0.61, 0.355, 1);
  animation-direction: normal, normal;
  animation-fill-mode: none, none;
  animation-play-state: running, running;
  animation-name: svelte-14u7y84-puff-1, svelte-14u7y84-puff-2;
  box-sizing: border-box;
}
.pause-animation.svelte-14u7y84 {
  animation-play-state: paused;
}
@keyframes svelte-14u7y84-puff-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes svelte-14u7y84-puff-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/ArrowDown.esbuild-svelte-fake-css */
.wrapper.svelte-jnrlfo {
  width: var(--size);
  height: calc(var(--size) * 1.5);
  margin-left: var(--size);
  background: var(--color);
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: svelte-jnrlfo-bump var(--duration) ease-in infinite alternate;
}
.wrapper.svelte-jnrlfo::after {
  content: "";
  box-sizing: border-box;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  position: absolute;
  border: var(--size) solid transparent;
  border-top-color: var(--color);
}
.pause-animation.svelte-jnrlfo {
  animation-play-state: paused;
}
@keyframes svelte-jnrlfo-bump {
  0% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}

/* fakecss:/data/node_modules/svelte-loading-spinners/ArrowUp.esbuild-svelte-fake-css */
.wrapper.svelte-10o3xbl {
  width: var(--size);
  height: calc(var(--size) * 1.5);
  margin-left: var(--size);
  margin-top: var(--size);
  background: var(--color);
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: svelte-10o3xbl-bump var(--duration) ease-in infinite alternate;
}
.wrapper.svelte-10o3xbl::after {
  content: "";
  box-sizing: border-box;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  position: absolute;
  border: var(--size) solid transparent;
  border-bottom-color: var(--color);
}
.pause-animation.svelte-10o3xbl {
  animation-play-state: paused;
}
@keyframes svelte-10o3xbl-bump {
  0% {
    transform: translate(-50%, 5px);
  }
  100% {
    transform: translate(-50%, -5px);
  }
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/table/TableView.esbuild-svelte-fake-css */
.table-horizontal-controls.svelte-1y4atth {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background-color: var(--dt-bg-elevated-soft);
  border-left: 1px solid var(--dt-border-subtle);
  border-right: 1px solid var(--dt-border-subtle);
  padding: 0.25rem 0.4rem;
}
.table-horizontal-controls--top.svelte-1y4atth {
  border-top: 1px solid var(--dt-border-subtle);
}
.table-horizontal-controls--bottom.svelte-1y4atth {
  border-bottom: 1px solid var(--dt-border-subtle);
}
.selection-header-cell.svelte-1y4atth,
.selection-cell.svelte-1y4atth {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.selection-cell-content.svelte-1y4atth {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selection-input-host.svelte-1y4atth {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: auto;
  height: auto;
}
.selection-input-host.svelte-1y4atth label.checkbox {
  width: auto;
  max-width: none;
  height: 1.2rem;
  max-height: 1.2rem;
  justify-content: center;
  gap: 0;
}
.selection-input-host.svelte-1y4atth .checkit-span {
  border-color: var(--dt-border-subtle);
  background-color: var(--dt-bg-main);
}
.selection-input-host.svelte-1y4atth [type=checkbox]:checked + .checkit-span:before {
  color: var(--dt-text-main);
}
.selection-input-host.svelte-1y4atth .selection-checkbox-control {
  cursor: pointer;
}
.selection-input-host.svelte-1y4atth label.checkbox.disabled,
.selection-input-host.svelte-1y4atth label.checkbox.disabled .checkit-span {
  cursor: not-allowed;
  opacity: 0.6;
}
.table-horizontal-step-button.svelte-1y4atth {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: var(--dt-text-muted);
  padding: 0.25rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition:
    background-color 0.1s ease,
    color 0.1s ease,
    transform 0.05s ease,
    opacity 0.1s ease;
}
.table-horizontal-step-button.svelte-1y4atth:hover:not(:disabled) {
  color: var(--dt-accent-soft);
  background-color: rgba(116, 30, 32, 0.12);
  transform: translateY(-1px);
}
.table-horizontal-step-button.svelte-1y4atth:active:not(:disabled) {
  transform: translateY(0);
}
.table-horizontal-step-button.svelte-1y4atth:disabled {
  opacity: 0.3;
  cursor: default;
}
.table-horizontal-scrollbar.svelte-1y4atth {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  height: 19px;
  background-color: var(--dt-bg-elevated-soft);
}
.table-horizontal-scrollbar__content.svelte-1y4atth {
  height: 2px;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-track.simplebar-vertical {
  display: none;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-wrapper,
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-mask,
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-offset,
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-content-wrapper,
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-content {
  height: 100%;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-track.simplebar-horizontal {
  height: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: color-mix(in srgb, var(--dt-text-main) 20%, transparent);
  box-shadow: inset 0 2px 0 var(--dt-bg-elevated-soft), inset 0 -2px 0 var(--dt-bg-elevated-soft);
  pointer-events: auto;
  cursor: pointer;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  min-width: 40px;
  pointer-events: auto;
  cursor: grab;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-scrollbar::before {
  background-color: var(--dt-bg-main);
  opacity: 1;
  margin-top: -1px;
  border-radius: 0;
  height: 18px;
  margin-left: -2px;
  transition-duration: 0ms;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-track.simplebar-horizontal .simplebar-scrollbar:active {
  cursor: grabbing;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.table-horizontal-scrollbar.svelte-1y4atth .simplebar-content-wrapper {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: auto !important;
}
.table-scroll.svelte-1y4atth {
  border: 1px solid var(--dt-border-subtle);
  background-color: var(--dt-bg-elevated);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.table-scroll.svelte-1y4atth::-webkit-scrollbar {
  display: none;
}
.table-scroll[data-navigation-mode=scroll].svelte-1y4atth {
  overflow-x: auto;
  scroll-behavior: auto;
}
.table-scroll.with-horizontal-scrollbars.svelte-1y4atth {
  border-top: 0;
  border-bottom: 0;
}
table.svelte-1y4atth {
  border-collapse: separate;
  border-spacing: 0;
}
.main-table.svelte-1y4atth {
  width: 100%;
  table-layout: fixed;
}
thead.svelte-1y4atth th:where(.svelte-1y4atth) {
  position: sticky;
  top: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  background-color: var(--dt-bg-elevated-soft);
  color: var(--dt-text-muted);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--dt-border-subtle);
  white-space: nowrap;
}
thead.svelte-1y4atth th:where(.svelte-1y4atth) .header-button:where(.svelte-1y4atth) {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
thead.svelte-1y4atth th:where(.svelte-1y4atth) .header-label:where(.svelte-1y4atth) {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}
thead.svelte-1y4atth th:where(.svelte-1y4atth) .header-text:where(.svelte-1y4atth) {
  text-overflow: ellipsis;
  min-width: 0;
}
thead.svelte-1y4atth th:where(.svelte-1y4atth) .header-icon:where(.svelte-1y4atth) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dt-text-muted);
  opacity: 0.8;
  flex: 0 0 auto;
}
thead.svelte-1y4atth th:where(.svelte-1y4atth) .sort-indicator:where(.svelte-1y4atth) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-width: 0.95rem;
  color: color-mix(in srgb, var(--dt-text-muted) 85%, var(--dt-text-main));
}
thead.svelte-1y4atth th:where(.svelte-1y4atth) .sort-indicator.is-active:where(.svelte-1y4atth) {
  color: var(--dt-accent);
}
tbody.svelte-1y4atth tr:where(.svelte-1y4atth) {
  background-color: var(--dt-bg-elevated);
}
tbody.svelte-1y4atth tr:where(.svelte-1y4atth):nth-child(even) {
  background-color: var(--dt-bg-elevated-soft);
}
tbody.svelte-1y4atth tr:where(.svelte-1y4atth):hover {
  background:
    linear-gradient(
      to right,
      rgba(173, 81, 76, 0.14),
      transparent);
}
tbody.svelte-1y4atth tr.has_action:where(.svelte-1y4atth) {
  cursor: pointer;
}
tbody.svelte-1y4atth tr:where(.svelte-1y4atth) td:where(.svelte-1y4atth) {
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--dt-border-subtle);
  white-space: nowrap;
}
tbody.svelte-1y4atth tr:where(.svelte-1y4atth) td:where(.svelte-1y4atth) .cell-content:where(.svelte-1y4atth) {
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
tbody.svelte-1y4atth tr.empty-row:where(.svelte-1y4atth) td:where(.svelte-1y4atth) {
  text-align: center;
  color: var(--dt-text-muted);
}
.align-left.svelte-1y4atth {
  text-align: left;
}
.align-center.svelte-1y4atth {
  text-align: center;
}
.align-right.svelte-1y4atth {
  text-align: right;
}
.cell-actions-header.svelte-1y4atth,
.cell-actions.svelte-1y4atth {
  position: sticky;
  right: 0;
  z-index: 4;
  background-color: var(--dt-bg-elevated-soft);
  white-space: nowrap;
  max-width: var(--actions-col-width, auto);
}
.cell-actions.svelte-1y4atth {
  border-left: 1px solid var(--dt-border-subtle);
  box-shadow: none;
}
.cell-actions-inner.svelte-1y4atth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.actions.svelte-1y4atth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
.loading-row.svelte-1y4atth td:where(.svelte-1y4atth) {
  background-color: var(--dt-bg-elevated);
  border-bottom-color: color-mix(in srgb, var(--dt-border-subtle) 60%, transparent);
}
.skeleton-bar.svelte-1y4atth {
  display: block;
  width: 100%;
  height: 0.65rem;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--dt-bg-elevated-soft) 60%, transparent),
      color-mix(in srgb, var(--dt-border-subtle) 80%, transparent),
      color-mix(in srgb, var(--dt-bg-elevated-soft) 60%, transparent));
  background-size: 200% 100%;
  animation: svelte-1y4atth-skeleton-shimmer 1.2s ease-in-out infinite;
}
.skeleton-bar.small.svelte-1y4atth {
  width: 48%;
  margin: 0 auto;
}
.skeleton-bar.wide.svelte-1y4atth {
  width: 30%;
  margin: 0 auto;
}
.loading-more.svelte-1y4atth {
  display: flex;
  justify-content: center;
  padding: 0.4rem 0;
}
.sizer.svelte-1y4atth {
  position: fixed;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
  pointer-events: none;
  contain: layout style;
}
.sizer-table.svelte-1y4atth {
  width: auto;
  table-layout: auto;
}
.sizer-table.svelte-1y4atth thead:where(.svelte-1y4atth) th:where(.svelte-1y4atth),
.sizer-table.svelte-1y4atth td:where(.svelte-1y4atth) {
  position: static;
  padding: 0.65rem 0.75rem;
  white-space: nowrap;
  overflow: visible;
  border: none;
  box-shadow: none;
}
.sizer-table.svelte-1y4atth .cell-content:where(.svelte-1y4atth) {
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}
@keyframes svelte-1y4atth-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media print {
  thead.svelte-1y4atth th:where(.svelte-1y4atth) {
    position: static !important;
    top: auto !important;
  }
  .cell-actions-header.svelte-1y4atth,
  .cell-actions.svelte-1y4atth {
    position: static !important;
    right: auto !important;
  }
  tbody.svelte-1y4atth tr:where(.svelte-1y4atth) {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/table/CardView.esbuild-svelte-fake-css */
.card-grid.svelte-14b7xox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(560px, 100%), 1fr));
  gap: 1rem;
  width: 100%;
  min-width: 0;
}
.card-grid.svelte-14b7xox .empty-cards:where(.svelte-14b7xox) {
  grid-column: 1 / -1;
  padding: 1.5rem;
  border-radius: var(--dt-radius);
  border: 1px dashed var(--dt-border-subtle);
  text-align: center;
  color: var(--dt-text-muted);
  background-color: var(--dt-bg-elevated);
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) {
  border-radius: 2px;
  border: 1px solid var(--dt-border-subtle);
  background-color: var(--dt-bg-elevated);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  width: 100%;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-header:where(.svelte-14b7xox) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.9rem 0.6rem 0.9rem;
  border-bottom: 1px solid var(--dt-border-subtle);
  gap: 0.5rem;
  flex-wrap: wrap;
  min-width: 0;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-header:where(.svelte-14b7xox) .card-title:where(.svelte-14b7xox) {
  font-weight: 600;
  flex: 1 1 auto;
  font-size: 1.3rem;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-header:where(.svelte-14b7xox) .card-title:where(.svelte-14b7xox) .card-subtitle:where(.svelte-14b7xox) {
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: var(--dt-text-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-header:where(.svelte-14b7xox) .card-header-actions:where(.svelte-14b7xox) {
  display: flex;
  gap: 0.25rem;
  row-gap: 0.35rem;
  margin-left: 0.75rem;
  flex: 1 1 45%;
  min-width: 0;
  max-width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-header:where(.svelte-14b7xox) .card-header-actions:where(.svelte-14b7xox) * {
  min-width: 0;
  max-width: 100%;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-header:where(.svelte-14b7xox) .card-header-actions:where(.svelte-14b7xox) button {
  border: none;
  background: transparent;
  color: var(--dt-text-muted);
  padding: 0.3rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-header:where(.svelte-14b7xox) .card-header-actions:where(.svelte-14b7xox) button:hover {
  color: var(--dt-accent-soft);
  background-color: rgba(116, 30, 32, 0.12);
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) {
  position: relative;
  padding: 0.6rem 0.9rem 0.4rem 0.9rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-scroll-controls:where(.svelte-14b7xox) {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-scroll-button:where(.svelte-14b7xox) {
  border: none;
  background: transparent;
  color: var(--dt-text-muted);
  padding: 0.15rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    transform 0.05s ease,
    opacity 0.1s ease;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-scroll-button:where(.svelte-14b7xox):hover:not(:disabled) {
  color: var(--dt-accent-soft);
  background-color: rgba(116, 30, 32, 0.12);
  transform: translateY(-1px);
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-scroll-button:where(.svelte-14b7xox):active:not(:disabled) {
  transform: translateY(0);
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-scroll-button:where(.svelte-14b7xox):disabled {
  opacity: 0.3;
  cursor: default;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-body-content:where(.svelte-14b7xox) {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-right: 1.1rem;
  min-width: 0;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) {
  display: grid;
  grid-template-columns: minmax(0, 200px) 1fr;
  column-gap: 0.75rem;
  align-items: start;
  min-width: 0;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-label:where(.svelte-14b7xox) {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--dt-text-muted);
  margin: 0;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) {
  font-size: 0.86rem;
  color: var(--dt-text-main);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) * {
  max-width: 100%;
  min-width: 0;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) pre,
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) code,
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) kbd,
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) samp {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) th,
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-value:where(.svelte-14b7xox) td {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-footer:where(.svelte-14b7xox) {
  padding: 0.6rem 0.9rem 0.75rem 0.9rem;
  margin-top: auto;
  min-width: 0;
}
.card-grid.svelte-14b7xox .primary-btn:where(.svelte-14b7xox) {
  width: 100%;
  border-radius: 999px;
  border: none;
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: center;
  cursor: pointer;
  background:
    linear-gradient(
      135deg,
      var(--dt-accent),
      var(--dt-accent-soft));
  color: var(--text-100, #f3eed9);
  box-shadow: 0 10px 25px rgba(116, 30, 32, 0.55);
  transition:
    transform 0.08s ease,
    box-shadow 0.08s ease,
    filter 0.08s ease;
}
.card-grid.svelte-14b7xox .primary-btn:where(.svelte-14b7xox):hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(116, 30, 32, 0.65);
}
.card-grid.svelte-14b7xox .primary-btn:where(.svelte-14b7xox):active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(116, 30, 32, 0.5);
}
@media (max-width: 700px) {
  .card-grid.svelte-14b7xox {
    gap: 0.75rem;
  }
  .card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) {
    grid-template-columns: 1fr;
    row-gap: 0.15rem;
  }
  .card-grid.svelte-14b7xox .card:where(.svelte-14b7xox) .card-body:where(.svelte-14b7xox) .card-row:where(.svelte-14b7xox) .card-label:where(.svelte-14b7xox) {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/Table.esbuild-svelte-fake-css */
.section-title-button.svelte-qe1vjj {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 600px) {
  .section-title-button.svelte-qe1vjj {
    width: 100%;
    justify-content: flex-start;
  }
}
.data-table.svelte-qe1vjj {
  --dt-radius: 6px;
  --dt-border-subtle-dark: rgba(255, 255, 255, 0.06);
  --dt-border-subtle-light: rgba(0, 0, 0, 0.06);
  --dt-accent: var(--primary-100, #741e20);
  --dt-accent-soft: var(--primary-200, #ad514c);
  color: var(--dt-text-main);
  font-size: 0.85rem;
  line-height: 1.4;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.data-table[data-theme=dark].svelte-qe1vjj {
  --dt-bg-main: var(--bg-100, #0d0c0c);
  --dt-bg-elevated: var(--bg-200, #332d2c);
  --dt-bg-elevated-soft: #26201f;
  --dt-border-subtle: var(--dt-border-subtle-dark);
  --dt-text-main: var(--text-100, #f3eed9);
  --dt-text-muted: var(--text-300, #625755);
  --dt-text-soft: var(--text-200, #d1e7e0);
}
.data-table[data-theme=light].svelte-qe1vjj {
  --dt-bg-main: var(--neutral-white, #ffffff);
  --dt-bg-elevated: var(--bg-300, #eceaea);
  --dt-bg-elevated-soft: #f8f6f6;
  --dt-border-subtle: var(--dt-border-subtle-light);
  --dt-text-main: var(--text-invers-100, #2f4858);
  --dt-text-muted: var(--text-invers-150, #6d97b0);
  --dt-text-soft: var(--text-invers-200, #741e20);
}
.data-table.svelte-qe1vjj .table-view:where(.svelte-qe1vjj),
.data-table.svelte-qe1vjj .card-view:where(.svelte-qe1vjj) {
  display: none;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.data-table[data-mode=table].svelte-qe1vjj .table-view:where(.svelte-qe1vjj) {
  display: block;
}
.data-table[data-mode=table-scroll].svelte-qe1vjj .table-view:where(.svelte-qe1vjj) {
  display: block;
}
.data-table[data-mode=cards].svelte-qe1vjj .card-view:where(.svelte-qe1vjj) {
  display: block;
}
.data-table[data-mode=auto].svelte-qe1vjj .card-view:where(.svelte-qe1vjj) {
  display: block;
}
@media (min-width: 900px) {
  .data-table[data-mode=auto].svelte-qe1vjj .card-view:where(.svelte-qe1vjj) {
    display: none;
  }
  .data-table[data-mode=auto].svelte-qe1vjj .table-view:where(.svelte-qe1vjj) {
    display: block;
  }
}
@media screen and (max-width: 899px) {
  .data-table.svelte-qe1vjj {
  }
  .data-table[data-mode].svelte-qe1vjj .table-view:where(.svelte-qe1vjj) {
    display: none;
  }
  .data-table[data-mode].svelte-qe1vjj .card-view:where(.svelte-qe1vjj) {
    display: block;
  }
}
.table-footer.svelte-qe1vjj {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
}
.table-selection-bar.svelte-qe1vjj {
  margin-bottom: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--dt-radius);
  border: 1px solid var(--dt-border-subtle);
  background: var(--dt-bg-elevated-soft);
}
.table-error.svelte-qe1vjj {
  margin-top: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--dt-radius);
  border: 1px solid rgba(255, 99, 99, 0.4);
  color: #ff9b9b;
  background: rgba(255, 99, 99, 0.05);
}
@page {
  size: landscape;
}
@media print {
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .data-table {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body * {
    visibility: hidden !important;
  }
  .data-table,
  .data-table * {
    visibility: visible !important;
  }
  @supports selector(:has(*)) {
    body * {
      visibility: visible !important;
    }
    body *:not(:has(.data-table)):not(.data-table):not(.data-table *) {
      display: none !important;
    }
    .page-template__layout {
      grid-template-columns: 1fr !important;
      gap: 0 !important;
    }
    .kw-crinkled-section__wrapper {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .kw-crinkled-section__wrapper-content {
      width: 100% !important;
      max-width: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  }
}

/* fakecss:/data/frontend/src/routes/StatusView/components/incidents/IncidentManagementTable.esbuild-svelte-fake-css */
.incident-management.svelte-12gmv9p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.muted.svelte-12gmv9p {
  color: var(--text-400);
}
p.svelte-12gmv9p {
  margin: 0;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/display/InfoRow.esbuild-svelte-fake-css */
.infos.svelte-mj4jv9 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 1rem;
  color: color-mix(in srgb, var(--text-100) 70%, transparent);
}
.infos.svelte-mj4jv9 .info-item:where(.svelte-mj4jv9) {
  flex: 0 1 250px;
  min-width: 250px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.infos.svelte-mj4jv9 .info-item:where(.svelte-mj4jv9) .label:where(.svelte-mj4jv9) {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: color-mix(in srgb, var(--text-100) 55%, transparent);
}
.infos.svelte-mj4jv9 .info-item:where(.svelte-mj4jv9) .value:where(.svelte-mj4jv9) {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
}
.infos.bright-background.svelte-mj4jv9 .info-item:where(.svelte-mj4jv9) .label:where(.svelte-mj4jv9),
.infos.bright-background.svelte-mj4jv9 .info-item:where(.svelte-mj4jv9) .value:where(.svelte-mj4jv9) {
  color: var(--text-invers-100);
}

/* fakecss:/data/frontend/src/routes/StatusView/pages/IncidentManagementPage/components/IncidentUpdateOverlay.esbuild-svelte-fake-css */
.overlay-content.svelte-14ja093 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.25rem 0 1rem;
}
.overlay-section.svelte-14ja093 {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.actions.svelte-14ja093 {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* fakecss:/data/frontend/src/routes/StatusView/pages/IncidentManagementPage/components/IncidentEditorOverlay.esbuild-svelte-fake-css */
.editor.svelte-18vswln {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.25rem 0 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
.editor-head.svelte-18vswln,
.component-chip-row.svelte-18vswln,
.actions.svelte-18vswln {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.actions.svelte-18vswln {
  justify-content: flex-end;
}
.overlay-section.svelte-18vswln {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.overlay-section--nested.svelte-18vswln {
  padding-top: 0.75rem;
}
.row.svelte-18vswln {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
}
.timeline.svelte-18vswln {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.timeline-item.svelte-18vswln {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid color-mix(in srgb, var(--text-100) 10%, transparent);
}
.timeline-item.svelte-18vswln:first-child {
  padding-top: 0;
  border-top: 0;
}
.timeline-date.svelte-18vswln,
.muted.svelte-18vswln {
  color: var(--text-400);
}
.read-only-copy.svelte-18vswln {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  color: var(--text-100);
}
.read-only-block.svelte-18vswln {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.read-only-block.svelte-18vswln strong:where(.svelte-18vswln) {
  font-size: 0.95rem;
  color: var(--text-100);
}
.read-only-block.svelte-18vswln p:where(.svelte-18vswln) {
  color: color-mix(in srgb, var(--text-100) 82%, transparent);
}
.json-block.svelte-18vswln {
  margin: 0;
  padding: 0.9rem;
  background: color-mix(in srgb, var(--neutral-white) 5%, transparent);
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--text-100) 85%, transparent);
}
.technical-details.svelte-18vswln {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.meta-panel.svelte-18vswln {
  border-top: 1px solid color-mix(in srgb, var(--text-100) 10%, transparent);
  padding-top: 0.85rem;
}
.meta-panel.svelte-18vswln summary:where(.svelte-18vswln),
.technical-details.svelte-18vswln summary:where(.svelte-18vswln) {
  cursor: pointer;
  color: var(--text-100);
  list-style: none;
}
.meta-panel.svelte-18vswln summary:where(.svelte-18vswln)::-webkit-details-marker,
.technical-details.svelte-18vswln summary:where(.svelte-18vswln)::-webkit-details-marker {
  display: none;
}
.meta-panel.svelte-18vswln summary:where(.svelte-18vswln) {
  font-weight: 600;
}
strong.svelte-18vswln,
p.svelte-18vswln {
  margin: 0;
  color: var(--text-100) !important;
}

/* fakecss:/data/frontend/src/routes/StatusView/pages/IncidentManagementPage/IncidentManagementPage.esbuild-svelte-fake-css */
.state-copy.svelte-1wig297 {
  color: var(--text-400);
}

/* fakecss:/data/frontend/src/routes/StatusView/pages/SystemsPage/components/StatusDetailsOverlay.esbuild-svelte-fake-css */
.details.svelte-qq7kxh {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
.section-head.svelte-qq7kxh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.section-head__copy.svelte-qq7kxh {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 220px;
}
.section-head__meta.svelte-qq7kxh {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.uptime-metric.svelte-qq7kxh {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}
.uptime-metric.svelte-qq7kxh strong:where(.svelte-qq7kxh) {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-100);
}
.uptime-metric.svelte-qq7kxh span:where(.svelte-qq7kxh),
.muted.svelte-qq7kxh,
.subtle-note.svelte-qq7kxh {
  color: var(--text-400);
}
.subtle-note.svelte-qq7kxh {
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
}
p.svelte-qq7kxh {
  margin: 0;
}

/* fakecss:/data/frontend/src/routes/StatusView/pages/SystemsPage/components/StatusSectionContent.esbuild-svelte-fake-css */
.status-layout.svelte-xbdqbb {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.table-shell.svelte-xbdqbb {
  background: transparent;
}
.muted.svelte-xbdqbb {
  color: var(--text-400);
}
p.svelte-xbdqbb {
  margin: 0;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/layout/Card.esbuild-svelte-fake-css */
.card.svelte-8q0j15 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .card.svelte-8q0j15 {
    padding: 1.2rem;
  }
}
.card.interactive.svelte-8q0j15 {
  cursor: pointer;
}
.card.svelte-8q0j15 .top-bar:where(.svelte-8q0j15) {
  height: 24px;
  display: flex;
}
.card.svelte-8q0j15 .top-bar:where(.svelte-8q0j15) svg:where(.svelte-8q0j15) {
  height: 25px;
  width: 25px;
  margin-right: -1px;
}
.card.svelte-8q0j15 .top-bar:where(.svelte-8q0j15) > div:where(.svelte-8q0j15) {
  flex: 1;
  background: var(--bg-100);
}
.card.svelte-8q0j15 .card-content:where(.svelte-8q0j15) {
  position: relative;
  padding: 1.2rem;
  padding-top: 0px;
  flex: 1;
  background-color: var(--bg-100);
  background-image:
    linear-gradient(
      to top,
      color-mix(in srgb, var(--primary-200) 45%, transparent) 0%,
      color-mix(in srgb, var(--primary-100) 35%, transparent) 30%,
      color-mix(in srgb, var(--primary-100) 25%, transparent) 60%,
      color-mix(in srgb, var(--primary-100) 0%, transparent) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.card.svelte-8q0j15 .card-content:where(.svelte-8q0j15)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      to top,
      color-mix(in srgb, var(--primary-300) 55%, transparent) 0%,
      color-mix(in srgb, var(--primary-200) 45%, transparent) 30%,
      color-mix(in srgb, var(--primary-100) 35%, transparent) 60%,
      color-mix(in srgb, var(--primary-100) 0%, transparent) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
  pointer-events: none;
  z-index: 0;
}
.card.svelte-8q0j15 .card-footer:where(.svelte-8q0j15) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background-color: var(--bg-100);
  background-image:
    linear-gradient(
      to bottom,
      color-mix(in srgb, var(--primary-200) 45%, transparent) 0%,
      color-mix(in srgb, var(--primary-200) 41%, transparent) 18%,
      color-mix(in srgb, var(--primary-100) 30%, transparent) 46%,
      color-mix(in srgb, var(--primary-100) 18%, transparent) 72%,
      color-mix(in srgb, var(--primary-100) 8%, transparent) 100%);
}
.card.svelte-8q0j15 .card-footer__item:where(.svelte-8q0j15) {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.2rem;
  padding: 0.42rem 0.4rem 0.44rem;
  background: transparent;
}
.card.svelte-8q0j15 .card-footer__item:where(.svelte-8q0j15):not(:first-child) {
  border-left: 1px solid color-mix(in srgb, var(--text-100) 8%, transparent);
}
.card.svelte-8q0j15 .card-footer__label:where(.svelte-8q0j15) {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 0.76rem;
  line-height: 1.05;
  font-weight: 720;
  letter-spacing: 0.01em;
  color: color-mix(in srgb, var(--text-100) 78%, transparent);
}
.card.svelte-8q0j15 .card-footer__value:where(.svelte-8q0j15) {
  flex: 0 0 auto;
  padding-left: 0.1rem;
  font-size: 0.95rem;
  line-height: 1.1;
  font-weight: 780;
  letter-spacing: 0.01em;
  color: var(--text-100);
  text-align: right;
}
.card.brightBackground.svelte-8q0j15 .top-bar:where(.svelte-8q0j15) > div:where(.svelte-8q0j15) {
  background: white;
}
.card.brightBackground.svelte-8q0j15 .card-content:where(.svelte-8q0j15) {
  background-color: white;
  background-image:
    linear-gradient(
      to top,
      color-mix(in srgb, var(--primary-200) 45%, transparent) 0%,
      color-mix(in srgb, var(--primary-100) 35%, transparent) 30%,
      color-mix(in srgb, var(--primary-100) 25%, transparent) 60%,
      color-mix(in srgb, var(--primary-100) 0%, transparent) 100%);
}
.card.brightBackground.svelte-8q0j15 .card-footer:where(.svelte-8q0j15) {
  background-color: white;
  background-image:
    linear-gradient(
      to bottom,
      color-mix(in srgb, var(--primary-200) 45%, white 55%) 0%,
      color-mix(in srgb, var(--primary-200) 34%, white 66%) 18%,
      color-mix(in srgb, var(--primary-100) 22%, white 78%) 46%,
      color-mix(in srgb, var(--primary-100) 12%, white 88%) 72%,
      color-mix(in srgb, var(--primary-100) 8%, white 92%) 100%);
}
.card.brightBackground.svelte-8q0j15 .card-footer__item:where(.svelte-8q0j15):not(:first-child) {
  border-left-color: color-mix(in srgb, var(--primary-100) 10%, transparent);
}
.card.brightBackground.svelte-8q0j15 .card-footer__label:where(.svelte-8q0j15) {
  color: color-mix(in srgb, var(--text-100) 72%, transparent);
}
.card.inactive.svelte-8q0j15 .card-content:where(.svelte-8q0j15) {
  background-color: var(--bg-100) !important;
  background-image: none !important;
}
.card.inactive.svelte-8q0j15 .card-footer:where(.svelte-8q0j15) {
  background-color: var(--bg-100) !important;
  background-image: none !important;
  border-top-color: transparent;
}
.card.inactive.svelte-8q0j15 .card-footer__item:where(.svelte-8q0j15) {
  background: color-mix(in srgb, var(--bg-200) 88%, var(--bg-100) 12%) !important;
  border-color: transparent !important;
}
.card.hoverEffect.svelte-8q0j15 .card-content:where(.svelte-8q0j15):hover::before {
  opacity: 1;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/forms/ContactFormRow.esbuild-svelte-fake-css */
.contact-form-row.svelte-grmmc4 {
  display: grid;
  padding: 0 var(--horizontal-default-margin);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.4rem;
  width: 100%;
  overflow: visible;
}

/* fakecss:/workspace/packages/werk-web-sdk/ui/runtime/AccessDeniedPage.esbuild-svelte-fake-css */
.access-denied.svelte-9tpvv1 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 3rem 2.4rem;
  text-align: start;
}
.access-denied.svelte-9tpvv1 h1:where(.svelte-9tpvv1) {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: var(--text-100);
}
.access-denied.svelte-9tpvv1 .message:where(.svelte-9tpvv1) {
  margin: 0;
  color: color-mix(in srgb, var(--text-100) 80%, transparent);
  line-height: 1.5;
}
.access-denied.svelte-9tpvv1 .hint:where(.svelte-9tpvv1) {
  margin: 0;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--text-100) 70%, transparent);
}
.access-denied.svelte-9tpvv1 .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}
.access-denied.svelte-9tpvv1 .redirect-hint:where(.svelte-9tpvv1) {
  margin: 0;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--text-100) 65%, transparent);
}
.access-denied.svelte-9tpvv1 .redirect-hint:where(.svelte-9tpvv1) a:where(.svelte-9tpvv1) {
  color: var(--primary-200);
  text-decoration: underline;
}

/* fakecss:/data/frontend/src/routes/StatusView/StatusViewFrame.esbuild-svelte-fake-css */
.page-title-actions.svelte-1asyrch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.page-title-actions.svelte-1asyrch .headline-kpi {
  min-width: 14.5rem;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}
/*# sourceMappingURL=index.css.map */
