/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
.building-options {
  margin: 20px 0 0;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  background: #f6f2e9;
}
.building-options>summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 14px;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  box-sizing: border-box;
}
.building-options>summary::-webkit-details-marker {
  display: none;
}
.building-options>summary:focus-visible {
  outline: 2px solid var(--b-accent,#a5472d);
  outline-offset: 3px;
  border-radius: 10px;
}
.building-options>summary>svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.building-options>summary>span {
  flex: 1;
  min-width: 0;
}
.building-options>summary>small {
  font-size: 12px;
  color: #365444;
}
.building-options-chevron {
  transition: transform .15s;
}
.building-options[open] .building-options-chevron {
  transform: rotate(180deg);
}
.building-options-content {
  padding: 4px 16px 16px;
}
.building-options h3 {
  font-size: 17px;
  margin: 16px 0 8px;
}
.building-options p {
  font-size: 14px;
  line-height: 1.55;
}
.building-options .secondary-action {
  width: 100%;
  margin: 12px 0;
}
.building-wall-note {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
}
.building-wall-note strong {
  font-size: 14px;
  color: #63432e;
}
.building-selected {
  color: #365444;
  font-weight: 600;
}
.opening-supply {
  margin: 12px 0;
}
.building-summary {
  padding: 14px;
  background: #f5f0e6;
  border-radius: 10px;
  line-height: 1.55;
  font-size: 13px;
}
.building-summary p {
  margin: 0 0 8px;
}
.building-summary p:last-child {
  margin-bottom: 0;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--b-sans);
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-xs: 0.125rem;
    --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);
    --default-font-family: var(--b-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-50 {
    z-index: 50;
  }
  .-mx-1 {
    margin-inline: calc(var(--spacing) * -1);
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[var\(--radix-select-trigger-height\)\] {
    height: var(--radix-select-trigger-height);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\(--radix-select-content-available-height\) {
    max-height: var(--radix-select-content-available-height);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }
  .min-w-\[8rem\] {
    min-width: 8rem;
  }
  .min-w-\[var\(--radix-select-trigger-width\)\] {
    min-width: var(--radix-select-trigger-width);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-\(--radix-select-content-transform-origin\) {
    transform-origin: var(--radix-select-content-transform-origin);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-default {
    cursor: default;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .scroll-my-1 {
    scroll-margin-block: calc(var(--spacing) * 1);
  }
  .grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .rounded-md {
    border-radius: calc(var(--radius) - 3px);
  }
  .rounded-sm {
    border-radius: calc(var(--radius) - 6px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-input {
    border-color: var(--input);
  }
  .border-primary {
    border-color: var(--primary);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-background {
    background-color: var(--background);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-border {
    background-color: var(--border);
  }
  .bg-destructive {
    background-color: var(--destructive);
  }
  .bg-muted {
    background-color: var(--muted);
  }
  .bg-popover {
    background-color: var(--popover);
  }
  .bg-primary {
    background-color: var(--primary);
  }
  .bg-secondary {
    background-color: var(--secondary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .text-popover-foreground {
    color: var(--popover-foreground);
  }
  .text-primary {
    color: var(--primary);
  }
  .text-primary-foreground {
    color: var(--primary-foreground);
  }
  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow-lg {
    --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);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .shadow-xs {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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);
  }
  .ring-ring\/50 {
    --tw-ring-color: var(--ring);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }
  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }
  .outline-hidden {
    --tw-outline-style: none;
    outline-style: none;
    @media (forced-colors: active) {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[color\,box-shadow\] {
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-data-\[size\=default\]\/switch\:size-4 {
    &:is(:where(.group\/switch)[data-size="default"] *) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .group-data-\[size\=sm\]\/alert-dialog-content\:grid {
    &:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
      display: grid;
    }
  }
  .group-data-\[size\=sm\]\/alert-dialog-content\:grid-cols-2 {
    &:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .group-data-\[size\=sm\]\/switch\:size-3 {
    &:is(:where(.group\/switch)[data-size="sm"] *) {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .hover\:bg-accent {
    &:hover {
      @media (hover: hover) {
        background-color: var(--accent);
      }
    }
  }
  .hover\:bg-destructive\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-primary\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--primary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--primary) 90%, transparent);
        }
      }
    }
  }
  .hover\:bg-secondary\/80 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--secondary);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
        }
      }
    }
  }
  .hover\:text-accent-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--accent-foreground);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:ring-4 {
    &:hover {
      @media (hover: hover) {
        --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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);
      }
    }
  }
  .focus\:bg-accent {
    &:focus {
      background-color: var(--accent);
    }
  }
  .focus\:text-accent-foreground {
    &:focus {
      color: var(--accent-foreground);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --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);
    }
  }
  .focus\:ring-ring {
    &:focus {
      --tw-ring-color: var(--ring);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus-visible\:border-ring {
    &:focus-visible {
      border-color: var(--ring);
    }
  }
  .focus-visible\:ring-4 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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);
    }
  }
  .focus-visible\:ring-\[3px\] {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + 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);
    }
  }
  .focus-visible\:ring-destructive\/20 {
    &:focus-visible {
      --tw-ring-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }
  .focus-visible\:ring-ring\/50 {
    &:focus-visible {
      --tw-ring-color: var(--ring);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
      }
    }
  }
  .focus-visible\:outline-hidden {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_auto_1fr\] {
    &:has(*[data-slot="alert-dialog-media"]) {
      grid-template-rows: auto auto 1fr;
    }
  }
  .has-data-\[slot\=alert-dialog-media\]\:gap-x-6 {
    &:has(*[data-slot="alert-dialog-media"]) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .has-\[\>svg\]\:px-1\.5 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 1.5);
    }
  }
  .has-\[\>svg\]\:px-2\.5 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .has-\[\>svg\]\:px-3 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .has-\[\>svg\]\:px-4 {
    &:has(>svg) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .aria-invalid\:border-destructive {
    &[aria-invalid="true"] {
      border-color: var(--destructive);
    }
  }
  .aria-invalid\:ring-destructive\/20 {
    &[aria-invalid="true"] {
      --tw-ring-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
      }
    }
  }
  .data-\[disabled\]\:pointer-events-none {
    &[data-disabled] {
      pointer-events: none;
    }
  }
  .data-\[disabled\]\:opacity-50 {
    &[data-disabled] {
      opacity: 50%;
    }
  }
  .data-\[orientation\=horizontal\]\:h-1\.5 {
    &[data-orientation="horizontal"] {
      height: calc(var(--spacing) * 1.5);
    }
  }
  .data-\[orientation\=horizontal\]\:h-full {
    &[data-orientation="horizontal"] {
      height: 100%;
    }
  }
  .data-\[orientation\=horizontal\]\:w-full {
    &[data-orientation="horizontal"] {
      width: 100%;
    }
  }
  .data-\[orientation\=vertical\]\:h-full {
    &[data-orientation="vertical"] {
      height: 100%;
    }
  }
  .data-\[orientation\=vertical\]\:min-h-44 {
    &[data-orientation="vertical"] {
      min-height: calc(var(--spacing) * 44);
    }
  }
  .data-\[orientation\=vertical\]\:w-1\.5 {
    &[data-orientation="vertical"] {
      width: calc(var(--spacing) * 1.5);
    }
  }
  .data-\[orientation\=vertical\]\:w-auto {
    &[data-orientation="vertical"] {
      width: auto;
    }
  }
  .data-\[orientation\=vertical\]\:w-full {
    &[data-orientation="vertical"] {
      width: 100%;
    }
  }
  .data-\[orientation\=vertical\]\:flex-col {
    &[data-orientation="vertical"] {
      flex-direction: column;
    }
  }
  .data-\[placeholder\]\:text-muted-foreground {
    &[data-placeholder] {
      color: var(--muted-foreground);
    }
  }
  .data-\[side\=bottom\]\:translate-y-1 {
    &[data-side="bottom"] {
      --tw-translate-y: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=bottom\]\:slide-in-from-top-2 {
    &[data-side="bottom"] {
      --tw-enter-translate-y: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=left\]\:-translate-x-1 {
    &[data-side="left"] {
      --tw-translate-x: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=left\]\:slide-in-from-right-2 {
    &[data-side="left"] {
      --tw-enter-translate-x: calc(2*var(--spacing));
    }
  }
  .data-\[side\=right\]\:translate-x-1 {
    &[data-side="right"] {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=right\]\:slide-in-from-left-2 {
    &[data-side="right"] {
      --tw-enter-translate-x: calc(2*var(--spacing)*-1);
    }
  }
  .data-\[side\=top\]\:-translate-y-1 {
    &[data-side="top"] {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[side\=top\]\:slide-in-from-bottom-2 {
    &[data-side="top"] {
      --tw-enter-translate-y: calc(2*var(--spacing));
    }
  }
  .data-\[size\=default\]\:h-9 {
    &[data-size="default"] {
      height: calc(var(--spacing) * 9);
    }
  }
  .data-\[size\=default\]\:h-\[1\.15rem\] {
    &[data-size="default"] {
      height: 1.15rem;
    }
  }
  .data-\[size\=default\]\:w-8 {
    &[data-size="default"] {
      width: calc(var(--spacing) * 8);
    }
  }
  .data-\[size\=sm\]\:h-3\.5 {
    &[data-size="sm"] {
      height: calc(var(--spacing) * 3.5);
    }
  }
  .data-\[size\=sm\]\:h-8 {
    &[data-size="sm"] {
      height: calc(var(--spacing) * 8);
    }
  }
  .data-\[size\=sm\]\:w-6 {
    &[data-size="sm"] {
      width: calc(var(--spacing) * 6);
    }
  }
  .data-\[size\=sm\]\:max-w-xs {
    &[data-size="sm"] {
      max-width: var(--container-xs);
    }
  }
  .\*\:data-\[slot\=select-value\]\:line-clamp-1 {
    :is(& > *) {
      &[data-slot="select-value"] {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:flex {
    :is(& > *) {
      &[data-slot="select-value"] {
        display: flex;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:items-center {
    :is(& > *) {
      &[data-slot="select-value"] {
        align-items: center;
      }
    }
  }
  .\*\:data-\[slot\=select-value\]\:gap-2 {
    :is(& > *) {
      &[data-slot="select-value"] {
        gap: calc(var(--spacing) * 2);
      }
    }
  }
  .data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\] {
    &[data-state="checked"] {
      --tw-translate-x: calc(100% - 2px);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[state\=checked\]\:bg-primary {
    &[data-state="checked"] {
      background-color: var(--primary);
    }
  }
  .data-\[state\=closed\]\:animate-out {
    &[data-state="closed"] {
      animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=closed\]\:duration-300 {
    &[data-state="closed"] {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .data-\[state\=closed\]\:fade-out-0 {
    &[data-state="closed"] {
      --tw-exit-opacity: calc(0/100);
      --tw-exit-opacity: 0;
    }
  }
  .data-\[state\=closed\]\:zoom-out-95 {
    &[data-state="closed"] {
      --tw-exit-scale: calc(95*1%);
      --tw-exit-scale: .95;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-bottom {
    &[data-state="closed"] {
      --tw-exit-translate-y: 100%;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-left {
    &[data-state="closed"] {
      --tw-exit-translate-x: -100%;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-right {
    &[data-state="closed"] {
      --tw-exit-translate-x: 100%;
    }
  }
  .data-\[state\=closed\]\:slide-out-to-top {
    &[data-state="closed"] {
      --tw-exit-translate-y: -100%;
    }
  }
  .data-\[state\=open\]\:animate-in {
    &[data-state="open"] {
      animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
    }
  }
  .data-\[state\=open\]\:bg-accent {
    &[data-state="open"] {
      background-color: var(--accent);
    }
  }
  .data-\[state\=open\]\:bg-secondary {
    &[data-state="open"] {
      background-color: var(--secondary);
    }
  }
  .data-\[state\=open\]\:text-muted-foreground {
    &[data-state="open"] {
      color: var(--muted-foreground);
    }
  }
  .data-\[state\=open\]\:duration-500 {
    &[data-state="open"] {
      --tw-duration: 500ms;
      transition-duration: 500ms;
    }
  }
  .data-\[state\=open\]\:fade-in-0 {
    &[data-state="open"] {
      --tw-enter-opacity: calc(0/100);
      --tw-enter-opacity: 0;
    }
  }
  .data-\[state\=open\]\:zoom-in-95 {
    &[data-state="open"] {
      --tw-enter-scale: calc(95*1%);
      --tw-enter-scale: .95;
    }
  }
  .data-\[state\=open\]\:slide-in-from-bottom {
    &[data-state="open"] {
      --tw-enter-translate-y: 100%;
    }
  }
  .data-\[state\=open\]\:slide-in-from-left {
    &[data-state="open"] {
      --tw-enter-translate-x: -100%;
    }
  }
  .data-\[state\=open\]\:slide-in-from-right {
    &[data-state="open"] {
      --tw-enter-translate-x: 100%;
    }
  }
  .data-\[state\=open\]\:slide-in-from-top {
    &[data-state="open"] {
      --tw-enter-translate-y: -100%;
    }
  }
  .data-\[state\=unchecked\]\:translate-x-0 {
    &[data-state="unchecked"] {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .data-\[state\=unchecked\]\:bg-input {
    &[data-state="unchecked"] {
      background-color: var(--input);
    }
  }
  .sm\:max-w-lg {
    @media (width >= 40rem) {
      max-width: var(--container-lg);
    }
  }
  .sm\:max-w-sm {
    @media (width >= 40rem) {
      max-width: var(--container-sm);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:row-span-2 {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        grid-row: span 2 / span 2;
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:place-items-start {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        place-items: start;
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:text-left {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        text-align: left;
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:group-has-data-\[slot\=alert-dialog-media\]\/alert-dialog-content\:col-start-2 {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        &:is(:where(.group\/alert-dialog-content):has(*[data-slot="alert-dialog-media"]) *) {
          grid-column-start: 2;
        }
      }
    }
  }
  .sm\:group-data-\[size\=default\]\/alert-dialog-content\:has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_1fr\] {
    @media (width >= 40rem) {
      &:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
        &:has(*[data-slot="alert-dialog-media"]) {
          grid-template-rows: auto 1fr;
        }
      }
    }
  }
  .data-\[size\=default\]\:sm\:max-w-lg {
    &[data-size="default"] {
      @media (width >= 40rem) {
        max-width: var(--container-lg);
      }
    }
  }
  .dark\:border-input {
    @media (prefers-color-scheme: dark) {
      border-color: var(--input);
    }
  }
  .dark\:bg-destructive\/60 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--destructive);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
      }
    }
  }
  .dark\:bg-input\/30 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--input);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--input) 30%, transparent);
      }
    }
  }
  .dark\:hover\:bg-accent\/50 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--accent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--accent) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:hover\:bg-input\/50 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--input);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--input) 50%, transparent);
          }
        }
      }
    }
  }
  .dark\:focus-visible\:ring-destructive\/40 {
    @media (prefers-color-scheme: dark) {
      &:focus-visible {
        --tw-ring-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
        }
      }
    }
  }
  .dark\:aria-invalid\:ring-destructive\/40 {
    @media (prefers-color-scheme: dark) {
      &[aria-invalid="true"] {
        --tw-ring-color: var(--destructive);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
        }
      }
    }
  }
  .dark\:data-\[state\=checked\]\:bg-primary-foreground {
    @media (prefers-color-scheme: dark) {
      &[data-state="checked"] {
        background-color: var(--primary-foreground);
      }
    }
  }
  .dark\:data-\[state\=unchecked\]\:bg-foreground {
    @media (prefers-color-scheme: dark) {
      &[data-state="unchecked"] {
        background-color: var(--foreground);
      }
    }
  }
  .dark\:data-\[state\=unchecked\]\:bg-input\/80 {
    @media (prefers-color-scheme: dark) {
      &[data-state="unchecked"] {
        background-color: var(--input);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--input) 80%, transparent);
        }
      }
    }
  }
  .\[\&_svg\]\:pointer-events-none {
    & svg {
      pointer-events: none;
    }
  }
  .\[\&_svg\]\:shrink-0 {
    & svg {
      flex-shrink: 0;
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 3);
      height: calc(var(--spacing) * 3);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
    & svg:not([class*='size-']) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground {
    & svg:not([class*='text-']) {
      color: var(--muted-foreground);
    }
  }
  .\*\:\[span\]\:last\:flex {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          display: flex;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:items-center {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          align-items: center;
        }
      }
    }
  }
  .\*\:\[span\]\:last\:gap-2 {
    :is(& > *) {
      &:is(span) {
        &:last-child {
          gap: calc(var(--spacing) * 2);
        }
      }
    }
  }
  .\*\:\[svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-8 {
    :is(& > *) {
      &:is(svg:not([class*='size-'])) {
        width: calc(var(--spacing) * 8);
        height: calc(var(--spacing) * 8);
      }
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --scroll-fade-t {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-b {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-s {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-e {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0px;
}
@property --scroll-fade-mask {
  syntax: "*";
  inherits: false;
}
@property --shimmer-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 20deg;
}
@property --shimmer-image {
  syntax: "*";
  inherits: false;
}
@property --shimmer-text-fill {
  syntax: "*";
  inherits: false;
}
@media (prefers-reduced-motion: reduce) {
  .shimmer {
    animation: none;
    background-image: none;
    -webkit-text-fill-color: currentColor;
  }
}
:root {
  --b-ink: #29221e;
  --b-charcoal: #231e1a;
  --b-copper: #9c482d;
  --b-copper-hover: #79351f;
  --b-glow: #e4ae78;
  --b-paper: #fffdf9;
  --b-linen: #f5f0e8;
  --b-stone: #ebe6df;
  --b-line: #d9cfc4;
  --b-muted: #6b5e54;
  --b-selected: #f5e9dc;
  --b-serif: Georgia,'Times New Roman',serif;
  --b-sans: Arial,Helvetica,sans-serif;
  --b-radius: 6px;
}
::selection {
  background: #efd0ad;
  color: var(--b-ink);
}
:where(a,button,input,select,textarea,summary):focus-visible {
  outline: 3px solid var(--b-copper);
  outline-offset: 4px;
}
button,a {
  touch-action: manipulation;
}
button:disabled {
  cursor: not-allowed;
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
.configuration-help-button {
  display: grid;
  place-items: center;
  flex: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  color: var(--b-copper);
  background: transparent;
  cursor: pointer;
}
.help-mode {
  display: flex;
  gap: 6px;
  margin: 0 24px 16px;
  padding: 4px;
  background: var(--b-linen);
  border-radius: 12px;
  flex: none;
}
.help-mode button {
  flex: 1;
  min-height: 44px;
  padding: 10px;
  border-radius: 9px;
  font-size: .9375rem;
  line-height: 1.3;
  color: var(--b-muted);
  cursor: pointer;
}
.help-mode button[aria-pressed=true] {
  background: white;
  color: var(--b-copper);
  box-shadow: 0 1px 4px #0001;
  font-weight: 650;
}
.help-guide-panel,.help-question-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.help-guide-panel[hidden],.help-question-panel[hidden] {
  display: none;
}
.help-question-panel {
  flex: 1;
  overflow: hidden;
}
.help-questions {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
}
.help-question-context {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px 12px;
  font-size: .875rem;
  color: var(--b-muted);
  flex: none;
}
.help-question-context svg {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--b-copper);
}
.help-question-scroll {
  overflow: auto;
  overscroll-behavior: contain;
  min-height: 0;
  flex: 1;
}
.help-conversation {
  padding: 0 24px 8px;
}
.help-question-welcome h2 {
  font-size: 1.25rem;
  margin: 8px 0;
}
.help-question-welcome p,.help-answer p,.help-customer-question p {
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.help-question-welcome p {
  color: var(--b-muted);
}
.help-exchange {
  margin: 10px 0 22px;
}
.help-customer-question {
  background: var(--b-selected);
  border-radius: 14px 14px 3px 14px;
  padding: 12px 16px;
  margin: 0 0 16px 30px;
}
.help-customer-question>span,.help-answer-label {
  font-size: .8125rem;
  color: var(--b-muted);
}
.help-customer-question p {
  margin: 4px 0 0;
}
.help-answer h3 {
  font-size: 1rem;
  margin: 9px 0;
  font-weight: 700;
}
.help-answer p {
  margin: 8px 0;
}
.help-answer a {
  display: block;
  margin-top: 12px;
  color: var(--b-copper);
  font-size: .9375rem;
  text-decoration: underline;
}
.help-answer-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 8px;
  padding: 10px 14px;
  background: var(--b-linen);
  border: 1px solid var(--b-line);
  border-radius: 9px;
  color: var(--b-copper);
  font-size: .9375rem;
  text-align: left;
}
.help-answer-step svg {
  width: 16px;
  height: 16px;
  flex: none;
}
.help-question-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 24px 12px;
  flex: none;
}
.help-question-suggestions button {
  min-height: 36px;
  border: 1px solid var(--b-line);
  border-radius: 18px;
  background: white;
  padding: 7px 11px;
  font-size: .875rem;
  line-height: 1.3;
  text-align: left;
}
.help-question-suggestions button:hover {
  border-color: var(--b-copper);
}
.help-question-form {
  flex: none;
  padding: 12px 24px 16px;
  border-top: 1px solid var(--b-line);
}
.help-question-form>label {
  display: block;
  font-size: .875rem;
  font-weight: 650;
  margin-bottom: 6px;
}
.help-question-compose {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.help-question-compose textarea {
  min-width: 0;
  flex: 1;
  resize: vertical;
  min-height: 70px;
  max-height: 120px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  background: white;
  color: var(--b-ink);
  padding: 10px 12px;
  font-size: 1rem;
  line-height: 1.5;
}
.help-question-compose textarea:focus {
  outline: 2px solid var(--b-copper);
  outline-offset: 1px;
}
.help-question-compose button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--b-copper);
  color: white;
  border-radius: 10px;
  padding: 10px 13px;
  min-width: 68px;
  font-size: .875rem;
}
.help-question-compose button:disabled {
  opacity: .45;
}
.help-question-compose button svg {
  width: 19px;
  height: 19px;
}
.help-question-note {
  font-size: .8125rem;
  line-height: 1.4;
  color: var(--b-muted);
  margin: 8px 0 0;
}
.help-question-note a {
  color: var(--b-copper);
  text-decoration: underline;
}
@media (max-width:480px) {
  .help-mode {
    margin: 0 16px 12px;
  }
  .help-mode button {
    font-size: .875rem;
  }
  .help-question-context {
    padding: 0 16px 10px;
  }
  .help-conversation {
    padding: 0 16px 8px;
  }
  .help-question-suggestions {
    padding: 8px 16px;
  }
  .help-question-form {
    padding: 10px 16px 12px;
  }
  .help-customer-question {
    margin-left: 15px;
  }
}
.configuration-help-button svg {
  width: 23px;
  height: 23px;
}
.configuration-help-button:hover {
  background: var(--b-selected);
}
.configuration-help-button:disabled {
  opacity: .4;
}
.configuration-help-dialog {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  padding: 0 !important;
  width: calc(100% - 24px) !important;
  max-width: 610px !important;
  max-height: calc(100dvh - 24px);
  overflow: hidden !important;
  background: var(--b-paper);
  border: 1px solid var(--b-line);
  border-radius: 20px !important;
  color: var(--b-ink);
  font-family: var(--b-sans);
}
.help-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 24px 24px 10px;
}
.help-header [data-slot=dialog-title] {
  font-size: 1.35rem;
  line-height: 1.25;
  margin-top: 6px;
}
.help-header .sheet-close {
  width: 44px;
  height: 44px;
  flex: none;
  border: 1px solid var(--b-line);
  border-radius: 50%;
}
.help-eyebrow {
  font-size: .75rem;
  letter-spacing: .12em;
  color: var(--b-copper);
  font-weight: 700;
}
.help-intro {
  margin: 0 !important;
  padding: 0 24px 18px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--b-muted);
}
.help-progress {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 4px;
  padding: 0 24px 18px;
}
.help-progress span {
  border-top: 3px solid var(--b-line);
  padding-top: 7px;
  font-size: .875rem;
  color: var(--b-muted);
}
.help-progress [data-active=true] {
  border-color: var(--b-copper);
  color: var(--b-copper);
  font-weight: 700;
}
.help-progress [data-done=true] {
  border-color: var(--b-copper);
}
.help-scroll {
  overflow: auto;
  overscroll-behavior: contain;
  min-height: 0;
  padding: 0 24px 24px;
}
.help-scroll h2 {
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 650;
  margin: 0 0 16px;
}
.help-scroll h2:focus {
  outline: none;
}
.help-choices {
  display: grid;
  gap: 10px;
}
.help-choice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--b-line);
  border-radius: 12px;
  background: white;
  cursor: pointer;
}
.help-choice[data-selected=true] {
  border-color: var(--b-copper);
  background: var(--b-selected);
  box-shadow: inset 0 0 0 1px var(--b-copper);
}
.help-choice input {
  accent-color: var(--b-copper);
  width: 18px;
  height: 18px;
  flex: none;
}
.help-choice span {
  flex: 1;
  min-width: 0;
}
.help-choice strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}
.help-choice small {
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  color: var(--b-muted);
  margin-top: 4px;
}
.help-choice svg {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--b-copper);
}
.help-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex: none;
  padding: 16px 24px;
  border-top: 1px solid var(--b-line);
  background: var(--b-paper);
}
.help-footer button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.35;
  cursor: pointer;
}
.help-footer svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.help-back {
  color: var(--b-ink);
  background: var(--b-linen);
}
.help-next {
  color: white;
  background: var(--b-copper);
  font-weight: 650;
}
.help-next:hover {
  background: var(--b-copper-dark);
}
.help-next:disabled {
  opacity: .45;
  cursor: default;
}
.help-result-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.help-result-heading strong {
  display: block;
  font-size: 1.2rem;
}
.help-result-heading span {
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  color: var(--b-muted);
}
.help-result-price {
  text-align: right;
}
.help-result-price strong {
  color: var(--b-copper);
  white-space: nowrap;
}
.help-plan {
  position: relative;
  height: 220px;
  background: var(--b-linen);
  border: 1px solid var(--b-line);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.help-plan .engine-drawing {
  position: static;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.help-plan .drawing-markup {
  width: 100%;
  height: 100%;
}
.help-plan svg {
  width: 100%;
  height: 100%;
}
.help-included {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}
.help-included li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .9375rem;
  line-height: 1.45;
}
.help-included svg {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 3px;
  color: var(--b-copper);
}
.help-note {
  font-size: .875rem;
  line-height: 1.5;
  color: var(--b-muted);
  margin: 14px 0 0;
}
.help-change-note {
  padding: 14px;
  background: var(--b-selected);
  border-radius: 10px;
  font-size: .9375rem;
  line-height: 1.5;
  margin: 16px 0 0;
}
.help-error {
  color: #8d251c;
  background: #fff1ec;
  padding: 14px;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 16px 0 0;
}
@media (max-width:480px) {
  .configuration-help-dialog {
    border-radius: 16px !important;
  }
  .help-header {
    padding: 16px 16px 10px;
  }
  .help-intro {
    padding: 0 16px 14px;
  }
  .help-progress {
    padding: 0 16px 16px;
  }
  .help-progress span {
    font-size: .8125rem;
  }
  .help-scroll {
    padding: 0 16px 18px;
  }
  .help-footer {
    padding: 12px 16px;
    gap: 8px;
  }
  .help-footer button {
    padding: 10px 12px;
    font-size: .9375rem;
  }
  .help-choice {
    padding: 13px;
    gap: 10px;
  }
  .help-result-heading {
    display: block;
  }
  .help-result-price {
    text-align: left;
    margin-top: 8px;
  }
}
.configuration-help-dialog[data-mode="questions"] {
  height: min(820px,calc(100dvh - 24px));
}
.help-header,.help-intro,.help-mode {
  flex-shrink: 0;
}
.help-answer-details summary {
  min-height: 44px;
  display: list-item;
  align-content: center;
  color: var(--b-copper);
  font-size: .9375rem;
  cursor: pointer;
}
.help-question-note button {
  color: var(--b-copper);
  text-decoration: underline;
  cursor: pointer;
  min-height: 32px;
  text-align: left;
}
.help-question-suggestions button {
  min-height: 44px;
}
@media (max-width:480px) {
  .configuration-help-dialog[data-mode="questions"] .help-eyebrow {
    display: none;
  }
  .configuration-help-dialog[data-mode="questions"] .help-intro {
    font-size: .875rem;
    padding-bottom: 10px;
  }
  .help-question-compose textarea {
    min-height: 58px;
    resize: none;
  }
  .help-question-note {
    margin-top: 4px;
  }
}
.configuration-help-dialog[data-mode="guide"] {
  height: min(900px,calc(100dvh - 24px));
  max-width: 720px !important;
}
.advisor {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}
.advisor[hidden] {
  display: none;
}
.advisor .help-scroll {
  flex: 1;
}
.advisor-progress {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px 16px;
  font-size: .875rem;
  color: var(--b-muted);
}
.advisor-progress progress {
  width: 100%;
  height: 5px;
  accent-color: var(--b-copper);
  flex: 1;
  min-width: 40px;
}
.advisor-progress span {
  flex: none;
}
.advisor-explanation {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--b-muted);
  margin: 0 0 18px;
}
.advisor-choices {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.advisor-choices .help-choice {
  text-align: left;
  min-height: 68px;
}
.advisor-swatch {
  display: block;
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #0002;
}
.advisor-compose {
  margin-top: 22px;
}
.advisor-compose label {
  display: block;
  font-weight: 650;
  font-size: 1rem;
  margin-bottom: 8px;
}
.advisor-compose textarea {
  display: block;
  resize: vertical;
  width: 100%;
  min-height: 82px;
  max-height: 200px;
  padding: 12px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  background: white;
  font-size: 1rem;
  line-height: 1.5;
}
.advisor button:focus-visible,.advisor textarea:focus-visible {
  outline: 2px solid var(--b-copper);
  outline-offset: 3px;
}
.advisor-text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 0;
  margin: 4px 16px 0 0;
  color: var(--b-copper);
  font-size: .9375rem;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.advisor button:disabled {
  opacity: .45;
  cursor: default;
}
.advisor-interpretation {
  padding: 16px;
  margin: 12px 0;
  background: var(--b-selected);
  border: 1px solid var(--b-line);
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.5;
}
.advisor-interpretation p {
  margin: 6px 0;
}
.advisor-summary {
  display: grid;
}
.advisor-summary button {
  text-align: left;
  border-bottom: 1px solid var(--b-line);
  padding: 14px 0;
  display: grid;
  gap: 6px;
  cursor: pointer;
}
.advisor-summary span,.advisor-summary small {
  font-size: .875rem;
  line-height: 1.5;
  color: var(--b-muted);
}
.advisor-summary strong {
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}
.advisor-summary strong span {
  color: var(--b-copper);
  font-size: 1.1rem;
}
.advisor-view-tabs {
  display: flex;
  gap: 6px;
  margin: 14px 0 8px;
}
.advisor-view-tabs button {
  flex: 1;
  min-height: 44px;
  border: 1px solid var(--b-line);
  border-radius: 9px;
  font-size: .875rem;
}
.advisor-view-tabs button[aria-pressed=true] {
  background: var(--b-selected);
  border-color: var(--b-copper);
  color: var(--b-copper);
}
.advisor-preview {
  position: relative;
  height: 310px;
  isolation: isolate;
  background: #fafaf8;
  border: 1px solid var(--b-line);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
}
.advisor-preview canvas {
  width: 100%;
  height: 100%;
  touch-action: none;
}
.advisor-details {
  margin-top: 16px;
}
.advisor-details summary {
  cursor: pointer;
  color: var(--b-copper);
  padding: 12px 0;
  font-size: 1rem;
}
.advisor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.advisor-tags button {
  border: 1px solid var(--b-line);
  background: white;
  border-radius: 12px;
  padding: 10px;
  font-size: .875rem;
  min-height: 44px;
}
.advisor .help-footer .help-next {
  flex: 1;
  max-width: 340px;
}
@media (max-width:480px) {
  .advisor-progress {
    padding: 0 16px 12px;
  }
  .advisor-choices {
    grid-template-columns: 1fr;
  }
  .advisor-preview {
    height: 255px;
  }
  .configuration-help-dialog[data-mode="guide"] .help-eyebrow {
    display: none;
  }
  .configuration-help-dialog[data-mode="guide"] .help-intro {
    font-size: .875rem;
    padding-bottom: 10px;
  }
  .advisor .help-footer {
    padding-bottom: max(12px,env(safe-area-inset-bottom));
  }
}
.advisor-preview .engine-drawing {
  inset: 10px;
  display: block;
}
.advisor-preview .engine-fallback .engine-drawing {
  inset: 10px 10px 40px;
}
.advisor-preview .drawing-markup {
  display: block;
  width: 100%;
  height: 100%;
}
.advisor-preview .engine-fallback p {
  font-size: .875rem;
  bottom: 8px;
}
.advisor-progress progress {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: var(--b-line);
}
.advisor-progress progress::-webkit-progress-bar {
  background: var(--b-line);
  border-radius: 5px;
}
.advisor-progress progress::-webkit-progress-value {
  background: var(--b-copper);
  border-radius: 5px;
}
.advisor-choices[data-question="people"],.advisor-choices[data-question="relaxPeople"] {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.advisor-choices[data-question="people"] .help-choice,.advisor-choices[data-question="relaxPeople"] .help-choice {
  min-height: 52px;
  padding: 10px;
  gap: 4px;
}
.advisor-choices[data-question="people"] strong,.advisor-choices[data-question="relaxPeople"] strong {
  font-size: .9375rem;
}
.advisor-choices[data-question="people"] svg,.advisor-choices[data-question="relaxPeople"] svg {
  width: 14px;
}
.advisor-preview .engine-model {
  inset: 0;
}
.advisor-interpretation ul {
  display: grid;
  gap: 12px;
  margin: 12px 0;
  padding-left: 20px;
}
.advisor-interpretation li span,.advisor-interpretation li strong {
  display: block;
}
.advisor-interpretation li span {
  font-size: .875rem;
  color: var(--b-muted);
}
.advisor-interpretation li strong {
  font-weight: 650;
}
.advisor-compose .help-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.configuration-help-anchor {
  position: relative;
  display: inline-flex;
  flex: none;
}
.configuration-help-hint {
  position: absolute;
  top: calc(100% + 12px);
  right: -8px;
  z-index: 90;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  width: min(252px,78vw);
  padding: 10px 6px 10px 14px;
  border: 1px solid var(--b-line);
  border-radius: 12px;
  background: var(--b-ink);
  color: white;
  box-shadow: 0 5px 24px #0002;
}
.configuration-help-hint:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -6px;
  width: 11px;
  height: 11px;
  background: var(--b-ink);
  transform: rotate(45deg);
}
.configuration-help-hint>button {
  font-size: .9375rem;
  line-height: 1.45;
  text-align: left;
  min-height: 36px;
  position: relative;
  cursor: pointer;
}
.configuration-help-hint .help-hint-close {
  flex: none;
  width: 36px;
  display: grid;
  place-items: center;
}
.help-hint-close svg {
  width: 17px;
  height: 17px;
}
.help-topic-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}
.help-topic-buttons button {
  border: 1px solid var(--b-line);
  border-radius: 10px;
  padding: 12px 18px;
  min-height: 44px;
  font-size: 1rem;
  color: var(--b-copper);
  background: var(--b-linen);
}
.help-product-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  margin: 12px 0;
}
.help-product-card {
  border: 1px solid var(--b-line);
  border-radius: 12px;
  overflow: hidden;
  background: white;
  min-width: 0;
  align-self: start;
}
.help-product-card[data-selected=true] {
  border-color: var(--b-copper);
  box-shadow: inset 0 0 0 1px var(--b-copper);
}
.help-product-select {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 12px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.help-product-select>img,.help-product-select>svg,.help-product-select>.product-image {
  width: 100%;
  height: 102px;
  object-fit: contain;
  background: #faf9f6;
}
.help-product-select strong {
  font-size: 1rem;
  line-height: 1.3;
}
.help-product-select small {
  font-size: .875rem;
  line-height: 1.45;
  color: var(--b-muted);
}
.help-product-select b {
  color: var(--b-copper);
  font-size: 1rem;
}
.help-product-swatch {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 6px;
  border: 1px solid #0001;
}
.help-product-confirm {
  padding: 0 12px 12px;
  background: var(--b-selected);
  border-top: 1px solid var(--b-line);
}
.help-product-confirm p {
  font-size: .875rem;
  line-height: 1.45;
}
.help-product-confirm small {
  display: block;
  font-size: .875rem;
  line-height: 1.4;
  margin: 8px 0;
}
.help-product-confirm button {
  width: 100%;
  min-height: 44px;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 6px;
  background: #345347;
  color: white;
  font-size: .9375rem;
  font-weight: 650;
  cursor: pointer;
}
.help-product-confirm button svg {
  width: 17px;
  height: 17px;
}
.help-product-confirm button:disabled {
  opacity: .5;
}
.help-applied-notice,.help-thinking {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 24px;
  font-size: .9375rem;
  line-height: 1.45;
}
.help-applied-notice {
  padding: 12px;
  background: var(--b-selected);
  border-radius: 10px;
  color: #345347;
}
.help-applied-notice svg,.help-thinking svg {
  width: 20px;
  height: 20px;
  flex: none;
}
.help-thinking svg {
  animation: help-spin 1s linear infinite;
}
@keyframes help-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion:reduce) {
  .help-thinking svg {
    animation: none;
  }
}
.advisor-choices .help-choice {
  flex-wrap: wrap;
}
.advisor-choice-image {
  display: block;
  width: 100%;
  height: 94px;
  object-fit: contain;
}
.advisor-choice-image>.product-image,.advisor-choice-image>svg,.advisor-choice-image>img {
  width: 100%;
  height: 94px;
  object-fit: contain;
}
.help-product-select:focus-visible,.help-product-confirm button:focus-visible,.help-topic-buttons button:focus-visible {
  outline: 2px solid var(--b-copper);
  outline-offset: -3px;
}
.advisor-dimension {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}
.advisor-dimension label {
  font-weight: 650;
}
.advisor-dimension input {
  width: 100%;
  max-width: 220px;
  min-height: 48px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  padding: 10px 12px;
  background: white;
  font-size: 1.15rem;
}
.advisor-dimension input:focus-visible {
  outline: 2px solid var(--b-copper);
  outline-offset: 3px;
}
.trial-entry {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--b-line);
}
.trial-entry p {
  font-size: .875rem;
  line-height: 1.5;
  color: var(--b-muted);
  margin: 10px 0 0;
}
.trial-catalog-intro {
  font-size: .9375rem;
  line-height: 1.5;
  color: var(--b-muted);
  margin: 0 0 14px;
}
.trial-plan-zoom {
  position: absolute;
  top: 4px;
  left: 12px;
  z-index: 1;
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid var(--b-line);
  border-radius: 8px;
  background: #fffcf5;
  font-size: .875rem;
  color: var(--b-ink);
}
.trial-rotation-handle {
  cursor: crosshair;
  pointer-events: all;
  touch-action: none;
}
.trial-plan-item:focus>polygon:nth-of-type(2) {
  stroke: #9b472f;
  stroke-width: 3;
}
.trial-rotation-handle:focus {
  outline: none;
}
.trial-rotation-handle:focus circle {
  stroke: #9b472f;
  stroke-width: 3;
}
.trial-selected-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.trial-selected-heading>strong {
  font-size: .9375rem;
  line-height: 1.4;
}
.trial-selected-heading button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--b-line);
  border-radius: 7px;
  background: white;
  flex: none;
}
.trial-selected-heading svg {
  width: 18px;
  height: 18px;
}
.trial-move-row {
  display: flex;
  gap: 6px;
  align-items: center;
}
.trial-move-row>.trial-move {
  flex: 1;
}
.trial-move-row select {
  height: 44px;
  max-width: 68px;
  border: 1px solid var(--b-line);
  border-radius: 7px;
  background: white;
  font-size: .875rem;
}
.trial-angle-row {
  display: flex;
  gap: 5px;
  align-items: center;
}
.trial-angle-row button {
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 44px;
  padding: 6px;
  border: 1px solid var(--b-line);
  border-radius: 7px;
  background: white;
  font-size: .875rem;
  white-space: nowrap;
}
.trial-angle-row button svg {
  width: 18px;
  height: 18px;
}
.trial-angle-row label {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  font-size: .8125rem;
  gap: 3px;
}
.trial-angle-row input {
  min-width: 0;
  width: 48px;
  padding: 6px 2px;
  border: 1px solid var(--b-line);
  border-radius: 6px;
  background: white;
  min-height: 40px;
  font-size: 1rem;
  text-align: center;
  appearance: textfield;
}
.trial-angle-row input::-webkit-inner-spin-button {
  appearance: none;
}
.trial-angle-slider {
  display: block;
  width: 100%;
  height: 28px;
  accent-color: var(--b-copper);
  margin: 3px 0 0;
  touch-action: none;
}
.trial-add-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  padding: 8px;
  border: 1px solid var(--b-line);
  border-radius: 8px;
  background: white;
  margin: 12px 0;
  font-size: .9375rem;
}
.trial-add-toggle svg {
  width: 18px;
  height: 18px;
}
.trial-placement-warning {
  font-size: .875rem;
  line-height: 1.4;
  padding: 10px 12px;
  border: 1px solid #dfc596;
  background: #fff4da;
  border-radius: 8px;
  margin: 10px 0;
}
.trial-controls>.trial-items {
  margin-top: 0;
}
.trial-selected {
  scroll-margin-top: 8px;
}
.trial-dialog {
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  padding: 0 !important;
  width: calc(100% - 32px) !important;
  max-width: 1120px !important;
  height: min(830px,calc(100dvh - 32px));
  overflow: hidden;
  border-radius: 18px !important;
  background: var(--b-paper);
  color: var(--b-ink);
  font-family: var(--b-sans);
}
.trial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 12px;
  gap: 12px;
}
.trial-header [data-slot=dialog-title] {
  font-size: 1.35rem;
  line-height: 1.3;
  margin-top: 4px;
}
.trial-header .sheet-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  border: 1px solid var(--b-line);
  border-radius: 50%;
}
.trial-disclaimer {
  padding: 12px 24px !important;
  margin: 0 !important;
  font-size: .9375rem !important;
  line-height: 1.5;
  color: var(--b-ink) !important;
  background: var(--b-selected);
  border-block: 1px solid var(--b-line);
}
.trial-body {
  display: grid;
  grid-template-columns: minmax(0,1fr) 320px;
  min-height: 0;
  flex: 1;
}
.trial-visual {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: #faf9f6;
}
.trial-view-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
}
.trial-view-tabs button {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--b-line);
  border-radius: 9px;
  background: white;
  font-size: .875rem;
}
.trial-view-tabs button[aria-pressed=true] {
  background: var(--b-copper);
  color: white;
  border-color: var(--b-copper);
}
.trial-view-tabs button:disabled {
  opacity: .4;
}
.trial-view-tabs span {
  margin-left: auto;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--b-muted);
}
.trial-scene {
  position: relative;
  min-height: 240px;
  flex: 1;
  overflow: hidden;
}
.trial-scene>canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.trial-hint {
  font-size: .875rem;
  line-height: 1.4;
  color: var(--b-muted);
  padding: 10px 16px;
  margin: 0;
}
.trial-plan,.trial-plan-base,.trial-plan-handles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.trial-plan-base svg {
  width: 100%;
  height: 100%;
}
.trial-plan-handles {
  pointer-events: none;
  touch-action: none;
}
.trial-plan-item {
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
  outline: none;
}
.trial-plan-item:focus>rect {
  stroke: #9b472f;
  stroke-width: 3;
}
.trial-plan-item:active {
  cursor: grabbing;
}
.trial-plan-item text,.trial-plan-item path {
  pointer-events: none;
}
.trial-controls {
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  border-left: 1px solid var(--b-line);
}
.trial-catalog {
  display: grid;
  gap: 10px;
}
.trial-catalog button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  padding: 13px 12px;
  border: 1px solid var(--b-line);
  background: white;
  border-radius: 11px;
  min-height: 76px;
}
.trial-catalog button:hover {
  border-color: var(--b-copper);
  background: var(--b-selected);
}
.trial-catalog svg {
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--b-copper);
}
.trial-catalog button>svg:last-child {
  width: 18px;
  height: 18px;
}
.trial-catalog span {
  min-width: 0;
  flex: 1;
}
.trial-catalog strong {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
}
.trial-catalog small {
  display: block;
  margin-top: 4px;
  font-size: .8125rem;
  line-height: 1.4;
  color: var(--b-muted);
}
.trial-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 10px;
}
.trial-items button {
  padding: 8px 10px;
  border: 1px solid var(--b-line);
  border-radius: 8px;
  background: white;
  text-align: left;
  font-size: .875rem;
}
.trial-items button[aria-pressed=true] {
  background: var(--b-selected);
  border-color: var(--b-copper);
}
.trial-items span {
  font-size: .75rem;
  color: var(--b-muted);
}
.trial-selected {
  background: var(--b-linen);
  padding: 12px;
  border-radius: 10px;
}
.trial-selected>strong {
  font-size: .9375rem;
}
.trial-move {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 6px;
  margin: 10px 0;
}
.trial-move button,.trial-edit button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  background: white;
  border: 1px solid var(--b-line);
  border-radius: 7px;
  font-size: .875rem;
}
.trial-move svg,.trial-edit svg {
  width: 18px;
  height: 18px;
}
.trial-edit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.trial-notice {
  padding: 12px;
  background: #f6e4dc;
  border-radius: 9px;
  font-size: .875rem;
  line-height: 1.5;
  color: #71331e;
  margin: 12px 0;
}
.trial-footnote {
  font-size: .875rem;
  line-height: 1.5;
  color: var(--b-muted);
  margin: 16px 0 0;
}
.trial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--b-line);
  padding: 12px 20px;
}
.trial-footer>span {
  font-size: .8125rem;
  line-height: 1.4;
  color: var(--b-muted);
}
.trial-done {
  padding: 12px 16px;
  background: var(--b-copper);
  color: white;
  border-radius: 9px;
  min-height: 44px;
  font-size: .9375rem;
  font-weight: 600;
}
@media (max-width:760px) {
  .trial-dialog {
    width: calc(100% - 16px) !important;
    height: calc(100dvh - 16px);
    border-radius: 12px !important;
  }
  .trial-header {
    padding: 12px 14px 10px;
  }
  .trial-header [data-slot=dialog-title] {
    font-size: 1.125rem;
  }
  .trial-header .help-eyebrow {
    font-size: .6875rem;
  }
  .trial-disclaimer {
    padding: 10px 14px !important;
    font-size: .875rem !important;
  }
  .trial-body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(235px,1.2fr) minmax(140px,1fr);
    overflow: hidden;
  }
  .trial-visual {
    min-height: 0;
  }
  .trial-scene {
    min-height: 0;
  }
  .trial-controls {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid var(--b-line);
    padding: 12px 14px;
    overflow: auto;
  }
  .trial-catalog {
    gap: 8px;
  }
  .trial-catalog button {
    min-height: 66px;
  }
  .trial-footer {
    padding: 10px 12px;
    gap: 8px;
  }
  .trial-footer>span {
    max-width: 43%;
    font-size: .75rem;
  }
  .trial-done {
    font-size: .875rem;
    padding: 10px 12px;
  }
  .trial-view-tabs span {
    font-size: .6875rem;
  }
  .trial-hint {
    font-size: .8125rem;
    padding: 6px 14px;
  }
}
:root {
  --background: #fffdf9;
  --foreground: #29221e;
  --card: #ffffff;
  --card-foreground: #29221e;
  --popover: #ffffff;
  --popover-foreground: #29221e;
  --primary: #9c482d;
  --primary-foreground: #ffffff;
  --secondary: #f5f0e8;
  --secondary-foreground: #29221e;
  --muted: #f2eee8;
  --muted-foreground: #6b5e54;
  --accent: #f5e9dc;
  --accent-foreground: #79351f;
  --destructive: #b42318;
  --border: #d9cfc4;
  --input: #d9cfc4;
  --ring: #9c482d;
  --radius: 0.875rem;
  --b-ink: #29221e;
  --b-charcoal: #231e1a;
  --b-copper: #9c482d;
  --b-copper-dark: #79351f;
  --b-glow: #e4ae78;
  --b-paper: #fffdf9;
  --b-linen: #f5f0e8;
  --b-stone: #ebe6df;
  --b-line: #d9cfc4;
  --b-muted: #6b5e54;
  --b-selected: #f5e9dc;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--b-paper);
  color: var(--b-ink);
  font-family: var(--b-sans);
}
button,
input {
  font: inherit;
}
button {
  touch-action: manipulation;
}
button:focus-visible,
input:focus-visible,
[role="slider"]:focus-visible {
  outline: 3px solid var(--b-copper);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 3px solid color-mix(in srgb, var(--b-copper), white 22%);
  }
  outline-offset: 3px;
}
::selection {
  background: #efd0ad;
  color: var(--b-ink);
}
.configurator-app {
  display: grid;
  grid-template-rows: 68px 64px minmax(0, 1fr) 78px;
  width: 100vw;
  height: 100dvh;
  min-height: 570px;
  overflow: hidden;
  background: #efede9;
}
.topbar {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 0 22px;
  background: rgba(255, 253, 249, 0.96);
  border-bottom: 1px solid var(--b-line);
  backdrop-filter: blur(16px);
}
.icon-button,
.viewer-tools button,
.sheet-close {
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.icon-button svg,
.viewer-tools svg,
.sheet-close svg {
  width: 21px;
  height: 21px;
}
.close-button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--b-charcoal);
  color: white;
}
.brand-title {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  transform: translateX(-50%);
}
.brand-title img {
  width: 124px;
  height: 25px;
  object-fit: contain;
}
.brand-title span {
  color: var(--b-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.top-actions {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.save-state {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--b-muted);
  font-size: 13px;
  white-space: nowrap;
}
.save-state svg {
  width: 15px;
  height: 15px;
}
.price-pill {
  display: grid;
  grid-template-columns: 34px auto 42px;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 4px 5px 4px 9px;
  border: 1px solid var(--b-line);
  border-radius: 999px;
  background: white;
  color: var(--b-ink);
  box-shadow: 0 4px 18px rgba(48, 34, 24, 0.07);
  cursor: pointer;
}
.price-pill > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.05;
}
.price-pill small {
  color: var(--b-muted);
  font-size: 11px;
  font-weight: 600;
}
.price-pill strong {
  margin-top: 3px;
  font-size: 18px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.list-dot {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--b-linen);
}
.list-dot svg {
  width: 18px;
  height: 18px;
}
.price-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--b-copper);
  color: white;
}
.price-arrow svg {
  width: 21px;
  height: 21px;
}
.step-rail {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  padding: 0 24px;
  overflow: auto hidden;
  background: white;
  border-bottom: 1px solid var(--b-line);
  scrollbar-width: none;
}
.step-rail::-webkit-scrollbar {
  display: none;
}
.step-rail {
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior-x: contain;
}
@media (pointer:fine) {
  .step-rail,.step-rail button {
    cursor: grab;
  }
}
.step-rail[data-dragging="true"],.step-rail[data-dragging="true"] button {
  cursor: grabbing;
  scroll-behavior: auto;
}
.step-rail button {
  flex: 0 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 24px 19px auto;
  align-items: center;
  gap: 7px;
  min-width: 126px;
  padding: 0 16px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #77716b;
  font-size: 14px;
  font-weight: 650;
  cursor: inherit;
}
.step-rail button > svg {
  width: 17px;
  height: 17px;
  opacity: 0.7;
}
.step-rail button[data-active="true"] {
  color: var(--b-copper-dark);
  background: #fcf8f4;
  border-bottom-color: var(--b-copper);
}
.step-rail button[data-complete="true"] {
  color: #554b43;
}
.step-number {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid #cec5bc;
  border-radius: 50%;
  font-size: 11px;
}
.step-number svg {
  width: 13px;
  height: 13px;
}
.step-rail button[data-active="true"] .step-number {
  border-color: var(--b-copper);
  background: var(--b-copper);
  color: white;
}
.workspace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  min-height: 0;
  overflow: hidden;
}
.viewer {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 46%, #faf9f6 0, #eeece8 63%, #e4e0da 100%);
  isolation: isolate;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.viewer-heading {
  position: absolute;
  z-index: 7;
  top: 20px;
  left: 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 5px 22px rgba(31, 25, 21, 0.08);
  backdrop-filter: blur(10px);
}
.viewer-heading strong {
  font-size: 14px;
}
.viewer-heading span {
  color: var(--b-muted);
  font-size: 12px;
}
.model-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.model-stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 550ms cubic-bezier(.2,.8,.2,1), filter 300ms ease, opacity 250ms ease;
}
.model-stage[data-focus="interior"] > img {
  transform: scale(1.18);
  object-position: 46% 55%;
}
.model-stage > img.green-tint {
  filter: sepia(0.22) saturate(0.84) hue-rotate(58deg) brightness(0.87);
}
.night-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 25, 36, .12), rgba(10, 20, 29, .62));
  opacity: 0;
  transition: opacity 280ms ease;
  mix-blend-mode: multiply;
}
.configurator-app[data-night="true"] .night-wash {
  opacity: 1;
}
.configurator-app[data-night="true"] .viewer {
  background: #1d252b;
}
.interior-glow {
  position: absolute;
  left: 31%;
  top: 46%;
  width: 32%;
  height: 32%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 207, 127, .72), rgba(255, 196, 111, .15) 52%, transparent 72%);
  filter: blur(12px);
  mix-blend-mode: screen;
  animation: glow-in 420ms ease both;
}
@keyframes glow-in {
  from {
    opacity: 0;
    transform: scale(.82);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.measure-chip {
  position: absolute;
  z-index: 5;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(32, 28, 25, .92);
  color: white;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.measure-width {
  left: 44%;
  top: 15%;
}
.measure-height {
  right: 9%;
  top: 48%;
}
.measure-depth {
  right: 19%;
  bottom: 10%;
}
.hotspot {
  position: absolute;
  z-index: 6;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 8px;
  background: rgba(156, 72, 45, .9);
  color: white;
  box-shadow: 0 0 0 4px rgba(156,72,45,.24), 0 8px 22px rgba(0,0,0,.18);
  cursor: pointer;
  animation: hotspot-pulse 2.2s ease-in-out infinite;
}
.hotspot span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 7px);
  transform: translateX(-50%);
  padding: 4px 7px;
  border-radius: 5px;
  background: var(--b-charcoal);
  color: white;
  font-size: 11px;
  white-space: nowrap;
}
.window-hotspot {
  left: 29%;
  top: 36%;
  width: 31%;
  height: 39%;
}
.door-hotspot {
  right: 19%;
  top: 38%;
  width: 14%;
  height: 41%;
}
@keyframes hotspot-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(156,72,45,.16), 0 8px 22px rgba(0,0,0,.18);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(156,72,45,.28), 0 8px 22px rgba(0,0,0,.18);
  }
}
.viewer-tools {
  position: absolute;
  z-index: 8;
  bottom: 18px;
  display: flex;
  padding: 4px;
  border: 1px solid rgba(209, 202, 193, .8);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 6px 22px rgba(34, 27, 23, .12);
  backdrop-filter: blur(10px);
}
.left-tools {
  left: 20px;
}
.right-tools {
  right: 20px;
}
.viewer-tools button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
}
.viewer-tools button:hover {
  background: var(--b-linen);
}
.viewer-tools button.active {
  background: var(--b-charcoal);
  color: white;
}
.viewer-tools button:disabled {
  opacity: .25;
  cursor: default;
}
.viewer-hint {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  color: rgba(61, 53, 47, .65);
  font-size: 12px;
  font-weight: 600;
}
.configurator-app[data-night="true"] .viewer-hint {
  color: rgba(255,255,255,.72);
}
.selection-done {
  position: absolute;
  z-index: 8;
  top: 14px;
  right: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid var(--b-line);
  border-radius: 12px;
  background: white;
  color: var(--b-ink);
  font-size: .875rem;
  font-weight: 650;
  cursor: pointer;
}
.selection-done svg {
  width: 16px;
  height: 16px;
}
.review-status {
  display: block;
  margin-top: 4px;
  color: var(--b-muted);
  font-size: .75rem;
  line-height: 1.3;
  font-weight: 500;
}
.review-status[data-status="changed"] {
  color: var(--b-copper-dark);
  font-weight: 650;
}
.review-status[data-status="reviewed"] {
  color: #395747;
}
.review-summary {
  color: var(--b-muted);
  font-size: .875rem;
  line-height: 1.5;
}
.no-light-choice[aria-pressed="true"] {
  background: var(--b-selected);
  border-color: var(--b-copper);
}
.control-dock {
  position: relative;
  z-index: 9;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  background: white;
  border-left: 1px solid var(--b-line);
  box-shadow: -14px 0 40px rgba(46, 34, 25, .05);
}
.dock-handle {
  display: none;
}
.control-heading {
  padding: 18px 22px 14px;
  background: white;
  border-bottom: 1px solid #eee9e3;
}
.step-picker {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 30px;
  padding: 4px 8px;
  border: 0;
  border-radius: 7px;
  background: var(--b-linen);
  color: var(--b-copper-dark);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.step-picker svg {
  width: 14px;
  height: 14px;
}
.control-heading h1 {
  margin: 9px 0 4px;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -.045em;
}
.control-heading p {
  max-width: 39ch;
  margin: 0;
  color: var(--b-muted);
  font-size: 14px;
  line-height: 1.5;
}
.dock-scroll {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #c9beb3 transparent;
}
.control-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 18px 22px 26px;
}
.preset-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 9px 12px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  background: linear-gradient(135deg, #fffaf4, #f5ede3);
  color: var(--b-ink);
  text-align: left;
  cursor: pointer;
}
.preset-card > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.preset-card strong {
  font-size: 14px;
}
.preset-card small {
  color: var(--b-muted);
  font-size: 12px;
}
.preset-card > span:last-child {
  color: var(--b-copper-dark);
  font-size: 12px;
  font-weight: 700;
}
.dimension-control {
  display: grid;
  gap: 8px;
  padding: 0 0 12px;
  border-bottom: 1px solid #eee9e3;
}
.dimension-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--b-ink);
  font-size: 14px;
  font-weight: 650;
}
.stepper {
  display: grid;
  grid-template-columns: 34px 64px 34px;
  align-items: center;
  border: 1px solid var(--b-line);
  border-radius: 9px;
  overflow: hidden;
  background: white;
}
.stepper button {
  display: grid;
  place-items: center;
  height: 34px;
  border: 0;
  background: var(--b-linen);
  color: var(--b-ink);
  cursor: pointer;
}
.stepper button:hover {
  background: var(--b-selected);
}
.stepper button svg {
  width: 15px;
  height: 15px;
}
.stepper output {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
.range-ends {
  display: flex;
  justify-content: space-between;
  color: #8a7f76;
  font-size: 11px;
}
[data-slot="slider-thumb"] {
  width: 20px;
  height: 20px;
  border: 2px solid var(--b-copper);
  box-shadow: 0 1px 5px rgba(0,0,0,.15);
}
[data-slot="slider-range"] {
  background: var(--b-copper);
}
.context-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  padding: 11px 12px;
  border-radius: 9px;
  background: #f7f3ed;
  color: var(--b-muted);
  font-size: 13px;
  line-height: 1.48;
}
.context-note svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  color: var(--b-copper);
}
.option-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.option-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.option-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  min-height: 88px;
  padding: 11px;
  overflow: hidden;
  border: 1px solid var(--b-line);
  border-radius: 12px;
  background: white;
  color: var(--b-ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}
.option-card:hover {
  border-color: #b79f8c;
  transform: translateY(-1px);
}
.option-card[data-selected="true"] {
  border-color: var(--b-copper);
  background: var(--b-selected);
  box-shadow: inset 0 0 0 1px var(--b-copper);
}
.option-visual {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 9px;
  background: #f4f0ea;
  color: #4b4038;
}
.option-visual > svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.6;
}
.option-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}
.option-copy strong {
  font-size: 14px;
  line-height: 1.25;
}
.option-copy small {
  color: var(--b-muted);
  font-size: 11px;
  line-height: 1.3;
}
.option-copy b {
  margin-top: 3px;
  color: var(--b-copper-dark);
  font-size: 12px;
}
.option-check {
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--b-copper);
  color: white;
}
.option-check svg {
  width: 13px;
  height: 13px;
}
.option-card[data-selected="true"] .option-check {
  display: grid;
}
.option-grid.two .option-card {
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 140px;
}
.option-grid.two .option-visual {
  width: 100%;
  height: 64px;
}
.option-grid.two.compact .option-card {
  min-height: 120px;
}
.subsection {
  display: grid;
  gap: 13px;
  padding: 14px;
  border: 1px solid #e8e0d7;
  border-radius: 12px;
  background: #fbf9f6;
}
.subsection-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}
.subsection-title span {
  color: var(--b-copper-dark);
  font-weight: 700;
}
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid var(--b-line);
  border-radius: 9px;
  background: white;
  color: var(--b-ink);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.secondary-action:hover {
  background: var(--b-linen);
}
.secondary-action svg {
  width: 17px;
  height: 17px;
}
.control-tabs {
  min-height: 100%;
  gap: 0;
}
.tab-strip {
  position: sticky;
  z-index: 4;
  top: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  overflow: auto hidden;
  background: white;
  border-bottom: 1px solid #e9e3dc;
  border-radius: 0;
  scrollbar-width: none;
}
.tab-strip::-webkit-scrollbar {
  display: none;
}
.tab-strip [data-slot="tabs-trigger"] {
  min-width: 86px;
  height: 48px;
  padding: 0 8px;
  font-size: 13px;
}
.interior-tabs [data-slot="tabs-trigger"] {
  min-width: 72px;
}
.switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 66px;
  padding: 11px 13px;
  border: 1px solid var(--b-line);
  border-radius: 11px;
  background: white;
}
.switch-row.prominent {
  background: linear-gradient(135deg, #fffaf4, #f7eee4);
}
.switch-row > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.switch-row strong {
  font-size: 14px;
}
.switch-row small {
  color: var(--b-muted);
  font-size: 12px;
  line-height: 1.35;
}
[data-slot="switch"] {
  cursor: pointer;
}
.window-shape {
  display: block;
  border: 3px solid #695d54;
  background: linear-gradient(135deg, #c9d3d2, #eef0ec);
  box-shadow: inset 0 0 0 2px white;
}
.window-shape.m16x17 {
  width: 46px;
  height: 50px;
}
.window-shape.m5x17 {
  width: 20px;
  height: 52px;
}
.window-shape.m10x5 {
  width: 49px;
  height: 22px;
}
.window-shape.m18x18 {
  width: 52px;
  height: 52px;
}
.glass-door {
  display: block;
  width: 28px;
  height: 52px;
  border: 3px solid #514d47;
  background: rgba(158, 181, 179, .4);
}
.placement-controls {
  display: grid;
  gap: 11px;
  padding: 13px;
  border-radius: 11px;
  background: #f3efe9;
}
.placement-controls > div:first-child {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.placement-controls > div:first-child span {
  color: var(--b-copper-dark);
  font-weight: 700;
}
.nudge-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.nudge-row button {
  min-height: 36px;
  border: 1px solid var(--b-line);
  border-radius: 7px;
  background: white;
  color: var(--b-ink);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.product-note {
  display: flex;
  gap: 12px;
  padding: 13px;
  border-radius: 11px;
  background: var(--b-linen);
}
.product-note > svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--b-copper);
}
.product-note strong {
  font-size: 13px;
}
.product-note p {
  margin: 4px 0 0;
  color: var(--b-muted);
  font-size: 12px;
  line-height: 1.5;
}
.mini-heading {
  margin: 2px 0 -4px;
  color: var(--b-muted);
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.swatch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.swatch-option {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
  gap: 9px;
  min-height: 66px;
  padding: 9px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  background: white;
  color: var(--b-ink);
  text-align: left;
  cursor: pointer;
}
.swatch-option[data-selected="true"] {
  border-color: var(--b-copper);
  background: var(--b-selected);
  box-shadow: inset 0 0 0 1px var(--b-copper);
}
.swatch {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.25);
}
.swatch-option > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.swatch-option strong {
  font-size: 12px;
  line-height: 1.25;
}
.swatch-option small {
  color: var(--b-copper-dark);
  font-size: 11px;
  font-weight: 700;
}
.swatch-option > svg {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 15px;
  height: 15px;
}
.swatch-option[data-selected="true"] > svg {
  display: block;
  color: var(--b-copper);
}
.trim-preview {
  width: 45px;
  height: 45px;
  border: 8px solid #222;
  background: #d6b083;
}
.roof-list {
  display: grid;
  gap: 10px;
}
.roof-list .option-card {
  grid-template-columns: 58px minmax(0,1fr);
  min-height: 84px;
}
.roof-list .option-visual {
  width: 58px;
  height: 58px;
}
.roof-sample {
  width: 50px;
  height: 34px;
  transform: skewX(-12deg);
  border: 1px solid rgba(0,0,0,.15);
}
.roof-sample.felt {
  background: #272728;
}
.roof-sample.shingle {
  background: repeating-linear-gradient(135deg, #353535 0 7px, #252525 7px 14px);
}
.roof-sample.metal {
  background: repeating-linear-gradient(90deg, #4c4e50 0 8px, #707377 8px 10px);
}
.wood-sample {
  width: 100%;
  height: 54px;
  border-radius: 7px;
  background: repeating-linear-gradient(91deg, #e1bf8c 0 8px, #cda875 8px 10px);
}
.wood-sample.thermo {
  background: repeating-linear-gradient(91deg, #8b5d3c 0 8px, #72472f 8px 10px);
}
.bench-icon {
  position: relative;
  display: block;
  width: 50px;
  height: 38px;
  border-bottom: 9px solid #bf9867;
  border-left: 9px solid #bf9867;
}
.bench-icon.straight {
  border-left: 0;
}
.bench-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  border-bottom: 6px solid #d6b27d;
}
.interior-swatches {
  grid-template-columns: 1fr;
}
.actionbar {
  position: relative;
  z-index: 22;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 10px 22px calc(10px + env(safe-area-inset-bottom, 0px));
  background: white;
  border-top: 1px solid var(--b-line);
  box-shadow: 0 -12px 35px rgba(39, 28, 20, .05);
}
.back-action,
.next-action,
.footer-price {
  border: 0;
  background: transparent;
  color: var(--b-ink);
  cursor: pointer;
}
.back-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
  min-height: 46px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
}
.back-action svg {
  width: 18px;
  height: 18px;
}
.back-action:disabled {
  opacity: .3;
  cursor: default;
}
.footer-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}
.footer-price span {
  color: var(--b-muted);
  font-size: 11px;
}
.footer-price strong {
  margin-top: 4px;
  font-size: 21px;
  letter-spacing: -.04em;
}
.next-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 10px;
  min-width: 205px;
  min-height: 52px;
  padding: 10px 18px;
  border-radius: 11px;
  background: var(--b-copper);
  color: white;
  font-size: 14px;
  font-weight: 750;
  box-shadow: 0 7px 18px rgba(156,72,45,.2);
}
.next-action:hover {
  background: var(--b-copper-dark);
}
.next-action svg {
  width: 19px;
  height: 19px;
}
.plan-preview,
.wall-preview {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 66px 90px 62px;
}
.plan-title {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--b-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.plan-building {
  position: relative;
  width: min(72%, 650px);
  max-height: 72%;
  border: 8px solid #4e4137;
  background: #e3d2b7;
  box-shadow: 0 20px 55px rgba(54, 39, 28, .14);
  transition: transform 250ms ease;
}
.plan-preview[data-mirrored="true"] .plan-building {
  transform: scaleX(-1);
}
.plan-window {
  position: absolute;
  left: 24%;
  bottom: -8px;
  width: 44%;
  border-bottom: 8px solid #84a0a2;
  box-shadow: 0 0 0 2px white;
}
.plan-door {
  position: absolute;
  right: -8px;
  bottom: 12%;
  width: 8px;
  height: 25%;
  background: #b6d0ce;
}
.plan-benches {
  position: absolute;
  left: 5%;
  top: 8%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 43%;
}
.plan-benches span {
  height: 20px;
  background: repeating-linear-gradient(90deg, #b88852 0 8px, #d4ad78 8px 10px);
  border: 1px solid #936c43;
}
.plan-heater {
  position: absolute;
  left: 7%;
  bottom: 9%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #30302f;
  color: #e9a968;
}
.plan-heater svg {
  width: 22px;
  height: 22px;
}
.plan-partition {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  border-right: 6px solid #4e4137;
  background: rgba(255,255,255,.55);
}
.plan-room-label,
.plan-sauna-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(55,45,38,.7);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.plan-room-label {
  left: 5%;
  z-index: 2;
}
.plan-sauna-label {
  right: 13%;
}
.plan-dimension {
  position: absolute;
  padding: 5px 8px;
  border-radius: 5px;
  background: var(--b-charcoal);
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.plan-width {
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-depth {
  right: 38px;
  top: 50%;
  transform: rotate(90deg);
}
.plan-preview > p {
  position: absolute;
  bottom: 9px;
  margin: 0;
  color: var(--b-muted);
  font-size: 11px;
}
.wall-preview {
  align-content: center;
  padding: 78px 90px 54px;
}
.wall-heading {
  position: absolute;
  top: 21px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}
.wall-heading strong {
  font-size: 14px;
}
.wall-heading span {
  color: var(--b-muted);
  font-size: 12px;
}
.wall-surface {
  position: relative;
  width: min(78%, 720px);
  aspect-ratio: 2.2 / 2.2;
  max-height: 78%;
  overflow: hidden;
  border: 7px solid #53463a;
  background: repeating-linear-gradient(0deg, #d7b889 0 12px, #caa878 12px 14px);
  box-shadow: 0 20px 55px rgba(54,39,28,.14);
}
.wall-roof {
  position: absolute;
  z-index: 2;
  left: -2%;
  right: -2%;
  top: 0;
  height: 9%;
  background: #282725;
}
.wall-center-guide {
  position: absolute;
  z-index: 1;
  top: 9%;
  bottom: 0;
  left: 50%;
  border-left: 1px dashed rgba(156,72,45,.65);
}
.wall-window {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 6px solid #383632;
  background: linear-gradient(135deg, rgba(109,139,143,.62), rgba(214,225,222,.48));
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--b-copper);
  transition: all 180ms ease;
}
.wall-window span,
.wall-door span {
  padding: 3px 5px;
  border-radius: 4px;
  background: rgba(35,30,26,.84);
  color: white;
  font-size: 10px;
}
.wall-door {
  position: absolute;
  right: 7%;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 20%;
  height: 67%;
  border: 6px solid #413d38;
  border-bottom: 0;
  background: rgba(151,171,169,.52);
}
.wall-light {
  position: absolute;
  right: 30%;
  top: 37%;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--b-charcoal);
  color: #ffd998;
  box-shadow: 0 0 30px #ffd188;
}
.wall-light svg {
  width: 17px;
  height: 17px;
}
.wall-measure {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--b-muted);
  font-size: 12px;
  font-weight: 650;
}
[data-slot="sheet-overlay"] {
  background: rgba(26, 21, 18, .56);
  backdrop-filter: blur(2px);
}
.summary-sheet {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  gap: 0;
  overflow: hidden;
  background: var(--b-paper);
}
.summary-header {
  gap: 3px;
  padding: 24px 26px 20px;
  background: white;
  border-bottom: 1px solid var(--b-line);
}
.summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: var(--b-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sheet-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--b-linen);
}
.summary-header [data-slot="sheet-title"] {
  font-size: 31px;
  letter-spacing: -.05em;
}
.summary-header [data-slot="sheet-description"] {
  font-size: 14px;
}
.summary-total {
  margin-top: 14px;
  font-size: 34px;
  letter-spacing: -.05em;
}
.summary-header > small {
  color: var(--b-muted);
  font-size: 12px;
}
.summary-scroll {
  min-height: 0;
  overflow-y: auto;
}
.summary-image {
  height: 190px;
  overflow: hidden;
  background: #ece8e3;
}
.summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}
.summary-section {
  padding: 22px 26px;
  border-bottom: 1px solid var(--b-line);
  background: white;
}
.summary-section h2 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -.02em;
}
.summary-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.summary-section-head button {
  border: 0;
  background: transparent;
  color: var(--b-copper-dark);
  font-size: 12px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.price-lines {
  display: grid;
  gap: 11px;
}
.price-lines > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--b-muted);
  font-size: 13px;
}
.price-lines strong {
  color: var(--b-ink);
  font-weight: 650;
  white-space: nowrap;
}
.price-total-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid var(--b-line);
  font-size: 15px;
}
.price-total-line strong {
  font-size: 19px;
}
.choice-summary {
  display: grid;
  gap: 5px;
}
.choice-summary h2 {
  margin-bottom: 9px;
}
.choice-summary button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid #eee9e3;
  background: transparent;
  color: var(--b-ink);
  text-align: left;
  cursor: pointer;
}
.choice-summary button > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.choice-summary button small {
  color: var(--b-muted);
  font-size: 11px;
}
.choice-summary button strong {
  font-size: 13px;
}
.choice-summary button > svg {
  width: 17px;
  height: 17px;
  color: var(--b-muted);
}
.reservation {
  margin: 0;
  padding: 18px 26px 110px;
  color: var(--b-muted);
  font-size: 11px;
  line-height: 1.5;
}
.summary-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 8px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(255,253,249,.94);
  border-top: 1px solid var(--b-line);
  backdrop-filter: blur(14px);
}
.summary-footer button {
  min-height: 48px;
  padding: 8px 10px;
  border: 1px solid var(--b-line);
  border-radius: 9px;
  background: white;
  color: var(--b-ink);
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.summary-footer .order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-color: var(--b-copper);
  background: var(--b-copper);
  color: white;
}
.order-button svg {
  width: 17px;
  height: 17px;
}
.prototype-toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 96px;
  width: min(420px, calc(100% - 32px));
  padding: 13px 16px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: var(--b-charcoal);
  color: white;
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
  animation: toast-in 180ms ease both;
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translate(-50%, 8px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.steps-sheet {
  max-height: 78dvh;
  gap: 0;
  padding: 0 22px 24px;
  border-radius: 24px 24px 0 0;
  background: var(--b-paper);
}
.sheet-heading-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 18px;
}
.sheet-heading-row [data-slot="sheet-title"] {
  font-size: 22px;
}
.sheet-heading-row [data-slot="sheet-description"] {
  margin-top: 4px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: min(100%, 980px);
  margin: 0 auto;
}
.steps-grid button {
  display: grid;
  grid-template-columns: 28px 24px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid var(--b-line);
  border-radius: 12px;
  background: white;
  color: var(--b-ink);
  text-align: left;
  cursor: pointer;
}
.steps-grid button[data-active="true"] {
  border-color: var(--b-copper);
  background: var(--b-selected);
  box-shadow: inset 0 0 0 1px var(--b-copper);
}
.steps-grid button > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--b-linen);
  font-size: 12px;
  font-weight: 700;
}
.steps-grid button > span svg {
  width: 14px;
  height: 14px;
}
.steps-grid button > svg {
  width: 18px;
  height: 18px;
  color: var(--b-muted);
}
.steps-grid button > svg:last-child {
  width: 15px;
  height: 15px;
  justify-self: end;
}
.steps-grid button strong {
  font-size: 13px;
}
@media (max-width: 1100px) {
  .workspace {
    grid-template-columns: minmax(0, 1fr) 370px;
  }
  .save-state {
    display: none;
  }
  .step-rail {
    justify-content: flex-start;
  }
  .step-rail button {
    min-width: 118px;
    padding-inline: 12px;
  }
  .viewer-hint {
    display: none;
  }
}
@media (max-width: 860px) {
  .configurator-app {
    grid-template-rows: 62px minmax(0, 1fr) 78px;
    min-height: 520px;
  }
  .topbar {
    grid-row: 1;
    padding: 0 12px;
  }
  .step-rail {
    display: none;
  }
  .brand-title {
    align-items: flex-start;
    left: 66px;
    transform: none;
  }
  .brand-title img {
    width: 105px;
    height: 22px;
  }
  .brand-title span {
    display: none;
  }
  .top-actions {
    gap: 0;
  }
  .price-pill {
    grid-template-columns: 28px auto 37px;
    min-height: 48px;
    gap: 6px;
    padding-left: 7px;
  }
  .price-pill small {
    display: none;
  }
  .price-pill strong {
    margin: 0;
    font-size: 17px;
  }
  .list-dot {
    width: 28px;
    height: 28px;
  }
  .list-dot svg {
    width: 16px;
    height: 16px;
  }
  .price-arrow {
    width: 37px;
    height: 37px;
  }
  .close-button {
    width: 40px;
    height: 40px;
  }
  .workspace {
    grid-row: 2;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(230px, 41dvh) minmax(0, 1fr);
  }
  .viewer {
    grid-row: 1;
  }
  .control-dock {
    grid-row: 2;
    margin-top: -18px;
    border: 0;
    border-radius: 21px 21px 0 0;
    box-shadow: 0 -10px 32px rgba(38, 28, 21, .16);
  }
  .dock-handle {
    display: block;
    justify-self: center;
    width: 43px;
    height: 4px;
    margin-top: 8px;
    border-radius: 999px;
    background: #d8d1c9;
  }
  .control-heading {
    padding: 6px 17px 11px;
  }
  .control-heading h1 {
    margin: 6px 0 2px;
    font-size: 21px;
  }
  .control-heading p {
    max-width: none;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.36;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .step-picker {
    min-height: 26px;
    padding: 2px 7px;
  }
  .control-content {
    gap: 12px;
    padding: 13px 16px 22px;
  }
  .model-stage > img {
    object-position: center 54%;
  }
  .model-stage[data-focus="interior"] > img {
    transform: scale(1.34);
    object-position: 45% 59%;
  }
  .viewer-heading {
    top: 11px;
    left: 12px;
    padding: 6px 9px;
  }
  .viewer-heading strong {
    font-size: 12px;
  }
  .viewer-heading span {
    font-size: 10px;
  }
  .viewer-tools {
    bottom: 29px;
    padding: 3px;
  }
  .viewer-tools button {
    width: 38px;
    height: 38px;
  }
  .left-tools {
    left: 10px;
  }
  .right-tools {
    right: 10px;
  }
  .measure-chip {
    padding: 4px 6px;
    font-size: 10px;
  }
  .measure-width {
    top: 16%;
    left: 45%;
  }
  .measure-height {
    top: 46%;
    right: 5%;
  }
  .measure-depth {
    right: 21%;
    bottom: 14%;
  }
  .hotspot span {
    display: none;
  }
  .window-hotspot {
    left: 25%;
    top: 34%;
    width: 37%;
    height: 42%;
  }
  .door-hotspot {
    right: 14%;
    top: 36%;
    width: 17%;
    height: 43%;
  }
  .actionbar {
    grid-row: 3;
    grid-template-columns: 38px minmax(100px, .9fr) minmax(142px, 1.2fr);
    gap: 8px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
  }
  .back-action {
    width: 38px;
    min-height: 48px;
    padding: 0;
    justify-content: center;
  }
  .back-action span {
    display: none;
  }
  .footer-price {
    align-items: flex-start;
  }
  .footer-price span {
    font-size: 10px;
  }
  .footer-price strong {
    font-size: 18px;
  }
  .next-action {
    min-width: 0;
    width: 100%;
    min-height: 50px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 12px;
  }
  .next-action svg {
    width: 17px;
    height: 17px;
  }
  .option-grid.two .option-card {
    min-height: 122px;
  }
  .option-grid.two .option-visual {
    height: 50px;
  }
  .option-card {
    min-height: 76px;
  }
  .dimension-control {
    padding-bottom: 9px;
  }
  .tab-strip {
    height: 44px;
    padding: 0 10px;
  }
  .tab-strip [data-slot="tabs-trigger"] {
    height: 42px;
    min-width: 78px;
  }
  .plan-preview,
  .wall-preview {
    padding: 48px 42px 50px;
  }
  .plan-building {
    width: min(70%, 350px);
    border-width: 5px;
  }
  .plan-window {
    bottom: -5px;
    border-bottom-width: 5px;
  }
  .plan-door {
    right: -5px;
    width: 5px;
  }
  .plan-partition {
    border-right-width: 4px;
  }
  .plan-heater {
    width: 32px;
    height: 32px;
  }
  .plan-heater svg {
    width: 17px;
    height: 17px;
  }
  .plan-dimension {
    font-size: 10px;
  }
  .plan-depth {
    right: 10px;
  }
  .wall-preview {
    padding-inline: 44px;
  }
  .wall-surface {
    width: min(76%, 360px);
    border-width: 5px;
  }
  .wall-window {
    border-width: 4px;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--b-copper);
  }
  .wall-door {
    border-width: 4px;
  }
  .wall-measure {
    bottom: 24px;
    font-size: 10px;
  }
  .summary-sheet {
    width: 94% !important;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .steps-sheet {
    padding-inline: 14px;
  }
}
@media (max-width: 430px) {
  .brand-title img {
    width: 93px;
  }
  .price-pill {
    grid-template-columns: 24px auto 34px;
  }
  .list-dot {
    width: 24px;
    height: 24px;
  }
  .price-arrow {
    width: 34px;
    height: 34px;
  }
  .price-pill strong {
    font-size: 15px;
  }
  .option-grid.two {
    gap: 8px;
  }
  .option-grid.two .option-card {
    padding: 9px;
  }
  .swatch-grid {
    gap: 7px;
  }
  .swatch-option {
    grid-template-columns: 36px minmax(0,1fr);
    gap: 7px;
    padding: 7px;
  }
  .swatch {
    width: 36px;
    height: 36px;
  }
  .summary-header {
    padding: 20px 20px 16px;
  }
  .summary-section {
    padding-inline: 20px;
  }
  .summary-total {
    font-size: 30px;
  }
  .summary-footer {
    grid-template-columns: 1fr;
  }
  .summary-footer button:first-child {
    display: none;
  }
  .reservation {
    padding-bottom: 90px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
}
@media (max-height: 700px) and (max-width: 860px) {
  .workspace {
    grid-template-rows: minmax(190px, 36dvh) minmax(0, 1fr);
  }
  .control-heading p {
    display: none;
  }
  .control-heading h1 {
    font-size: 19px;
  }
  .control-heading {
    padding-bottom: 7px;
  }
  .viewer-tools {
    bottom: 24px;
  }
  .option-grid.two .option-card {
    min-height: 110px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.configurator-app {
  min-height: 0;
  width: 100%;
  grid-template-rows: 68px 64px minmax(0, 1fr) auto;
}
.viewer {
  background: #fbfbfa;
}
.control-dock {
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
}
.control-heading {
  flex-shrink: 0;
}
.dock-scroll {
  min-width: 0;
  scroll-padding-block: 12px;
}
.dock-scroll:has(.tab-strip) {
  scroll-padding-top: 60px;
}
.actionbar {
  min-height: 76px;
}
.engine-model {
  position: absolute;
  inset: 70px 0 58px;
}
.engine-model canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  cursor: grab;
}
.engine-model canvas.dragging {
  cursor: grabbing;
}
.engine-drawing {
  position: absolute;
  inset: 60px 12px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engine-drawing svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.engine-fallback {
  position: absolute;
  inset: 0;
  background: #fbfbfa;
}
.engine-fallback .engine-drawing {
  inset: 0 0 55px;
}
.engine-fallback p {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  margin: 0;
  font-size: .75rem;
  text-align: center;
  line-height: 1.35;
}
.engine-status {
  position: absolute;
  inset: 45% 0 auto;
  text-align: center;
  font-size: .875rem;
}
.camera-tools {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  transform: translateY(-50%);
  border: 1px solid var(--b-line);
  border-radius: 12px;
  background: #fffc;
  overflow: hidden;
}
.camera-tools button, .expand-model {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--b-ink);
  cursor: pointer;
}
.camera-tools svg, .expand-model svg {
  width: 18px;
  height: 18px;
}
.expand-model {
  position: absolute;
  z-index: 8;
  top: 14px;
  right: 12px;
  border: 1px solid var(--b-line);
  border-radius: 12px;
  background: #fffc;
}
.viewer-tools {
  bottom: 10px;
}
.viewer-tools button {
  width: 44px;
  height: 44px;
}
.viewer-hint {
  bottom: 24px;
  font-size: .75rem;
}
.validation-error {
  position: absolute;
  z-index: 9;
  bottom: 60px;
  left: 8px;
  right: 8px;
  padding: 8px 12px;
  background: #fff0e4;
  border: 1px solid #dfb995;
  border-radius: 10px;
  color: #7f3518;
  font-size: .875rem;
  line-height: 1.45;
}
.stepper {
  grid-template-columns: 42px 72px 42px;
}
.stepper button {
  height: 42px;
}
.stepper output, .dimension-head, .option-copy strong, .option-copy b,
.swatch-option strong, .switch-row strong, .secondary-action,
.subsection-title, .step-picker, .tab-strip [data-slot="tabs-trigger"],
.summary-footer button, .choice-summary button strong, .steps-grid button strong,
.nudge-row button, .placement-controls > div {
  font-size: .875rem;
}
.option-copy small, .swatch-option small, .switch-row small, .range-ends,
.preset-card small, .choice-summary button small, .price-pill small {
  font-size: .75rem;
}
.context-note, .control-heading p, .reservation, .price-lines > div {
  font-size: .875rem;
}
.next-action {
  font-size: .875rem;
}
.step-picker {
  min-height: 40px;
}
[data-slot="slider"] {
  min-height: 32px;
}
.summary-sheet {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100dvh;
}
.summary-footer {
  position: static;
}
.summary-header {
  padding-block: 14px;
}
.summary-top {
  margin-bottom: 8px;
}
.summary-total {
  margin-top: 6px;
}
.summary-drawing {
  position: relative;
  height: 230px;
}
.summary-drawing .engine-drawing {
  inset: 12px;
}
.reservation {
  padding-bottom: 22px;
}
.steps-sheet {
  display: grid;
  grid-template-rows: auto minmax(0,1fr);
  max-height: 90dvh;
  padding-bottom: max(16px,env(safe-area-inset-bottom));
}
.steps-grid {
  min-height: 0;
  overflow-y: auto;
}
.configurator-app[data-expanded-model="true"] .workspace {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.configurator-app[data-expanded-model="true"] .control-dock {
  display: none;
}
.validation-error {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-height: calc(100% - 96px);
  overflow-y: auto;
}
.validation-error span {
  flex: 1;
}
.validation-error button {
  position: sticky;
  top: 0;
  flex: 0 0 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
}
.validation-error svg {
  width: 18px;
  height: 18px;
}
.tab-strip [data-slot="tabs-trigger"][data-state="active"] {
  color: var(--b-ink);
  background: #e9e1d8;
  box-shadow: inset 0 -3px 0 #8a5636;
  border-radius: 7px 7px 0 0;
}
.mobile-summary {
  display: none;
}
.items-editor {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.items-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 10px;
  align-items: baseline;
}
.items-title h3 {
  margin: 0;
  font-size: .9375rem;
  font-weight: 650;
}
.items-title > span {
  color: var(--b-muted);
  font-size: .75rem;
}
.item-add-row {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 8px;
}
.item-field {
  display: grid;
  gap: 5px;
  min-width: 0;
  font-size: .8125rem;
}
.item-field > span {
  color: var(--b-muted);
}
.item-field [data-slot="select-trigger"] {
  width: 100%;
  height: auto;
  min-height: 44px;
  background: white;
  font-size: .875rem;
  border-color: var(--b-line);
}
.item-field [data-slot="select-value"] {
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}
[data-slot="select-content"] {
  max-width: calc(100vw - 32px);
}
[data-slot="select-item"] {
  min-height: 44px;
  white-space: normal;
}
.item-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #355045;
  background: #355045;
  color: white;
  border-radius: 10px;
  min-height: 44px;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
}
.item-add:disabled {
  opacity: .5;
  cursor: default;
}
.item-add svg {
  width: 18px;
  height: 18px;
}
.items-empty, .placement-note {
  margin: 0;
  color: var(--b-muted);
  font-size: .8125rem;
  line-height: 1.5;
}
.item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.placed-item {
  border: 1px solid var(--b-line);
  border-radius: 10px;
  overflow: clip;
  background: white;
}
.placed-item[data-active="true"] {
  border-color: #a97850;
  box-shadow: 0 0 0 1px #a9785020;
}
.placed-item-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) 44px;
  align-items: center;
  min-height: 64px;
}
.item-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 64px;
  gap: 8px;
  padding: 10px 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.item-select > span {
  min-width: 0;
}
.item-select strong {
  display: block;
  font-size: .875rem;
  font-weight: 600;
}
.item-select small {
  display: block;
  color: var(--b-muted);
  font-size: .75rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.item-select > svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.placed-item[data-active="true"] .item-select > svg {
  transform: rotate(180deg);
}
.item-remove {
  display: grid;
  place-items: center;
  height: 44px;
  width: 44px;
  border: 0;
  background: transparent;
  color: #8b4736;
  cursor: pointer;
}
.item-remove svg {
  width: 18px;
  height: 18px;
}
.item-properties {
  display: grid;
  gap: 14px;
  padding: 12px;
  border-top: 1px solid var(--b-line);
}
.item-position > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: .8125rem;
}
.position-number {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-weight: 600;
}
.position-number input {
  width: 78px;
  height: 44px;
  padding: 6px;
  border: 1px solid var(--b-line);
  border-radius: 7px;
  background: white;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.item-position .nudge-row {
  align-items: center;
  gap: 8px;
}
.item-position .nudge-row > span {
  text-align: center;
  color: var(--b-muted);
  font-size: .75rem;
}
.item-position .nudge-row button {
  min-height: 44px;
}
.item-wall-button {
  margin: 0;
  min-height: 44px;
}
.main-window-details {
  border-top: 1px solid var(--b-line);
  padding-top: 4px;
}
.main-window-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  min-height: 64px;
  list-style: none;
}
.main-window-details summary::-webkit-details-marker {
  display: none;
}
.main-window-details summary strong {
  display: block;
  font-size: .875rem;
}
.main-window-details summary small {
  font-size: .75rem;
  color: var(--b-muted);
}
.main-window-details summary svg {
  width: 18px;
  height: 18px;
}
.main-window-details[open] summary svg {
  transform: rotate(90deg);
}
.main-window-details > .secondary-action {
  margin-top: 12px;
}
.main-window-details .placement-controls {
  margin-top: 14px;
}
.layout-size-note {
  padding: 12px;
  background: #f3ede6;
  border-radius: 10px;
  font-size: .875rem;
  line-height: 1.5;
}
.layout-size-note p {
  margin: 0 0 10px;
}
.panel-handle {
  display: none;
}
.window-target {
  display: grid;
  gap: 8px;
}
.window-target p {
  margin: 0;
  font-size: .875rem;
  color: var(--b-muted);
}
.visible-wall-choices {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.visible-wall-choices button {
  min-height: 44px;
  border: 1px solid var(--b-line);
  border-radius: 9px;
  background: white;
  font-size: .875rem;
}
.visible-wall-choices button[aria-pressed="true"] {
  border-color: #8a5636;
  background: #efe3d7;
  box-shadow: inset 0 -3px #8a5636;
}
.visible-wall-choices button:disabled {
  opacity: .5;
}
.visible-wall-choices small {
  display: block;
  font-size: .75rem;
  color: var(--b-muted);
}
.engine-model canvas[data-item-dragging="true"] {
  cursor: grabbing;
}
.placement-guides {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  color: #09697a;
}
.placement-guides > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.placement-outline {
  fill: #25a4b233;
  stroke: #007b8b;
  stroke-width: 2.5;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.placement-outline[data-invalid="true"] {
  fill: #c3453529;
  stroke: #b73626;
  stroke-dasharray: 6 4;
}
.placement-guides line {
  stroke: #5c8990;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}
.placement-guides .guide-halo {
  stroke: #fff;
  stroke-width: 3.5;
  opacity: .82;
}
.placement-guides .guide-axis > line:last-child {
  stroke-dasharray: 5 5;
}
.placement-guides [data-snapped="true"] > line:not(.guide-halo) {
  stroke: #008698;
  stroke-width: 1.8;
}
.guide-label rect {
  fill: #fffffff5;
  stroke: #b5c9cb;
  stroke-width: 1;
}
.guide-label text {
  fill: #334e52;
  font: 600 12px var(--font-sans), sans-serif;
}
.guide-label[data-snapped="true"] rect {
  fill: #eefbfc;
  stroke: #008698;
}
.guide-label[data-snapped="true"] text {
  fill: #006171;
}
.guide-center circle:first-child {
  fill: white;
  stroke: #008698;
  stroke-width: 1.5;
}
.guide-center circle:last-child {
  fill: #008698;
}
.guide-caption {
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 24px);
  padding: 7px 12px;
  border: 1px solid #afd1d5;
  border-radius: 20px;
  background: #f6fffff5;
  box-shadow: 0 3px 14px #09353d14;
  color: #006171;
  font-size: .75rem;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 860px) {
  .configurator-app {
    grid-template-rows: 56px minmax(0,1fr) auto;
    min-height: 0;
  }
  .topbar {
    grid-template-columns: 40px minmax(0,1fr) auto;
    gap: 10px;
    padding: 0 10px;
  }
  .brand-title {
    position: static;
    transform: none;
    align-items: flex-start;
  }
  .brand-title img {
    width: min(112px,100%);
    height: auto;
    max-height: 30px;
  }
  .price-pill {
    grid-template-columns: 1fr;
    min-height: 44px;
    padding: 6px 10px;
    border-radius: 12px;
  }
  .price-pill .list-dot, .price-pill .price-arrow {
    display: none;
  }
  .price-pill strong {
    font-size: .9375rem;
    letter-spacing: -.02em;
  }
  .price-pill small {
    display: block;
    font-size: .75rem;
    line-height: 1.4;
  }
  .workspace {
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: clamp(180px,39dvh,360px) minmax(0,1fr);
  }
  .control-dock {
    margin-top: 0;
    border-radius: 0;
    border-top: 1px solid var(--b-line);
    box-shadow: 0 -3px 14px #29221e08;
    grid-template-rows: auto minmax(0,1fr);
  }
  .control-heading {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
  }
  .control-heading h1 {
    grid-row: 1;
    grid-column: 1;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .control-heading .step-picker {
    grid-column: 2;
    grid-row: 1;
    min-height: 40px;
    padding: 5px 9px;
  }
  .control-heading p {
    display: none;
  }
  .control-content {
    padding: 14px 16px 24px;
    gap: 14px;
  }
  .viewer-heading {
    top: 8px;
    left: 10px;
    padding: 4px 7px;
    box-shadow: none;
    border: 0;
  }
  .viewer-heading strong {
    font-size: .875rem;
  }
  .viewer-heading span {
    font-size: .75rem;
  }
  .engine-model {
    inset: 38px 0 50px;
  }
  .engine-drawing {
    inset: 36px 0 50px;
  }
  .expand-model {
    top: 6px;
    right: 8px;
  }
  .viewer-tools {
    bottom: 6px;
    padding: 2px;
    border-radius: 12px;
  }
  .viewer-tools button {
    width: 42px;
    height: 42px;
  }
  .left-tools {
    left: 8px;
  }
  .right-tools {
    right: 8px;
  }
  .camera-tools {
    right: 6px;
  }
  .camera-tools button {
    width: 36px;
    height: 36px;
  }
  .camera-tools button:nth-child(2) {
    display: none;
  }
  .actionbar {
    grid-template-columns: 40px minmax(88px,1fr) minmax(130px,1.2fr);
    gap: 6px;
    min-height: 72px;
    padding: 8px 10px max(8px,env(safe-area-inset-bottom));
  }
  .back-action {
    width: 40px;
  }
  .footer-price span {
    font-size: .75rem;
    line-height: 1.25;
    text-align: left;
  }
  .footer-price strong {
    font-size: 1.0625rem;
    letter-spacing: -.025em;
    white-space: nowrap;
  }
  .next-action {
    min-height: 48px;
    font-size: .875rem;
    line-height: 1.25;
    gap: 6px;
    padding: 8px;
  }
  .next-action span {
    min-width: 0;
  }
  .next-action svg {
    flex-shrink: 0;
  }
  .option-grid.two .option-card {
    min-height: 134px;
    padding: 10px;
  }
  .option-grid.two .option-visual {
    height: 44px;
  }
  .tab-strip {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    height: auto;
    min-height: 48px;
    padding: 0 10px;
  }
  .interior-tabs {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .tab-strip [data-slot="tabs-trigger"] {
    min-width: 0;
    height: 46px;
    padding-inline: 5px;
  }
  .summary-sheet {
    width: 100% !important;
  }
  .summary-footer {
    grid-template-columns: 1fr;
  }
  .summary-footer button:first-child {
    display: block;
  }
  .summary-header {
    padding: 12px 18px;
  }
  .summary-total {
    font-size: 1.75rem;
  }
  .summary-top {
    margin-bottom: 4px;
  }
  .summary-header [data-slot="sheet-title"] {
    font-size: 1.5rem;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .topbar .price-pill .top-price-copy {
    display: none;
  }
  .price-pill .mobile-summary {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
  }
  .mobile-summary svg {
    width: 18px;
    height: 18px;
  }
  .option-grid.two .option-card {
    min-height: 108px;
    padding: 9px;
  }
  .option-grid.two .option-visual {
    height: 30px;
  }
  .option-grid.two .option-visual > svg {
    height: 28px;
    width: 28px;
  }
  .items-title h3 {
    font-size: .875rem;
  }
}
@media (max-width: 860px) and (max-height: 700px) and (orientation: portrait) {
  .workspace {
    grid-template-rows: clamp(150px,31dvh,220px) minmax(0,1fr);
  }
  .control-content {
    padding-block: 8px 20px;
    gap: 10px;
  }
  .items-editor {
    gap: 8px;
  }
  .item-add-row {
    gap: 6px;
  }
  .item-field {
    gap: 3px;
  }
}
@media (max-width: 860px) and (max-height: 450px) and (orientation: landscape) {
  .configurator-app {
    grid-template-rows: 50px minmax(0,1fr) auto;
  }
  .workspace {
    grid-template-columns: minmax(0,1fr) minmax(300px,48%);
    grid-template-rows: minmax(0,1fr);
  }
  .control-dock {
    grid-row: 1;
    grid-column: 2;
    border-left: 1px solid var(--b-line);
  }
  .actionbar {
    min-height: 62px;
    padding-block: 6px;
  }
  .summary-header {
    padding-block: 6px;
  }
  .summary-header > small, .summary-top > span {
    display: none;
  }
  .summary-footer {
    grid-template-columns: 1fr 1fr;
    padding-block: 6px;
  }
  .engine-model {
    top: 40px;
  }
}
@media (max-width: 860px) and (orientation: portrait) {
  .control-dock {
    grid-template-rows: 44px auto minmax(0,1fr);
  }
  .panel-handle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 44px;
    width: 100%;
    flex-shrink: 0;
    padding: 4px 10px;
    border: 0;
    border-bottom: 1px solid var(--b-line);
    background: #f8f5f0;
    color: var(--b-muted);
    font-size: .75rem;
    touch-action: none;
    user-select: none;
    cursor: ns-resize;
  }
  .panel-grip {
    width: 44px;
    height: 4px;
    border-radius: 4px;
    background: #a59385;
  }
  .configurator-app[data-panel-state="collapsed"] .workspace {
    grid-template-rows: minmax(0,1fr) 45px;
  }
  .configurator-app[data-panel-state="expanded"] .workspace {
    grid-template-rows: 120px minmax(0,1fr);
  }
  .configurator-app[data-panel-state="collapsed"]:not([data-panel-resizing="true"]) .control-dock {
    grid-template-rows: 44px;
  }
  .configurator-app[data-panel-state="collapsed"]:not([data-panel-resizing="true"]) .control-dock > .control-heading,
  .configurator-app[data-panel-state="collapsed"]:not([data-panel-resizing="true"]) .control-dock > .dock-scroll {
    display: none;
  }
  .configurator-app[data-panel-resizing="true"] .workspace {
    grid-template-rows: minmax(0,1fr) var(--panel-height);
  }
  .configurator-app[data-panel-resizing="true"] .control-dock {
    overflow: hidden;
  }
  .configurator-app[data-expanded-model="true"] .workspace {
    grid-template-rows: minmax(0,1fr);
  }
}
.viewer:has(.selection-done) .viewer-heading {
  max-width: calc(100% - 160px);
}
.viewer:has(.selection-done) .viewer-heading strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 860px) {
  .selection-done {
    top: 6px;
    right: 60px;
  }
}
.catalog-field {
  margin: 0;
  min-width: 0;
}
.catalog-field [data-slot="select-trigger"] {
  width: 100%;
  height: auto;
  min-height: 48px;
  white-space: normal;
  text-align: left;
}
.catalog-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  min-height: 48px;
  padding: 10px 12px;
  background: white;
  font: inherit;
}
.catalog-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.catalog-tabs {
  display: flex;
  gap: 6px;
  padding: 5px;
  background: #ede9e3;
  border-radius: 12px;
}
.catalog-tabs button {
  flex: 1;
  min-height: 42px;
  padding: 7px 9px;
  border-radius: 9px;
  font-weight: 600;
}
.catalog-tabs button[aria-pressed="true"] {
  background: #fff;
  box-shadow: 0 1px 5px #29231b14;
}
.catalog-window-options {
  display: grid;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.heater-catalog {
  display: grid;
  gap: 10px;
}
.catalog-heater {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  text-align: left;
  border: 1px solid #ded6cc;
  border-radius: 14px;
  background: #fff;
}
.catalog-heater[data-selected="true"] {
  border-color: #985033;
  background: #faf4ee;
  box-shadow: inset 0 0 0 1px #985033;
}
.catalog-heater > svg {
  width: 23px;
  flex-shrink: 0;
}
.catalog-heater span {
  display: grid;
  gap: 4px;
  flex: 1;
}
.catalog-heater small {
  color: #73695f;
  font-size: 12px;
  line-height: 1.45;
}
.catalog-heater b {
  color: #985033;
  font-size: 13px;
}
.catalog-heater:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.review-paused {
  display: grid;
  place-items: center;
  height: 100%;
  color: #82776b;
}
.review-images {
  padding: 20px 22px;
  display: grid;
  gap: 20px;
}
.review-figure {
  margin: 0;
  border: 1px solid #e2dcd4;
  border-radius: 18px;
  overflow: hidden;
  background: #faf9f6;
}
.review-figure figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 0;
}
.review-figure figcaption span {
  font-size: 10px;
  letter-spacing: .12em;
  color: #817267;
}
.review-figure h2 {
  font-size: 19px;
  letter-spacing: -.02em;
  margin: 4px 0 0;
}
.review-view-tabs {
  display: flex;
  padding: 3px;
  background: #ebe7e1;
  border-radius: 10px;
}
.review-view-tabs button {
  min-height: 38px;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}
.review-view-tabs button[aria-pressed="true"] {
  background: #fff;
}
.review-model {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3125;
}
.review-model canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}
.review-model canvas[hidden] {
  display: none;
}
.review-figure > p {
  margin: 0;
  padding: 0 18px 16px;
  font-size: 11px;
  line-height: 1.6;
  color: #82776b;
}
.review-figure .summary-drawing {
  margin: 0;
  padding: 6px 5px 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.review-figure .summary-drawing .engine-drawing {
  max-height: none;
}
@media (max-width:440px) {
  .catalog-pair {
    grid-template-columns: 1fr;
  }
  .review-images {
    padding: 16px 12px;
    gap: 14px;
  }
  .review-figure figcaption {
    padding: 14px 12px 0;
    gap: 8px;
  }
  .review-figure h2 {
    font-size: 17px;
  }
  .review-view-tabs button {
    padding: 5px 10px;
  }
}
.review-figure .summary-drawing {
  height: auto;
}
.review-figure .summary-drawing .engine-drawing {
  position: relative;
  inset: auto;
  display: block;
}
.review-figure .summary-drawing svg {
  display: block;
  width: 100%;
  height: auto;
}
.model-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.model-options button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 14px 12px;
  min-height: 92px;
  border: 1px solid #d5cbc0;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}
.model-options button[aria-pressed=true] {
  border: 2px solid var(--accent, #a5472c);
  padding: 13px 11px;
  background: #fbf4ee;
}
.model-options strong {
  display: block;
  font-size: 17px;
}
.model-options small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #74695e;
}
.model-options svg {
  flex-shrink: 0;
  width: 18px;
}
.model-switch-note {
  font-size: 13px;
  line-height: 1.45;
  color: #74695e;
  margin: 0;
}
.restart-action {
  justify-content: flex-start;
  font-size: 14px;
  min-height: 46px;
}
.restart-dialog {
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border-radius: 16px;
  background: var(--b-paper, #fffdf9);
  color: var(--b-ink);
}
.restart-dialog [data-slot="alert-dialog-header"] {
  text-align: left;
  place-items: start;
  gap: 10px;
}
.restart-dialog [data-slot="alert-dialog-title"] {
  font-size: 22px;
  line-height: 1.25;
}
.restart-dialog [data-slot="alert-dialog-description"] {
  font-size: 15px;
  line-height: 1.5;
  color: var(--b-muted);
}
.restart-dialog .model-options button {
  min-height: 72px;
}
.restart-dialog [data-slot="alert-dialog-action"], .restart-dialog [data-slot="alert-dialog-cancel"] {
  min-height: 46px;
  height: auto;
  white-space: normal;
  padding: 11px 16px;
  font-size: 14px;
}
.restart-dialog [data-slot="alert-dialog-action"] {
  background: var(--b-copper);
  color: white;
}
.restart-dialog [data-slot="alert-dialog-action"]:hover {
  background: var(--b-copper-dark);
}
.fixed-dimensions {
  display: grid;
  gap: 7px;
  padding: 14px;
  background: #f5f1eb;
  border: 1px solid #ded4c8;
  border-radius: 12px;
}
.fixed-dimensions span {
  font-size: 14px;
  line-height: 1.5;
  color: #716558;
}
.height-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #716558;
}
.height-facts strong {
  display: block;
  color: #29251f;
  font-size: 17px;
  margin-top: 3px;
}
.bench-headroom {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #b9c5b6;
  border-radius: 12px;
  background: #f0f4ed;
}
.bench-headroom strong {
  color: #374b34;
}
.bench-headroom span {
  font-size: 14px;
  line-height: 1.5;
  color: #53604c;
}
.partition-overlay {
  pointer-events: none;
}
.partition-grip {
  pointer-events: auto;
  touch-action: none;
  cursor: ew-resize;
}
.partition-grip:focus {
  outline: none;
}
.partition-grip:focus-visible circle:nth-child(2) {
  stroke: #27221c;
  stroke-width: 4;
}
.catalog-tabs button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.stepper button:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.drain-controls {
  display: grid;
  gap: 18px;
  border-top: 1px solid var(--line,#d9d1c7);
  padding-top: 20px;
  margin-top: 2px;
}
.drain-controls .toggle-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.drain-controls .toggle-option span {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.drain-controls .toggle-option small {
  font-size: 12px;
  line-height: 1.45;
  color: #766b60;
}
.drain-grip {
  cursor: move;
}
.delivery-calendar {
  margin: 24px 0 18px;
  padding: 18px;
  border: 1px solid #ddd5c9;
  border-radius: 16px;
  background: #fff;
}
.delivery-calendar-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}
.delivery-calendar-heading h3 {
  font: 600 16px/1.4 Arial,sans-serif;
  margin: 0;
}
.delivery-calendar-heading>span {
  font-size: 12px;
  color: #736b61;
  white-space: nowrap;
}
.delivery-calendar-body {
  max-width: 360px;
  margin: 0 auto;
}
.calendar-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 12px;
}
.calendar-navigation strong {
  text-transform: capitalize;
  font-size: 16px;
}
.calendar-navigation button {
  border: 1px solid #e2ddd5;
  background: #fff;
  color: #39382f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 25px;
  cursor: pointer;
}
.calendar-navigation button:disabled {
  opacity: .3;
  cursor: default;
}
.calendar-weekdays,.calendar-days {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 4px;
  text-align: center;
}
.calendar-weekdays {
  font-size: 12px;
  color: #6d6a61;
  margin-bottom: 5px;
}
.calendar-days button {
  min-width: 0;
  min-height: 40px;
  border: 1px solid #dbe1da;
  border-radius: 9px;
  background: #f0f4ee;
  color: #304436;
  font: 500 14px Arial,sans-serif;
  cursor: pointer;
  padding: 4px;
}
.calendar-days button:hover:not(:disabled) {
  background: #e1eadc;
  border-color: #647a60;
}
.delivery-calendar .calendar-days button:disabled {
  opacity: 1;
  color: #99958d;
  background: #f7f6f3;
  border-color: transparent;
  cursor: default;
}
.calendar-days button[aria-pressed=true],.calendar-days button[aria-pressed=true]:hover {
  background: #934f35;
  color: white;
  border-color: #934f35;
  box-shadow: 0 0 0 1px #934f35;
}
.calendar-days button:focus-visible {
  outline: 2px solid #934f35;
  outline-offset: 2px;
}
.calendar-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 12px;
  color: #777269;
}
.calendar-first,.calendar-retry {
  background: none;
  border: 0;
  color: #87482e;
  font: 600 13px/1.5 Arial,sans-serif;
  min-height: 40px;
  padding: 4px 0;
  cursor: pointer;
  text-align: left;
}
.calendar-selection {
  font-weight: 600;
  font-size: 14px !important;
  margin: 8px 0 0;
  text-align: center;
  color: #3d483b;
}
.delivery-calendar-note {
  max-width: 440px;
  margin: 14px auto 0;
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #736b61;
}
.calendar-message {
  padding: 16px 0;
  text-align: center;
}
.checkout-dialog .delivery-options {
  gap: 8px;
  margin-top: 16px;
}
.checkout-dialog .delivery-option {
  padding: 12px !important;
  border-radius: 12px;
}
.checkout-dialog .delivery-option small {
  margin-top: 3px;
  line-height: 1.4;
}
.checkout-dialog .checkout-intro {
  margin-bottom: 12px;
}
@media (max-width:600px) {
  .delivery-calendar {
    padding: 14px;
    margin-top: 20px;
  }
  .delivery-calendar-heading {
    display: block;
  }
  .delivery-calendar-heading>span {
    display: block;
    margin-top: 4px;
  }
  .calendar-footer {
    align-items: flex-start;
  }
  .calendar-footer>span {
    max-width: 85px;
    text-align: right;
    padding-top: 7px;
  }
  .calendar-days {
    gap: 3px;
  }
  .checkout-dialog .quote-heading h2 {
    font-size: 22px;
  }
  .checkout-dialog .checkout-steps {
    margin: 18px 0 14px;
  }
}
.studio-start {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 32px;
  text-align: center;
}
.studio-start img {
  width: 170px;
}
.studio-start h1 {
  font-size: 28px;
}
.studio-start p {
  max-width: 480px;
}
.studio-start button {
  padding: 14px 24px;
  border-radius: 10px;
  background: var(--b-copper);
  color: #fff;
}
.studio-start a {
  text-decoration: underline;
}
.saved-design-link {
  padding: 20px 26px;
  background: #edf3ed;
  display: grid;
  gap: 12px;
}
.saved-design-link label {
  font-size: 14px;
}
.saved-design-link input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid var(--b-line);
  border-radius: 6px;
  font-size: 16px;
}
.saved-design-link a {
  text-decoration: underline;
}
.purchase-dialog {
  width: calc(100vw - 24px);
  max-width: 600px !important;
  max-height: calc(100dvh - 24px);
  overflow: auto;
  display: block;
  border-radius: 18px;
  background: var(--b-paper);
  padding: 24px;
  color: var(--b-ink);
}
.purchase-dialog [data-slot=dialog-title] {
  padding-right: 30px;
  font-size: 24px;
  line-height: 1.25;
}
.purchase-dialog [data-slot=dialog-description] {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}
.purchase-steps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 22px 0;
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: var(--b-muted);
}
.purchase-steps li[aria-current=step] {
  font-weight: 700;
  color: var(--b-copper);
}
.delivery-options {
  display: grid;
  gap: 10px;
  border: 0;
  padding: 0;
}
.delivery-options legend {
  font-weight: 650;
  margin-bottom: 12px;
}
.delivery-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  cursor: pointer;
}
.delivery-option:has(input:checked) {
  border-color: var(--b-copper);
  background: var(--b-selected);
}
.delivery-option input {
  margin-top: 4px;
  accent-color: var(--b-copper);
  width: 18px;
  height: 18px;
}
.delivery-option strong {
  font-size: 16px;
}
.delivery-option small {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  color: var(--b-muted);
  line-height: 1.45;
}
.purchase-contact {
  display: grid;
  gap: 16px;
  border: 0;
  margin: 0;
  padding: 0;
}
.purchase-contact[hidden] {
  display: none;
}
.purchase-contact>label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
}
.purchase-contact input:not([type=checkbox]),.purchase-contact textarea {
  width: 100%;
  font-size: 16px;
  padding: 12px;
  border: 1px solid var(--b-line);
  border-radius: 8px;
  background: #fff;
}
.purchase-contact span {
  font-weight: 400;
}
.purchase-extras {
  display: grid;
  gap: 10px;
}
.purchase-extras label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  min-height: 32px;
}
.purchase-extras input {
  width: 18px;
  height: 18px;
  accent-color: var(--b-copper);
}
.purchase-review {
  font-size: 14px;
  line-height: 1.6;
}
.purchase-review dl {
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
}
.purchase-review dt {
  color: var(--b-muted);
}
.purchase-review dd {
  margin: 0;
  font-weight: 600;
}
.purchase-review p {
  margin: 14px 0;
}
.purchase-privacy a {
  text-decoration: underline;
}
.purchase-error {
  margin: 16px 0;
  padding: 12px;
  background: #fff0e4;
  border-radius: 8px;
  color: #7f3518;
  font-size: 14px;
  line-height: 1.5;
}
.purchase-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--b-line);
}
.purchase-actions button {
  padding: 12px 16px;
  min-height: 48px;
  border: 1px solid var(--b-line);
  border-radius: 9px;
  font-size: 14px;
}
.purchase-actions button[type=submit] {
  background: var(--b-copper);
  color: #fff;
  font-weight: 650;
}
.purchase-actions button:disabled {
  opacity: .55;
  cursor: wait;
}
@media (max-width:440px) {
  .purchase-dialog {
    padding: 20px 16px;
  }
  .purchase-actions {
    position: sticky;
    bottom: -20px;
    background: var(--b-paper);
    padding-bottom: 12px;
  }
  .purchase-steps {
    font-size: 13px;
  }
  .purchase-dialog .delivery-calendar-heading>span,.purchase-dialog .delivery-calendar-note {
    font-size: 14px !important;
  }
}
.heater-product {
  min-width: 0;
  border: 1px solid #ded6cc;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.heater-product[data-selected="true"] {
  border-color: #985033;
  box-shadow: inset 0 0 0 1px #985033;
}
.heater-product .catalog-heater {
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.heater-product .heater-photo {
  flex: 0 0 96px;
  width: 96px;
  height: 132px;
  object-fit: cover;
  object-position: 68% 50%;
  background: #fff;
  border-radius: 6px;
}
.heater-product .heater-copy {
  min-width: 0;
  overflow-wrap: anywhere;
}
.heater-product .heater-wifi {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4e6655;
}
.heater-product .heater-wifi svg {
  width: 14px;
  height: 14px;
  flex: none;
}
.heater-product .heater-copy strong {
  font-size: 1rem;
}
.heater-product .heater-copy small,.heater-product .heater-copy b {
  font-size: .875rem;
}
.heater-package {
  padding: 0 16px 14px;
  display: grid;
  gap: 8px;
  font-size: .875rem;
  line-height: 1.5;
}
.heater-package p {
  margin: 0;
  color: #645c54;
}
.heater-package a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  color: #76422e;
  text-underline-offset: 3px;
}
.heater-package .photo-credit {
  font-size: .75rem;
  color: #73695f;
}
@media (max-width:380px) {
  .heater-product .catalog-heater {
    gap: 10px;
    padding: 12px;
  }
  .heater-product .heater-photo {
    flex-basis: 78px;
    width: 78px;
    height: 112px;
  }
}
.product-choice {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.product-choice legend {
  font-size: 14px;
  font-weight: 650;
  margin: 0 0 9px;
  padding: 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
}
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0 0 11px;
  overflow: hidden;
  border: 1px solid #d8d3c8;
  border-radius: 13px;
  background: #fff;
  text-align: left;
  color: #2d3029;
}
.product-art {
  width: 100%;
  display: block;
  background: #f3f2ec;
  position: relative;
}
.product-art>small {
  position: absolute;
  bottom: 4px;
  right: 7px;
  font-size: 9px;
  color: #7c8275;
}
.product-illustration {
  display: block;
  width: 100%;
  height: 114px;
}
.product-copy {
  display: grid;
  gap: 5px;
  padding: 10px 11px 0;
  width: 100%;
  overflow-wrap: anywhere;
}
.product-copy strong {
  font-size: 13px;
  line-height: 1.35;
  padding-right: 14px;
}
.product-copy b {
  color: #8d412c;
  font-size: 12px;
}
.product-copy small {
  font-size: 11px;
  line-height: 1.4;
  color: #6b7165;
}
.product-check {
  position: absolute;
  right: 7px;
  top: 8px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #cecec0;
  border-radius: 50%;
}
.product-check svg {
  width: 14px;
  height: 14px;
}
.main-window-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8d3c8;
  border-radius: 13px;
  background: #fff;
}
.main-window-card[data-selected="true"] {
  border-color: #963f2a;
  box-shadow: inset 0 0 0 1px #963f2a;
}
.main-window-card>.product-card {
  width: 100%;
  border: 0;
  border-radius: 12px 12px 0 0;
  box-shadow: none;
}
.main-window-module {
  padding: 0 10px 10px;
}
.main-window-module label {
  display: block;
  margin: 0 0 4px;
  color: var(--b-muted);
  font-size: 11px;
}
.main-window-module [data-slot="select-trigger"] {
  width: 100%;
  min-height: 36px;
  padding: 6px 8px;
  font-size: 12px;
  background: #f8f5ef;
  border-color: #ddd5ca;
}
.main-window-module-options {
  z-index: 70;
  max-height: min(320px,var(--radix-select-content-available-height));
  max-width: calc(100vw - 24px);
  background: #fffcf8;
  color: var(--b-ink);
}
.main-window-module-options [data-slot="select-item"] {
  min-height: 40px;
  font-size: 13px;
}
.module-price {
  margin-left: 12px;
  color: #8d412c;
  font-size: 12px;
}
.main-window-module [data-slot="select-value"] .module-price {
  display: none;
}
.drawing-markup {
  display: contents;
}
.model-item-remove {
  position: absolute;
  z-index: 9;
  transform: translate(-50%,-50%);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #963f2a;
  border-radius: 50%;
  background: #fffcf8;
  color: #963f2a;
  box-shadow: 0 3px 12px #251a1722;
  cursor: pointer;
  touch-action: manipulation;
}
.model-item-remove svg {
  width: 19px;
  height: 19px;
  pointer-events: none;
}
.model-item-remove:focus-visible {
  outline: 3px solid #1d7d82;
  outline-offset: 3px;
}
.product-card[aria-pressed="true"],.choice-button[aria-pressed="true"] {
  border-color: #963f2a;
  box-shadow: inset 0 0 0 1px #963f2a;
}
.product-card[aria-pressed="true"] .product-check,.choice-button[aria-pressed="true"] .product-check {
  color: #fff;
  background: #963f2a;
  border-color: #963f2a;
}
.product-card:disabled,.choice-button:disabled {
  opacity: .48;
  cursor: not-allowed;
}
.product-card:focus-visible,.choice-button:focus-visible,.accessory-toggle:focus-visible {
  outline: 3px solid #1d7d82;
  outline-offset: 3px;
}
.choice-buttons {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px;
}
.choice-button {
  position: relative;
  min-height: 51px;
  padding: 9px 28px 9px 10px;
  border: 1px solid #d8d3c8;
  border-radius: 10px;
  background: white;
  text-align: left;
}
.choice-button .product-copy {
  padding: 0;
}
.choice-button .product-copy strong {
  padding: 0;
}
.choice-button .product-check {
  top: 12px;
  right: 7px;
  width: 16px;
  height: 16px;
}
.choice-button .product-check svg {
  width: 12px;
}
.placed-thumb {
  flex: none;
  width: 52px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0eee6;
}
.placed-thumb .product-illustration {
  height: 55px;
}
.item-select>span:not(.placed-thumb) {
  min-width: 0;
  flex: 1;
}
.item-select {
  gap: 9px;
}
.item-select>svg {
  flex: none;
}
.heater-accessories {
  display: grid;
  gap: 10px;
}
.heater-option {
  min-width: 0;
}
.heater-accessory-section {
  margin: 0 5px;
  border: 1px solid #ded6cc;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #faf7f2;
}
.heater-accessory-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 13px;
  text-align: left;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
.heater-accessory-toggle span {
  min-width: 0;
}
.heater-accessory-toggle small {
  display: block;
  margin-top: 3px;
  color: #73695f;
  font-size: 12px;
  font-weight: 400;
}
.heater-accessory-toggle svg {
  width: 18px;
  height: 18px;
  flex: none;
  transition: transform .15s;
}
.heater-accessory-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.heater-accessory-toggle:focus-visible {
  outline: 3px solid #1d7d82;
  outline-offset: 2px;
  border-radius: 8px;
}
.heater-accessory-section .heater-accessories {
  padding: 0 12px 12px;
}
.heater-accessories[hidden] {
  display: none;
}
.accessory-card {
  display: grid;
  grid-template-columns: 83px minmax(0,1fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid #d8d3c8;
  border-radius: 12px;
  background: #fff;
}
.accessory-card[data-selected="true"] {
  border-color: #963f2a;
  background: #fcf9f5;
}
.accessory-card .product-illustration {
  height: 95px;
  border-radius: 8px;
  background: #f1f0e9;
}
.accessory-card h4 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.accessory-card p {
  font-size: 12px;
  line-height: 1.5;
  color: #66705f;
  margin: 7px 0;
}
.accessory-card b {
  font-size: 13px;
  color: #91452e;
}
.accessory-card a {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  text-decoration: underline;
  color: #6c7267;
}
.illustration-note {
  font-size: 10px;
  color: #8b9183;
}
.accessory-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 43px;
  width: 100%;
  border: 1px solid #a35135;
  border-radius: 9px;
  color: #904029;
  font-weight: 650;
  margin: 9px 0;
}
.accessory-toggle svg {
  width: 16px;
  height: 16px;
}
.accessory-toggle:disabled {
  opacity: .5;
}
.catalog-window-options {
  display: grid;
  gap: 16px;
}
.product-render {
  object-fit: contain;
}
.roof-material-image {
  width: 82px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.roof-list .option-card {
  grid-template-columns: 82px minmax(0,1fr);
  min-height: 94px;
}
.roof-list .option-visual {
  width: 82px;
  height: 72px;
}
.night-toggle-wrap {
  position: relative;
  display: flex;
}
.night-mode-hint {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  white-space: nowrap;
  padding: 9px 12px;
  border: 1px solid #d6cec4;
  border-radius: 12px;
  color: #29251f;
  background: #fffdf9;
  box-shadow: 0 4px 18px #0002;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  pointer-events: none;
}
.night-mode-hint::after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  width: 9px;
  height: 9px;
  transform: translateY(-4px) rotate(45deg);
  background: #fffdf9;
  border-right: 1px solid #d6cec4;
  border-bottom: 1px solid #d6cec4;
}
.control-heading h1, .summary-header [data-slot="sheet-title"], .sheet-heading-row [data-slot="sheet-title"],
.review-figure h2, .restart-dialog [data-slot="alert-dialog-title"], .purchase-dialog [data-slot="dialog-title"], .studio-start h1 {
  font-family: var(--b-serif);
  font-weight: 400;
  letter-spacing: -.03em;
}
.control-heading {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 5px 10px;
  padding: 11px 16px;
}
.control-heading h1 {
  grid-row: 1;
  grid-column: 1;
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
}
.control-heading .step-picker {
  grid-row: 1;
  grid-column: 2;
  min-height: 34px;
  font-size: 12px;
  padding: 5px 8px;
}
.control-heading p {
  grid-row: 2;
  grid-column: 1/-1;
  max-width: none;
  font-size: 12px;
  line-height: 1.4;
}
.control-content {
  gap: 11px;
  padding: 12px 16px 20px;
}
.control-content > .control-content {
  padding: 0;
}
.control-content .context-note {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.45;
}
.catalog-window-options {
  gap: 12px;
  padding-bottom: 12px;
}
.items-editor {
  gap: 10px;
}
.product-choice legend {
  margin-bottom: 7px;
  font-size: 13px;
}
.product-grid {
  gap: 7px;
}
.product-card {
  padding-bottom: 8px;
  border-radius: 10px;
}
.product-art .product-illustration {
  height: 92px;
}
.product-copy {
  padding: 7px 9px 0;
  gap: 3px;
}
.product-copy strong {
  font-size: 12px;
  padding-right: 0;
}
.product-check {
  width: 19px;
  height: 19px;
  top: 6px;
  right: 6px;
}
.product-check svg {
  width: 12px;
  height: 12px;
}
.product-facts {
  margin-top: 6px;
  font-size: 12px;
  color: var(--b-muted);
}
.product-facts summary {
  min-height: 34px;
  display: list-item;
  align-content: center;
  cursor: pointer;
}
.product-facts p {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.choice-button {
  min-height: 44px;
  padding: 8px 28px 8px 9px;
}
.catalog-tabs {
  padding: 3px;
  gap: 4px;
}
.catalog-tabs button {
  min-height: 36px;
  font-size: 13px;
  padding: 5px 7px;
}
.model-options button {
  min-height: 68px;
  padding: 10px;
}
.model-options button[aria-pressed="true"] {
  padding: 9px;
}
.model-options strong {
  font-size: 15px;
}
.model-options small {
  font-size: 12px;
  margin-top: 3px;
}
.fixed-dimensions,.bench-headroom {
  padding: 10px;
  gap: 4px;
}
.fixed-dimensions span,.bench-headroom span,.model-switch-note {
  font-size: 12px;
  line-height: 1.45;
}
.height-facts {
  font-size: 12px;
  gap: 8px;
}
.height-facts strong {
  font-size: 15px;
}
.switch-row {
  min-height: 50px;
  padding: 8px 10px;
}
.switch-row strong,.swatch-option strong,.secondary-action {
  font-size: 13px;
}
.swatch-option {
  grid-template-columns: 32px minmax(0,1fr);
  min-height: 54px;
  padding: 7px;
  gap: 7px;
}
.swatch {
  width: 32px;
  height: 32px;
}
.swatch-option small {
  font-size: 11px;
}
.roof-list {
  gap: 7px;
}
.roof-list .option-card {
  grid-template-columns: 66px minmax(0,1fr);
  min-height: 78px;
  padding: 8px;
}
.roof-list .option-visual,.roof-material-image {
  width: 66px;
  height: 58px;
}
.heater-catalog {
  gap: 8px;
}
.heater-product {
  border-radius: 11px;
}
.heater-product .catalog-heater {
  padding: 10px 12px;
  gap: 10px;
}
.heater-product .heater-media {
  position: relative;
  display: block;
  flex: 0 0 72px;
  width: 72px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.heater-product .heater-media .heater-photo {
  display: block;
  width: 72px;
  height: 88px;
  object-fit: contain;
}
.heater-product .heater-media small {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  font-size: 8px;
  text-align: center;
  color: #73695f;
  background: #ffffffe0;
}
.heater-product .heater-copy strong {
  font-size: 14px;
}
.heater-product .heater-copy small,.heater-product .heater-copy b {
  font-size: 12px;
  line-height: 1.4;
}
.heater-package {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.45;
  border-top: 1px solid #eee8df;
}
.heater-package summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 34px;
  padding: 6px 0;
  cursor: pointer;
  list-style: none;
}
.heater-package summary::-webkit-details-marker {
  display: none;
}
.heater-package summary svg {
  flex: none;
  width: 14px;
  height: 14px;
}
.heater-package[open] summary svg {
  transform: rotate(180deg);
}
.heater-package>div {
  display: grid;
  gap: 6px;
  padding: 2px 0 10px;
}
.heater-package a {
  line-height: 1.4;
}
.heater-package .photo-credit {
  font-size: 10px;
}
.heater-price-breakdown {
  display: grid;
  gap: 5px;
  margin: 0 0 3px;
}
.heater-price-breakdown>div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.heater-price-breakdown dt {
  min-width: 0;
}
.heater-price-breakdown dd {
  flex: none;
  margin: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.heater-price-breakdown>div:last-child {
  border-top: 1px solid #e7ddd2;
  padding-top: 5px;
  color: #934327;
  font-weight: 600;
}
.heater-photo-credit {
  display: block;
  margin: 0 12px 7px;
  font-size: 10px;
  color: #73695f;
  text-decoration: underline;
}
.heater-accessory-toggle {
  min-height: 40px;
  padding: 10px 12px;
  font-size: 13px;
}
.accessory-card {
  grid-template-columns: 64px minmax(0,1fr);
  gap: 8px;
  padding: 9px;
}
.accessory-card .product-illustration {
  height: 76px;
}
.accessory-card h4 {
  font-size: 13px;
}
.accessory-card p {
  font-size: 12px;
  margin: 5px 0;
}
@media (min-width:861px) {
  .configurator-app {
    grid-template-rows: 58px 46px minmax(0,1fr) auto;
  }
  .topbar {
    padding-inline: 18px;
  }
  .close-button {
    width: 36px;
    height: 36px;
  }
  .brand-title img {
    width: 108px;
    height: 22px;
  }
  .brand-title span {
    font-size: 10px;
  }
  .save-state {
    font-size: 12px;
  }
  .price-pill {
    grid-template-columns: 28px auto 34px;
    min-height: 44px;
    gap: 8px;
    padding: 3px 4px 3px 7px;
  }
  .price-pill strong {
    font-size: 16px;
  }
  .price-pill small {
    font-size: 10px;
  }
  .list-dot {
    width: 28px;
    height: 28px;
  }
  .price-arrow {
    width: 34px;
    height: 34px;
  }
  .step-rail {
    padding-inline: 14px;
  }
  .step-rail button {
    min-width: 104px;
    padding-inline: 11px;
    grid-template-columns: 21px 16px auto;
    gap: 6px;
    font-size: 13px;
  }
  .step-number {
    width: 21px;
    height: 21px;
    font-size: 10px;
  }
  .step-rail button>svg {
    width: 15px;
    height: 15px;
  }
  .actionbar {
    min-height: 62px;
    padding: 7px 18px;
  }
  .next-action {
    min-height: 44px;
    min-width: 176px;
    padding: 8px 14px;
    font-size: 13px;
  }
  .footer-price strong {
    font-size: 18px;
  }
  .footer-price span {
    font-size: 11px;
  }
  .product-choice[data-kind="door"] .product-grid,.product-choice[data-kind="window"] .product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .control-dock .stepper {
    grid-template-columns: 34px 62px 34px;
  }
  .control-dock .stepper button {
    height: 34px;
  }
  .control-dock .secondary-action {
    min-height: 38px;
    padding: 7px 10px;
  }
}
@media (max-width:860px) {
  .control-heading {
    padding: 6px 14px;
  }
  .control-heading h1 {
    font-size: 21px;
  }
  .control-heading .step-picker,.product-facts summary,.heater-package summary,.heater-accessory-toggle {
    min-height: 44px;
  }
  .control-content {
    padding-inline: 14px;
  }
  .catalog-tabs button {
    min-height: 42px;
  }
}
.accessory-purchase {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 7px 0;
}
.accessory-purchase .accessory-toggle {
  width: auto;
  flex: 1;
  min-width: 98px;
  margin: 0;
  min-height: 36px;
  font-size: 12px;
}
@media (max-width:860px) {
  .accessory-purchase .accessory-toggle {
    min-height: 44px;
  }
}
.items-editor[data-has-selection="true"] > .item-list {
  order: -1;
}
.items-editor[data-has-selection="true"] > .items-title {
  order: -2;
}
.product-select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  cursor: pointer;
}
.product-select:disabled {
  opacity: .48;
  cursor: not-allowed;
}
.product-card[data-selected="true"] {
  border-color: #963f2a;
  box-shadow: inset 0 0 0 1px #963f2a;
}
.product-card[data-selected="true"] .product-check {
  background: #963f2a;
  color: white;
}
.product-purchase {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 9px 0;
  margin-top: auto;
}
.product-purchase b {
  font-size: 12px;
  color: #8d412c;
}
.product-quantity {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #d8d3c8;
  border-radius: 8px;
  background: #fbfaf7;
  white-space: nowrap;
}
.product-quantity button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #353d32;
  cursor: pointer;
}
.product-quantity button svg {
  width: 14px;
  height: 14px;
}
.product-quantity button:disabled {
  opacity: .25;
  cursor: not-allowed;
}
.product-quantity span {
  min-width: 13px;
  text-align: center;
  font: 12px system-ui;
}
.product-quantity button:focus-visible,.product-select:focus-visible {
  outline: 2px solid #1d7d82;
  outline-offset: 2px;
}
.heater-product > .product-purchase {
  padding: 0 14px 12px;
}
.product-choice .product-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.product-card .product-purchase {
  flex-wrap: nowrap;
  gap: 6px;
}
.product-card .product-purchase>b {
  font-size: 11px;
  white-space: nowrap;
}
.product-card .product-quantity button {
  width: 24px;
  min-width: 24px;
}
.delivery-address {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--b-line);
  border-radius: 8px;
}
.delivery-address label {
  display: grid;
  gap: 7px;
}
.purchase-contact>.purchase-address-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.purchase-address-toggle input {
  width: 20px;
  height: 20px;
  flex: none;
}
.item-add-details {
  border: 1px solid var(--b-line);
  border-radius: 12px;
  padding: 0 14px;
  background: var(--b-paper);
}
.item-add-details>summary {
  min-height: 48px;
  align-content: center;
  font-size: 1rem;
  font-weight: 650;
  cursor: pointer;
  color: var(--b-copper);
}
.item-add-details[open] {
  padding-bottom: 16px;
}
.item-add-details>.window-target {
  margin-top: 12px;
}
.item-add-details>.item-add-row {
  margin-top: 16px;
}
.design-help-callout {
  padding: 16px;
  background: var(--b-linen);
  border: 1px solid var(--b-line);
  border-radius: 12px;
  margin-bottom: 20px;
}
.design-help-callout>strong {
  font-size: 1rem;
}
.design-help-callout p {
  font-size: .9375rem;
  line-height: 1.5;
  margin: 6px 0 12px;
  color: var(--b-muted);
}
.design-help-callout button {
  width: 100%;
  font-size: .9375rem;
  min-height: 44px;
}
.choice-summary .keep-design-choices {
  justify-content: center;
  gap: 10px;
  background: var(--b-selected);
  border: 1px solid var(--b-copper);
  border-radius: 9px;
  margin: 12px 0 18px;
  color: var(--b-copper);
  font-size: 1rem;
  min-height: 48px;
  padding: 12px;
}
.design-help-dialog .purchase-contact {
  margin: 20px 0 14px;
}
.design-help-success {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
.design-help-success p {
  font-size: 1rem;
  line-height: 1.5;
}
.design-help-success .help-next {
  padding: 12px;
  border-radius: 10px;
  min-height: 48px;
  font-size: 1rem;
}
.panel-toolbar {
  display: none;
}
.control-heading .step-picker {
  display: grid;
  grid-template-columns: auto 14px;
  gap: 1px 7px;
  min-height: 44px;
  text-align: left;
}
.step-picker > span {
  font-size: 13px;
}
.step-picker > small {
  grid-column: 1;
  grid-row: 2;
  font-size: 11px;
  font-weight: 500;
}
.step-picker > svg {
  grid-column: 2;
  grid-row: 1 / 3;
}
.control-heading p {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  overflow: visible;
}
.control-content {
  gap: 18px;
  padding: 18px 16px 26px;
}
.control-content > .control-content {
  padding: 0;
}
.product-choice legend, .mini-heading {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
}
.product-grid {
  gap: 10px;
}
.product-card {
  padding-bottom: 12px;
}
.product-select {
  min-height: 100%;
}
.product-art .product-illustration {
  height: 86px;
}
.product-copy {
  gap: 5px;
  padding: 9px 11px 0;
}
.product-copy strong {
  font-size: 14px;
  line-height: 1.35;
}
.product-copy b {
  font-size: 13px;
  line-height: 1.4;
  color: var(--b-copper-dark);
}
.product-check {
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
}
.product-check svg {
  width: 15px;
  height: 15px;
}
.product-card[data-selected="true"] {
  background: #faf5ed;
}
.product-choice[data-kind="glass"] .product-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.product-choice[data-kind="glass"] .product-art .product-illustration {
  height: 57px;
}
.product-choice[data-kind="glass"] .product-copy {
  padding-inline: 8px;
}
.product-choice[data-kind="glass"] .product-copy strong {
  font-size: 13px;
}
.product-choice[data-kind="glass"] .product-check {
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
}
.choice-button {
  min-height: 60px;
  font-size: 14px;
  padding: 11px 28px 11px 11px;
}
.choice-button strong {
  font-size: 14px;
  line-height: 1.35;
}
.choice-button small {
  font-size: 13px;
}
.choice-details {
  border: 1px solid var(--b-line);
  border-radius: 10px;
  background: #fff;
  min-width: 0;
}
.choice-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 54px;
  padding: 11px 13px;
  list-style: none;
  cursor: pointer;
}
.choice-details > summary::-webkit-details-marker {
  display: none;
}
.choice-details > summary > span {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.choice-details > summary strong {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.choice-details > summary small {
  color: var(--b-muted);
  font-size: 12px;
  line-height: 1.4;
}
.choice-details > summary > svg {
  width: 18px;
  height: 18px;
  flex: none;
  transition: transform .15s;
}
.choice-details[open] > summary {
  border-bottom: 1px solid var(--b-line);
}
.choice-details[open] > summary > svg {
  transform: rotate(180deg);
}
.choice-details-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 14px 12px;
}
.choice-details-body .choice-details-body {
  padding: 12px 8px;
}
.choice-details summary:focus-visible,.item-add-details summary:focus-visible {
  outline: 3px solid #1d7d82;
  outline-offset: 2px;
  border-radius: 8px;
}
.choice-details .context-note {
  margin: 0;
}
.choice-default {
  display: flex;
  gap: 12px;
  padding: 17px;
  background: #f1f5ee;
  border-radius: 12px;
  color: #365345;
}
.choice-default > svg {
  width: 22px;
  height: 22px;
  flex: none;
}
.choice-default strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
.choice-default p {
  font-size: 14px;
  line-height: 1.5;
  margin: 6px 0 0;
}
.choice-hint {
  margin: 0;
  color: var(--b-muted);
  font-size: 13px;
  line-height: 1.5;
}
.catalog-window-options {
  gap: 16px;
  padding: 0;
}
.main-window-module {
  padding: 0;
  display: grid;
  gap: 8px;
  border: 0;
}
.main-window-module label {
  font-size: 14px;
  font-weight: 600;
}
.main-window-module [data-slot="select-trigger"] {
  width: 100%;
  min-height: 48px;
  font-size: 15px;
  padding: 10px 13px;
}
.main-window-module-options [data-slot="select-item"] {
  min-height: 46px;
  font-size: 14px;
}
.catalog-tabs button,.control-dock .secondary-action,.control-dock .stepper button,.nudge-row button,.item-remove,.heater-accessory-toggle,.heater-package summary,.product-facts summary {
  min-height: 44px;
}
.control-dock .secondary-action {
  font-size: 14px;
}
.model-options button {
  min-height: 92px;
}
.model-options strong {
  font-size: 17px;
}
.model-options small {
  font-size: 13px;
  line-height: 1.5;
}
.control-dock .stepper {
  grid-template-columns: 44px 62px 44px;
}
.control-dock .position-number input {
  min-height: 44px;
  font-size: 16px;
}
.model-switch-note {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.item-list {
  gap: 10px;
}
.item-select {
  min-height: 68px;
  padding: 10px;
}
.item-select strong {
  font-size: 14px;
}
.item-select small {
  font-size: 12px;
  line-height: 1.5;
}
.item-remove {
  min-width: 44px;
}
.item-add-details {
  padding: 0 12px;
  background: #fbf8f3;
}
.item-add-details > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  font-size: 14px;
  list-style: none;
}
.item-add-details > summary::-webkit-details-marker {
  display: none;
}
.item-add-details > summary > svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.item-add-details > summary > svg:last-child {
  margin-left: auto;
}
.item-add-details[open] > summary > svg:last-child {
  transform: rotate(180deg);
}
.item-add {
  min-height: 48px;
  font-size: 15px;
}
.item-add-row {
  gap: 16px;
}
.heater-product .heater-copy b.heater-choice-price {
  font-size: 14px;
  color: var(--b-copper-dark);
  margin-top: 5px;
}
.heater-product .heater-copy strong {
  font-size: 15px;
}
.heater-product .heater-copy {
  gap: 5px;
}
.heater-accessory-toggle {
  font-size: 14px;
}
.swatch-option {
  min-height: 74px;
}
.swatch-option strong {
  font-size: 14px;
}
.swatch-option small {
  font-size: 12px;
}
.control-dock .catalog-pair {
  gap: 16px;
}
@media (max-width:860px) and (orientation:portrait) {
  .workspace {
    grid-template-rows: clamp(180px,31dvh,290px) minmax(0,1fr);
  }
  .panel-toolbar {
    display: flex;
    height: 44px;
    background: #f8f5f0;
    border-bottom: 1px solid var(--b-line);
  }
  .panel-handle {
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 6px;
    min-width: 0;
    border: 0;
    height: 43px;
    font-size: 12px;
    color: var(--b-copper-dark);
  }
  .panel-grip {
    display: none;
  }
  .panel-handle > svg,.panel-expand > svg {
    height: 15px;
    width: 15px;
    flex: none;
  }
  .panel-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 43px;
    padding: 0 14px;
    border: 0;
    border-left: 1px solid var(--b-line);
    background: transparent;
    color: var(--b-copper-dark);
    font-size: 12px;
  }
  .panel-handle:focus-visible,.panel-expand:focus-visible {
    outline: 2px solid #1d7d82;
    outline-offset: -3px;
  }
  .control-heading {
    gap: 3px 10px;
    padding: 8px 14px 10px;
  }
  .control-heading h1 {
    font-size: 22px;
  }
  .control-heading p {
    display: block;
    font-size: 13px;
    white-space: normal;
  }
  .control-content {
    padding: 16px 14px 26px;
  }
  .configurator-app[data-panel-state="expanded"] .workspace {
    grid-template-rows: 164px minmax(0,1fr);
  }
}
@media (max-width:860px) and (max-height:450px) and (orientation:landscape) {
  .control-heading p {
    display: none;
  }
  .control-heading {
    padding-block: 4px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .choice-details > summary > svg {
    transition: none;
  }
}
.items-editor .placed-item[data-single="true"] {
  border: 0;
  background: transparent;
}
.items-editor .placed-item[data-single="true"] > .placed-item-row {
  margin-top: 14px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
}
.items-editor .placed-item[data-single="true"] > .item-properties {
  margin-top: 12px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
}
.object-library {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
  position: relative;
}
.library-hint {
  margin: 0;
  color: var(--b-muted);
  font-size: 13px;
  line-height: 1.5;
}
.object-library > .product-choice {
  margin: 0;
}
.object-library .product-art .product-illustration {
  height: 100px;
}
.object-library > .product-choice .product-copy {
  padding: 8px 10px 0;
}
.object-library > .product-choice .product-copy strong {
  font-size: 14px;
}
.object-library .catalog-tabs button {
  font-size: 12px;
}
.object-selection {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid #bdccc5;
  border-radius: 10px;
  background: #f1f5ef;
  color: #365345;
}
.object-selection > svg {
  width: 20px;
  height: 20px;
  flex: none;
}
.object-selection > span {
  flex: 1;
  min-width: 0;
}
.object-selection strong,.object-selection small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
.object-selection small {
  font-size: 12px;
  font-weight: 400;
}
.object-selection > button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  margin: -6px -7px -6px 0;
}
.object-selection button svg {
  width: 18px;
  height: 18px;
}
.product-card:has(.product-card-action) .product-select {
  min-height: 0;
}
.product-grid:has(.product-card-action) {
  align-items: start;
}
.product-card-action {
  display: grid;
  gap: 8px;
  padding: 10px;
  margin-top: 4px;
  scroll-margin-block: 10px;
}
.product-card-action p {
  margin: 0;
  color: #4c6154;
  font-size: 13px;
  line-height: 1.4;
}
.product-action-price {
  color: var(--b-copper-dark);
  font-size: 14px;
}
.heater-product > .product-card-action {
  padding: 0 14px 14px;
}
.library-empty {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--b-line);
  border-radius: 10px;
  background: var(--b-paper);
  font-size: 14px;
  line-height: 1.5;
}
.model-item-actions {
  position: absolute;
  z-index: 9;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: calc(100% - 16px);
}
.model-item-actions .model-item-remove {
  position: static;
  transform: none;
  flex: none;
}
.model-item-replace {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 11px;
  border: 1px solid #365447;
  border-radius: 10px;
  background: #fffdf9;
  color: #365447;
  font-size: 14px;
  font-weight: 650;
  box-shadow: 0 3px 12px #251a1722;
  touch-action: manipulation;
}
.model-item-replace svg {
  width: 18px;
  height: 18px;
}
.model-item-replace:focus-visible {
  outline: 3px solid #1d7d82;
  outline-offset: 3px;
}
.library-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  border-radius: 9px;
  background: #365447;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
}
.library-add > svg {
  width: 19px;
  height: 19px;
}
.library-add:disabled {
  background: #e2e8dd;
  color: #4f6257;
  cursor: default;
}
.library-add:focus-visible {
  outline: 3px solid #1d7d82;
  outline-offset: 3px;
}
.product-card-action .library-no-room {
  color: #7b4634;
  font-size: 13px;
  margin-bottom: 0;
}
.library-notice {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 11px;
  background: #f1f5ef;
  color: #365345;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.5;
}
.library-notice svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.library-placed {
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid var(--b-line);
  padding-bottom: 8px;
}
.library-placed:last-child {
  border: 0;
  padding-bottom: 0;
}
.library-placed > button:first-child {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 10px;
  text-align: left;
  min-width: 0;
  border-radius: 8px;
}
.library-placed > button:first-child[aria-pressed="true"] {
  background: var(--b-selected);
}
.library-placed .product-illustration {
  width: 48px;
  height: 54px;
  flex: none;
}
.library-placed strong {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.library-placed small {
  display: block;
  font-size: 12px;
  color: var(--b-muted);
  line-height: 1.4;
}
.library-placed > button:last-child {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: none;
  color: #93503a;
}
.library-placed > button:last-child svg {
  width: 18px;
  height: 18px;
}
.object-library .choice-details {
  background: #fff;
}
@media (max-width:860px) {
  .object-library .product-art .product-illustration {
    height: 82px;
  }
}
.guide-label text {
  font-size: 14px;
  font-weight: 650;
}
.guide-axis > line:not(.guide-halo) {
  stroke: #368186;
  stroke-width: 1.5;
  stroke-dasharray: 5 4;
}
.guide-axis[data-snapped="true"] > line:not(.guide-halo),.guide-dimension[data-snapped="true"] > line:not(.guide-halo) {
  stroke: #117b63;
  stroke-width: 2.5;
  stroke-dasharray: none;
}
.guide-label[data-snapped="true"] rect {
  fill: #ecfff3;
  stroke: #117b63;
  stroke-width: 1.5;
}
.guide-label[data-snapped="true"] text {
  fill: #12614e;
}
.placement-guides[data-snapped="true"] .guide-caption {
  background: #ecfff3;
  border-color: #117b63;
  color: #12614e;
}
.placement-guides[data-invalid="true"] .guide-caption {
  background: #fff0e9;
  border-color: #b84b36;
  color: #973e29;
}
.guide-caption {
  white-space: normal;
  font-size: 13px;
  max-width: calc(100% - 20px);
  line-height: 1.4;
}
.heater-product[data-preview="true"] {
  outline: 2px solid #a34f32;
  outline-offset: 1px;
}
.model-product-remove {
  position: absolute;
  z-index: 12;
  top: 12px;
  right: 145px;
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #d5b6a8;
  border-radius: 12px;
  background: #fffaf6;
  color: #98442f;
  font-size: 13px;
}
.model-product-remove > svg {
  width: 18px;
  height: 18px;
}
@media (max-width:860px) {
  .model-product-remove {
    top: 6px;
    right: 132px;
    width: 44px;
    padding: 11px;
  }
  .model-product-remove > span {
    display: none;
  }
}
.mobile-screen-tip {
  position: absolute;
  z-index: 25;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 9px;
  width: calc(100% - 32px);
  max-width: 340px;
  padding: 8px 8px 8px 13px;
  border: 1px solid var(--b-line);
  border-radius: 15px;
  background: var(--b-paper);
  box-shadow: 0 5px 20px #241e1814;
  pointer-events: none;
  color: var(--b-ink);
}
.mobile-screen-tip>svg {
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--b-copper);
}
.mobile-screen-tip p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.45;
}
.mobile-screen-tip button {
  display: grid;
  place-items: center;
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--b-muted);
  pointer-events: auto;
  cursor: pointer;
}
.mobile-screen-tip button:hover {
  background: var(--b-linen);
}
.mobile-screen-tip button:focus-visible {
  outline: 2px solid var(--b-copper);
  outline-offset: 1px;
}
.mobile-screen-tip button svg {
  width: 17px;
  height: 17px;
}
@media (min-width:861px) {
  .mobile-screen-tip {
    display: none;
  }
}
.package-save-trigger {
  font: 500 .875rem/1.3 var(--b-sans);
  border: 1px solid #bc8e63;
  border-radius: 10px;
  padding: 10px 13px;
  background: #f5e9dc;
  color: #79351f;
  cursor: pointer;
}
.package-name-field {
  display: grid;
  gap: 8px;
  font-size: 1rem;
}
.package-name-field input {
  padding: 12px;
  border: 1px solid var(--b-line);
  border-radius: 8px;
  font-size: 1rem;
}
.package-editor-save {
  padding: 14px 18px;
  border: 0;
  border-radius: 12px;
  background: var(--b-copper);
  color: #fff;
  cursor: pointer;
}
.package-editor-save:disabled {
  opacity: .5;
}
.package-editor-return {
  font-size: .875rem;
  text-decoration: underline;
  color: var(--b-copper);
}
@media (max-width:680px) {
  .package-save-trigger {
    font-size: .75rem;
    padding: 8px;
    max-width: 115px;
    white-space: normal;
  }
  .top-actions:has(.package-save-trigger) .save-state,.top-actions:has(.package-save-trigger) .cookie-settings-header,.top-actions:has(.package-save-trigger) .feedback-header {
    display: none;
  }
}
.interior-lighting>.catalog-tabs {
  margin-bottom: 14px;
}
.lighting-quick {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--b-line);
}
.lighting-quick .context-note {
  margin: 10px 0 0;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity,1);
    transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
    filter: blur(var(--tw-enter-blur,0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity,1);
    transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
    filter: blur(var(--tw-exit-blur,0));
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --shimmer-angle: 20deg;
    }
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --scroll-fade-t: 0px;
      --scroll-fade-b: 0px;
      --scroll-fade-s: 0px;
      --scroll-fade-e: 0px;
      --scroll-fade-mask: initial;
      --shimmer-image: initial;
      --shimmer-text-fill: initial;
    }
  }
}
