:root{--gutter: 16px;--container-width: calc(100% - (var(--gutter) * 2));--header-top-height: 96px;--header-left-width: 280px}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}.mobile-tab-bar{display:none;gap:8px;padding:0 0 12px;width:100%}.mobile-tab-bar .mobile-tab{flex:1;display:flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:8px;border:2px solid #000;background:#fff;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;cursor:pointer;transition:background-color .15s ease,color .15s ease}.mobile-tab-bar .mobile-tab.active{background:#000;color:#fff}@media screen and (max-width:768px){.mobile-tab-bar{display:flex}}.studio-batch{display:flex;gap:24px;flex-wrap:nowrap;min-height:calc(100vh - var(--header-top-height, 96px));padding-bottom:8px}.studio-batch__panel{flex:0 0 320px;min-width:320px;position:sticky;padding:0 0 32px;top:16px;align-self:flex-start;height:100dvh;display:flex;flex-direction:column;box-sizing:border-box}.studio-batch__panel h4{font-size:14px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;color:#000;width:100%;margin-bottom:16px;margin-top:0;flex:0 0 auto}.studio-batch__panel .panel__form-wrapper{position:relative;display:flex;flex-direction:column;width:100%;padding:1.5rem;box-shadow:0 12px 40px #0000001f;border-radius:24px;flex:1 1 0;overflow:hidden;min-height:0}.studio-batch__panel .panel__form-content{flex:1 1 0;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-right:4px;margin-right:-4px;padding-bottom:14px;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.studio-batch__panel .panel__form-content::-webkit-scrollbar{display:none}.studio-batch__panel .panel__form-footer{display:flex;flex-wrap:wrap;width:100%;margin-top:auto;padding-top:16px;gap:8px;flex:0 0 auto;background:#fff;border-top:1px solid #CCCCCC}.studio-batch__panel .panel__form-footer .btnist{width:100%}.studio-batch__panel .panel__form-footer .btnist.disabled{background-color:#ccc!important;color:#000!important;cursor:not-allowed;pointer-events:none}.studio-batch__panel .panel__form-footer .btnist.disabled .loader{width:24px;border:4px solid #000}.panel__field{display:flex;flex-direction:column;gap:4px;width:100%;flex-shrink:0}.panel__field label{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:500;line-height:150%}.panel__field textarea,.panel__field input,.panel__field select{width:100%;background:#f2f2f2;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;border-radius:8px;border:1px solid transparent;transition:border-color .15s ease}.panel__field textarea:focus,.panel__field input:focus,.panel__field select:focus{border-color:#999}.panel__field textarea{height:75px;min-height:75px;max-height:150px;padding:8px;resize:none;overflow:hidden}.panel__field select{padding:8px 4px}.panel__run{width:100%}.panel__run .bar__run-loader{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.panel__run.loading{pointer-events:none}.panel__run.disabled{background-color:#ccc!important;color:#000!important;cursor:not-allowed;pointer-events:none}.upload-field{position:relative;display:flex;flex-wrap:wrap;width:100%;min-height:112px;padding:1rem;align-content:center;justify-content:center;text-align:center;gap:8px;cursor:pointer;border:1px dashed #999999;border-radius:18px;transition:border-color .2s ease,background-color .2s ease}.upload-field:hover{border-color:#737373;background-color:#00000005}.upload-field span{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#333;width:100%}.upload-field .ist-icon{color:#333}.upload-field.is-dragover{outline:2px dashed #888;background:#0000000d}.upload-field>.upload-preview{width:100%;height:100%;min-height:80px}.upload-field>.upload-preview img{width:100%;height:auto;max-height:140px;object-fit:contain;border-radius:12px}.upload-preview{width:100%;height:100%;position:relative;border-radius:12px}.upload-preview img{max-width:100%;height:auto;display:block;border-radius:12px;object-position:top}.upload-close{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;position:absolute;top:-6px;right:-6px;z-index:9;cursor:pointer;background:#000;color:#fff;border-radius:999px;padding:4px;width:20px;height:20px;font-size:10px;transition:transform .15s ease,background-color .15s ease}.upload-close:hover{background:#333;transform:scale(1.1)}.js-garment-previews-inner{display:flex;flex-wrap:wrap;gap:12px 8px;width:100%;padding:8px;justify-content:flex-start}.js-garment-previews-inner .garment-grid-item{width:calc(33.3333% - 8px);aspect-ratio:1;border-radius:10px;overflow:visible;cursor:pointer;position:relative;transition:transform .15s ease,box-shadow .15s ease}.js-garment-previews-inner .garment-grid-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.js-garment-previews-inner .garment-grid-item img{width:100%;height:100%;object-fit:cover;border-radius:10px}.js-garment-previews-inner .garment-grid-item.garment-grid-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f2f2f2;border:1px dashed #999999;gap:4px}.js-garment-previews-inner .garment-grid-item.garment-grid-upload i{font-size:18px;color:#333}.js-garment-previews-inner .garment-grid-item.garment-grid-upload span{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;font-size:10px;color:#333;width:auto!important}.js-garment-previews-inner .garment-grid-item.garment-grid-upload:hover{background:#eaeaea;border-color:gray}.js-garment-previews-inner .garment-grid-item.garment-preview-item .upload-close{position:absolute;top:-8px;right:-8px;width:22px;height:22px;font-size:10px}.js-garment-drop.upload-field{overflow:visible}.js-garment-drop.upload-field:has(.js-garment-previews-inner){align-content:flex-start;justify-content:flex-start;padding:12px;border-style:solid;border-color:#b3b3b3}.js-garment-drop.upload-field:has(.garment-selected-preview){align-content:flex-start;justify-content:flex-start;padding:12px;border-style:solid;border-color:#b3b3b3}.js-garment-drop.upload-field:has(.js-model-grid){min-height:auto;padding:12px}.js-model-drop,.js-garment-drop:has(.js-model-grid),.js-garment-drop:has(.garment-selected-preview){min-height:auto!important;padding:12px!important}.js-model-grid{display:flex;flex-wrap:wrap;gap:8px;width:100%;justify-content:flex-start}.js-model-grid .model-grid-item{width:calc(66.666666% - 6px);height:80px;border-radius:10px;overflow:hidden;cursor:pointer;position:relative;transition:transform .15s ease,box-shadow .15s ease}.js-model-grid .model-grid-item:last-of-type{width:calc(33.33333% - 6px)}.js-model-grid .model-grid-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.js-model-grid .model-grid-item img{width:100%;height:100%;object-fit:cover;border-radius:10px;object-position:top}.js-model-grid .model-grid-item.model-grid-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f2f2f2;border:1px dashed #999999;gap:4px}.js-model-grid .model-grid-item.model-grid-upload i{font-size:18px;color:#333}.js-model-grid .model-grid-item.model-grid-upload span{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;font-size:10px;color:#333;width:auto!important}.js-model-grid .model-grid-item.model-grid-upload:hover{background:#eaeaea;border-color:gray}.model-selected-preview{width:100%;display:flex;justify-content:center;align-items:center}.model-selected-preview .upload-preview{position:relative;width:80px;height:80px}.model-selected-preview .upload-preview img{width:100%;height:100%;object-fit:contain;object-fit:cover;border-radius:10px;box-shadow:0 2px 8px #0000001a}.model-selected-preview .upload-preview .upload-close{position:absolute;top:-5px;right:-5px;width:18px;height:18px;font-size:9px}.garment-selected-preview{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:8px}.garment-selected-preview .upload-preview{position:relative;width:calc(33.3333% - 6px);height:80px}.garment-selected-preview .upload-preview img{width:100%;height:100%;object-fit:contain;border-radius:10px;box-shadow:0 2px 8px #0000001a}.garment-selected-preview .upload-preview .upload-close{position:absolute;top:-5px;right:-5px;width:18px;height:18px;font-size:9px}.garment-selected-preview .garment-add-btn{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f2f2f2;border:1px dashed #999999;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.garment-selected-preview .garment-add-btn i{font-size:18px;color:#333}.garment-selected-preview .garment-add-btn:hover{background:#eaeaea;border-color:gray}.ctypewrap{display:flex;flex-wrap:wrap;gap:8px;width:100%}.ctypewrap .ctype{display:flex;align-items:center;justify-content:center;border:1px solid #000;border-radius:8px;width:calc(33.33333% - 6px);padding:10px 6px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.ctypewrap .ctype span{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;width:auto!important}.ctypewrap .ctype .fa-solid{font-size:16px;margin-right:6px}.ctypewrap .ctype:hover:not(.active){background-color:#0000000d}.ctypewrap .ctype.active{background-color:#000}.ctypewrap .ctype.active span,.ctypewrap .ctype.active .fa-solid{color:#fff}.popup-upload-option{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(25% - 9px);aspect-ratio:1;background:#f2f2f2;border:1px dashed #999999;border-radius:8px;cursor:pointer;gap:6px;transition:background-color .15s ease,border-color .15s ease}.popup-upload-option i{font-size:24px;color:#333}.popup-upload-option span{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;font-size:11px;color:#333;text-align:center}.popup-upload-option:hover{background:#eaeaea;border-color:gray}.imgstd-popup--example .content__body>img{width:calc(25% - 9px);aspect-ratio:3/4;object-fit:cover;border-radius:8px;background:#e6e6e6;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.imgstd-popup--example .content__body>img:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.imgstd-popup--example .content__body>img.active{box-shadow:0 0 0 2px #000}.studio-batch__grid-area{flex:1;min-width:0;position:relative}.studio-batch__grid{display:flex;flex-direction:column;gap:8px;padding:0 0 24px;position:relative;min-height:200px}.justified-row{display:flex;gap:8px;width:100%}.grid-card{border-radius:14px;overflow:hidden;cursor:pointer;position:relative;transition:transform .2s ease,box-shadow .2s ease;min-width:0}.grid-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000021}.grid-card img{width:100%;height:100%;object-fit:contain;display:block;opacity:0;transition:opacity .3s ease}.grid-card img.loaded{opacity:1}.grid-card__status{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000008c;backdrop-filter:blur(2px);border-radius:14px;opacity:0;visibility:hidden;transition:opacity .2s ease}.grid-card__status.visible{opacity:1;visibility:visible}.grid-card__status .status-inner{display:flex;flex-direction:column;align-items:center;gap:10px}.grid-card__status .status-inner .status-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.grid-card__status .status-inner .status-text{color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;color:#fff;text-align:center}.grid-card--error .grid-card__status{background:#000000b3}.grid-card--error .grid-card__status .status-spinner{display:none}.grid-card__actions{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;gap:5px;opacity:0;visibility:hidden;transform:translate(4px);transition:opacity .15s ease,visibility .15s ease,transform .15s ease;z-index:2}.grid-card__actions .card-action{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:10px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffffffe6;cursor:pointer;font-size:12px;text-decoration:none;transition:all .18s ease;position:relative}.grid-card__actions .card-action:after{content:attr(title);position:absolute;right:calc(100% + 8px);top:50%;transform:translateY(-50%) translate(4px);padding:5px 10px;border-radius:8px;background:#000000bf;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s ease;letter-spacing:.01em}.grid-card__actions .card-action:hover:after{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.grid-card__actions .card-action:hover{background:#000c;color:#fff;transform:scale(1.1)}.grid-card__actions .card-action.js-card-use-result{background:#00000080;color:#ffffffe6}.grid-card__actions .card-action.js-card-use-result:hover{background:#000c;color:#fff}.grid-card__actions .card-action.js-card-generate-video{background:#00000080;color:#ffffffe6}.grid-card__actions .card-action.js-card-generate-video:hover{background:#000c;color:#fff}.grid-card__actions .card-action.js-card-delete:hover,.grid-card__actions .card-action.js-card-favorite:hover{background:#ef4444d9}.grid-card__actions .card-action:disabled{opacity:.35;cursor:not-allowed;pointer-events:auto;transform:none}.grid-card__actions .card-action:disabled:hover{background:#00000080;color:#ffffffe6;transform:none}.grid-card__actions .card-action:disabled:after{display:none}.grid-card:hover .grid-card__actions{opacity:1;visibility:visible;transform:translate(0)}.grid-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e6e6e6,#f2f2f2);display:flex;align-items:center;justify-content:center}.grid-card__placeholder i{font-size:36px;color:#999}.grid-skeleton{position:absolute;inset:0;z-index:1;pointer-events:none;display:flex;flex-direction:column;gap:8px}.grid-skeleton .skeleton-row{display:flex;gap:8px;width:100%}.grid-skeleton .skeleton-card{flex:1;height:220px;background:#f2f2f2;border-radius:14px;overflow:hidden}.grid-skeleton .skeleton-card .skeleton-shimmer{width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 20%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.4) 80%,transparent 100%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.studio-batch__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.studio-batch__empty i{font-size:48px;color:#b3b3b3;margin-bottom:16px}.studio-batch__empty p{color:#000;font-size:16px;font-family:Inter,Arial,sans-serif;font-style:normal;font-weight:400;line-height:150%;color:gray}.imggen-popup{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease}@media screen and (min-width:769px){.imggen-popup .mobile-cta-icon{display:none!important}}.imggen-popup.hidden{opacity:0;pointer-events:none}.imggen-popup__backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(4px);cursor:pointer}.imggen-popup__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;border:none;background:#00000080;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,opacity .15s ease,transform .15s ease}.imggen-popup__nav:hover{background:#000000bf;transform:translateY(-50%) scale(1.08)}.imggen-popup__nav--prev{left:24px}.imggen-popup__nav--next{right:24px}.imggen-popup__nav.nav-hidden{opacity:0;pointer-events:none}.imggen-popup__dialog{position:relative;display:flex;background:#fff;border-radius:16px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 12px 40px #0000001f;z-index:1}.imggen-popup__close{position:absolute;top:16px;right:16px;z-index:3;width:32px;height:32px;border-radius:8px;border:none;background:#00000080;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.imggen-popup__close:hover{background:#000000bf}.imggen-popup__image{flex:1;min-width:0;max-height:90vh;display:flex;align-items:center;justify-content:center;background:#fff}.imggen-popup__image img{max-width:100%;max-height:90vh;object-fit:contain;display:block}.imggen-popup__sidebar{flex:0 0 220px;padding:16px;display:flex;flex-direction:column;overflow-y:auto;border-left:1px solid #E6E6E6}.imggen-popup__model{font-size:14px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;color:#000;cursor:pointer;transition:color .15s ease}.imggen-popup__model:hover{color:#667eea}.imggen-popup__inputs{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.imggen-popup__inputs img{width:40px;height:40px;border-radius:8px;object-fit:cover;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.imggen-popup__inputs img:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.imggen-popup__prompt{color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#666;line-height:1.4;cursor:pointer;transition:color .15s ease;margin-top:12px}.imggen-popup__prompt:hover{color:#000}.imggen-popup__prompt:not(:empty){max-height:80px;overflow-y:auto;padding-right:4px}.imggen-popup__prompt:not(:empty)::-webkit-scrollbar{width:4px}.imggen-popup__prompt:not(:empty)::-webkit-scrollbar-track{background:transparent}.imggen-popup__prompt:not(:empty)::-webkit-scrollbar-thumb{background:#999;border-radius:2px}.imggen-popup__prompt:empty{display:none}.imggen-popup__badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.imggen-popup__badges .badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;border:1px solid #CCCCCC;background:#fff;color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:#4d4d4d;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.imggen-popup__badges .badge:hover{background:#000;border-color:#000;color:#fff}.imggen-popup__date{color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:400;line-height:150%;color:gray;margin-top:auto;padding-top:12px}.imggen-popup__actions{display:flex;flex-wrap:wrap;gap:4px;padding-top:12px;border-top:1px solid #E6E6E6;margin-top:12px}.imggen-popup__actions .popup-action{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #CCCCCC;border-radius:10px;background:#fff;color:#666;cursor:pointer;font-size:13px;text-decoration:none;transition:all .18s ease;position:relative}.imggen-popup__actions .popup-action:hover{border-color:#000;background:#000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.imggen-popup__actions .popup-action.js-popup-delete:hover,.imggen-popup__actions .popup-action.js-popup-favorite:hover{background:#ef4444;border-color:#ef4444;box-shadow:0 4px 14px #ef44444d}.imggen-popup__actions .popup-action:disabled{opacity:.3;cursor:not-allowed;pointer-events:auto}.imggen-popup__actions .popup-action:disabled:hover{border-color:#ccc;background:#fff;color:#666;transform:none;box-shadow:none}.imggen-popup__cta-row{display:flex;flex-direction:column;gap:6px;padding-top:12px}.imggen-popup__cta-row .popup-cta{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:10px;border:1px solid #000;background:#000;color:#000;font-size:12px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;color:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.imggen-popup__cta-row .popup-cta i{font-size:13px;color:#fff}.imggen-popup__cta-row .popup-cta:hover{background:#1f1f1f;border-color:#1f1f1f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.imggen-popup__cta-row .popup-cta:disabled{opacity:.3;cursor:not-allowed;pointer-events:auto}.imggen-popup__cta-row .popup-cta:disabled:hover{background:#000;border-color:#000;transform:none;box-shadow:none}.floating-tooltip{position:fixed;z-index:99999;padding:5px 10px;border-radius:8px;background:#000c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:500;white-space:nowrap;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;letter-spacing:.01em}.floating-tooltip.visible{opacity:1;transform:translateY(0)}.garment-cat-thumb{width:calc(25% - 9px);aspect-ratio:1;position:relative;cursor:pointer;border-radius:8px;overflow:hidden;background:#e6e6e6}.garment-cat-thumb img{width:100%!important;height:100%!important;object-fit:cover;display:block;border-radius:8px;transition:transform .2s ease}.garment-cat-thumb:hover img{transform:scale(1.04)}.garment-cat-thumb .garment-cat-label{position:absolute;bottom:0;left:0;right:0;padding:6px 8px;background:linear-gradient(0deg,#000000a6,#0000);color:#fff;color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;font-size:12px;text-align:center;pointer-events:none;border-radius:0 0 8px 8px}.garment-item-thumb{width:calc(25% - 9px);aspect-ratio:1;position:relative;cursor:pointer;border-radius:8px;overflow:visible;background:#e6e6e6;transition:box-shadow .15s ease}.garment-item-thumb img{width:100%!important;height:100%!important;object-fit:cover;display:block;border-radius:8px}.garment-item-thumb .garment-check-icon{position:absolute;top:4px;right:4px;width:22px;height:22px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;pointer-events:none;z-index:2}.garment-item-thumb.active{box-shadow:0 0 0 2px #000}.garment-item-thumb:hover:not(.active){box-shadow:0 0 0 2px #999}@media screen and (max-width:768px){.studio-batch{flex-wrap:wrap;gap:0}.studio-batch__panel{flex:0 0 100%;min-width:100%;position:relative;height:calc(100dvh - 120px)}.studio-batch__panel .panel__form-wrapper{flex:1 1 0;overflow:hidden;min-height:0}.studio-batch__panel .panel__form-wrapper .panel__form-content{flex:1 1 0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.studio-batch__panel .panel__form-wrapper .panel__form-content::-webkit-scrollbar{display:none}.studio-batch__grid-area{flex:0 0 100%}.studio-batch__panel.mobile-hidden,.studio-batch__grid-area.mobile-hidden{display:none}.imgstd-popup--example .content{width:100%!important;max-width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;top:0!important;left:0!important;transform:none!important}.imgstd-popup--example .content__body{display:flex;flex-wrap:wrap;gap:12px;align-content:flex-start}.imgstd-popup--example .content__body>img{width:calc(50% - 6px);aspect-ratio:3/4;object-fit:cover;border-radius:8px;background:#e6e6e6}.imgstd-popup--example .popup-upload-option,.imgstd-popup--example .garment-cat-thumb,.imgstd-popup--example .garment-item-thumb,.imgstd-popup--example .my-uploads-grid .my-upload-item{width:calc(50% - 6px);aspect-ratio:1}.imggen-popup{align-items:flex-end;justify-content:flex-end;max-height:100svh;height:100svh}.imggen-popup__cta-row{display:none!important}.imggen-popup__nav{z-index:3;width:40px;height:40px;font-size:16px;transform:translateY(-50%)}.imggen-popup__nav--prev{left:12px}.imggen-popup__nav--next{right:12px}.imggen-popup__nav:hover{transform:translateY(-50%) scale(1.08)}.imggen-popup__dialog{flex-direction:column;max-width:100vw;width:100vw;max-height:100svh;height:100svh;border-radius:0;box-shadow:none}.imggen-popup__close{top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#00000080}.imggen-popup__image{flex:1 1 0;min-height:0;overflow:hidden;position:relative}.imggen-popup__image img{max-height:100%;object-fit:contain}.imggen-popup__sidebar{flex:0 0 auto;border-left:none;border-top:1px solid #E6E6E6;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}.imggen-popup__prompt:not(:empty){max-height:60px}.imggen-popup__actions{display:flex}.imgstd-popup--confirm .content{width:calc(100% - 32px)!important;max-width:400px!important;height:auto!important;max-height:75vh!important;border-radius:14px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.imgstd-popup--topup .content{width:calc(100% - 32px)!important;max-width:720px!important;height:auto!important;max-height:75vh!important;border-radius:14px!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.grid-card__actions{display:none}.my-upload-item .my-upload-hide{opacity:1!important;visibility:visible!important;transform:scale(1)!important}.my-upload-item.active .my-upload-hide{opacity:0!important;visibility:hidden!important}}@media screen and (max-width:480px){.imggen-popup__nav{width:36px;height:36px;font-size:14px}.imggen-popup__actions .popup-action{width:32px;height:32px;font-size:12px}}.my-uploads-section{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:8px;padding-top:16px;border-top:1px solid #E6E6E6}.my-uploads-header{color:#000;font-size:14px;font-family:Inter;font-style:normal;font-weight:600;line-height:150%;color:#4d4d4d;margin:0;width:100%}.my-uploads-grid{display:flex;flex-wrap:wrap;gap:12px;width:100%}.my-uploads-loader{width:100%;display:flex;justify-content:center;padding:16px 0}.my-uploads-loader .status-spinner{width:24px;height:24px;border:3px solid rgba(0,0,0,.1);border-top-color:#4d4d4d;border-radius:50%;animation:spin .8s linear infinite}.my-upload-item{position:relative}.my-upload-item .my-upload-hide{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:6px;border:none;background:#0009;backdrop-filter:blur(4px);color:#fff;cursor:pointer;font-size:10px;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:scale(.8);transition:opacity .15s ease,visibility .15s ease,transform .15s ease,background .12s ease;z-index:3}.my-upload-item .my-upload-hide:hover{background:#d00000d9;transform:scale(1.1)}.my-upload-item:hover .my-upload-hide{opacity:1;visibility:visible;transform:scale(1)}.my-uploads-grid .my-upload-item{width:calc(25% - 9px);aspect-ratio:1}.my-uploads-grid .my-upload-item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.js-card-favorite .fa-solid.fa-heart,.js-popup-favorite .fa-solid.fa-heart{color:#ef4444}.imgstd-popup--confirm .content{max-width:400px}.imgstd-popup--confirm .content__body{padding:20px 16px 16px;flex-direction:column}.imgstd-popup--confirm .content__body p{margin:0}
