.MeasurementLine-module__CN0wja__pill{background:var(--color-cta-bg);color:var(--color-cta-text);border-radius:var(--radius-md);font-family:var(--font-family);font-size:var(--font-size-xxs);white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;padding:6px 10px;line-height:1}
.WardrobeCanvas-module__-PDJBW__canvasWrapper{background:var(--color-bg-model);width:100%;height:100%;overflow:hidden}@media (max-width:1023.98px){.WardrobeCanvas-module__-PDJBW__canvasWrapper{height:calc(100% - var(--price-bar-height) - var(--sheet-peek-height));transition:height .25s}.WardrobeCanvas-module__-PDJBW__canvasWrapper[data-sheet-expanded=true]{height:calc(100% - var(--price-bar-height) - var(--sheet-expanded-height))}}
.DimensionsSection-module__MiAgzW__section{padding:var(--space-2xl) 0;border-bottom:1px solid var(--color-border-light)}.DimensionsSection-module__MiAgzW__section:last-child{border-bottom:none}.DimensionsSection-module__MiAgzW__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-lg)}.DimensionsSection-module__MiAgzW__grid{gap:var(--space-md);grid-template-columns:1fr 1fr 1fr;display:grid}.DimensionsSection-module__MiAgzW__field{gap:var(--space-xs);flex-direction:column;min-width:0;display:flex}.DimensionsSection-module__MiAgzW__fieldLabel{font-size:var(--font-size-xs);color:var(--color-text-faint)}.DimensionsSection-module__MiAgzW__fieldInput{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;transition:border-color .15s;display:flex;overflow:hidden}.DimensionsSection-module__MiAgzW__fieldInput:focus-within{border-color:var(--color-text-primary)}.DimensionsSection-module__MiAgzW__fieldInputError,.DimensionsSection-module__MiAgzW__fieldInputError:focus-within{border-color:var(--color-error,#c0392b)}.DimensionsSection-module__MiAgzW__fieldInput input{font-family:inherit;font-size:var(--font-size-base);color:var(--color-text-primary);background:0 0;border:none;outline:none;width:100%;min-width:0;padding:12px 8px}.DimensionsSection-module__MiAgzW__stepStack{border-left:1px solid var(--color-border);flex-direction:column;flex-shrink:0;display:flex}.DimensionsSection-module__MiAgzW__stepButton{width:28px;height:24px;color:var(--color-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:10px;line-height:1;display:flex}.DimensionsSection-module__MiAgzW__stepButton:hover:not(:disabled){color:var(--color-text-primary);background:var(--color-surface)}.DimensionsSection-module__MiAgzW__stepButton:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:-2px}.DimensionsSection-module__MiAgzW__stepButton:disabled{color:var(--color-text-ghost);cursor:not-allowed}.DimensionsSection-module__MiAgzW__stepButton+.DimensionsSection-module__MiAgzW__stepButton{border-top:1px solid var(--color-border)}.DimensionsSection-module__MiAgzW__fieldRange{font-size:var(--font-size-xxs);color:var(--color-text-ghost)}.DimensionsSection-module__MiAgzW__fieldError{font-size:var(--font-size-xxs);color:var(--color-error,#c0392b)}.DimensionsSection-module__MiAgzW__splitNotice{font-size:var(--font-size-xs);color:var(--color-text-muted);background:var(--color-surface-warm);border:1px solid var(--color-border-warm);border-radius:var(--radius-sm);margin-top:var(--space-md);padding:6px 10px;display:inline-block}@media (max-width:1023.98px){.DimensionsSection-module__MiAgzW__section{padding:var(--space-lg) 0}.DimensionsSection-module__MiAgzW__title{margin-bottom:var(--space-md)}}
.Toast-module__1aT7-a__toast{bottom:var(--space-2xl);z-index:300;pointer-events:none;max-width:calc(100vw - 2 * var(--space-lg));padding:var(--space-sm) var(--space-lg);background:var(--color-bg);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-knob);font-size:var(--font-size-sm);animation:.2s ease-out Toast-module__1aT7-a__toast-in;position:fixed;left:50%;transform:translate(-50%)}@keyframes Toast-module__1aT7-a__toast-in{0%{opacity:0;transform:translate(-50%, var(--space-sm))}to{opacity:1;transform:translate(-50%)}}@media (max-width:1023.98px){.Toast-module__1aT7-a__toast{top:calc(var(--nav-height) + var(--space-md));animation:.2s ease-out Toast-module__1aT7-a__toast-in-top;bottom:auto}}@keyframes Toast-module__1aT7-a__toast-in-top{0%{opacity:0;transform:translate(-50%, calc(-1 * var(--space-sm)))}to{opacity:1;transform:translate(-50%)}}
.CorpusColourGroup-module__ji5KIW__group{margin-bottom:var(--space-xl)}.CorpusColourGroup-module__ji5KIW__groupLabel{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-faint);margin-bottom:var(--space-sm)}.CorpusColourGroup-module__ji5KIW__grid{gap:var(--space-sm);grid-template-columns:repeat(3,36px);display:grid}.CorpusColourGroup-module__ji5KIW__swatch{border-radius:var(--radius-sm);cursor:pointer;background-color:#0000;border:2px solid #0000;width:36px;height:36px;padding:0;transition:border-color .15s}.CorpusColourGroup-module__ji5KIW__swatch:hover{border-color:#999}.CorpusColourGroup-module__ji5KIW__swatch:focus-visible{outline:2px solid var(--color-selected);outline-offset:1px}.CorpusColourGroup-module__ji5KIW__swatchActive{border-color:var(--color-selected)}@media (max-width:1023.98px){.CorpusColourGroup-module__ji5KIW__grid{grid-template-columns:repeat(3,1fr)}.CorpusColourGroup-module__ji5KIW__swatch{aspect-ratio:1.4;width:100%;height:auto}}
.FinishSection-module__ZXSGBa__section{padding:var(--space-2xl) 0;border-bottom:1px solid var(--color-border-light)}.FinishSection-module__ZXSGBa__section:last-child{border-bottom:none}.FinishSection-module__ZXSGBa__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-lg)}.FinishSection-module__ZXSGBa__group{margin-bottom:var(--space-xl)}.FinishSection-module__ZXSGBa__group:last-child{margin-bottom:0}.FinishSection-module__ZXSGBa__groupLabel{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-faint);margin-bottom:var(--space-sm)}.FinishSection-module__ZXSGBa__tabs{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);width:fit-content;margin-bottom:var(--space-md);display:flex;overflow:hidden}.FinishSection-module__ZXSGBa__tab{font-family:inherit;font-size:var(--font-size-xs);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:6px 16px;transition:background .15s,color .15s}.FinishSection-module__ZXSGBa__tab:focus-visible{outline:2px solid var(--color-selected);outline-offset:-2px}.FinishSection-module__ZXSGBa__tabActive{background:var(--color-selected);color:var(--color-cta-text)}.FinishSection-module__ZXSGBa__finishName{align-items:baseline;gap:var(--space-sm);min-height:17px;margin-bottom:var(--space-sm);font-size:var(--font-size-xs);color:var(--color-text-primary);flex-wrap:wrap;display:flex}.FinishSection-module__ZXSGBa__priceCue{font-size:var(--font-size-tiny);color:var(--color-text-muted)}.FinishSection-module__ZXSGBa__grid{gap:var(--space-sm);grid-template-columns:repeat(4,36px);display:grid}@media (min-width:1024px){.FinishSection-module__ZXSGBa__grid{grid-template-columns:repeat(7,36px)}}.FinishSection-module__ZXSGBa__swatch{border-radius:var(--radius-sm);cursor:pointer;background-color:#0000;background-position:50%;background-size:cover;border:2px solid #0000;width:36px;height:36px;padding:0;transition:border-color .15s;position:relative}.FinishSection-module__ZXSGBa__swatch:hover{border-color:#999}.FinishSection-module__ZXSGBa__swatch:focus-visible{outline:2px solid var(--color-selected);outline-offset:1px}.FinishSection-module__ZXSGBa__swatchActive{border-color:var(--color-selected)}.FinishSection-module__ZXSGBa__swatchCheck{background:var(--color-selected);width:14px;height:14px;box-shadow:0 0 0 1.5px var(--color-selected-bg);border-radius:50%;position:absolute;bottom:-3px;right:-3px}.FinishSection-module__ZXSGBa__swatchCheck:after{content:"";border:solid var(--color-cta-text);border-width:0 1.5px 1.5px 0;width:3px;height:6px;position:absolute;top:2px;left:4.5px;transform:rotate(45deg)}@media (max-width:1023.98px){.FinishSection-module__ZXSGBa__section{padding:var(--space-lg) 0}.FinishSection-module__ZXSGBa__title{margin-bottom:var(--space-md)}.FinishSection-module__ZXSGBa__group{margin-bottom:var(--space-lg)}.FinishSection-module__ZXSGBa__grid{grid-template-columns:repeat(4,1fr)}.FinishSection-module__ZXSGBa__swatch{aspect-ratio:1;width:100%;height:auto}}
.HandleSection-module__09wFQW__section{padding:var(--space-2xl) 0;border-bottom:1px solid var(--color-border-light)}.HandleSection-module__09wFQW__section:last-child{border-bottom:none}.HandleSection-module__09wFQW__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-lg)}.HandleSection-module__09wFQW__handles{margin-bottom:var(--space-xl);flex-wrap:wrap;gap:7px;display:flex}.HandleSection-module__09wFQW__handle{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:3px;padding:0;font-family:inherit;display:flex}.HandleSection-module__09wFQW__glyphBox{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);justify-content:center;align-items:center;width:50px;height:50px;transition:border-color .15s;display:flex}.HandleSection-module__09wFQW__handle:hover .HandleSection-module__09wFQW__glyphBox{border-color:#999}.HandleSection-module__09wFQW__handle:focus-visible .HandleSection-module__09wFQW__glyphBox{outline:2px solid var(--color-selected);outline-offset:1px}.HandleSection-module__09wFQW__glyphBoxActive{border-color:var(--color-selected)}.HandleSection-module__09wFQW__label{font-size:var(--font-size-tiny);color:var(--color-text-faint);text-align:center}.HandleSection-module__09wFQW__labelActive{color:var(--color-text-primary)}.HandleSection-module__09wFQW__glyphDoor{stroke:var(--color-border)}.HandleSection-module__09wFQW__group{margin-bottom:0}.HandleSection-module__09wFQW__groupLabel{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-faint);margin-bottom:var(--space-sm)}.HandleSection-module__09wFQW__finishName{min-height:17px;margin-bottom:var(--space-sm);font-size:var(--font-size-xs);color:var(--color-text-primary)}.HandleSection-module__09wFQW__swatches{align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.HandleSection-module__09wFQW__swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:30px;height:30px;padding:0;transition:border-color .12s;box-shadow:inset 0 0 0 1px #0000001f}.HandleSection-module__09wFQW__swatch:hover{border-color:#999}.HandleSection-module__09wFQW__swatch:focus-visible{outline:2px solid var(--color-selected);outline-offset:1px}.HandleSection-module__09wFQW__swatchActive{border-color:var(--color-selected)}@media (max-width:1023.98px){.HandleSection-module__09wFQW__section{padding:var(--space-lg) 0}.HandleSection-module__09wFQW__title{margin-bottom:var(--space-md)}.HandleSection-module__09wFQW__handles{gap:var(--space-sm);margin-bottom:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.HandleSection-module__09wFQW__handle{aspect-ratio:62/87;border:1px solid var(--color-border-light);background:var(--color-surface);border-radius:11px;gap:3px;padding:8px 3px 6px}.HandleSection-module__09wFQW__handle[aria-pressed=true]{border-color:var(--color-selected);border-width:1.5px}.HandleSection-module__09wFQW__glyphBox{background:0 0;border:none;border-radius:0;flex:1;width:100%;min-height:0}.HandleSection-module__09wFQW__glyphBox svg{width:auto;height:52px}.HandleSection-module__09wFQW__swatches{gap:var(--space-sm);grid-template-columns:repeat(4,1fr);display:grid}.HandleSection-module__09wFQW__swatch{aspect-ratio:1;border-width:1px;border-color:var(--color-border-light);border-radius:10px;width:auto;height:auto}.HandleSection-module__09wFQW__swatchActive{border-color:var(--color-border-light);outline:2px solid var(--color-selected);outline-offset:-2px}}
.LightingSection-module__tUE4AG__section{padding:var(--space-2xl) 0;border-bottom:1px solid var(--color-border-light)}.LightingSection-module__tUE4AG__section:last-child{border-bottom:none}.LightingSection-module__tUE4AG__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-lg)}.LightingSection-module__tUE4AG__row{justify-content:space-between;align-items:center;gap:var(--space-lg);display:flex}.LightingSection-module__tUE4AG__labelGroup{align-items:baseline;gap:var(--space-sm);min-width:0;display:flex}.LightingSection-module__tUE4AG__label{font-size:var(--font-size-sm);color:var(--color-text-secondary)}.LightingSection-module__tUE4AG__priceCue{font-size:var(--font-size-tiny);color:var(--color-text-muted)}.LightingSection-module__tUE4AG__toggle{appearance:none;background:var(--color-toggle-off);cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:38px;height:21px;padding:0;position:relative}.LightingSection-module__tUE4AG__toggleOn{background:var(--color-toggle-on)}.LightingSection-module__tUE4AG__toggle:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:2px}.LightingSection-module__tUE4AG__knob{width:17px;height:17px;box-shadow:var(--shadow-knob);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px}.LightingSection-module__tUE4AG__toggleOn .LightingSection-module__tUE4AG__knob{left:19px}.LightingSection-module__tUE4AG__mobileControl{display:none}.LightingSection-module__tUE4AG__mobileRow{align-items:center;gap:var(--space-md);display:flex}.LightingSection-module__tUE4AG__segmented{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);width:fit-content;margin-left:auto;display:flex;overflow:hidden}.LightingSection-module__tUE4AG__segment{font-family:inherit;font-size:var(--font-size-xs);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:6px 16px;transition:background .15s,color .15s}.LightingSection-module__tUE4AG__segment:focus-visible{outline:2px solid var(--color-selected);outline-offset:-2px}.LightingSection-module__tUE4AG__segmentActive{background:var(--color-selected);color:var(--color-cta-text)}.LightingSection-module__tUE4AG__note{margin:var(--space-sm) 0 0;font-size:var(--font-size-xs);color:var(--color-text-muted)}@media (max-width:1023.98px){.LightingSection-module__tUE4AG__section{padding:var(--space-lg) 0}.LightingSection-module__tUE4AG__title{margin-bottom:var(--space-md)}.LightingSection-module__tUE4AG__row{display:none}.LightingSection-module__tUE4AG__mobileControl{display:block}}
.MobileZoomToggle-module__mblG7a__zoom{display:none}@media (max-width:1023.98px){.MobileZoomToggle-module__mblG7a__zoom{right:12px;bottom:calc(var(--price-bar-height) + var(--sheet-peek-height) + 12px);cursor:pointer;z-index:160;background:#fffffff0;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:bottom .25s;display:flex;position:fixed;box-shadow:0 4px 13px -4px #00000052}.MobileZoomToggle-module__mblG7a__zoom[data-expanded=true]{bottom:calc(var(--price-bar-height) + var(--sheet-expanded-height) + 12px)}.MobileZoomToggle-module__mblG7a__zoom:focus-visible{outline:2px solid var(--color-selected);outline-offset:2px}}.MobileZoomToggle-module__mblG7a__icon{width:22px;height:22px;color:var(--color-text-primary)}
.OptionsPanel-module__9TOWna__panel{display:block}.OptionsPanel-module__9TOWna__scroll{padding:0 var(--space-page) var(--space-2xl)}.OptionsPanel-module__9TOWna__categoryBar,.OptionsPanel-module__9TOWna__categoryRow{display:none}.OptionsPanel-module__9TOWna__chip{font-family:inherit;font-size:var(--font-size-sm);padding:var(--space-sm) var(--space-md);border:1.5px solid var(--color-border);background:var(--color-bg);color:var(--color-text-secondary);white-space:nowrap;cursor:pointer;border-radius:16px;flex:none}.OptionsPanel-module__9TOWna__chipActive{background:var(--color-selected);color:var(--color-cta-text);border-color:var(--color-selected)}.OptionsPanel-module__9TOWna__rowWrap{position:relative}.OptionsPanel-module__9TOWna__fade{top:0;bottom:var(--space-sm);pointer-events:none;opacity:0;visibility:hidden;align-items:center;width:36px;transition:opacity .2s,visibility .2s;display:flex;position:absolute}.OptionsPanel-module__9TOWna__fadeLeft{background:linear-gradient(to left, transparent, var(--color-bg));justify-content:flex-start;padding-left:2px;left:0}.OptionsPanel-module__9TOWna__fadeRight{background:linear-gradient(to right, transparent, var(--color-bg));justify-content:flex-end;padding-right:2px;right:0}.OptionsPanel-module__9TOWna__chevron{width:15px;height:15px;color:var(--color-text-muted)}.OptionsPanel-module__9TOWna__sectionWrap>section{border-bottom:none}@media (max-width:1023.98px){.OptionsPanel-module__9TOWna__panel{flex-direction:column;flex:1;min-height:0;display:flex}.OptionsPanel-module__9TOWna__categoryBar{flex-direction:column;flex-shrink:0;display:flex}.OptionsPanel-module__9TOWna__categoryRow{gap:var(--space-sm);padding:0 var(--space-lg) var(--space-sm);scrollbar-width:none;display:flex;overflow-x:auto}.OptionsPanel-module__9TOWna__categoryRow::-webkit-scrollbar{display:none}.OptionsPanel-module__9TOWna__categoryBar[data-at-start=false] .OptionsPanel-module__9TOWna__fadeLeft,.OptionsPanel-module__9TOWna__categoryBar[data-at-end=false] .OptionsPanel-module__9TOWna__fadeRight{opacity:1;visibility:visible}.OptionsPanel-module__9TOWna__sectionWrap[data-active=false]{display:none}.OptionsPanel-module__9TOWna__scroll{-webkit-overflow-scrolling:touch;min-height:0;padding-top:var(--space-sm);scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;flex:1;overflow-y:auto}.OptionsPanel-module__9TOWna__scroll::-webkit-scrollbar{width:4px}.OptionsPanel-module__9TOWna__scroll::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}}@media (min-width:1024px){.OptionsPanel-module__9TOWna__panel{flex-direction:column;height:100%;display:flex;overflow:hidden}.OptionsPanel-module__9TOWna__sectionWrap:not(:last-child){border-bottom:1px solid var(--color-border-light)}.OptionsPanel-module__9TOWna__scroll{padding:0 var(--space-3xl) var(--space-2xl);scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;flex:1;overflow-y:auto}.OptionsPanel-module__9TOWna__scroll::-webkit-scrollbar{width:4px}.OptionsPanel-module__9TOWna__scroll::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}}
.OptionsSheet-module__5fm2AG__sheet{width:100%}.OptionsSheet-module__5fm2AG__grab{display:none}@media (max-width:1023.98px){.OptionsSheet-module__5fm2AG__sheet{left:0;right:0;bottom:var(--price-bar-height);background:var(--color-bg);border-top:1px solid var(--color-border-nav);z-index:150;height:var(--sheet-peek-height);border-top-left-radius:18px;border-top-right-radius:18px;flex-direction:column;transition:height .25s;display:flex;position:fixed;box-shadow:0 -6px 20px #0000001a}.OptionsSheet-module__5fm2AG__sheet[data-expanded=true]{height:var(--sheet-expanded-height)}.OptionsSheet-module__5fm2AG__grab{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:22px 0;display:flex}.OptionsSheet-module__5fm2AG__grabBar{background:var(--color-border);border-radius:2px;width:36px;height:4px}}@media (min-width:1024px){.OptionsSheet-module__5fm2AG__sheet{flex:0 0 var(--panel-split-opts);min-width:0;height:100%;min-height:0}}
.PresetSection-module__uSQh9W__section{padding:var(--space-2xl) 0;border-bottom:1px solid var(--color-border-light)}.PresetSection-module__uSQh9W__section:last-child{border-bottom:none}.PresetSection-module__uSQh9W__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-lg)}.PresetSection-module__uSQh9W__group{margin-bottom:0}.PresetSection-module__uSQh9W__groupLabel{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-faint);margin-bottom:var(--space-sm)}.PresetSection-module__uSQh9W__tabs{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);width:fit-content;max-width:100%;margin-bottom:var(--space-md);flex-wrap:wrap;display:flex;overflow:hidden}.PresetSection-module__uSQh9W__tab{font-family:inherit;font-size:var(--font-size-xs);color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:6px 16px;transition:background .15s,color .15s}.PresetSection-module__uSQh9W__tab:focus-visible{outline:2px solid var(--color-selected);outline-offset:-2px}.PresetSection-module__uSQh9W__tabActive{background:var(--color-selected);color:var(--color-cta-text)}.PresetSection-module__uSQh9W__row{gap:var(--space-sm);flex-wrap:wrap;display:flex}.PresetSection-module__uSQh9W__preset{padding:var(--space-sm) var(--space-md);border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-family:inherit;font-size:var(--font-size-xs);color:var(--color-text-secondary);cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:2px;transition:border-color .15s,color .15s;display:inline-flex}.PresetSection-module__uSQh9W__priceCue{font-size:var(--font-size-tiny);color:var(--color-text-muted)}.PresetSection-module__uSQh9W__preset:hover{border-color:#999}.PresetSection-module__uSQh9W__preset:focus-visible{outline:2px solid var(--color-selected);outline-offset:1px}.PresetSection-module__uSQh9W__presetActive{border-color:var(--color-selected);color:var(--color-text-primary)}.PresetSection-module__uSQh9W__presetDisabled{opacity:.4;cursor:not-allowed}.PresetSection-module__uSQh9W__presetDisabled:hover{border-color:var(--color-border)}@media (max-width:1023.98px){.PresetSection-module__uSQh9W__section{padding:var(--space-lg) 0}.PresetSection-module__uSQh9W__title{margin-bottom:var(--space-md)}}
.ShareButton-module__fLcxKG__shareButton{background:var(--color-bg);color:var(--color-text-primary);font-size:13px;font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-cta);border:1px solid var(--color-border);white-space:nowrap;cursor:pointer;border-radius:1px;justify-content:center;align-items:center;padding:13px 32px;display:inline-flex}.ShareButton-module__fLcxKG__shareButton:hover:not(:disabled){background:var(--color-surface)}.ShareButton-module__fLcxKG__shareButton:disabled{opacity:.6;cursor:default}.ShareButton-module__fLcxKG__icon{display:none}.ShareButton-module__fLcxKG__label{display:inline}.ShareButton-module__fLcxKG__spinner{border:2px solid var(--color-border);border-top-color:var(--color-text-primary);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite ShareButton-module__fLcxKG__share-spin}@keyframes ShareButton-module__fLcxKG__share-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ShareButton-module__fLcxKG__spinner{animation-duration:1.5s}}.ShareButton-module__fLcxKG__fallback{bottom:calc(var(--price-bar-height) + var(--space-md));z-index:350;align-items:center;gap:var(--space-sm);max-width:calc(100vw - 2 * var(--space-lg));padding:var(--space-sm) var(--space-md) var(--space-sm) var(--space-lg);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-knob);font-size:var(--font-size-sm);display:flex;position:fixed;left:50%;transform:translate(-50%)}.ShareButton-module__fLcxKG__hint{color:var(--color-text-secondary);white-space:nowrap;margin:0}.ShareButton-module__fLcxKG__input{width:18rem;max-width:50vw;padding:var(--space-xs) var(--space-sm);font-family:inherit;font-size:var(--font-size-sm);color:var(--color-text-primary);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.ShareButton-module__fLcxKG__dismiss{padding:0 var(--space-sm);color:var(--color-text-secondary);font-size:var(--font-size-lg);cursor:pointer;background:0 0;border:none;flex-shrink:0;line-height:1}@media (max-width:1023px){.ShareButton-module__fLcxKG__shareButton{flex-shrink:0;width:44px;height:44px;padding:0}.ShareButton-module__fLcxKG__label{display:none}.ShareButton-module__fLcxKG__icon{display:block}.ShareButton-module__fLcxKG__fallback{flex-direction:column;align-items:stretch}.ShareButton-module__fLcxKG__input{width:auto;max-width:none}}
.PriceIncludesDisclosure-module__vpnSxq__disclosure{position:relative}.PriceIncludesDisclosure-module__vpnSxq__trigger{appearance:none;cursor:pointer;font-family:inherit;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.PriceIncludesDisclosure-module__vpnSxq__trigger:hover{color:var(--color-text-primary)}.PriceIncludesDisclosure-module__vpnSxq__triggerIcon{display:none}@media (max-width:1023px){.PriceIncludesDisclosure-module__vpnSxq__triggerText{display:none}.PriceIncludesDisclosure-module__vpnSxq__triggerIcon{width:20px;height:20px;font-size:var(--font-size-xs);border:1px solid;border-radius:50%;justify-content:center;align-items:center;line-height:1;text-decoration:none;display:inline-flex}}.PriceIncludesDisclosure-module__vpnSxq__trigger:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:2px;border-radius:2px}.PriceIncludesDisclosure-module__vpnSxq__list{padding:var(--space-md) var(--space-lg);bottom:calc(100% + var(--space-sm));background:var(--color-bg);border:1px solid var(--color-border-light);z-index:1;border-radius:2px;flex-direction:column;gap:4px;min-width:220px;margin:0;list-style:none;display:flex;position:absolute;left:0;box-shadow:0 -2px 8px #0000000f}.PriceIncludesDisclosure-module__vpnSxq__item{font-size:var(--font-size-sm);color:var(--color-text-secondary);padding-left:var(--space-md);position:relative}.PriceIncludesDisclosure-module__vpnSxq__item:before{content:"✓";color:var(--color-text-muted);position:absolute;left:0}
.PriceTotal-module__7-_f8a__priceTotal{flex-direction:column;gap:2px;min-width:0;display:flex}.PriceTotal-module__7-_f8a__sub{font-size:var(--font-size-xxs);color:var(--color-text-ghost);letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.PriceTotal-module__7-_f8a__subShort{display:none}@media (max-width:1023px){.PriceTotal-module__7-_f8a__subFull{display:none}.PriceTotal-module__7-_f8a__subShort{display:inline}}.PriceTotal-module__7-_f8a__amount{font-size:var(--font-size-xxl);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-price);color:var(--color-text-primary)}
.SummaryActions-module__MYwqAW__bar{justify-content:flex-end;align-items:center;gap:var(--space-md);height:100%;padding:0 var(--space-page);display:flex}.SummaryActions-module__MYwqAW__edit,.SummaryActions-module__MYwqAW__save,.SummaryActions-module__MYwqAW__send{font-family:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-cta);padding:11px var(--space-xl);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.SummaryActions-module__MYwqAW__edit{border-color:var(--color-border);background:var(--color-bg);color:var(--color-text-primary)}.SummaryActions-module__MYwqAW__edit:hover{background:var(--color-surface)}.SummaryActions-module__MYwqAW__save{color:var(--color-text-muted);background:0 0}.SummaryActions-module__MYwqAW__save:hover{color:var(--color-text-primary)}.SummaryActions-module__MYwqAW__send{background:var(--color-cta-bg);border-color:var(--color-cta-bg);color:var(--color-cta-text)}.SummaryActions-module__MYwqAW__send:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover)}.SummaryActions-module__MYwqAW__edit:focus-visible,.SummaryActions-module__MYwqAW__save:focus-visible,.SummaryActions-module__MYwqAW__send:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:2px}@media (max-width:600px){.SummaryActions-module__MYwqAW__bar{gap:var(--space-sm);height:auto;padding:var(--space-md) var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.SummaryActions-module__MYwqAW__send{text-align:center;grid-area:1/1/auto/-1}.SummaryActions-module__MYwqAW__edit{text-align:center;grid-area:2/1}.SummaryActions-module__MYwqAW__save{grid-area:2/2;width:100%}}
.PriceBar-module__prAU8G__priceBar{height:var(--price-bar-height);background:var(--color-bg);border-top:1px solid var(--color-border-nav);padding:0 var(--space-page);z-index:200;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.PriceBar-module__prAU8G__info{align-items:center;gap:var(--space-lg);display:flex}.PriceBar-module__prAU8G__actions{align-items:center;gap:var(--space-sm);display:flex}.PriceBar-module__prAU8G__cta{background:var(--color-cta-bg);color:var(--color-cta-text);font-size:13px;font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-cta);white-space:nowrap;border:none;border-radius:1px;padding:13px 32px;text-decoration:none}.PriceBar-module__prAU8G__cta:hover{background:var(--color-cta-hover)}@media (max-width:1023px){.PriceBar-module__prAU8G__priceBar{padding:0 var(--space-xl)}.PriceBar-module__prAU8G__info{min-width:0}.PriceBar-module__prAU8G__cta{padding:13px var(--space-xl);font-size:var(--font-size-sm);flex-shrink:0}}
.SummaryPersonalDetails-module__QxvpwG__heading{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-md)}.SummaryPersonalDetails-module__QxvpwG__nextStep{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin-bottom:var(--space-md)}.SummaryPersonalDetails-module__QxvpwG__hint{margin-top:var(--space-md);font-size:var(--font-size-xs);color:var(--color-text-muted)}.SummaryPersonalDetails-module__QxvpwG__reference{margin-top:var(--space-sm);font-size:var(--font-size-sm);color:var(--color-text-secondary)}.SummaryPersonalDetails-module__QxvpwG__grid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.SummaryPersonalDetails-module__QxvpwG__field{gap:var(--space-xs);flex-direction:column;min-width:0;display:flex}.SummaryPersonalDetails-module__QxvpwG__fieldWide{grid-column:1/-1}.SummaryPersonalDetails-module__QxvpwG__label{font-size:var(--font-size-xs);color:var(--color-text-muted)}.SummaryPersonalDetails-module__QxvpwG__optional{color:var(--color-text-ghost)}.SummaryPersonalDetails-module__QxvpwG__input{box-sizing:border-box;width:100%;font-family:inherit;font-size:var(--font-size-sm);color:var(--color-text-primary);padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);transition:border-color .15s}.SummaryPersonalDetails-module__QxvpwG__input:focus{border-color:var(--color-text-primary);outline:none}textarea.SummaryPersonalDetails-module__QxvpwG__input{resize:vertical;min-height:56px}.SummaryPersonalDetails-module__QxvpwG__inputInvalid,.SummaryPersonalDetails-module__QxvpwG__inputInvalid:focus{border-color:var(--color-error,#c0392b)}.SummaryPersonalDetails-module__QxvpwG__error{font-size:var(--font-size-xs);color:var(--color-error,#c0392b)}.SummaryPersonalDetails-module__QxvpwG__success{padding:var(--space-lg);background:var(--color-surface-warm);border:1px solid var(--color-border-warm);border-radius:var(--radius-sm)}.SummaryPersonalDetails-module__QxvpwG__successText{font-size:var(--font-size-sm);color:var(--color-text-secondary)}.SummaryPersonalDetails-module__QxvpwG__fieldset{border:0;min-width:0;margin:0;padding:0}.SummaryPersonalDetails-module__QxvpwG__errorBanner{margin-bottom:var(--space-md);padding:var(--space-sm) var(--space-md);font-size:var(--font-size-sm);color:var(--color-error,#c0392b);border:1px solid var(--color-error,#c0392b);border-radius:var(--radius-sm)}@media (max-width:600px){.SummaryPersonalDetails-module__QxvpwG__grid{grid-template-columns:1fr}}
.RestoreBanner-module__k9YWRa__banner{top:var(--space-lg);z-index:400;align-items:center;gap:var(--space-md);max-width:calc(100vw - 2 * var(--space-lg));padding:var(--space-sm) var(--space-md) var(--space-sm) var(--space-lg);background:var(--color-surface-warm);color:var(--color-text-primary);border:1px solid var(--color-border-warm);border-radius:var(--radius-sm);box-shadow:var(--shadow-knob);font-size:var(--font-size-sm);display:flex;position:fixed;left:50%;transform:translate(-50%)}.RestoreBanner-module__k9YWRa__danger{border-color:var(--color-error,#c0392b);color:var(--color-error,#c0392b)}.RestoreBanner-module__k9YWRa__text{margin:0;line-height:1.4}.RestoreBanner-module__k9YWRa__actions{gap:var(--space-sm);flex-shrink:0;display:flex}.RestoreBanner-module__k9YWRa__keep,.RestoreBanner-module__k9YWRa__replace,.RestoreBanner-module__k9YWRa__dismiss{font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;border-radius:var(--radius-sm);white-space:nowrap;border:1px solid #0000}.RestoreBanner-module__k9YWRa__keep{padding:var(--space-xs) var(--space-md);background:var(--color-bg);border-color:var(--color-border);color:var(--color-text-primary)}.RestoreBanner-module__k9YWRa__replace{padding:var(--space-xs) var(--space-md);background:var(--color-cta-bg);border-color:var(--color-cta-bg);color:var(--color-cta-text)}.RestoreBanner-module__k9YWRa__replace:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover)}.RestoreBanner-module__k9YWRa__dismiss{padding:0 var(--space-sm);color:inherit;font-size:var(--font-size-lg);background:0 0;flex-shrink:0;line-height:1}@media (max-width:600px){.RestoreBanner-module__k9YWRa__banner{align-items:stretch;gap:var(--space-sm);flex-direction:column}}
.SummaryPriceBreakdown-module__OETrAq__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-md)}.SummaryPriceBreakdown-module__OETrAq__row{justify-content:space-between;gap:var(--space-lg);padding:var(--space-sm) 0;font-size:var(--font-size-sm);display:flex}.SummaryPriceBreakdown-module__OETrAq__label{color:var(--color-text-secondary)}.SummaryPriceBreakdown-module__OETrAq__calc{margin-left:var(--space-xs);font-size:var(--font-size-xs);color:var(--color-text-faint)}.SummaryPriceBreakdown-module__OETrAq__amount{color:var(--color-text-primary);letter-spacing:var(--letter-spacing-price);white-space:nowrap}.SummaryPriceBreakdown-module__OETrAq__total{margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border);justify-content:space-between;align-items:baseline;display:flex}.SummaryPriceBreakdown-module__OETrAq__totalLabel{font-size:var(--font-size-sm);color:var(--color-text-primary)}.SummaryPriceBreakdown-module__OETrAq__totalAmount{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-price);color:var(--color-text-primary)}.SummaryPriceBreakdown-module__OETrAq__note{margin-top:var(--space-sm);font-size:var(--font-size-xs);color:var(--color-text-faint)}
.SituationSection-module__-9nFQW__section{padding:var(--space-2xl) 0;border-bottom:1px solid var(--color-border-light)}.SituationSection-module__-9nFQW__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-lg)}.SituationSection-module__-9nFQW__tiles{gap:var(--space-sm);flex-direction:column;display:flex}.SituationSection-module__-9nFQW__tile{align-items:center;gap:var(--space-md);padding:var(--space-md);border:1.5px solid var(--color-border-light);border-radius:var(--radius-md);text-align:left;color:var(--color-text-secondary);cursor:pointer;background:0 0;font-family:inherit;transition:border-color .15s;display:flex}.SituationSection-module__-9nFQW__tile:hover{border-color:var(--color-border)}.SituationSection-module__-9nFQW__tile:focus-visible{outline:2px solid var(--color-selected);outline-offset:1px}.SituationSection-module__-9nFQW__tileActive{border-color:var(--color-selected)}.SituationSection-module__-9nFQW__icon{width:36px;height:24px;color:var(--color-text-faint);flex-shrink:0}.SituationSection-module__-9nFQW__tileActive .SituationSection-module__-9nFQW__icon{color:var(--color-selected)}.SituationSection-module__-9nFQW__floor{stroke:currentColor;stroke-width:1.5px;stroke-linecap:round}.SituationSection-module__-9nFQW__wall{color:currentColor}.SituationSection-module__-9nFQW__label{font-size:var(--font-size-xs);flex:1}.SituationSection-module__-9nFQW__priceCue{font-size:var(--font-size-tiny);color:var(--color-text-muted);flex-shrink:0}@media (max-width:1023.98px){.SituationSection-module__-9nFQW__section{padding:var(--space-lg) 0}.SituationSection-module__-9nFQW__title{margin-bottom:var(--space-md)}.SituationSection-module__-9nFQW__tiles{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.SituationSection-module__-9nFQW__tile{background:var(--color-surface);border-radius:11px;flex-direction:column;align-items:stretch;gap:6px;padding:8px 9px 7px}.SituationSection-module__-9nFQW__icon{align-self:center;width:48px;height:32px}.SituationSection-module__-9nFQW__label{font-weight:var(--font-weight-medium);color:var(--color-text-primary);flex:none}}
.SummaryRecap-module__P0NgHq__title{font-size:var(--font-size-xxs);font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-label);text-transform:uppercase;color:var(--color-text-faint);margin-bottom:var(--space-md)}.SummaryRecap-module__P0NgHq__row{justify-content:space-between;gap:var(--space-lg);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border-light);font-size:var(--font-size-sm);display:flex}.SummaryRecap-module__P0NgHq__recap>.SummaryRecap-module__P0NgHq__row:last-child{border-bottom:none}.SummaryRecap-module__P0NgHq__key{color:var(--color-text-muted)}.SummaryRecap-module__P0NgHq__value{color:var(--color-text-primary);text-align:right}
.page-module___8aEwW__shell{flex-direction:column;display:flex}.page-module___8aEwW__nav{padding:0 var(--space-page);height:var(--nav-height);border-bottom:1px solid var(--color-border-nav);background:var(--color-bg);z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.page-module___8aEwW__logo{font-size:var(--font-size-logo);font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-logo);text-transform:uppercase;color:var(--color-text-primary)}.page-module___8aEwW__main{min-height:0;padding-bottom:var(--price-bar-height);flex-direction:column;flex:1;display:flex}.page-module___8aEwW__modelSide{background:var(--color-bg-model);width:100%}@media (max-width:1023.98px){.page-module___8aEwW__shell{height:100dvh;overflow:hidden}.page-module___8aEwW__main{padding-bottom:0;position:relative}.page-module___8aEwW__modelSide{flex:1;min-height:0}}@media (min-width:1024px){.page-module___8aEwW__shell{height:100vh;overflow:hidden}.page-module___8aEwW__main{flex-direction:row;flex:1;overflow:hidden}.page-module___8aEwW__modelSide{flex:0 0 var(--panel-split-model);border-right:1px solid var(--color-border-nav);border-bottom:none;min-width:0;height:auto;min-height:0}}
.page-module__qlOatW__page{min-height:100vh;padding:var(--space-page);padding-bottom:calc(var(--price-bar-height) + var(--space-3xl));background:var(--color-bg)}.page-module__qlOatW__title{font-size:var(--font-size-xxl);font-weight:var(--font-weight-semibold);color:var(--color-text-primary);margin-bottom:var(--space-3xl)}.page-module__qlOatW__grid,.page-module__qlOatW__details{gap:var(--space-2xl);flex-direction:column;display:flex}.page-module__qlOatW__render{aspect-ratio:4/3;background:var(--color-bg-model);min-height:320px}.page-module__qlOatW__actions{height:var(--price-bar-height);background:var(--color-bg);border-top:1px solid var(--color-border-nav);z-index:200;position:fixed;bottom:0;left:0;right:0}@media (max-width:600px){.page-module__qlOatW__page{padding-bottom:calc(var(--price-bar-height) + var(--space-4xl) + var(--space-3xl))}.page-module__qlOatW__actions{height:auto}}@media (min-width:1024px){.page-module__qlOatW__grid{flex-direction:row;align-items:flex-start}.page-module__qlOatW__render{top:var(--space-page);flex:0 0 55%;position:sticky}.page-module__qlOatW__details{flex:45%;min-width:0}}
.page-module__b0UrYa__stage{width:100vw;height:100vh}
