.picker-frame-module__24ewcW__picker{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.picker-frame-module__24ewcW__pickerHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-5) var(--space-6) var(--space-3);border-bottom:1px solid var(--ghost-border);display:flex}.picker-frame-module__24ewcW__pickerTitle{color:var(--foreground);margin:0;font-size:18px;font-weight:700}.picker-frame-module__24ewcW__pickerSubtitle{color:var(--muted-foreground);margin:4px 0 0;font-size:13px}.picker-frame-module__24ewcW__pickerClose{background:var(--secondary);width:32px;height:32px;color:var(--foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.picker-frame-module__24ewcW__pickerClose:hover{background:var(--accent)}.picker-frame-module__24ewcW__pickerBody{min-height:0;padding:var(--space-5) var(--space-6);flex:1;overflow-y:auto}
.primitives-module__him7QW__tabs{gap:var(--space-5);border-bottom:1px solid var(--ghost-border);display:flex}.primitives-module__him7QW__tab{color:var(--muted-foreground);padding:var(--space-2) 0;cursor:pointer;transition:color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);background:0 0;border-bottom:2px solid #0000;margin-bottom:-1px;font-size:13px;font-weight:500}.primitives-module__him7QW__tab:hover{color:var(--foreground)}.primitives-module__him7QW__tabActive{color:var(--foreground);border-bottom-color:var(--primary)}.primitives-module__him7QW__radioGroup{background:var(--secondary);border-radius:var(--radius-md);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:2px;padding:4px;display:grid}.primitives-module__him7QW__radioOption{color:var(--muted-foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);text-align:center;background:0 0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:36px;padding:8px 10px;font-size:12px;font-weight:500;display:flex}.primitives-module__him7QW__radioOption:hover{color:var(--foreground)}.primitives-module__him7QW__radioActive{background:var(--card);color:var(--foreground);box-shadow:0 1px 2px #0000002e}.primitives-module__him7QW__radioIcon{color:var(--muted-foreground);place-items:center;display:grid}.primitives-module__him7QW__radioActive .primitives-module__him7QW__radioIcon{color:var(--primary)}.primitives-module__him7QW__slider{flex-direction:column;gap:6px;width:100%;display:flex}.primitives-module__him7QW__sliderLabel{color:var(--muted-foreground);justify-content:space-between;font-size:12px;display:flex}.primitives-module__him7QW__sliderValue{color:var(--foreground);font-weight:600}.primitives-module__him7QW__sliderTrack{background:var(--secondary);border-radius:999px;height:6px;position:relative}.primitives-module__him7QW__sliderFill{background:var(--primary);border-radius:999px;position:absolute;inset:0 auto 0 0}.primitives-module__him7QW__sliderInput{appearance:none;cursor:ew-resize;background:0 0;width:100%;height:calc(100% + 20px);margin:0;position:absolute;inset:-10px 0}.primitives-module__him7QW__sliderInput::-webkit-slider-thumb{appearance:none;background:var(--primary);border:2px solid var(--background);cursor:ew-resize;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 4px #0000004d}.primitives-module__him7QW__sliderInput::-moz-range-thumb{background:var(--primary);border:2px solid var(--background);cursor:ew-resize;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 4px #0000004d}.primitives-module__him7QW__numberField{background:var(--secondary);border-radius:var(--radius-sm);cursor:ew-resize;align-items:center;width:100%;height:32px;display:flex;position:relative;overflow:hidden}.primitives-module__him7QW__numberFill{background:color-mix(in srgb, var(--primary) 30%, var(--secondary));pointer-events:none;position:absolute;inset:0 auto 0 0}.primitives-module__him7QW__numberInput{appearance:none;cursor:ew-resize;opacity:0;background:0 0;width:100%;height:100%;margin:0;position:absolute;inset:0}.primitives-module__him7QW__numberValue{z-index:1;padding:0 var(--space-3);color:var(--foreground);pointer-events:none;font-size:13px;font-weight:500;position:relative}.primitives-module__him7QW__stepper{align-items:center;gap:var(--space-2);margin:0;padding:0;list-style:none;display:flex}.primitives-module__him7QW__step{align-items:center;gap:var(--space-2);flex:1;display:flex}.primitives-module__him7QW__stepNumber{background:var(--secondary);width:24px;height:24px;color:var(--muted-foreground);border-radius:50%;flex-shrink:0;place-items:center;font-size:12px;font-weight:600;display:grid}.primitives-module__him7QW__stepActive .primitives-module__him7QW__stepNumber{background:var(--primary);color:var(--primary-foreground)}.primitives-module__him7QW__stepDone .primitives-module__him7QW__stepNumber{background:color-mix(in srgb, var(--primary) 60%, transparent);color:var(--primary-foreground)}.primitives-module__him7QW__stepLabel{color:var(--muted-foreground);white-space:nowrap;font-size:12px}.primitives-module__him7QW__stepActive .primitives-module__him7QW__stepLabel{color:var(--foreground);font-weight:500}.primitives-module__him7QW__textField{align-items:center;gap:var(--space-2);background:var(--secondary);border-radius:var(--radius-sm);width:100%;padding:0 var(--space-3);height:36px;transition:border-color var(--dur-fast) var(--ease);border:1px solid #0000;display:flex}.primitives-module__him7QW__textField:focus-within{border-color:color-mix(in srgb, var(--primary) 50%, transparent)}.primitives-module__him7QW__textFieldIcon{color:var(--muted-foreground);flex-shrink:0;place-items:center;display:grid}.primitives-module__him7QW__textFieldInput{min-width:0;height:100%;color:var(--foreground);background:0 0;border:0;outline:none;flex:1;font-size:13px}.primitives-module__him7QW__textFieldInput::placeholder{color:var(--muted-foreground)}.primitives-module__him7QW__textArea{background:var(--secondary);border-radius:var(--radius-sm);width:100%;padding:var(--space-3);color:var(--foreground);resize:vertical;transition:border-color var(--dur-fast) var(--ease);border:1px solid #0000;outline:none;font-family:inherit;font-size:13px;line-height:1.5}.primitives-module__him7QW__textArea:focus{border-color:color-mix(in srgb, var(--primary) 50%, transparent)}.primitives-module__him7QW__textArea::placeholder{color:var(--muted-foreground)}.primitives-module__him7QW__colorField{gap:var(--space-3);flex-direction:column;display:flex}.primitives-module__him7QW__colorHex{align-items:center;gap:var(--space-2);background:var(--secondary);border-radius:var(--radius-sm);height:32px;padding:6px 10px;display:flex}.primitives-module__him7QW__colorSwatch{border:1px solid var(--ghost-border);border-radius:4px;flex-shrink:0;width:22px;height:22px}.primitives-module__him7QW__colorInput{color:var(--foreground);background:0 0;border:0;outline:none;width:100%;font-family:monospace;font-size:13px}.primitives-module__him7QW__colorKelvin{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);height:32px;padding:0 var(--space-3);cursor:ew-resize;background:linear-gradient(90deg,#ffd6b3 0%,#fff5e0 35%,#fff 50%,#d6e8ff 70%,#b0d4ff 100%);display:flex;position:relative}.primitives-module__him7QW__kelvinInput{appearance:none;cursor:ew-resize;background:0 0;flex:1;height:32px;margin:0}.primitives-module__him7QW__kelvinInput::-webkit-slider-thumb{appearance:none;cursor:ew-resize;background:#fff;border:2px solid #2c2010;border-radius:50%;width:14px;height:14px}.primitives-module__him7QW__kelvinInput::-moz-range-thumb{background:#fff;border:2px solid #2c2010;border-radius:50%;width:14px;height:14px}.primitives-module__him7QW__kelvinValue{color:#2c2010;flex-shrink:0;font-size:12px;font-weight:600}
.tool-shell-module__AJGUbq__shell{background:var(--background);min-height:100vh;color:var(--foreground);flex:1;padding-left:92px}.tool-shell-module__AJGUbq__layout{grid-template-columns:360px minmax(0,1fr);align-items:start;display:grid}@media (max-width:900px){.tool-shell-module__AJGUbq__layout{grid-template-columns:1fr}}.tool-shell-module__AJGUbq__config{background:var(--card);border-right:1px solid var(--ghost-border);flex-direction:column;height:100vh;display:flex;position:sticky;top:0}@media (max-width:900px){.tool-shell-module__AJGUbq__config{border-right:0;border-bottom:1px solid var(--ghost-border);height:auto;position:static}}.tool-shell-module__AJGUbq__configHeader{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--ghost-border);flex-shrink:0;display:flex}.tool-shell-module__AJGUbq__configIcon{width:28px;height:28px;color:var(--primary);flex-shrink:0;place-items:center;display:grid}.tool-shell-module__AJGUbq__configTitle{color:var(--foreground);margin:0;font-size:18px;font-weight:700}.tool-shell-module__AJGUbq__configBody{min-height:0;padding:var(--space-5);scrollbar-width:thin;flex:1;overflow-y:auto}.tool-shell-module__AJGUbq__configBody::-webkit-scrollbar{width:6px}.tool-shell-module__AJGUbq__configBody::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:3px}.tool-shell-module__AJGUbq__configFooter{padding:var(--space-4) var(--space-5);border-top:1px solid var(--ghost-border);background:var(--card);flex-shrink:0}.tool-shell-module__AJGUbq__previewSide{flex-direction:column;min-width:0;min-height:100vh;display:flex}.tool-shell-module__AJGUbq__crumbs{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-6);color:var(--muted-foreground);border-bottom:1px solid var(--ghost-border);background:var(--background);z-index:1;font-size:13px;display:flex;position:sticky;top:0}.tool-shell-module__AJGUbq__crumbLink{transition:color var(--dur-fast) var(--ease)}.tool-shell-module__AJGUbq__crumbLink:hover{color:var(--foreground)}.tool-shell-module__AJGUbq__crumbSep{opacity:.6}.tool-shell-module__AJGUbq__crumbCurrent{color:var(--foreground);font-weight:500}.tool-shell-module__AJGUbq__preview{padding:var(--space-8);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.tool-shell-module__AJGUbq__previewFill{justify-content:flex-start;align-items:stretch;padding:0}.tool-shell-module__AJGUbq__defaultPreview{text-align:center;align-items:center;gap:var(--space-2);flex-direction:column;width:100%;max-width:560px;display:flex}.tool-shell-module__AJGUbq__defaultTitle{font-family:var(--font-display);letter-spacing:.01em;color:var(--foreground);margin:0;font-size:32px;font-weight:700}.tool-shell-module__AJGUbq__defaultTagline{color:var(--muted-foreground);margin:0;font-size:14px;line-height:1.5}.tool-shell-module__AJGUbq__defaultCta{margin-top:var(--space-5);background:var(--foreground);min-width:240px;color:var(--background);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);padding:12px 24px;font-size:14px;font-weight:600}.tool-shell-module__AJGUbq__defaultCta:hover{opacity:.9;transform:translateY(-1px)}
.wizard-shell-module__jTlA7W__stepNav{margin:0 0 var(--space-5);justify-content:space-between;align-items:center;gap:6px;padding:0;list-style:none;display:flex}.wizard-shell-module__jTlA7W__stepNav>li{flex:1;justify-content:center;display:flex;position:relative}.wizard-shell-module__jTlA7W__stepNav>li:not(:last-child):after{content:"";background:var(--ghost-border);z-index:0;width:100%;height:1px;position:absolute;top:50%;left:50%;transform:translateY(-50%)}.wizard-shell-module__jTlA7W__step{z-index:1;background:var(--secondary);width:26px;height:26px;color:var(--muted-foreground);cursor:default;border:2px solid var(--background);transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);border-radius:50%;place-items:center;font-size:12px;font-weight:600;display:grid;position:relative}.wizard-shell-module__jTlA7W__stepCurrent,.wizard-shell-module__jTlA7W__stepCompleted{background:var(--primary);color:var(--primary-foreground)}.wizard-shell-module__jTlA7W__stepClickable{cursor:pointer}.wizard-shell-module__jTlA7W__stepClickable:hover{transform:scale(1.08)}.wizard-shell-module__jTlA7W__stepHead{margin-bottom:var(--space-4);flex-direction:column;gap:4px;display:flex}.wizard-shell-module__jTlA7W__stepTitle{align-items:center;gap:var(--space-2);color:var(--foreground);margin:0;font-size:16px;font-weight:700;display:inline-flex}.wizard-shell-module__jTlA7W__stepIcon{width:22px;height:22px;color:var(--primary);place-items:center;display:grid}.wizard-shell-module__jTlA7W__stepSubtitle{color:var(--muted-foreground);margin:0;font-size:12px;line-height:1.5}.wizard-shell-module__jTlA7W__selectCard{text-align:left;background:var(--card);border-radius:var(--radius-md);padding:var(--space-3);cursor:pointer;transition:border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);font-family:inherit;font-size:inherit;color:inherit;gap:var(--space-2);border:2px solid #0000;flex-direction:column;width:100%;min-width:0;display:flex;position:relative}.wizard-shell-module__jTlA7W__selectCard:hover{border-color:color-mix(in srgb, var(--primary) 30%, transparent);transform:translateY(-1px)}.wizard-shell-module__jTlA7W__selectCardOn{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 6%, var(--card))}.wizard-shell-module__jTlA7W__selectCardTight{background:var(--secondary);gap:6px;padding:6px}.wizard-shell-module__jTlA7W__selectCardOnTight{background:color-mix(in srgb, var(--primary) 12%, var(--secondary))}.wizard-shell-module__jTlA7W__selectCheck{background:var(--primary);width:20px;height:20px;color:var(--primary-foreground);z-index:1;border-radius:50%;place-items:center;display:grid;position:absolute;top:8px;right:8px}.wizard-shell-module__jTlA7W__wfooter{flex-direction:column;gap:6px;display:flex}.wizard-shell-module__jTlA7W__wfooterHint{text-align:center;color:var(--muted-foreground);margin:0;font-size:11px}.wizard-shell-module__jTlA7W__wfooterRow{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.wizard-shell-module__jTlA7W__wfooterBack{border-radius:var(--radius-pill);background:var(--secondary);color:var(--foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease);align-items:center;gap:4px;padding:8px 14px;font-size:12px;font-weight:600;display:inline-flex}.wizard-shell-module__jTlA7W__wfooterBack:hover{background:var(--accent)}.wizard-shell-module__jTlA7W__wfooterNext{border-radius:var(--radius-pill);background:var(--primary);color:var(--primary-foreground);cursor:pointer;transition:transform var(--dur-fast) var(--ease);flex:1;padding:10px 16px;font-size:13px;font-weight:700}.wizard-shell-module__jTlA7W__wfooterNext:hover:not(:disabled){transform:translateY(-1px)}.wizard-shell-module__jTlA7W__wfooterNext:disabled{background:var(--secondary);color:var(--muted-foreground);cursor:not-allowed}
.alert-modal-module__2Wqjgq__backdrop{background:var(--backdrop-tint);z-index:100;padding:var(--space-5);animation:alert-modal-module__2Wqjgq__backdropIn var(--dur-normal) var(--ease);place-items:center;display:grid;position:fixed;inset:0}@keyframes alert-modal-module__2Wqjgq__backdropIn{0%{opacity:0}to{opacity:1}}.alert-modal-module__2Wqjgq__modal{background:var(--card);border-radius:var(--radius-md);box-shadow:var(--shadow-modal);width:100%;max-width:440px;animation:alert-modal-module__2Wqjgq__modalIn var(--dur-normal) var(--ease);flex-direction:column;display:flex}@keyframes alert-modal-module__2Wqjgq__modalIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.alert-modal-module__2Wqjgq__header{align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-5) var(--space-3);display:flex}.alert-modal-module__2Wqjgq__iconWrap{border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.alert-modal-module__2Wqjgq__modal_info .alert-modal-module__2Wqjgq__iconWrap,.alert-modal-module__2Wqjgq__modal_warning .alert-modal-module__2Wqjgq__iconWrap{background:color-mix(in srgb, var(--primary) 18%, transparent);color:var(--primary)}.alert-modal-module__2Wqjgq__modal_destructive .alert-modal-module__2Wqjgq__iconWrap{background:color-mix(in srgb, var(--destructive) 18%, transparent);color:var(--destructive)}.alert-modal-module__2Wqjgq__title{color:var(--foreground);flex:1;min-width:0;margin:0;font-size:16px;font-weight:700}.alert-modal-module__2Wqjgq__close{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.alert-modal-module__2Wqjgq__close:hover{background:var(--secondary);color:var(--foreground)}.alert-modal-module__2Wqjgq__body{padding:0 var(--space-5) var(--space-3) calc(var(--space-5) + 36px + var(--space-3));color:var(--secondary-foreground);font-size:13px;line-height:1.6}.alert-modal-module__2Wqjgq__body p{margin:0}.alert-modal-module__2Wqjgq__body ul{margin:var(--space-2) 0 0;flex-direction:column;gap:2px;padding-left:18px;display:flex}.alert-modal-module__2Wqjgq__body li{color:var(--muted-foreground);font-size:13px}.alert-modal-module__2Wqjgq__footer{justify-content:flex-end;gap:var(--space-2);padding:var(--space-4) var(--space-5) var(--space-5);display:flex}.alert-modal-module__2Wqjgq__cancel,.alert-modal-module__2Wqjgq__confirm{border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);padding:8px 18px;font-size:13px;font-weight:600}.alert-modal-module__2Wqjgq__cancel{background:var(--secondary);color:var(--foreground)}.alert-modal-module__2Wqjgq__cancel:hover{background:var(--accent)}.alert-modal-module__2Wqjgq__confirm{background:var(--primary);color:var(--primary-foreground)}.alert-modal-module__2Wqjgq__confirm:hover{transform:translateY(-1px)}.alert-modal-module__2Wqjgq__confirm_destructive{background:var(--destructive);color:var(--destructive-foreground)}.alert-modal-module__2Wqjgq__confirm:focus-visible{outline:2px solid var(--primary);outline-offset:2px}
.ai-action-button-module__uEM37G__button{cursor:pointer;white-space:nowrap;border:0;align-items:center;gap:8px;font-weight:700;line-height:1;transition:background-color .12s,filter .12s;display:inline-flex;position:relative}.ai-action-button-module__uEM37G__button:disabled{cursor:not-allowed;opacity:.55}.ai-action-button-module__uEM37G__spinner{animation:.8s linear infinite ai-action-button-module__uEM37G__aiActionSpin}@keyframes ai-action-button-module__uEM37G__aiActionSpin{to{transform:rotate(360deg)}}.ai-action-button-module__uEM37G__label{line-height:1}.ai-action-button-module__uEM37G__textStack{align-items:center;gap:0;display:inline-flex}.ai-action-button-module__uEM37G__description{display:none}.ai-action-button-module__uEM37G__inline{border-radius:var(--radius-pill,999px);background:var(--primary);min-height:30px;color:var(--primary-foreground);padding:4px 12px;font-size:12px}.ai-action-button-module__uEM37G__inline:hover:not(:disabled){filter:brightness(1.04)}.ai-action-button-module__uEM37G__chipInline{border-radius:var(--radius-pill,999px);background:color-mix(in srgb, var(--primary-foreground) 22%, transparent);color:currentColor;align-items:center;padding:2px 8px;font-size:11px;font-weight:800;display:inline-flex}.ai-action-button-module__uEM37G__primary{border-radius:var(--radius-md,10px);background:var(--primary);min-width:128px;min-height:42px;color:var(--primary-foreground);justify-content:center;padding:0 22px;font-size:14px;box-shadow:0 0 20px #e8b45426}.ai-action-button-module__uEM37G__primary:hover:not(:disabled){background:color-mix(in srgb, var(--primary) 88%, var(--foreground) 12%)}.ai-action-button-module__uEM37G__chipPrimary,.ai-action-button-module__uEM37G__leading{border-radius:var(--radius-pill,999px);background:var(--input);height:22px;color:var(--primary);box-shadow:var(--shadow-popover);padding:2px 9px;font-size:13px;font-weight:800;line-height:18px;position:absolute;top:-16px;right:0}.ai-action-button-module__uEM37G__primary:has(.ai-action-button-module__uEM37G__leading) .ai-action-button-module__uEM37G__chipPrimary{background:color-mix(in srgb, var(--primary-foreground) 22%, transparent);color:var(--primary-foreground);box-shadow:none;position:static}.ai-action-button-module__uEM37G__artisan{border-radius:var(--radius-sm,8px);min-height:36px;color:var(--primary-foreground);box-shadow:0 4px 20px -8px color-mix(in srgb, var(--teal) 70%, transparent);background:linear-gradient(90deg,#e8b454 0%,#3dc3c0 50%,#e8b454 100%) 0 0/200%;padding:0 12px;font-size:13px;font-weight:800;transition:transform .14s,filter .14s,box-shadow .14s;animation:6s linear infinite ai-action-button-module__uEM37G__aiActionFlowInk;overflow:hidden}.ai-action-button-module__uEM37G__artisan:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 8px 26px -10px color-mix(in srgb, var(--teal) 80%, transparent);transform:translateY(-1px)}.ai-action-button-module__uEM37G__artisan:active:not(:disabled){transform:scale(.97)}.ai-action-button-module__uEM37G__artisan .ai-action-button-module__uEM37G__chipInline{color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.03em;background:#00000040;gap:2px;font-size:10px}.ai-action-button-module__uEM37G__artisan .ai-action-button-module__uEM37G__chipInline:after{content:"cr";opacity:.75;font-size:9px}.ai-action-button-module__uEM37G__menuItem{border-radius:var(--radius-sm,8px);width:100%;min-height:58px;color:var(--foreground);white-space:normal;background:0 0;justify-content:flex-start;padding:9px 10px;transition:background-color .14s,color .14s}.ai-action-button-module__uEM37G__menuItem:hover:not(:disabled){background:var(--accent);filter:none}.ai-action-button-module__uEM37G__menuItem>svg{width:18px;height:18px;box-shadow:none;color:var(--primary);background:0 0;border-radius:0;flex:none;align-self:center;padding:0;animation:none}.ai-action-button-module__uEM37G__menuItem .ai-action-button-module__uEM37G__textStack{flex:auto;gap:3px;min-width:0;display:grid}.ai-action-button-module__uEM37G__menuItem .ai-action-button-module__uEM37G__label{color:var(--foreground);text-align:left;white-space:normal;font-size:13px;line-height:17px}.ai-action-button-module__uEM37G__menuItem .ai-action-button-module__uEM37G__description{color:var(--muted-foreground);text-align:left;font-size:11px;font-weight:600;line-height:15px;display:block}.ai-action-button-module__uEM37G__menuItem .ai-action-button-module__uEM37G__chipInline{background:color-mix(in srgb, var(--foreground) 90%, transparent);min-height:24px;color:var(--background);margin-left:auto;font-size:11px;line-height:16px}.ai-action-button-module__uEM37G__menuItem .ai-action-button-module__uEM37G__chipInline:after{content:"cr";letter-spacing:.05em;text-transform:uppercase;opacity:.7;margin-left:2px;font-size:9px;font-weight:700}@keyframes ai-action-button-module__uEM37G__aiActionFlowInk{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.ai-gen-button-module__HPt0Bq__button{border:1px solid color-mix(in srgb, var(--primary) 40%, transparent);border-radius:var(--radius-pill,999px);background:color-mix(in srgb, var(--primary) 14%, transparent);min-height:28px;color:var(--primary);cursor:pointer;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.ai-gen-button-module__HPt0Bq__button:hover:not(:disabled){background:color-mix(in srgb, var(--primary) 22%, transparent)}.ai-gen-button-module__HPt0Bq__button:disabled{cursor:wait;opacity:.65}.ai-gen-button-module__HPt0Bq__cost{background:color-mix(in srgb, var(--primary) 20%, transparent);border-radius:999px;align-items:center;gap:2px;padding:1px 6px;font-size:11px;font-weight:800;display:inline-flex}.ai-gen-button-module__HPt0Bq__spinner{animation:.8s linear infinite ai-gen-button-module__HPt0Bq__aigenSpin}@keyframes ai-gen-button-module__HPt0Bq__aigenSpin{to{transform:rotate(360deg)}}.ai-gen-button-module__HPt0Bq__overlay{z-index:80;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ai-gen-button-module__HPt0Bq__panel{border:1px solid var(--border,#ffffff1f);background:var(--background,#14110d);border-radius:14px;flex-direction:column;width:min(640px,100%);max-height:min(80vh,720px);display:flex;overflow:hidden;box-shadow:0 20px 60px #00000073}.ai-gen-button-module__HPt0Bq__header{border-bottom:1px solid var(--border,#ffffff1a);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 22px;display:flex}.ai-gen-button-module__HPt0Bq__eyebrow{color:var(--primary);letter-spacing:1.4px;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.ai-gen-button-module__HPt0Bq__title{color:var(--foreground);margin:4px 0 0;font-size:17px}.ai-gen-button-module__HPt0Bq__body{flex:1;padding:18px 22px;overflow-y:auto}.ai-gen-button-module__HPt0Bq__outputText{border:1px solid var(--border,#ffffff1a);background:color-mix(in srgb, var(--foreground) 4%, transparent);color:var(--foreground);white-space:pre-wrap;word-break:break-word;border-radius:10px;margin:0;padding:14px 16px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.55}.ai-gen-button-module__HPt0Bq__errorText{color:#ff8c8c;background:#ff69691c;border:1px solid #ff696957;border-radius:10px;margin:0;padding:14px 16px;font-size:14px;line-height:1.5}.ai-gen-button-module__HPt0Bq__inlineError{border-radius:var(--radius-pill,999px);color:#ff8c8c;background:#ff69691f;border:1px solid #ff69695c;align-items:center;gap:6px;max-width:100%;margin-top:6px;padding:4px 8px;font-size:11px;line-height:1.3;display:inline-flex}.ai-gen-button-module__HPt0Bq__inlineErrorMessage{white-space:nowrap;text-overflow:ellipsis;max-width:240px;display:inline-block;overflow:hidden}.ai-gen-button-module__HPt0Bq__inlineErrorBtn{border-radius:var(--radius-pill,999px);color:#ffb0b0;cursor:pointer;background:0 0;border:1px solid #ff8c8c4d;align-items:center;gap:3px;padding:2px 6px;font-size:10px;font-weight:700;display:inline-flex}.ai-gen-button-module__HPt0Bq__inlineErrorBtn:hover:not(:disabled){background:#ff69692e}.ai-gen-button-module__HPt0Bq__inlineErrorBtn:disabled{opacity:.55;cursor:not-allowed}.ai-gen-button-module__HPt0Bq__footer{border-top:1px solid var(--border,#ffffff1a);justify-content:space-between;align-items:center;gap:10px;padding:14px 22px;display:flex}.ai-gen-button-module__HPt0Bq__footerRight{gap:8px;display:inline-flex}.ai-gen-button-module__HPt0Bq__primaryBtn,.ai-gen-button-module__HPt0Bq__ghostBtn,.ai-gen-button-module__HPt0Bq__iconBtn{cursor:pointer;border-radius:8px;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.ai-gen-button-module__HPt0Bq__primaryBtn{background:var(--primary);color:var(--primary-foreground);border:0;padding:9px 14px}.ai-gen-button-module__HPt0Bq__primaryBtn:hover{filter:brightness(1.04)}.ai-gen-button-module__HPt0Bq__ghostBtn{border:1px solid var(--border,#ffffff1f);color:var(--foreground);background:0 0;padding:8px 13px}.ai-gen-button-module__HPt0Bq__ghostBtn:hover{background:color-mix(in srgb, var(--foreground) 6%, transparent)}.ai-gen-button-module__HPt0Bq__ghostBtn:disabled{opacity:.5;cursor:wait}.ai-gen-button-module__HPt0Bq__iconBtn{border:1px solid var(--border,#ffffff1f);width:32px;height:32px;color:var(--foreground);background:0 0;justify-content:center;padding:0}.ai-gen-button-module__HPt0Bq__iconBtn:hover{background:color-mix(in srgb, var(--foreground) 6%, transparent)}
.ai-mode-popover-module__xv_9pW__wrap{flex:none;display:inline-flex;position:relative}.ai-mode-popover-module__xv_9pW__trigger{border:1px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:var(--space-2);background:var(--card);min-height:36px;color:var(--foreground);cursor:pointer;white-space:nowrap;transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.ai-mode-popover-module__xv_9pW__trigger svg:first-child{color:var(--teal)}.ai-mode-popover-module__xv_9pW__trigger:hover:not(:disabled),.ai-mode-popover-module__xv_9pW__trigger[aria-expanded=true]{border-color:var(--teal);color:var(--foreground);box-shadow:0 0 24px -10px color-mix(in srgb, var(--teal) 70%, transparent)}.ai-mode-popover-module__xv_9pW__trigger:disabled{cursor:not-allowed;opacity:.55}.ai-mode-popover-module__xv_9pW__panel{z-index:15;width:min(360px,100vw - 32px);padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--popover);box-shadow:var(--shadow-popover);gap:4px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.ai-mode-popover-module__xv_9pW__panelTitle{border-bottom:1px solid var(--border);color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;margin:0;padding:8px 10px 6px;font-size:11px;font-weight:800}.ai-mode-popover-module__xv_9pW__modeList{flex-direction:column;gap:2px;display:flex}.ai-mode-popover-module__xv_9pW__modeRow{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--dur-fast) var(--ease);border:1px solid #0000;padding:8px 10px}.ai-mode-popover-module__xv_9pW__modeRow:hover:not(.ai-mode-popover-module__xv_9pW__modeRowDisabled){background:var(--card-hover,var(--card))}.ai-mode-popover-module__xv_9pW__modeRowSelected{background:var(--card-hover,var(--card));border-color:var(--teal)}.ai-mode-popover-module__xv_9pW__modeRowDisabled{opacity:.45;cursor:not-allowed}.ai-mode-popover-module__xv_9pW__modeHeader{align-items:center;gap:var(--space-2);display:flex}.ai-mode-popover-module__xv_9pW__modeRadio{border:1.5px solid var(--border);border-radius:50%;flex-shrink:0;width:14px;height:14px;position:relative}.ai-mode-popover-module__xv_9pW__modeRadioActive{border-color:var(--teal)}.ai-mode-popover-module__xv_9pW__modeRadioActive:after{content:"";background:var(--teal);border-radius:50%;position:absolute;inset:2px}.ai-mode-popover-module__xv_9pW__modeLabel{color:var(--foreground);font-size:13px;font-weight:700}.ai-mode-popover-module__xv_9pW__modeDescription{color:var(--muted-foreground);margin:4px 0 0 22px;font-size:12px;line-height:1.4}.ai-mode-popover-module__xv_9pW__precondition{color:var(--muted-foreground);margin:4px 0 0 22px;font-size:11px;font-style:italic}.ai-mode-popover-module__xv_9pW__directionField{flex-direction:column;gap:4px;margin:8px 0 0 22px;display:flex}.ai-mode-popover-module__xv_9pW__directionLabel{color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.ai-mode-popover-module__xv_9pW__directionInput{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:56px;max-height:160px;color:var(--foreground);resize:vertical;padding:8px 10px;font-family:inherit;font-size:13px;line-height:1.4}.ai-mode-popover-module__xv_9pW__directionInput:focus{border-color:var(--teal);box-shadow:0 0 0 3px color-mix(in srgb, var(--teal) 18%, transparent);outline:none}.ai-mode-popover-module__xv_9pW__directionInput::placeholder{color:var(--muted-foreground);opacity:.7}.ai-mode-popover-module__xv_9pW__actions{justify-content:flex-end;align-items:center;gap:var(--space-2);border-top:1px solid var(--border);margin-top:6px;padding:8px 4px 4px;display:flex}.ai-mode-popover-module__xv_9pW__disabledReason{color:var(--warning,var(--muted-foreground));background:color-mix(in srgb, var(--warning,var(--muted-foreground)) 8%, transparent);border-radius:var(--radius-sm);margin:0 6px 8px;padding:6px 10px;font-size:11px}
.ai-gen-help-modal-module__X-A0GW__helpBtn{width:22px;height:22px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:color .12s;display:inline-flex}.ai-gen-help-modal-module__X-A0GW__helpBtn:hover{color:var(--foreground)}.ai-gen-help-modal-module__X-A0GW__backdrop{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#08080a8c;place-items:center;display:grid;position:fixed;inset:0}.ai-gen-help-modal-module__X-A0GW__modal{background:var(--card,var(--background));border:1px solid var(--border);border-radius:var(--radius-lg,14px);width:min(960px,92vw);max-height:min(720px,86vh);box-shadow:var(--shadow-popover,0 16px 60px -12px #00000073);flex-direction:column;display:flex;overflow:hidden}.ai-gen-help-modal-module__X-A0GW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 12px;display:flex}.ai-gen-help-modal-module__X-A0GW__eyebrow{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:700}.ai-gen-help-modal-module__X-A0GW__title{margin:0;font-size:18px;font-weight:700;line-height:22px}.ai-gen-help-modal-module__X-A0GW__closeBtn{border:1px solid var(--border);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.ai-gen-help-modal-module__X-A0GW__closeBtn:hover{color:var(--foreground);border-color:var(--foreground)}.ai-gen-help-modal-module__X-A0GW__tabs{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--secondary) 35%, transparent);flex-wrap:wrap;gap:4px;padding:10px 16px;display:flex}.ai-gen-help-modal-module__X-A0GW__tab{border-radius:var(--radius-pill,999px);color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.ai-gen-help-modal-module__X-A0GW__tab:hover{color:var(--foreground);background:var(--secondary)}.ai-gen-help-modal-module__X-A0GW__tab[data-active=true]{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.ai-gen-help-modal-module__X-A0GW__tabCount{border-radius:var(--radius-pill,999px);background:color-mix(in srgb, currentColor 18%, transparent);min-width:18px;height:16px;color:inherit;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.ai-gen-help-modal-module__X-A0GW__body{flex:auto;padding:12px 16px 18px;overflow:auto}.ai-gen-help-modal-module__X-A0GW__empty{color:var(--muted-foreground);text-align:center;padding:24px}.ai-gen-help-modal-module__X-A0GW__table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.ai-gen-help-modal-module__X-A0GW__table thead th{background:var(--background);color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border);padding:8px 10px;font-size:11px;font-weight:700;position:sticky;top:0}.ai-gen-help-modal-module__X-A0GW__row{cursor:pointer;transition:background .12s}.ai-gen-help-modal-module__X-A0GW__row>td{border-bottom:1px solid var(--border);vertical-align:top;padding:10px}.ai-gen-help-modal-module__X-A0GW__row:hover{background:color-mix(in srgb, var(--primary) 6%, transparent)}.ai-gen-help-modal-module__X-A0GW__row[data-expanded=true]{background:color-mix(in srgb, var(--primary) 10%, transparent)}.ai-gen-help-modal-module__X-A0GW__row[data-highlight=true]{background:color-mix(in srgb, var(--primary) 16%, transparent);outline:2px solid color-mix(in srgb, var(--primary) 70%, transparent);outline-offset:-2px}.ai-gen-help-modal-module__X-A0GW__expandCell{width:24px;color:var(--muted-foreground)}.ai-gen-help-modal-module__X-A0GW__idCell{width:80px;font-family:var(--font-mono,ui-monospace, "Cascadia Code", "Roboto Mono", monospace);color:var(--muted-foreground);font-size:11px}.ai-gen-help-modal-module__X-A0GW__labelCell{color:var(--foreground);font-weight:700}.ai-gen-help-modal-module__X-A0GW__whereCell{color:var(--muted-foreground);font-size:12px}.ai-gen-help-modal-module__X-A0GW__costCell{white-space:nowrap;width:72px;color:var(--muted-foreground);text-align:right}.ai-gen-help-modal-module__X-A0GW__detailRow>td{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--secondary) 28%, transparent);padding:0 10px 14px}.ai-gen-help-modal-module__X-A0GW__detailWrap{border-radius:8px;gap:12px;padding:12px 14px;display:grid}.ai-gen-help-modal-module__X-A0GW__detailText{color:var(--secondary-foreground);margin:0;font-size:13px;line-height:1.55}.ai-gen-help-modal-module__X-A0GW__detailGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:720px){.ai-gen-help-modal-module__X-A0GW__detailGrid{grid-template-columns:1fr}}.ai-gen-help-modal-module__X-A0GW__detailLabel{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:700}.ai-gen-help-modal-module__X-A0GW__detailList{color:var(--foreground);margin:0;padding-left:18px;font-size:12px;line-height:1.6}.ai-gen-help-modal-module__X-A0GW__detailList li+li{margin-top:2px}.ai-gen-help-modal-module__X-A0GW__detailParagraph{color:var(--foreground);margin:0;font-size:12px;line-height:1.6}
.model-compare-matrix-module__WKSPGW__backdrop{z-index:60;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.model-compare-matrix-module__WKSPGW__modal{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);width:min(960px,100vw - 48px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-popover);flex-direction:column;display:flex;overflow:hidden}.model-compare-matrix-module__WKSPGW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);border-bottom:1px solid var(--border);padding:16px 20px;display:flex}.model-compare-matrix-module__WKSPGW__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 4px;font-size:11px;font-weight:800}.model-compare-matrix-module__WKSPGW__header h2{color:var(--foreground);margin:0;font-size:18px;font-weight:700}.model-compare-matrix-module__WKSPGW__closeBtn{border:1px solid var(--border);border-radius:var(--radius-pill);width:32px;height:32px;color:var(--foreground);cursor:pointer;transition:background var(--dur-fast) var(--ease);background:0 0;justify-content:center;align-items:center;display:inline-flex}.model-compare-matrix-module__WKSPGW__closeBtn:hover{background:var(--card)}.model-compare-matrix-module__WKSPGW__body{flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex;overflow:hidden}.model-compare-matrix-module__WKSPGW__note{color:var(--muted-foreground);margin:0;font-size:12px;line-height:1.5}.model-compare-matrix-module__WKSPGW__mixCallout{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:10px;margin:12px 0 4px;padding:12px 14px;font-size:12.5px;line-height:1.55}.model-compare-matrix-module__WKSPGW__mixCallout strong{margin-bottom:6px;font-size:13px;display:block}.model-compare-matrix-module__WKSPGW__mixCallout ul{gap:4px;margin:0;padding-left:18px;display:grid}.model-compare-matrix-module__WKSPGW__mixCallout em{font-style:italic}.model-compare-matrix-module__WKSPGW__note code{background:var(--card);border-radius:3px;padding:1px 5px;font-size:11px}.model-compare-matrix-module__WKSPGW__scroll{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);overflow:auto}.model-compare-matrix-module__WKSPGW__table{border-collapse:collapse;width:100%;font-size:12px}.model-compare-matrix-module__WKSPGW__table thead th{background:var(--card);z-index:1;position:sticky;top:0}.model-compare-matrix-module__WKSPGW__rowLabelCell{text-align:left;color:var(--foreground);border-bottom:1px solid var(--border);border-right:1px solid var(--border);white-space:nowrap;background:var(--card);z-index:1;padding:10px 12px;font-weight:700;position:sticky;left:0}.model-compare-matrix-module__WKSPGW__modelHead{text-align:left;border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:top;min-width:160px;padding:10px 12px}.model-compare-matrix-module__WKSPGW__modelHead:last-child{border-right:0}.model-compare-matrix-module__WKSPGW__modelHeadActive{background:color-mix(in srgb, var(--teal) 12%, var(--card));outline:2px solid var(--teal);outline-offset:-2px}.model-compare-matrix-module__WKSPGW__modelHeadLabel{color:var(--foreground);font-size:13px;font-weight:700}.model-compare-matrix-module__WKSPGW__modelHeadTag{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-top:2px;font-size:10px}.model-compare-matrix-module__WKSPGW__cell{border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:top;color:var(--foreground);padding:10px 12px}.model-compare-matrix-module__WKSPGW__cell:last-child{border-right:0}.model-compare-matrix-module__WKSPGW__cellActive{background:color-mix(in srgb, var(--teal) 6%, transparent)}.model-compare-matrix-module__WKSPGW__cellInner{align-items:center;gap:6px;line-height:1.4;display:inline-flex}.model-compare-matrix-module__WKSPGW__cellInner small{color:var(--muted-foreground);font-size:11px}.model-compare-matrix-module__WKSPGW__cellYes{color:var(--teal)}.model-compare-matrix-module__WKSPGW__cellNo{color:var(--muted-foreground)}.model-compare-matrix-module__WKSPGW__cellPartial,.model-compare-matrix-module__WKSPGW__cellPartial small{color:var(--destructive,#e0524d)}
.project-workspace-module__8hlEza__workspaceShell{background:var(--background);min-height:100vh;padding-left:92px}.project-workspace-module__8hlEza__workspaceMain{min-height:100vh;padding:28px 112px 260px 52px;position:relative}.project-workspace-module__8hlEza__workspaceHeader{z-index:8;background:linear-gradient(var(--background) 72%, transparent);justify-content:space-between;align-items:center;gap:24px;padding-bottom:20px;display:flex;position:sticky;top:0}.project-workspace-module__8hlEza__projectSelectWrap{position:relative}.project-workspace-module__8hlEza__projectSelect{border:1px solid var(--ghost-border);border-radius:var(--radius-md);background:var(--card);min-width:178px;height:44px;color:var(--foreground);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 14px 0 18px;font-size:15px;font-weight:700;display:inline-flex}.project-workspace-module__8hlEza__projectSelect:hover,.project-workspace-module__8hlEza__projectSelect[aria-expanded=true]{background:var(--accent)}.project-workspace-module__8hlEza__projectMenu{z-index:20;border-radius:var(--radius-md);background:var(--popover);width:260px;box-shadow:var(--shadow-popover);gap:2px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);left:0}.project-workspace-module__8hlEza__projectMenuItem{border-radius:var(--radius-sm);transition:background-color var(--dur-fast) var(--ease);align-items:center;gap:4px;padding:4px;display:flex}.project-workspace-module__8hlEza__projectMenuItem:hover,.project-workspace-module__8hlEza__projectMenuItem:focus-within{background:var(--accent)}.project-workspace-module__8hlEza__projectMenuItem.project-workspace-module__8hlEza__isActive .project-workspace-module__8hlEza__projectMenuItemSwitch strong{color:var(--primary)}.project-workspace-module__8hlEza__projectMenuItemSwitch{min-width:0;color:var(--secondary-foreground);cursor:pointer;text-align:left;background:0 0;border:none;flex:1;gap:2px;padding:6px 8px;display:grid}.project-workspace-module__8hlEza__projectMenuItemSwitch strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;overflow:hidden}.project-workspace-module__8hlEza__projectMenuItemSwitch span{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.project-workspace-module__8hlEza__projectMenuItemActions{opacity:0;transition:opacity var(--dur-fast) var(--ease);align-items:center;gap:2px;display:flex}.project-workspace-module__8hlEza__projectMenuItem:hover .project-workspace-module__8hlEza__projectMenuItemActions,.project-workspace-module__8hlEza__projectMenuItem:focus-within .project-workspace-module__8hlEza__projectMenuItemActions{opacity:1}.project-workspace-module__8hlEza__projectMenuIconButton{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease);background:0 0;border:none;place-items:center;display:grid}.project-workspace-module__8hlEza__projectMenuIconButton:hover{background:color-mix(in srgb, var(--primary) 18%, transparent);color:var(--foreground)}.project-workspace-module__8hlEza__projectMenuIconButtonDanger:hover{background:color-mix(in srgb, var(--destructive) 22%, transparent);color:var(--destructive)}.project-workspace-module__8hlEza__projectMenuInlineForm{align-items:center;gap:4px;padding:4px;display:flex}.project-workspace-module__8hlEza__projectMenuInlineInput{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);min-width:0;height:32px;color:var(--foreground);flex:1;padding:0 10px;font-size:13px;font-weight:600}.project-workspace-module__8hlEza__projectMenuInlineInput:focus{border-color:color-mix(in srgb, var(--primary) 60%, var(--border));outline:none}.project-workspace-module__8hlEza__projectMenuConfirm{gap:6px;padding:8px;display:grid}.project-workspace-module__8hlEza__projectMenuConfirmText{color:var(--foreground);font-size:13px;font-weight:600}.project-workspace-module__8hlEza__projectMenuConfirmRow{gap:6px;display:flex}.project-workspace-module__8hlEza__projectMenuConfirmRow button{border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;height:30px;font-size:12px;font-weight:700}.project-workspace-module__8hlEza__projectMenuConfirmYes{background:var(--destructive);color:var(--destructive-foreground)}.project-workspace-module__8hlEza__projectMenuConfirmYes:hover{filter:brightness(1.08)}.project-workspace-module__8hlEza__projectMenuConfirmNo{color:var(--muted-foreground);background:0 0;border:1px solid var(--border)!important}.project-workspace-module__8hlEza__projectMenuDivider{background:var(--border);height:1px;margin:4px 6px}.project-workspace-module__8hlEza__projectMenuNewLabel{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;padding:6px 10px 0;font-size:11px;font-weight:700}.project-workspace-module__8hlEza__runFeed{grid-template-columns:repeat(auto-fill, minmax(var(--feed-min-col,100%), 1fr));flex:1;align-content:start;align-items:start;gap:16px;min-width:0;padding:24px 32px 32px;display:grid;overflow-y:auto}.project-workspace-module__8hlEza__runEntry{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);grid-template-columns:minmax(0,1fr) 280px;gap:20px;min-width:0;padding:18px;display:grid}.project-workspace-module__8hlEza__runFeed[data-narrow=true] .project-workspace-module__8hlEza__runEntry{grid-template-columns:1fr;gap:12px;padding:12px}.project-workspace-module__8hlEza__runFeed[data-narrow=true] .project-workspace-module__8hlEza__runMeta{gap:8px}.project-workspace-module__8hlEza__runFeed[data-narrow=true] .project-workspace-module__8hlEza__runPrompt{-webkit-line-clamp:2;font-size:13px;line-height:18px}.project-workspace-module__8hlEza__runEntry[data-status=failed]{border-color:color-mix(in srgb, var(--destructive) 40%, var(--border))}.project-workspace-module__8hlEza__runMediaColumn{min-width:0}.project-workspace-module__8hlEza__runMediaGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;display:grid}.project-workspace-module__8hlEza__runMediaGrid[data-count="1"]{grid-template-columns:1fr}.project-workspace-module__8hlEza__runTile{aspect-ratio:16/9;border-radius:var(--radius-sm);background:var(--secondary);position:relative;overflow:hidden}.project-workspace-module__8hlEza__tileOpenButton{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:28px;height:28px;transition:background-color var(--dur-fast) var(--ease);background:#141418b8;border:none;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:8px;right:8px}.project-workspace-module__8hlEza__tileOpenButton:hover{background:#141418e6}.project-workspace-module__8hlEza__tileOpenButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.project-workspace-module__8hlEza__runTileMedia{object-fit:contain;background:var(--secondary);width:100%;height:100%}.project-workspace-module__8hlEza__runTilePlaceholder{aspect-ratio:16/9;border-radius:var(--radius-sm);background:var(--secondary);color:var(--muted-foreground);place-items:center;gap:8px;padding:24px;font-size:13px;font-weight:600;display:grid}.project-workspace-module__8hlEza__runSpinner{border:3px solid color-mix(in srgb, var(--primary) 30%, transparent);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite project-workspace-module__8hlEza__runSpin}@keyframes project-workspace-module__8hlEza__runSpin{to{transform:rotate(360deg)}}.project-workspace-module__8hlEza__runPendingTile,.project-workspace-module__8hlEza__runPendingTileFill{border-radius:var(--radius-sm);background:var(--secondary);isolation:isolate;place-items:center;gap:10px;display:grid;position:relative;overflow:hidden}.project-workspace-module__8hlEza__runPendingTile{aspect-ratio:16/9;padding:20px}.project-workspace-module__8hlEza__runPendingTileFill{padding:12px;position:absolute;inset:0}.project-workspace-module__8hlEza__runPendingBg{background:radial-gradient(140% 90% at 22% 28%, color-mix(in srgb, var(--primary) 18%, transparent), transparent 60%), radial-gradient(120% 80% at 78% 72%, color-mix(in srgb, var(--teal) 14%, transparent), transparent 60%);z-index:0;animation:6s ease-in-out infinite project-workspace-module__8hlEza__runPendingDrift;position:absolute;inset:0}@keyframes project-workspace-module__8hlEza__runPendingDrift{0%,to{filter:hue-rotate();transform:translate(-2%,-1%)scale(1)}50%{filter:hue-rotate(-12deg);transform:translate(3%,2%)scale(1.06)}}.project-workspace-module__8hlEza__runPendingShimmer{background:linear-gradient(115deg, transparent 0%, transparent 42%, color-mix(in srgb, var(--foreground) 14%, transparent) 50%, transparent 58%, transparent 100%);z-index:1;pointer-events:none;animation:2.4s linear infinite project-workspace-module__8hlEza__runPendingShimmer;position:absolute;inset:-50%;transform:translate(-40%)}@keyframes project-workspace-module__8hlEza__runPendingShimmer{0%{transform:translate(-40%)}to{transform:translate(40%)}}.project-workspace-module__8hlEza__runPendingGlow{aspect-ratio:1;background:radial-gradient(circle, color-mix(in srgb, var(--primary) 28%, transparent), transparent 70%);filter:blur(18px);z-index:0;pointer-events:none;width:56%;animation:1.8s ease-in-out infinite project-workspace-module__8hlEza__runPendingGlow;position:absolute}@keyframes project-workspace-module__8hlEza__runPendingGlow{0%,to{opacity:.55;transform:scale(.7)}50%{opacity:1;transform:scale(1.15)}}.project-workspace-module__8hlEza__runPendingIcon{z-index:2;color:var(--primary);filter:drop-shadow(0 0 8px color-mix(in srgb, var(--primary) 60%, transparent));animation:2s ease-in-out infinite project-workspace-module__8hlEza__runPendingIconBreathe;position:relative}@keyframes project-workspace-module__8hlEza__runPendingIconBreathe{0%,to{transform:scale(1)rotate(-6deg)}50%{transform:scale(1.18)rotate(8deg)}}.project-workspace-module__8hlEza__runPendingLabel{z-index:2;color:var(--foreground);letter-spacing:.04em;align-items:baseline;gap:2px;font-size:13px;font-weight:700;display:inline-flex;position:relative}.project-workspace-module__8hlEza__runPendingTileFill .project-workspace-module__8hlEza__runPendingLabel{font-size:11px}.project-workspace-module__8hlEza__runPendingDots{margin-left:2px;display:inline-flex}.project-workspace-module__8hlEza__runPendingDots span{opacity:.25;animation:1.4s ease-in-out infinite project-workspace-module__8hlEza__runPendingDot;display:inline-block}.project-workspace-module__8hlEza__runPendingDots span:first-child{animation-delay:0s}.project-workspace-module__8hlEza__runPendingDots span:nth-child(2){animation-delay:.18s}.project-workspace-module__8hlEza__runPendingDots span:nth-child(3){animation-delay:.36s}@keyframes project-workspace-module__8hlEza__runPendingDot{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.project-workspace-module__8hlEza__runPendingBg,.project-workspace-module__8hlEza__runPendingShimmer,.project-workspace-module__8hlEza__runPendingGlow,.project-workspace-module__8hlEza__runPendingIcon,.project-workspace-module__8hlEza__runPendingDots span{animation:none}}.project-workspace-module__8hlEza__runStatusBadgeFailed{background:color-mix(in srgb, var(--destructive) 24%, transparent);width:28px;height:28px;color:var(--destructive);border-radius:50%;place-items:center;font-size:16px;font-weight:800;display:grid}.project-workspace-module__8hlEza__runMeta{flex-direction:column;gap:10px;display:flex}.project-workspace-module__8hlEza__runMeta[data-clickable=true]{cursor:pointer}.project-workspace-module__8hlEza__runMetaHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.project-workspace-module__8hlEza__runStatusBadge{border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.04em;background:var(--secondary);color:var(--muted-foreground);padding:3px 10px;font-size:11px;font-weight:800}.project-workspace-module__8hlEza__runStatusBadge[data-status=queued]{background:color-mix(in srgb, var(--steel) 24%, var(--secondary));color:var(--steel)}.project-workspace-module__8hlEza__runStatusBadge[data-status=running]{background:color-mix(in srgb, var(--primary) 22%, var(--secondary));color:var(--primary)}.project-workspace-module__8hlEza__runStatusBadge[data-status=completed]{background:color-mix(in srgb, var(--teal) 22%, var(--secondary));color:var(--teal)}.project-workspace-module__8hlEza__runStatusBadge[data-status=failed]{background:color-mix(in srgb, var(--destructive) 22%, var(--secondary));color:var(--destructive)}.project-workspace-module__8hlEza__runDate{color:var(--muted-foreground);font-size:12px;font-weight:600}.project-workspace-module__8hlEza__runPrompt{color:var(--foreground);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;overflow:hidden}.project-workspace-module__8hlEza__runTagRow{flex-wrap:wrap;gap:6px;display:flex}.project-workspace-module__8hlEza__runTag{border-radius:var(--radius-pill);background:var(--secondary);color:var(--secondary-foreground);align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.project-workspace-module__8hlEza__runError{color:var(--destructive);margin:0;font-size:12px;font-weight:600}.project-workspace-module__8hlEza__runDeleteIcon{border-radius:var(--radius-sm);width:26px;height:26px;color:var(--muted-foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;place-items:center;margin-left:auto;display:grid}.project-workspace-module__8hlEza__runDeleteIcon:hover{background:color-mix(in srgb, var(--destructive) 18%, transparent);color:var(--destructive)}.project-workspace-module__8hlEza__runDeletePill{border:1px solid color-mix(in srgb, var(--destructive) 40%, var(--border));border-radius:var(--radius-pill);background:color-mix(in srgb, var(--destructive) 10%, transparent);color:var(--destructive);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.project-workspace-module__8hlEza__runDeletePill:hover{background:color-mix(in srgb, var(--destructive) 18%, transparent)}.project-workspace-module__8hlEza__runDeleteConfirm{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--destructive) 14%, var(--card));border:1px solid color-mix(in srgb, var(--destructive) 40%, var(--border));color:var(--foreground);align-items:center;gap:6px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex}.project-workspace-module__8hlEza__runDeleteConfirmYes{border-radius:var(--radius-sm);background:var(--destructive);color:var(--destructive-foreground);cursor:pointer;border:none;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.project-workspace-module__8hlEza__runDeleteConfirmYes:hover{filter:brightness(1.08)}.project-workspace-module__8hlEza__runDeleteConfirmYes:disabled{opacity:.6;cursor:not-allowed}.project-workspace-module__8hlEza__runDeleteConfirmNo{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;place-items:center;display:grid}.project-workspace-module__8hlEza__runDeleteConfirmNo:hover{background:var(--accent);color:var(--foreground)}.project-workspace-module__8hlEza__filtersStack{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.project-workspace-module__8hlEza__filters{border-radius:var(--radius-md);background:var(--card);min-height:44px;box-shadow:var(--shadow-card);align-items:center;gap:4px;padding:4px;display:flex}.project-workspace-module__8hlEza__filterDivider{background:var(--border);width:1px;height:22px;margin:0 2px}.project-workspace-module__8hlEza__zoomBar{border-radius:var(--radius-pill);background:var(--card);border:1px solid var(--ghost-border);color:var(--muted-foreground);box-shadow:var(--shadow-card);align-items:center;gap:10px;padding:6px 14px;display:inline-flex}.project-workspace-module__8hlEza__zoomSlider{appearance:none;background:var(--secondary);border-radius:var(--radius-pill);cursor:pointer;outline:none;width:168px;height:4px}.project-workspace-module__8hlEza__zoomSlider::-webkit-slider-thumb{appearance:none;background:var(--primary);border:2px solid var(--card);width:16px;height:16px;box-shadow:0 0 0 1px var(--border);cursor:grab;transition:transform var(--dur-fast) var(--ease);border-radius:50%}.project-workspace-module__8hlEza__zoomSlider::-webkit-slider-thumb:hover{transform:scale(1.1)}.project-workspace-module__8hlEza__zoomSlider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.05)}.project-workspace-module__8hlEza__zoomSlider::-moz-range-thumb{background:var(--primary);border:2px solid var(--card);width:16px;height:16px;box-shadow:0 0 0 1px var(--border);cursor:grab;border-radius:50%}.project-workspace-module__8hlEza__zoomSlider::-moz-range-track{background:var(--secondary);border-radius:var(--radius-pill);height:4px}.project-workspace-module__8hlEza__filterButton,.project-workspace-module__8hlEza__filterIconButton{border-radius:var(--radius-sm);height:36px;color:var(--secondary-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.project-workspace-module__8hlEza__filterButton{padding:0 12px}.project-workspace-module__8hlEza__filterIconButton{width:38px}.project-workspace-module__8hlEza__filterButton:hover,.project-workspace-module__8hlEza__filterIconButton:hover,.project-workspace-module__8hlEza__filterIconButton[aria-pressed=true]{background:var(--accent);color:var(--foreground)}.project-workspace-module__8hlEza__emptyState{place-items:center;min-height:calc(100vh - 360px);padding:72px 0 40px;display:grid}.project-workspace-module__8hlEza__emptyInner{justify-items:center;gap:32px;width:min(100%,920px);display:grid}.project-workspace-module__8hlEza__emptyTitle{color:var(--foreground);text-align:center;margin:0;font-size:32px;font-weight:800;line-height:40px}.project-workspace-module__8hlEza__inlineMode{border-radius:var(--radius-md);background:var(--secondary);height:40px;color:var(--foreground);vertical-align:middle;align-items:center;gap:8px;margin:0 8px;padding:0 12px;font-size:18px;display:inline-flex}.project-workspace-module__8hlEza__inspirationGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;display:grid}.project-workspace-module__8hlEza__inspirationCard,.project-workspace-module__8hlEza__mediaTile{border-radius:var(--radius-md);background:var(--card);box-shadow:inset 0 0 0 1px var(--ghost-border);position:relative;overflow:hidden}.project-workspace-module__8hlEza__inspirationCard{aspect-ratio:16/10;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:16px;display:flex}.project-workspace-module__8hlEza__inspirationCard:before{content:"";background:radial-gradient(circle at 76% 18%, #e8b4544d, transparent 23%), radial-gradient(circle at 28% 68%, #3dc3c02e, transparent 26%), linear-gradient(135deg, var(--card), var(--muted));position:absolute;inset:0}.project-workspace-module__8hlEza__inspirationCard:nth-child(2):before,.project-workspace-module__8hlEza__mediaTile:nth-child(2n):before{background:radial-gradient(circle at 22% 18%,#e8b45442,#0000 22%),radial-gradient(circle at 76% 72%,#7e808852,#0000 28%),linear-gradient(135deg,#242834,#39342b)}.project-workspace-module__8hlEza__inspirationCard:nth-child(3):before,.project-workspace-module__8hlEza__mediaTile:nth-child(3n):before{background:radial-gradient(circle at 48% 28%,#3dc3c038,#0000 20%),radial-gradient(circle at 72% 68%,#e8b45438,#0000 24%),linear-gradient(135deg,#20242e,#313945)}.project-workspace-module__8hlEza__badge{z-index:1;border-radius:var(--radius-xs);background:color-mix(in srgb, var(--primary) 16%, transparent);height:22px;color:var(--primary);padding:2px 8px;font-size:12px;font-weight:800;line-height:16px;position:relative}.project-workspace-module__8hlEza__inspirationCard strong{z-index:1;color:var(--foreground);font-size:16px;font-weight:800;line-height:22px;position:relative}.project-workspace-module__8hlEza__feed{gap:48px;padding-top:32px;display:grid}.project-workspace-module__8hlEza__dateGroup{gap:20px;display:grid}.project-workspace-module__8hlEza__dateHeading{color:var(--foreground);margin:0 0 14px;font-size:18px;font-weight:800;line-height:26px}.project-workspace-module__8hlEza__generationEntry{outline:none;grid-template-columns:minmax(620px,880px) minmax(260px,1fr);align-items:stretch;gap:0;scroll-margin-top:96px;display:grid}.project-workspace-module__8hlEza__generationMediaColumn{gap:12px;min-width:0;display:grid}.project-workspace-module__8hlEza__mediaContainer{border-radius:var(--radius-md) 0 0 var(--radius-md);background:color-mix(in srgb, var(--card) 72%, var(--background) 28%);align-items:center;min-height:276px;padding:0;display:grid}.project-workspace-module__8hlEza__mediaGrid{border-radius:var(--radius-md);grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:0;display:grid;overflow:hidden}.project-workspace-module__8hlEza__mediaGrid[data-count="1"]{grid-template-columns:1fr;width:min(492px,100%)}.project-workspace-module__8hlEza__mediaGrid[data-count="2"],.project-workspace-module__8hlEza__mediaGrid[data-count="3"],.project-workspace-module__8hlEza__mediaGrid[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.project-workspace-module__8hlEza__mediaTile{aspect-ratio:16/9;min-height:132px;color:inherit;cursor:zoom-in;text-align:left;border:0;padding:0}.project-workspace-module__8hlEza__mediaTile:hover{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--primary) 44%, transparent), 0 10px 28px #0000003d}.project-workspace-module__8hlEza__mediaAsset{object-fit:contain;background:var(--secondary);width:100%;height:100%;display:block}.project-workspace-module__8hlEza__mediaGrid[data-count="1"] .project-workspace-module__8hlEza__mediaTile{min-height:276px}.project-workspace-module__8hlEza__mediaTile span,.project-workspace-module__8hlEza__navigatorThumb span{z-index:1;color:#fff;text-shadow:0 2px 10px #00000073;font-size:12px;font-weight:800;line-height:16px;position:absolute;bottom:9px;left:10px}.project-workspace-module__8hlEza__entryMeta{background:0 0;border-radius:0;flex-direction:column;justify-content:center;min-height:276px;padding:12px 28px;display:flex}.project-workspace-module__8hlEza__entryMeta h2{max-width:440px;color:var(--foreground);margin:0 0 10px;font-size:18px;font-weight:800;line-height:26px}.project-workspace-module__8hlEza__entryType{color:var(--primary);align-items:center;gap:7px;margin-bottom:12px;font-size:14px;font-weight:700;line-height:20px;display:inline-flex}.project-workspace-module__8hlEza__tagRow,.project-workspace-module__8hlEza__actionRow{flex-wrap:wrap;gap:8px;display:flex}.project-workspace-module__8hlEza__tagRow span{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--secondary) 55%, transparent);min-height:26px;color:var(--muted-foreground);padding:3px 9px;font-size:12px;font-weight:700;line-height:18px}.project-workspace-module__8hlEza__actionRow{opacity:0;visibility:hidden;pointer-events:none;min-height:30px;transition:opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease), visibility var(--dur-fast) var(--ease);margin-top:0;transform:translateY(-2px)}.project-workspace-module__8hlEza__generationEntry:hover .project-workspace-module__8hlEza__actionRow,.project-workspace-module__8hlEza__generationEntry:focus-within .project-workspace-module__8hlEza__actionRow{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.project-workspace-module__8hlEza__actionRow button{border-radius:var(--radius-sm);min-height:30px;color:var(--secondary-foreground);cursor:pointer;background:0 0;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.project-workspace-module__8hlEza__actionRow button:hover{color:var(--foreground)}.project-workspace-module__8hlEza__referenceThumb{border-radius:var(--radius-sm);background:var(--card);width:48px;height:48px;box-shadow:inset 0 0 0 1px var(--ghost-border);margin-top:14px;position:relative;overflow:hidden}.project-workspace-module__8hlEza__referenceThumb:before{content:"";background:radial-gradient(circle at 50% 50%, #e8b45447, transparent 36%), linear-gradient(135deg, var(--muted), var(--secondary));position:absolute;inset:0}.project-workspace-module__8hlEza__navigator{z-index:9;scrollbar-width:none;align-content:start;justify-items:end;gap:10px;width:88px;display:grid;position:fixed;top:22px;bottom:22px;right:18px;overflow-y:auto}.project-workspace-module__8hlEza__navigator::-webkit-scrollbar{display:none}.project-workspace-module__8hlEza__navigatorThumb{border-radius:var(--radius-sm);background:var(--card);width:62px;height:62px;color:var(--secondary-foreground);cursor:pointer;box-shadow:inset 0 0 0 1px var(--ghost-border);transition:width var(--dur-fast) var(--ease), height var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);place-items:center;display:grid;position:relative;overflow:hidden}.project-workspace-module__8hlEza__navigatorThumb:hover,.project-workspace-module__8hlEza__navigatorThumb[aria-current=true]{width:78px;height:78px;box-shadow:0 0 0 2px var(--primary)}.project-workspace-module__8hlEza__navigatorThumb:hover{transform:translate(-4px)}.project-workspace-module__8hlEza__lightbox{z-index:80;background:radial-gradient(circle at 36% 14%, #ffffff14, transparent 28%), color-mix(in srgb, var(--background) 92%, black 8%);color:var(--foreground);grid-template-columns:minmax(0,1fr) 440px 104px;gap:0;display:grid;position:fixed;inset:0}.project-workspace-module__8hlEza__lightboxBack{z-index:2;background:color-mix(in srgb, var(--card) 86%, transparent);width:42px;height:42px;color:var(--foreground);cursor:pointer;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;place-items:center;display:grid;position:fixed;top:28px;left:28px}.project-workspace-module__8hlEza__lightboxBack:hover{background:var(--accent)}.project-workspace-module__8hlEza__lightboxStage{place-items:center;min-width:0;min-height:100vh;padding:56px 72px 96px;display:grid;position:relative;overflow:hidden}.project-workspace-module__8hlEza__lightboxMedia{background:0 0;border-radius:0;place-items:center;width:100%;height:calc(100vh - 152px);display:grid;position:relative;overflow:hidden}.project-workspace-module__8hlEza__lightboxAsset{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:100%;box-shadow:var(--shadow-modal);transform-origin:50%;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:transform .12s;display:block}.project-workspace-module__8hlEza__lightboxAsset[data-zoomed=true]{cursor:grab}.project-workspace-module__8hlEza__lightboxAsset[data-panning=true]{cursor:grabbing}.project-workspace-module__8hlEza__lightboxNavButton{z-index:2;background:color-mix(in srgb, var(--card) 86%, transparent);width:44px;height:44px;color:var(--foreground);box-shadow:var(--shadow-card);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.project-workspace-module__8hlEza__lightboxNavButton:hover{background:var(--accent)}.project-workspace-module__8hlEza__lightboxNavPrev{left:28px}.project-workspace-module__8hlEza__lightboxNavNext{right:28px}.project-workspace-module__8hlEza__lightboxToolbar{z-index:3;border:1px solid color-mix(in srgb, var(--border) 70%, transparent);border-radius:var(--radius-md);background:color-mix(in srgb, var(--card) 88%, transparent);min-height:48px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:8px;padding:6px;display:inline-flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.project-workspace-module__8hlEza__lightboxZoomGroup{align-items:center;gap:4px;display:inline-flex}.project-workspace-module__8hlEza__lightboxZoomGroup button,.project-workspace-module__8hlEza__lightboxMoreWrap>button{border-radius:var(--radius-sm);min-width:36px;height:36px;color:var(--foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.project-workspace-module__8hlEza__lightboxZoomGroup button:hover:not(:disabled),.project-workspace-module__8hlEza__lightboxMoreWrap>button:hover,.project-workspace-module__8hlEza__lightboxMoreWrap>button[aria-expanded=true]{background:var(--accent)}.project-workspace-module__8hlEza__lightboxZoomGroup button:disabled{opacity:.45;cursor:not-allowed}.project-workspace-module__8hlEza__lightboxCounter{color:var(--muted-foreground);white-space:nowrap;padding:0 8px;font-size:12px;font-weight:800;line-height:18px}.project-workspace-module__8hlEza__lightboxInfo{border-left:1px solid color-mix(in srgb, var(--ghost-border) 70%, transparent);background:color-mix(in srgb, var(--card) 94%, black 6%);flex-direction:column;gap:18px;min-height:0;max-height:100vh;padding:24px 24px 22px;display:flex;overflow:hidden}.project-workspace-module__8hlEza__lightboxScrollBody{scrollbar-width:thin;scrollbar-color:var(--muted-foreground) transparent;flex-direction:column;flex:auto;gap:18px;min-height:0;margin-right:-4px;padding-right:4px;display:flex;overflow-y:auto}.project-workspace-module__8hlEza__lightboxScrollBody::-webkit-scrollbar{width:8px}.project-workspace-module__8hlEza__lightboxScrollBody::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--muted-foreground) 70%, transparent)}.project-workspace-module__8hlEza__lightboxScrollBody::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.project-workspace-module__8hlEza__lightboxScrollBody::-webkit-scrollbar-track{background:0 0}.project-workspace-module__8hlEza__lightboxInfoHeader{justify-content:space-between;align-items:center;gap:14px;display:flex}.project-workspace-module__8hlEza__lightboxInfoHeader div{min-width:0}.project-workspace-module__8hlEza__lightboxInfoHeader span{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;line-height:16px;display:block}.project-workspace-module__8hlEza__lightboxInfoHeader h2{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:800;line-height:22px;overflow:hidden}.project-workspace-module__8hlEza__lightboxInfoHeader button,.project-workspace-module__8hlEza__lightboxSectionHeader button{border-radius:var(--radius-sm);min-height:32px;color:var(--foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.project-workspace-module__8hlEza__lightboxInfoHeader button{width:34px;height:34px;padding:0}.project-workspace-module__8hlEza__lightboxInfoHeader button:hover,.project-workspace-module__8hlEza__lightboxSectionHeader button:hover:not(:disabled){background:var(--accent)}.project-workspace-module__8hlEza__lightboxSection{gap:10px;display:grid}.project-workspace-module__8hlEza__lightboxSectionHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.project-workspace-module__8hlEza__lightboxSectionHeader>span{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;line-height:16px}.project-workspace-module__8hlEza__lightboxPromptCard{border:1px solid color-mix(in srgb, var(--border) 78%, transparent);border-radius:var(--radius-md);background:color-mix(in srgb, var(--secondary) 70%, transparent);gap:12px;padding:14px;display:grid}.project-workspace-module__8hlEza__lightboxPromptCard p{color:var(--secondary-foreground);white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;font-weight:500;line-height:22px}.project-workspace-module__8hlEza__lightboxRefGrid{flex-wrap:wrap;gap:8px;display:flex}.project-workspace-module__8hlEza__lightboxRefThumb{border-radius:var(--radius-sm);background:var(--card);width:68px;height:68px;box-shadow:inset 0 0 0 1px var(--ghost-border);display:block;position:relative;overflow:hidden}.project-workspace-module__8hlEza__lightboxRefThumb img{object-fit:cover;width:100%;height:100%;display:block}.project-workspace-module__8hlEza__lightboxRefThumb span{color:#fff;background:#0000009e;border-radius:999px;place-items:center;width:20px;height:20px;display:grid;position:absolute;bottom:5px;right:5px}.project-workspace-module__8hlEza__lightboxInfoList{border:1px solid color-mix(in srgb, var(--border) 78%, transparent);border-radius:var(--radius-md);background:color-mix(in srgb, var(--secondary) 60%, transparent);margin:0;overflow:hidden}.project-workspace-module__8hlEza__lightboxInfoList div{border-bottom:1px solid color-mix(in srgb, var(--border) 64%, transparent);grid-template-columns:minmax(96px,.8fr) minmax(0,1.2fr);gap:12px;padding:13px 14px;display:grid}.project-workspace-module__8hlEza__lightboxInfoList div:last-child{border-bottom:0}.project-workspace-module__8hlEza__lightboxInfoList dt,.project-workspace-module__8hlEza__lightboxInfoList dd{min-width:0;margin:0;font-size:13px;line-height:18px}.project-workspace-module__8hlEza__lightboxInfoList dt{color:var(--muted-foreground);font-weight:500}.project-workspace-module__8hlEza__lightboxInfoList dd{color:var(--foreground);text-align:right;overflow-wrap:anywhere;font-weight:800}.project-workspace-module__8hlEza__lightboxInfoToggle{width:fit-content;color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:800;line-height:18px}.project-workspace-module__8hlEza__lightboxInfoToggle:hover{text-decoration:underline}.project-workspace-module__8hlEza__lightboxInfoToggle:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 45%, transparent);outline-offset:3px;border-radius:var(--radius-xs)}.project-workspace-module__8hlEza__lightboxActions{align-items:center;gap:10px;margin-top:auto;display:flex}.project-workspace-module__8hlEza__lightboxActions>a{border-radius:var(--radius-sm);background:var(--primary);min-height:44px;color:var(--primary-foreground);flex:auto;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:800;line-height:18px;text-decoration:none;display:inline-flex}.project-workspace-module__8hlEza__lightboxActions>a:hover{filter:brightness(1.04)}.project-workspace-module__8hlEza__lightboxActions>button{border-radius:var(--radius-sm);min-height:44px;color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:800;line-height:18px;display:inline-flex}.project-workspace-module__8hlEza__lightboxActions>button:hover{background:var(--muted)}.project-workspace-module__8hlEza__lightboxMoreWrap{flex:none;position:relative}.project-workspace-module__8hlEza__lightboxMoreWrap>button{border:1px solid var(--border);background:0 0;width:44px;height:44px}.project-workspace-module__8hlEza__lightboxMoreMenu{z-index:4;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--popover);min-width:240px;box-shadow:var(--shadow-popover);padding:8px;position:absolute;bottom:calc(100% + 8px);right:0}.project-workspace-module__8hlEza__lightboxMoreMenu .project-workspace-module__8hlEza__runDeletePill{justify-content:center;width:100%}.project-workspace-module__8hlEza__lightboxRail{scrollbar-width:none;align-content:start;justify-items:center;gap:12px;min-height:100vh;padding:24px 16px;display:grid;overflow-y:auto}.project-workspace-module__8hlEza__lightboxRail::-webkit-scrollbar{display:none}.project-workspace-module__8hlEza__lightboxThumb{border-radius:var(--radius-sm);background:var(--card);width:84px;height:84px;box-shadow:inset 0 0 0 1px var(--ghost-border);cursor:pointer;padding:0;position:relative;overflow:hidden}.project-workspace-module__8hlEza__lightboxThumb[aria-current=true]{box-shadow:inset 0 0 0 2px var(--primary), 0 0 0 2px color-mix(in srgb, var(--primary) 30%, transparent)}.project-workspace-module__8hlEza__lightboxThumb:hover{box-shadow:inset 0 0 0 2px color-mix(in srgb, var(--primary) 68%, transparent), 0 12px 26px #00000047}.project-workspace-module__8hlEza__lightboxThumbPlaceholder{width:100%;height:100%;color:var(--muted-foreground);place-items:center;display:grid}.project-workspace-module__8hlEza__lightboxThumbBadge{color:#fff;pointer-events:none;background:#0000008c;border-radius:4px;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:4px;right:4px}@media (max-width:1120px){.project-workspace-module__8hlEza__lightbox{grid-template-rows:minmax(0,58vh) minmax(0,42vh);grid-template-columns:minmax(0,1fr)}.project-workspace-module__8hlEza__lightboxStage{min-height:0;padding:52px 56px 76px}.project-workspace-module__8hlEza__lightboxMedia{height:100%}.project-workspace-module__8hlEza__lightboxInfo{border-left:0;border-top:1px solid color-mix(in srgb, var(--ghost-border) 70%, transparent);max-height:none}.project-workspace-module__8hlEza__lightboxRail{display:none}}.project-workspace-module__8hlEza__editorTray{z-index:12;pointer-events:none;position:fixed;bottom:28px;left:124px;right:112px}.project-workspace-module__8hlEza__editorTray>*{pointer-events:auto}@media (max-width:1120px){.project-workspace-module__8hlEza__workspaceMain{padding-right:32px}.project-workspace-module__8hlEza__workspaceHeader{flex-direction:column;align-items:flex-start}.project-workspace-module__8hlEza__inspirationGrid,.project-workspace-module__8hlEza__generationEntry{grid-template-columns:1fr}.project-workspace-module__8hlEza__mediaContainer,.project-workspace-module__8hlEza__entryMeta{border-radius:var(--radius-md)}.project-workspace-module__8hlEza__navigator{display:none}.project-workspace-module__8hlEza__editorTray{right:24px}}.project-workspace-module__8hlEza__gridFeed{flex-direction:column;gap:40px;padding-top:32px;display:flex}.project-workspace-module__8hlEza__gridGroup{flex-direction:column;gap:14px;display:flex}.project-workspace-module__8hlEza__gridDateHeading{color:var(--foreground);letter-spacing:.01em;margin:0;font-size:16px;font-weight:700;line-height:22px}.project-workspace-module__8hlEza__gridTrack{grid-template-columns:repeat(auto-fill, minmax(var(--grid-thumb,160px), 1fr));transition:grid-template-columns var(--dur-normal) var(--ease);gap:12px;display:grid}.project-workspace-module__8hlEza__gridTile{aspect-ratio:16/10;border-radius:var(--radius-md);background:var(--muted);border:1px solid var(--ghost-border);cursor:pointer;transition:transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);padding:0;position:relative;overflow:hidden}.project-workspace-module__8hlEza__gridTile:hover{border-color:color-mix(in srgb, var(--primary) 40%, var(--border));box-shadow:var(--shadow-popover);transform:translateY(-2px)}.project-workspace-module__8hlEza__gridTile:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.project-workspace-module__8hlEza__gridTileMedia{object-fit:contain;background:var(--secondary);width:100%;height:100%;position:absolute;inset:0}.project-workspace-module__8hlEza__gridTileLabel{border-radius:var(--radius-xs);color:#fff;letter-spacing:.02em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-overflow:ellipsis;white-space:nowrap;background:#141418b8;max-width:calc(100% - 16px);padding:3px 8px;font-size:11px;font-weight:600;position:absolute;bottom:8px;left:8px;overflow:hidden}.project-workspace-module__8hlEza__gridTileTypeChip{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#141418b8;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:8px;right:8px}@media (max-width:760px){.project-workspace-module__8hlEza__filtersStack{align-items:stretch}.project-workspace-module__8hlEza__zoomBar{justify-content:center;width:100%}.project-workspace-module__8hlEza__zoomSlider{flex:1;width:auto}.project-workspace-module__8hlEza__gridTrack{grid-template-columns:repeat(auto-fill, minmax(min(var(--grid-thumb,160px), 44vw), 1fr))}}.project-workspace-module__8hlEza__loadMoreRow{justify-content:center;padding:28px 0 8px;display:flex}.project-workspace-module__8hlEza__loadMoreButton{appearance:none;border:1px solid var(--border);background:var(--card);color:var(--foreground);font:inherit;border-radius:var(--radius-pill);cursor:pointer;padding:9px 22px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.project-workspace-module__8hlEza__loadMoreButton:hover:not(:disabled){background:var(--secondary);border-color:var(--muted-foreground)}.project-workspace-module__8hlEza__loadMoreButton:disabled{opacity:.6;cursor:default}
.entity-hover-preview-module__Ti85Lq__popover{z-index:100;background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);pointer-events:none;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:6px;animation:.12s ease-out both entity-hover-preview-module__Ti85Lq__hoverPreviewFade;display:flex;position:fixed;box-shadow:0 14px 36px #00000057}.entity-hover-preview-module__Ti85Lq__popover img{object-fit:cover;background:var(--muted);border-radius:8px;width:200px;height:200px;display:block}.entity-hover-preview-module__Ti85Lq__caption{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:200px;padding:0 4px 2px;font-size:12px;font-weight:700;line-height:16px;overflow:hidden}.entity-hover-preview-module__Ti85Lq__cast{border-color:color-mix(in srgb, #10b981 55%, var(--border));box-shadow:0 14px 36px #00000057,inset 0 0 0 1px #10b98159}.entity-hover-preview-module__Ti85Lq__set{border-color:color-mix(in srgb, #3b82f6 55%, var(--border));box-shadow:0 14px 36px #00000057,inset 0 0 0 1px #3b82f659}.entity-hover-preview-module__Ti85Lq__prop{border-color:color-mix(in srgb, #f97316 55%, var(--border));box-shadow:0 14px 36px #00000057,inset 0 0 0 1px #f9731659}@keyframes entity-hover-preview-module__Ti85Lq__hoverPreviewFade{0%{opacity:0;transform-origin:bottom}to{opacity:1}}
.MentionBadge-module__kTqrzq__badge{vertical-align:middle;cursor:default;-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;margin:0 1px;padding:2px 8px 2px 3px;font-size:.9em;font-weight:600;line-height:1;display:inline-flex}.MentionBadge-module__kTqrzq__thumb{background-color:#ffffff1f;background-position:50%;background-size:cover;border-radius:50%;flex:none;width:18px;height:18px}.MentionBadge-module__kTqrzq__glyph{opacity:.75;margin-right:-2px;font-weight:700}.MentionBadge-module__kTqrzq__cast{color:#34d399;background:#10b98138}.MentionBadge-module__kTqrzq__set{color:#60a5fa;background:#3b82f638}.MentionBadge-module__kTqrzq__prop{color:#fb923c;background:#f9731638}.MentionBadge-module__kTqrzq__badge.MentionBadge-module__kTqrzq__selected{outline-offset:1px;outline:2px solid}
.MentionsMenu-module__MnJwmq__menu{z-index:200;overscroll-behavior:contain;background:var(--popover);min-width:220px;max-width:320px;max-height:min(280px,100vh - 32px);color:var(--popover-foreground);border:1px solid var(--border);border-radius:10px;margin:0;padding:4px;font-size:.9rem;list-style:none;position:absolute;overflow-y:auto;box-shadow:0 12px 32px #00000052}.MentionsMenu-module__MnJwmq__menuFlipUp{margin-bottom:6px;top:auto;bottom:100%}.MentionsMenu-module__MnJwmq__option{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;display:flex}.MentionsMenu-module__MnJwmq__option:hover,.MentionsMenu-module__MnJwmq__optionSelected{background:var(--accent);color:var(--accent-foreground)}.MentionsMenu-module__MnJwmq__thumb{background-color:#ffffff14;background-position:50%;background-size:cover;border-radius:50%;flex:0 0 24px;width:24px;min-width:24px;height:24px;min-height:24px;transition:none;transform:none}.MentionsMenu-module__MnJwmq__option:hover .MentionsMenu-module__MnJwmq__thumb,.MentionsMenu-module__MnJwmq__optionSelected .MentionsMenu-module__MnJwmq__thumb{width:24px;height:24px;transition:none;transform:none}.MentionsMenu-module__MnJwmq__label{white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:600;overflow:hidden}.MentionsMenu-module__MnJwmq__kind{text-transform:uppercase;letter-spacing:.04em;opacity:.6;font-size:.75rem}.MentionsMenu-module__MnJwmq__empty{opacity:.6;padding:10px 12px;font-size:.85rem}
.sign-in-modal-module__TTO5ha__overlay{z-index:100;background:color-mix(in srgb, var(--background) 76%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.sign-in-modal-module__TTO5ha__modal{background:var(--card);width:min(1240px,100%);min-height:min(780px,100vh - 40px);box-shadow:var(--shadow-modal);border-radius:18px;grid-template-columns:minmax(420px,.85fr) minmax(520px,1.15fr);display:grid;position:relative;overflow:hidden}.sign-in-modal-module__TTO5ha__closeButton{z-index:5;border-radius:var(--radius-pill);background:color-mix(in srgb, var(--secondary) 72%, transparent);width:40px;height:40px;color:var(--foreground);cursor:pointer;place-items:center;display:grid;position:absolute;top:20px;right:20px}.sign-in-modal-module__TTO5ha__closeButton:hover{background:var(--accent)}.sign-in-modal-module__TTO5ha__authPanel{flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:48px 72px;display:flex}.sign-in-modal-module__TTO5ha__logoWrap{border-radius:var(--radius-md);background:var(--secondary);place-items:center;width:56px;height:56px;margin-bottom:20px;display:grid}.sign-in-modal-module__TTO5ha__authPanel h1{color:var(--foreground);text-align:center;margin:0;font-size:32px;font-weight:800;line-height:40px}.sign-in-modal-module__TTO5ha__authPanel>p{color:var(--muted-foreground);text-align:center;margin:10px 0 0;font-size:15px;line-height:22px}.sign-in-modal-module__TTO5ha__providerStack{gap:14px;width:min(100%,430px);margin-top:44px;display:grid}.sign-in-modal-module__TTO5ha__providerButton{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--background) 70%, var(--card) 30%);width:100%;height:68px;color:var(--foreground);cursor:pointer;transition:background-color var(--dur-normal) var(--ease), border-color var(--dur-normal) var(--ease), transform var(--dur-fast) var(--ease);justify-content:center;align-items:center;gap:12px;font-size:15px;font-weight:800;display:inline-flex}.sign-in-modal-module__TTO5ha__providerButton:hover{border-color:color-mix(in srgb, var(--primary) 54%, var(--border));background:var(--secondary);transform:translateY(-1px)}.sign-in-modal-module__TTO5ha__googleIcon{width:20px;height:20px;color:var(--primary);border-radius:50%;place-items:center;font-size:18px;font-weight:900;display:inline-grid}.sign-in-modal-module__TTO5ha__divider{height:22px;color:var(--muted-foreground);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;font-size:12px;font-weight:700;display:grid}.sign-in-modal-module__TTO5ha__divider:before,.sign-in-modal-module__TTO5ha__divider:after{content:"";background:var(--border);height:1px}.sign-in-modal-module__TTO5ha__legalText{max-width:420px;color:var(--muted-foreground)!important;margin-top:48px!important;font-size:12px!important;line-height:18px!important}.sign-in-modal-module__TTO5ha__emailForm{gap:16px;width:min(100%,430px);margin-top:32px;display:grid}.sign-in-modal-module__TTO5ha__formField{gap:6px;display:grid}.sign-in-modal-module__TTO5ha__formLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.sign-in-modal-module__TTO5ha__formInput{border:1px solid var(--border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--background) 70%, var(--card) 30%);width:100%;height:52px;color:var(--foreground);transition:border-color var(--dur-normal) var(--ease);padding:0 16px;font-size:15px;font-weight:600}.sign-in-modal-module__TTO5ha__formInput:focus{border-color:color-mix(in srgb, var(--primary) 60%, var(--border));outline:none}.sign-in-modal-module__TTO5ha__submitButton{border-radius:var(--radius-md);background:var(--primary);width:100%;height:52px;color:var(--primary-foreground,#fff);cursor:pointer;transition:opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);border:none;margin-top:4px;font-size:15px;font-weight:800}.sign-in-modal-module__TTO5ha__submitButton:hover{transform:translateY(-1px)}.sign-in-modal-module__TTO5ha__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.sign-in-modal-module__TTO5ha__errorMessage{color:#e3554a;font-size:13px;font-weight:600}.sign-in-modal-module__TTO5ha__statusMessage{color:var(--muted-foreground);text-align:center;font-size:13px;font-weight:600}.sign-in-modal-module__TTO5ha__toggleAuthMode,.sign-in-modal-module__TTO5ha__backLink{color:var(--muted-foreground);cursor:pointer;text-align:center;background:0 0;border:none;margin-top:8px;padding:0;font-size:13px;font-weight:700}.sign-in-modal-module__TTO5ha__toggleAuthMode:hover,.sign-in-modal-module__TTO5ha__backLink:hover{color:var(--foreground);text-decoration:underline}.sign-in-modal-module__TTO5ha__showcasePanel{background:var(--background);min-width:0;min-height:100%;position:relative;overflow:hidden}.sign-in-modal-module__TTO5ha__showcaseImage{object-fit:cover}.sign-in-modal-module__TTO5ha__showcaseScrim{background:linear-gradient(90deg,#00000080,#00000014 38%,#0009),linear-gradient(#0000 42%,#000000d6);position:absolute;inset:0}.sign-in-modal-module__TTO5ha__showcaseCopy{z-index:1;position:absolute;bottom:96px;left:42px;right:42px}.sign-in-modal-module__TTO5ha__featureBadge{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--secondary) 70%, transparent);min-height:28px;color:var(--foreground);align-items:center;padding:5px 10px;font-size:12px;font-weight:800;line-height:18px;display:inline-flex}.sign-in-modal-module__TTO5ha__showcaseCopy h2{color:#fafafa;max-width:560px;margin:16px 0 8px;font-size:40px;font-weight:900;line-height:48px}.sign-in-modal-module__TTO5ha__showcaseCopy p{color:#fafafabd;max-width:560px;margin:0;font-size:15px;font-weight:600;line-height:22px}.sign-in-modal-module__TTO5ha__slideNav{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid;position:absolute;bottom:28px;left:42px;right:42px}.sign-in-modal-module__TTO5ha__slideNavItem{color:#fafafa8a;cursor:pointer;text-align:left;background:0 0;gap:10px;min-width:0;padding:0;font-size:12px;font-weight:800;line-height:16px;display:grid}.sign-in-modal-module__TTO5ha__slideNavItem[aria-current=true]{color:#fafafa}.sign-in-modal-module__TTO5ha__progressTrack{border-radius:var(--radius-pill);background:#fafafa33;height:4px;position:relative;overflow:hidden}.sign-in-modal-module__TTO5ha__progressFill{border-radius:inherit;background:var(--primary);transform-origin:0;width:100%;animation:5.6s linear forwards sign-in-modal-module__TTO5ha__slide-progress;position:absolute;inset:0}@keyframes sign-in-modal-module__TTO5ha__slide-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:980px){.sign-in-modal-module__TTO5ha__modal{grid-template-columns:1fr;min-height:auto}.sign-in-modal-module__TTO5ha__showcasePanel{min-height:360px}.sign-in-modal-module__TTO5ha__authPanel{padding:44px 24px 36px}}@media (max-width:640px){.sign-in-modal-module__TTO5ha__overlay{padding:10px}.sign-in-modal-module__TTO5ha__modal{border-radius:var(--radius-md)}.sign-in-modal-module__TTO5ha__authPanel h1{font-size:26px;line-height:34px}.sign-in-modal-module__TTO5ha__providerButton{height:56px}.sign-in-modal-module__TTO5ha__showcasePanel{display:none}}
.idea-board-module__f9CZyG__emptyShell{background:var(--background);color:var(--foreground);font-family:var(--font-sans,system-ui);flex-direction:column;display:flex;position:fixed;inset:0}.idea-board-module__f9CZyG__emptyBack{color:var(--muted-foreground);align-items:center;gap:6px;width:max-content;padding:14px 20px;text-decoration:none;display:inline-flex}.idea-board-module__f9CZyG__emptyBack:hover{color:var(--foreground)}.idea-board-module__f9CZyG__emptyCard{border:1px solid var(--border);background:var(--card);text-align:center;border-radius:16px;max-width:480px;margin:auto;padding:32px}.idea-board-module__f9CZyG__emptyCard h1{margin:0 0 8px;font-size:20px}.idea-board-module__f9CZyG__emptyCard p{color:var(--muted-foreground);margin:0 0 20px}.idea-board-module__f9CZyG__primaryBtn{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:6px;padding:10px 18px;font-weight:500;display:inline-flex}.idea-board-module__f9CZyG__placeholderShell{background:var(--background);color:var(--foreground);flex-direction:column;display:flex;position:fixed;inset:0}.idea-board-module__f9CZyG__headerBack{color:var(--muted-foreground);border-bottom:1px solid var(--border);align-items:center;gap:6px;width:max-content;padding:12px 20px;text-decoration:none;display:inline-flex}.idea-board-module__f9CZyG__placeholderBody{color:var(--muted-foreground);flex:1;place-items:center;display:grid}.idea-board-module__f9CZyG__canvasShell{background:var(--background);position:fixed;inset:0}.idea-board-module__f9CZyG__canvasFull{position:absolute;inset:0}.idea-board-module__f9CZyG__floatCard{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-popover);pointer-events:auto;border-radius:12px;align-items:center;gap:4px;padding:6px;display:flex}.idea-board-module__f9CZyG__floatHeaderLeft{z-index:20;position:absolute;top:16px;left:16px}.idea-board-module__f9CZyG__floatHeaderRight{z-index:20;position:absolute;top:16px;right:16px}.idea-board-module__f9CZyG__floatToolRail{z-index:20;flex-direction:column;padding:6px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.idea-board-module__f9CZyG__floatZoom{z-index:20;position:absolute;bottom:16px;right:16px}.idea-board-module__f9CZyG__floatMinimapWrap{z-index:20;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-popover);border-radius:12px;position:absolute;bottom:16px;left:16px;overflow:hidden}.idea-board-module__f9CZyG__toolBtn{width:40px;height:40px;color:var(--secondary-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:relative}.idea-board-module__f9CZyG__toolBtn:hover{background:var(--secondary);color:var(--foreground)}.idea-board-module__f9CZyG__toolBtn[aria-pressed=true],.idea-board-module__f9CZyG__toolBtn[data-active=true]{background:var(--accent);color:var(--primary)}.idea-board-module__f9CZyG__dashSep{background:var(--border);width:24px;height:1px;margin:4px auto}.idea-board-module__f9CZyG__headerLabel{color:var(--foreground);white-space:nowrap;padding:0 10px;font-size:13px;font-weight:500}.idea-board-module__f9CZyG__headerDivider{background:var(--border);width:1px;height:20px;margin:0 4px}.idea-board-module__f9CZyG__chatPanelCollapsed{width:32px}.idea-board-module__f9CZyG__switchOverlay{z-index:200;background:color-mix(in srgb, var(--background) 55%, transparent);-webkit-backdrop-filter:blur(1.5px);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.idea-board-module__f9CZyG__switchSpinnerBox{color:var(--foreground);flex-direction:column;align-items:center;gap:12px;font-size:13px;font-weight:500;display:flex}.idea-board-module__f9CZyG__switchSpinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:34px;height:34px;animation:.7s linear infinite idea-board-module__f9CZyG__ideaBoardSwitchSpin}@keyframes idea-board-module__f9CZyG__ideaBoardSwitchSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.idea-board-module__f9CZyG__switchSpinner{animation-duration:1.6s}}
.PromptEditor-module__oA9MFa__editor{background:var(--card);border:1px solid var(--border);text-transform:none;letter-spacing:0;min-height:9rem;color:var(--foreground);white-space:pre-wrap;word-wrap:break-word;border-radius:10px;outline:none;padding:.75rem .85rem;font-size:.95rem;font-weight:400;line-height:1.55;position:relative}.PromptEditor-module__oA9MFa__editor:focus-within{border-color:var(--ring);box-shadow:0 0 0 2px color-mix(in srgb, var(--ring) 25%, transparent)}.PromptEditor-module__oA9MFa__contentEditable{scrollbar-width:thin;scrollbar-color:var(--muted-foreground) transparent;outline:none;min-height:7.5rem;max-height:9rem;overflow-y:auto}.PromptEditor-module__oA9MFa__contentEditable::-webkit-scrollbar{width:8px}.PromptEditor-module__oA9MFa__contentEditable::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted-foreground) 60%, transparent);border-radius:999px}.PromptEditor-module__oA9MFa__contentEditable::-webkit-scrollbar-track{background:0 0}.PromptEditor-module__oA9MFa__contentEditable p{margin:0}.PromptEditor-module__oA9MFa__placeholder{color:color-mix(in srgb, var(--foreground) 40%, transparent);pointer-events:none;-webkit-user-select:none;user-select:none;font-size:.95rem;line-height:1.55;position:absolute;top:.75rem;left:.85rem}
.prompt-editor-module__IP0A1q__editorSection{width:100%;padding:96px 32px 32px}.prompt-editor-module__IP0A1q__workspaceEditorSection{padding:0}.prompt-editor-module__IP0A1q__editorWrap{width:min(100%,1120px);margin:0 auto;position:relative}.prompt-editor-module__IP0A1q__workspaceEditorSection .prompt-editor-module__IP0A1q__editorWrap{width:min(100%,1048px)}.prompt-editor-module__IP0A1q__editorCard{border:1px solid var(--ghost-border);border-radius:var(--radius-md);background:linear-gradient(180deg, color-mix(in srgb, var(--card) 96%, var(--foreground) 4%), var(--card));min-height:204px;max-height:calc(100vh - 128px);box-shadow:var(--shadow-card);padding:56px 16px 14px;position:relative}.prompt-editor-module__IP0A1q__referenceCards{z-index:3;pointer-events:auto;border-radius:var(--radius-md);transition:outline-color var(--dur-fast) var(--ease), background-color var(--dur-fast) var(--ease);position:absolute;top:-72px;left:18px;right:18px;overflow:visible}.prompt-editor-module__IP0A1q__referenceCardsScroller{scrollbar-width:thin;align-items:center;gap:12px;padding-top:16px;padding-bottom:16px;display:flex;overflow-x:auto}.prompt-editor-module__IP0A1q__referenceCards[data-dragging=true]{outline:2px dashed var(--primary);outline-offset:4px;background:color-mix(in srgb, var(--primary) 8%, transparent)}.prompt-editor-module__IP0A1q__referenceCardsScroller::-webkit-scrollbar{width:0;height:6px}.prompt-editor-module__IP0A1q__referenceCardsScroller::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.prompt-editor-module__IP0A1q__referenceCard{border:1px solid var(--ghost-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--secondary) 80%, var(--foreground) 4%);width:86px;height:110px;color:var(--muted-foreground);pointer-events:auto;transition:transform var(--dur-slow) var(--ease), background-color var(--dur-normal) var(--ease), border-color var(--dur-normal) var(--ease), margin-left var(--dur-fast) var(--ease), z-index 0s;flex-direction:column;flex:0 0 86px;justify-content:center;align-items:center;gap:8px;display:flex;position:relative;box-shadow:0 2px 8px #0000001f}.prompt-editor-module__IP0A1q__referenceCard[data-filled=true]+.prompt-editor-module__IP0A1q__referenceCard[data-filled=true]{margin-left:-54px}.prompt-editor-module__IP0A1q__referenceCard[data-filled=true]:hover,.prompt-editor-module__IP0A1q__referenceCard[data-filled=true]:focus-within{z-index:10;transform:translateY(-2px)}.prompt-editor-module__IP0A1q__referenceCard[data-filled=false]{margin-left:12px}.prompt-editor-module__IP0A1q__referenceCards>.prompt-editor-module__IP0A1q__referenceCard[data-filled=false]:first-child{margin-left:0}button.prompt-editor-module__IP0A1q__referenceCard{cursor:pointer}button.prompt-editor-module__IP0A1q__referenceCard:hover{border-color:color-mix(in srgb, var(--primary) 50%, var(--ghost-border));background:color-mix(in srgb, var(--secondary) 70%, var(--foreground) 6%)}.prompt-editor-module__IP0A1q__refHiddenInput{clip:rect(0, 0, 0, 0);white-space:nowrap;opacity:0;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.prompt-editor-module__IP0A1q__refRemoveButton{z-index:3;border:1px solid var(--border);background:var(--card);width:22px;height:22px;color:var(--foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:4px;right:4px}.prompt-editor-module__IP0A1q__refRemoveButton:hover{background:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive)}.prompt-editor-module__IP0A1q__refUploadingOverlay{z-index:2;background:color-mix(in srgb, var(--background) 60%, transparent);border-radius:inherit;pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.prompt-editor-module__IP0A1q__refUploadSpinner{border:2.5px solid color-mix(in srgb, var(--primary) 30%, transparent);border-top-color:var(--primary);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite prompt-editor-module__IP0A1q__refUploadSpin}@keyframes prompt-editor-module__IP0A1q__refUploadSpin{to{transform:rotate(360deg)}}.prompt-editor-module__IP0A1q__refFailedBadge{z-index:2;background:color-mix(in srgb, var(--destructive) 60%, transparent);width:28px;height:28px;color:var(--destructive-foreground);border-radius:50%;place-items:center;font-weight:800;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prompt-editor-module__IP0A1q__referenceCard span{white-space:pre-line;text-align:center;font-size:13px;font-weight:600;line-height:16px}.prompt-editor-module__IP0A1q__referenceCardFilled{background:var(--card);padding:0}.prompt-editor-module__IP0A1q__referenceCardImage{object-fit:cover;border-radius:var(--radius-md);width:100%;height:100%}.prompt-editor-module__IP0A1q__left{transform:rotate(-7deg)translateY(-2px)}.prompt-editor-module__IP0A1q__right{transform:rotate(7deg)translateY(4px)}.prompt-editor-module__IP0A1q__single{transform:rotate(-5deg)translateY(0)}.prompt-editor-module__IP0A1q__referenceCardStraightened{transform:rotate(0)translateY(0)}.prompt-editor-module__IP0A1q__referenceCardNext{animation:prompt-editor-module__IP0A1q__refCardEnter var(--dur-slow) var(--ease)}@keyframes prompt-editor-module__IP0A1q__refCardEnter{0%{opacity:0;transform:translate(-14px)scale(.92)}to{opacity:1;transform:translate(0)scale(1)}}.prompt-editor-module__IP0A1q__swapMark{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--background) 70%, transparent);width:28px;height:28px;color:var(--muted-foreground);place-items:center;display:grid;position:absolute;top:44px;right:-22px}.prompt-editor-module__IP0A1q__modeSwitch{z-index:4;border-radius:var(--radius-md);background:var(--secondary);align-items:center;gap:2px;height:44px;padding:4px;display:flex;position:absolute;top:16px;right:16px}.prompt-editor-module__IP0A1q__modeButton{border-radius:var(--radius-sm);min-width:42px;height:36px;color:var(--muted-foreground);cursor:pointer;transition:background-color var(--dur-normal) var(--ease), color var(--dur-normal) var(--ease);background:0 0;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-weight:700;display:inline-flex}.prompt-editor-module__IP0A1q__modeButton:hover{color:var(--foreground)}.prompt-editor-module__IP0A1q__activeMode{background:var(--accent);color:var(--foreground)}.prompt-editor-module__IP0A1q__modeButton:not(.prompt-editor-module__IP0A1q__activeMode) span{display:none}.prompt-editor-module__IP0A1q__promptLabel{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.prompt-editor-module__IP0A1q__promptArea{cursor:text;min-height:76px;padding:12px 0 4px}.prompt-editor-module__IP0A1q__promptArea textarea{resize:none;width:100%;min-height:76px;max-height:calc(100vh - 360px);color:var(--foreground);font:inherit;scrollbar-width:thin;scrollbar-color:var(--muted-foreground) transparent;background:0 0;border:0;outline:0;font-size:16px;line-height:26px}.prompt-editor-module__IP0A1q__promptArea textarea::-webkit-scrollbar{width:8px}.prompt-editor-module__IP0A1q__promptArea textarea::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:var(--muted-foreground)}.prompt-editor-module__IP0A1q__promptArea textarea::-webkit-scrollbar-track{background:0 0}.prompt-editor-module__IP0A1q__promptArea textarea::placeholder{color:var(--muted-foreground)}.prompt-editor-module__IP0A1q__promptMeta{min-height:28px;color:var(--muted-foreground);justify-content:flex-end;align-items:center;gap:10px;margin:-2px 0 10px;font-size:13px;font-weight:600;line-height:18px;display:flex}.prompt-editor-module__IP0A1q__promptMeta button{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;transition:background-color var(--dur-normal) var(--ease), color var(--dur-normal) var(--ease);background:0 0;place-items:center;display:grid}.prompt-editor-module__IP0A1q__promptMeta button:hover{background:var(--secondary);color:var(--foreground)}.prompt-editor-module__IP0A1q__toolbar{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.prompt-editor-module__IP0A1q__toolbarLeft,.prompt-editor-module__IP0A1q__toolbarRight,.prompt-editor-module__IP0A1q__specGroup,.prompt-editor-module__IP0A1q__toolButtons{align-items:center;display:flex}.prompt-editor-module__IP0A1q__toolbarLeft{flex-wrap:wrap;gap:8px;min-width:0}.prompt-editor-module__IP0A1q__toolbarRight{flex-shrink:0;gap:16px}.prompt-editor-module__IP0A1q__controlWrap{position:relative}.prompt-editor-module__IP0A1q__chipButton,.prompt-editor-module__IP0A1q__specGroup,.prompt-editor-module__IP0A1q__layerCount,.prompt-editor-module__IP0A1q__createButton{border-radius:var(--radius-md);align-items:center;gap:8px;height:40px;font-size:14px;font-weight:600;display:inline-flex}.prompt-editor-module__IP0A1q__chipButton{background:color-mix(in srgb, var(--secondary) 55%, transparent);color:var(--secondary-foreground);cursor:pointer;transition:background-color var(--dur-normal) var(--ease), color var(--dur-normal) var(--ease);padding:0 12px}.prompt-editor-module__IP0A1q__chipButton small{flex-shrink:0}.prompt-editor-module__IP0A1q__chipButton:hover,.prompt-editor-module__IP0A1q__chipButton[aria-expanded=true]{background:var(--secondary);color:var(--foreground)}.prompt-editor-module__IP0A1q__specGroup{color:var(--muted-foreground);border:1px solid var(--ghost-border);background:0 0;padding:0 12px}.prompt-editor-module__IP0A1q__specItem{align-items:center;gap:5px;display:inline-flex}.prompt-editor-module__IP0A1q__specItem+.prompt-editor-module__IP0A1q__specItem{border-left:1px solid var(--ghost-border);margin-left:10px;padding-left:10px}.prompt-editor-module__IP0A1q__toolButtons{gap:2px}.prompt-editor-module__IP0A1q__toolButtons>button,.prompt-editor-module__IP0A1q__toolButtons>div>button{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;place-items:center;display:grid;position:relative}.prompt-editor-module__IP0A1q__toolButtons>button:hover,.prompt-editor-module__IP0A1q__toolButtons>div>button:hover{background:var(--secondary);color:var(--foreground)}.prompt-editor-module__IP0A1q__toolButtons>button.prompt-editor-module__IP0A1q__activeToolButton,.prompt-editor-module__IP0A1q__toolButtons>div>button.prompt-editor-module__IP0A1q__activeToolButton{background:var(--accent);color:var(--foreground)}.prompt-editor-module__IP0A1q__enhanceDisabled:after{content:"";border-radius:var(--radius-pill);transform-origin:50%;background:currentColor;width:19px;height:2px;position:absolute;top:18px;left:9px;transform:rotate(-45deg)}.prompt-editor-module__IP0A1q__layerCount{min-width:58px;color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center}.prompt-editor-module__IP0A1q__layerCount:hover,.prompt-editor-module__IP0A1q__layerCount[aria-expanded=true]{background:var(--secondary);color:var(--foreground)}.prompt-editor-module__IP0A1q__createButton{background:var(--primary);min-width:128px;color:var(--primary-foreground);cursor:pointer;justify-content:center;padding:0 20px;position:relative;box-shadow:0 0 20px #e8b45426}.prompt-editor-module__IP0A1q__createButton small{border-radius:var(--radius-pill);background:var(--input);height:22px;color:var(--primary);box-shadow:var(--shadow-popover);padding:2px 9px;font-size:13px;font-weight:800;line-height:18px;position:absolute;top:-16px;right:0}.prompt-editor-module__IP0A1q__createButton:hover{background:color-mix(in srgb, var(--primary) 88%, var(--foreground) 12%)}.prompt-editor-module__IP0A1q__createButton:disabled{opacity:.5;cursor:not-allowed}.prompt-editor-module__IP0A1q__createError{color:var(--destructive);white-space:nowrap;font-size:11px;font-weight:700;position:absolute;bottom:-22px;right:0}.prompt-editor-module__IP0A1q__layerPopover{border-radius:var(--radius-md);background:var(--popover);width:92px;box-shadow:var(--shadow-popover);padding:6px}.light .prompt-editor-module__IP0A1q__layerPopover{border:1px solid var(--border)}.prompt-editor-module__IP0A1q__layerPopover button{border-radius:var(--radius-sm);width:100%;height:42px;color:var(--secondary-foreground);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:0 12px;font-size:16px;font-weight:700;display:flex}.prompt-editor-module__IP0A1q__layerPopover button:hover,.prompt-editor-module__IP0A1q__layerPopover button.prompt-editor-module__IP0A1q__selectedLayer{background:var(--accent);color:var(--foreground)}.prompt-editor-module__IP0A1q__popover{border-radius:var(--radius-md);background:var(--popover);width:360px;box-shadow:var(--shadow-popover);padding:12px}.prompt-editor-module__IP0A1q__presetPopover{border-radius:var(--radius-md);background:var(--popover);width:470px;max-height:min(560px,100vh - 32px);box-shadow:var(--shadow-popover);flex-direction:column;padding:16px;display:flex}.light .prompt-editor-module__IP0A1q__presetPopover{border:1px solid var(--border)}.prompt-editor-module__IP0A1q__presetGrid::-webkit-scrollbar{width:8px}.prompt-editor-module__IP0A1q__presetGrid::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:var(--muted-foreground)}.prompt-editor-module__IP0A1q__presetGrid::-webkit-scrollbar-track{background:0 0}.prompt-editor-module__IP0A1q__presetHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.prompt-editor-module__IP0A1q__presetHeader strong{color:var(--foreground);font-size:17px;font-weight:800;line-height:24px}.prompt-editor-module__IP0A1q__presetHeader button{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--muted-foreground);cursor:pointer;background:0 0;place-items:center;display:grid}.prompt-editor-module__IP0A1q__presetHeader button svg{transform:rotate(45deg)}.prompt-editor-module__IP0A1q__presetHeader button:hover{background:var(--secondary);color:var(--foreground)}.prompt-editor-module__IP0A1q__presetTabs{gap:8px;margin-bottom:12px;display:flex}.prompt-editor-module__IP0A1q__presetTabs button{border-radius:var(--radius-sm);height:32px;color:var(--muted-foreground);border:1px solid var(--ghost-border);cursor:pointer;background:0 0;padding:0 12px;font-size:13px;font-weight:800;line-height:18px}.prompt-editor-module__IP0A1q__presetTabs button:hover,.prompt-editor-module__IP0A1q__presetTabs button.prompt-editor-module__IP0A1q__activePresetTab{background:var(--foreground);color:var(--background);border-color:#0000}.prompt-editor-module__IP0A1q__presetGrid{scrollbar-width:thin;scrollbar-color:var(--muted-foreground) transparent;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:min(420px,100vh - 180px);padding-right:4px;display:grid;overflow-y:auto}.prompt-editor-module__IP0A1q__presetCard{aspect-ratio:16/9;border-radius:var(--radius-md);color:#fff;cursor:pointer;text-align:left;background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#9a5632,#1c5b69);align-items:flex-end;min-width:0;height:auto;padding:12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}.prompt-editor-module__IP0A1q__presetCard:before{content:"";opacity:.9;background:radial-gradient(circle at 28% 28%,#ffffff47,#0000 20%),radial-gradient(circle at 74% 38%,#0000003d,#0000 24%),linear-gradient(105deg,#0000 0 36%,#ffffff29 37% 39%,#0000 40%);position:absolute;inset:0}.prompt-editor-module__IP0A1q__presetCard:hover{filter:brightness(1.08)}.prompt-editor-module__IP0A1q__presetCard:nth-child(2){background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#b9783b,#80532d)}.prompt-editor-module__IP0A1q__presetCard:nth-child(3){background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#2f6e7d,#9f6b3e)}.prompt-editor-module__IP0A1q__presetCard:nth-child(4){background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#7b5c86,#ad6c57)}.prompt-editor-module__IP0A1q__presetCard:nth-child(5){background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#75502f,#c28f45)}.prompt-editor-module__IP0A1q__presetCard:nth-child(6){background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#6d3845,#8a7a52)}.prompt-editor-module__IP0A1q__presetCard:nth-child(7){background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#323b50,#96714a)}.prompt-editor-module__IP0A1q__presetCard:nth-child(8){background:linear-gradient(#0000 34%,#00000094 100%),linear-gradient(135deg,#1d5d58,#9f8147)}.prompt-editor-module__IP0A1q__presetCard span{z-index:1;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;font-size:15px;font-weight:800;line-height:20px;position:relative;overflow:hidden}.prompt-editor-module__IP0A1q__settingsPopover{border-radius:var(--radius-md);background:var(--popover);width:450px;box-shadow:var(--shadow-popover);padding:16px}.prompt-editor-module__IP0A1q__imageSettingsPopover{width:520px}.light .prompt-editor-module__IP0A1q__settingsPopover{border:1px solid var(--border)}.prompt-editor-module__IP0A1q__settingsHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.prompt-editor-module__IP0A1q__settingsHeader strong{color:var(--foreground);font-size:16px;line-height:22px}.prompt-editor-module__IP0A1q__settingsHeader button{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--muted-foreground);cursor:pointer;background:0 0;place-items:center;display:grid}.prompt-editor-module__IP0A1q__settingsHeader button svg{transform:rotate(45deg)}.prompt-editor-module__IP0A1q__settingsHeader button:hover{background:var(--secondary);color:var(--foreground)}.prompt-editor-module__IP0A1q__settingGroup+.prompt-editor-module__IP0A1q__settingGroup{margin-top:16px}.prompt-editor-module__IP0A1q__settingGroup p{color:var(--muted-foreground);margin:0 0 8px;font-size:14px;font-weight:700;line-height:20px}.prompt-editor-module__IP0A1q__settingGrid{border-radius:var(--radius-md);background:color-mix(in srgb, var(--secondary) 52%, transparent);grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.prompt-editor-module__IP0A1q__singleSetting{grid-template-columns:1fr}.prompt-editor-module__IP0A1q__tripleSetting{grid-template-columns:repeat(3,minmax(0,1fr))}.prompt-editor-module__IP0A1q__settingGrid button{border-radius:var(--radius-sm);height:40px;color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;font-weight:700;display:inline-flex}.prompt-editor-module__IP0A1q__settingGrid button:hover,.prompt-editor-module__IP0A1q__settingGrid button.prompt-editor-module__IP0A1q__selectedSetting{background:var(--accent);color:var(--foreground)}.prompt-editor-module__IP0A1q__imageSettingsPopover .prompt-editor-module__IP0A1q__settingGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.prompt-editor-module__IP0A1q__ratioGrid{border-radius:var(--radius-md);background:color-mix(in srgb, var(--secondary) 52%, transparent);grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;padding:4px;display:grid}.prompt-editor-module__IP0A1q__ratioGrid button{border-radius:var(--radius-sm);min-width:0;height:70px;color:var(--muted-foreground);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:7px;font-weight:700;display:inline-flex}.prompt-editor-module__IP0A1q__ratioGrid button:hover,.prompt-editor-module__IP0A1q__ratioGrid button.prompt-editor-module__IP0A1q__selectedSetting{background:var(--accent);color:var(--foreground)}.light .prompt-editor-module__IP0A1q__popover{border:1px solid var(--border)}.prompt-editor-module__IP0A1q__popoverHeader{color:var(--foreground);justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.prompt-editor-module__IP0A1q__popoverHeader strong{font-size:14px;line-height:20px}.prompt-editor-module__IP0A1q__popoverList{gap:4px;display:grid}.prompt-editor-module__IP0A1q__popoverItem{border-radius:var(--radius-sm);width:100%;min-height:64px;color:var(--secondary-foreground);text-align:left;cursor:pointer;background:0 0;align-items:flex-start;gap:10px;padding:10px;display:flex}.prompt-editor-module__IP0A1q__popoverItem:hover,.prompt-editor-module__IP0A1q__popoverItem.prompt-editor-module__IP0A1q__selected{background:var(--accent);color:var(--foreground)}.prompt-editor-module__IP0A1q__popoverCopy{flex:1;gap:3px;min-width:0;display:grid}.prompt-editor-module__IP0A1q__popoverCopy>span{align-items:center;gap:8px;font-size:14px;font-weight:700;line-height:18px;display:flex}.prompt-editor-module__IP0A1q__popoverCopy em{color:var(--muted-foreground);font-size:12px;font-style:normal;line-height:16px}.prompt-editor-module__IP0A1q__optionBadge{border-radius:var(--radius-xs);background:color-mix(in srgb, var(--primary) 14%, transparent);height:18px;color:var(--primary);padding:1px 6px;font-size:10px;font-weight:700;line-height:16px}.prompt-editor-module__IP0A1q__discountBadge{border-radius:var(--radius-xs);background:var(--primary);height:20px;color:var(--primary-foreground);letter-spacing:.01em;padding:2px 7px;font-size:11px;font-weight:800;line-height:16px}.prompt-editor-module__IP0A1q__memberBadge{border-radius:var(--radius-xs);background:color-mix(in srgb, var(--primary) 16%, transparent);height:20px;color:var(--primary);align-items:center;gap:4px;padding:2px 7px;font-size:11px;font-weight:800;line-height:16px;display:inline-flex}.prompt-editor-module__IP0A1q__memberIcon{color:var(--primary);flex-shrink:0}@media (max-width:960px){.prompt-editor-module__IP0A1q__editorSection{padding:88px 16px 24px}.prompt-editor-module__IP0A1q__toolbar{flex-direction:column;align-items:stretch}.prompt-editor-module__IP0A1q__toolbarRight{justify-content:space-between}.prompt-editor-module__IP0A1q__imageSettingsPopover{width:min(520px,100vw - 40px)}.prompt-editor-module__IP0A1q__ratioGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.prompt-editor-module__IP0A1q__presetPopover{width:min(470px,100vw - 40px)}.prompt-editor-module__IP0A1q__presetGrid{grid-template-columns:1fr}}
