.Calculator-module-scss-module__d_Mg6G__calculator{max-width:800px;margin:0 auto;padding:2rem}.Calculator-module-scss-module__d_Mg6G__calculator h2{color:#555;margin-bottom:1rem;font-size:1.2rem}.Calculator-module-scss-module__d_Mg6G__calculator h3{color:#666;margin-bottom:.75rem;font-size:1rem}.Calculator-module-scss-module__d_Mg6G__modeSelector{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.Calculator-module-scss-module__d_Mg6G__modeSelector button{cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:.75rem 1.25rem;font-size:.95rem;transition:all .2s}.Calculator-module-scss-module__d_Mg6G__modeSelector button:hover{border-color:#1a1a2e}.Calculator-module-scss-module__d_Mg6G__modeSelector button.Calculator-module-scss-module__d_Mg6G__active{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.Calculator-module-scss-module__d_Mg6G__inputSection{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.Calculator-module-scss-module__d_Mg6G__inputGroup{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.Calculator-module-scss-module__d_Mg6G__inputRow{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.Calculator-module-scss-module__d_Mg6G__inputRow label{color:#495057;align-items:center;gap:.5rem;font-weight:500;display:flex}.Calculator-module-scss-module__d_Mg6G__inputRow label input{text-align:right;border:1px solid #ced4da;border-radius:4px;width:120px;padding:.5rem;font-size:1rem}.Calculator-module-scss-module__d_Mg6G__inputRow label input:focus{border-color:#80bdff;outline:none;box-shadow:0 0 0 2px #007bff40}.Calculator-module-scss-module__d_Mg6G__inputRow label span{color:#6c757d;font-size:.9rem}.Calculator-module-scss-module__d_Mg6G__inputRow select{background:#fff;border:1px solid #ced4da;border-radius:4px;min-width:150px;padding:.5rem;font-size:1rem}.Calculator-module-scss-module__d_Mg6G__inputRow select:focus{border-color:#80bdff;outline:none;box-shadow:0 0 0 2px #007bff40}.Calculator-module-scss-module__d_Mg6G__presets{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.Calculator-module-scss-module__d_Mg6G__presets button{cursor:pointer;background:#fff;border:1px solid #ced4da;border-radius:4px;padding:.4rem .75rem;font-size:.85rem;transition:all .2s}.Calculator-module-scss-module__d_Mg6G__presets button:hover{background:#e9ecef}.Calculator-module-scss-module__d_Mg6G__presets button.Calculator-module-scss-module__d_Mg6G__active{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.Calculator-module-scss-module__d_Mg6G__checkbox{cursor:pointer;align-items:center;gap:.5rem;display:flex}.Calculator-module-scss-module__d_Mg6G__checkbox input[type=checkbox]{cursor:pointer;width:18px;height:18px}.Calculator-module-scss-module__d_Mg6G__sliderContainer{margin:1rem 0}.Calculator-module-scss-module__d_Mg6G__sliderContainer .Calculator-module-scss-module__d_Mg6G__slider{-webkit-appearance:none;background:linear-gradient(90deg,#dee2e6 0%,#1a1a2e 100%);border-radius:4px;outline:none;width:100%;height:8px}.Calculator-module-scss-module__d_Mg6G__sliderContainer .Calculator-module-scss-module__d_Mg6G__slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#1a1a2e;border:2px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.Calculator-module-scss-module__d_Mg6G__sliderContainer .Calculator-module-scss-module__d_Mg6G__slider::-moz-range-thumb{cursor:pointer;background:#1a1a2e;border:2px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.Calculator-module-scss-module__d_Mg6G__sliderContainer .Calculator-module-scss-module__d_Mg6G__sliderLabels{color:#888;justify-content:space-between;margin-top:.5rem;font-size:.75rem;display:flex}.Calculator-module-scss-module__d_Mg6G__canvasContainer{margin:1rem 0;overflow-x:auto}.Calculator-module-scss-module__d_Mg6G__canvasContainer canvas{border-radius:8px;max-width:100%;display:block}.Calculator-module-scss-module__d_Mg6G__canvasContainer .Calculator-module-scss-module__d_Mg6G__diagramCanvas,.Calculator-module-scss-module__d_Mg6G__canvasContainer .Calculator-module-scss-module__d_Mg6G__bokehCanvas{background:#1a1a2e}.Calculator-module-scss-module__d_Mg6G__hint{color:#888;text-align:center;margin-top:.5rem;font-size:.85rem;font-style:italic}.Calculator-module-scss-module__d_Mg6G__resultSection{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem}.Calculator-module-scss-module__d_Mg6G__resultSection>h2{border-bottom:2px solid #1a1a2e;margin-bottom:1.5rem;padding-bottom:.5rem}.Calculator-module-scss-module__d_Mg6G__resultGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.Calculator-module-scss-module__d_Mg6G__resultCard{text-align:center;background:#e7f3ff;border-radius:6px;padding:1rem}.Calculator-module-scss-module__d_Mg6G__resultCard h3{color:#0056b3;margin-bottom:.5rem}.Calculator-module-scss-module__d_Mg6G__resultCard p{margin:0;font-size:1.1rem}.Calculator-module-scss-module__d_Mg6G__resultCard p strong{color:#0056b3;font-size:1.3rem}.Calculator-module-scss-module__d_Mg6G__resultCard.Calculator-module-scss-module__d_Mg6G__warning{background:#fff3cd}.Calculator-module-scss-module__d_Mg6G__resultCard.Calculator-module-scss-module__d_Mg6G__warning h3,.Calculator-module-scss-module__d_Mg6G__resultCard.Calculator-module-scss-module__d_Mg6G__warning p strong{color:#856404}.Calculator-module-scss-module__d_Mg6G__resultCard.Calculator-module-scss-module__d_Mg6G__success{background:#d4edda}.Calculator-module-scss-module__d_Mg6G__resultCard.Calculator-module-scss-module__d_Mg6G__success h3,.Calculator-module-scss-module__d_Mg6G__resultCard.Calculator-module-scss-module__d_Mg6G__success p strong{color:#155724}.Calculator-module-scss-module__d_Mg6G__infoBox{background:#f8f9fa;border-radius:6px;margin-top:1.5rem;padding:1rem}.Calculator-module-scss-module__d_Mg6G__infoBox h3{margin-bottom:.75rem}.Calculator-module-scss-module__d_Mg6G__infoBox ul{margin:0;padding-left:1.5rem}.Calculator-module-scss-module__d_Mg6G__infoBox ul li{color:#495057;margin-bottom:.25rem}.Calculator-module-scss-module__d_Mg6G__infoBox p{color:#495057;margin:.5rem 0}.Calculator-module-scss-module__d_Mg6G__frameList{flex-direction:column;gap:.75rem;display:flex}.Calculator-module-scss-module__d_Mg6G__frameItem{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.Calculator-module-scss-module__d_Mg6G__frameItem.Calculator-module-scss-module__d_Mg6G__recommended{background:#d4edda;border-color:#28a745}.Calculator-module-scss-module__d_Mg6G__frameItem .Calculator-module-scss-module__d_Mg6G__frameName{color:#333;font-weight:600}.Calculator-module-scss-module__d_Mg6G__frameItem .Calculator-module-scss-module__d_Mg6G__frameSize{color:#666}.Calculator-module-scss-module__d_Mg6G__frameItem .Calculator-module-scss-module__d_Mg6G__frameMatch{color:#28a745;font-size:.85rem}.Calculator-module-scss-module__d_Mg6G__colorCard{background:#fff;border:1px solid #dee2e6;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.Calculator-module-scss-module__d_Mg6G__colorCard h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.1rem}.Calculator-module-scss-module__d_Mg6G__colorCard p{color:#555;margin-bottom:.75rem;line-height:1.6}.Calculator-module-scss-module__d_Mg6G__colorCard ul{color:#555;padding-left:1.5rem}.Calculator-module-scss-module__d_Mg6G__colorCard ul li{margin-bottom:.5rem}.Calculator-module-scss-module__d_Mg6G__layoutGrid{gap:1rem;margin-bottom:1.5rem;display:grid}.Calculator-module-scss-module__d_Mg6G__layoutOption{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;align-items:center;gap:1.5rem;padding:1rem;display:flex}.Calculator-module-scss-module__d_Mg6G__layoutOption.Calculator-module-scss-module__d_Mg6G__fits{background:#d4edda;border-color:#28a745}.Calculator-module-scss-module__d_Mg6G__layoutOption.Calculator-module-scss-module__d_Mg6G__noFit{opacity:.7;background:#f8d7da;border-color:#dc3545}.Calculator-module-scss-module__d_Mg6G__layoutPreview{background:#fff;border:2px solid #333;gap:2px;width:80px;height:60px;padding:2px;display:grid}.Calculator-module-scss-module__d_Mg6G__layoutPreview .Calculator-module-scss-module__d_Mg6G__cell{background:#6c757d;border-radius:1px}.Calculator-module-scss-module__d_Mg6G__layoutInfo{flex:1}.Calculator-module-scss-module__d_Mg6G__layoutInfo h4{color:#333;margin:0 0 .25rem}.Calculator-module-scss-module__d_Mg6G__layoutInfo p{color:#666;margin:0;font-size:.9rem}.Calculator-module-scss-module__d_Mg6G__paperPreview{background:#fff;border:2px solid #333;flex-wrap:wrap;gap:4px;max-width:300px;margin:1.5rem auto;padding:4px;display:flex;position:relative}.Calculator-module-scss-module__d_Mg6G__paperPreview .Calculator-module-scss-module__d_Mg6G__printCell{background:linear-gradient(135deg,#6c757d 0%,#adb5bd 100%);border-radius:2px}.Calculator-module-scss-module__d_Mg6G__paperPreview .Calculator-module-scss-module__d_Mg6G__wasteArea{color:#fff;background:#dc3545cc;border-radius:3px;padding:2px 6px;font-size:.7rem;position:absolute;bottom:4px;right:4px}.Calculator-module-scss-module__d_Mg6G__costBreakdown{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.Calculator-module-scss-module__d_Mg6G__costBreakdown .Calculator-module-scss-module__d_Mg6G__costRow{border-bottom:1px solid #e9ecef;justify-content:space-between;padding:.5rem 0;display:flex}.Calculator-module-scss-module__d_Mg6G__costBreakdown .Calculator-module-scss-module__d_Mg6G__costRow:last-child{border-bottom:none;font-size:1.1rem;font-weight:600}.Calculator-module-scss-module__d_Mg6G__dropZone{text-align:center;cursor:pointer;color:#666;background:0 0;border:2px dashed #ced4da;border-radius:6px;padding:2rem 1rem;transition:all .2s}.Calculator-module-scss-module__d_Mg6G__dropZone:hover{background:#f8f9fa;border-color:#1a1a2e}.Calculator-module-scss-module__d_Mg6G__dropZoneActive{color:#007bff;background:#e7f3ff;border-color:#007bff}.Calculator-module-scss-module__d_Mg6G__sliderRow{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Calculator-module-scss-module__d_Mg6G__sliderRow input[type=range]{-webkit-appearance:none;background:#dee2e6;border-radius:3px;outline:none;flex:1;height:6px}.Calculator-module-scss-module__d_Mg6G__sliderRow input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#1a1a2e;border-radius:50%;width:18px;height:18px}.Calculator-module-scss-module__d_Mg6G__sliderRow span{text-align:right;min-width:60px;font-weight:500}@media (max-width:639px){.Calculator-module-scss-module__d_Mg6G__calculator{padding:1rem}.Calculator-module-scss-module__d_Mg6G__calculator h2{font-size:1.1rem}.Calculator-module-scss-module__d_Mg6G__modeSelector{margin-bottom:1.5rem}.Calculator-module-scss-module__d_Mg6G__modeSelector button{flex:1;min-width:0;padding:.6rem 1rem;font-size:.85rem}.Calculator-module-scss-module__d_Mg6G__inputSection{gap:1rem;margin-bottom:1.5rem}.Calculator-module-scss-module__d_Mg6G__inputGroup{padding:1rem}.Calculator-module-scss-module__d_Mg6G__inputGroup h2{margin-bottom:.75rem}.Calculator-module-scss-module__d_Mg6G__inputRow{gap:1rem}.Calculator-module-scss-module__d_Mg6G__inputRow label{flex-direction:column;align-items:flex-start;gap:.25rem;width:100%}.Calculator-module-scss-module__d_Mg6G__inputRow label input,.Calculator-module-scss-module__d_Mg6G__inputRow select{width:100%;padding:.75rem;font-size:16px}.Calculator-module-scss-module__d_Mg6G__presets{flex-wrap:wrap;width:100%;margin-top:.5rem}.Calculator-module-scss-module__d_Mg6G__presets button{flex:1;min-width:0}.Calculator-module-scss-module__d_Mg6G__resultSection{padding:1rem}.Calculator-module-scss-module__d_Mg6G__resultSection>h2{margin-bottom:1rem}.Calculator-module-scss-module__d_Mg6G__resultGrid{grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem}.Calculator-module-scss-module__d_Mg6G__resultCard{padding:.875rem}.Calculator-module-scss-module__d_Mg6G__resultCard h3{margin-bottom:.25rem;font-size:.85rem}.Calculator-module-scss-module__d_Mg6G__resultCard p{font-size:1rem}.Calculator-module-scss-module__d_Mg6G__resultCard p strong{font-size:1.15rem}.Calculator-module-scss-module__d_Mg6G__infoBox{margin-top:1rem;padding:.875rem}.Calculator-module-scss-module__d_Mg6G__infoBox h3{font-size:.95rem}.Calculator-module-scss-module__d_Mg6G__infoBox ul{padding-left:1.25rem;font-size:.9rem}.Calculator-module-scss-module__d_Mg6G__frameItem{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem}.Calculator-module-scss-module__d_Mg6G__frameItem .Calculator-module-scss-module__d_Mg6G__frameSize{font-size:.85rem}.Calculator-module-scss-module__d_Mg6G__colorCard{margin-bottom:1rem;padding:1rem}.Calculator-module-scss-module__d_Mg6G__colorCard h3{font-size:1rem}.Calculator-module-scss-module__d_Mg6G__colorCard p,.Calculator-module-scss-module__d_Mg6G__colorCard li{font-size:.9rem}.Calculator-module-scss-module__d_Mg6G__layoutOption{gap:1rem;padding:.875rem}.Calculator-module-scss-module__d_Mg6G__layoutPreview{width:60px;height:45px}.Calculator-module-scss-module__d_Mg6G__layoutInfo h4{font-size:.95rem}.Calculator-module-scss-module__d_Mg6G__layoutInfo p{font-size:.8rem}.Calculator-module-scss-module__d_Mg6G__costBreakdown .Calculator-module-scss-module__d_Mg6G__costRow{font-size:.9rem}.Calculator-module-scss-module__d_Mg6G__costBreakdown .Calculator-module-scss-module__d_Mg6G__costRow:last-child{font-size:1rem}.Calculator-module-scss-module__d_Mg6G__sliderRow{flex-wrap:wrap}.Calculator-module-scss-module__d_Mg6G__sliderRow span:first-child{width:100%;margin-bottom:.25rem}}.Calculator-module-scss-module__d_Mg6G__table{margin:1rem 0;overflow-x:auto}.Calculator-module-scss-module__d_Mg6G__table table{border-collapse:collapse;width:100%;font-size:.9rem}.Calculator-module-scss-module__d_Mg6G__table table th,.Calculator-module-scss-module__d_Mg6G__table table td{text-align:left;border-bottom:1px solid #e9ecef;padding:.5rem .75rem}.Calculator-module-scss-module__d_Mg6G__table table th{color:#495057;background:#f8f9fa;font-weight:600}.Calculator-module-scss-module__d_Mg6G__table table tr:hover{background:#f8f9fa}.Calculator-module-scss-module__d_Mg6G__dropZoneInline{text-align:center;cursor:pointer;background:#f8f9fa;border:2px dashed #ccc;border-radius:6px;margin-bottom:.75rem;padding:1rem;transition:all .2s}.Calculator-module-scss-module__d_Mg6G__dropZoneInline:hover{border-color:#1a1a2e}.Calculator-module-scss-module__d_Mg6G__dropZoneInlineActive{background:#e3f2fd;border-color:#007bff}.Calculator-module-scss-module__d_Mg6G__dropZoneFileName{font-weight:600}.Calculator-module-scss-module__d_Mg6G__dropZoneFileInfo{color:#666;font-size:.85rem}.Calculator-module-scss-module__d_Mg6G__dropZonePlaceholder{color:#666}.Calculator-module-scss-module__d_Mg6G__presetsLabel{color:#666;margin-bottom:.5rem;font-size:.85rem}.Calculator-module-scss-module__d_Mg6G__presetChips{flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;display:flex}.Calculator-module-scss-module__d_Mg6G__presetChip{color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;padding:.375rem .5rem;font-size:.75rem;transition:all .15s}.Calculator-module-scss-module__d_Mg6G__presetChip:hover{border-color:#1a1a2e}.Calculator-module-scss-module__d_Mg6G__presetChip.Calculator-module-scss-module__d_Mg6G__active{color:#fff;background:#007bff;border-color:#007bff}.Calculator-module-scss-module__d_Mg6G__viewingDistanceGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin-top:1.5rem;display:grid}.Calculator-module-scss-module__d_Mg6G__viewingDistanceCard{border:1px solid;border-radius:6px;padding:.75rem}.Calculator-module-scss-module__d_Mg6G__viewingDistanceSuitable{background:#d4edda;border-color:#c3e6cb}.Calculator-module-scss-module__d_Mg6G__viewingDistanceUnsatisfactory{background:#f8d7da;border-color:#f5c6cb}.Calculator-module-scss-module__d_Mg6G__viewingDistanceName{font-size:.8rem;font-weight:600}.Calculator-module-scss-module__d_Mg6G__viewingDistanceMinDpi{color:#666;font-size:.75rem}.Calculator-module-scss-module__d_Mg6G__qualityExcellent{color:#28a745;font-size:.85rem;font-weight:600}.Calculator-module-scss-module__d_Mg6G__qualityGood{color:#5cb85c;font-size:.85rem;font-weight:600}.Calculator-module-scss-module__d_Mg6G__qualityAcceptable{color:#f0ad4e;font-size:.85rem;font-weight:600}.Calculator-module-scss-module__d_Mg6G__qualityLow{color:#dc3545;font-size:.85rem;font-weight:600}.Calculator-module-scss-module__d_Mg6G__viewingRecommendation{background:#e3f2fd;border:1px solid #90caf9;border-radius:6px;margin-top:1rem;padding:1rem}.Calculator-module-scss-module__d_Mg6G__viewingRecommendationTitle{color:#1565c0;font-size:.85rem}.Calculator-module-scss-module__d_Mg6G__viewingRecommendationSubtext{color:#666;margin-top:.25rem;font-size:.75rem}@media (min-width:640px) and (max-width:899px){.Calculator-module-scss-module__d_Mg6G__calculator{padding:1.5rem}.Calculator-module-scss-module__d_Mg6G__inputRow{gap:1.5rem}.Calculator-module-scss-module__d_Mg6G__resultGrid{grid-template-columns:repeat(2,1fr)}}
.Lightbox-module-scss-module__fwuEaq__overlay{z-index:1000;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;animation:.2s Lightbox-module-scss-module__fwuEaq__fadeIn;display:flex;position:fixed;inset:0}@keyframes Lightbox-module-scss-module__fwuEaq__fadeIn{0%{opacity:0}to{opacity:1}}.Lightbox-module-scss-module__fwuEaq__closeButton{color:#fff;cursor:pointer;z-index:1001;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.Lightbox-module-scss-module__fwuEaq__closeButton:hover{background:#fff3}.Lightbox-module-scss-module__fwuEaq__content{cursor:default;max-width:95vw;max-height:90vh;animation:.2s Lightbox-module-scss-module__fwuEaq__zoomIn}@keyframes Lightbox-module-scss-module__fwuEaq__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Lightbox-module-scss-module__fwuEaq__image{object-fit:contain;border-radius:4px;max-width:100%;max-height:90vh;box-shadow:0 4px 24px #00000080}.Lightbox-module-scss-module__fwuEaq__hint{color:#ffffff80;font-size:.85rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}
.ui-module-scss-module__nZwwLa__button{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .15s;display:inline-flex}.ui-module-scss-module__nZwwLa__button:disabled{opacity:.5;cursor:not-allowed}.ui-module-scss-module__nZwwLa__button--sm{padding:.35rem .75rem;font-size:.8rem}.ui-module-scss-module__nZwwLa__button--md{padding:.5rem 1rem;font-size:.9rem}.ui-module-scss-module__nZwwLa__button--lg{padding:.65rem 1.25rem;font-size:1rem}.ui-module-scss-module__nZwwLa__button--primary{color:#fff;background:#007bff}.ui-module-scss-module__nZwwLa__button--primary:hover:not(:disabled){background:#0056b3}.ui-module-scss-module__nZwwLa__button--secondary{color:#fff;background:#6c757d}.ui-module-scss-module__nZwwLa__button--secondary:hover:not(:disabled){background:#5a6268}.ui-module-scss-module__nZwwLa__button--danger{color:#fff;background:#dc3545}.ui-module-scss-module__nZwwLa__button--danger:hover:not(:disabled){background:#c82333}.ui-module-scss-module__nZwwLa__button--ghost{color:#333;background:0 0;border:1px solid #ddd}.ui-module-scss-module__nZwwLa__button--ghost:hover:not(:disabled){background:#f8f9fa;border-color:#ccc}.ui-module-scss-module__nZwwLa__slider{flex-direction:column;gap:.35rem;display:flex}.ui-module-scss-module__nZwwLa__slider__header{justify-content:space-between;align-items:center;display:flex}.ui-module-scss-module__nZwwLa__slider__label{color:#555;font-size:.85rem;font-weight:500}.ui-module-scss-module__nZwwLa__slider__value{color:#888;font-variant-numeric:tabular-nums;font-size:.8rem}.ui-module-scss-module__nZwwLa__slider__input{appearance:none;cursor:pointer;background:#e9ecef;border-radius:3px;width:100%;height:6px}.ui-module-scss-module__nZwwLa__slider__input::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#007bff;border-radius:50%;width:16px;height:16px;transition:transform .1s}.ui-module-scss-module__nZwwLa__slider__input::-webkit-slider-thumb:hover{transform:scale(1.15)}.ui-module-scss-module__nZwwLa__slider__input::-moz-range-thumb{cursor:pointer;background:#007bff;border:none;border-radius:50%;width:16px;height:16px}.ui-module-scss-module__nZwwLa__input{flex-direction:column;gap:.35rem;display:flex}.ui-module-scss-module__nZwwLa__input__label{color:#555;font-size:.85rem;font-weight:500}.ui-module-scss-module__nZwwLa__input__field{border:1px solid #ddd;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.ui-module-scss-module__nZwwLa__input__field:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}.ui-module-scss-module__nZwwLa__input__field::placeholder{color:#aaa}.ui-module-scss-module__nZwwLa__select{flex-direction:column;gap:.35rem;display:flex}.ui-module-scss-module__nZwwLa__select__label{color:#555;font-size:.85rem;font-weight:500}.ui-module-scss-module__nZwwLa__select__field{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.ui-module-scss-module__nZwwLa__select__field:focus{border-color:#007bff;outline:none}.ui-module-scss-module__nZwwLa__colorPicker{align-items:center;gap:.5rem;display:flex}.ui-module-scss-module__nZwwLa__colorPicker__label{color:#555;font-size:.85rem}.ui-module-scss-module__nZwwLa__colorPicker__input{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;width:40px;height:32px;padding:2px}.ui-module-scss-module__nZwwLa__colorPicker__input::-webkit-color-swatch-wrapper{padding:2px}.ui-module-scss-module__nZwwLa__colorPicker__input::-webkit-color-swatch{border:none;border-radius:4px}.ui-module-scss-module__nZwwLa__checkbox{cursor:pointer;align-items:center;gap:.5rem;display:flex}.ui-module-scss-module__nZwwLa__checkbox__input{accent-color:#007bff;cursor:pointer;width:18px;height:18px}.ui-module-scss-module__nZwwLa__checkbox__label{color:#333;-webkit-user-select:none;user-select:none;font-size:.9rem}.ui-module-scss-module__nZwwLa__buttonGroup{flex-wrap:wrap;gap:.5rem;display:flex}.ui-module-scss-module__nZwwLa__toggleButton{color:#333;cursor:pointer;background:#f8f9fa;border:1px solid #ddd;border-radius:6px;padding:.4rem .85rem;font-size:.85rem;transition:all .15s}.ui-module-scss-module__nZwwLa__toggleButton:hover:not(:disabled){background:#e9ecef}.ui-module-scss-module__nZwwLa__toggleButton:disabled{opacity:.5;cursor:not-allowed}.ui-module-scss-module__nZwwLa__toggleButton--active{color:#fff;background:#007bff;border-color:#007bff}.ui-module-scss-module__nZwwLa__toggleButton--active:hover:not(:disabled){background:#0056b3}.ui-module-scss-module__nZwwLa__panel{background:#f8f9fa;border-radius:10px;padding:1rem}.ui-module-scss-module__nZwwLa__panel__title{color:#333;margin:0 0 .75rem;font-size:.95rem;font-weight:600}.ui-module-scss-module__nZwwLa__panel__content{flex-direction:column;gap:.75rem;display:flex}.ui-module-scss-module__nZwwLa__stickyPreview{background:#fff;border-radius:12px;padding:1rem;position:sticky;top:20px;box-shadow:0 2px 12px #00000014}@media (max-width:1024px){.ui-module-scss-module__nZwwLa__stickyPreview{position:relative;top:0}}.ui-module-scss-module__nZwwLa__twoColumnLayout{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;width:calc(100vw - 4rem);max-width:1400px;margin-left:50%;display:grid;transform:translate(-50%)}@media (max-width:1024px){.ui-module-scss-module__nZwwLa__twoColumnLayout{grid-template-columns:1fr;width:100%;margin-left:0;transform:none}}.ui-module-scss-module__nZwwLa__twoColumnLayout__controls{flex-direction:column;gap:1rem;display:flex}
.ImagePicker-module-scss-module__4CjnhW__imagePicker{flex-direction:column;gap:1rem;display:flex}.ImagePicker-module-scss-module__4CjnhW__dropzone{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #ccc;border-radius:10px;padding:1.5rem;transition:all .2s}.ImagePicker-module-scss-module__4CjnhW__dropzone:hover{background:#f0f7ff;border-color:#007bff}.ImagePicker-module-scss-module__4CjnhW__dropzone.ImagePicker-module-scss-module__4CjnhW__dragging{background:#e7f1ff;border-style:solid;border-color:#007bff}.ImagePicker-module-scss-module__4CjnhW__dropzoneContent{color:#666;flex-direction:column;align-items:center;gap:.5rem;display:flex}.ImagePicker-module-scss-module__4CjnhW__dropzoneContent p{margin:0;font-size:.9rem}.ImagePicker-module-scss-module__4CjnhW__dropIcon{color:#666;background:#e9ecef;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:300;display:flex}.ImagePicker-module-scss-module__4CjnhW__library{background:#f8f9fa;border-radius:10px;overflow:hidden}.ImagePicker-module-scss-module__4CjnhW__libraryHeader{background:#e9ecef;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.ImagePicker-module-scss-module__4CjnhW__libraryToggle{color:#333;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.25rem;font-size:.85rem;font-weight:600;display:flex}.ImagePicker-module-scss-module__4CjnhW__libraryToggle:hover{color:#007bff}.ImagePicker-module-scss-module__4CjnhW__arrow{font-size:1rem;transition:transform .2s;display:inline-block}.ImagePicker-module-scss-module__4CjnhW__arrow.ImagePicker-module-scss-module__4CjnhW__arrowDown{transform:rotate(90deg)}.ImagePicker-module-scss-module__4CjnhW__libraryGrid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.5rem;max-height:200px;padding:.75rem;display:grid;overflow-y:auto}.ImagePicker-module-scss-module__4CjnhW__libraryItem{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:6px;transition:all .15s;position:relative;overflow:hidden}.ImagePicker-module-scss-module__4CjnhW__libraryItem img{object-fit:cover;width:100%;height:100%}.ImagePicker-module-scss-module__4CjnhW__libraryItem:hover{border-color:#007bff}.ImagePicker-module-scss-module__4CjnhW__libraryItem:hover .ImagePicker-module-scss-module__4CjnhW__removeBtn{opacity:1}.ImagePicker-module-scss-module__4CjnhW__removeBtn{color:#fff;cursor:pointer;opacity:0;background:#dc3545e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;line-height:1;transition:opacity .15s;display:flex;position:absolute;top:2px;right:2px}.ImagePicker-module-scss-module__4CjnhW__removeBtn:hover{background:#dc3545}.ImagePicker-module-scss-module__4CjnhW__loading,.ImagePicker-module-scss-module__4CjnhW__emptyLibrary{text-align:center;color:#888;grid-column:1/-1;padding:1rem;font-size:.85rem}.ImagePicker-module-scss-module__4CjnhW__hint{color:#888;text-align:center;font-size:.8rem}
.ImageDropZone-module-scss-module__GWT6cG__dropZone{text-align:center;cursor:pointer;background:#f8f9fa;border:2px dashed #ced4da;border-radius:8px;justify-content:center;align-items:center;min-height:150px;padding:2rem;transition:all .2s;display:flex}.ImageDropZone-module-scss-module__GWT6cG__dropZone:hover{background:#f0f0f5;border-color:#1a1a2e}.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__dragging{background:#e7f3ff;border-style:solid;border-color:#007bff}.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__hasImage{background:0 0;border-style:solid;border-color:#dee2e6;padding:0}.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__compact{min-height:100px;padding:1rem}.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__compact .ImageDropZone-module-scss-module__GWT6cG__icon{margin-bottom:.25rem;font-size:1.5rem}.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__compact .ImageDropZone-module-scss-module__GWT6cG__primary{margin-bottom:.25rem;font-size:.9rem}.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__compact .ImageDropZone-module-scss-module__GWT6cG__secondary{font-size:.8rem}.ImageDropZone-module-scss-module__GWT6cG__content{flex-direction:column;align-items:center;gap:.25rem;display:flex}.ImageDropZone-module-scss-module__GWT6cG__icon{opacity:.7;margin-bottom:.5rem;font-size:2.5rem}.ImageDropZone-module-scss-module__GWT6cG__primary{color:#333;margin:0;font-size:1rem;font-weight:500}.ImageDropZone-module-scss-module__GWT6cG__secondary{color:#666;margin:0;font-size:.9rem}.ImageDropZone-module-scss-module__GWT6cG__hint{color:#888;margin:.5rem 0 0;font-size:.8rem;font-style:italic}.ImageDropZone-module-scss-module__GWT6cG__preview{border-radius:6px;width:100%;position:relative;overflow:hidden}.ImageDropZone-module-scss-module__GWT6cG__preview img{object-fit:contain;width:100%;max-height:300px;display:block}.ImageDropZone-module-scss-module__GWT6cG__overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.ImageDropZone-module-scss-module__GWT6cG__overlay span{color:#fff;background:#00000080;border-radius:4px;padding:.5rem 1rem;font-size:.9rem}.ImageDropZone-module-scss-module__GWT6cG__dropZone:hover .ImageDropZone-module-scss-module__GWT6cG__overlay,.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__dragging .ImageDropZone-module-scss-module__GWT6cG__overlay{opacity:1}@media (max-width:639px){.ImageDropZone-module-scss-module__GWT6cG__dropZone{min-height:120px;padding:1.5rem}.ImageDropZone-module-scss-module__GWT6cG__dropZone.ImageDropZone-module-scss-module__GWT6cG__compact{min-height:80px;padding:.75rem}.ImageDropZone-module-scss-module__GWT6cG__icon{font-size:2rem}.ImageDropZone-module-scss-module__GWT6cG__primary{font-size:.95rem}.ImageDropZone-module-scss-module__GWT6cG__secondary{font-size:.85rem}.ImageDropZone-module-scss-module__GWT6cG__preview img{max-height:200px}}
