.page-module__z5165a__page{--review-title-color:#111827;--review-subtitle-color:var(--theme-muted-text);--review-status-text:#4b5568;--review-loader-track:#3b52a42e;--review-loader-top:#3b82f6;--review-mode-group-background:#3b52a41f;--review-mode-group-border:#3b52a438;--review-mode-label:#2f3a55;--review-mode-hover-background:#3b52a429;--review-mode-hover-text:#1b1f31;--review-mode-active-background:#3b82f6;--review-mode-active-text:#fff;--review-mode-active-shadow:0 2px 6px #3b82f659;--review-mode-active-hover:#2563eb;--review-empty-text:#4f5a73b3;--review-scene-background:linear-gradient(160deg,#fff 0%,#f3f4fa 100%);--review-scene-border:#0f172a14;--review-scene-shadow:inset 0 1px 0 #ffffff80,0 10px 24px #0f172a14;--review-scene-empty-border:#0f172a14;--review-scene-empty-background:#f4f6ffa6;--review-scene-title-color:#1f2937;--review-scene-hover-border:#3b82f659;--review-scene-hover-shadow:inset 0 1px 0 #ffffffbf,0 16px 30px #3b52a440;--review-scene-badge-background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);--review-scene-badge-text:#fff;--review-scene-empty-inner-shadow:inset 0 0 0 1px #ffffff73;--review-scene-badge-shadow:0 2px 6px #17255440;background:var(--theme-page-background);min-height:100vh;color:var(--theme-page-foreground);flex-direction:column;align-items:center;display:flex}@media (prefers-color-scheme:dark){.page-module__z5165a__page{--review-title-color:#f5f5f7;--review-subtitle-color:var(--theme-muted-text);--review-status-text:#d1d5db;--review-loader-track:#fff3;--review-loader-top:#3b82f6;--review-mode-group-background:#1f2231;--review-mode-group-border:#ffffff14;--review-mode-label:#cbd5f5;--review-mode-hover-background:#ffffff1a;--review-mode-hover-text:#fff;--review-mode-active-background:#3b82f6;--review-mode-active-text:#fff;--review-mode-active-shadow:0 2px 4px #3b82f64d;--review-mode-active-hover:#2563eb;--review-empty-text:#c7cde6cc;--review-scene-background:linear-gradient(160deg,#1a1d2b 0%,#10121b 100%);--review-scene-border:#ffffff0a;--review-scene-shadow:inset 0 1px 0 #ffffff0d,0 10px 24px #080a1473;--review-scene-empty-border:#ffffff14;--review-scene-empty-background:#141622cc;--review-scene-title-color:#f4f6ff;--review-scene-hover-border:#3b82f680;--review-scene-hover-shadow:inset 0 1px 0 #ffffff14,0 16px 30px #0a14288c;--review-scene-badge-background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);--review-scene-badge-text:#fff;--review-scene-empty-inner-shadow:inset 0 0 0 1px #ffffff05;--review-scene-badge-shadow:0 2px 4px #0003}}.page-module__z5165a__main{box-sizing:border-box;flex-direction:column;justify-content:center;justify-items:center;width:100%;max-width:1400px;height:calc(100vh - 80px);display:flex}.page-module__z5165a__reviewContent{background:var(--theme-content-background);border:1px solid var(--theme-content-border);height:100%;box-shadow:var(--theme-content-shadow-lg);flex-direction:column;justify-content:flex-start;gap:16px;padding:24px;display:flex;position:relative}.page-module__z5165a__projectHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.page-module__z5165a__projectMeta{flex-direction:column;gap:4px;display:flex}.page-module__z5165a__projectTitleRow{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.page-module__z5165a__title{color:var(--review-title-color);margin:0;font-size:28px;font-weight:700}.page-module__z5165a__subtitle{color:var(--review-subtitle-color);margin:0;font-size:14px}.page-module__z5165a__statusSection{align-items:center;gap:8px;margin-top:8px;display:flex}.page-module__z5165a__statusText{color:var(--review-subtitle-color);text-transform:capitalize;font-size:13px;font-weight:500}.page-module__z5165a__remixButton{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:background .2s,transform .1s}.page-module__z5165a__remixButton:hover{background:#16a34a}.page-module__z5165a__remixButton:active{transform:translateY(1px)}.page-module__z5165a__remixButton:disabled{opacity:.7;cursor:not-allowed}.page-module__z5165a__statusContainer{text-align:center;color:var(--review-status-text);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 24px;display:flex}.page-module__z5165a__loader{border:4px solid var(--review-loader-track);border-top-color:var(--review-loader-top);border-radius:50%;width:48px;height:48px;animation:1s linear infinite page-module__z5165a__spin}.page-module__z5165a__statusMessage{font-size:16px}.page-module__z5165a__errorTitle{margin:0;font-size:24px;font-weight:700}.page-module__z5165a__errorMessage{max-width:420px;font-size:16px}.page-module__z5165a__modeButtons{background:var(--review-mode-group-background);border:1px solid var(--review-mode-group-border);border-radius:8px;gap:6px;padding:4px;display:flex}.page-module__z5165a__modeButton{color:var(--review-mode-label);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px 14px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__z5165a__modeButton:hover{background:var(--review-mode-hover-background);color:var(--review-mode-hover-text)}.page-module__z5165a__modeButtonActive{background:var(--review-mode-active-background);color:var(--review-mode-active-text);box-shadow:var(--review-mode-active-shadow)}.page-module__z5165a__modeButtonActive:hover{background:var(--review-mode-active-hover)}.page-module__z5165a__modeLabel{text-transform:uppercase;letter-spacing:.6px;font-size:12px;font-weight:600}@keyframes page-module__z5165a__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.page-module__z5165a__main{padding:24px 16px 48px}.page-module__z5165a__reviewContent{padding:20px}.page-module__z5165a__title{font-size:20px}.page-module__z5165a__modeButtons{gap:4px}.page-module__z5165a__modeButton{padding:6px 10px}.page-module__z5165a__modeLabel{font-size:11px}}
.FullscreenImageModal-module__bI-DhG__backdrop{z-index:2000;cursor:pointer;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.FullscreenImageModal-module__bI-DhG__closeButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2001;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s ease-in-out;display:flex;position:absolute;top:20px;right:20px}.FullscreenImageModal-module__bI-DhG__closeButton:hover{background:#fff3;transform:scale(1.1)}.FullscreenImageModal-module__bI-DhG__closeButton svg{width:20px;height:20px}.FullscreenImageModal-module__bI-DhG__fullscreenImage{object-fit:contain;cursor:default;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:100vw;height:auto;max-height:100vh}.FullscreenImageModal-module__bI-DhG__twoImageContainer{cursor:default;flex-direction:row;justify-content:space-around;align-items:center;width:100vw;max-height:100vh;display:flex}.FullscreenImageModal-module__bI-DhG__sideImage{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;max-width:calc(50vw - 10px);height:auto;max-height:100vh}@media (max-width:768px){.FullscreenImageModal-module__bI-DhG__closeButton{width:40px;height:40px;top:10px;right:10px}.FullscreenImageModal-module__bI-DhG__closeButton svg{width:16px;height:16px}.FullscreenImageModal-module__bI-DhG__twoImageContainer{box-sizing:border-box;flex-direction:column;gap:10px;max-height:100vh;padding:20px 10px}.FullscreenImageModal-module__bI-DhG__sideImage{max-width:calc(100vw - 20px);max-height:calc(50vh - 10px)}}
.ToggleSwitch-module__XzVNfa__toggleContainer{align-items:center;gap:12px;margin-top:4px;display:flex}.ToggleSwitch-module__XzVNfa__compact{gap:8px;margin-top:0}.ToggleSwitch-module__XzVNfa__compact .ToggleSwitch-module__XzVNfa__toggleSwitch{width:40px;height:20px}.ToggleSwitch-module__XzVNfa__compact .ToggleSwitch-module__XzVNfa__toggleSlider{border-radius:20px}.ToggleSwitch-module__XzVNfa__compact .ToggleSwitch-module__XzVNfa__toggleSlider:before{width:14px;height:14px;bottom:3px;left:4px}.ToggleSwitch-module__XzVNfa__compact .ToggleSwitch-module__XzVNfa__toggleSwitch input:checked+.ToggleSwitch-module__XzVNfa__toggleSlider:before{transform:translate(18px)}.ToggleSwitch-module__XzVNfa__toggleSwitch{cursor:pointer;width:50px;height:24px;display:inline-block;position:relative}.ToggleSwitch-module__XzVNfa__toggleSwitch input{opacity:0;width:0;height:0}.ToggleSwitch-module__XzVNfa__toggleSlider{cursor:pointer;background-color:#ccc;border-radius:24px;transition:all .3s;position:absolute;inset:0}.ToggleSwitch-module__XzVNfa__toggleSlider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.ToggleSwitch-module__XzVNfa__toggleSwitch input:checked+.ToggleSwitch-module__XzVNfa__toggleSlider:before{transform:translate(26px)}.ToggleSwitch-module__XzVNfa__toggleSwitch input:focus+.ToggleSwitch-module__XzVNfa__toggleSlider{box-shadow:0 0 1px}.ToggleSwitch-module__XzVNfa__toggleSwitch input:disabled+.ToggleSwitch-module__XzVNfa__toggleSlider{cursor:not-allowed;background-color:#d1d5db}.ToggleSwitch-module__XzVNfa__toggleSwitch input:disabled+.ToggleSwitch-module__XzVNfa__toggleSlider:before{background-color:#f3f4f6}.ToggleSwitch-module__XzVNfa__toggleLabel{color:#374151;font-size:14px;font-weight:500}.ToggleSwitch-module__XzVNfa__primary input:checked+.ToggleSwitch-module__XzVNfa__toggleSlider{background-color:#3b82f6}.ToggleSwitch-module__XzVNfa__primary input:focus+.ToggleSwitch-module__XzVNfa__toggleSlider{box-shadow:0 0 1px #3b82f6}.ToggleSwitch-module__XzVNfa__secondary input:checked+.ToggleSwitch-module__XzVNfa__toggleSlider{background-color:#007bff}.ToggleSwitch-module__XzVNfa__secondary input:focus+.ToggleSwitch-module__XzVNfa__toggleSlider{box-shadow:0 0 1px #007bff}.ToggleSwitch-module__XzVNfa__success input:checked+.ToggleSwitch-module__XzVNfa__toggleSlider{background-color:#10b981}.ToggleSwitch-module__XzVNfa__success input:focus+.ToggleSwitch-module__XzVNfa__toggleSlider{box-shadow:0 0 1px #10b981}.ToggleSwitch-module__XzVNfa__warning input:checked+.ToggleSwitch-module__XzVNfa__toggleSlider{background-color:#f59e0b}.ToggleSwitch-module__XzVNfa__warning input:focus+.ToggleSwitch-module__XzVNfa__toggleSlider{box-shadow:0 0 1px #f59e0b}.ToggleSwitch-module__XzVNfa__danger input:checked+.ToggleSwitch-module__XzVNfa__toggleSlider{background-color:#ef4444}.ToggleSwitch-module__XzVNfa__danger input:focus+.ToggleSwitch-module__XzVNfa__toggleSlider{box-shadow:0 0 1px #ef4444}
.AssetImageList-module__e-5OYW__container{width:100%;height:100%;color:var(--foreground);border:none;border-radius:0;padding:0;transition:border .3s,background-color .3s}.AssetImageList-module__e-5OYW__list{-ms-overflow-style:none;scrollbar-width:none;grid-template-columns:repeat(auto-fill,120px);grid-auto-rows:180px;gap:16px;width:100%;height:100%;min-height:auto;max-height:calc(100vh - 120px);padding:3px 0 20px;display:grid;position:relative;overflow:visible auto}.AssetImageList-module__e-5OYW__list::-webkit-scrollbar{display:none}.AssetImageList-module__e-5OYW__toolBoxBlock{cursor:pointer;background:var(--theme-content-background);border:1px solid var(--theme-content-border);aspect-ratio:1;width:100%;height:100%;box-shadow:0 6px 18px var(--shadow-color);border-radius:8px;transition:transform .2s,box-shadow .2s;position:relative}.AssetImageList-module__e-5OYW__toolBoxBlock:hover{box-shadow:0 10px 24px var(--shadow-color);transform:translateY(-2px)}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__empty{border:2px dashed var(--theme-content-border);background:#94a3b80a;background:color-mix(in srgb,var(--theme-content-background)85%,transparent)}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__empty:hover{border-color:var(--theme-active-tab-border);background:#3b82f614;background:color-mix(in srgb,var(--theme-content-background)70%,var(--theme-active-tab-border)30%)}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__pending{border:2px solid var(--theme-active-tab-border);background:linear-gradient(135deg,#3b82f614 0%,#3b82f60a 100%);background:linear-gradient(135deg,color-mix(in srgb,var(--theme-active-tab-border)12%,transparent)0%,color-mix(in srgb,var(--theme-active-tab-border)8%,transparent)100%);cursor:default}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__pending:hover{box-shadow:none;transform:none}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__activated{animation:2.5s ease-in-out infinite AssetImageList-module__e-5OYW__pulse}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__disabled:hover{box-shadow:none;transform:none}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__empty.AssetImageList-module__e-5OYW__disabled{border-color:var(--theme-content-border);background:#94a3b81f;background:color-mix(in srgb,var(--theme-content-background)90%,transparent)}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__empty.AssetImageList-module__e-5OYW__disabled .AssetImageList-module__e-5OYW__plusIcon{color:var(--text-muted)}.AssetImageList-module__e-5OYW__image{object-fit:cover;border-radius:8px;width:100%;height:100%}.AssetImageList-module__e-5OYW__emptyState{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.AssetImageList-module__e-5OYW__plusIcon{color:var(--text-muted);font-size:50px;transition:color .2s}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__empty:hover .AssetImageList-module__e-5OYW__plusIcon{color:var(--theme-active-tab-border)}.AssetImageList-module__e-5OYW__pendingContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;display:flex}.AssetImageList-module__e-5OYW__pendingSpinner{border:2px solid #3b82f626;border:2px solid color-mix(in srgb,var(--theme-active-tab-border)15%,transparent);border-top:2px solid var(--theme-active-tab-border);border-radius:50%;width:20px;height:20px;margin-bottom:4px;animation:1s linear infinite AssetImageList-module__e-5OYW__spin}.AssetImageList-module__e-5OYW__loadingState{color:var(--text-muted);flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;padding:16px 0;font-size:14px;display:flex}.AssetImageList-module__e-5OYW__loadingSpinner{border:4px solid #94a3b859;border-top-color:var(--theme-accent,#2563eb);border-radius:50%;width:42px;height:42px;animation:.9s linear infinite AssetImageList-module__e-5OYW__spin}.AssetImageList-module__e-5OYW__loadingText{color:inherit;font-size:13px}@keyframes AssetImageList-module__e-5OYW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AssetImageList-module__e-5OYW__pendingLabel{color:var(--theme-active-tab-border);margin-bottom:2px;font-size:10px;font-weight:600;line-height:1.2}.AssetImageList-module__e-5OYW__pendingPrompt{color:var(--text-secondary);word-break:break-word;max-width:90px;font-size:8px;line-height:1.2}@keyframes AssetImageList-module__e-5OYW__pulse{0%,to{opacity:1;box-shadow:0 0 #007bff00}50%{opacity:.8;box-shadow:0 0 20px #007bff66}}.AssetImageList-module__e-5OYW__emptyStateMessage{z-index:0;pointer-events:none;border-radius:8px;grid-column:1/-1;justify-content:center;align-items:center;width:100%;height:100%;min-height:200px;transition:all .3s;display:flex;position:absolute}.AssetImageList-module__e-5OYW__emptyStateContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.AssetImageList-module__e-5OYW__emptyStateIcon{color:var(--text-muted);margin-bottom:12px;font-size:28px;transition:color .3s}.AssetImageList-module__e-5OYW__emptyStateText{color:var(--text-secondary);max-width:250px;margin:0;font-size:13px;line-height:1.4}.AssetImageList-module__e-5OYW__addButtonText{color:var(--text-secondary);text-align:center;margin-top:8px;padding:0 8px;font-size:12px;font-weight:600;line-height:1.2}.AssetImageList-module__e-5OYW__toolBoxBlock.AssetImageList-module__e-5OYW__empty:hover .AssetImageList-module__e-5OYW__addButtonText{color:var(--theme-active-tab-border)}
.AssetImageDrawer-module__kdl-za__floatingTab{width:38px;color:var(--theme-active-tab-text);border:1px solid var(--theme-content-border);cursor:pointer;box-shadow:2px 0 8px var(--shadow-color);z-index:1000;writing-mode:vertical-lr;text-orientation:mixed;border-radius:0 8px 8px 0;flex-direction:column;justify-content:center;align-items:center;min-height:90px;padding:12px 8px;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:fixed;top:50vh;left:0;transform:translateY(-50%)}.AssetImageDrawer-module__kdl-za__floatingTab:hover{background:color-mix(in srgb,var(--theme-active-tab-border)85%,transparent);box-shadow:4px 0 12px var(--shadow-color);padding-right:12px}.AssetImageDrawer-module__kdl-za__floatingTab.AssetImageDrawer-module__kdl-za__emptyState{animation:2s ease-in-out infinite AssetImageDrawer-module__kdl-za__pulseGlow}.AssetImageDrawer-module__kdl-za__floatingTab.AssetImageDrawer-module__kdl-za__emptyState:hover{animation:none}@keyframes AssetImageDrawer-module__kdl-za__pulseGlow{0%,to{box-shadow:2px 0 8px var(--shadow-color);background:var(--theme-active-tab-border);transform:translateY(-50%)scale(1)}50%{box-shadow:2px 0 16px color-mix(in srgb,var(--theme-active-tab-border)35%,transparent),2px 0 8px var(--shadow-color);background:color-mix(in srgb,var(--theme-active-tab-border)80%,transparent);transform:translateY(-50%)scale(1.1)}}.AssetImageDrawer-module__kdl-za__tabText{letter-spacing:1px;font-size:12px;font-weight:600}.AssetImageDrawer-module__kdl-za__countBadge{background:var(--theme-delete-button-bg);color:var(--theme-delete-button-text);text-align:center;writing-mode:initial;text-orientation:initial;border-radius:8px;min-width:12px;padding:2px 4px;font-size:8px;font-weight:600;position:absolute;top:8px;right:-6px}.AssetImageDrawer-module__kdl-za__customDrawer{z-index:100;border-right:1px solid var(--theme-content-border);width:450px;box-shadow:var(--theme-content-shadow-lg);flex-direction:column;transition:transform .3s ease-out;display:flex;position:absolute;top:0;bottom:0;left:0}.AssetImageDrawer-module__kdl-za__customDrawer.AssetImageDrawer-module__kdl-za__open{transform:translate(0)}.AssetImageDrawer-module__kdl-za__drawerContent{background-color:var(--theme-asset-drawer-background);border-right:1px solid var(--theme-content-border);flex-direction:column;height:100%;transition:background-color .3s;display:flex}.AssetImageDrawer-module__kdl-za__drawerContent.AssetImageDrawer-module__kdl-za__dragOver{background:color-mix(in srgb,var(--theme-content-background)80%,var(--theme-active-tab-border)20%)}.AssetImageDrawer-module__kdl-za__drawerHeader{background:var(--theme-surface-background);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.AssetImageDrawer-module__kdl-za__drawerTitle{color:var(--foreground);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:600;display:flex}.AssetImageDrawer-module__kdl-za__headerCount{color:var(--text-secondary);font-size:14px;font-weight:400}.AssetImageDrawer-module__kdl-za__closeButton{cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.AssetImageDrawer-module__kdl-za__closeButton:hover{background:color-mix(in srgb,var(--theme-content-background)65%,var(--theme-active-tab-border)35%);color:var(--foreground)}.AssetImageDrawer-module__kdl-za__drawerBody{flex:1;padding:20px;overflow:hidden}.AssetImageDrawer-module__kdl-za__dragOverModal{background:color-mix(in srgb,var(--theme-active-tab-border)80%,#0003);z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;animation:.2s ease-in-out AssetImageDrawer-module__kdl-za__fadeIn;display:flex;position:absolute;inset:0}@keyframes AssetImageDrawer-module__kdl-za__fadeIn{0%{opacity:0}to{opacity:1}}.AssetImageDrawer-module__kdl-za__dragOverContent{text-align:center;color:var(--theme-active-tab-text);background:color-mix(in srgb,var(--theme-content-background)60%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px dashed var(--theme-active-tab-text);border-radius:16px;padding:40px;animation:.3s ease-out AssetImageDrawer-module__kdl-za__scaleIn}@keyframes AssetImageDrawer-module__kdl-za__scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.AssetImageDrawer-module__kdl-za__dragOverIcon{margin-bottom:16px;font-size:64px;animation:1s ease-in-out infinite AssetImageDrawer-module__kdl-za__bounce}@keyframes AssetImageDrawer-module__kdl-za__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.AssetImageDrawer-module__kdl-za__dragOverTitle{text-shadow:0 2px 4px #0000004d;margin:0 0 8px;font-size:24px;font-weight:600}.AssetImageDrawer-module__kdl-za__dragOverText{color:var(--theme-active-tab-text);opacity:.85;margin:0;font-size:16px}@media (max-width:1024px){.AssetImageDrawer-module__kdl-za__customDrawer{width:100%}}
.ReferenceImageStack-module__sArFla__referenceStackSection{flex-shrink:0;margin-bottom:16px}.ReferenceImageStack-module__sArFla__sectionHeader{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ReferenceImageStack-module__sArFla__sectionLabel{color:var(--foreground);margin-bottom:12px;font-size:14px;font-weight:600;display:block}.ReferenceImageStack-module__sArFla__referenceStack{background:var(--theme-input-image-stack-background);border:1px dashed var(--theme-input-image-stack-border);border-radius:8px;grid-template-columns:repeat(5,100px);align-items:flex-start;gap:8px;min-height:60px;padding:12px;transition:all .2s;display:grid;overflow:auto}.ReferenceImageStack-module__sArFla__referenceStack.ReferenceImageStack-module__sArFla__emptyDropZone{border:2px dashed var(--theme-active-tab-border);background:var(--theme-input-image-add-button-bg);justify-content:center;align-items:center;min-height:80px}.ReferenceImageStack-module__sArFla__referenceStack.ReferenceImageStack-module__sArFla__dragOver{border-color:var(--theme-active-tab-border);background:var(--theme-input-image-add-button-bg-active);box-shadow:0 0 0 3px #3b82f61a}.ReferenceImageStack-module__sArFla__referenceStack.ReferenceImageStack-module__sArFla__focused{border-color:var(--theme-active-tab-border);outline:none;box-shadow:0 0 0 2px #3b82f626}.ReferenceImageStack-module__sArFla__referenceStack.ReferenceImageStack-module__sArFla__hovered{border-color:var(--theme-active-tab-border);background:var(--theme-input-image-add-button-bg-active);box-shadow:0 0 0 2px #3b82f61f}.ReferenceImageStack-module__sArFla__referenceStack.ReferenceImageStack-module__sArFla__disabled{opacity:.6;cursor:not-allowed}.ReferenceImageStack-module__sArFla__emptyStateMessage{color:var(--text-secondary);text-align:center;grid-column:1/span 5;padding:8px;font-size:14px;font-style:italic}.ReferenceImageStack-module__sArFla__validationError{background:var(--error-background);border:1px solid var(--error-border);color:var(--error-text);border-radius:4px;margin-top:8px;padding:8px 12px;font-size:12px;line-height:1.4}.ReferenceImageStack-module__sArFla__stackImageItem{cursor:pointer;background:var(--theme-content-background);border:2px solid #0000;border-radius:6px;flex-shrink:0;width:100px;height:100px;padding:0;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0f172a1f}.ReferenceImageStack-module__sArFla__stackImageItem:hover{border-color:var(--theme-delete-button-border);transform:scale(1.05)}.ReferenceImageStack-module__sArFla__stackImageItem:hover .ReferenceImageStack-module__sArFla__removeIcon{opacity:1}.ReferenceImageStack-module__sArFla__stackImage{object-fit:cover;width:100%;height:100%}.ReferenceImageStack-module__sArFla__removeIcon{background:var(--theme-delete-button-bg);width:16px;height:16px;color:var(--theme-delete-button-text);opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:-2px;right:-2px}.ReferenceImageStack-module__sArFla__stackImageItem:disabled{cursor:not-allowed;opacity:.5;border-color:#0000;transform:none}.ReferenceImageStack-module__sArFla__stackImageItem:disabled .ReferenceImageStack-module__sArFla__removeIcon{opacity:.6}.ReferenceImageStack-module__sArFla__stackActions{justify-content:flex-end;margin-top:8px;display:flex}.ReferenceImageStack-module__sArFla__clearAllButton{background:var(--theme-content-background);border:1px solid var(--theme-content-border);color:var(--text-secondary);cursor:pointer;border-radius:4px;padding:6px 12px;font-size:12px;transition:all .2s}.ReferenceImageStack-module__sArFla__clearAllButton:hover:not(:disabled){background:var(--theme-surface-background);border-color:var(--theme-active-tab-border);color:var(--foreground)}.ReferenceImageStack-module__sArFla__clearAllButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.ReferenceImageStack-module__sArFla__sectionLabel{margin-bottom:8px;font-size:13px}.ReferenceImageStack-module__sArFla__referenceStack{gap:6px;min-height:48px;padding:8px}.ReferenceImageStack-module__sArFla__referenceStack.ReferenceImageStack-module__sArFla__emptyDropZone{min-height:60px}.ReferenceImageStack-module__sArFla__emptyStateMessage{padding:6px;font-size:12px}.ReferenceImageStack-module__sArFla__validationError{margin-top:6px;padding:6px 8px;font-size:11px}.ReferenceImageStack-module__sArFla__stackImageItem{width:40px;height:40px}.ReferenceImageStack-module__sArFla__removeIcon{width:14px;height:14px;font-size:10px}.ReferenceImageStack-module__sArFla__clearAllButton{padding:4px 8px;font-size:11px}}
.CreateTab-module__5F8cbW__tabContent{flex-direction:column;max-height:calc(90vh - 200px);display:flex}.CreateTab-module__5F8cbW__twoColumnLayout{grid-template-columns:365px 1px auto;gap:24px;height:100%;display:grid;position:relative;overflow:hidden}.CreateTab-module__5F8cbW__divider{border:1px solid var(--theme-divider);width:1px;height:100%}.CreateTab-module__5F8cbW__leftColumn{flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.CreateTab-module__5F8cbW__elementImagesColumn{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.CreateTab-module__5F8cbW__verticalImageList{scrollbar-color:var(--theme-scrollbar-thumb)var(--theme-scrollbar-track);scrollbar-width:none;-ms-overflow-style:none;flex:1;grid-template-columns:1fr 1fr;grid-auto-rows:160px;gap:8px;height:fit-content;min-height:0;padding:5px;display:grid;overflow-y:scroll}.CreateTab-module__5F8cbW__verticalImageList::-webkit-scrollbar{display:none}.CreateTab-module__5F8cbW__verticalImageList::-webkit-scrollbar-track{background:0 0}.CreateTab-module__5F8cbW__verticalImageList::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px;display:none}.CreateTab-module__5F8cbW__rightColumn{background:var(--theme-content-background);flex-direction:column;min-width:0;display:flex}.CreateTab-module__5F8cbW__promptInputPanel{height:100%;min-height:0;color:var(--foreground);flex-direction:column;gap:24px;padding:0;display:flex}.CreateTab-module__5F8cbW__sectionLabel{color:var(--foreground);margin-bottom:12px;font-size:14px;font-weight:600;display:block}.CreateTab-module__5F8cbW__imageSubTabs{border-bottom:1px solid var(--theme-divider);margin-bottom:12px;display:flex}.CreateTab-module__5F8cbW__imageSubTab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s}.CreateTab-module__5F8cbW__imageSubTab:hover{color:var(--theme-active-tab-text);background:#3b82f614}.CreateTab-module__5F8cbW__imageSubTab.CreateTab-module__5F8cbW__active{color:var(--theme-active-tab-text);border-bottom-color:var(--theme-active-tab-border);background:var(--theme-content-background)}.CreateTab-module__5F8cbW__elementImageItem{aspect-ratio:1;cursor:pointer;background:var(--theme-content-background);border:2px solid #0000;border-radius:8px;width:100%;height:100%;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0f172a1f}.CreateTab-module__5F8cbW__elementImageItem:hover{border-color:var(--theme-active-tab-border);transform:scale(1.02)}.CreateTab-module__5F8cbW__elementImageItem.CreateTab-module__5F8cbW__disabled{opacity:.5;cursor:not-allowed!important}.CreateTab-module__5F8cbW__elementImageItem.CreateTab-module__5F8cbW__disabled:hover{border-color:#0000;transform:none}.CreateTab-module__5F8cbW__elementImage{object-fit:cover;width:100%;height:100%}.CreateTab-module__5F8cbW__noImagesMessage{text-align:center;color:var(--text-secondary);background:var(--theme-surface-background);border:1px solid var(--theme-content-border);border-radius:8px;padding:24px;font-size:14px}.CreateTab-module__5F8cbW__promptSection{flex-direction:column;flex:1;min-height:0;display:flex}.CreateTab-module__5F8cbW__promptTextarea{border:1px solid var(--theme-input-border);background:var(--theme-input-background);min-height:100px;color:var(--theme-input-text);border-radius:8px;flex:1;padding:16px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s}.CreateTab-module__5F8cbW__promptTextarea:focus{border-color:var(--theme-active-tab-border);outline:none;box-shadow:0 0 0 3px #3b82f626}.CreateTab-module__5F8cbW__promptTextarea:disabled{background-color:var(--theme-surface-background);color:var(--text-secondary);cursor:not-allowed}.CreateTab-module__5F8cbW__optionsSection{flex-shrink:0;grid-template-columns:50px 250px 1fr 100px 100px;align-self:flex-end;align-items:center;width:100%;display:grid}.CreateTab-module__5F8cbW__optionLabel{color:var(--foreground);font-size:14px;font-weight:600;display:block}.CreateTab-module__5F8cbW__imageSizeRadioGroup{flex-direction:row;gap:10px;display:flex}.CreateTab-module__5F8cbW__generateSection{text-align:center;flex-shrink:0;justify-content:center;margin-top:auto;display:flex}.CreateTab-module__5F8cbW__generateButtonContainer{z-index:1000;flex-direction:column;align-items:stretch;display:inline-flex;position:relative}.CreateTab-module__5F8cbW__splitButton{border-radius:8px;display:inline-flex;overflow:hidden;box-shadow:0 4px 8px #28a74533}.CreateTab-module__5F8cbW__generateButton{color:#fff;cursor:pointer;background:#28a745;border:none;justify-content:center;align-items:center;min-width:140px;padding:14px 24px;font-size:16px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.CreateTab-module__5F8cbW__generateButton:hover:not(:disabled){background:#218838;transform:translateY(-1px);box-shadow:0 6px 12px #28a7454d}.CreateTab-module__5F8cbW__generateButton:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;background:#ccc;transform:none}.CreateTab-module__5F8cbW__generateDropdownButton{color:#fff;cursor:pointer;background:#28a745;border:none;justify-content:center;align-items:center;padding:0 14px;transition:background .2s;display:flex}.CreateTab-module__5F8cbW__generateDropdownButton:hover:not(:disabled){background:#218838}.CreateTab-module__5F8cbW__generateDropdownButton:disabled{cursor:not-allowed;opacity:.6;background:#ccc}.CreateTab-module__5F8cbW__generating,.CreateTab-module__5F8cbW__generateDropdownButton.CreateTab-module__5F8cbW__generatingBackground,.CreateTab-module__5F8cbW__generatingBackground{background:#6c757d}.CreateTab-module__5F8cbW__generateButton.CreateTab-module__5F8cbW__generating:after{content:"";border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:12px;height:12px;margin-left:8px;animation:1s linear infinite CreateTab-module__5F8cbW__spin;display:inline-block}.CreateTab-module__5F8cbW__chevron{transition:transform .2s}.CreateTab-module__5F8cbW__chevron.CreateTab-module__5F8cbW__rotated{transform:rotate(180deg)}.CreateTab-module__5F8cbW__dropdownMenu{background:var(--theme-content-background);border:1px solid var(--theme-content-border);box-shadow:var(--theme-content-shadow-lg);z-index:1001;border-radius:10px;min-width:220px;position:fixed;overflow:hidden}.CreateTab-module__5F8cbW__dropdownItem{cursor:pointer;flex-direction:column;gap:4px;padding:10px 16px;transition:background .2s;display:flex}.CreateTab-module__5F8cbW__dropdownItem:hover{background:#3b82f614}.CreateTab-module__5F8cbW__dropdownItem.CreateTab-module__5F8cbW__selected{background:#28a7451f}.CreateTab-module__5F8cbW__modeLabel{color:var(--foreground);font-size:14px;font-weight:600}.CreateTab-module__5F8cbW__modeDescription{color:var(--text-secondary);font-size:12px}@keyframes CreateTab-module__5F8cbW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CreateTab-module__5F8cbW__imageVariantIndicator{color:#fff;background:#000000b3;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:500;position:absolute;bottom:4px;right:4px}.CreateTab-module__5F8cbW__errorMessage{background:var(--error-background);border:1px solid var(--error-border);color:var(--error-text);border-radius:6px;margin-top:8px;padding:12px 16px;font-size:14px;line-height:1.4}@media (max-width:768px){.CreateTab-module__5F8cbW__twoColumnLayout{flex-direction:column;gap:16px;height:auto;max-height:none;display:flex}.CreateTab-module__5F8cbW__leftColumn{width:100%;min-width:auto;max-height:200px}.CreateTab-module__5F8cbW__verticalImageList{flex-direction:row;gap:8px;padding:8px 0;overflow:scroll hidden}.CreateTab-module__5F8cbW__elementImageItem{width:80px;min-width:80px;height:120px}.CreateTab-module__5F8cbW__rightColumn{order:1;width:100%;min-width:auto}.CreateTab-module__5F8cbW__promptInputPanel{gap:16px;padding:0}.CreateTab-module__5F8cbW__sectionLabel{margin-bottom:8px;font-size:13px}.CreateTab-module__5F8cbW__promptTextarea{min-height:120px;padding:12px;font-size:13px}.CreateTab-module__5F8cbW__generateButtonContainer,.CreateTab-module__5F8cbW__splitButton{width:100%}.CreateTab-module__5F8cbW__generateButton{flex:1;padding:12px 18px;font-size:14px}.CreateTab-module__5F8cbW__generateDropdownButton{padding:0 12px}.CreateTab-module__5F8cbW__selectionCounter{margin-top:8px;font-size:12px}.CreateTab-module__5F8cbW__clearAllButton{padding:4px 8px;font-size:11px}.CreateTab-module__5F8cbW__noImagesMessage{padding:16px;font-size:13px}}@media (max-height:800px){.CreateTab-module__5F8cbW__tabContent{max-height:calc(95vh - 180px)}.CreateTab-module__5F8cbW__promptTextarea{min-height:90px;padding:12px;font-size:12px}}
.InpaintingTab-module__6sAzSW__container{flex-direction:column;max-height:calc(90vh - 200px);display:flex;position:relative;overflow:hidden}.InpaintingTab-module__6sAzSW__threeColumnLayout{grid-template-rows:auto;grid-template-columns:180px fit-content(900px) 300px;gap:24px;display:grid;position:relative;overflow:hidden}.InpaintingTab-module__6sAzSW__leftColumn{flex-direction:column;height:auto;display:flex;overflow:hidden}.InpaintingTab-module__6sAzSW__elementImagesColumn{flex-direction:column;height:100%;min-height:0;display:flex}.InpaintingTab-module__6sAzSW__verticalImageList{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:8px;min-height:0;padding:8px 0;display:flex;overflow-y:scroll}.InpaintingTab-module__6sAzSW__verticalImageList::-webkit-scrollbar{display:none}.InpaintingTab-module__6sAzSW__centerColumn{flex-direction:column;justify-content:space-between;align-items:center;min-width:0;height:100%;padding:0;display:flex}.InpaintingTab-module__6sAzSW__rightColumn{flex-direction:column;min-width:0;display:flex}.InpaintingTab-module__6sAzSW__controlsPanel{background:var(--theme-content-background);flex-direction:column;gap:16px;height:100%;min-height:0;display:flex}.InpaintingTab-module__6sAzSW__sectionLabel{color:var(--foreground);margin-bottom:12px;font-size:14px;font-weight:600;display:block}.InpaintingTab-module__6sAzSW__elementImageItem{cursor:pointer;background:var(--theme-content-background);border:2px solid #0000;border-radius:8px;width:180px;height:240px;transition:all .2s;position:relative;box-shadow:0 4px 12px #0f172a1f}.InpaintingTab-module__6sAzSW__elementImageItem.InpaintingTab-module__6sAzSW__selected{border-color:var(--theme-active-tab-border);box-shadow:0 0 0 1px var(--theme-active-tab-border);transform:scale(1.02)}.InpaintingTab-module__6sAzSW__elementImageItem:hover{border-color:var(--theme-active-tab-border);transform:scale(1.02)}.InpaintingTab-module__6sAzSW__elementImage{object-fit:cover;width:100%;height:100%}.InpaintingTab-module__6sAzSW__noImagesMessage{text-align:center;color:var(--text-secondary);background:var(--theme-surface-background);border:1px solid var(--theme-content-border);border-radius:8px;padding:20px;font-size:14px}.InpaintingTab-module__6sAzSW__canvasSection{flex-direction:column;align-items:center;width:100%;display:flex}.InpaintingTab-module__6sAzSW__canvasPortraitContainer{border:2px solid var(--theme-content-border);background:var(--theme-surface-background);border-radius:8px;width:384px;height:576px;margin-bottom:16px;position:relative;overflow:hidden}.InpaintingTab-module__6sAzSW__canvasLandscapeContainer{border:2px solid var(--theme-content-border);background:var(--theme-surface-background);border-radius:8px;width:896px;height:504px;margin-bottom:16px;position:relative;overflow:hidden}@media (max-height:1050px){.InpaintingTab-module__6sAzSW__canvasPortraitContainer{width:384px;height:576px}.InpaintingTab-module__6sAzSW__canvasLandscapeContainer{width:576px;height:384px}}.InpaintingTab-module__6sAzSW__backgroundImage{z-index:1;object-fit:fill;border-radius:6px;width:100%}.InpaintingTab-module__6sAzSW__maskCanvas{z-index:2;object-fit:fill;cursor:none;pointer-events:auto;z-index:3;border-radius:6px;width:100%;height:100%;position:absolute;top:0;left:0}.InpaintingTab-module__6sAzSW__customCursor{border:2px solid var(--theme-active-tab-border);pointer-events:none;z-index:10;background:#3b82f61a;border-radius:50%;position:absolute;box-shadow:0 0 0 1px #3b82f64d}.InpaintingTab-module__6sAzSW__canvasEmptyState{text-align:center;color:var(--text-secondary);z-index:3;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.InpaintingTab-module__6sAzSW__emptyStateIcon{opacity:.5;margin-bottom:12px;font-size:48px}.InpaintingTab-module__6sAzSW__emptyStateText{opacity:.7;font-size:16px;font-weight:500}.InpaintingTab-module__6sAzSW__canvasControls{background:var(--theme-surface-background);border:1px solid var(--theme-content-border);border-radius:6px;justify-content:space-between;align-items:center;margin-top:16px;padding:12px;display:flex}.InpaintingTab-module__6sAzSW__brushControls{align-items:center;gap:12px;display:flex}.InpaintingTab-module__6sAzSW__controlLabel{color:var(--foreground);font-size:14px;font-weight:600}.InpaintingTab-module__6sAzSW__brushSizeOptions{gap:8px;display:flex}.InpaintingTab-module__6sAzSW__brushSizeButton{border:1px solid var(--theme-content-border);background:var(--theme-content-background);cursor:pointer;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.InpaintingTab-module__6sAzSW__brushSizeButton.InpaintingTab-module__6sAzSW__active{background:var(--theme-active-tab-border);color:var(--theme-active-tab-text);border-color:var(--theme-active-tab-border)}.InpaintingTab-module__6sAzSW__brushSizeButton:hover:not(:disabled){border-color:var(--theme-active-tab-border)}.InpaintingTab-module__6sAzSW__brushSizeButton:disabled{opacity:.5;cursor:not-allowed}.InpaintingTab-module__6sAzSW__canvasActions{justify-content:center;gap:8px;display:flex}.InpaintingTab-module__6sAzSW__brushSection{flex-direction:column;display:flex}.InpaintingTab-module__6sAzSW__brushSizeRadios{flex-direction:column;gap:12px;display:flex}.InpaintingTab-module__6sAzSW__brushSizeRadio{cursor:pointer;border:2px solid var(--theme-content-border);background:var(--theme-content-background);border-radius:8px;align-items:center;padding:12px;transition:all .2s;display:flex}.InpaintingTab-module__6sAzSW__brushSizeRadio:hover{border-color:var(--theme-active-tab-border);background:#3b82f614}.InpaintingTab-module__6sAzSW__brushSizeRadio input[type=radio]{cursor:pointer;width:18px;height:18px;margin:0 12px 0 0}.InpaintingTab-module__6sAzSW__brushSizeRadio input[type=radio]:checked+.InpaintingTab-module__6sAzSW__radioContent{color:var(--theme-active-tab-border)}.InpaintingTab-module__6sAzSW__brushSizeRadio:has(input[type=radio]:checked){border-color:var(--theme-active-tab-border);background:#3b82f614;box-shadow:0 0 0 1px #3b82f633}.InpaintingTab-module__6sAzSW__radioContent{flex:1;align-items:center;gap:12px;display:flex}.InpaintingTab-module__6sAzSW__brushPreview{background:var(--theme-active-tab-border);opacity:.6;border-radius:50%;flex-shrink:0;transition:opacity .2s}.InpaintingTab-module__6sAzSW__brushSizeRadio:has(input[type=radio]:checked) .InpaintingTab-module__6sAzSW__brushPreview{opacity:1}.InpaintingTab-module__6sAzSW__brushLabel{color:var(--foreground);font-size:14px;font-weight:500;transition:color .2s}.InpaintingTab-module__6sAzSW__brushSizeRadio input[type=radio]:disabled+.InpaintingTab-module__6sAzSW__radioContent{opacity:.5}.InpaintingTab-module__6sAzSW__brushSizeRadio:has(input[type=radio]:disabled){cursor:not-allowed;opacity:.5}.InpaintingTab-module__6sAzSW__promptSection{margin-bottom:24px}.InpaintingTab-module__6sAzSW__promptTextarea{border:1px solid var(--theme-input-border);resize:vertical;width:100%;min-height:100px;color:var(--theme-input-text);background-color:var(--theme-input-background);border-radius:6px;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.InpaintingTab-module__6sAzSW__promptTextarea:focus{border-color:var(--theme-active-tab-border);outline:none;box-shadow:0 0 0 3px #3b82f626}.InpaintingTab-module__6sAzSW__promptTextarea:disabled{background-color:var(--theme-surface-background);color:var(--text-secondary);cursor:not-allowed}.InpaintingTab-module__6sAzSW__actionGroup{flex-direction:row;justify-content:space-around;gap:12px;display:flex}.InpaintingTab-module__6sAzSW__button{cursor:pointer;border:none;border-radius:6px;min-width:120px;padding:12px 24px;font-size:16px;font-weight:500;transition:background .2s}.InpaintingTab-module__6sAzSW__button:disabled{cursor:not-allowed;opacity:.6;background:#ccc}.InpaintingTab-module__6sAzSW__clearMaskButton{background:var(--theme-delete-button-bg);color:var(--theme-delete-button-text)}.InpaintingTab-module__6sAzSW__clearMaskButton:hover:not(:disabled){background:var(--theme-delete-button-hover-bg)}.InpaintingTab-module__6sAzSW__generateButton{color:#fff;background:#28a745}.InpaintingTab-module__6sAzSW__generateButton:hover:not(:disabled){background:#218838}.InpaintingTab-module__6sAzSW__imageVariantIndicator{color:#fff;background:#000000b3;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:500;position:absolute;bottom:4px;right:4px}.InpaintingTab-module__6sAzSW__errorMessage{background:var(--error-background);border:1px solid var(--error-border);color:var(--error-text);border-radius:6px;margin-top:8px;padding:12px 16px;font-size:14px;line-height:1.4}@media (max-width:768px){.InpaintingTab-module__6sAzSW__threeColumnLayout{flex-direction:column;gap:16px;display:flex}.InpaintingTab-module__6sAzSW__leftColumn{width:100%;min-width:auto;height:100%}.InpaintingTab-module__6sAzSW__verticalImageList{flex-direction:row;gap:8px;height:100%;padding:8px 0;overflow:scroll hidden}.InpaintingTab-module__6sAzSW__elementImageItem{width:80px;min-width:80px;height:120px}.InpaintingTab-module__6sAzSW__centerColumn{order:1}.InpaintingTab-module__6sAzSW__rightColumn{order:2;width:100%;min-width:auto}.InpaintingTab-module__6sAzSW__controlsPanel{gap:16px}.InpaintingTab-module__6sAzSW__sectionLabel{margin-bottom:8px;font-size:13px}.InpaintingTab-module__6sAzSW__promptTextarea{min-height:80px;padding:10px;font-size:13px}.InpaintingTab-module__6sAzSW__generateButton{width:100%;padding:10px 20px;font-size:14px}.InpaintingTab-module__6sAzSW__canvasContainer{width:100%;max-width:400px;height:500px}.InpaintingTab-module__6sAzSW__canvasActions{margin-top:12px}.InpaintingTab-module__6sAzSW__clearMaskButton{padding:8px 16px;font-size:14px}.InpaintingTab-module__6sAzSW__brushSizeRadios{gap:8px}.InpaintingTab-module__6sAzSW__brushSizeRadio{padding:8px}.InpaintingTab-module__6sAzSW__brushLabel{font-size:13px}.InpaintingTab-module__6sAzSW__emptyStateIcon{font-size:36px}.InpaintingTab-module__6sAzSW__emptyStateText{font-size:14px}}@media (max-height:800px){.InpaintingTab-module__6sAzSW__tabContent{max-height:calc(95vh - 180px)}.InpaintingTab-module__6sAzSW__promptTextarea{min-height:90px;padding:12px;font-size:12px}.InpaintingTab-module__6sAzSW__canvasPortraitContainer{width:300px;height:450px}}
.UploadTab-module___YAt5a__tabContent{flex-direction:column;min-width:700px;height:100%;display:flex}.UploadTab-module___YAt5a__uploadContainer{flex-direction:column;align-items:stretch;gap:20px;height:100%;display:flex}.UploadTab-module___YAt5a__dropZone{border:2px dashed var(--theme-content-border);text-align:center;cursor:pointer;background:var(--theme-surface-background);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:500px;min-height:200px;padding:40px 20px;transition:all .2s;display:flex}.UploadTab-module___YAt5a__dropZone:hover{border-color:var(--theme-active-tab-border);background:#3b82f614}.UploadTab-module___YAt5a__dropZone.UploadTab-module___YAt5a__dragOver{border-color:var(--theme-active-tab-border);background:#3b82f626;border-style:solid;transform:scale(1.02)}.UploadTab-module___YAt5a__uploadIcon{color:var(--text-secondary);margin-bottom:8px;font-size:48px;transition:color .2s}.UploadTab-module___YAt5a__dropZone:hover .UploadTab-module___YAt5a__uploadIcon,.UploadTab-module___YAt5a__dropZone.UploadTab-module___YAt5a__dragOver .UploadTab-module___YAt5a__uploadIcon{color:var(--theme-active-tab-border)}.UploadTab-module___YAt5a__dropZoneTitle{color:var(--foreground);margin:0;font-size:18px;font-weight:600}.UploadTab-module___YAt5a__dropZoneText{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.4}.UploadTab-module___YAt5a__dropZoneSubtext{color:var(--text-muted);margin:0;font-size:12px;line-height:1.3}.UploadTab-module___YAt5a__filePreview{flex:auto;grid-template-rows:1fr auto;grid-template-columns:280px 1fr;gap:0;width:100%;min-height:550px;max-height:650px;display:grid;overflow:hidden}.UploadTab-module___YAt5a__filePreview.UploadTab-module___YAt5a__dragOver{border:2px dashed var(--theme-active-tab-border);background:#3b82f60d}.UploadTab-module___YAt5a__previewHeader{justify-content:space-between;align-items:center;display:flex}.UploadTab-module___YAt5a__previewTitle{color:var(--foreground);margin:0;font-size:16px;font-weight:600}.UploadTab-module___YAt5a__previewSubtitle{color:var(--text-secondary);margin:4px 0 0;font-size:12px}.UploadTab-module___YAt5a__fileListPanel{border-right:1px solid var(--theme-content-border);flex-direction:column;flex-shrink:0;max-height:100%;padding:20px;display:flex;overflow:hidden}.UploadTab-module___YAt5a__fileListHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.UploadTab-module___YAt5a__addMoreButton{border:1px dashed var(--theme-active-tab-border);background:var(--theme-input-image-add-button-bg);color:var(--theme-active-tab-border);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .2s,border-color .2s}.UploadTab-module___YAt5a__addMoreButton:hover{background:var(--theme-input-image-add-button-bg-active)}.UploadTab-module___YAt5a__thumbnailList{flex-direction:column;flex:auto;gap:12px;min-height:0;padding-right:6px;display:flex;overflow-y:auto}.UploadTab-module___YAt5a__thumbnailItem{background:var(--theme-content-background);border:1px solid var(--theme-content-border);cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:10px;transition:border-color .2s,box-shadow .2s;display:flex}.UploadTab-module___YAt5a__thumbnailItem:hover{border-color:var(--theme-active-tab-border);box-shadow:0 6px 18px #0f172a14}.UploadTab-module___YAt5a__activeThumbnail{border-color:var(--theme-active-tab-border);background:#3b82f614;box-shadow:0 0 0 1px #3b82f666}.UploadTab-module___YAt5a__thumbnailImage{object-fit:cover;border:1px solid var(--theme-content-border);border-radius:8px;flex-shrink:0;width:64px;height:64px}.UploadTab-module___YAt5a__thumbnailMeta{flex-direction:column;flex:1;gap:4px;display:flex;overflow:hidden}.UploadTab-module___YAt5a__thumbnailName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.UploadTab-module___YAt5a__thumbnailSize{color:var(--text-secondary);font-size:12px}.UploadTab-module___YAt5a__removeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;font-size:16px;display:flex}.UploadTab-module___YAt5a__removeButton:hover{color:#dc2626;background:#dc26261f}.UploadTab-module___YAt5a__fileDetailPanel{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex}.UploadTab-module___YAt5a__previewRow{align-items:stretch;gap:16px;display:flex}.UploadTab-module___YAt5a__previewImageContainer{background:var(--theme-surface-background);border:2px dashed var(--theme-content-border);cursor:pointer;aspect-ratio:2/3;border-radius:8px;flex:auto;justify-content:center;align-items:center;width:100%;min-height:320px;max-height:460px;padding:16px;transition:all .2s;display:flex;position:relative;overflow:hidden}.UploadTab-module___YAt5a__previewImageContainer:hover{border-color:var(--theme-active-tab-border);background:#3b82f614}.UploadTab-module___YAt5a__previewImageContainer.UploadTab-module___YAt5a__dragOver{border-color:var(--theme-active-tab-border);background:#3b82f626;border-style:solid;border-width:2px;box-shadow:0 0 0 2px #3b82f633}.UploadTab-module___YAt5a__previewImage{object-fit:contain;pointer-events:none;border-radius:4px;max-width:calc(100% - 32px);max-height:calc(100% - 32px);box-shadow:0 2px 8px #0000001a}.UploadTab-module___YAt5a__dragOverlay{color:#fff;pointer-events:none;background:#3b82f6d9;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;font-weight:600;display:flex;position:absolute;inset:0}.UploadTab-module___YAt5a__dragOverIcon{margin-bottom:8px;font-size:32px}.UploadTab-module___YAt5a__dragOverText{margin:0;font-size:14px}.UploadTab-module___YAt5a__emptyPreview{text-align:center;width:100%;color:var(--text-secondary);font-size:14px}.UploadTab-module___YAt5a__fileInfo{background:var(--theme-content-background);border:1px solid var(--theme-content-border);border-radius:6px;flex-direction:column;flex-shrink:0;gap:16px;width:260px;padding:16px;display:flex}.UploadTab-module___YAt5a__fileNameSection{flex-direction:column;gap:8px;display:flex}.UploadTab-module___YAt5a__fileNameHeader{align-items:center;gap:8px;display:flex}.UploadTab-module___YAt5a__fileNameLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.UploadTab-module___YAt5a__fileName{color:var(--foreground);word-wrap:break-word;word-break:break-all;white-space:normal;background:var(--theme-surface-background);border:1px solid var(--theme-content-border);border-radius:4px;padding:8px 12px;font-size:14px;font-weight:500;line-height:1.4}.UploadTab-module___YAt5a__fileIcon{color:var(--theme-active-tab-border);flex-shrink:0;font-size:16px}.UploadTab-module___YAt5a__fileSizeSection{flex-direction:column;gap:8px;display:flex}.UploadTab-module___YAt5a__fileSizeHeader{align-items:center;gap:8px;display:flex}.UploadTab-module___YAt5a__fileSizeLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.UploadTab-module___YAt5a__fileSize{color:var(--foreground);word-wrap:break-word;word-break:break-all;white-space:normal;background:var(--theme-surface-background);border:1px solid var(--theme-content-border);border-radius:4px;padding:8px 12px;font-size:14px;font-weight:500;line-height:1.4}.UploadTab-module___YAt5a__fileDimensionsSection{flex-direction:column;gap:8px;display:flex}.UploadTab-module___YAt5a__fileDimensionsHeader{align-items:center;gap:8px;display:flex}.UploadTab-module___YAt5a__fileDimensionsLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.UploadTab-module___YAt5a__fileDimensions{color:var(--foreground);word-wrap:break-word;word-break:break-all;white-space:normal;background:var(--theme-surface-background);border:1px solid var(--theme-content-border);border-radius:4px;padding:8px 12px;font-size:14px;font-weight:500;line-height:1.4}.UploadTab-module___YAt5a__errorMessage{background:var(--error-background);border:1px solid var(--error-border);color:var(--error-text);border-radius:6px;margin-top:8px;padding:12px 16px;font-size:14px;line-height:1.4}.UploadTab-module___YAt5a__uploadSection{border-top:1px solid var(--theme-content-border);grid-area:2/1/3/3;justify-content:center;align-items:flex-start;padding-top:24px;display:flex}.UploadTab-module___YAt5a__uploadButton{background:var(--theme-active-tab-border);color:#f0f0f0;cursor:pointer;border:none;border-radius:6px;min-width:120px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s}.UploadTab-module___YAt5a__uploadButton:hover:not(:disabled){background:#3b82f6d9}.UploadTab-module___YAt5a__uploadButton:disabled{background:var(--theme-primary-button-disabled);cursor:not-allowed;opacity:.7}@media (max-height:900px){.UploadTab-module___YAt5a__filePreview{grid-template-rows:1fr auto}.UploadTab-module___YAt5a__previewTitle{font-size:14px}.UploadTab-module___YAt5a__previewImageContainer{min-height:280px;max-height:400px;padding:4px}.UploadTab-module___YAt5a__uploadSection{padding-top:12px}}
.MetadataTab-module__uBbeqW__metadataContainer{background:var(--theme-content-background);flex-direction:column;gap:24px;min-height:400px;padding:24px;display:flex}.MetadataTab-module__uBbeqW__header{text-align:center;margin-bottom:8px}.MetadataTab-module__uBbeqW__title{color:var(--foreground);margin:0 0 8px;font-size:1.5rem;font-weight:600}.MetadataTab-module__uBbeqW__subtitle{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.4}.MetadataTab-module__uBbeqW__formSection{flex-direction:column;flex-grow:1;gap:20px;display:flex}.MetadataTab-module__uBbeqW__inputGroup{flex-direction:column;gap:8px;display:flex}.MetadataTab-module__uBbeqW__label{color:var(--foreground);margin-bottom:4px;font-size:.875rem;font-weight:500}.MetadataTab-module__uBbeqW__input{border:1px solid var(--theme-input-border);background-color:var(--theme-input-background);color:var(--theme-input-text);border-radius:8px;padding:12px 16px;font-size:.875rem;transition:all .2s}.MetadataTab-module__uBbeqW__input:focus{border-color:var(--theme-active-tab-border);outline:none;box-shadow:0 0 0 3px #3b82f61f}.MetadataTab-module__uBbeqW__input:disabled{background-color:var(--theme-surface-background);color:var(--text-secondary);cursor:not-allowed}.MetadataTab-module__uBbeqW__textarea{border:1px solid var(--theme-input-border);resize:vertical;background-color:var(--theme-input-background);min-height:80px;color:var(--theme-input-text);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:.875rem;transition:all .2s}.MetadataTab-module__uBbeqW__textarea:focus{border-color:var(--theme-active-tab-border);outline:none;box-shadow:0 0 0 3px #3b82f61f}.MetadataTab-module__uBbeqW__textarea:disabled{background-color:var(--theme-surface-background);color:var(--text-secondary);cursor:not-allowed}.MetadataTab-module__uBbeqW__buttonSection{border-top:1px solid var(--theme-divider);justify-content:flex-end;gap:12px;margin-top:auto;padding-top:20px;display:flex}.MetadataTab-module__uBbeqW__skipButton{border:1px solid var(--theme-content-border);background-color:var(--theme-content-background);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:12px 24px;font-size:.875rem;font-weight:500;transition:all .2s}.MetadataTab-module__uBbeqW__skipButton:hover:not(:disabled){background-color:var(--theme-surface-background);border-color:var(--theme-active-tab-border);color:var(--foreground)}.MetadataTab-module__uBbeqW__skipButton:disabled{opacity:.5;cursor:not-allowed}.MetadataTab-module__uBbeqW__saveButton{border:1px solid var(--theme-active-tab-border);background-color:var(--theme-active-tab-border);color:var(--theme-active-tab-text);cursor:pointer;border-radius:8px;padding:12px 24px;font-size:.875rem;font-weight:500;transition:all .2s}.MetadataTab-module__uBbeqW__saveButton:hover:not(:disabled){background-color:#3b82f6d9;border-color:#3b82f6d9}.MetadataTab-module__uBbeqW__saveButton:disabled{opacity:.5;cursor:not-allowed}
.style-module__V_97vq__overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow:scroll}.style-module__V_97vq__modal{background:var(--theme-content-background);width:fit-content;max-width:1500px;height:fit-content;max-height:90vh;box-shadow:var(--theme-content-shadow-lg);border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden}.style-module__V_97vq__closeButton{background:var(--theme-content-border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;z-index:1001;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.style-module__V_97vq__closeButton:hover{color:var(--foreground);background:#3b82f62e}.style-module__V_97vq__header{border-bottom:1px solid var(--theme-divider);background:var(--theme-surface-background);padding:24px 24px 16px}.style-module__V_97vq__title{color:var(--foreground);margin:0;font-size:20px;font-weight:600}.style-module__V_97vq__tabNavigation{border-bottom:1px solid var(--theme-divider);background:var(--theme-surface-background);display:flex}.style-module__V_97vq__tabButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:16px 20px;font-size:14px;font-weight:500;transition:all .2s}.style-module__V_97vq__tabButton:hover{color:var(--theme-active-tab-text);background:#3b82f614}.style-module__V_97vq__tabButton.style-module__V_97vq__active{color:var(--theme-active-tab-text);background:var(--theme-content-background);border-bottom-color:var(--theme-active-tab-border)}.style-module__V_97vq__content{background:var(--theme-content-background);flex:none;min-height:300px;padding:24px;position:relative;overflow:hidden}@media (max-width:768px){.style-module__V_97vq__overlay{padding:10px}.style-module__V_97vq__modal{max-width:95vw;max-height:95vh}.style-module__V_97vq__header{padding:20px 20px 12px}.style-module__V_97vq__title{padding-right:40px;font-size:18px}.style-module__V_97vq__tabNavigation{flex-direction:column}.style-module__V_97vq__tabButton{border-bottom:1px solid var(--theme-divider);border-right:none;padding:12px 20px}.style-module__V_97vq__tabButton.style-module__V_97vq__active{border-bottom-color:var(--theme-divider);border-left:3px solid var(--theme-active-tab-border)}.style-module__V_97vq__content{min-height:250px;padding:20px}.style-module__V_97vq__closeButton{width:28px;height:28px;font-size:18px;top:12px;right:12px}}@media (max-height:900px){.style-module__V_97vq__modal{max-height:95vh}.style-module__V_97vq__header{border-bottom:1px solid var(--theme-divider);padding:16px}.style-module__V_97vq__title{font-size:18px;font-weight:600}.style-module__V_97vq__tabButton{padding:14px 20px;font-weight:500}.style-module__V_97vq__content{padding:12px}}
.AddSceneButton-module__oP6paG__container{opacity:0;pointer-events:auto;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:16px;margin:0;padding:0;transition:height .2s,opacity .2s,transform .2s;display:flex;transform:scaleY(.7)}.AddSceneButton-module__oP6paG__container:hover{pointer-events:auto;opacity:1;height:60px;padding:12px 0;transition:height .2s,opacity .2s,transform .2s;transform:scaleY(1)}.AddSceneButton-module__oP6paG__container.AddSceneButton-module__oP6paG__alwaysVisible{opacity:1}.AddSceneButton-module__oP6paG__addButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;align-items:center;gap:0;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.AddSceneButton-module__oP6paG__addButton:hover{color:#374151;background:#f9fafb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.AddSceneButton-module__oP6paG__addButton:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.AddSceneButton-module__oP6paG__line{color:gray;background:currentColor;flex:1;height:1px}.AddSceneButton-module__oP6paG__addButton:hover .AddSceneButton-module__oP6paG__line{opacity:.6}.AddSceneButton-module__oP6paG__content{white-space:nowrap;align-items:center;gap:6px;padding:0 12px;display:flex}.AddSceneButton-module__oP6paG__icon{opacity:.8;font-size:12px;transition:opacity .2s}.AddSceneButton-module__oP6paG__addButton:hover .AddSceneButton-module__oP6paG__icon{opacity:1}.AddSceneButton-module__oP6paG__text{letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:500}@media (max-width:768px){.AddSceneButton-module__oP6paG__container{padding:6px 0}.AddSceneButton-module__oP6paG__addButton{min-width:150px;max-width:250px;padding:6px 12px;font-size:13px}.AddSceneButton-module__oP6paG__content{gap:4px;padding:0 8px}.AddSceneButton-module__oP6paG__icon{font-size:11px}.AddSceneButton-module__oP6paG__text{font-size:12px}}.AddSceneButton-module__oP6paG__addButton:focus{outline-offset:2px;outline:2px solid #007bff}@media (prefers-contrast:high){.AddSceneButton-module__oP6paG__line{opacity:.8;height:2px}.AddSceneButton-module__oP6paG__addButton:hover .AddSceneButton-module__oP6paG__line{opacity:1}.AddSceneButton-module__oP6paG__addButton{border:1px solid #0000}.AddSceneButton-module__oP6paG__addButton:hover{border-color:#374151}}@media (prefers-reduced-motion:reduce){.AddSceneButton-module__oP6paG__container,.AddSceneButton-module__oP6paG__addButton,.AddSceneButton-module__oP6paG__line,.AddSceneButton-module__oP6paG__icon{transition:none}.AddSceneButton-module__oP6paG__addButton:hover,.AddSceneButton-module__oP6paG__addButton:active{transform:none}}@media (prefers-color-scheme:dark){.AddSceneButton-module__oP6paG__addButton{color:#9ca3af}.AddSceneButton-module__oP6paG__addButton:hover{color:#d1d5db;background:#374151}}
.SceneGenHistoryModal-module__gFJK9a__overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SceneGenHistoryModal-module__gFJK9a__modal{background:var(--theme-content-background);border:1px solid var(--theme-content-border);height:80vh;box-shadow:var(--theme-content-shadow-lg);border-radius:12px;grid-template:"header header header"50px"sidebar image info"minmax(0,1fr)"footer footer footer"60px/300px 1fr 280px;display:grid;position:relative;overflow:hidden}.SceneGenHistoryModal-module__gFJK9a__header{border-bottom:1px solid var(--theme-divider);grid-area:header;justify-content:center;align-items:center;display:flex}.SceneGenHistoryModal-module__gFJK9a__title{color:var(--foreground);text-align:center;margin:0;font-size:18px;font-weight:600}.SceneGenHistoryModal-module__gFJK9a__closeIcon{color:var(--text-secondary);cursor:pointer;border-radius:6px;margin:auto;padding:4px;font-size:20px;transition:background .2s,color .2s;display:flex;position:absolute;right:16px}.SceneGenHistoryModal-module__gFJK9a__closeIcon:hover{background:var(--theme-content-border);color:var(--foreground)}.SceneGenHistoryModal-module__gFJK9a__thumbnailList{scrollbar-width:none;-ms-overflow-style:none;grid-area:sidebar;min-height:0;overflow-y:scroll}.SceneGenHistoryModal-module__gFJK9a__thumbnailList::-webkit-scrollbar{display:none}.SceneGenHistoryModal-module__gFJK9a__mainImageContainer{grid-area:image;justify-content:center;align-items:center;min-height:0;padding:16px;display:flex;overflow:hidden scroll}.SceneGenHistoryModal-module__gFJK9a__imageWrapper{aspect-ratio:2/3;border-radius:12px;justify-content:center;align-items:center;max-width:100%;height:100%;max-height:100%;display:flex;position:relative;overflow:hidden}.SceneGenHistoryModal-module__gFJK9a__mainImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.SceneGenHistoryModal-module__gFJK9a__imageEditButton{background:var(--theme-active-tab-border);color:var(--theme-active-tab-text);cursor:pointer;z-index:10;border:none;border-radius:18px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .2s;display:flex;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #0003}.SceneGenHistoryModal-module__gFJK9a__imageEditButton:hover{background:#3b82f6d9;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.SceneGenHistoryModal-module__gFJK9a__imageEditButton:active{transform:translateY(0)}.SceneGenHistoryModal-module__gFJK9a__imageInpaintButton{color:#fff;cursor:pointer;z-index:10;background:#28a745;border:none;border-radius:18px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0003}.SceneGenHistoryModal-module__gFJK9a__imageInpaintButton:hover{background:#218838;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.SceneGenHistoryModal-module__gFJK9a__imageInpaintButton:active{transform:translateY(0)}.SceneGenHistoryModal-module__gFJK9a__generationInfo{border:1px solid var(--theme-content-border);background:var(--theme-surface-background);box-shadow:var(--theme-surface-shadow);color:var(--foreground);border-radius:12px;flex-direction:column;grid-area:info;gap:12px;min-height:0;margin:16px 16px 16px 0;padding:16px;display:flex;overflow-y:scroll}.SceneGenHistoryModal-module__gFJK9a__generationInfoTitle{color:var(--foreground);font-size:16px;font-weight:600}.SceneGenHistoryModal-module__gFJK9a__generationInfoRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.SceneGenHistoryModal-module__gFJK9a__generationInfoLabel{letter-spacing:.02em;text-transform:uppercase;color:var(--theme-muted-text);font-size:11px;font-weight:600}.SceneGenHistoryModal-module__gFJK9a__generationInfoValue{color:var(--foreground);font-size:14px;font-weight:500}.SceneGenHistoryModal-module__gFJK9a__generationInfoBlock{flex-direction:column;gap:6px;display:flex}.SceneGenHistoryModal-module__gFJK9a__generationPrompt{color:var(--foreground);white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.4}.SceneGenHistoryModal-module__gFJK9a__sourceImageRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.SceneGenHistoryModal-module__gFJK9a__sourceImageThumb{object-fit:cover;border:1px solid var(--theme-content-border);border-radius:8px;width:60px;height:60px;box-shadow:0 4px 12px #0f172a26}.SceneGenHistoryModal-module__gFJK9a__extraSourceCount{color:var(--theme-muted-text);font-size:12px;font-weight:500}.SceneGenHistoryModal-module__gFJK9a__placeholderContent{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;min-width:400px;padding:60px 20px;display:flex}.SceneGenHistoryModal-module__gFJK9a__placeholderIcon{opacity:.5;margin-bottom:16px;font-size:48px}.SceneGenHistoryModal-module__gFJK9a__placeholderText{margin:0 0 8px;font-size:18px;font-weight:500}.SceneGenHistoryModal-module__gFJK9a__placeholderSubtext{opacity:.8;margin:0;font-size:14px}.SceneGenHistoryModal-module__gFJK9a__actionPanel{border-top:1px solid var(--theme-divider);grid-area:footer;justify-content:flex-end;align-items:center;gap:12px;padding:0 24px;display:flex}.SceneGenHistoryModal-module__gFJK9a__cancelButton,.SceneGenHistoryModal-module__gFJK9a__deleteButton,.SceneGenHistoryModal-module__gFJK9a__saveButton{cursor:pointer;border:1px solid;border-radius:6px;width:100px;height:38px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.SceneGenHistoryModal-module__gFJK9a__cancelButton{color:var(--text-secondary);border-color:var(--theme-content-border);background:#0000001a}.SceneGenHistoryModal-module__gFJK9a__cancelButton:hover{background:var(--theme-content-background);border-color:var(--theme-active-tab-border);color:var(--foreground)}.SceneGenHistoryModal-module__gFJK9a__deleteButton{background:var(--theme-delete-button-bg);color:var(--theme-delete-button-text);border-color:var(--theme-delete-button-border)}.SceneGenHistoryModal-module__gFJK9a__deleteButton:hover:not(:disabled){background:var(--theme-delete-button-hover-bg);border-color:var(--theme-delete-button-border)}.SceneGenHistoryModal-module__gFJK9a__deleteButton:disabled{cursor:not-allowed;opacity:.6;background:#ccc;border-color:#ccc}.SceneGenHistoryModal-module__gFJK9a__saveButton{background:var(--theme-active-tab-border);color:var(--theme-active-tab-text);border-color:var(--theme-active-tab-border)}.SceneGenHistoryModal-module__gFJK9a__saveButton:hover:not(:disabled){background:#3b82f6d9;border-color:#3b82f6d9}.SceneGenHistoryModal-module__gFJK9a__saveButton:disabled{cursor:not-allowed;opacity:.6;background:#ccc;border-color:#ccc;width:100px}
.SceneImageCandidates-module__SZsMkG__container{border-right:1px solid var(--theme-divider);background:var(--theme-content-background);flex-direction:column;width:300px;height:100%;padding:5px;display:flex}.SceneImageCandidates-module__SZsMkG__imageGrid{scrollbar-color:var(--theme-scrollbar-thumb)var(--theme-scrollbar-track);scrollbar-width:none;-ms-overflow-style:none;flex:1;grid-template-columns:1fr 1fr;grid-auto-rows:160px;gap:8px;height:fit-content;min-height:0;padding:5px;display:grid;overflow-y:scroll}.SceneImageCandidates-module__SZsMkG__imageGrid::-webkit-scrollbar{display:none}.SceneImageCandidates-module__SZsMkG__imageGrid::-webkit-scrollbar-track{background:0 0}.SceneImageCandidates-module__SZsMkG__imageGrid::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px;display:none}.SceneImageCandidates-module__SZsMkG__imageItem{aspect-ratio:1;cursor:pointer;background:var(--theme-content-background);border:2px solid #0000;border-radius:8px;width:100%;height:100%;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 3px 10px #0f172a1f}.SceneImageCandidates-module__SZsMkG__imageItem:hover{border-color:var(--theme-active-tab-border);transform:scale(1.02)}.SceneImageCandidates-module__SZsMkG__imageItem.SceneImageCandidates-module__SZsMkG__selected{border-color:var(--theme-active-tab-border);box-shadow:0 2px 12px #3b82f64d}.SceneImageCandidates-module__SZsMkG__imageItem.SceneImageCandidates-module__SZsMkG__selected:after{content:"";pointer-events:none;z-index:1;background:#3b82f62e;border-radius:5px;position:absolute;inset:0}.SceneImageCandidates-module__SZsMkG__image{object-fit:cover;width:100%;height:100%}.SceneImageCandidates-module__SZsMkG__uploadButton{border:2px dashed var(--theme-content-border);background:var(--theme-surface-background);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-height:80px;margin:16px;transition:all .2s;display:flex}.SceneImageCandidates-module__SZsMkG__uploadButton:hover{border-color:var(--theme-active-tab-border);background:#3b82f614}.SceneImageCandidates-module__SZsMkG__uploadButton.SceneImageCandidates-module__SZsMkG__uploading{border-color:var(--theme-active-tab-border);cursor:not-allowed;opacity:.7;background:#3b82f614}.SceneImageCandidates-module__SZsMkG__uploadContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:16px;display:flex}.SceneImageCandidates-module__SZsMkG__uploadIcon{color:var(--text-secondary);margin-bottom:8px;font-size:24px;transition:color .2s}.SceneImageCandidates-module__SZsMkG__uploadButton:hover .SceneImageCandidates-module__SZsMkG__uploadIcon{color:var(--theme-active-tab-border)}.SceneImageCandidates-module__SZsMkG__uploadText{color:var(--text-secondary);font-size:12px;font-weight:500;transition:color .2s}.SceneImageCandidates-module__SZsMkG__uploadButton:hover .SceneImageCandidates-module__SZsMkG__uploadText{color:var(--theme-active-tab-border)}@media (max-width:768px){.SceneImageCandidates-module__SZsMkG__container{border-right:none;border-bottom:1px solid var(--theme-divider);width:100%;max-height:200px}.SceneImageCandidates-module__SZsMkG__uploadButton{min-height:60px;margin:12px}}
.SceneInpaintingModal-module__W9ewtG__overlay{z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SceneInpaintingModal-module__W9ewtG__modal{background:var(--theme-content-background);width:90vw;max-width:1400px;height:85vh;max-height:900px;box-shadow:var(--theme-content-shadow-lg);border:1px solid var(--theme-content-border);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.SceneInpaintingModal-module__W9ewtG__header{border-bottom:1px solid var(--theme-divider);background:var(--theme-surface-background);justify-content:space-between;align-items:center;padding:20px;display:flex}.SceneInpaintingModal-module__W9ewtG__title{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.SceneInpaintingModal-module__W9ewtG__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;font-size:18px;transition:all .2s;display:flex}.SceneInpaintingModal-module__W9ewtG__closeButton:hover{color:var(--foreground);background:var(--theme-content-border)}.SceneInpaintingModal-module__W9ewtG__mainContent{flex:1;padding:20px;overflow:hidden}.SceneInpaintingModal-module__W9ewtG__threeColumnLayout{grid-template-rows:auto;grid-template-columns:280px fit-content(900px) 320px;gap:24px;height:100%;display:grid;position:relative;overflow:hidden}.SceneInpaintingModal-module__W9ewtG__leftColumn{flex-direction:column;height:auto;display:flex;overflow:hidden}.SceneInpaintingModal-module__W9ewtG__imagePreviewSection{flex-direction:column;height:100%;min-height:0;display:flex}.SceneInpaintingModal-module__W9ewtG__imagePreviewContainer{flex-direction:column;align-items:center;gap:12px;display:flex}.SceneInpaintingModal-module__W9ewtG__previewImage{width:100%;max-width:260px;height:auto;box-shadow:0 4px 12px var(--shadow-color);object-fit:cover;border-radius:8px}.SceneInpaintingModal-module__W9ewtG__imageInfo{flex-direction:column;align-items:center;gap:8px;display:flex}.SceneInpaintingModal-module__W9ewtG__orientationBadge{background:var(--theme-active-tab-border);color:var(--theme-active-tab-text);border-radius:12px;padding:4px 12px;font-size:12px;font-weight:500}.SceneInpaintingModal-module__W9ewtG__dimensionsBadge{background:var(--theme-surface-background);color:var(--text-secondary);border:1px solid var(--theme-content-border);border-radius:4px;padding:4px 8px;font-family:monospace;font-size:11px}.SceneInpaintingModal-module__W9ewtG__noImageContent{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.SceneInpaintingModal-module__W9ewtG__placeholderIcon{opacity:.5;font-size:4rem}.SceneInpaintingModal-module__W9ewtG__placeholderText{color:var(--text-secondary);text-align:center;margin:0;font-size:1rem}.SceneInpaintingModal-module__W9ewtG__centerColumn{flex-direction:column;justify-content:space-between;align-items:center;min-width:0;height:100%;padding:0;display:flex}.SceneInpaintingModal-module__W9ewtG__rightColumn{flex-direction:column;min-width:0;display:flex}.SceneInpaintingModal-module__W9ewtG__controlsPanel{flex-direction:column;gap:16px;height:100%;min-height:0;display:flex}.SceneInpaintingModal-module__W9ewtG__sectionLabel{color:var(--foreground);margin-bottom:12px;font-size:14px;font-weight:600;display:block}.SceneInpaintingModal-module__W9ewtG__canvasSection{flex-direction:column;align-items:center;width:100%;display:flex}.SceneInpaintingModal-module__W9ewtG__canvasPortraitContainer{border:2px solid var(--theme-content-border);background:var(--theme-surface-background);border-radius:8px;width:512px;height:768px;margin-bottom:16px;position:relative;overflow:hidden}.SceneInpaintingModal-module__W9ewtG__canvasLandscapeContainer{border:2px solid var(--theme-content-border);background:var(--theme-surface-background);border-radius:8px;width:896px;height:504px;margin-bottom:16px;position:relative;overflow:hidden}@media (max-height:1050px){.SceneInpaintingModal-module__W9ewtG__canvasPortraitContainer{width:384px;height:576px}.SceneInpaintingModal-module__W9ewtG__canvasLandscapeContainer{width:576px;height:384px}}.SceneInpaintingModal-module__W9ewtG__backgroundImage{z-index:1;object-fit:fill;border-radius:6px;width:100%}.SceneInpaintingModal-module__W9ewtG__maskCanvas{z-index:2;object-fit:fill;cursor:none;pointer-events:auto;z-index:3;border-radius:6px;width:100%;height:100%;position:absolute;top:0;left:0}.SceneInpaintingModal-module__W9ewtG__customCursor{border:2px solid var(--theme-active-tab-border);pointer-events:none;z-index:10;background:#3b82f61a;border-radius:50%;position:absolute;box-shadow:0 0 0 1px #3b82f64d}.SceneInpaintingModal-module__W9ewtG__canvasEmptyState{text-align:center;color:var(--text-secondary);z-index:3;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SceneInpaintingModal-module__W9ewtG__emptyStateIcon{opacity:.5;margin-bottom:12px;font-size:48px}.SceneInpaintingModal-module__W9ewtG__emptyStateText{opacity:.7;font-size:16px;font-weight:500}.SceneInpaintingModal-module__W9ewtG__canvasActions{justify-content:center;gap:8px;display:flex}.SceneInpaintingModal-module__W9ewtG__clearMaskButton{background:var(--theme-delete-button-bg);color:var(--theme-delete-button-text);cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s}.SceneInpaintingModal-module__W9ewtG__clearMaskButton:disabled{background:var(--theme-delete-button-disabled);cursor:not-allowed}.SceneInpaintingModal-module__W9ewtG__brushSection{flex-direction:column;display:flex}.SceneInpaintingModal-module__W9ewtG__brushSizeRadios{flex-direction:column;gap:12px;display:flex}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio{cursor:pointer;border:2px solid var(--theme-content-border);background:var(--theme-content-background);border-radius:8px;align-items:center;padding:12px;transition:all .2s;display:flex}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio:hover{border-color:var(--theme-active-tab-border);background:#3b82f614}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio input[type=radio]{cursor:pointer;width:18px;height:18px;margin:0 12px 0 0}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio input[type=radio]:checked+.SceneInpaintingModal-module__W9ewtG__radioContent{color:var(--theme-active-tab-border)}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio:has(input[type=radio]:checked){border-color:var(--theme-active-tab-border);background:#3b82f614;box-shadow:0 0 0 1px #3b82f633}.SceneInpaintingModal-module__W9ewtG__radioContent{flex:1;align-items:center;gap:12px;display:flex}.SceneInpaintingModal-module__W9ewtG__brushPreview{background:var(--theme-active-tab-border);opacity:.6;border-radius:50%;flex-shrink:0;transition:opacity .2s}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio:has(input[type=radio]:checked) .SceneInpaintingModal-module__W9ewtG__brushPreview{opacity:1}.SceneInpaintingModal-module__W9ewtG__brushLabel{color:var(--foreground);font-size:14px;font-weight:500;transition:color .2s}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio input[type=radio]:disabled+.SceneInpaintingModal-module__W9ewtG__radioContent{opacity:.5}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio:has(input[type=radio]:disabled){cursor:not-allowed;opacity:.5}.SceneInpaintingModal-module__W9ewtG__promptSection{margin-bottom:24px}.SceneInpaintingModal-module__W9ewtG__promptTextarea{border:1px solid var(--theme-input-border);resize:vertical;width:100%;min-height:100px;color:var(--theme-input-text);background-color:var(--theme-input-background);-webkit-user-select:text;user-select:text;border-radius:6px;padding:12px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.SceneInpaintingModal-module__W9ewtG__promptTextarea:focus{border-color:var(--theme-active-tab-border);outline:none;box-shadow:0 0 0 3px #3b82f61a}.SceneInpaintingModal-module__W9ewtG__promptTextarea:disabled{background-color:var(--theme-surface-background);color:var(--text-secondary);cursor:not-allowed}.SceneInpaintingModal-module__W9ewtG__promptTextarea::selection{background-color:#3b82f64d}.SceneInpaintingModal-module__W9ewtG__clearMaskSection{text-align:center;margin-bottom:16px}.SceneInpaintingModal-module__W9ewtG__clearMaskButton{background:var(--theme-delete-button-bg);color:var(--theme-active-tab-text);border:1px solid var(--card-border);cursor:pointer;border-radius:6px;width:100%;padding:10px 20px;font-size:16px;font-weight:500;transition:background .2s}.SceneInpaintingModal-module__W9ewtG__clearMaskButton:hover:not(:disabled){background:var(--theme-delete-button-hover-bg)}.SceneInpaintingModal-module__W9ewtG__clearMaskButton:disabled{background:var(--theme-content-border);color:var(--theme-active-tab-text);cursor:not-allowed;opacity:.6}.SceneInpaintingModal-module__W9ewtG__generateSection{text-align:center;margin-bottom:24px}.SceneInpaintingModal-module__W9ewtG__generateButton{background:var(--theme-active-tab-border);color:var(--theme-active-tab-text);border:1px solid var(--card-border);cursor:pointer;border-radius:6px;width:100%;min-width:120px;padding:12px 24px;font-size:16px;font-weight:500;transition:background .2s}.SceneInpaintingModal-module__W9ewtG__generateButton:hover:not(:disabled){background:#3b82f6d9}.SceneInpaintingModal-module__W9ewtG__generateButton:disabled{background:var(--theme-content-border);cursor:not-allowed;opacity:.6}.SceneInpaintingModal-module__W9ewtG__errorMessage{background:var(--error-background);border:1px solid var(--error-border);color:var(--error-text);border-radius:6px;margin-top:8px;padding:12px 16px;font-size:14px;line-height:1.4}.SceneInpaintingModal-module__W9ewtG__actionPanel{border-top:1px solid var(--theme-divider);background:var(--theme-surface-background);justify-content:flex-end;gap:12px;padding:20px;display:flex}.SceneInpaintingModal-module__W9ewtG__cancelButton{border:1px solid var(--theme-content-border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:10px 20px;font-size:14px;transition:all .2s}.SceneInpaintingModal-module__W9ewtG__cancelButton:hover{border-color:var(--theme-active-tab-border);color:var(--foreground);background:var(--theme-content-background)}@media (max-width:768px){.SceneInpaintingModal-module__W9ewtG__modal{width:95vw;height:90vh}.SceneInpaintingModal-module__W9ewtG__header{padding:16px}.SceneInpaintingModal-module__W9ewtG__title{font-size:1.1rem}.SceneInpaintingModal-module__W9ewtG__mainContent{padding:16px}.SceneInpaintingModal-module__W9ewtG__threeColumnLayout{flex-direction:column;gap:16px;display:flex}.SceneInpaintingModal-module__W9ewtG__leftColumn{order:0;width:100%;min-width:auto}.SceneInpaintingModal-module__W9ewtG__centerColumn{order:1}.SceneInpaintingModal-module__W9ewtG__rightColumn{order:2;width:100%;min-width:auto}.SceneInpaintingModal-module__W9ewtG__controlsPanel{gap:16px}.SceneInpaintingModal-module__W9ewtG__sectionLabel{margin-bottom:8px;font-size:13px}.SceneInpaintingModal-module__W9ewtG__promptTextarea{min-height:80px;padding:10px;font-size:13px}.SceneInpaintingModal-module__W9ewtG__generateButton{width:100%;padding:10px 20px;font-size:14px}.SceneInpaintingModal-module__W9ewtG__canvasPortraitContainer{width:100%;max-width:300px;height:450px}.SceneInpaintingModal-module__W9ewtG__canvasLandscapeContainer{width:100%;max-width:400px;height:300px}.SceneInpaintingModal-module__W9ewtG__canvasActions{margin-top:12px}.SceneInpaintingModal-module__W9ewtG__clearMaskButton{padding:8px 16px;font-size:14px}.SceneInpaintingModal-module__W9ewtG__brushSizeRadios{gap:8px}.SceneInpaintingModal-module__W9ewtG__brushSizeRadio{padding:8px}.SceneInpaintingModal-module__W9ewtG__brushLabel{font-size:13px}.SceneInpaintingModal-module__W9ewtG__emptyStateIcon{font-size:36px}.SceneInpaintingModal-module__W9ewtG__emptyStateText{font-size:14px}.SceneInpaintingModal-module__W9ewtG__previewImage{max-width:200px}.SceneInpaintingModal-module__W9ewtG__actionPanel{flex-direction:column;padding:16px}.SceneInpaintingModal-module__W9ewtG__cancelButton{width:100%}}@media (min-width:1400px){.SceneInpaintingModal-module__W9ewtG__threeColumnLayout{grid-template-columns:320px fit-content(1000px) 350px}}
.AssetImageDetailsModal-module__hnZjdG__overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding-bottom:20px;display:flex;position:fixed;inset:0}.AssetImageDetailsModal-module__hnZjdG__modal{background:var(--theme-content-background);border:1px solid var(--theme-content-border);height:80vh;box-shadow:var(--theme-content-shadow-lg);border-radius:12px;grid-template:"header header header"50px"sidebar image info"1fr"footer footer footer"60px/250px 1fr 280px;display:grid;position:relative;overflow:hidden}.AssetImageDetailsModal-module__hnZjdG__header{border-bottom:1px solid var(--theme-divider);grid-area:header;justify-content:center;align-items:center;display:flex}.AssetImageDetailsModal-module__hnZjdG__title{color:var(--foreground);text-align:center;margin:0;font-size:18px;font-weight:600}.AssetImageDetailsModal-module__hnZjdG__closeIcon{color:var(--text-secondary);cursor:pointer;border-radius:6px;margin:auto;padding:4px;font-size:20px;transition:background .2s,color .2s;display:flex;position:absolute;right:16px}.AssetImageDetailsModal-module__hnZjdG__closeIcon:hover{background:var(--theme-content-border);color:var(--foreground)}.AssetImageDetailsModal-module__hnZjdG__variantList{border-right:1px solid var(--theme-divider);background:var(--theme-content-background);flex-direction:column;grid-area:sidebar;padding:16px;display:flex;overflow-y:auto}.AssetImageDetailsModal-module__hnZjdG__variantItem{cursor:pointer;background:color-mix(in srgb,var(--theme-content-background)90%,transparent);border:2px solid #0000;border-radius:8px;margin-bottom:8px;padding:12px;transition:all .2s;display:flex}.AssetImageDetailsModal-module__hnZjdG__variantItem:hover{background:color-mix(in srgb,var(--theme-content-background)75%,var(--theme-active-tab-border)25%)}.AssetImageDetailsModal-module__hnZjdG__variantItem.AssetImageDetailsModal-module__hnZjdG__selected{background:color-mix(in srgb,var(--theme-content-background)65%,var(--theme-active-tab-border)35%);border-color:var(--theme-active-tab-border);position:relative}.AssetImageDetailsModal-module__hnZjdG__variantItem.AssetImageDetailsModal-module__hnZjdG__selected:after{content:"";background:color-mix(in srgb,var(--theme-active-tab-border)30%,transparent);pointer-events:none;z-index:1;border-radius:6px;position:absolute;inset:0}.AssetImageDetailsModal-module__hnZjdG__variantThumbnail{flex-shrink:0;margin-right:12px}.AssetImageDetailsModal-module__hnZjdG__variantImage{object-fit:cover;border-radius:4px}.AssetImageDetailsModal-module__hnZjdG__variantInfo{flex-direction:column;flex:1;justify-content:center;display:flex}.AssetImageDetailsModal-module__hnZjdG__variantLabel{color:var(--foreground);margin-bottom:4px;font-size:14px;font-weight:500}.AssetImageDetailsModal-module__hnZjdG__variantDate{color:var(--text-secondary);font-size:11px}.AssetImageDetailsModal-module__hnZjdG__mainImageContainer{grid-area:image;justify-content:center;align-items:center;min-height:0;padding:16px;display:flex;overflow:hidden}.AssetImageDetailsModal-module__hnZjdG__imageWrapper{aspect-ratio:2/3;border-radius:12px;justify-content:center;align-items:center;max-width:100%;height:100%;max-height:100%;display:flex;position:relative;overflow:hidden}.AssetImageDetailsModal-module__hnZjdG__mainImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.AssetImageDetailsModal-module__hnZjdG__generationInfo{border:1px solid var(--theme-content-border);background:var(--theme-surface-background);box-shadow:var(--theme-surface-shadow);color:var(--foreground);border-radius:12px;flex-direction:column;grid-area:info;gap:12px;margin:16px 16px 16px 0;padding:16px;display:flex}.AssetImageDetailsModal-module__hnZjdG__generationInfoTitle{color:var(--foreground);font-size:16px;font-weight:600}.AssetImageDetailsModal-module__hnZjdG__generationInfoRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.AssetImageDetailsModal-module__hnZjdG__generationInfoLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--theme-muted-text);font-size:11px;font-weight:600}.AssetImageDetailsModal-module__hnZjdG__generationInfoValue{color:var(--foreground);font-size:14px;font-weight:500}.AssetImageDetailsModal-module__hnZjdG__generationInfoBlock{flex-direction:column;gap:6px;display:flex}.AssetImageDetailsModal-module__hnZjdG__generationPrompt{color:var(--foreground);white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.5}.AssetImageDetailsModal-module__hnZjdG__sourceImageRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.AssetImageDetailsModal-module__hnZjdG__sourceImageThumb{object-fit:cover;border:1px solid var(--theme-content-border);width:60px;height:60px;box-shadow:0 4px 10px var(--shadow-color);border-radius:8px}.AssetImageDetailsModal-module__hnZjdG__extraSourceCount{color:var(--theme-muted-text);font-size:12px;font-weight:500}.AssetImageDetailsModal-module__hnZjdG__controlButtons{border-top:1px solid var(--theme-divider);background:0 0;grid-area:footer;justify-content:flex-end;align-items:center;gap:12px;padding:0 16px;display:flex}.AssetImageDetailsModal-module__hnZjdG__cancelButton,.AssetImageDetailsModal-module__hnZjdG__deleteButton,.AssetImageDetailsModal-module__hnZjdG__saveButton{cursor:pointer;color:#fff;border:1px solid;border-radius:6px;height:38px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.AssetImageDetailsModal-module__hnZjdG__cancelButton{background:var(--theme-cancel-button-bg);color:var(--theme-cancel-button-text);border-color:var(--theme-cancel-button-border)}.AssetImageDetailsModal-module__hnZjdG__cancelButton:hover{background:var(--theme-cancel-button-hover-bg);color:var(--foreground)}.AssetImageDetailsModal-module__hnZjdG__cancelButton:disabled{background:var(--theme-cancel-button-disabled);cursor:not-allowed}.AssetImageDetailsModal-module__hnZjdG__deleteButton{background:var(--theme-delete-button-bg);color:var(--theme-delete-button-text);border-color:var(--theme-delete-button-border)}.AssetImageDetailsModal-module__hnZjdG__deleteButton:hover:not(:disabled){background:var(--theme-delete-button-hover-bg);border-color:var(--theme-delete-button-border)}.AssetImageDetailsModal-module__hnZjdG__deleteButton:disabled{background:var(--theme-delete-button-disabled);border-color:var(--theme-delete-button-disabled);cursor:not-allowed;opacity:.6}.AssetImageDetailsModal-module__hnZjdG__saveButton{background:var(--theme-active-tab-border);border-color:var(--theme-active-tab-border)}.AssetImageDetailsModal-module__hnZjdG__saveButton:hover:not(:disabled){background:#3b82f6d9;border-color:#3b82f6d9}.AssetImageDetailsModal-module__hnZjdG__saveButton:disabled{cursor:not-allowed;opacity:.6;background:#ccc;border-color:#ccc}.AssetImageDetailsModal-module__hnZjdG__imageOverlayButtons{pointer-events:none;position:absolute;inset:0}.AssetImageDetailsModal-module__hnZjdG__overlayButton{cursor:pointer;pointer-events:auto;width:40px;height:40px;box-shadow:0 2px 8px var(--shadow-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:all .2s;display:flex;position:absolute}.AssetImageDetailsModal-module__hnZjdG__overlayButton:hover{box-shadow:0 4px 12px var(--shadow-color)}.AssetImageDetailsModal-module__hnZjdG__editButton{background:var(--theme-active-tab-border);color:#fff;top:12px;left:12px}.AssetImageDetailsModal-module__hnZjdG__editButton:hover{background:#3b82f6d9}.AssetImageDetailsModal-module__hnZjdG__inpaintingButton{color:#fff;background:#22c55ee6;top:12px;right:12px}.AssetImageDetailsModal-module__hnZjdG__inpaintingButton:hover{background:#22c55e}@media (max-width:980px){.AssetImageDetailsModal-module__hnZjdG__modal{grid-template-columns:30% 70%;grid-template-areas:"header header""sidebar image""footer footer"}.AssetImageDetailsModal-module__hnZjdG__generationInfo{display:none}}
.InputImageSelectionModal-module__4lie2a__modalOverlay{z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.InputImageSelectionModal-module__4lie2a__modalContent{background:var(--theme-content-background);width:70vw;height:80vh;box-shadow:var(--theme-content-shadow-lg);border-radius:12px;flex-direction:column;display:flex}.InputImageSelectionModal-module__4lie2a__modalHeader{border-bottom:1px solid var(--theme-divider);background:var(--theme-surface-background);border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.InputImageSelectionModal-module__4lie2a__modalHeader h3{color:var(--foreground);margin:0;font-size:18px;font-weight:600}.InputImageSelectionModal-module__4lie2a__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:18px;transition:background .2s,color .2s;display:flex}.InputImageSelectionModal-module__4lie2a__closeButton:hover{background-color:var(--theme-content-border);color:var(--foreground)}.InputImageSelectionModal-module__4lie2a__modalBody{flex-direction:column;flex:1;padding:0;display:flex;overflow:hidden}.InputImageSelectionModal-module__4lie2a__tabList{border-bottom:2px solid var(--theme-divider);background-color:var(--theme-surface-background);gap:0;margin:0;padding:0;display:flex}.InputImageSelectionModal-module__4lie2a__tabButton{min-width:0;color:var(--text-secondary);background:0 0;background-color:var(--theme-tab-background);cursor:pointer;text-align:center;border:none;border-bottom:3px solid #0000;flex:1;padding:12px 4px;font-size:15px;font-weight:600;transition:color .2s,border-color .2s,background-color .2s}.InputImageSelectionModal-module__4lie2a__tabButton:hover{color:var(--foreground)}.InputImageSelectionModal-module__4lie2a__tabButton.InputImageSelectionModal-module__4lie2a__activeTab{color:var(--theme-active-tab-text);border-bottom-color:var(--theme-active-tab-border);background-color:var(--theme-content-background);font-weight:600}.InputImageSelectionModal-module__4lie2a__limitWarning{background:var(--error-background);border:1px solid var(--error-border);color:var(--error-text);border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:14px}.InputImageSelectionModal-module__4lie2a__scrollArea{scrollbar-gutter:stable;flex:1;overflow-y:auto}.InputImageSelectionModal-module__4lie2a__scrollArea::-webkit-scrollbar{width:8px}.InputImageSelectionModal-module__4lie2a__scrollArea::-webkit-scrollbar-track{background:var(--theme-scrollbar-track);border-radius:4px}.InputImageSelectionModal-module__4lie2a__scrollArea::-webkit-scrollbar-thumb{background:var(--theme-scrollbar-thumb);border-radius:4px}.InputImageSelectionModal-module__4lie2a__elementGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;width:calc(100% - 8px);padding:16px 4px 16px 16px;display:grid}.InputImageSelectionModal-module__4lie2a__elementItem{aspect-ratio:9/16;cursor:pointer;background:var(--theme-content-background);border:3px solid #0000;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}.InputImageSelectionModal-module__4lie2a__elementItem:hover{border-color:var(--theme-active-tab-border);box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-2px)}.InputImageSelectionModal-module__4lie2a__elementItem.InputImageSelectionModal-module__4lie2a__selected{border-color:var(--theme-active-tab-border);background:#3b82f614}.InputImageSelectionModal-module__4lie2a__elementItem.InputImageSelectionModal-module__4lie2a__disabled{opacity:.5;cursor:not-allowed}.InputImageSelectionModal-module__4lie2a__elementItem.InputImageSelectionModal-module__4lie2a__disabled:hover{border-color:var(--theme-content-border);box-shadow:none;transform:none}.InputImageSelectionModal-module__4lie2a__elementImage{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block}.InputImageSelectionModal-module__4lie2a__selectedIndicator{background:var(--theme-active-tab-border);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #3b82f659}.InputImageSelectionModal-module__4lie2a__emptyState{text-align:center;color:var(--text-secondary);grid-column:1/-1;padding:40px 20px}.InputImageSelectionModal-module__4lie2a__emptyState p{margin:8px 0;font-size:16px}.InputImageSelectionModal-module__4lie2a__emptyState p:first-child{color:var(--foreground);font-weight:500}.InputImageSelectionModal-module__4lie2a__loadingState{text-align:center;width:100%;color:var(--text-muted);padding:24px;font-size:15px}.InputImageSelectionModal-module__4lie2a__actionPanel{border-top:1px solid var(--theme-divider);background:var(--theme-surface-background);border-radius:0 0 12px 12px;justify-content:center;padding:16px 24px;display:flex}.InputImageSelectionModal-module__4lie2a__confirmButton{background:var(--theme-active-tab-border);color:#fff;cursor:pointer;border:none;border-radius:6px;min-width:120px;padding:10px 16px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.InputImageSelectionModal-module__4lie2a__confirmButton:hover{box-shadow:0 4px 12px var(--shadow-color);background:#3b82f6d9}.InputImageSelectionModal-module__4lie2a__confirmButton:active{transform:translateY(1px)}@media (max-width:768px){.InputImageSelectionModal-module__4lie2a__modalContent{width:95%;max-height:95vh}.InputImageSelectionModal-module__4lie2a__modalHeader,.InputImageSelectionModal-module__4lie2a__modalBody{padding:16px 20px}.InputImageSelectionModal-module__4lie2a__tabList{margin:0 -20px 16px}.InputImageSelectionModal-module__4lie2a__elementGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}}@media (max-width:480px){.InputImageSelectionModal-module__4lie2a__tabList{gap:0;margin:0 -16px 12px}.InputImageSelectionModal-module__4lie2a__elementGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}}
.VideoTab-module__6JvIrG__container{background-color:#0000;flex-direction:column;flex-grow:1;padding:20px 20px 0;display:flex;overflow:hidden}.VideoTab-module__6JvIrG__header{background-color:var(--theme-scene-row-background);border:1px solid var(--theme-content-border);z-index:999;border-radius:8px;justify-content:center;align-items:center;width:calc(100% - 40px);min-width:950px;height:70px;display:flex;position:absolute;box-shadow:0 2px 4px #0000001a}.VideoTab-module__6JvIrG__centerButtons,.VideoTab-module__6JvIrG__rightButtons{align-items:center;gap:12px;display:flex}.VideoTab-module__6JvIrG__actionButton{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.VideoTab-module__6JvIrG__promptButton{color:#fff;background-color:#555b6e}.VideoTab-module__6JvIrG__promptButton:hover:not(.VideoTab-module__6JvIrG__disabled){background-color:#3e4251}.VideoTab-module__6JvIrG__videoGenButton{color:#fff;background-color:#28a745}.VideoTab-module__6JvIrG__videoGenButton:hover:not(.VideoTab-module__6JvIrG__disabled){background-color:#24963e}.VideoTab-module__6JvIrG__exportButton{color:#fff;background-color:#6f42c1}.VideoTab-module__6JvIrG__exportButton:hover:not(.VideoTab-module__6JvIrG__disabled){background-color:#5a32a3}.VideoTab-module__6JvIrG__settingsButton{color:#fff;background:#fc9e4f}.VideoTab-module__6JvIrG__settingsButton:hover:not(.VideoTab-module__6JvIrG__disabled){background:#e38e47}.VideoTab-module__6JvIrG__collapseButton{color:#fff;background-color:#6c757d}.VideoTab-module__6JvIrG__collapseButton:hover:not(.VideoTab-module__6JvIrG__disabled){background-color:#5a6268}.VideoTab-module__6JvIrG__expandButton{color:#fff;background-color:#17a2b8}.VideoTab-module__6JvIrG__expandButton:hover:not(.VideoTab-module__6JvIrG__disabled){background-color:#138496}.VideoTab-module__6JvIrG__disabled{opacity:.6;cursor:not-allowed}.VideoTab-module__6JvIrG__disabled:hover{background-color:inherit}.VideoTab-module__6JvIrG__spacer{box-sizing:border-box;min-height:90px}.VideoTab-module__6JvIrG__rowsContainer{flex-direction:column;flex:1;align-items:center;min-height:100%;display:flex;overflow-y:auto}.VideoTab-module__6JvIrG__rowsContainer::-webkit-scrollbar-track:vertical{margin-block-start:70px}.VideoTab-module__6JvIrG__rowsContainer::-webkit-scrollbar{width:8px}.VideoTab-module__6JvIrG__rowsContainer::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.VideoTab-module__6JvIrG__rowsContainer::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.VideoTab-module__6JvIrG__rowsContainer::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
.VideoRow-module__RLsAhW__container{border:1px solid var(--theme-content-border);background-color:var(--theme-scene-row-background);border-radius:8px;width:100%;min-width:950px;margin-bottom:16px;padding:2px 16px}.VideoRow-module__RLsAhW__content{transform-origin:top;align-items:center;gap:20px;padding-bottom:20px;transition:transform .3s,opacity .3s,box-shadow .2s;display:flex}.VideoRow-module__RLsAhW__collapsed{opacity:0;max-height:0;padding-bottom:7px;overflow:hidden;transform:scaleY(0)}.VideoRow-module__RLsAhW__rowHeader{justify-content:space-between;align-items:center;margin:8px 0;display:flex}.VideoRow-module__RLsAhW__sceneTitle{color:#343a40;font-size:1.2rem;font-weight:700}.VideoRow-module__RLsAhW__sceneNumberIndicator{color:#fff;z-index:10;pointer-events:none;-webkit-user-select:none;user-select:none;background:#000000b3;border-radius:12px;padding:4px 8px;font-size:12px;font-weight:600}.VideoRow-module__RLsAhW__toggleButton{border:none;border:1px solid var(--theme-scene-row-background);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.VideoRow-module__RLsAhW__toggleButton:hover{transform:scale(1.1)}.VideoRow-module__RLsAhW__chevronExpand{transition:transform .2s;transform:rotate(-90deg)}.VideoRow-module__RLsAhW__chevronCollapse{transition:transform .2s;transform:rotate(90deg)}.VideoRow-module__RLsAhW__imageSection{flex-shrink:0}.VideoRow-module__RLsAhW__controlSection{flex:1;min-width:0}.VideoRow-module__RLsAhW__videoSection{flex-shrink:0}
.VideoBlock-module__pOy9GG__videoBlock{cursor:pointer;background-color:var(--card-background);border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:200px;height:300px;transition:all .2s;display:flex;position:relative;overflow:hidden}.VideoBlock-module__pOy9GG__videoBlock.VideoBlock-module__pOy9GG__empty{background-color:#0000001a;border-style:dashed}.VideoBlock-module__pOy9GG__videoBlock.VideoBlock-module__pOy9GG__generating{border-color:var(--theme-card-generating-border);background-color:var(--theme-card-generating-background)}.VideoBlock-module__pOy9GG__videoContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.VideoBlock-module__pOy9GG__video{object-fit:cover;border-radius:6px;width:100%;height:100%}.VideoBlock-module__pOy9GG__emptyState,.VideoBlock-module__pOy9GG__loadingState,.VideoBlock-module__pOy9GG__errorState{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;display:flex}.VideoBlock-module__pOy9GG__emptyText{color:var(--text-secondary);font-size:14px;font-weight:600}.VideoBlock-module__pOy9GG__loadingText{color:#28a745;margin-top:10px;font-size:14px;font-weight:500}.VideoBlock-module__pOy9GG__errorText{color:#dc3545;font-size:14px;font-weight:500}.VideoBlock-module__pOy9GG__spinner{border:3px solid #f3f3f3;border-top-color:#28a745;border-radius:50%;width:24px;height:24px;animation:1s linear infinite VideoBlock-module__pOy9GG__spin}.VideoBlock-module__pOy9GG__videoLoading{z-index:2;background-color:#ffffffe6;border-radius:50%;padding:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoBlock-module__pOy9GG__videoLoading .VideoBlock-module__pOy9GG__spinner{border-top-color:#007bff}@keyframes VideoBlock-module__pOy9GG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VideoBlock-module__pOy9GG__videoBlock.VideoBlock-module__pOy9GG__generated{border-color:var(--theme-content-border)}.VideoBlock-module__pOy9GG__videoBlock.VideoBlock-module__pOy9GG__generated:hover{border-color:var(--theme-content-border);box-shadow:0 2px 8px #28a74533}.VideoBlock-module__pOy9GG__videoBlock:hover .VideoBlock-module__pOy9GG__historyButton{opacity:1;visibility:visible;transform:translateY(0)}.VideoBlock-module__pOy9GG__historyButton{color:#fff;cursor:pointer;opacity:0;visibility:hidden;z-index:2;pointer-events:auto;text-align:center;background:#2d4f2b;border:none;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:all .2s;position:absolute;bottom:50%;left:30px;right:30px;transform:translateY(10px)}.VideoBlock-module__pOy9GG__historyButton:hover:not(:disabled){background:#3a6235;box-shadow:0 4px 8px #2d4f2b4d}.VideoBlock-module__pOy9GG__historyButton:disabled{cursor:not-allowed;opacity:.4;background:#ccc}
.VideoHistoryModal-module__GMnlaG__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a99;justify-content:center;align-items:center;padding-bottom:30px;display:flex;position:fixed;inset:0}.VideoHistoryModal-module__GMnlaG__modal{background:var(--theme-content-background);color:var(--theme-page-foreground);border:1px solid var(--theme-content-border);width:100%;max-width:900px;height:85vh;box-shadow:var(--theme-content-shadow-lg);border-radius:20px;grid-template:"header header"50px"sidebar videoPlayerRow"minmax(0,5fr)"sidebar infoRow"250px"actionPanel actionPanel"70px/300px minmax(0,1fr);display:grid;overflow:hidden}.VideoHistoryModal-module__GMnlaG__header{border-bottom:1px solid var(--theme-divider);flex-shrink:0;grid-area:header;justify-content:space-between;align-items:center;height:100%;padding:0 24px;display:flex}.VideoHistoryModal-module__GMnlaG__title{color:inherit;margin:0;font-size:18px;font-weight:600}.VideoHistoryModal-module__GMnlaG__closeButton{cursor:pointer;color:var(--theme-muted-text);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:background .2s,color .2s,border-color .2s;display:flex}.VideoHistoryModal-module__GMnlaG__closeButton:hover{background:var(--theme-surface-background);border-color:var(--theme-surface-border);color:var(--theme-page-foreground)}.VideoHistoryModal-module__GMnlaG__recordList,.VideoHistoryModal-module__GMnlaG__videoPlayerRow,.VideoHistoryModal-module__GMnlaG__infoRow{min-height:0}.VideoHistoryModal-module__GMnlaG__recordList{border-right:1px solid var(--theme-divider);grid-area:sidebar;padding:16px;overflow-y:auto}.VideoHistoryModal-module__GMnlaG__loadingState{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:12px;padding:24px 0;font-size:15px;display:flex}.VideoHistoryModal-module__GMnlaG__emptyState{text-align:center;color:var(--text-muted);padding:24px 0;font-size:15px}.VideoHistoryModal-module__GMnlaG__loadingSpinner{border:4px solid #94a3b859;border-top-color:var(--theme-accent,#2563eb);border-radius:50%;width:40px;height:40px;animation:.9s linear infinite VideoHistoryModal-module__GMnlaG__videoHistorySpin}.VideoHistoryModal-module__GMnlaG__loadingText{color:inherit;font-size:14px}@keyframes VideoHistoryModal-module__GMnlaG__videoHistorySpin{to{transform:rotate(360deg)}}.VideoHistoryModal-module__GMnlaG__recordItem{cursor:pointer;color:inherit;background:0 0;border:1px solid #0000;border-radius:10px;gap:12px;margin-bottom:8px;padding:12px;transition:all .2s;display:flex}.VideoHistoryModal-module__GMnlaG__recordItem:hover{background:var(--card-background-active);box-shadow:0 8px 16px var(--shadow-color);border-color:var(--card-border);transform:translateY(-1px)}.VideoHistoryModal-module__GMnlaG__recordItem.VideoHistoryModal-module__GMnlaG__selected{background:var(--theme-active-tab-background);border-color:var(--theme-active-tab-border);box-shadow:0 0 0 1px var(--theme-active-tab-border)}.VideoHistoryModal-module__GMnlaG__recordThumbnail{background:#000;border-radius:6px;flex-shrink:0;width:60px;height:45px;overflow:hidden}.VideoHistoryModal-module__GMnlaG__recordVideo{object-fit:cover;width:100%;height:100%}.VideoHistoryModal-module__GMnlaG__recordInfo{flex-direction:column;flex:1;gap:4px;display:flex}.VideoHistoryModal-module__GMnlaG__recordLabel{color:var(--theme-page-foreground);font-size:12px;font-weight:600}.VideoHistoryModal-module__GMnlaG__recordDate{color:var(--theme-muted-text);font-size:11px}.VideoHistoryModal-module__GMnlaG__detailsPanel{flex-direction:column;flex:1;gap:20px;height:100%;min-height:0;padding:24px;display:flex;position:relative;overflow-y:auto}.VideoHistoryModal-module__GMnlaG__videoPlayerRow{border-bottom:1px solid var(--theme-divider);grid-area:videoPlayerRow;justify-content:center;padding:16px 24px;display:flex;position:relative;overflow:hidden}.VideoHistoryModal-module__GMnlaG__videoPlayer{border:1px solid var(--theme-content-border);background:#000;border-radius:8px;width:100%;max-width:500px;height:auto}.VideoHistoryModal-module__GMnlaG__infoRow{grid-area:infoRow;align-items:flex-start;gap:16px;padding:24px;display:flex;position:relative;overflow-y:auto}.VideoHistoryModal-module__GMnlaG__placeholderContent{text-align:center;min-height:0;color:var(--theme-muted-text);flex-direction:column;grid-area:2/2/span 2;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.VideoHistoryModal-module__GMnlaG__placeholderIcon{opacity:.5;font-size:48px}.VideoHistoryModal-module__GMnlaG__placeholderText{color:var(--theme-page-foreground);font-size:16px;font-weight:500}.VideoHistoryModal-module__GMnlaG__rightInfoSection{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.VideoHistoryModal-module__GMnlaG__modelRow{background:var(--label-background);border:1px solid var(--card-border);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-weight:600;display:flex}.VideoHistoryModal-module__GMnlaG__modelLabel{color:var(--theme-muted-text);flex-shrink:0;font-size:13px}.VideoHistoryModal-module__GMnlaG__modelValue{color:var(--model-value-text);font-size:13px}.VideoHistoryModal-module__GMnlaG__promptRow{background:var(--label-background);border:1px solid var(--theme-surface-border);border-radius:6px;flex-direction:column;flex:1;gap:6px;padding:8px 12px;display:flex}.VideoHistoryModal-module__GMnlaG__promptLabel{color:var(--theme-muted-text);font-size:13px;font-weight:600}.VideoHistoryModal-module__GMnlaG__promptText{color:inherit;word-wrap:break-word;overflow-wrap:break-word;font-size:14px;line-height:1.5}.VideoHistoryModal-module__GMnlaG__imageSection{flex-direction:row;flex-shrink:0;gap:12px;display:flex}.VideoHistoryModal-module__GMnlaG__sourceImage{object-fit:contain;border:1px solid var(--theme-content-border);border-radius:6px;width:auto;height:auto;max-height:180px}.VideoHistoryModal-module__GMnlaG__actionPanel{border-top:1px solid var(--theme-divider);background:var(--theme-content-background);flex-shrink:0;grid-area:actionPanel;justify-content:flex-end;align-items:center;gap:12px;height:100%;padding:0 24px;display:flex}.VideoHistoryModal-module__GMnlaG__cancelButton{border:1px solid var(--theme-content-border);color:var(--theme-muted-text);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.VideoHistoryModal-module__GMnlaG__cancelButton:hover:not(:disabled){background:var(--theme-surface-background);border-color:var(--theme-surface-border);color:var(--theme-page-foreground)}.VideoHistoryModal-module__GMnlaG__deleteButton{border:1px solid var(--theme-delete-button-border);background:var(--theme-delete-button-bg);color:var(--theme-delete-button-text);cursor:pointer;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.VideoHistoryModal-module__GMnlaG__deleteButton:hover:not(:disabled){background:var(--theme-delete-button-hover-bg)}.VideoHistoryModal-module__GMnlaG__deleteButton:disabled{background:var(--theme-delete-button-disabled);color:var(--text-secondary);cursor:not-allowed;border-color:#0000}.VideoHistoryModal-module__GMnlaG__spacer{flex:1}.VideoHistoryModal-module__GMnlaG__recreateButton{border:1px solid var(--theme-card-generating-border);background:var(--theme-card-generating-border);color:#fff;cursor:pointer;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.VideoHistoryModal-module__GMnlaG__recreateButton:hover:not(:disabled){filter:brightness(.95);box-shadow:0 8px 20px #22c55e40}.VideoHistoryModal-module__GMnlaG__saveButton{border:1px solid var(--theme-active-tab-border);background:var(--theme-active-tab-border);color:#fff;cursor:pointer;border-radius:6px;padding:8px 16px;font-size:14px;transition:all .2s}.VideoHistoryModal-module__GMnlaG__saveButton:hover:not(:disabled){filter:brightness(.92)}.VideoHistoryModal-module__GMnlaG__saveButton:disabled{background:var(--theme-divider);border-color:var(--theme-divider);color:var(--theme-muted-text);cursor:not-allowed}.VideoHistoryModal-module__GMnlaG__recreateButton:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.VideoHistoryModal-module__GMnlaG__videoGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.VideoHistoryModal-module__GMnlaG__videoItem{cursor:pointer;background:var(--card-background-active);border-radius:8px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.VideoHistoryModal-module__GMnlaG__videoItem:hover{box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-2px)}.VideoHistoryModal-module__GMnlaG__videoItem.VideoHistoryModal-module__GMnlaG__selected{border:3px solid #007bff;box-shadow:0 0 0 1px #007bff}.VideoHistoryModal-module__GMnlaG__videoContainer{background:#000;width:100%;height:150px;position:relative;overflow:hidden}.VideoHistoryModal-module__GMnlaG__video{object-fit:cover;width:100%;height:100%;display:block}.VideoHistoryModal-module__GMnlaG__playOverlay{opacity:0;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.VideoHistoryModal-module__GMnlaG__videoItem:hover .VideoHistoryModal-module__GMnlaG__playOverlay{opacity:1}.VideoHistoryModal-module__GMnlaG__playButton{color:#333;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex;box-shadow:0 2px 8px #0003}.VideoHistoryModal-module__GMnlaG__videoLabel{color:#666;text-align:center;background:#fff;border-top:1px solid #e0e0e0;padding:8px 12px;font-size:12px}.VideoHistoryModal-module__GMnlaG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.VideoHistoryModal-module__GMnlaG__emptyIcon{opacity:.5;margin-bottom:16px;font-size:48px}.VideoHistoryModal-module__GMnlaG__emptyText{color:#666;margin:0 0 8px;font-size:18px;font-weight:500}.VideoHistoryModal-module__GMnlaG__emptySubtext{color:#888;margin:0;font-size:14px}
.ReviewSceneBlock-module__7kT0ZG__container{flex-direction:column;align-items:center;height:100%;display:flex;position:relative}.ReviewSceneBlock-module__7kT0ZG__reviewMode{width:100%}.ReviewSceneBlock-module__7kT0ZG__block{background:var(--review-scene-background);border:1px solid var(--review-scene-border);width:100%;height:100%;box-shadow:var(--review-scene-shadow);border-radius:12px;justify-content:center;align-items:center;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.ReviewSceneBlock-module__7kT0ZG__emptyBlock{border-color:var(--review-scene-empty-border);background:var(--review-scene-empty-background);box-shadow:var(--review-scene-empty-inner-shadow)}.ReviewSceneBlock-module__7kT0ZG__image{border-radius:inherit;object-fit:cover;width:100%;height:100%}.ReviewSceneBlock-module__7kT0ZG__titleState,.ReviewSceneBlock-module__7kT0ZG__emptyState{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.ReviewSceneBlock-module__7kT0ZG__titleText{color:var(--review-scene-title-color);word-wrap:break-word;max-width:100%;font-size:18px;font-weight:600}.ReviewSceneBlock-module__7kT0ZG__emptyText{color:var(--review-empty-text);font-size:14px;font-style:italic}.ReviewSceneBlock-module__7kT0ZG__clickableBlock{cursor:pointer}.ReviewSceneBlock-module__7kT0ZG__clickableBlock:hover{border-color:var(--review-scene-hover-border);box-shadow:var(--review-scene-hover-shadow);transform:translateY(-4px)}.ReviewSceneBlock-module__7kT0ZG__clickableImage{cursor:pointer;transition:opacity .2s}.ReviewSceneBlock-module__7kT0ZG__clickableImage:hover{opacity:.9}.ReviewSceneBlock-module__7kT0ZG__twoFrameBadge{background:var(--review-scene-badge-background);color:var(--review-scene-badge-text);text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--review-scene-badge-shadow);border-radius:12px;padding:4px 8px;font-size:10px;font-weight:600;position:absolute;bottom:12px;right:12px}
/*# sourceMappingURL=d524f64511af418f.css.map*/