/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer components {
  .design-explorer {
    position: fixed;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    z-index: 50;
    font-family: "Roboto", sans-serif;
    --heading-line-height: 1.5;
    --body-line-height: 1.6;
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-family: "Roboto", sans-serif;
    }
  }
  .mobile-nav-visible .design-explorer {
    z-index: 30;
  }
  .design-explorer__panel {
    position: relative;
    z-index: 50;
    display: flex;
    height: 100%;
    max-height: 100dvh;
    flex-direction: column;
    overflow: hidden;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-gray-900);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    background-color: #f6f4f4;
    width: min(520px, calc(100vw - 2rem));
    --font-size: 0.875rem;
    --font-size-h5: 1rem;
    --font-size-h6: 0.875rem;
    font-size: var(--font-size);
    input[type="text"],input[type="email"],input[type="url"],input[type="tel"],input[type="password"],input[type="search"],input[type="number"],input[type="date"],textarea,select {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .design-explorer__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 4);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    border-block-start: 1px solid rgba(0, 0, 0, 0.08);
    border-block-end: 0;
    .button-success {
      background-color: #0b8152;
      color: #fff;
      border-color: transparent;
      &:hover {
        background-color: #0d9b62;
        color: #fff;
        border-color: transparent;
      }
    }
  }
  .design-explorer__status {
    padding: calc(var(--spacing) * 4);
  }
  .design-explorer__status--error {
    color: #b42318;
  }
  .design-explorer__content {
    flex: 1;
    overflow-y: auto;
    padding: calc(var(--spacing) * 4);
  }
}
@layer components {
  .design-explorer__tabs {
    padding: 0.75rem 1rem 0;
    border-block-end: 1px solid rgba(0, 0, 0, 0.08);
    overflow-x: auto;
  }
  .design-explorer__tab-list {
    display: flex;
    width: max-content;
    min-width: 100%;
    gap: calc(var(--spacing) * 0.5);
    border-radius: var(--radius-md);
    padding: calc(var(--spacing) * 1);
  }
  .design-explorer__tab {
    position: relative;
    flex: 1 0 auto;
    min-width: 5.5rem;
    padding: 0.375rem 0.75rem;
    background: transparent;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    color: #55555a;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  }
  .design-explorer__tab:hover:not(.is-active) {
    background-color: rgba(255, 255, 255, 0.55);
    color: #232326;
  }
  .design-explorer__tab.is-active {
    background-color: #ffffff;
    color: #161619;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.06);
    &:after {
      position: absolute;
      right: calc(var(--spacing) * 0);
      bottom: calc(var(--spacing) * 0);
      left: calc(var(--spacing) * 0);
      margin-inline: calc(var(--spacing) * 2);
      border-top-left-radius: var(--radius-sm);
      border-top-right-radius: var(--radius-sm);
      border-top-style: var(--tw-border-style);
      border-top-width: 4px;
      border-color: pink;
      content: "";
    }
  }
  .design-explorer__tab:focus-visible {
    outline: 2px solid #3aa5ed;
    outline-offset: 2px;
    z-index: 1;
  }
}
@layer components {
  .design-explorer__group {
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
    .design-explorer__properties {
      background-color: var(--color-white);
      padding: calc(var(--spacing) * 0);
    }
  }
  .design-explorer__group + .design-explorer__group {
    margin-top: calc(var(--spacing) * 4);
  }
}
@layer components {
  .design-explorer__properties {
    background-color: var(--color-white);
    padding: calc(var(--spacing) * 4);
  }
  .design-explorer__field + .design-explorer__field {
    margin-top: calc(var(--spacing) * 4);
  }
  .design-explorer__field-label {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .design-explorer__field {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: flex-start;
    gap: calc(var(--spacing) * 2);
  }
  .igloo-measurement-value-property {
    display: flex;
    .igloo-measurement-value-property__input {
      border-color: #d8d7d9;
    }
    &:has(.igloo-measurement-value-property__suffix) .igloo-measurement-value-property__input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
      border-color: #d8d7d9;
    }
    .igloo-measurement-value-property__suffix {
      display: flex;
      align-items: center;
      justify-content: center;
      border-top-right-radius: var(--radius-sm);
      border-bottom-right-radius: var(--radius-sm);
      border-style: var(--tw-border-style);
      border-width: 1px;
      padding-inline: calc(var(--spacing) * 2);
      user-select: none;
      background: #f3f3f5;
      color: grey;
      border-color: #d8d7d9;
    }
  }
  .umbraco-dropdown-flexible-property__select {
    border-color: #d8d7d9;
  }
  .igloo-font-family-property__select {
    width: 100%;
    min-height: 2rem;
    padding: 0.375rem 2rem 0.375rem 0.5rem;
    border: 1px solid #d8d7d9;
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: #1f1f21;
    font-size: 0.875rem;
  }
  .igloo-font-family-property__select:focus {
    outline: 2px solid #3aa5ed;
    outline-offset: 2px;
  }
  .igloo-font-family-property__select:disabled {
    background-color: #f3f3f5;
    color: #77777d;
  }
  .igloo-radio-buttons-property {
    display: flex;
    width: 100%;
    padding: 0.1875rem;
    gap: 0.125rem;
    background-color: #ececee;
    border-radius: 0.375rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  }
  .igloo-radio-buttons-property__option {
    flex: 1;
    min-width: 0;
    padding: 0.25rem;
    background: transparent;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    color: #4a4a4d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  }
  .igloo-radio-buttons-property__option:hover:not(.is-active) {
    background-color: rgba(255, 255, 255, 0.5);
    color: #1f1f21;
  }
  .igloo-radio-buttons-property__option.is-active {
    background-color: #ffffff;
    color: #1f1f21;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.06);
  }
  .igloo-radio-buttons-property__option:focus-visible {
    outline: 2px solid #3aa5ed;
    outline-offset: 2px;
    z-index: 1;
  }
  .igloo-design-palette-picker-property {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: #6b6b70;
    font-size: 0.8125rem;
  }
  .igloo-design-palette-picker-property__option {
    padding: 0;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 0.3125rem;
    cursor: pointer;
    text-align: left;
  }
  .igloo-design-palette-picker-property__option.is-active {
    border-color: #3aa5ed;
  }
  .igloo-design-palette-picker-property__option:focus-visible {
    outline: 2px solid #3aa5ed;
    outline-offset: 2px;
  }
  .igloo-design-palette-picker-property__card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 5.75rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: var(--palette-background-color);
    color: var(--palette-text-color);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  }
  .igloo-design-palette-picker-property__heading {
    font-weight: 700;
    color: var(--palette-heading-color);
  }
  .igloo-design-palette-picker-property__highlight {
    align-self: flex-start;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    background-color: var(--palette-highlight-background-color);
    color: var(--palette-highlight-text-color);
  }
  .umbraco-true-false-property {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 2.25rem;
    height: 1.25rem;
    cursor: pointer;
  }
  .umbraco-true-false-property__input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
  }
  .umbraco-true-false-property__slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d8d7d9;
    border-radius: 9999px;
    transition: background-color 0.15s ease;
  }
  .umbraco-true-false-property__slider::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    background-color: #ffffff;
    border-radius: 9999px;
    transition: transform 0.15s ease;
  }
  .umbraco-true-false-property__input:checked + .umbraco-true-false-property__slider {
    background-color: #3aa5ed;
  }
  .umbraco-true-false-property__input:checked + .umbraco-true-false-property__slider::after {
    transform: translateX(1rem);
  }
  .umbraco-true-false-property__input:focus-visible + .umbraco-true-false-property__slider {
    outline: 2px solid #3aa5ed;
    outline-offset: 2px;
  }
  .igloo-color-value-property {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    .igloo-color-value-property__picker {
      height: calc(var(--spacing) * 8);
      width: calc(var(--spacing) * 8);
      cursor: pointer;
      border-radius: var(--radius-sm);
      border-style: var(--tw-border-style);
      border-width: 1px;
      padding: calc(var(--spacing) * 0);
      border-color: #d8d7d9;
      background: transparent;
    }
    .igloo-color-value-property__picker::-webkit-color-swatch-wrapper {
      padding: calc(var(--spacing) * 0);
    }
    .igloo-color-value-property__picker::-webkit-color-swatch {
      border-radius: var(--radius-sm);
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
    .igloo-color-value-property__hex {
      min-width: calc(var(--spacing) * 0);
      flex: 1;
      border-radius: var(--radius-sm);
      border-style: var(--tw-border-style);
      border-width: 1px;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 1);
      border-color: #d8d7d9;
      font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    }
    .igloo-color-value-property__presets {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: calc(var(--spacing) * 1);
    }
    .igloo-color-value-property__preset {
      height: calc(var(--spacing) * 5);
      width: calc(var(--spacing) * 5);
      cursor: pointer;
      border-radius: var(--radius-sm);
      border-style: var(--tw-border-style);
      border-width: 1px;
      padding: calc(var(--spacing) * 0);
      border-color: #d8d7d9;
    }
    .igloo-color-value-property__preset:hover {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      --tw-ring-offset-width: 1px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
}
@layer components {
  .design-explorer__toggle {
    position: absolute;
    top: calc(var(--spacing) * 48);
    right: calc(var(--spacing) * 0);
    display: flex;
    height: calc(var(--spacing) * 10);
    width: calc(var(--spacing) * 10);
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    color: #3aa5ed;
    box-shadow: -0.25rem 0 0.75rem rgba(0,0,0,0.05);
    &:hover {
      padding-right: calc((var(--spacing) * 5) + 0.5rem);
    }
    &:focus, &:hover {
      background-color: var(--color-gray-100);
      color: var(--color-gray-600);
    }
    .close {
      display: none;
    }
  }
  .design-explorer--open {
    .design-explorer__toggle {
      left: calc(var(--spacing) * -10);
    }
    .open {
      display: none;
    }
    .close {
      display: block;
    }
  }
}
@layer components {
  .design-explorer__block {
    overflow: hidden;
    border-radius: var(--radius-sm);
    background-color: var(--color-white);
    border: 1px solid #e5e4e6;
  }
  .design-explorer__block + .design-explorer__block {
    margin-top: calc(var(--spacing) * 2);
  }
  .design-explorer__block-summary {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 2);
    -webkit-user-select: none;
    user-select: none;
    list-style: none;
    background-color: #f6f4f4;
    transition: background-color 0.15s ease;
  }
  .design-explorer__block-summary::-webkit-details-marker {
    display: none;
  }
  .design-explorer__block-summary::before {
    content: "";
    flex-shrink: 0;
    width: 0.4rem;
    height: 0.4rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.15s ease;
    opacity: 0.55;
  }
  .design-explorer__block[open] > .design-explorer__block-summary::before {
    transform: rotate(45deg);
  }
  .design-explorer__block-summary:hover {
    background-color: #ecebed;
  }
  .design-explorer__block-summary:focus-visible {
    outline: 2px solid #3aa5ed;
    outline-offset: -2px;
  }
  .design-explorer__block-title {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    font-size: 0.875rem;
  }
  .design-explorer__block-body {
    padding: calc(var(--spacing) * 3);
    border-top: 1px solid #e5e4e6;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-border-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
