.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:80px}.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{border-radius:var(--radius-pill,999px);background:color-mix(in srgb, var(--primary-foreground) 22%, transparent);height:22px;color:var(--primary-foreground);align-items:center;padding:2px 9px;font-size:13px;font-weight:800;line-height:18px;display:inline-flex}.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__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:80px}.project-workspace-module__8hlEza__mobileTypeTabs,.project-workspace-module__8hlEza__mobileViewAction{display:none}.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;background:var(--scrim);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);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:var(--scrim-strong)}.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;min-width:0;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);overflow-wrap:anywhere;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,#24211a,#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,#201d17,#38332a)}.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;border-radius:var(--radius-pill);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);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;border-radius:var(--radius-pill);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);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__mobileSwipeHint{display:none}.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{border-radius:var(--radius-pill);background:var(--scrim);color:#fff;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{background:var(--scrim);color:#fff;pointer-events:none;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:112px;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__runMasonryFeed{gap:var(--space-8);padding-top:var(--space-8);flex-direction:column;display:flex}.project-workspace-module__8hlEza__runMasonryGroup{gap:var(--space-3);flex-direction:column;display:flex}.project-workspace-module__8hlEza__runMasonryDateHeading{color:var(--foreground);letter-spacing:.01em;margin:0;font-size:16px;font-weight:700;line-height:22px}.project-workspace-module__8hlEza__runMasonry{align-items:flex-start;gap:var(--space-3);display:flex}.project-workspace-module__8hlEza__runMasonryColumn{gap:var(--space-3);flex-direction:column;flex:1;min-width:0;display:flex}.project-workspace-module__8hlEza__runCard{border-radius:var(--radius-md);background:var(--card);isolation:isolate;margin:0;position:relative;overflow:hidden}.project-workspace-module__8hlEza__runCardMedia{object-fit:cover;background:var(--card);width:100%;height:100%;transition:transform calc(var(--dur-slow) * 2) var(--ease);display:block;position:absolute;inset:0}.project-workspace-module__8hlEza__runCard:hover .project-workspace-module__8hlEza__runCardMedia{transform:scale(1.03)}.project-workspace-module__8hlEza__runCardMediaFallback{background:var(--secondary);color:var(--muted-foreground);place-items:center;display:grid;position:absolute;inset:0}.project-workspace-module__8hlEza__runCardHit{z-index:1;cursor:zoom-in;background:0 0;border:none;padding:0;position:absolute;inset:0}.project-workspace-module__8hlEza__runCardHit:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.project-workspace-module__8hlEza__runCardPlayBadge{background:var(--scrim);border:1px solid var(--border);width:40px;height:40px;color:var(--foreground);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;z-index:2;transition:transform var(--dur-normal) var(--ease), color var(--dur-normal) var(--ease), border-color var(--dur-normal) var(--ease);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.project-workspace-module__8hlEza__runCard:hover .project-workspace-module__8hlEza__runCardPlayBadge{color:var(--primary);border-color:var(--primary-border);transform:translate(-50%,-50%)scale(1.08)}.project-workspace-module__8hlEza__runCardScrim{z-index:2;gap:var(--space-1);padding:var(--space-6) var(--space-3) var(--space-2);background:linear-gradient(to top, var(--scrim-strong), transparent);color:var(--foreground);opacity:0;transition:opacity var(--dur-normal) var(--ease), transform var(--dur-normal) var(--ease);pointer-events:none;display:grid;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.project-workspace-module__8hlEza__runCard:hover .project-workspace-module__8hlEza__runCardScrim,.project-workspace-module__8hlEza__runCard:focus-within .project-workspace-module__8hlEza__runCardScrim,.project-workspace-module__8hlEza__runCardFailed:hover .project-workspace-module__8hlEza__runCardScrim,.project-workspace-module__8hlEza__runCardFailed:focus-within .project-workspace-module__8hlEza__runCardScrim{opacity:1;transform:translateY(0)}.project-workspace-module__8hlEza__runCardPrompt{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:12px;font-weight:500;overflow:hidden}.project-workspace-module__8hlEza__runCardMetaRow{align-items:center;gap:var(--space-2);min-width:0;display:flex}.project-workspace-module__8hlEza__runCardChip{padding:1px var(--space-2);border-radius:var(--radius-pill);background:var(--scrim);border:1px solid var(--primary-border);letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;overflow:hidden}.project-workspace-module__8hlEza__runCardDate{color:var(--muted-foreground);white-space:nowrap;margin-left:auto;font-size:10px}.project-workspace-module__8hlEza__runCardActions{top:var(--space-2);right:var(--space-2);z-index:3;justify-content:flex-end;align-items:center;gap:var(--space-1);max-width:calc(100% - var(--space-4));opacity:0;transition:opacity var(--dur-fast) var(--ease);flex-wrap:wrap;display:flex;position:absolute}.project-workspace-module__8hlEza__runCard:hover .project-workspace-module__8hlEza__runCardActions,.project-workspace-module__8hlEza__runCard:focus-within .project-workspace-module__8hlEza__runCardActions,.project-workspace-module__8hlEza__runCardAudio:hover .project-workspace-module__8hlEza__runCardActions,.project-workspace-module__8hlEza__runCardAudio:focus-within .project-workspace-module__8hlEza__runCardActions,.project-workspace-module__8hlEza__runCardFailed:hover .project-workspace-module__8hlEza__runCardActions,.project-workspace-module__8hlEza__runCardFailed:focus-within .project-workspace-module__8hlEza__runCardActions{opacity:1}@media (hover:none){.project-workspace-module__8hlEza__runCardActions{opacity:1}}.project-workspace-module__8hlEza__runCardActionButton{background:var(--scrim);width:32px;height:32px;color:var(--foreground);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color var(--dur-fast) var(--ease);border:none;border-radius:50%;place-items:center;padding:0;display:grid}.project-workspace-module__8hlEza__runCardActionButton:hover{background:var(--scrim-strong)}.project-workspace-module__8hlEza__runCardActionButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.project-workspace-module__8hlEza__runCardActions .project-workspace-module__8hlEza__runDeleteIcon{background:var(--scrim);width:32px;height:32px;color:var(--foreground);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;margin-left:0}.project-workspace-module__8hlEza__runCardActions .project-workspace-module__8hlEza__runDeleteIcon:hover{background:color-mix(in srgb, var(--destructive) 40%, var(--scrim-strong));color:var(--destructive-foreground)}.project-workspace-module__8hlEza__runCardActions .project-workspace-module__8hlEza__runDeleteConfirm{background:var(--scrim-strong);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);flex-wrap:wrap;justify-content:flex-end}.project-workspace-module__8hlEza__runCardAudio{border-radius:var(--radius-md);background:var(--card);border:1px solid var(--border);justify-content:center;gap:var(--space-1);height:96px;padding:var(--space-2) var(--space-3);isolation:isolate;flex-direction:column;display:flex;position:relative;overflow:hidden}.project-workspace-module__8hlEza__runCardAudioRow{z-index:2;align-items:center;gap:var(--space-2);color:var(--muted-foreground);display:flex;position:relative}.project-workspace-module__8hlEza__runCardAudioPlayer{flex:1;width:100%;min-width:0;height:32px}.project-workspace-module__8hlEza__runCardAudioMeta{align-items:center;gap:var(--space-2);min-width:0;color:var(--foreground);opacity:0;transition:opacity var(--dur-normal) var(--ease);pointer-events:none;display:flex}.project-workspace-module__8hlEza__runCardAudioMeta .project-workspace-module__8hlEza__runCardPrompt{flex:1}.project-workspace-module__8hlEza__runCardAudio:hover .project-workspace-module__8hlEza__runCardAudioMeta,.project-workspace-module__8hlEza__runCardAudio:focus-within .project-workspace-module__8hlEza__runCardAudioMeta{opacity:1}.project-workspace-module__8hlEza__runCardFailed{border-radius:var(--radius-md);border:1px solid color-mix(in srgb, var(--destructive) 35%, var(--border));background:color-mix(in srgb, var(--destructive) 8%, var(--card));min-height:96px;color:var(--destructive);padding:var(--space-3);isolation:isolate;align-content:center;display:grid;position:relative;overflow:hidden}.project-workspace-module__8hlEza__runCardFailedText{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}@media (max-width:760px){.project-workspace-module__8hlEza__lightbox{overscroll-behavior:contain;grid-template-rows:minmax(360px,60dvh) auto;grid-template-columns:minmax(0,1fr);height:100dvh;overflow:hidden auto}.project-workspace-module__8hlEza__lightboxBack{left:12px;top:max(12px, env(safe-area-inset-top));width:44px;height:44px}.project-workspace-module__8hlEza__lightboxStage{touch-action:pan-x pinch-zoom;height:60dvh;min-height:360px;padding:54px 10px 82px}.project-workspace-module__8hlEza__lightboxMedia{height:100%}.project-workspace-module__8hlEza__lightboxAsset{border-radius:var(--radius-sm);max-width:100%;max-height:100%}.project-workspace-module__8hlEza__lightboxNavButton{display:none}.project-workspace-module__8hlEza__lightboxToolbar{gap:4px;max-width:calc(100vw - 24px);min-height:44px;padding:4px;bottom:12px}.project-workspace-module__8hlEza__lightboxZoomGroup button,.project-workspace-module__8hlEza__lightboxMoreWrap>button{min-width:40px;height:40px}.project-workspace-module__8hlEza__mobileSwipeHint{z-index:3;border-radius:var(--radius-pill);background:var(--scrim);color:#fff;white-space:nowrap;pointer-events:none;padding:4px 9px;font-size:10px;font-weight:700;line-height:16px;display:inline-flex;position:absolute;bottom:64px;left:50%;transform:translate(-50%)}.project-workspace-module__8hlEza__lightboxInfo{min-height:40dvh;max-height:none;padding:18px 14px max(14px, env(safe-area-inset-bottom));gap:14px;overflow:visible}.project-workspace-module__8hlEza__lightboxScrollBody{flex:none;gap:14px;margin-right:0;padding-right:0;overflow:visible}.project-workspace-module__8hlEza__lightboxPromptCard{padding:12px}.project-workspace-module__8hlEza__lightboxActions{z-index:2;background:color-mix(in srgb, var(--card) 94%, black 6%);padding-top:10px;position:sticky;bottom:0}.project-workspace-module__8hlEza__lightboxActions>a,.project-workspace-module__8hlEza__lightboxActions>button,.project-workspace-module__8hlEza__lightboxMoreWrap>button{min-height:44px}.project-workspace-module__8hlEza__workspaceShell{min-height:100dvh;padding-left:0}.project-workspace-module__8hlEza__workspaceMain{min-height:100dvh;padding:0 12px calc(96px + env(safe-area-inset-bottom))}.project-workspace-module__8hlEza__mobileTypeTabs{z-index:10;border-bottom:1px solid var(--ghost-border);background:color-mix(in srgb, var(--background) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:24px;min-height:54px;padding:6px 4px 0;display:flex;position:sticky;top:0}.project-workspace-module__8hlEza__mobileTypeTabs a{min-height:48px;color:var(--muted-foreground);align-items:center;padding:0 2px;font-size:15px;font-weight:700;line-height:20px;text-decoration:none;display:inline-flex;position:relative}.project-workspace-module__8hlEza__mobileTypeTabs a[aria-current=page]{color:var(--foreground)}.project-workspace-module__8hlEza__mobileTypeTabs a[aria-current=page]:after{content:"";border-radius:var(--radius-pill) var(--radius-pill) 0 0;background:var(--primary);height:3px;position:absolute;bottom:-1px;left:0;right:0}.project-workspace-module__8hlEza__workspaceHeader{background:0 0;flex-direction:row;align-items:center;gap:8px;min-height:68px;padding:12px 0;position:static}.project-workspace-module__8hlEza__projectSelectWrap{flex:1;min-width:0}.project-workspace-module__8hlEza__projectSelect{width:100%;min-width:0;height:44px}.project-workspace-module__8hlEza__projectMenu{z-index:40;overscroll-behavior:contain;width:min(280px,100vw - 24px);max-height:min(60dvh,360px);overflow-y:auto}.project-workspace-module__8hlEza__projectMenuItemActions{opacity:1}.project-workspace-module__8hlEza__filtersStack{display:none}.project-workspace-module__8hlEza__mobileViewAction{border:1px solid color-mix(in srgb, var(--primary) 44%, var(--border));border-radius:var(--radius-md);background:color-mix(in srgb, var(--primary) 12%, var(--card));min-width:104px;min-height:44px;color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.project-workspace-module__8hlEza__editorTray{display:none}.project-workspace-module__8hlEza__runMasonryFeed{gap:28px;padding-top:8px}.project-workspace-module__8hlEza__runMasonryGroup{gap:10px}.project-workspace-module__8hlEza__runMasonry,.project-workspace-module__8hlEza__runMasonryColumn{gap:8px}.project-workspace-module__8hlEza__runMasonryDateHeading{font-size:15px;line-height:22px}.project-workspace-module__8hlEza__runCard{border-radius:var(--radius-md);min-height:96px}.project-workspace-module__8hlEza__runCardScrim{opacity:1;padding:30px 8px 7px;transform:none}.project-workspace-module__8hlEza__runCardPrompt{font-size:11px}.project-workspace-module__8hlEza__runCardMetaRow{gap:4px}.project-workspace-module__8hlEza__runCardChip{max-width:72px;padding-inline:5px}.project-workspace-module__8hlEza__runCardActions{opacity:1;top:6px;right:6px}.project-workspace-module__8hlEza__runCardActionButton,.project-workspace-module__8hlEza__runCardActions .project-workspace-module__8hlEza__runDeleteIcon{width:40px;height:40px}.project-workspace-module__8hlEza__runCardAudio{height:112px}.project-workspace-module__8hlEza__runCardAudioMeta{opacity:1}.project-workspace-module__8hlEza__runFeed{grid-template-columns:1fr;padding:8px 0 24px}.project-workspace-module__8hlEza__runEntry{grid-template-columns:1fr;gap:12px;padding:12px}.project-workspace-module__8hlEza__loadMoreRow{padding:20px 0 8px}.project-workspace-module__8hlEza__loadMoreButton{min-height:44px}.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__workspaceMain{min-height:100dvh;padding:0}.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__mobileTypeTabs,.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__emptyState,.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__runFeed,.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__runMasonryFeed,.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__loadMoreRow{display:none}.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__workspaceHeader{top:calc(58px + env(safe-area-inset-top));z-index:32;min-height:60px;padding:8px 0;position:fixed;left:12px;right:12px}.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__editorTray{inset:calc(118px + env(safe-area-inset-top)) 0 0;z-index:12;width:100%;padding:96px 12px calc(40px + env(safe-area-inset-bottom,0px));scroll-padding-bottom:calc(40px + env(safe-area-inset-bottom,0px));overscroll-behavior:contain;pointer-events:auto;align-items:flex-end;display:flex;position:fixed;overflow:hidden auto}.project-workspace-module__8hlEza__workspaceShell[data-mobile-view=create] .project-workspace-module__8hlEza__editorTray>*{width:100%;margin-top:auto}.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__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}
.sign-in-modal-module__TTO5ha__overlay{z-index:100;overscroll-behavior:contain;min-height:100dvh;padding:max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));background:var(--backdrop-tint);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-overflow-scrolling:touch;place-items:center;display:grid;position:fixed;inset:0;overflow-y:auto}.sign-in-modal-module__TTO5ha__modal{border:1px solid var(--border);background:var(--card);width:min(1240px,100%);min-height:min(780px,100dvh - 40px);max-height:calc(100dvh - 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__modal:focus{outline:none}.sign-in-modal-module__TTO5ha__closeButton{z-index:5;border:1px solid var(--ghost-border);border-radius:var(--radius-pill);background:var(--scrim);color:#f4efe5;cursor:pointer;width:40px;height:40px;transition:background-color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);place-items:center;display:grid;position:absolute;top:20px;right:20px}.sign-in-modal-module__TTO5ha__closeButton:hover{border-color:var(--primary-border);background:var(--primary-soft);color:var(--primary)}.sign-in-modal-module__TTO5ha__authPanel{overscroll-behavior:contain;scrollbar-color:var(--primary-border) transparent;scrollbar-width:thin;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:0;padding:48px 72px;display:flex;overflow-y:auto}.sign-in-modal-module__TTO5ha__logoWrap{place-items:center;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:var(--muted);width:100%;height:68px;color:var(--foreground);cursor:pointer;transition:background-color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);justify-content:center;align-items:center;gap:12px;font-size:15px;font-weight:800;line-height:1;display:inline-flex}.sign-in-modal-module__TTO5ha__providerButton svg{flex:none;display:block}.sign-in-modal-module__TTO5ha__providerButton:hover{border-color:var(--primary-border);background:var(--primary-soft);color:var(--primary);transform:translateY(-1px)}.sign-in-modal-module__TTO5ha__providerButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.sign-in-modal-module__TTO5ha__googleIcon{width:20px;height:20px;color:var(--primary);border-radius:50%;flex:none;place-items:center;font-size:18px;font-weight:900;line-height:1;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__legalText a{color:var(--primary);text-underline-offset:2px;font-weight:700;text-decoration:underline}.sign-in-modal-module__TTO5ha__emailForm{gap:16px;width:min(100%,430px);margin-top:32px;display:grid}.sign-in-modal-module__TTO5ha__turnstileWrap{overscroll-behavior-inline:contain;width:100%;max-width:100%;overflow-x:auto}.sign-in-modal-module__TTO5ha__formField{gap:6px;display:grid}.sign-in-modal-module__TTO5ha__formLabel{color:color-mix(in srgb, var(--primary) 62%, var(--muted-foreground));text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:800}.sign-in-modal-module__TTO5ha__formInput{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--input);width:100%;height:52px;color:var(--foreground);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);padding:0 16px;font-size:15px;font-weight:600}.sign-in-modal-module__TTO5ha__formInput::placeholder{color:var(--muted-foreground)}.sign-in-modal-module__TTO5ha__formInput:focus{border-color:var(--primary-border);box-shadow:0 0 0 3px var(--primary-soft);outline:none}.sign-in-modal-module__TTO5ha__submitButton{border:1px solid var(--primary-border);border-radius:var(--radius-md);background:var(--primary-gradient);width:100%;height:52px;color:var(--primary-foreground,#160f08);cursor:pointer;transition:opacity var(--dur-fast) var(--ease), filter var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);margin-top:4px;font-size:15px;font-weight:800}.sign-in-modal-module__TTO5ha__submitButton:hover{filter:brightness(1.06);transform:translateY(-1px)}.sign-in-modal-module__TTO5ha__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.sign-in-modal-module__TTO5ha__errorMessage{color:var(--destructive);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(--primary);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,#08080780,#08080714 38%,#08080799),linear-gradient(#0000 42%,#080807d6);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:1px solid var(--primary-border);border-radius:var(--radius-sm);background:var(--scrim);color:#f6c76c;align-items:center;min-height:28px;padding:5px 10px;font-size:12px;font-weight:800;line-height:18px;display:inline-flex}.sign-in-modal-module__TTO5ha__showcaseCopy h2{color:#f4efe5;max-width:560px;margin:16px 0 8px;font-size:40px;font-weight:900;line-height:48px}.sign-in-modal-module__TTO5ha__showcaseCopy p{color:#f4efe5bd;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:#f4efe58a;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:#f4efe5}.sign-in-modal-module__TTO5ha__progressTrack{border-radius:var(--radius-pill);background:#f4efe533;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;overflow-y:auto}.sign-in-modal-module__TTO5ha__showcasePanel{min-height:360px}.sign-in-modal-module__TTO5ha__authPanel{padding:44px 24px 36px;overflow:visible}}@media (max-width:640px){.sign-in-modal-module__TTO5ha__overlay{background:var(--background);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;display:block}.sign-in-modal-module__TTO5ha__modal{width:100%;min-height:100dvh;max-height:none;box-shadow:none;border:0;border-radius:0;overflow:visible}.sign-in-modal-module__TTO5ha__closeButton{top:max(10px, env(safe-area-inset-top));right:max(10px, env(safe-area-inset-right));border-color:var(--border);background:var(--muted);width:44px;height:44px;color:var(--foreground);touch-action:manipulation}.sign-in-modal-module__TTO5ha__authPanel{min-height:100dvh;padding:max(60px, calc(env(safe-area-inset-top) + 50px)) max(20px, env(safe-area-inset-right)) max(28px, calc(env(safe-area-inset-bottom) + 20px)) max(20px, env(safe-area-inset-left));justify-content:flex-start;align-items:stretch}.sign-in-modal-module__TTO5ha__logoWrap{margin-bottom:12px}.sign-in-modal-module__TTO5ha__authPanel h1{font-size:26px;line-height:34px}.sign-in-modal-module__TTO5ha__authPanel>p{margin-top:7px;font-size:14px}.sign-in-modal-module__TTO5ha__providerStack,.sign-in-modal-module__TTO5ha__sentPanel{width:100%;margin-top:28px}.sign-in-modal-module__TTO5ha__providerButton{touch-action:manipulation;height:auto;min-height:56px;padding:14px 16px}.sign-in-modal-module__TTO5ha__emailForm{gap:14px;width:100%;margin-top:24px}.sign-in-modal-module__TTO5ha__formInput{height:52px;font-size:16px}.sign-in-modal-module__TTO5ha__submitButton{touch-action:manipulation;min-height:52px}.sign-in-modal-module__TTO5ha__toggleAuthMode,.sign-in-modal-module__TTO5ha__backLink{touch-action:manipulation;min-height:44px;margin-top:0;padding:10px 8px}.sign-in-modal-module__TTO5ha__legalText{max-width:100%;padding:0 4px;margin-top:28px!important}.sign-in-modal-module__TTO5ha__showcasePanel{display:none}}.sign-in-modal-module__TTO5ha__sentPanel{text-align:center;justify-items:center;gap:14px;width:min(100%,430px);margin-top:44px;display:grid}.sign-in-modal-module__TTO5ha__sentIcon{border:1px solid var(--primary-border);background:var(--primary-soft);width:64px;height:64px;color:var(--primary);border-radius:50%;place-items:center;margin-bottom:2px;display:grid}.sign-in-modal-module__TTO5ha__sentTitle{color:var(--foreground);margin:0;font-size:16px;font-weight:700;line-height:1.45}.sign-in-modal-module__TTO5ha__sentSub{color:var(--muted-foreground);margin:0;font-size:13px}
.mobile-page-header-module__28xL3a__header{display:none}@media (max-width:760px){.mobile-page-header-module__28xL3a__header{z-index:38;width:100%;min-width:0;min-height:calc(58px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 12px 0;border-bottom:1px solid var(--ghost-border);background:color-mix(in srgb, var(--background) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:10px;display:flex;top:0}.mobile-page-header-module__28xL3a__header[data-placement=sticky]{position:sticky}.mobile-page-header-module__28xL3a__header[data-placement=fixed]{position:fixed;left:0;right:0}.mobile-page-header-module__28xL3a__brand,.mobile-page-header-module__28xL3a__close,.mobile-page-header-module__28xL3a__language,.mobile-page-header-module__28xL3a__accountLoading,.mobile-page-header-module__28xL3a__signIn,.mobile-page-header-module__28xL3a__avatar{border-radius:var(--radius-md);justify-content:center;align-items:center;min-height:44px;display:inline-flex}.mobile-page-header-module__28xL3a__brand{min-width:0;color:var(--foreground);letter-spacing:-.01em;gap:8px;font-size:15px;font-weight:800}.mobile-page-header-module__28xL3a__brand img{flex:none}.mobile-page-header-module__28xL3a__close{width:44px;color:var(--foreground);flex:none}.mobile-page-header-module__28xL3a__actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.mobile-page-header-module__28xL3a__points{border:1px solid color-mix(in srgb, var(--primary) 45%, var(--border));border-radius:var(--radius-pill);background:color-mix(in srgb, var(--primary) 10%, transparent);min-width:0;height:34px;color:var(--primary);white-space:nowrap;align-items:center;gap:4px;padding:0 9px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.mobile-page-header-module__28xL3a__points small{font-size:10px;font-weight:750}.mobile-page-header-module__28xL3a__language{border:1px solid var(--ghost-border);background:var(--card);min-width:44px;color:var(--foreground);cursor:pointer;padding:0 10px;font-size:12px;font-weight:800}.mobile-page-header-module__28xL3a__signIn,.mobile-page-header-module__28xL3a__accountLoading{border:1px solid var(--border);min-width:76px;color:var(--foreground);background:0 0;padding:0 13px;font-size:13px;font-weight:800}.mobile-page-header-module__28xL3a__signIn{cursor:pointer}.mobile-page-header-module__28xL3a__accountLoading{color:var(--muted-foreground)}.mobile-page-header-module__28xL3a__avatar{border:1px solid var(--border);background:var(--secondary);width:44px;min-width:44px;color:var(--foreground);text-transform:uppercase;border-radius:50%;padding:4px;font-size:13px;font-weight:800;overflow:hidden}.mobile-page-header-module__28xL3a__avatar img,.mobile-page-header-module__28xL3a__avatar span{border-radius:50%;width:34px;height:34px}.mobile-page-header-module__28xL3a__avatar img{object-fit:cover}.mobile-page-header-module__28xL3a__avatar span{place-items:center;display:grid}}
.home-content-module__iKTLOq__home{min-height:100vh;padding:var(--space-6) 0 120px;gap:calc(var(--space-8) + var(--space-4));display:grid;position:relative}.home-content-module__iKTLOq__home:before{content:"";background:radial-gradient(closest-side, color-mix(in srgb, var(--primary) 7%, transparent), transparent 72%);pointer-events:none;width:min(760px,100%);height:440px;position:absolute;top:-90px;left:50%;transform:translate(-50%)}.home-content-module__iKTLOq__sections{width:100%;max-width:1400px;padding-inline:var(--space-6);gap:calc(var(--space-8) + var(--space-6));margin-inline:auto;display:grid}.home-content-module__iKTLOq__srOnly{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-content-module__iKTLOq__promptPill{left:calc(50% + 40px);bottom:var(--space-5);z-index:30;align-items:center;gap:var(--space-3);width:min(640px, calc(100vw - 80px - 2 * var(--space-5)));height:52px;padding:0 var(--space-2) 0 var(--space-4);border-radius:var(--radius-pill);background:color-mix(in srgb, var(--popover) 92%, transparent);border:1px solid var(--border);box-shadow:var(--shadow-popover);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:home-content-module__iKTLOq__promptIn .6s var(--ease) .35s backwards;transition:border-color var(--dur-normal) var(--ease), box-shadow var(--dur-normal) var(--ease), transform var(--dur-fast) var(--ease);display:flex;position:fixed;transform:translate(-50%)}@keyframes home-content-module__iKTLOq__promptIn{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}.home-content-module__iKTLOq__promptPill:hover{border-color:color-mix(in srgb, var(--primary) 60%, var(--border));box-shadow:var(--shadow-popover), 0 0 28px color-mix(in srgb, var(--primary) 16%, transparent);transform:translate(-50%)translateY(-2px)}.home-content-module__iKTLOq__promptSparkles{color:var(--primary);flex:none}.home-content-module__iKTLOq__promptPlaceholder{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted-foreground);flex:1;font-size:13px;overflow:hidden}.home-content-module__iKTLOq__promptCredits{border-radius:var(--radius-pill);background:color-mix(in srgb, var(--primary) 16%, transparent);color:var(--primary);white-space:nowrap;flex:none;padding:3px 10px;font-size:12px;font-weight:700}.home-content-module__iKTLOq__promptGo{background:var(--primary);width:36px;height:36px;color:var(--primary-foreground);transition:transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);border-radius:50%;flex:none;place-items:center;display:grid}.home-content-module__iKTLOq__promptPill:hover .home-content-module__iKTLOq__promptGo{box-shadow:0 0 16px color-mix(in srgb, var(--primary) 35%, transparent);transform:scale(1.06)}@media (max-width:760px){.home-content-module__iKTLOq__home{gap:var(--space-8);padding-top:0}.home-content-module__iKTLOq__home>header{margin-bottom:calc(-1 * var(--space-4))}.home-content-module__iKTLOq__sections{padding-inline:var(--space-4);gap:var(--space-8)}.home-content-module__iKTLOq__promptPill{left:50%;bottom:calc(88px + env(safe-area-inset-bottom,0px));width:calc(100vw - 2 * var(--space-3))}}
