.designer-module__UHrjSG__canvasContainer{background-color:var(--input-bg);background-image:radial-gradient(circle,var(--border)1px,transparent 1px);touch-action:none;overscroll-behavior:none;background-size:30px 30px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.designer-module__UHrjSG__topBar{background:var(--background);border-bottom:1px solid var(--border);z-index:1000;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex}.designer-module__UHrjSG__topBarLeft,.designer-module__UHrjSG__topBarRight{align-items:center;gap:8px;display:flex}.designer-module__UHrjSG__projectInfo{flex-direction:column;margin-left:12px;display:flex}.designer-module__UHrjSG__projectName{color:var(--foreground);font-size:14px;font-weight:600}.designer-module__UHrjSG__zoomControls{background:var(--input-bg);border:1px solid var(--border);border-radius:8px;align-items:center;padding:2px;display:flex}.designer-module__UHrjSG__controlBtn{width:32px;height:32px;color:var(--foreground);opacity:.6;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.designer-module__UHrjSG__controlBtn:hover{opacity:1;background:var(--input-bg)}.designer-module__UHrjSG__focusLatestBtn:hover{color:var(--muted-foreground);opacity:.6;background:0 0;transform:none}.designer-module__UHrjSG__controlBtn.designer-module__UHrjSG__active{background:var(--foreground);color:var(--background);opacity:1}.designer-module__UHrjSG__zoomValue{text-align:center;flex-shrink:0;width:48px;padding:0 4px;font-size:13px;font-weight:600}.designer-module__UHrjSG__exportBtn{background:var(--foreground);height:36px;color:var(--background);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.designer-module__UHrjSG__exportBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.designer-module__UHrjSG__canvasWrapper{cursor:grab;touch-action:none;overscroll-behavior:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex:1;position:relative;overflow:hidden}.designer-module__UHrjSG__viewport{will-change:transform;backface-visibility:hidden;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;touch-action:none;gap:100px;padding:100px;display:flex;position:absolute;top:50%;left:50%}.designer-module__UHrjSG__artboard{touch-action:none;-webkit-user-select:none;user-select:none;will-change:transform;backface-visibility:hidden;flex-direction:column;flex-shrink:0;gap:12px;display:flex;position:relative}.designer-module__UHrjSG__artboardHeader{color:var(--muted-foreground);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:15px;font-weight:500;display:flex}.designer-module__UHrjSG__artboardTitle{color:var(--foreground);font-size:16px;font-weight:600}.designer-module__UHrjSG__artboardLeft{align-items:center;gap:8px;display:flex;position:relative}.designer-module__UHrjSG__platformBadge{opacity:.5;font-weight:400}.designer-module__UHrjSG__pageBadge{background:var(--input-bg);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:10px;align-items:center;gap:6px;max-width:320px;padding:6px 14px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.designer-module__UHrjSG__pageBadge:hover{background:var(--input-hover);border-color:var(--muted-foreground)}.designer-module__UHrjSG__pageBadgeActive{background:var(--input-hover);border-color:var(--primary)}.designer-module__UHrjSG__pageBadgeLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.designer-module__UHrjSG__artboardRight{align-items:center;display:flex}.designer-module__UHrjSG__versionBadge{background:var(--input-bg);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.designer-module__UHrjSG__versionBadge:hover{background:var(--input-hover);border-color:var(--muted-foreground)}.designer-module__UHrjSG__versionArrow{opacity:.5;transition:transform .2s}.designer-module__UHrjSG__versionArrowOpen{transform:rotate(180deg)}.designer-module__UHrjSG__versionBadgeActive{background:var(--input-hover);border-color:var(--primary)}.designer-module__UHrjSG__artboardRight{position:relative}.designer-module__UHrjSG__versionDropdown{background:var(--card-bg);border:1px solid var(--border);z-index:100;overscroll-behavior:contain;border-radius:12px;min-width:160px;max-height:240px;animation:.15s ease-out designer-module__UHrjSG__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #0003}.designer-module__UHrjSG__pageDropdown{min-width:220px;max-width:320px;left:0;right:auto}@keyframes designer-module__UHrjSG__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.designer-module__UHrjSG__versionDropdownHeader{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);padding:10px 14px;font-size:11px;font-weight:600}.designer-module__UHrjSG__versionDropdownList{overscroll-behavior:contain;max-height:200px;padding:6px;overflow-y:auto}.designer-module__UHrjSG__versionDropdownItem{color:var(--foreground);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.designer-module__UHrjSG__versionDropdownItem:hover{background:var(--input-hover)}.designer-module__UHrjSG__versionDropdownItemActive{background:rgba(var(--primary-rgb),.1);color:var(--primary)}.designer-module__UHrjSG__versionDropdownItemActive:hover{background:rgba(var(--primary-rgb),.15)}.designer-module__UHrjSG__artboardActive{z-index:10}.designer-module__UHrjSG__artboardHovered{z-index:2000!important}.designer-module__UHrjSG__commentMode .designer-module__UHrjSG__frame:after{content:"";pointer-events:none;z-index:90;opacity:1;background:#0f0f1466;border-radius:8px;transition:opacity .2s;position:absolute;inset:0}.designer-module__UHrjSG__commentMode .designer-module__UHrjSG__artboard:hover .designer-module__UHrjSG__frame:after{opacity:0}.designer-module__UHrjSG__frame{backface-visibility:hidden;outline:1px solid #0000;outline:1px solid var(--border);background:0 0;border-radius:8px;min-height:200px;transition:outline .2s,box-shadow .2s;position:relative;overflow:visible;transform:translateZ(0);box-shadow:0 4px 24px #0000001a}.designer-module__UHrjSG__frameActive{box-shadow:0 0 0 4px #8b5cf61a,0 20px 50px #0000004d;outline:2px solid #8b5cf699!important}.designer-module__UHrjSG__activeLabel{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;pointer-events:none;z-index:1000;background:#8b5cf6e6;border-radius:8px;align-items:center;gap:8px;padding:3px 10px;font-size:11px;font-weight:600;animation:.3s cubic-bezier(.175,.885,.32,1.275) designer-module__UHrjSG__labelFadeIn;display:flex;position:absolute;bottom:-28px;left:0;box-shadow:0 4px 12px #0003}.designer-module__UHrjSG__activeDot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite designer-module__UHrjSG__dotPulse;box-shadow:0 0 8px #fff}@keyframes designer-module__UHrjSG__dotPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes designer-module__UHrjSG__labelFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.designer-module__UHrjSG__iframeWrapper{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);background:var(--background);isolation:isolate;backface-visibility:hidden;border-radius:8px;outline:1px solid #0000;width:100%;height:100%;position:relative;overflow:hidden;transform:translateZ(0);mask-image:radial-gradient(#fff,#000)}.designer-module__UHrjSG__iframe{backface-visibility:hidden;background:0 0;border:none;width:100%;height:100%;display:block}.designer-module__UHrjSG__interactionOverlay{z-index:500;touch-action:none;overscroll-behavior:none;background:0 0;position:absolute;inset:0}.designer-module__UHrjSG__annotationLayer{pointer-events:none;z-index:600;position:absolute;inset:0}.designer-module__UHrjSG__hoverOverlay{pointer-events:none;z-index:101;background:#8b5cf61a;border:2px solid #8b5cf6;position:absolute;box-shadow:0 0 0 20000px #0f0f1466}.designer-module__UHrjSG__selectedElementInfo{color:#fff;white-space:nowrap;background:#8b5cf6;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;bottom:calc(100% + 4px);left:0}.designer-module__UHrjSG__pin{background:var(--foreground);width:28px;height:28px;color:var(--background);cursor:pointer;z-index:200;pointer-events:auto;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0006}.designer-module__UHrjSG__pin:hover{color:#fff;background:#8b5cf6;transform:translate(-50%,-50%)scale(1.1)}.designer-module__UHrjSG__chatMobileOverlay{z-index:2000;pointer-events:auto;background:#0006;display:none;position:fixed;inset:0}.designer-module__UHrjSG__dragHandle{background:var(--border);cursor:grab;border-radius:10px;flex-shrink:0;width:40px;height:5px;margin:8px auto 16px;display:none}.designer-module__UHrjSG__sideChatPanel{background:var(--background);border:1px solid var(--border);z-index:2001;border-radius:24px;flex-direction:column;width:380px;height:500px;display:flex;position:fixed;bottom:110px;right:30px;overflow:hidden;box-shadow:0 20px 50px #00000080}.designer-module__UHrjSG__sideChatHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.designer-module__UHrjSG__sideChatHeader h3{color:var(--foreground);align-items:center;gap:8px;margin:0;font-size:15px;font-weight:700;display:flex}.designer-module__UHrjSG__sideChatHeader button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.designer-module__UHrjSG__sideChatHeader button:hover{background:var(--border);color:var(--foreground)}.designer-module__UHrjSG__commitHistoryList{scrollbar-width:none;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.designer-module__UHrjSG__commitHistoryList::-webkit-scrollbar{display:none}.designer-module__UHrjSG__historyLoader{color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;font-size:13px;display:flex}.designer-module__UHrjSG__historyEmpty{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 20px;display:flex}.designer-module__UHrjSG__historyEmpty span{color:var(--foreground);font-size:14px;font-weight:600}.designer-module__UHrjSG__historyEmpty p{opacity:.7;margin:0;font-size:12px}.designer-module__UHrjSG__commitItemCompact{background:rgba(var(--foreground-rgb),.02);border-left:2px solid rgba(var(--foreground-rgb),.1);border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;transition:all .2s;display:flex}.designer-module__UHrjSG__commitItemCompact:hover{background:rgba(var(--foreground-rgb),.04);border-left-color:var(--primary)}.designer-module__UHrjSG__commitHeaderSmall{justify-content:space-between;align-items:center;display:flex}.designer-module__UHrjSG__commitTimeSmall{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:5px;font-size:10px;font-weight:600;display:flex}.designer-module__UHrjSG__commitTargetsRow{gap:3px;display:flex}.designer-module__UHrjSG__commitHeaderActions{align-items:center;gap:8px;display:flex}.designer-module__UHrjSG__processingBadge{background:rgba(var(--accent-rgb),.1);color:var(--accent);border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:10px;font-weight:600;display:flex}.designer-module__UHrjSG__failedBadge{color:#ef4444;background:#ef44441f;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:10px;font-weight:600;display:flex}.designer-module__UHrjSG__commitProcessing{opacity:.8;background:linear-gradient(90deg,transparent,rgba(var(--accent-rgb),.03),transparent);background-size:200% 100%;animation:2s linear infinite designer-module__UHrjSG__processingPulse}.designer-module__UHrjSG__commitFailed{background:#ef44440a;border-left-color:#ef444480}.designer-module__UHrjSG__activeClock{color:var(--accent)}@keyframes designer-module__UHrjSG__processingPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.designer-module__UHrjSG__reapplyBtn{width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;opacity:1;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.designer-module__UHrjSG__reapplyBtn:hover{background:rgba(var(--foreground-rgb),.05);color:var(--foreground);border-color:var(--border)}.designer-module__UHrjSG__commitTargetMini{background:rgba(var(--foreground-rgb),.08);width:14px;height:14px;color:var(--muted-foreground);cursor:default;border-radius:3px;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:flex}.designer-module__UHrjSG__commitContent{flex-direction:column;gap:4px;display:flex}.designer-module__UHrjSG__commitMessageSmall{color:var(--foreground);font-size:13px;font-weight:500;line-height:1.4}.designer-module__UHrjSG__commitAnnotationsList{flex-direction:column;gap:2px;padding-left:2px;display:flex}.designer-module__UHrjSG__commitAnnotationLine{align-items:center;gap:6px;display:flex}.designer-module__UHrjSG__commitAnnotationDot{background:var(--primary);opacity:.5;border-radius:50%;flex-shrink:0;width:4px;height:4px}.designer-module__UHrjSG__commitAnnotationTextSmall{color:var(--muted-foreground);font-size:12px;line-height:1.3}.designer-module__UHrjSG__chatInputAnchor{z-index:1001;pointer-events:none;flex-direction:column;align-items:center;gap:16px;width:calc(100% - 32px);max-width:760px;transition:left .3s;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.designer-module__UHrjSG__chatInputAnchorFull{left:50%}.designer-module__UHrjSG__compactInputArea{pointer-events:auto;background:var(--background);border:1px solid var(--border);border-radius:24px;width:100%;padding:0;transition:all .2s;overflow:hidden;box-shadow:0 10px 40px #0000004d}.designer-module__UHrjSG__compactInputArea:focus-within{border-color:var(--foreground)}.designer-module__UHrjSG__inputWrapper{background:0 0;border:none;flex-direction:column;display:flex}.designer-module__UHrjSG__inputMain{align-items:center;gap:8px;padding:8px 14px;display:flex}.designer-module__UHrjSG__chatInput{color:var(--foreground);resize:none;background:0 0;border:none;flex:1;min-height:32px;padding:4px 0;font-size:15px;line-height:1.5;box-shadow:none!important;outline:none!important}.designer-module__UHrjSG__inputActions{justify-content:space-between;align-items:center;padding:4px 8px 8px;display:flex}.designer-module__UHrjSG__sendBtn{background:var(--foreground);width:32px;height:32px;color:var(--background);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.designer-module__UHrjSG__sendBtn:disabled{opacity:.4;cursor:not-allowed;transform:none}.designer-module__UHrjSG__sendBtn:hover{transform:scale(1.05)}.designer-module__UHrjSG__actionBtn{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.designer-module__UHrjSG__separator{background:var(--border);width:1px;height:24px;margin:0 8px}.designer-module__UHrjSG__pendingList{flex-direction:column;padding:12px 16px 0;display:flex}.designer-module__UHrjSG__pendingAnnotationsScroll{scrollbar-width:thin;scrollbar-color:rgba(var(--foreground-rgb),.1)transparent;overscroll-behavior-x:contain;gap:8px;margin:0 -2px;padding:4px 2px 8px;display:flex;overflow-x:auto}.designer-module__UHrjSG__pendingAnnotationsScroll::-webkit-scrollbar{height:4px}.designer-module__UHrjSG__pendingAnnotationsScroll::-webkit-scrollbar-track{background:0 0}.designer-module__UHrjSG__pendingAnnotationsScroll::-webkit-scrollbar-thumb{background:rgba(var(--foreground-rgb),.1);border-radius:10px}.designer-module__UHrjSG__pendingAnnotationsScroll::-webkit-scrollbar-thumb:hover{background:rgba(var(--foreground-rgb),.2)}.designer-module__UHrjSG__modeBadge{color:var(--foreground);background:#8b5cf626;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:11px;font-weight:600;display:flex}.designer-module__UHrjSG__annotationCount{opacity:.7;font-size:10px;font-weight:500}.designer-module__UHrjSG__modeBadge button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;display:flex}.designer-module__UHrjSG__pendingAnnotationsHeader{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 4px;font-size:11px;font-weight:600;display:flex}.designer-module__UHrjSG__pendingAnnotation{background:rgba(var(--foreground-rgb),.04);border:1px solid rgba(var(--foreground-rgb),.08);border-radius:8px;flex-shrink:0;align-items:center;gap:6px;max-width:180px;padding:6px 10px;font-size:11px;display:flex}.designer-module__UHrjSG__annotationViewType{text-transform:uppercase;color:var(--muted-foreground);opacity:.6;border-right:1px solid var(--border);flex-shrink:0;padding-right:4px;font-size:9px;font-weight:700}.designer-module__UHrjSG__annotationSelector{color:var(--foreground);opacity:.8;flex-shrink:0;font-size:11px;font-weight:600}.designer-module__UHrjSG__annotationText{color:var(--foreground);opacity:.7;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.designer-module__UHrjSG__annotationEmpty{opacity:.4;font-style:italic}.designer-module__UHrjSG__removeAnnotationBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.designer-module__UHrjSG__removeAnnotationBtn:hover{background:rgba(var(--foreground-rgb),.1);color:var(--foreground)}.designer-module__UHrjSG__annotationLimit{color:var(--muted-foreground);text-align:center;padding:4px 0;font-size:11px}.designer-module__UHrjSG__annotationChip{background:rgba(var(--foreground-rgb),.04);border:1px solid rgba(var(--foreground-rgb),.08);border-radius:8px;margin-top:8px;padding:6px 10px;font-size:11px}.designer-module__UHrjSG__annotationChip strong{color:var(--foreground);opacity:.8}.designer-module__UHrjSG__annotationInput{background:var(--background);border:1px solid var(--border);z-index:1000;pointer-events:auto;border-radius:12px;flex-direction:column;width:280px;display:flex;position:absolute;top:calc(100% + 12px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 40px #00000080}.designer-module__UHrjSG__annotationInputHeader{background:var(--input-bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.designer-module__UHrjSG__annotationInputHeader span{color:var(--foreground);text-transform:uppercase;font-size:10px;font-weight:800}.designer-module__UHrjSG__annotationInputHeader button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none}.designer-module__UHrjSG__annotationInput textarea{width:100%;min-height:80px;color:var(--foreground);resize:none;background:0 0;border:none;outline:none;padding:12px;font-size:13px}.designer-module__UHrjSG__annotationInputFooter{border-top:1px solid var(--border);justify-content:flex-end;padding:8px 12px;display:flex}.designer-module__UHrjSG__saveAnnotationBtn{background:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:700}.designer-module__UHrjSG__mobileMenuBtn{display:none}.designer-module__UHrjSG__floatingToolbar{background:var(--background);border:1px solid var(--border);z-index:1000;pointer-events:auto;border-radius:20px;align-items:center;gap:4px;padding:6px 16px;display:flex;position:absolute;top:76px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0000004d}.designer-module__UHrjSG__floatingToolbar .designer-module__UHrjSG__zoomControls{background:0 0;border:none;padding:0;display:flex}.designer-module__UHrjSG__floatingToolbar .designer-module__UHrjSG__controlBtn{opacity:.8;width:40px;height:40px}.designer-module__UHrjSG__floatingToolbar .designer-module__UHrjSG__separator{height:20px;margin:0 6px;display:block}.designer-module__UHrjSG__floatingToolbar .designer-module__UHrjSG__zoomValue{width:42px;font-size:12px}.designer-module__UHrjSG__mobileFloatingBar,.designer-module__UHrjSG__mobileOnlyItem{display:none}@media (max-width:768px){.designer-module__UHrjSG__topBar{height:60px;padding:0 12px}.designer-module__UHrjSG__topBarLeft .designer-module__UHrjSG__zoomControls,.designer-module__UHrjSG__topBarLeft .designer-module__UHrjSG__separator,.designer-module__UHrjSG__topBarLeft .designer-module__UHrjSG__controlBtn,.designer-module__UHrjSG__topBarLeft .designer-module__UHrjSG__exportBtn{display:none}.designer-module__UHrjSG__mobileMenuBtn{width:36px;height:36px;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.designer-module__UHrjSG__floatingToolbar{top:76px}.designer-module__UHrjSG__mobileOnlyItem{display:flex!important}.designer-module__UHrjSG__chatMobileOverlay{z-index:2010;display:block}.designer-module__UHrjSG__dragHandle{display:block}.designer-module__UHrjSG__sideChatPanel{border:1px solid var(--border);z-index:2020;border-bottom:none;border-radius:32px 32px 0 0;width:100%;height:80vh;padding-top:8px;position:fixed;inset:auto 0 0;box-shadow:0 -20px 60px #00000080}.designer-module__UHrjSG__sideChatHeader button{display:flex}.designer-module__UHrjSG__sideChatHeader{justify-content:center;padding:0 20px 16px}.designer-module__UHrjSG__sideChatHeader h3{font-size:16px}.designer-module__UHrjSG__chatInputAnchor{z-index:2005;padding:0 16px;bottom:20px}.designer-module__UHrjSG__sideMessagesList{padding-bottom:140px}.designer-module__UHrjSG__viewport{will-change:auto;backface-visibility:visible;transform-style:flat;gap:40px;padding:40px}.designer-module__UHrjSG__artboard{will-change:auto;backface-visibility:visible}.designer-module__UHrjSG__frame{transform:none}.designer-module__UHrjSG__iframeWrapper{backface-visibility:visible;transform:none;-webkit-mask-image:none;mask-image:none}.designer-module__UHrjSG__activeLabel{-webkit-backdrop-filter:none}}.designer-module__UHrjSG__initOverlay{z-index:100;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.designer-module__UHrjSG__canvasLoadingFallback{z-index:95;background-color:var(--input-bg);background-image:radial-gradient(circle,var(--border)1px,transparent 1px);background-size:30px 30px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.designer-module__UHrjSG__canvasLoadingFallbackBox{border:1px solid var(--border);background:var(--card-bg);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:10px;min-width:320px;max-width:420px;padding:20px 22px;display:flex;box-shadow:0 14px 38px #00000040}.designer-module__UHrjSG__canvasLoadingFallbackBox h3{color:var(--foreground);margin:4px 0 0;font-size:16px}.designer-module__UHrjSG__canvasLoadingFallbackBox p{color:var(--muted-foreground);margin:0;font-size:13px}.designer-module__UHrjSG__canvasReloadButton{border:1px solid var(--border);background:var(--input-bg);height:34px;color:var(--foreground);cursor:pointer;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:0 12px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.designer-module__UHrjSG__canvasReloadButton:hover:not(:disabled){background:var(--input-hover)}.designer-module__UHrjSG__canvasReloadButton:disabled{opacity:.6;cursor:wait}.designer-module__UHrjSG__initBox{text-align:left;width:min(92%,760px);max-width:760px;padding:8px 0}.designer-module__UHrjSG__initIcon{width:80px;height:80px;color:var(--foreground);justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.designer-module__UHrjSG__initBox h2{color:var(--foreground);text-shadow:0 1px #0000001f;margin-bottom:10px;font-size:22px;font-weight:700}.designer-module__UHrjSG__initBox p{color:var(--muted-foreground);margin-bottom:24px;font-size:15px;line-height:1.6}.designer-module__UHrjSG__initButton{background:var(--foreground);width:auto;min-width:180px;height:48px;color:var(--background);cursor:pointer;border:none;border-radius:12px;padding:0 18px;font-size:16px;font-weight:600;transition:transform .2s,opacity .2s}.designer-module__UHrjSG__initButton:hover{opacity:.9;transform:translateY(-1px)}.designer-module__UHrjSG__initButton:active{transform:translateY(0)}.designer-module__UHrjSG__initHeader{text-align:left;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.designer-module__UHrjSG__initHeader h2{margin:0;font-size:19px}.designer-module__UHrjSG__preflightWorkspace{width:min(96vw,1600px);max-height:92vh;padding:10px 0 16px;overflow:auto}.designer-module__UHrjSG__preflightWorkspaceHeader{text-align:center;justify-content:center;align-items:center;gap:10px;margin-bottom:8px;display:flex}.designer-module__UHrjSG__preflightWorkspaceHeader h2{margin:0;font-size:18px}.designer-module__UHrjSG__preflightSubtitle{color:var(--muted-foreground);margin-bottom:14px;font-size:13px}.designer-module__UHrjSG__preflightSubtitleCentered{text-align:center}.designer-module__UHrjSG__preflightWorkspaceList{flex-direction:column;gap:14px;width:100%;display:flex}.designer-module__UHrjSG__preflightWorkspaceCard{border:1px solid var(--border);background:var(--background);border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.designer-module__UHrjSG__preflightWorkspaceActions{justify-content:center;align-items:center;gap:10px;display:flex}.designer-module__UHrjSG__initCanvasOverlay{z-index:100;flex-direction:column;display:flex;position:absolute;inset:0}.designer-module__UHrjSG__preflightInstructionBar{z-index:1000;pointer-events:none;justify-content:center;display:flex;position:absolute;top:138px;left:50%;transform:translate(-50%)}.designer-module__UHrjSG__preflightInstructionChip{border:1px solid var(--border);background:var(--background);text-align:center;max-width:min(96vw,860px);color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;line-height:1.35;overflow:hidden;box-shadow:0 10px 40px #0000004d}.designer-module__UHrjSG__preflightCanvasToolbar{z-index:1000;border:1px solid var(--border);background:var(--background);border-radius:18px;align-items:center;gap:4px;padding:6px 12px;display:flex;position:absolute;top:76px;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #0000003d}.designer-module__UHrjSG__preflightCanvasZoomControls{align-items:center;gap:2px;display:flex}.designer-module__UHrjSG__preflightCanvasZoomValue{text-align:center;min-width:46px;color:var(--foreground);opacity:.9;font-size:12px;font-weight:700}.designer-module__UHrjSG__preflightCanvasToolBtn{width:38px;height:38px;color:var(--foreground);opacity:.75;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .2s,opacity .2s,color .2s;display:inline-flex}.designer-module__UHrjSG__preflightCanvasToolBtn:hover{opacity:1;background:var(--input-bg)}.designer-module__UHrjSG__preflightCanvasToolBtn:disabled{opacity:.45;cursor:not-allowed;background:0 0}.designer-module__UHrjSG__preflightCanvasToolBtnActive{opacity:1;background:var(--foreground);color:var(--background)}.designer-module__UHrjSG__preflightCanvasToolBtnActive:hover{background:var(--foreground);color:var(--background)}.designer-module__UHrjSG__preflightCanvasToolSeparator{background:var(--border);width:1px;height:22px;margin:0 4px}.designer-module__UHrjSG__preflightCanvasItem{flex-direction:column;flex:none;gap:16px;min-width:0;display:flex}.designer-module__UHrjSG__preflightCanvasActions{--preflight-action-scale:1;width:calc(100%/var(--preflight-action-scale));box-sizing:border-box;transform:scale(var(--preflight-action-scale));transform-origin:top;flex-direction:row;justify-content:center;align-items:center;gap:18px;margin:50px auto 0;padding:0 8px;display:flex}.designer-module__UHrjSG__preflightCanvasActionsColumn{flex-direction:column;gap:14px;margin-top:20px;padding:0 2px}.designer-module__UHrjSG__preflightCanvasFrame{border:1px solid var(--border);background:var(--input-bg);border-radius:12px;position:relative;overflow:hidden}.designer-module__UHrjSG__preflightCanvasPreview{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.designer-module__UHrjSG__preflightCanvasNoInteract{z-index:4;cursor:grab;background:0 0;position:absolute;inset:0}.designer-module__UHrjSG__preflightCanvasSkeleton{box-sizing:border-box;width:100%;height:100%;padding:8px}.designer-module__UHrjSG__preflightPreviewFrame{border:1px solid var(--border);background:var(--input-bg);border-radius:10px;width:100%;height:420px;overflow:hidden}.designer-module__UHrjSG__preflightPreviewSkeleton{box-sizing:border-box;width:100%;height:100%;padding:6px}.designer-module__UHrjSG__preflightActions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.designer-module__UHrjSG__preflightActionBtn{border:1px solid var(--border);background:var(--input-bg);color:var(--foreground);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:44px;padding:10px 14px;font-size:13px;font-weight:700;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.designer-module__UHrjSG__preflightCanvasActions .designer-module__UHrjSG__preflightActionBtn{min-width:calc(180px/var(--preflight-action-scale));white-space:nowrap;flex:1 1 0;line-height:1}.designer-module__UHrjSG__preflightCanvasActionsColumn .designer-module__UHrjSG__preflightActionBtn{flex:none;width:100%;min-width:0}.designer-module__UHrjSG__preflightActionBtn:hover:not(:disabled){background:var(--input-hover);border-color:color-mix(in srgb,var(--foreground)20%,var(--border))}.designer-module__UHrjSG__preflightActionBtn:active:not(:disabled){transform:translateY(1px)}.designer-module__UHrjSG__preflightActionBtn:disabled{opacity:.55;cursor:not-allowed}.designer-module__UHrjSG__preflightSelectBtn{background:var(--accent);color:var(--accent-foreground);border-color:color-mix(in srgb,var(--accent)70%,var(--border))}.designer-module__UHrjSG__preflightSelectBtn:hover:not(:disabled){background:color-mix(in srgb,var(--accent)88%,#fff);border-color:color-mix(in srgb,var(--accent)84%,var(--border))}.designer-module__UHrjSG__initMetaRow{color:var(--muted-foreground);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;padding:4px 0 8px;font-size:12px;display:flex}.designer-module__UHrjSG__loadingSpinner{border:2px solid var(--border);border-top-color:var(--foreground);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite designer-module__UHrjSG__spin}@keyframes designer-module__UHrjSG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.designer-module__UHrjSG__initTimeline{text-align:left;flex-direction:column;max-height:min(58vh,520px);padding-right:2px;display:flex;overflow-y:auto}.designer-module__UHrjSG__timelineRow{grid-template-columns:22px minmax(0,1fr);gap:10px;padding:8px 0;display:grid;position:relative}.designer-module__UHrjSG__timelineRail{z-index:2;color:var(--muted-foreground);justify-content:center;align-items:flex-start;padding-top:2px;display:flex;position:relative}.designer-module__UHrjSG__timelineConnector{background:rgba(var(--foreground-rgb),.18);width:1px;position:absolute;top:24px;bottom:-8px;left:10px}.designer-module__UHrjSG__timelineRow:last-child .designer-module__UHrjSG__timelineConnector{display:none}.designer-module__UHrjSG__timelineBody{border-bottom:1px solid rgba(var(--foreground-rgb),.12);min-width:0;padding-bottom:8px}.designer-module__UHrjSG__active .designer-module__UHrjSG__timelineRail{color:var(--foreground)}.designer-module__UHrjSG__completed .designer-module__UHrjSG__timelineRail{color:#10b981}.designer-module__UHrjSG__stepMainRow{color:rgba(var(--foreground-rgb),.7);justify-content:space-between;align-items:center;gap:10px;margin-bottom:2px;font-size:11px;display:flex}.designer-module__UHrjSG__stepLeft,.designer-module__UHrjSG__stepRight{align-items:center;gap:8px;display:flex}.designer-module__UHrjSG__stepStatusInline{text-transform:uppercase;letter-spacing:.04em;font-size:10px}.designer-module__UHrjSG__stepProgressInline{font-variant-numeric:tabular-nums}.designer-module__UHrjSG__stepTitleLine{min-width:0}.designer-module__UHrjSG__stepName{color:var(--foreground);font-size:14px;font-weight:600;line-height:1.35}.designer-module__UHrjSG__stepFooter{margin-top:2px}.designer-module__UHrjSG__stepMeta{color:rgba(var(--foreground-rgb),.72);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:12px}.designer-module__UHrjSG__subTaskList{flex-direction:column;gap:2px;margin-top:4px;padding-left:6px;display:flex}.designer-module__UHrjSG__subTaskItem{justify-content:space-between;align-items:center;gap:8px;padding-left:10px;font-size:11px;display:flex;position:relative}.designer-module__UHrjSG__subTaskItem:before{content:"";background:rgba(var(--foreground-rgb),.45);border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.designer-module__UHrjSG__subTaskName{color:rgba(var(--foreground-rgb),.76);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.designer-module__UHrjSG__subTaskMeta{color:rgba(var(--foreground-rgb),.66);white-space:nowrap;font-variant-numeric:tabular-nums}.designer-module__UHrjSG__tone-fast{color:#65d39c}.designer-module__UHrjSG__tone-slow{color:#d8b86d}.designer-module__UHrjSG__tone-neutral{color:var(--muted-foreground)}@media (max-width:900px){.designer-module__UHrjSG__initBox{width:min(96%,760px);padding:4px 0}.designer-module__UHrjSG__timelineRow{grid-template-columns:18px minmax(0,1fr);gap:8px;padding:7px 0}.designer-module__UHrjSG__timelineConnector{left:8px}.designer-module__UHrjSG__stepMainRow{flex-direction:column;align-items:flex-start;gap:2px}.designer-module__UHrjSG__stepRight{justify-content:flex-start}.designer-module__UHrjSG__stepName{font-size:13px}.designer-module__UHrjSG__stepMeta,.designer-module__UHrjSG__subTaskMeta{white-space:normal}.designer-module__UHrjSG__subTaskItem{flex-direction:column;align-items:flex-start;gap:0;padding-left:8px}.designer-module__UHrjSG__preflightPreviewFrame{height:300px}.designer-module__UHrjSG__preflightInstructionBar{top:136px}.designer-module__UHrjSG__preflightInstructionChip{white-space:nowrap;padding:8px 12px;font-size:12px}.designer-module__UHrjSG__preflightCanvasToolbar{padding:6px 10px;top:76px}}.designer-module__UHrjSG__commitProgress{color:var(--muted-foreground);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.designer-module__UHrjSG__spinIcon{animation:1s linear infinite designer-module__UHrjSG__spin}.designer-module__UHrjSG__inputDisabled{opacity:.7;pointer-events:auto}.designer-module__UHrjSG__inputDisabled .designer-module__UHrjSG__chatInput{cursor:not-allowed;opacity:.5}.designer-module__UHrjSG__inputDisabled .designer-module__UHrjSG__sendBtn{cursor:not-allowed;opacity:.6}.designer-module__UHrjSG__inputDisabled .designer-module__UHrjSG__sendBtn:hover{transform:none}.designer-module__UHrjSG__inputDisabled .designer-module__UHrjSG__annotationChip button{cursor:not-allowed;opacity:.5}.designer-module__UHrjSG__versionDropdownDivider{background:var(--border);height:1px;margin:4px 0}.designer-module__UHrjSG__versionDropdownSectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);opacity:.7;padding:4px 12px 2px;font-size:10px;font-weight:600}.designer-module__UHrjSG__versionDropdownItemDisabled{opacity:.5;cursor:wait;pointer-events:none}.designer-module__UHrjSG__versionDropdownItemLeft{align-items:center;gap:10px;display:flex}.designer-module__UHrjSG__versionDropdownEmpty{text-align:center;color:var(--muted-foreground);padding:12px;font-size:12px;font-style:italic}.designer-module__UHrjSG__generatingOverlay{background:rgba(var(--background-rgb),.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;color:var(--foreground);text-align:center;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.designer-module__UHrjSG__generatingOverlay span{margin-top:16px;margin-bottom:8px;font-size:18px;font-weight:700}.designer-module__UHrjSG__generatingOverlay p{color:var(--muted-foreground);max-width:240px;margin:0;font-size:14px}.designer-module__UHrjSG__addPageInputRow{border-top:1px solid var(--border);align-items:center;gap:6px;margin-top:4px;padding:6px 8px;display:flex}.designer-module__UHrjSG__addPageInput{background:var(--input-bg);border:1px solid var(--border);color:var(--foreground);border-radius:6px;outline:none;flex:1;min-width:0;padding:5px 10px;font-size:13px;transition:border-color .15s}.designer-module__UHrjSG__addPageInput:focus{border-color:var(--primary)}.designer-module__UHrjSG__addPageInput::placeholder{color:var(--muted-foreground);opacity:.7}.designer-module__UHrjSG__addPageConfirmBtn{background:var(--foreground);width:28px;height:28px;color:var(--background);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.designer-module__UHrjSG__addPageConfirmBtn:disabled{opacity:.35;cursor:not-allowed}.designer-module__UHrjSG__addPageConfirmBtn:hover:not(:disabled){opacity:.85}
.exportModal-module__CUn55q__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.exportModal-module__CUn55q__modalContent{background:var(--background);border:1px solid var(--border);border-radius:24px;width:100%;max-width:440px;padding:32px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.exportModal-module__CUn55q__closeBtn{background:var(--input-bg);border:1px solid var(--border);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;z-index:10;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.exportModal-module__CUn55q__closeBtn:hover{background:var(--border);color:var(--foreground)}.exportModal-module__CUn55q__header{text-align:center;margin-bottom:24px}.exportModal-module__CUn55q__title{color:var(--foreground);margin-bottom:8px;font-size:24px;font-weight:800}.exportModal-module__CUn55q__subtitle{color:var(--muted-foreground);font-size:15px;line-height:1.5}.exportModal-module__CUn55q__optionsGrid{gap:16px;display:grid}.exportModal-module__CUn55q__optionCard{background:var(--input-bg);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:16px;align-items:center;gap:16px;width:100%;padding:20px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.exportModal-module__CUn55q__optionCard:hover{border-color:var(--foreground);background:var(--input-hover);transform:translateY(-2px);box-shadow:0 8px 24px #0000000d}.exportModal-module__CUn55q__optionIcon{background:var(--background);border:1px solid var(--border);width:48px;height:48px;color:var(--foreground);border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.exportModal-module__CUn55q__optionCard:hover .exportModal-module__CUn55q__optionIcon{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.exportModal-module__CUn55q__optionContent{flex:1;min-width:0;overflow:hidden}.exportModal-module__CUn55q__optionTitle{color:var(--foreground);flex-flow:row;justify-content:flex-start;align-items:center;gap:8px;min-width:0;margin-bottom:4px;font-size:16px;font-weight:700;display:flex}.exportModal-module__CUn55q__titleText{white-space:nowrap;text-overflow:ellipsis;flex:0 auto;min-width:0;overflow:hidden}.exportModal-module__CUn55q__optionDesc{color:var(--muted-foreground);font-size:13px;line-height:1.4}.exportModal-module__CUn55q__premiumBadge{background:var(--foreground);color:var(--background);text-transform:uppercase;letter-spacing:.5px;border-radius:100px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:800}.exportModal-module__CUn55q__freeBadge{background:var(--border);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.5px;border-radius:100px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:800}.exportModal-module__CUn55q__costBadge{color:var(--foreground);align-items:center;gap:4px;font-size:13px;font-weight:700;display:flex}.exportModal-module__CUn55q__costIcon{color:var(--accent)}.exportModal-module__CUn55q__optionFigma:hover .exportModal-module__CUn55q__optionIcon{background:var(--foreground);color:var(--background);border-color:var(--foreground)}@media (max-width:768px){.exportModal-module__CUn55q__modalOverlay{align-items:flex-end}.exportModal-module__CUn55q__closeBtn{display:none}.exportModal-module__CUn55q__modalContent{border-bottom:none;border-radius:24px 24px 0 0;max-width:100%;padding:24px 20px 48px}.exportModal-module__CUn55q__optionTitle{flex-wrap:nowrap;gap:6px;width:100%;font-size:14px;display:flex}.exportModal-module__CUn55q__optionCard{gap:12px;padding:16px}.exportModal-module__CUn55q__optionIcon{flex-shrink:0;width:40px;height:40px}.exportModal-module__CUn55q__dragHandle{background:var(--border);border-radius:10px;width:40px;height:5px;margin:-8px auto 20px}}
.projectTypeSelector-module__qPJv0q__container{flex:1;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 80px);padding:20px;display:flex}.projectTypeSelector-module__qPJv0q__inner{flex-direction:column;gap:40px;width:100%;max-width:800px;display:flex}.projectTypeSelector-module__qPJv0q__header{text-align:center}.projectTypeSelector-module__qPJv0q__header h1{color:var(--foreground);letter-spacing:-.02em;margin-bottom:12px;font-size:32px;font-weight:700}.projectTypeSelector-module__qPJv0q__header p{color:var(--muted);font-size:16px}.projectTypeSelector-module__qPJv0q__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.projectTypeSelector-module__qPJv0q__card{background:var(--input-bg);border:1px solid var(--border);cursor:pointer;text-align:left;opacity:0;border-radius:16px;align-items:center;gap:20px;width:100%;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.4s cubic-bezier(.16,1,.3,1) forwards projectTypeSelector-module__qPJv0q__slideUp;display:flex}@keyframes projectTypeSelector-module__qPJv0q__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projectTypeSelector-module__qPJv0q__card:hover{border-color:var(--muted);background:var(--input-hover);box-shadow:0 12px 24px var(--shadow-small);transform:translateY(-4px)}.projectTypeSelector-module__qPJv0q__iconWrapper{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.projectTypeSelector-module__qPJv0q__content{flex:1}.projectTypeSelector-module__qPJv0q__content h2{color:var(--foreground);margin-bottom:6px;font-size:18px;font-weight:600}.projectTypeSelector-module__qPJv0q__content p{color:var(--muted-foreground);font-size:14px;line-height:1.5}.projectTypeSelector-module__qPJv0q__arrow{color:var(--muted);transition:transform .2s,color .2s}.projectTypeSelector-module__qPJv0q__card:hover .projectTypeSelector-module__qPJv0q__arrow{color:var(--foreground);transform:translate(4px)}@media (max-width:768px){.projectTypeSelector-module__qPJv0q__container{align-items:flex-start;padding-top:40px}.projectTypeSelector-module__qPJv0q__header h1{font-size:24px}.projectTypeSelector-module__qPJv0q__grid{grid-template-columns:1fr}}
.projectForm-module__zeix7q__container{scrollbar-width:none;-ms-overflow-style:none;flex:1;width:100%;height:100%;overflow-y:auto}.projectForm-module__zeix7q__inner{max-width:1100px;margin:0 auto;padding:40px}@media (max-width:1024px){.projectForm-module__zeix7q__inner{padding:30px 20px}}.projectForm-module__zeix7q__container::-webkit-scrollbar{display:none}.projectForm-module__zeix7q__header{text-align:center;margin-bottom:32px;position:relative}.projectForm-module__zeix7q__backButton{background:var(--input-bg);border:1px solid var(--border);width:36px;height:36px;color:var(--muted);cursor:pointer;z-index:10;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.projectForm-module__zeix7q__backButton:hover{color:var(--foreground);border-color:var(--muted);background:var(--input-hover)}.projectForm-module__zeix7q__headerIcon{background:var(--input-bg);border:1px solid var(--border);width:52px;height:52px;color:var(--foreground);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.projectForm-module__zeix7q__header h1{letter-spacing:-.02em;color:var(--foreground);text-align:center;margin-bottom:12px;font-size:32px;font-weight:700}.projectForm-module__zeix7q__header p{color:var(--muted);text-align:center;max-width:600px;margin:0 auto;font-size:16px}.projectForm-module__zeix7q__errorMessage{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:13px}.projectForm-module__zeix7q__form{flex-direction:column;gap:20px;padding-bottom:20px;display:flex}.projectForm-module__zeix7q__section{background:var(--input-bg);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:12px;padding:20px;display:flex}.projectForm-module__zeix7q__sectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:0;font-size:11px;font-weight:600}.projectForm-module__zeix7q__sectionDescription{color:var(--muted-foreground);margin-top:-8px;margin-bottom:12px;font-size:12px}.projectForm-module__zeix7q__styleDescription{color:var(--muted-foreground);background:var(--input-bg);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:12px;margin-top:8px;padding:16px;font-size:13.5px;font-weight:400;line-height:1.6}.projectForm-module__zeix7q__inputRow{flex-wrap:wrap;gap:12px;width:100%;display:flex}.projectForm-module__zeix7q__inputGroup{flex-direction:column;flex:1;gap:5px;min-width:140px;max-width:100%;display:flex}.projectForm-module__zeix7q__inputGroup label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;white-space:normal;word-break:break-word;font-size:11px;font-weight:600}.projectForm-module__zeix7q__inputGroup input,.projectForm-module__zeix7q__inputGroup textarea,.projectForm-module__zeix7q__inputGroup select{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:10px;width:100%;min-width:0;padding:12px 14px;font-size:15px;transition:all .2s}.projectForm-module__zeix7q__inputGroup input:focus,.projectForm-module__zeix7q__inputGroup textarea:focus,.projectForm-module__zeix7q__inputGroup select:focus{border-color:var(--muted);outline:none}.projectForm-module__zeix7q__inputGroup input::placeholder,.projectForm-module__zeix7q__inputGroup textarea::placeholder{color:var(--placeholder)}.projectForm-module__zeix7q__inputGroup textarea{resize:vertical;min-height:80px}.projectForm-module__zeix7q__inputGroup select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239b9b9b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.projectForm-module__zeix7q__screenshotUploadArea{align-items:flex-start;gap:20px;display:flex}.projectForm-module__zeix7q__uploadBtn{border:2px dashed var(--border);color:var(--muted);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:160px;padding:24px 32px;transition:all .2s;display:flex}.projectForm-module__zeix7q__uploadBtn:hover{border-color:var(--muted);background:var(--input-hover)}.projectForm-module__zeix7q__uploadBtn span{font-size:13px;font-weight:500}.projectForm-module__zeix7q__uploadBtn small{color:var(--muted-foreground);font-size:11px}.projectForm-module__zeix7q__screenshotPreviewList{flex:1;gap:12px;display:flex}.projectForm-module__zeix7q__screenshotPreview,.projectForm-module__zeix7q__screenshotPlaceholder{border:1px solid var(--border);background:var(--background);border-radius:10px;width:80px;height:80px;position:relative;overflow:hidden}.projectForm-module__zeix7q__screenshotPreview img{object-fit:cover;width:100%;height:100%}.projectForm-module__zeix7q__screenshotPlaceholder{color:var(--muted-foreground);justify-content:center;align-items:center;display:flex}.projectForm-module__zeix7q__removeBtn{background:var(--foreground);width:20px;height:20px;color:var(--background);opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:4px;right:4px}.projectForm-module__zeix7q__screenshotPreview:hover .projectForm-module__zeix7q__removeBtn,.projectForm-module__zeix7q__examplePreview:hover .projectForm-module__zeix7q__removeBtn{opacity:1}.projectForm-module__zeix7q__toggleGroup{background:var(--background);border:1px solid var(--border);border-radius:10px;gap:4px;padding:4px;display:flex}.projectForm-module__zeix7q__toggleItem{color:var(--muted-foreground);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;transition:all .2s;display:flex}.projectForm-module__zeix7q__toggleItem.projectForm-module__zeix7q__active{background:var(--border);color:var(--foreground)}.projectForm-module__zeix7q__colorPicker{background:var(--background);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;padding:8px 14px;display:flex}.projectForm-module__zeix7q__colorPicker input[type=color]{cursor:pointer;background:0 0;border:none;border-radius:6px;width:32px;height:32px;padding:0;overflow:hidden}.projectForm-module__zeix7q__colorPicker input[type=color]::-webkit-color-swatch-wrapper{padding:0}.projectForm-module__zeix7q__colorPicker input[type=color]::-webkit-color-swatch{border:none;border-radius:6px}.projectForm-module__zeix7q__colorPicker span{color:var(--muted);font-family:monospace;font-size:13px}.projectForm-module__zeix7q__clearColorBtn{color:var(--muted);border-radius:4px;padding:4px 8px;font-size:12px;transition:all .2s}.projectForm-module__zeix7q__clearColorBtn:hover{color:var(--foreground);background:var(--input-hover)}.projectForm-module__zeix7q__designExampleRow{align-items:center;gap:16px;display:flex}.projectForm-module__zeix7q__miniUploadBtn{background:var(--background);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;transition:all .2s;display:flex}.projectForm-module__zeix7q__miniUploadBtn:hover{border-color:var(--muted)}.projectForm-module__zeix7q__examplePreview{border:1px solid var(--border);border-radius:8px;width:48px;height:48px;position:relative;overflow:hidden}.projectForm-module__zeix7q__examplePreview img{object-fit:cover;width:100%;height:100%}.projectForm-module__zeix7q__examplePlaceholder{color:var(--muted-foreground);align-items:center;font-size:12px;display:flex}.projectForm-module__zeix7q__submitSection{justify-content:stretch;align-items:center;gap:16px;width:100%;padding-top:12px;display:flex}.projectForm-module__zeix7q__cancelButton{color:var(--muted);font-family:var(--font-sans);border:1px solid var(--border);white-space:nowrap;background:0 0;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.projectForm-module__zeix7q__cancelButton:hover{color:var(--foreground);border-color:var(--muted)}.projectForm-module__zeix7q__submitButton{background:var(--accent);color:var(--accent-foreground);font-family:var(--font-sans);white-space:nowrap;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:12px;min-height:56px;padding:16px 48px;font-size:15px;font-weight:500;transition:all .2s;display:flex}.projectForm-module__zeix7q__submitButton:hover{box-shadow:0 8px 24px var(--shadow-medium);transform:translateY(-2px)}.projectForm-module__zeix7q__submitButton:disabled{opacity:.6;transform:none}.projectForm-module__zeix7q__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite projectForm-module__zeix7q__spin}@keyframes projectForm-module__zeix7q__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.projectForm-module__zeix7q__container{padding:20px 12px}.projectForm-module__zeix7q__inner{max-width:100%;padding:0}.projectForm-module__zeix7q__header{text-align:center;margin-bottom:24px;padding:0 8px}.projectForm-module__zeix7q__header h1{text-align:center;font-size:22px}.projectForm-module__zeix7q__header p{text-align:center;font-size:13px}.projectForm-module__zeix7q__backButton{border-radius:8px;width:32px;height:32px}.projectForm-module__zeix7q__form{gap:16px}.projectForm-module__zeix7q__inputRow{flex-direction:column;gap:12px}.projectForm-module__zeix7q__section{border-radius:12px;padding:16px}.projectForm-module__zeix7q__sectionTitle{text-align:left;margin-bottom:12px;font-size:15px}.projectForm-module__zeix7q__sectionDescription{text-align:left;margin-bottom:14px;font-size:12px}.projectForm-module__zeix7q__inputGroup label{text-align:left;font-size:12px}.projectForm-module__zeix7q__inputGroup input,.projectForm-module__zeix7q__inputGroup textarea,.projectForm-module__zeix7q__inputGroup select{padding:10px 12px;font-size:16px}.projectForm-module__zeix7q__designExampleRow{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px}.projectForm-module__zeix7q__miniUploadBtn{flex-shrink:0;padding:10px 14px}.projectForm-module__zeix7q__examplePreview img{width:auto;max-height:50px}.projectForm-module__zeix7q__examplePlaceholder{width:40px;height:40px}.projectForm-module__zeix7q__submitSection{flex-direction:row;gap:12px;width:100%;margin-top:0;padding:8px 12px 12px}.projectForm-module__zeix7q__submitButton,.projectForm-module__zeix7q__cancelButton{border-radius:14px;flex:1;width:auto;min-width:0;padding:12px 10px;font-size:13px}.projectForm-module__zeix7q__cancelButton{order:0}.projectForm-module__zeix7q__submitButton{order:1}}.projectForm-module__zeix7q__styleSelectorContainer{width:100%;position:relative}.projectForm-module__zeix7q__styleDropdownTrigger{background:var(--background);border:1px solid var(--border);cursor:pointer;width:100%;color:var(--foreground);text-align:left;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:15px;transition:all .2s;display:flex}.projectForm-module__zeix7q__styleDropdownTrigger:hover{border-color:var(--muted)}.projectForm-module__zeix7q__styleDropdownContent{background:var(--background);border:1px solid var(--border);z-index:10000;border-radius:12px;flex-direction:column;width:320px;max-height:450px;animation:.2s ease-out projectForm-module__zeix7q__slideUp;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000004d}.projectForm-module__zeix7q__styleDropdownMobile{max-height:80vh;position:fixed;width:min(100vw - 32px,400px)!important;top:50%!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-50%)!important}.projectForm-module__zeix7q__dropdownOverlay{z-index:9999;position:fixed;inset:0}@media (max-width:768px){.projectForm-module__zeix7q__dropdownOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;animation:.2s ease-out projectForm-module__zeix7q__fadeIn}}@keyframes projectForm-module__zeix7q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes projectForm-module__zeix7q__slideUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.projectForm-module__zeix7q__searchContainer{border-bottom:1px solid var(--border);background:var(--input-bg);flex-direction:column;gap:8px;padding:12px;display:flex}.projectForm-module__zeix7q__searchWrapper{align-items:center;width:100%;display:flex;position:relative}.projectForm-module__zeix7q__searchIcon{color:var(--muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.projectForm-module__zeix7q__searchInput{background:var(--background)!important;border:1px solid var(--border)!important;color:var(--foreground)!important;border-radius:10px!important;outline:none!important;width:100%!important;height:42px!important;padding:10px 14px 10px 38px!important;font-size:15px!important;transition:all .2s!important}.projectForm-module__zeix7q__searchInput:focus{border-color:var(--muted)!important;background:var(--input-hover)!important}.projectForm-module__zeix7q__styleList{flex:1;padding:12px;overflow-y:auto}.projectForm-module__zeix7q__categoryGroup{margin-bottom:24px;position:relative}.projectForm-module__zeix7q__optionSeparator{background:var(--border);opacity:.5;height:1px;margin:8px 12px 16px}.projectForm-module__zeix7q__categoryLabel{text-transform:uppercase;color:var(--muted);letter-spacing:.1em;opacity:.8;padding:12px 12px 6px;font-size:10px;font-weight:700}.projectForm-module__zeix7q__styleOption{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.projectForm-module__zeix7q__styleOption:hover{background:var(--input-hover)}.projectForm-module__zeix7q__styleOption.projectForm-module__zeix7q__active{color:var(--foreground);background:0 0}.projectForm-module__zeix7q__checkmark{color:var(--accent)}.projectForm-module__zeix7q__styleOption.projectForm-module__zeix7q__active .projectForm-module__zeix7q__styleOptionDesc,.projectForm-module__zeix7q__styleOption.projectForm-module__zeix7q__active .projectForm-module__zeix7q__styleOptionName{color:inherit}.projectForm-module__zeix7q__styleOptionInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.projectForm-module__zeix7q__styleOptionName{font-size:14px;font-weight:600}.projectForm-module__zeix7q__styleOptionDesc{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.projectForm-module__zeix7q__noResults{text-align:center;color:var(--muted);padding:24px;font-size:14px}
.postCanvas-module__1t6RaW__container{background-color:var(--background);background-image:radial-gradient(circle,var(--border)1px,transparent 1px);width:100%;height:100%;color:var(--foreground);touch-action:none;background-size:30px 30px;position:relative;overflow:hidden}.postCanvas-module__1t6RaW__imageCard{box-shadow:0 20px 40px #0003,0 0 0 1px var(--border);background:var(--component-bg);-webkit-user-select:none;user-select:none;will-change:transform;border-radius:16px;position:absolute;top:0;left:0}.postCanvas-module__1t6RaW__imageCard .postCanvas-module__1t6RaW__image{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;border-radius:16px;width:100%;height:100%}.postCanvas-module__1t6RaW__skeleton{background:linear-gradient(90deg,var(--skeleton-base,#ffffff0f)25%,var(--skeleton-shine,#ffffff29)50%,var(--skeleton-highlight,#ffffff1a)75%);background-size:200% 100%;border-radius:16px;width:100%;height:100%;animation:2.2s ease-in-out infinite postCanvas-module__1t6RaW__loading}@keyframes postCanvas-module__1t6RaW__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.postCanvas-module__1t6RaW__badge{background-color:var(--background);border:1px solid var(--border);color:var(--foreground);opacity:1;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:500;position:absolute;top:-44px;left:0;box-shadow:0 4px 12px #0000001a}.postCanvas-module__1t6RaW__cardActions{align-items:center;gap:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0}.postCanvas-module__1t6RaW__cardActionBtn{border:1px solid var(--border);background-color:var(--background);min-width:36px;height:36px;color:var(--foreground);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.postCanvas-module__1t6RaW__cardActionBtn:hover{background-color:var(--input-bg)}.postCanvas-module__1t6RaW__emptyCanvasHint{border:1px solid var(--border);background:color-mix(in srgb,var(--background)92%,transparent);text-align:center;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:1040px;min-height:256px;padding:36px 44px;display:flex;position:absolute;top:0;left:0;transform:translate(0,0);box-shadow:0 20px 48px #0000001a}.postCanvas-module__1t6RaW__emptyCanvasHintTitle{color:var(--foreground);letter-spacing:.01em;font-size:32px;font-weight:600;line-height:1.15}.postCanvas-module__1t6RaW__emptyCanvasHintText{color:var(--muted-foreground);max-width:840px;margin-top:8px;font-size:26px;line-height:1.45}
.postCanvasChat-module__wYLZ8q__chatContainer{z-index:50;pointer-events:none;width:calc(100% - 32px);max-width:760px;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.postCanvasChat-module__wYLZ8q__attachedImagesArea{background:var(--card-bg);border:1px solid var(--border);pointer-events:auto;border-radius:12px;margin-bottom:8px;padding:12px 16px;box-shadow:0 4px 20px #0000000d}.postCanvasChat-module__wYLZ8q__attachedImagesHeader{color:var(--muted);align-items:center;gap:6px;margin-bottom:10px;font-size:12px;display:flex}.postCanvasChat-module__wYLZ8q__attachedImagesList{flex-wrap:wrap;gap:12px;display:flex}.postCanvasChat-module__wYLZ8q__attachedImageItem{flex-direction:column;gap:6px;width:80px;display:flex}.postCanvasChat-module__wYLZ8q__attachedImagePreview{border:1px solid var(--border);border-radius:8px;width:80px;height:60px;position:relative;overflow:hidden}.postCanvasChat-module__wYLZ8q__attachedImagePreview img{object-fit:cover;width:100%;height:100%}.postCanvasChat-module__wYLZ8q__removeAttachedBtn{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:absolute;top:4px;right:4px}.postCanvasChat-module__wYLZ8q__removeAttachedBtn:hover{background:#ef4444}.postCanvasChat-module__wYLZ8q__inputWrapper{background:var(--background);border:1px solid var(--border);pointer-events:auto;border-radius:24px;flex-direction:column;width:100%;transition:box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 10px 40px #0000004d}.postCanvasChat-module__wYLZ8q__inputWrapper:focus-within{border-color:#fff3;box-shadow:0 4px 24px #0006}.postCanvasChat-module__wYLZ8q__inputDisabled{opacity:.7;pointer-events:none}.postCanvasChat-module__wYLZ8q__inputMain{border-radius:24px 24px 0 0;align-items:flex-start;padding:12px 16px 4px;display:flex;overflow:hidden}.postCanvasChat-module__wYLZ8q__chatInput{color:var(--foreground);resize:none;background:0 0;flex:1;min-height:32px;max-height:200px;padding:4px 0;font-family:inherit;font-size:15px;line-height:1.5;overflow-y:auto;box-shadow:none!important;border:none!important;outline:none!important}.postCanvasChat-module__wYLZ8q__commitProgress{color:var(--accent);align-items:center;gap:8px;padding:12px 16px 0;font-size:13px;font-weight:500;display:flex}.postCanvasChat-module__wYLZ8q__replyPreview{align-items:center;gap:10px;padding:10px 14px 0;display:flex}.postCanvasChat-module__wYLZ8q__replyPreviewInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.postCanvasChat-module__wYLZ8q__replyPreviewTitle{color:var(--foreground);font-size:12px;font-weight:600;line-height:1.2}.postCanvasChat-module__wYLZ8q__replyPreviewSubtitle{color:var(--muted-foreground);font-size:11px;line-height:1.2}.postCanvasChat-module__wYLZ8q__replyPreviewThumb{border:1px solid var(--border);background:var(--input-bg);border-radius:8px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.postCanvasChat-module__wYLZ8q__replyPreviewThumb img{object-fit:cover;width:100%;height:100%}.postCanvasChat-module__wYLZ8q__replyPreviewClose{width:20px;height:20px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.postCanvasChat-module__wYLZ8q__replyPreviewClose:hover{color:var(--foreground);background:var(--input-bg)}.postCanvasChat-module__wYLZ8q__spinIcon{animation:1s linear infinite postCanvasChat-module__wYLZ8q__spin}@keyframes postCanvasChat-module__wYLZ8q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.postCanvasChat-module__wYLZ8q__inputControls{border-radius:0 0 24px 24px;justify-content:space-between;align-items:center;padding:4px 12px 12px;display:flex}.postCanvasChat-module__wYLZ8q__controlsLeft{scrollbar-width:none;flex:1;align-items:center;gap:12px;min-width:0;padding-left:6px;display:flex;overflow:auto hidden}.postCanvasChat-module__wYLZ8q__controlsLeft::-webkit-scrollbar{display:none}.postCanvasChat-module__wYLZ8q__controlsRight{flex-shrink:0;align-items:center;gap:8px;padding-left:12px;display:flex}.postCanvasChat-module__wYLZ8q__attachBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.postCanvasChat-module__wYLZ8q__attachBtn:hover:not(:disabled){color:var(--foreground);background:var(--border)}.postCanvasChat-module__wYLZ8q__attachBtn:disabled{opacity:.5;cursor:not-allowed}.postCanvasChat-module__wYLZ8q__ratioTrigger,.postCanvasChat-module__wYLZ8q__styleTrigger,.postCanvasChat-module__wYLZ8q__modelTrigger,.postCanvasChat-module__wYLZ8q__colorTrigger{background:var(--input-bg);border:1px solid var(--border);height:32px;color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:12px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.postCanvasChat-module__wYLZ8q__ratioTrigger:hover,.postCanvasChat-module__wYLZ8q__styleTrigger:hover,.postCanvasChat-module__wYLZ8q__modelTrigger:hover,.postCanvasChat-module__wYLZ8q__colorTrigger:hover{border-color:var(--muted);background:var(--border)}.postCanvasChat-module__wYLZ8q__sendBtn,.postCanvasChat-module__wYLZ8q__stopBtn{cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.postCanvasChat-module__wYLZ8q__sendBtn{background:var(--foreground);color:var(--background)}.postCanvasChat-module__wYLZ8q__sendBtn:hover{transform:scale(1.05)}.postCanvasChat-module__wYLZ8q__sendBtn:disabled{opacity:.4;cursor:not-allowed;transform:none}.postCanvasChat-module__wYLZ8q__stopBtn{color:#ef4444;background:#ef44441a}.postCanvasChat-module__wYLZ8q__stopBtn:hover{color:#fff;background:#ef4444;transform:scale(1.05)}.postCanvasChat-module__wYLZ8q__dropdownMenu{background:var(--background);border:1px solid var(--border);z-index:1000;pointer-events:auto;border-radius:16px;width:280px;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000004d}.postCanvasChat-module__wYLZ8q__dropdownHeader{color:var(--muted);border-bottom:1px solid var(--border);background:var(--card-bg);padding:12px 16px;font-size:12px;font-weight:600}.postCanvasChat-module__wYLZ8q__dropdownList{max-height:350px;padding:8px;overflow-y:auto}.postCanvasChat-module__wYLZ8q__ratioOption,.postCanvasChat-module__wYLZ8q__styleOption,.postCanvasChat-module__wYLZ8q__modelOption{cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.postCanvasChat-module__wYLZ8q__ratioOption:hover,.postCanvasChat-module__wYLZ8q__styleOption:hover,.postCanvasChat-module__wYLZ8q__modelOption:hover,.postCanvasChat-module__wYLZ8q__selectedOption{background:var(--input-bg)}.postCanvasChat-module__wYLZ8q__ratioVisual{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.postCanvasChat-module__wYLZ8q__ratioLabel,.postCanvasChat-module__wYLZ8q__styleName,.postCanvasChat-module__wYLZ8q__modelName{flex:1;font-size:14px;font-weight:500}.postCanvasChat-module__wYLZ8q__checkIcon,.postCanvasChat-module__wYLZ8q__checkmark{color:var(--foreground)}.postCanvasChat-module__wYLZ8q__styleDropdown{background:var(--background);border:1px solid var(--border);z-index:1000;pointer-events:auto;border-radius:16px;flex-direction:column;width:320px;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000004d}.postCanvasChat-module__wYLZ8q__styleSearchContainer{border-bottom:1px solid var(--border);background:var(--card-bg);padding:12px}.postCanvasChat-module__wYLZ8q__styleSearchWrapper{align-items:center;display:flex;position:relative}.postCanvasChat-module__wYLZ8q__styleSearchIcon{color:var(--muted);position:absolute;left:10px}.postCanvasChat-module__wYLZ8q__styleSearchInput{background:var(--input-bg);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:8px;outline:none;padding:8px 12px 8px 32px;font-size:13px}.postCanvasChat-module__wYLZ8q__styleList{max-height:350px;padding:8px 0;overflow-y:auto}.postCanvasChat-module__wYLZ8q__categoryGroup{flex-direction:column;display:flex}.postCanvasChat-module__wYLZ8q__categoryLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;padding:8px 16px 4px;font-size:11px;font-weight:600}.postCanvasChat-module__wYLZ8q__styleOptionInfo{flex-direction:column;flex:1;display:flex}.postCanvasChat-module__wYLZ8q__styleDesc{color:var(--muted-foreground);margin-top:2px;font-size:11px}.postCanvasChat-module__wYLZ8q__colorInput{opacity:0;border:none;width:0;height:0;padding:0;position:absolute}.postCanvasChat-module__wYLZ8q__colorBox{border:1px solid #fff3;border-radius:4px;width:14px;height:14px}.postCanvasChat-module__wYLZ8q__plusIcon{opacity:.6}.postCanvasChat-module__wYLZ8q__clearColorIcon{opacity:.6;cursor:pointer;margin-left:-2px}.postCanvasChat-module__wYLZ8q__clearColorIcon:hover{opacity:1}.postCanvasChat-module__wYLZ8q__activeTrigger{border-color:var(--accent);color:var(--accent);background:rgba(var(--accent-rgb),.1)}.postCanvasChat-module__wYLZ8q__negativePromptDropdown{background:var(--background);border:1px solid var(--border);z-index:1000;pointer-events:auto;border-radius:16px;position:fixed;overflow:hidden;box-shadow:0 10px 40px #0000004d}.postCanvasChat-module__wYLZ8q__negativePromptHeader{color:var(--muted);border-bottom:1px solid var(--border);background:var(--card-bg);padding:12px 16px;font-size:12px;font-weight:600}.postCanvasChat-module__wYLZ8q__negativePromptContent{padding:12px}.postCanvasChat-module__wYLZ8q__negativePromptTextarea{background:var(--input-bg);border:1px solid var(--border);width:100%;height:100px;color:var(--foreground);resize:none;border-radius:8px;outline:none;padding:12px;font-size:13px}
.appLayout-module__lnElVa__layout{background:var(--background);flex-direction:column;height:100vh;display:flex;overflow:hidden}.appLayout-module__lnElVa__contentWrapper{flex:1;display:flex;position:relative;overflow:hidden}.appLayout-module__lnElVa__mainArea{flex-direction:column;flex:1;height:100%;margin-left:280px;display:flex;overflow:hidden}.appLayout-module__lnElVa__mainAreaAnimated{transition:margin-left .25s}.appLayout-module__lnElVa__mainAreaHidden{margin-left:0}@media (max-width:768px){.appLayout-module__lnElVa__mainArea{margin-left:0}}
