.MemeCard-module__i0A4Ja__card{background-color:#000;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.MemeCard-module__i0A4Ja__card:hover{border-color:#ffffff26;transform:translateY(-8px)scale(1.02);box-shadow:0 30px 60px #0009}.MemeCard-module__i0A4Ja__imageWrapper{aspect-ratio:2/3;background:#000;position:relative;overflow:hidden}.MemeCard-module__i0A4Ja__image{object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.MemeCard-module__i0A4Ja__card:hover .MemeCard-module__i0A4Ja__image{transform:scale(1.08)}.MemeCard-module__i0A4Ja__labelContainer{z-index:10;position:absolute;bottom:12px;left:12px}.MemeCard-module__i0A4Ja__label{text-transform:uppercase;letter-spacing:.1em;color:#fff;-webkit-backdrop-filter:blur(12px);background:#0006;border:1px solid #ffffff1a;border-radius:100px;padding:6px 14px;font-size:.7rem;font-weight:700;transition:all .3s;display:inline-block}.MemeCard-module__i0A4Ja__card:hover .MemeCard-module__i0A4Ja__label{background:#ffffff1a;border-color:#ffffff4d}
.AuthModal-module__eGxINa__overlay{background:var(--overlay-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out AuthModal-module__eGxINa__fadeIn;display:flex;position:fixed;top:0;left:0}.AuthModal-module__eGxINa__modal{background:var(--chrome-modal);border:1px solid var(--border-color);box-shadow:var(--modal-shadow);border-radius:32px;width:92%;max-width:400px;padding:32px 24px;animation:.4s cubic-bezier(.16,1,.3,1) AuthModal-module__eGxINa__slideUp;position:relative}@keyframes AuthModal-module__eGxINa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module__eGxINa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AuthModal-module__eGxINa__close{color:var(--muted-text);cursor:pointer;z-index:10;background:0 0;border:none;transition:color .2s;position:absolute;top:24px;right:24px}.AuthModal-module__eGxINa__close:hover{color:var(--text-primary)}.AuthModal-module__eGxINa__title{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:8px;font-size:1.8rem;font-weight:800}.AuthModal-module__eGxINa__subtitle{color:var(--text-secondary);text-align:center;margin-bottom:24px;font-size:.85rem;line-height:1.4}.AuthModal-module__eGxINa__form{flex-direction:column;gap:12px;display:flex}.AuthModal-module__eGxINa__inputGroup{flex-direction:column;gap:6px;display:flex}.AuthModal-module__eGxINa__inputGroup label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-left:16px;font-size:.75rem;font-weight:500}.AuthModal-module__eGxINa__input{background:var(--editor-input-surface);border:1px solid var(--border-color);color:var(--text-primary);border-radius:100px;outline:none;width:100%;padding:12px 20px;font-size:.95rem;transition:all .25s}.AuthModal-module__eGxINa__input::placeholder{color:var(--subtle-text)}.AuthModal-module__eGxINa__input:focus{border-color:var(--hairline-strong);background:var(--editor-input-surface-focus);box-shadow:var(--editor-input-focus-ring)}.AuthModal-module__eGxINa__passwordWrapper{align-items:center;width:100%;display:flex;position:relative}.AuthModal-module__eGxINa__eyeIcon{color:var(--muted-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:16px}.AuthModal-module__eGxINa__eyeIcon:hover{color:var(--text-primary)}.AuthModal-module__eGxINa__forgotLink{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline;transition:color .2s}.AuthModal-module__eGxINa__forgotLink:hover{color:var(--text-primary)}.AuthModal-module__eGxINa__submitBtn{background:var(--accent-primary);color:var(--text-on-primary-button);cursor:pointer;border:none;border-radius:100px;margin-top:12px;padding:10px 20px;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0006}.AuthModal-module__eGxINa__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0009}.AuthModal-module__eGxINa__submitBtn:active{transform:translateY(0)}.AuthModal-module__eGxINa__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.AuthModal-module__eGxINa__toggle{text-align:center;color:var(--text-secondary);margin-top:24px;font-size:.85rem}.AuthModal-module__eGxINa__toggleBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;margin-left:4px;font-weight:700;transition:color .2s}.AuthModal-module__eGxINa__toggleBtn:hover{color:var(--text-secondary)}.AuthModal-module__eGxINa__socialButtons{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.AuthModal-module__eGxINa__socialBtn{border:1px solid var(--border-color);background:var(--hover-surface-soft);color:var(--text-primary);cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:10px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.AuthModal-module__eGxINa__socialBtn:hover{background:var(--hover-surface);border-color:var(--hairline-strong);transform:translateY(-1px)}.AuthModal-module__eGxINa__socialIcon{width:18px;height:18px}.AuthModal-module__eGxINa__divider{text-align:center;color:var(--muted-text);text-transform:uppercase;letter-spacing:.1em;align-items:center;margin:16px 0;font-size:.75rem;font-weight:600;display:flex}.AuthModal-module__eGxINa__divider:before,.AuthModal-module__eGxINa__divider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.AuthModal-module__eGxINa__divider:not(:empty):before{margin-right:12px}.AuthModal-module__eGxINa__divider:not(:empty):after{margin-left:12px}.AuthModal-module__eGxINa__error{color:#ff4747;text-align:center;background:#ff474714;border:1px solid #ff474733;border-radius:100px;margin-bottom:20px;padding:10px 16px;font-size:.8rem}.AuthModal-module__eGxINa__success{color:var(--success-text);text-align:center;background:#00ff7f14;border:1px solid #00ff7f33;border-radius:100px;margin-bottom:20px;padding:10px 16px;font-size:.8rem}html[data-theme=light] .AuthModal-module__eGxINa__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a47}html[data-theme=light] .AuthModal-module__eGxINa__modal{border-color:#0f172a14;box-shadow:0 24px 70px #0f172a24}html[data-theme=light] .AuthModal-module__eGxINa__submitBtn{box-shadow:0 10px 28px #0f172a29}html[data-theme=light] .AuthModal-module__eGxINa__submitBtn:hover{box-shadow:0 14px 34px #0f172a33}
.UserSettingsModal-module__3DCu1a__overlay{background:var(--overlay-scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;opacity:0;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .2s;display:flex;position:fixed;top:0;left:0}.UserSettingsModal-module__3DCu1a__overlay.UserSettingsModal-module__3DCu1a__open{opacity:1;pointer-events:auto}.UserSettingsModal-module__3DCu1a__modal{background:var(--chrome-modal);border:1px solid var(--hairline-strong);width:100%;max-width:640px;height:520px;box-shadow:var(--modal-shadow);opacity:0;color:var(--settings-body-text);border-radius:16px;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:translateY(20px)scale(.98)}.UserSettingsModal-module__3DCu1a__overlay.UserSettingsModal-module__3DCu1a__open .UserSettingsModal-module__3DCu1a__modal{opacity:1;transform:translateY(0)scale(1)}.UserSettingsModal-module__3DCu1a__header{border-bottom:1px solid var(--hairline);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.UserSettingsModal-module__3DCu1a__title{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:600}.UserSettingsModal-module__3DCu1a__closeBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.UserSettingsModal-module__3DCu1a__closeBtn:hover{color:var(--text-primary);background:var(--hover-surface)}.UserSettingsModal-module__3DCu1a__body{flex:1;display:flex;overflow:hidden}.UserSettingsModal-module__3DCu1a__sidebar{border-right:1px solid var(--hairline);background:var(--hover-surface-soft);flex-direction:column;gap:4px;width:180px;padding:12px;display:flex}.UserSettingsModal-module__3DCu1a__navButton{color:var(--settings-nav-inactive);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.UserSettingsModal-module__3DCu1a__navButton:hover{color:var(--text-primary);background:var(--hover-surface-soft)}.UserSettingsModal-module__3DCu1a__navButton.UserSettingsModal-module__3DCu1a__active{color:var(--text-primary);background:var(--hover-surface)}.UserSettingsModal-module__3DCu1a__mainContent{flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}.UserSettingsModal-module__3DCu1a__section{width:100%;animation:.2s ease-out UserSettingsModal-module__3DCu1a__fadeIn}@keyframes UserSettingsModal-module__3DCu1a__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.UserSettingsModal-module__3DCu1a__sectionTitle{color:var(--text-primary);margin:0 0 20px;font-size:1.125rem;font-weight:600}.UserSettingsModal-module__3DCu1a__settingsGroup{flex-direction:column;gap:16px;display:flex}.UserSettingsModal-module__3DCu1a__settingItem{flex-direction:column;gap:6px;display:flex}.UserSettingsModal-module__3DCu1a__settingLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-text);font-size:.75rem;font-weight:600}.UserSettingsModal-module__3DCu1a__settingValue{color:var(--settings-body-text);background:var(--hover-surface-soft);border:1px solid var(--hairline);border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:.9375rem;display:flex}.UserSettingsModal-module__3DCu1a__themePillWrap{flex-direction:column;gap:8px;display:flex}.UserSettingsModal-module__3DCu1a__themePill{background:var(--hover-surface-soft);border:1px solid var(--hairline);border-radius:12px;align-self:flex-start;gap:2px;padding:3px;display:inline-flex}.UserSettingsModal-module__3DCu1a__themePillSegment,.UserSettingsModal-module__3DCu1a__themePillSegmentActive{cursor:pointer;border:none;border-radius:10px;padding:10px 22px;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .2s,color .2s,opacity .2s}.UserSettingsModal-module__3DCu1a__themePillSegment{color:var(--text-secondary);background:0 0}.UserSettingsModal-module__3DCu1a__themePillSegment:hover:not(:disabled){color:var(--text-primary)}.UserSettingsModal-module__3DCu1a__themePillSegmentActive{background:var(--text-primary);color:var(--text-on-primary-button);font-weight:600}.UserSettingsModal-module__3DCu1a__themePillSegment:disabled,.UserSettingsModal-module__3DCu1a__themePillSegmentActive:disabled{opacity:.55;cursor:not-allowed}.UserSettingsModal-module__3DCu1a__themeError{color:var(--destructive);margin:0;font-size:.8125rem}.UserSettingsModal-module__3DCu1a__actionButton{background:var(--hover-surface-soft);border:1px solid var(--hairline-strong);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s}.UserSettingsModal-module__3DCu1a__actionButton:hover{background:var(--hover-surface);border-color:var(--hairline-strong)}.UserSettingsModal-module__3DCu1a__actionButton.UserSettingsModal-module__3DCu1a__destructive{color:var(--destructive)}.UserSettingsModal-module__3DCu1a__actionButton.UserSettingsModal-module__3DCu1a__destructive:hover{background:#ef44441a;border-color:#ef444440}.UserSettingsModal-module__3DCu1a__upgradeBox{background:var(--hover-surface-soft);border:1px solid var(--hairline-strong);border-radius:12px;flex-direction:column;gap:12px;margin-top:auto;padding:16px;display:flex}.UserSettingsModal-module__3DCu1a__upgradeText{color:var(--settings-body-text);font-size:.875rem;line-height:1.4}.UserSettingsModal-module__3DCu1a__upgradeBtn{background:var(--text-primary);color:var(--text-on-primary-button);cursor:pointer;text-align:center;border:none;border-radius:8px;padding:10px;font-size:.875rem;font-weight:600}.UserSettingsModal-module__3DCu1a__creditCard{background:var(--hover-surface-soft);border:1px solid var(--hairline-strong);border-radius:12px;flex-direction:column;gap:10px;padding:16px 18px;display:flex}.UserSettingsModal-module__3DCu1a__creditCardTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.UserSettingsModal-module__3DCu1a__creditCardLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-text);margin:0 0 4px;font-size:.72rem;font-weight:600}.UserSettingsModal-module__3DCu1a__creditCardBalance{color:var(--text-primary);letter-spacing:-.04em;margin:0 0 4px;font-size:2rem;font-weight:800;line-height:1}.UserSettingsModal-module__3DCu1a__creditCardSub{color:var(--muted-text);margin:0;font-size:.8rem}.UserSettingsModal-module__3DCu1a__creditCardBadge{letter-spacing:.08em;text-transform:uppercase;color:var(--subtle-text);background:var(--hover-surface-soft);border:1px solid var(--hairline);white-space:nowrap;border-radius:100px;flex-shrink:0;padding:4px 10px;font-size:.7rem;font-weight:700}.UserSettingsModal-module__3DCu1a__creditCardRenewal{color:var(--muted-text);border-top:1px solid var(--hairline);margin:0;padding-top:8px;font-size:.78rem}.UserSettingsModal-module__3DCu1a__topupRow{flex-wrap:wrap;gap:8px;display:flex}.UserSettingsModal-module__3DCu1a__topupPackBtn{background:var(--hover-surface-soft);border:1px solid var(--hairline);cursor:pointer;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:2px;min-width:88px;padding:10px 14px;transition:background .2s,border-color .2s;display:flex}.UserSettingsModal-module__3DCu1a__topupPackBtn:hover{background:var(--hover-surface);border-color:var(--hairline-strong)}.UserSettingsModal-module__3DCu1a__topupPackBtn:disabled{opacity:.45;cursor:not-allowed}.UserSettingsModal-module__3DCu1a__topupPackCredits{color:var(--subtle-text);white-space:nowrap;font-size:.7rem}.UserSettingsModal-module__3DCu1a__topupPackPrice{color:var(--text-primary);font-size:1rem;font-weight:700}.UserSettingsModal-module__3DCu1a__supportForm{flex-direction:column;gap:16px;display:flex}.UserSettingsModal-module__3DCu1a__supportField{flex-direction:column;gap:8px;display:flex}.UserSettingsModal-module__3DCu1a__supportSelect,.UserSettingsModal-module__3DCu1a__supportTextarea{width:100%;color:var(--settings-body-text);background:var(--hover-surface-soft);border:1px solid var(--hairline);font:inherit;border-radius:10px;outline:none;font-size:.925rem;transition:border-color .2s,background .2s}.UserSettingsModal-module__3DCu1a__supportSelect{min-height:44px;padding:0 12px}.UserSettingsModal-module__3DCu1a__supportTextarea{resize:vertical;min-height:132px;padding:12px 14px;line-height:1.5}.UserSettingsModal-module__3DCu1a__supportSelect:focus,.UserSettingsModal-module__3DCu1a__supportTextarea:focus{background:var(--hover-surface-soft);border-color:var(--hairline-strong)}.UserSettingsModal-module__3DCu1a__supportSelect:disabled,.UserSettingsModal-module__3DCu1a__supportTextarea:disabled{opacity:.65;cursor:not-allowed}.UserSettingsModal-module__3DCu1a__supportTextarea::placeholder{color:var(--muted-text)}.UserSettingsModal-module__3DCu1a__supportAttachmentHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.UserSettingsModal-module__3DCu1a__supportAttachmentCount{color:var(--muted-text);font-size:.75rem;font-weight:600}.UserSettingsModal-module__3DCu1a__supportAttachmentBox{background:var(--hover-surface-soft);border:1px dashed var(--hairline-strong);border-radius:10px;align-items:center;gap:10px;min-height:48px;padding:8px;display:flex}.UserSettingsModal-module__3DCu1a__supportFileInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.UserSettingsModal-module__3DCu1a__supportAttachButton{background:var(--hover-surface);border:1px solid var(--hairline-strong);min-height:34px;color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s,opacity .2s;display:inline-flex}.UserSettingsModal-module__3DCu1a__supportAttachButton:hover{background:var(--pressed-surface);border-color:var(--hairline-strong)}.UserSettingsModal-module__3DCu1a__supportAttachButton.UserSettingsModal-module__3DCu1a__disabled{opacity:.45;cursor:not-allowed}.UserSettingsModal-module__3DCu1a__supportAttachmentHint{min-width:0;color:var(--subtle-text);font-size:.825rem}.UserSettingsModal-module__3DCu1a__supportAttachmentList{flex-direction:column;gap:8px;display:flex}.UserSettingsModal-module__3DCu1a__supportAttachmentItem{background:var(--hover-surface-soft);border:1px solid var(--hairline);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:40px;padding:8px 10px 8px 12px;display:flex}.UserSettingsModal-module__3DCu1a__supportAttachmentName{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--settings-body-text);font-size:.85rem;overflow:hidden}.UserSettingsModal-module__3DCu1a__supportRemoveAttachment{width:30px;height:30px;color:var(--subtle-text);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.UserSettingsModal-module__3DCu1a__supportRemoveAttachment:hover{color:var(--text-primary);background:var(--hover-surface)}.UserSettingsModal-module__3DCu1a__supportRemoveAttachment:disabled{opacity:.45;cursor:not-allowed}.UserSettingsModal-module__3DCu1a__supportError,.UserSettingsModal-module__3DCu1a__supportSuccess{margin:-2px 0 0;font-size:.85rem;line-height:1.45}.UserSettingsModal-module__3DCu1a__supportError{color:var(--destructive)}.UserSettingsModal-module__3DCu1a__supportSuccess{color:var(--success-text)}.UserSettingsModal-module__3DCu1a__supportSendButton{background:var(--text-primary);min-height:40px;color:var(--text-on-primary-button);cursor:pointer;border:none;border-radius:8px;align-self:flex-end;padding:0 18px;font-size:.9rem;font-weight:700;transition:opacity .2s,transform .2s}.UserSettingsModal-module__3DCu1a__supportSendButton:hover{opacity:.9}.UserSettingsModal-module__3DCu1a__supportSendButton:active{transform:translateY(1px)}.UserSettingsModal-module__3DCu1a__supportSendButton:disabled{opacity:.55;cursor:not-allowed;transform:none}.UserSettingsModal-module__3DCu1a__confirmOverlay{background:var(--confirm-overlay-bg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;border-radius:16px;justify-content:center;align-items:center;animation:.15s ease-out UserSettingsModal-module__3DCu1a__fadeIn;display:flex;position:absolute;inset:0}.UserSettingsModal-module__3DCu1a__confirmSheet{flex-direction:column;gap:12px;width:100%;max-width:360px;padding:28px 24px 24px;display:flex}.UserSettingsModal-module__3DCu1a__confirmTitle{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.UserSettingsModal-module__3DCu1a__confirmBody{color:var(--subtle-text);margin:0;font-size:.9rem;line-height:1.55}.UserSettingsModal-module__3DCu1a__confirmError{color:var(--destructive);margin:0;font-size:.85rem}.UserSettingsModal-module__3DCu1a__confirmActions{gap:10px;margin-top:8px;display:flex}.UserSettingsModal-module__3DCu1a__confirmCancel{background:var(--hover-surface-soft);border:1px solid var(--hairline-strong);color:var(--text-secondary);cursor:pointer;border-radius:8px;flex:1;padding:10px;font-size:.875rem;font-weight:500;transition:background .2s}.UserSettingsModal-module__3DCu1a__confirmCancel:hover:not(:disabled){background:var(--hover-surface)}.UserSettingsModal-module__3DCu1a__confirmDelete{color:var(--destructive);cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;flex:1;padding:10px;font-size:.875rem;font-weight:600;transition:background .2s}.UserSettingsModal-module__3DCu1a__confirmDelete:hover:not(:disabled){background:#ef444440}.UserSettingsModal-module__3DCu1a__confirmCancel:disabled,.UserSettingsModal-module__3DCu1a__confirmDelete:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.UserSettingsModal-module__3DCu1a__overlay{align-items:flex-end}.UserSettingsModal-module__3DCu1a__modal{max-width:100%;box-shadow:var(--modal-shadow-mobile);border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;transform:translateY(100%)}.UserSettingsModal-module__3DCu1a__overlay.UserSettingsModal-module__3DCu1a__open .UserSettingsModal-module__3DCu1a__modal{transform:translateY(0)}.UserSettingsModal-module__3DCu1a__content{max-height:80vh;padding-bottom:40px}.UserSettingsModal-module__3DCu1a__body{flex-direction:column}.UserSettingsModal-module__3DCu1a__sidebar{border-right:none;border-bottom:1px solid var(--hairline);flex-direction:row;width:100%;overflow-x:auto}.UserSettingsModal-module__3DCu1a__navButton{flex:1 0 auto;justify-content:center}.UserSettingsModal-module__3DCu1a__mainContent{padding:20px}.UserSettingsModal-module__3DCu1a__supportSendButton{width:100%}}
.Sidebar-module__WZVnLW__sidebar{background:var(--bg-primary);border-right:1px solid var(--border-color);z-index:1000;width:72px;transition:all var(--transition-normal);flex-direction:column;justify-content:space-between;align-items:center;padding:24px 0;display:flex;position:fixed;top:0;bottom:0;left:0}.Sidebar-module__WZVnLW__mobileMenuButton{top:calc(14px + env(safe-area-inset-top,0px));z-index:1100;border:1px solid var(--hairline-strong);background:var(--chrome-dropdown);width:42px;height:42px;color:var(--text-primary);transition:transform var(--transition-fast), background var(--transition-fast);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:inline-flex;position:fixed;left:14px;box-shadow:0 14px 34px #0000001f}.Sidebar-module__WZVnLW__mobileMenuButton:hover{background:var(--bg-card);transform:translateY(-1px)}.Sidebar-module__WZVnLW__mobileMenuButton span{background:currentColor;border-radius:999px;width:16px;height:2px}.Sidebar-module__WZVnLW__mobileMenuLayer{z-index:1200;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;display:block;position:fixed;inset:0}.Sidebar-module__WZVnLW__mobileMenuSheet{width:min(334px,100vw - 42px);height:100%;padding:calc(18px + env(safe-area-inset-top,0px)) 16px calc(18px + env(safe-area-inset-bottom,0px));background:var(--chrome-mobile-sheet);border-right:1px solid var(--hairline-strong);flex-direction:column;gap:14px;animation:.18s ease-out Sidebar-module__WZVnLW__mobileSheetIn;display:flex;overflow-y:auto;box-shadow:24px 0 70px #0000003d}@keyframes Sidebar-module__WZVnLW__mobileSheetIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.Sidebar-module__WZVnLW__mobileMenuHeader{justify-content:space-between;align-items:center;gap:12px;padding:0 2px 6px;display:flex}.Sidebar-module__WZVnLW__mobileLogoLink{background:var(--hover-surface-soft);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.Sidebar-module__WZVnLW__mobileCloseButton{width:38px;height:38px;color:var(--text-primary);background:var(--hover-surface-soft);border-radius:50%;justify-content:center;align-items:center;font-size:24px;line-height:1;display:inline-flex}.Sidebar-module__WZVnLW__mobileMenuGroup{border:1px solid var(--hairline);background:var(--hover-surface-soft);border-radius:18px;flex-direction:column;gap:4px;padding:10px;display:flex}.Sidebar-module__WZVnLW__mobileMenuPrimary,.Sidebar-module__WZVnLW__mobileMenuItem{width:100%;min-height:46px;color:var(--text-primary);text-align:left;transition:background var(--transition-fast), color var(--transition-fast);border-radius:13px;align-items:center;gap:12px;padding:0 12px;font-size:.95rem;font-weight:650;display:flex}.Sidebar-module__WZVnLW__mobileMenuPrimary{background:var(--text-primary);color:var(--text-on-primary-button)}.Sidebar-module__WZVnLW__mobileMenuItem:hover{background:var(--hover-surface)}.Sidebar-module__WZVnLW__mobileMenuIcon{color:currentColor;justify-content:center;align-items:center;width:28px;min-width:28px;display:inline-flex}.Sidebar-module__WZVnLW__mobileMenuFooter{border:1px solid var(--hairline);background:var(--hover-surface-soft);border-radius:18px;flex-direction:column;gap:10px;margin-top:auto;padding:12px;display:flex}.Sidebar-module__WZVnLW__mobileUserEmail,.Sidebar-module__WZVnLW__mobileUserMuted{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--text-secondary);font-size:.84rem;display:block;overflow:hidden}.Sidebar-module__WZVnLW__mobileSignOutButton{width:fit-content;color:var(--text-primary);text-align:left;padding:0;font-size:.92rem;font-weight:650}.Sidebar-module__WZVnLW__topSection{flex-direction:column;align-items:center;gap:24px;display:flex}.Sidebar-module__WZVnLW__bottomSection{flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.Sidebar-module__WZVnLW__logoLink{width:48px;height:48px;transition:transform var(--transition-fast), background var(--transition-fast);border-radius:12px;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__logoLink:hover{background:var(--logo-link-hover-bg);transform:scale(1.05)}.Sidebar-module__WZVnLW__logoIcon{border-radius:8px;transform:rotate(90deg)}.Sidebar-module__WZVnLW__logoIconLight{display:none}html[data-theme=light] .Sidebar-module__WZVnLW__logoIconDark{display:none}html[data-theme=light] .Sidebar-module__WZVnLW__logoIconLight{display:block}.Sidebar-module__WZVnLW__navIconLink{width:44px;height:44px;color:var(--text-secondary);transition:color var(--transition-fast), background var(--transition-fast);border-radius:12px;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__navIconLink:hover{color:var(--text-primary);background:var(--nav-icon-hover-bg)}.Sidebar-module__WZVnLW__devLink{color:#ffc80099;width:36px;height:36px;transition:color var(--transition-fast), background var(--transition-fast);border:1px dashed #ffc8004d;border-radius:8px;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__devLink:hover{color:#ffc800;background:#ffc80014}.Sidebar-module__WZVnLW__createBtn{background:var(--text-primary);width:44px;height:44px;color:var(--text-on-primary-button);cursor:pointer;transition:transform var(--transition-fast), opacity var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__createBtn:hover{opacity:.9;transform:scale(1.05)}.Sidebar-module__WZVnLW__userSection{justify-content:center;align-items:center;display:flex;position:relative}.Sidebar-module__WZVnLW__userAvatarBtn{background:var(--avatar-bg);border:1px solid var(--avatar-border);width:44px;height:44px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.Sidebar-module__WZVnLW__userAvatarBtn:hover{background:var(--hover-surface);border-color:var(--hairline-strong);transform:scale(1.05)}.Sidebar-module__WZVnLW__loadingAvatar{background:var(--hover-surface-soft);border-radius:50%;width:44px;height:44px;animation:1.5s ease-in-out infinite Sidebar-module__WZVnLW__pulse}@keyframes Sidebar-module__WZVnLW__pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.Sidebar-module__WZVnLW__signInBtn{border:1px solid var(--btn-ghost-border);width:44px;height:44px;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__signInBtn:hover{background:var(--hover-surface);border-color:var(--hairline-strong)}.Sidebar-module__WZVnLW__dropdownMenu{background:var(--chrome-dropdown);border:1px solid var(--hairline-strong);min-width:220px;box-shadow:var(--dropdown-shadow);z-index:1000;transform-origin:0 100%;border-radius:12px;padding:8px 0;animation:.2s ease-out Sidebar-module__WZVnLW__dropdownSlideInLeft;position:absolute;bottom:0;left:calc(100% + 12px)}@keyframes Sidebar-module__WZVnLW__dropdownSlideInLeft{0%{opacity:0;transform:translate(-10px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.Sidebar-module__WZVnLW__dropdownHeader{padding:8px 16px 12px}.Sidebar-module__WZVnLW__dropdownEmail{color:var(--dropdown-email-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;display:block;overflow:hidden}.Sidebar-module__WZVnLW__dropdownDivider{background:var(--hairline);height:1px;margin:4px 0}.Sidebar-module__WZVnLW__dropdownItem{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;padding:10px 16px;font-size:.9rem;font-weight:500;display:block}.Sidebar-module__WZVnLW__dropdownItem:hover{background:var(--hover-surface)}.Sidebar-module__WZVnLW__dropdownItem:last-child{color:var(--destructive)}.Sidebar-module__WZVnLW__dropdownItem:last-child:hover{background:var(--destructive-soft-bg)}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{display:none}.Sidebar-module__WZVnLW__mobileMenuButton{top:calc(14px + env(safe-area-inset-top,0px));z-index:1100;border:1px solid var(--hairline-strong);background:var(--chrome-dropdown);width:42px;height:42px;color:var(--text-primary);transition:transform var(--transition-fast), background var(--transition-fast);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:inline-flex;position:fixed;left:14px;box-shadow:0 14px 34px #0000001f}.Sidebar-module__WZVnLW__mobileMenuButton:hover{background:var(--bg-card);transform:translateY(-1px)}.Sidebar-module__WZVnLW__mobileMenuButton span{background:currentColor;border-radius:999px;width:16px;height:2px}.Sidebar-module__WZVnLW__mobileMenuLayer{z-index:1200;background:var(--overlay-mobile);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:block;position:fixed;inset:0}.Sidebar-module__WZVnLW__mobileMenuSheet{width:min(334px,100vw - 42px);height:100%;padding:calc(18px + env(safe-area-inset-top,0px)) 16px calc(18px + env(safe-area-inset-bottom,0px));background:var(--chrome-mobile-sheet);border-right:1px solid var(--hairline-strong);flex-direction:column;gap:14px;animation:.18s ease-out Sidebar-module__WZVnLW__mobileSheetIn;display:flex;overflow-y:auto;box-shadow:24px 0 70px #0000003d}@keyframes Sidebar-module__WZVnLW__mobileSheetIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.Sidebar-module__WZVnLW__mobileMenuHeader{justify-content:space-between;align-items:center;gap:12px;padding:0 2px 6px;display:flex}.Sidebar-module__WZVnLW__mobileLogoLink{background:var(--hover-surface-soft);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.Sidebar-module__WZVnLW__mobileCloseButton{width:38px;height:38px;color:var(--text-primary);background:var(--hover-surface-soft);border-radius:50%;justify-content:center;align-items:center;font-size:24px;line-height:1;display:inline-flex}.Sidebar-module__WZVnLW__mobileMenuGroup{border:1px solid var(--hairline);background:var(--hover-surface-soft);border-radius:18px;flex-direction:column;gap:4px;padding:10px;display:flex}.Sidebar-module__WZVnLW__mobileMenuPrimary,.Sidebar-module__WZVnLW__mobileMenuItem{width:100%;min-height:46px;color:var(--text-primary);text-align:left;transition:background var(--transition-fast), color var(--transition-fast);border-radius:13px;align-items:center;gap:12px;padding:0 12px;font-size:.95rem;font-weight:650;display:flex}.Sidebar-module__WZVnLW__mobileMenuPrimary{background:var(--text-primary);color:var(--text-on-primary-button)}.Sidebar-module__WZVnLW__mobileMenuItem:hover{background:var(--hover-surface)}.Sidebar-module__WZVnLW__mobileMenuIcon{color:currentColor;justify-content:center;align-items:center;width:28px;min-width:28px;display:inline-flex}.Sidebar-module__WZVnLW__mobileMenuFooter{border:1px solid var(--hairline);background:var(--hover-surface-soft);border-radius:18px;flex-direction:column;gap:10px;margin-top:auto;padding:12px;display:flex}.Sidebar-module__WZVnLW__mobileUserEmail,.Sidebar-module__WZVnLW__mobileUserMuted{text-overflow:ellipsis;white-space:nowrap;max-width:100%;color:var(--text-secondary);font-size:.84rem;display:block;overflow:hidden}.Sidebar-module__WZVnLW__mobileSignOutButton{width:fit-content;color:var(--text-primary);text-align:left;padding:0;font-size:.92rem;font-weight:650}}.Sidebar-module__WZVnLW__mobileMenuLayer{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}.Sidebar-module__WZVnLW__mobileMenuSheet{width:min(292px,100vw - 24px);padding:calc(.75rem + env(safe-area-inset-top,0px)) .5rem calc(.75rem + env(safe-area-inset-bottom,0px));gap:.2rem;box-shadow:18px 0 48px #00000029}.Sidebar-module__WZVnLW__mobileMenuHeader{padding:0 .25rem .45rem}.Sidebar-module__WZVnLW__mobileLogoLink,.Sidebar-module__WZVnLW__mobileCloseButton{background:0 0}.Sidebar-module__WZVnLW__mobileLogoLink:hover,.Sidebar-module__WZVnLW__mobileCloseButton:hover{background:var(--hover-surface)}.Sidebar-module__WZVnLW__mobileMenuGroup,.Sidebar-module__WZVnLW__mobileMenuFooter{background:0 0;border:0;border-radius:0;gap:.1rem;padding:.15rem 0}.Sidebar-module__WZVnLW__mobileMenuGroup+.Sidebar-module__WZVnLW__mobileMenuGroup,.Sidebar-module__WZVnLW__mobileMenuFooter{border-top:1px solid var(--hairline);margin-top:.35rem;padding-top:.45rem}.Sidebar-module__WZVnLW__mobileMenuPrimary,.Sidebar-module__WZVnLW__mobileMenuItem{min-height:2.35rem;color:var(--text-primary);background:0 0;border-radius:.55rem;gap:.65rem;padding:0 .65rem;font-size:.92rem;font-weight:400}.Sidebar-module__WZVnLW__mobileMenuPrimary:hover,.Sidebar-module__WZVnLW__mobileMenuItem:hover{background:var(--hover-surface)}.Sidebar-module__WZVnLW__mobileMenuIcon{width:1.35rem;min-width:1.35rem;color:var(--text-secondary)}.Sidebar-module__WZVnLW__mobileUserEmail,.Sidebar-module__WZVnLW__mobileUserMuted{padding:0 .65rem}.Sidebar-module__WZVnLW__mobileUserMenuButton{width:100%;min-height:2.35rem;color:var(--text-primary);text-align:left;background:0 0;border-radius:.55rem;justify-content:space-between;align-items:center;gap:.65rem;padding:0 .65rem;display:flex}.Sidebar-module__WZVnLW__mobileUserMenuButton:hover{background:var(--hover-surface)}.Sidebar-module__WZVnLW__mobileUserMenuButton .Sidebar-module__WZVnLW__mobileUserEmail{min-width:0;color:var(--text-primary);flex:1;padding:0;font-size:.92rem;font-weight:400}.Sidebar-module__WZVnLW__mobileUserChevron{width:.42rem;height:.42rem;color:var(--text-secondary);border-bottom:1.5px solid;border-right:1.5px solid;flex:none;transform:rotate(45deg)translateY(-1px)}.Sidebar-module__WZVnLW__mobileUserMenuButton[aria-expanded=true] .Sidebar-module__WZVnLW__mobileUserChevron{transform:rotate(225deg)translate(-1px,-1px)}.Sidebar-module__WZVnLW__mobileUserMenu{flex-direction:column;gap:.1rem;padding:.25rem 0 .1rem;display:flex}.Sidebar-module__WZVnLW__mobileUserMenuItem{width:100%;min-height:2.15rem;color:var(--text-primary);text-align:left;background:0 0;border-radius:.55rem;align-items:center;padding:0 .65rem 0 2rem;font-size:.9rem;font-weight:400;display:flex}.Sidebar-module__WZVnLW__mobileUserMenuItem:hover{background:var(--hover-surface)}.Sidebar-module__WZVnLW__mobileSignOutButton{width:100%;min-height:2.35rem;color:var(--text-primary);border-radius:.55rem;padding:0 .65rem;font-size:.92rem;font-weight:400}.Sidebar-module__WZVnLW__mobileSignOutButton:hover{background:var(--hover-surface)}
.EditorPageHeader-module__pShVBW__pageHeader{box-sizing:border-box;width:100%;max-width:min(52rem,100%);margin:0 auto 1.75rem}.EditorPageHeader-module__pShVBW__headerRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.EditorPageHeader-module__pShVBW__titleBlock{flex:1;min-width:0}.EditorPageHeader-module__pShVBW__title{letter-spacing:-.05em;margin:0 0 .5rem;font-size:clamp(2.35rem,2rem + 1.3vw,3.1rem);font-weight:700;line-height:.98}.EditorPageHeader-module__pShVBW__titleAccent{font-style:italic;font-weight:300}.EditorPageHeader-module__pShVBW__subtitle{max-width:38rem;color:var(--text-secondary);margin:0;font-size:1.02rem;font-weight:400;line-height:1.5}@media (max-width:640px){.EditorPageHeader-module__pShVBW__pageHeader{margin-bottom:1.25rem}.EditorPageHeader-module__pShVBW__subtitle{font-size:.95rem}}
.EditorAssistantDrawer-module__1D2D-q__floatingButton{left:max(1rem, env(safe-area-inset-left));bottom:max(1rem, env(safe-area-inset-bottom));z-index:90;border:1px solid var(--editor-panel-border);background:var(--text-primary);min-width:0;min-height:2.8rem;color:var(--bg-primary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;transition:transform .2s,background .2s,border-color .2s;display:inline-flex;position:fixed;box-shadow:0 18px 42px #00000047}.EditorAssistantDrawer-module__1D2D-q__floatingButton svg,.EditorAssistantDrawer-module__1D2D-q__floatingButton span{color:var(--bg-primary)}.EditorAssistantDrawer-module__1D2D-q__floatingButton span{letter-spacing:-.01em;font-size:.84rem;font-weight:700}.EditorAssistantDrawer-module__1D2D-q__floatingButton:hover{border-color:var(--text-primary);transform:translateY(-2px)}.EditorAssistantDrawer-module__1D2D-q__drawer{z-index:85;border-right:1px solid var(--editor-panel-border);background:var(--editor-form-bg-gradient), var(--editor-form-bg-layer);width:min(390px,100vw - 1.5rem);color:var(--text-primary);box-sizing:border-box;flex-direction:column;gap:.9rem;padding:1rem;transition:transform .24s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(calc(-100% - 1px));box-shadow:24px 0 70px #00000052}.EditorAssistantDrawer-module__1D2D-q__drawerOpen{transform:translate(0)}.EditorAssistantDrawer-module__1D2D-q__panel{z-index:1;width:100%;height:100%;min-height:0;color:var(--text-primary);box-shadow:none;box-sizing:border-box;background:0 0;border:0;flex-direction:column;gap:.55rem;padding:.65rem 1rem .85rem;display:flex;position:relative;overflow:hidden;transform:none}.EditorAssistantDrawer-module__1D2D-q__header{border-bottom:1px solid var(--editor-panel-border);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.45rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__header h2,.EditorAssistantDrawer-module__1D2D-q__kicker,.EditorAssistantDrawer-module__1D2D-q__message p,.EditorAssistantDrawer-module__1D2D-q__empty p,.EditorAssistantDrawer-module__1D2D-q__error{margin:0}.EditorAssistantDrawer-module__1D2D-q__header h2{letter-spacing:-.04em;font-size:1.55rem;font-weight:500}.EditorAssistantDrawer-module__1D2D-q__headerActions{align-items:center;gap:.3rem;display:inline-flex}.EditorAssistantDrawer-module__1D2D-q__kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.25rem;font-size:.68rem;font-weight:700}.EditorAssistantDrawer-module__1D2D-q__closeBtn,.EditorAssistantDrawer-module__1D2D-q__iconBtn,.EditorAssistantDrawer-module__1D2D-q__micBtn,.EditorAssistantDrawer-module__1D2D-q__sendBtn{cursor:pointer;color:var(--text-primary);border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s,background .15s,color .15s,opacity .15s;display:inline-flex}.EditorAssistantDrawer-module__1D2D-q__closeBtn{width:2rem;height:2rem;color:var(--text-secondary);background:0 0}.EditorAssistantDrawer-module__1D2D-q__closeBtn:hover{color:var(--text-primary);background:var(--editor-control-bg)}.EditorAssistantDrawer-module__1D2D-q__messages{flex-direction:column;flex:1;gap:.75rem;min-height:0;padding:.35rem .85rem .3rem;display:flex;overflow-y:auto}.EditorAssistantDrawer-module__1D2D-q__panel .EditorAssistantDrawer-module__1D2D-q__messages{padding:.35rem .85rem .55rem;overflow-y:auto}.EditorAssistantDrawer-module__1D2D-q__empty{border:1px solid var(--editor-panel-border);color:var(--text-secondary);background:var(--editor-panel-surface);border-radius:1.2rem;margin:auto 0;padding:1.2rem;font-size:.92rem;line-height:1.55}.EditorAssistantDrawer-module__1D2D-q__message{white-space:pre-wrap;border-radius:1.4rem;max-width:86%;padding:.55rem .78rem;font-size:.9rem;line-height:1.55;position:relative}.EditorAssistantDrawer-module__1D2D-q__messageDeleteBtn{background:color-mix(in srgb, var(--editor-panel-surface) 90%, transparent);width:1.55rem;height:1.55rem;color:var(--text-secondary);box-shadow:0 6px 16px color-mix(in srgb, var(--text-primary) 10%, transparent);cursor:pointer;opacity:0;border:0;border-radius:999px;justify-content:center;align-items:center;transition:opacity .16s,transform .16s,color .16s,background .16s;display:inline-flex;position:absolute;top:-.15rem;transform:translateY(.15rem)}.EditorAssistantDrawer-module__1D2D-q__messageDeleteBtn:hover,.EditorAssistantDrawer-module__1D2D-q__messageDeleteBtn:focus-visible{background:var(--editor-control-bg-hover);color:var(--text-primary)}.EditorAssistantDrawer-module__1D2D-q__message:hover .EditorAssistantDrawer-module__1D2D-q__messageDeleteBtn,.EditorAssistantDrawer-module__1D2D-q__message:focus-within .EditorAssistantDrawer-module__1D2D-q__messageDeleteBtn{opacity:1;transform:translateY(0)}.EditorAssistantDrawer-module__1D2D-q__userMessage{background:color-mix(in srgb, var(--text-primary) 9%, var(--bg-primary));color:#111;align-self:flex-end;width:fit-content;max-width:82%}.EditorAssistantDrawer-module__1D2D-q__userMessage .EditorAssistantDrawer-module__1D2D-q__messageDeleteBtn{left:-.85rem}.EditorAssistantDrawer-module__1D2D-q__assistantMessage{max-width:94%;color:var(--text-primary);background:0 0;border:0;border-radius:0;align-self:flex-start;padding:.2rem .1rem}.EditorAssistantDrawer-module__1D2D-q__assistantMessage .EditorAssistantDrawer-module__1D2D-q__messageDeleteBtn{right:-1.65rem}.EditorAssistantDrawer-module__1D2D-q__messageResponder{color:color-mix(in srgb, #38a5ff 82%, var(--text-secondary));flex-wrap:wrap;align-items:baseline;gap:.25rem .45rem;margin:0 0 .35rem;font-size:.72rem;line-height:1.35;display:flex}.EditorAssistantDrawer-module__1D2D-q__messageResponder strong{color:color-mix(in srgb, #1591ff 88%, var(--text-primary));font-weight:700}.EditorAssistantDrawer-module__1D2D-q__messageResponder span{color:var(--text-muted);overflow-wrap:anywhere}.EditorAssistantDrawer-module__1D2D-q__messageDebugReason{border-left:2px solid color-mix(in srgb, #2563eb 72%, var(--text-primary));background:color-mix(in srgb, #2563eb 8%, var(--editor-panel-surface));color:var(--text-secondary);white-space:normal;border-radius:.65rem;gap:.18rem;margin-top:.5rem;padding:.55rem .65rem;font-size:.78rem;line-height:1.4;display:grid}.EditorAssistantDrawer-module__1D2D-q__messageDebugReason strong{color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:650}.EditorAssistantDrawer-module__1D2D-q__messageDebugReason span{overflow-wrap:anywhere}.EditorAssistantDrawer-module__1D2D-q__messageAttachments{gap:.4rem;margin-bottom:.55rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__actions{gap:.48rem;margin-top:.72rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__results{gap:.55rem;margin-top:.72rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__resultCard{border:1px solid var(--editor-control-border);background:var(--editor-input-surface);border-radius:.9rem;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__resultCard[data-status=error]{border-color:#ff6b6b6b}.EditorAssistantDrawer-module__1D2D-q__resultMedia{object-fit:cover;background:#0000001f;width:100%;max-height:13rem;display:block}.EditorAssistantDrawer-module__1D2D-q__resultBody{gap:.22rem;padding:.65rem .72rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__resultBody strong{font-size:.82rem;line-height:1.25}.EditorAssistantDrawer-module__1D2D-q__resultBody span,.EditorAssistantDrawer-module__1D2D-q__resultBody code,.EditorAssistantDrawer-module__1D2D-q__resultBody pre{color:var(--text-secondary);font-size:.72rem;line-height:1.35}.EditorAssistantDrawer-module__1D2D-q__resultBody code{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__resultBody pre{border:1px solid var(--editor-panel-border);background:var(--editor-panel-surface);white-space:pre-wrap;word-break:break-word;border-radius:.55rem;max-height:11rem;margin:.28rem 0 0;padding:.55rem;overflow:auto}.EditorAssistantDrawer-module__1D2D-q__actionCard{border:1px solid color-mix(in srgb, var(--editor-control-border) 82%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--editor-input-surface) 94%, white) 0%, var(--editor-input-surface) 100%);border-radius:1rem;justify-content:space-between;align-items:flex-start;gap:.85rem;padding:.82rem .88rem;display:flex;box-shadow:0 12px 28px #00000009}.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=applying],.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=running]{border-color:color-mix(in srgb, var(--text-primary) 24%, var(--editor-control-border))}.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=completed]{border-color:color-mix(in srgb, #39c77f 34%, var(--editor-control-border))}.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=failed]{border-color:#ff6b6b7a}.EditorAssistantDrawer-module__1D2D-q__actionContent{gap:.38rem;min-width:0;display:grid}.EditorAssistantDrawer-module__1D2D-q__actionHeader{justify-content:space-between;align-items:center;gap:.65rem;min-width:0;display:flex}.EditorAssistantDrawer-module__1D2D-q__actionCard strong{letter-spacing:-.01em;color:var(--text-primary);font-size:.88rem;font-weight:650;line-height:1.2}.EditorAssistantDrawer-module__1D2D-q__actionReason,.EditorAssistantDrawer-module__1D2D-q__actionOperation{color:var(--text-secondary);font-size:.75rem;line-height:1.42}.EditorAssistantDrawer-module__1D2D-q__actionReason{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__actionPreviewThumbs{scrollbar-width:none;align-items:center;gap:.38rem;margin-top:.12rem;display:flex;overflow-x:auto}.EditorAssistantDrawer-module__1D2D-q__actionPreviewThumbs::-webkit-scrollbar{display:none}.EditorAssistantDrawer-module__1D2D-q__actionPreviewThumb{border:1px solid color-mix(in srgb, var(--editor-panel-border) 84%, transparent);background:#00000014;border-radius:.68rem;flex:none;width:3.25rem;height:3.25rem;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__actionPreviewThumb img,.EditorAssistantDrawer-module__1D2D-q__actionPreviewThumb video{object-fit:cover;width:100%;height:100%;display:block}.EditorAssistantDrawer-module__1D2D-q__actionPlanDetails{border-top:1px solid color-mix(in srgb, var(--editor-panel-border) 58%, transparent);margin-top:.08rem;padding-top:.42rem}.EditorAssistantDrawer-module__1D2D-q__actionPlanDetails summary{width:fit-content;color:color-mix(in srgb, #3b82f6 86%, var(--text-primary));cursor:pointer;font-size:.74rem;font-weight:760;line-height:1.3;list-style:none}.EditorAssistantDrawer-module__1D2D-q__actionPlanDetails summary::-webkit-details-marker{display:none}.EditorAssistantDrawer-module__1D2D-q__actionPlanDetails summary:after{content:"";border:1.5px solid;border-width:0 1.5px 1.5px 0;width:.38rem;height:.38rem;margin-left:.28rem;transition:transform .16s;display:inline-block;transform:translateY(-.12rem)rotate(45deg)}.EditorAssistantDrawer-module__1D2D-q__actionPlanDetails[open] summary:after{transform:translateY(.08rem)rotate(225deg)}.EditorAssistantDrawer-module__1D2D-q__actionPlanItems{gap:.42rem;margin-top:.48rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__actionPlanItem{gap:.12rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__actionPlanItem strong{color:var(--text-primary);font-size:.74rem;font-weight:740}.EditorAssistantDrawer-module__1D2D-q__actionPlanItem span,.EditorAssistantDrawer-module__1D2D-q__actionPlanMore{color:var(--text-secondary);white-space:pre-wrap;font-size:.72rem;line-height:1.38}.EditorAssistantDrawer-module__1D2D-q__actionPlanFirstFrame{border:1px solid color-mix(in srgb, #2f80ff 18%, var(--editor-panel-border));background:color-mix(in srgb, #2f80ff 6%, var(--editor-input-surface));border-radius:8px;margin-top:.08rem;padding:.42rem .5rem;color:var(--text-primary)!important}.EditorAssistantDrawer-module__1D2D-q__actionOperation{border-top:1px solid color-mix(in srgb, var(--editor-panel-border) 68%, transparent);color:color-mix(in srgb, var(--text-primary) 58%, var(--text-secondary));margin-top:.04rem;padding-top:.42rem}.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=failed] .EditorAssistantDrawer-module__1D2D-q__actionOperation{color:#ff8a8a}.EditorAssistantDrawer-module__1D2D-q__actionStatus{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;background:0 0;border-radius:999px;flex:none;align-items:center;gap:.28rem;padding:0;font-size:.64rem;font-weight:750;line-height:1.2;display:inline-flex}.EditorAssistantDrawer-module__1D2D-q__actionStatus:before{content:"";opacity:.48;background:currentColor;border-radius:999px;width:.38rem;height:.38rem}.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=applying] .EditorAssistantDrawer-module__1D2D-q__actionStatus,.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=running] .EditorAssistantDrawer-module__1D2D-q__actionStatus{color:var(--text-primary)}.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=completed] .EditorAssistantDrawer-module__1D2D-q__actionStatus{color:#39c77f}.EditorAssistantDrawer-module__1D2D-q__actionCard[data-status=failed] .EditorAssistantDrawer-module__1D2D-q__actionStatus{color:#ff8a8a}.EditorAssistantDrawer-module__1D2D-q__actionCard pre{border:1px solid var(--editor-panel-border);background:var(--editor-panel-surface);color:var(--text-secondary);font:inherit;white-space:pre-wrap;word-break:break-word;border-radius:.55rem;margin:.3rem 0 0;padding:.5rem;font-size:.72rem;line-height:1.35}.EditorAssistantDrawer-module__1D2D-q__actionCard button{border:1px solid color-mix(in srgb, var(--text-primary) 18%, var(--editor-control-border));background:var(--text-primary);min-width:5.2rem;min-height:2.15rem;color:var(--bg-primary);cursor:pointer;border-radius:999px;flex-shrink:0;padding:0 .82rem;font-size:.8rem;font-weight:680;transition:transform .16s,opacity .16s,box-shadow .16s;box-shadow:0 8px 18px #0000001a}.EditorAssistantDrawer-module__1D2D-q__actionCard button:not(:disabled){color:var(--bg-primary)}.EditorAssistantDrawer-module__1D2D-q__actionCard button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 11px 22px #00000024}.EditorAssistantDrawer-module__1D2D-q__clarificationCard{border:1px solid color-mix(in srgb, var(--text-primary) 14%, var(--editor-control-border));background:color-mix(in srgb, var(--editor-input-surface) 90%, var(--bg-primary));box-shadow:0 14px 32px color-mix(in srgb, var(--text-primary) 8%, transparent);border-radius:.95rem;gap:.72rem;padding:.85rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__clarificationHeader{gap:.24rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__clarificationHeader span{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:820;line-height:1}.EditorAssistantDrawer-module__1D2D-q__clarificationHeader strong{color:var(--text-primary);font-size:.93rem;line-height:1.22}.EditorAssistantDrawer-module__1D2D-q__clarificationCard p{color:var(--text-secondary);margin:-.25rem 0 0;font-size:.76rem;line-height:1.36}.EditorAssistantDrawer-module__1D2D-q__hookScriptCard{border:1px solid color-mix(in srgb, var(--editor-control-border) 88%, transparent);background:color-mix(in srgb, var(--editor-input-surface) 94%, var(--bg-primary));box-shadow:0 14px 32px color-mix(in srgb, var(--text-primary) 8%, transparent);border-radius:.95rem;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__hookScriptCard summary{cursor:pointer;gap:.25rem;padding:.82rem .9rem;list-style:none;display:grid}.EditorAssistantDrawer-module__1D2D-q__hookScriptCard summary::-webkit-details-marker{display:none}.EditorAssistantDrawer-module__1D2D-q__hookScriptCard summary span{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem;font-weight:820;line-height:1}.EditorAssistantDrawer-module__1D2D-q__hookScriptCard summary strong{color:var(--text-primary);font-size:.94rem;line-height:1.2}.EditorAssistantDrawer-module__1D2D-q__hookScriptBody{gap:.42rem;padding:0 .9rem .88rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__hookScriptBody p{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:660;line-height:1.35}.EditorAssistantDrawer-module__1D2D-q__hookScriptBody small{color:var(--text-secondary);font-size:.74rem;line-height:1.36}.EditorAssistantDrawer-module__1D2D-q__creativeSetupBody{gap:.66rem;padding:0 .9rem .88rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__creativeSetupWorkspaceNote{border:1px solid color-mix(in srgb, var(--editor-control-border) 82%, transparent);background:color-mix(in srgb, var(--editor-panel-surface) 82%, transparent);box-shadow:0 8px 24px color-mix(in srgb, var(--text-primary) 4%, transparent);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .82rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__creativeSetupWorkspaceNote>div{gap:.2rem;min-width:0;display:grid}.EditorAssistantDrawer-module__1D2D-q__creativeSetupWorkspaceNote strong{color:var(--text-primary);font-size:.8rem}.EditorAssistantDrawer-module__1D2D-q__creativeSetupWorkspaceNote span{color:var(--text-secondary);font-size:.74rem;line-height:1.35}.EditorAssistantDrawer-module__1D2D-q__creativeSetupWorkspaceNote button{border:1px solid var(--editor-control-border);background:color-mix(in srgb, var(--editor-control-bg) 82%, var(--editor-panel-surface));min-height:2rem;color:var(--text-primary);cursor:pointer;font:inherit;white-space:nowrap;border-radius:999px;flex:none;padding:0 .65rem;font-size:.7rem;font-weight:720}.EditorAssistantDrawer-module__1D2D-q__creativeSetupHeaderBlock{gap:.28rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__creativeSetupSceneHeader span,.EditorAssistantDrawer-module__1D2D-q__creativeSetupInlineEditor>span{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:760;line-height:1.2}.EditorAssistantDrawer-module__1D2D-q__creativeSetupTitleRow,.EditorAssistantDrawer-module__1D2D-q__creativeSetupSceneHeader{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__creativeSetupTitleRow strong{min-width:0;color:var(--text-primary);overflow-wrap:anywhere;flex:auto;font-size:.92rem;font-weight:760;line-height:1.2}.EditorAssistantDrawer-module__1D2D-q__creativeSetupDensity{border:1px solid color-mix(in srgb, var(--editor-control-border) 72%, transparent);color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:.34rem .48rem;font-size:.64rem;font-weight:780;line-height:1}.EditorAssistantDrawer-module__1D2D-q__creativeSetupTitleRow button,.EditorAssistantDrawer-module__1D2D-q__creativeSetupSceneHeader button,.EditorAssistantDrawer-module__1D2D-q__creativeSetupEditActions button{border:1px solid color-mix(in srgb, var(--editor-control-border) 82%, transparent);background:color-mix(in srgb, var(--editor-panel-surface) 78%, transparent);color:var(--text-secondary);cursor:pointer;font:inherit;border-radius:999px;flex-shrink:0;padding:.38rem .55rem;font-size:.68rem;font-weight:760;line-height:1;transition:background .15s,border-color .15s,color .15s}.EditorAssistantDrawer-module__1D2D-q__creativeSetupTitleRow button:hover:not(:disabled),.EditorAssistantDrawer-module__1D2D-q__creativeSetupSceneHeader button:hover:not(:disabled),.EditorAssistantDrawer-module__1D2D-q__creativeSetupEditActions button:hover:not(:disabled){border-color:color-mix(in srgb, var(--text-primary) 22%, var(--editor-control-border));background:color-mix(in srgb, var(--text-primary) 6%, var(--editor-panel-surface));color:var(--text-primary)}.EditorAssistantDrawer-module__1D2D-q__creativeSetupTitleRow button:disabled,.EditorAssistantDrawer-module__1D2D-q__creativeSetupSceneHeader button:disabled,.EditorAssistantDrawer-module__1D2D-q__creativeSetupEditActions button:disabled{cursor:default;opacity:.48}.EditorAssistantDrawer-module__1D2D-q__creativeSetupCharacters{border:1px solid color-mix(in srgb, var(--editor-control-border) 82%, transparent);background:color-mix(in srgb, var(--editor-panel-surface) 72%, transparent);border-radius:.72rem;gap:.42rem;padding:.68rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__creativeSetupCharacters>span{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:780;line-height:1.2}.EditorAssistantDrawer-module__1D2D-q__creativeSetupCharacter{gap:.14rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__creativeSetupCharacter strong{color:var(--text-primary);font-size:.8rem;line-height:1.25}.EditorAssistantDrawer-module__1D2D-q__creativeSetupCharacter p{color:var(--text-secondary);margin:0;font-size:.74rem;line-height:1.38}.EditorAssistantDrawer-module__1D2D-q__creativeSetupCharacter small{color:var(--text-tertiary);font-size:.68rem;line-height:1.25}.EditorAssistantDrawer-module__1D2D-q__creativeSetupScene{border-top:1px solid color-mix(in srgb, var(--editor-control-border) 70%, transparent);gap:.2rem;padding:.62rem 0;display:grid}.EditorAssistantDrawer-module__1D2D-q__creativeSetupScene:first-child{border-top:0;padding-top:0}.EditorAssistantDrawer-module__1D2D-q__creativeSetupScene strong{color:var(--text-primary);font-size:.82rem;line-height:1.25}.EditorAssistantDrawer-module__1D2D-q__creativeSetupScene p{color:var(--text-secondary);margin:0;font-size:.76rem;line-height:1.42}.EditorAssistantDrawer-module__1D2D-q__creativeSetupReferenceThumbs{scrollbar-width:none;align-items:center;gap:.36rem;padding-top:.22rem;display:flex;overflow-x:auto}.EditorAssistantDrawer-module__1D2D-q__creativeSetupReferenceThumbs::-webkit-scrollbar{display:none}.EditorAssistantDrawer-module__1D2D-q__creativeSetupReferenceThumb{border:1px solid color-mix(in srgb, var(--editor-control-border) 78%, transparent);background:color-mix(in srgb, var(--bg-primary) 84%, var(--editor-panel-surface));border-radius:.42rem;flex:none;width:2.8rem;height:2.8rem;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__creativeSetupReferenceThumb img,.EditorAssistantDrawer-module__1D2D-q__creativeSetupReferenceThumb video{object-fit:cover;width:100%;height:100%;display:block}.EditorAssistantDrawer-module__1D2D-q__creativeSetupInlineEditor{gap:.42rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__creativeSetupInlineEditor input,.EditorAssistantDrawer-module__1D2D-q__creativeSetupInlineEditor textarea{border:1px solid var(--editor-control-border);background:color-mix(in srgb, var(--editor-input-surface) 92%, var(--bg-primary));width:100%;color:var(--text-primary);font:inherit;resize:vertical;border-radius:.58rem;outline:none;padding:.54rem .62rem;font-size:.78rem;line-height:1.38}.EditorAssistantDrawer-module__1D2D-q__creativeSetupInlineEditor input:focus,.EditorAssistantDrawer-module__1D2D-q__creativeSetupInlineEditor textarea:focus{border-color:color-mix(in srgb, var(--text-primary) 28%, var(--editor-control-border));box-shadow:0 0 0 3px color-mix(in srgb, var(--text-primary) 8%, transparent)}.EditorAssistantDrawer-module__1D2D-q__creativeSetupEditActions{justify-content:flex-end;gap:.36rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__creativeSetupActions{flex-wrap:wrap;align-items:center;gap:.42rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__creativeSetupApprove,.EditorAssistantDrawer-module__1D2D-q__creativeSetupSecondary{cursor:pointer;width:auto;min-height:2.24rem;font:inherit;justify-self:start;padding:0 .9rem;font-size:.78rem;font-weight:760}.EditorAssistantDrawer-module__1D2D-q__creativeSetupApprove{border:1px solid color-mix(in srgb, var(--text-primary) 14%, var(--editor-control-border));background:var(--text-primary);color:var(--bg-primary);border-radius:999px}.EditorAssistantDrawer-module__1D2D-q__creativeSetupSecondary{border:1px solid color-mix(in srgb, var(--editor-control-border) 82%, transparent);background:color-mix(in srgb, var(--editor-panel-surface) 78%, transparent);color:var(--text-secondary);border-radius:999px}.EditorAssistantDrawer-module__1D2D-q__creativeSetupApprove:disabled,.EditorAssistantDrawer-module__1D2D-q__creativeSetupSecondary:disabled{cursor:default;opacity:.46}.EditorAssistantDrawer-module__1D2D-q__clarificationOptions{gap:.42rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__clarificationOptions button,.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform button{border:1px solid var(--editor-control-border);background:var(--editor-panel-surface);min-height:2.18rem;color:var(--text-primary);font:inherit;cursor:pointer;border-radius:.72rem;font-size:.78rem;font-weight:760}.EditorAssistantDrawer-module__1D2D-q__clarificationOptions button{text-align:left;width:100%;padding:.45rem .68rem}.EditorAssistantDrawer-module__1D2D-q__clarificationOptions button:hover:not(:disabled),.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform button:hover:not(:disabled){border-color:color-mix(in srgb, var(--text-primary) 18%, var(--editor-control-border));background:var(--editor-control-bg-hover)}.EditorAssistantDrawer-module__1D2D-q__clarificationOptions button:disabled,.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform button:disabled{cursor:not-allowed;opacity:.55}.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform{grid-template-columns:minmax(0,1fr) auto;gap:.42rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform input{border:1px solid var(--editor-control-border);background:var(--bg-primary);min-width:0;min-height:2.18rem;color:var(--text-primary);font:inherit;border-radius:.72rem;outline:0;padding:0 .72rem;font-size:.8rem}.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform input::placeholder{color:var(--text-tertiary)}.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform input:focus{border-color:color-mix(in srgb, var(--text-primary) 24%, var(--editor-control-border))}.EditorAssistantDrawer-module__1D2D-q__clarificationFreeform button{background:var(--text-primary);color:var(--bg-primary);padding:0 .78rem}.EditorAssistantDrawer-module__1D2D-q__messageThumb{background:#0000001f;border-radius:.65rem;width:3.35rem;height:3.35rem;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__messageThumb img,.EditorAssistantDrawer-module__1D2D-q__attachment img{object-fit:cover;width:100%;height:100%;display:block}.EditorAssistantDrawer-module__1D2D-q__error{color:#ff6b6b;font-size:.8rem;line-height:1.45}.EditorAssistantDrawer-module__1D2D-q__attachments{gap:.45rem;padding:.1rem .05rem;display:flex;overflow-x:auto}.EditorAssistantDrawer-module__1D2D-q__attachment{border:1px solid var(--editor-panel-border);background:var(--editor-panel-surface);border-radius:.85rem;flex-shrink:0;width:4.2rem;height:4.2rem;position:relative;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__attachmentStatus{color:#fff;background:#0000009e;border-radius:999px;padding:.12rem .28rem;font-size:.57rem;font-weight:600;position:absolute;bottom:.25rem;left:.25rem}.EditorAssistantDrawer-module__1D2D-q__attachment button{color:#fff;cursor:pointer;background:#000000ad;border:0;border-radius:50%;width:1.15rem;height:1.15rem;position:absolute;top:.18rem;right:.18rem}.EditorAssistantDrawer-module__1D2D-q__composerStack{gap:0;display:grid;position:relative}.EditorAssistantDrawer-module__1D2D-q__panel .EditorAssistantDrawer-module__1D2D-q__composerStack{z-index:2;background:linear-gradient(to top, var(--editor-form-bg-layer) 78%, transparent), var(--editor-form-bg-gradient);flex:none;margin:0 -.15rem;padding:.55rem .15rem 0}.EditorAssistantDrawer-module__1D2D-q__mediaShelfWrap,.EditorAssistantDrawer-module__1D2D-q__scriptShelfWrap{justify-content:stretch;min-width:0;display:flex}.EditorAssistantDrawer-module__1D2D-q__scriptShelfLink{border:1px solid var(--editor-control-border);background:var(--editor-panel-surface);width:100%;min-height:2.45rem;color:var(--text-primary);cursor:pointer;font:inherit;box-shadow:inset 0 -1px 0 color-mix(in srgb, var(--editor-control-border) 74%, transparent);text-align:left;border-bottom:0;border-radius:1.05rem 1.05rem 0 0;align-items:center;gap:.55rem;padding:.46rem .72rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__scriptShelfLink:hover{background:var(--editor-control-bg-hover)}.EditorAssistantDrawer-module__1D2D-q__scriptShelfIcon{background:var(--text-primary);width:1.75rem;height:1.75rem;color:var(--bg-primary);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.EditorAssistantDrawer-module__1D2D-q__scriptShelfText{align-items:baseline;gap:.45rem;min-width:0;display:flex;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__scriptShelfText strong{letter-spacing:-.015em;white-space:nowrap;font-size:.82rem;font-weight:760}.EditorAssistantDrawer-module__1D2D-q__scriptShelfText em{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-style:normal;font-weight:650;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__mediaShelfLink{border:1px solid var(--editor-control-border);background:var(--editor-panel-surface);width:100%;min-height:2.45rem;color:var(--text-primary);cursor:pointer;font:inherit;box-shadow:inset 0 -1px 0 color-mix(in srgb, var(--editor-control-border) 74%, transparent);border-bottom:0;border-radius:1.05rem 1.05rem 0 0;justify-content:flex-start;align-items:center;gap:0;padding:.32rem .55rem;font-size:.78rem;font-weight:650;display:flex}.EditorAssistantDrawer-module__1D2D-q__mediaShelfLink em{color:var(--text-secondary);margin-left:.55rem;font-size:.7rem;font-style:normal}.EditorAssistantDrawer-module__1D2D-q__mediaShelfThumbs{align-items:center;width:100%;min-width:0;display:inline-flex;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__mediaShelfThumb,.EditorAssistantDrawer-module__1D2D-q__mediaShelfMore{border:2px solid var(--editor-panel-surface);background:var(--editor-control-bg);width:2rem;height:2rem;color:var(--text-secondary);box-shadow:0 0 0 1px var(--editor-panel-border);border-radius:999px;justify-content:center;align-items:center;font-size:.62rem;font-weight:800;display:inline-flex;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__mediaShelfThumb+.EditorAssistantDrawer-module__1D2D-q__mediaShelfThumb,.EditorAssistantDrawer-module__1D2D-q__mediaShelfMore{margin-left:-.34rem}.EditorAssistantDrawer-module__1D2D-q__mediaShelfMore{flex:0 0 2rem}.EditorAssistantDrawer-module__1D2D-q__mediaShelfThumb img,.EditorAssistantDrawer-module__1D2D-q__mediaShelfThumb video{object-fit:cover;width:100%;height:100%;display:block}.EditorAssistantDrawer-module__1D2D-q__assetSheet{z-index:8;border:1px solid var(--editor-control-border);background:color-mix(in srgb, var(--editor-input-surface) 94%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.25rem;gap:.65rem;max-height:min(22rem,52vh);padding:.78rem;display:grid;position:absolute;bottom:calc(100% + .55rem);left:0;right:0;overflow:auto;box-shadow:0 18px 60px #00000038}.EditorAssistantDrawer-module__1D2D-q__assetSheetHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__assetTile small{margin:0}.EditorAssistantDrawer-module__1D2D-q__assetSheetHeader div{gap:.1rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__assetSheetHeader strong{color:var(--text-primary);font-size:.86rem;line-height:1.2}.EditorAssistantDrawer-module__1D2D-q__assetSheetHeader span{color:var(--text-secondary);font-size:.7rem}.EditorAssistantDrawer-module__1D2D-q__assetSheetHeader button{color:var(--text-primary);cursor:pointer;font:inherit;background:0 0;border:0;font-size:.74rem;font-weight:800}.EditorAssistantDrawer-module__1D2D-q__assetTileRemove{z-index:2;border:1px solid color-mix(in srgb, var(--editor-panel-border) 70%, transparent);background:color-mix(in srgb, var(--bg-primary) 74%, transparent);width:1.45rem;height:1.45rem;color:var(--text-primary);cursor:pointer;font:inherit;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;justify-content:center;align-items:center;font-size:.68rem;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:.36rem;right:.36rem}.EditorAssistantDrawer-module__1D2D-q__assetTileRemove:disabled{cursor:wait;opacity:.62}.EditorAssistantDrawer-module__1D2D-q__assetGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.52rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__assetTile,.EditorAssistantDrawer-module__1D2D-q__assetAddTile{border:1px solid var(--editor-panel-border);background:var(--editor-panel-surface);border-radius:1rem;min-height:6.15rem;position:relative;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__assetTile img,.EditorAssistantDrawer-module__1D2D-q__assetTile video{object-fit:cover;width:100%;height:6.15rem;display:block}.EditorAssistantDrawer-module__1D2D-q__assetPlaceholder{height:6.15rem;color:var(--text-secondary);text-transform:uppercase;place-items:center;font-size:.72rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__assetTileMeta{background:color-mix(in srgb, var(--bg-primary) 82%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;justify-content:center;align-items:center;max-width:calc(100% - .84rem);padding:.22rem .42rem;display:inline-flex;position:absolute;bottom:.42rem;left:.42rem;right:auto}.EditorAssistantDrawer-module__1D2D-q__assetTileMeta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-secondary);text-transform:uppercase;font-size:.64rem;font-weight:750;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__assetTileMeta button{font-size:.66rem}.EditorAssistantDrawer-module__1D2D-q__assetTileMeta button:disabled{opacity:.45;cursor:not-allowed}.EditorAssistantDrawer-module__1D2D-q__assetTile small{color:#ff6b6b;background:#ff6b6b24;border-radius:.45rem;padding:.25rem .35rem;font-size:.62rem;line-height:1.2;position:absolute;inset:auto .35rem 1.95rem}.EditorAssistantDrawer-module__1D2D-q__assetTile[data-status=pending],.EditorAssistantDrawer-module__1D2D-q__assetTile[data-status=uploading],.EditorAssistantDrawer-module__1D2D-q__assetTile[data-status=deleting]{opacity:.68}.EditorAssistantDrawer-module__1D2D-q__assetAddTile{color:var(--text-primary);cursor:pointer;place-items:center;font-size:1.4rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__urlInputPanel{border:1px solid var(--editor-control-border);background:#fff;border-bottom:0;border-radius:1.05rem 1.05rem 0 0;gap:.5rem;padding:.58rem;display:grid}:is(.EditorAssistantDrawer-module__1D2D-q__composerStack:has(.EditorAssistantDrawer-module__1D2D-q__scriptShelfWrap) .EditorAssistantDrawer-module__1D2D-q__urlInputPanel,.EditorAssistantDrawer-module__1D2D-q__composerStack:has(.EditorAssistantDrawer-module__1D2D-q__mediaShelfWrap) .EditorAssistantDrawer-module__1D2D-q__urlInputPanel){border-top:0;border-radius:0}.EditorAssistantDrawer-module__1D2D-q__urlInputField{background:#f3f4f6;border:1px solid #11111117;border-radius:.78rem;align-items:center;gap:.55rem;min-width:0;min-height:2.25rem;padding:0 .7rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__urlInputField svg{color:var(--text-secondary);flex:none}.EditorAssistantDrawer-module__1D2D-q__urlInputField input{color:#111;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:.86rem}.EditorAssistantDrawer-module__1D2D-q__urlInputField input::placeholder{color:#9ca3af}.EditorAssistantDrawer-module__1D2D-q__urlInputError{color:#ff6b6b;margin:-.12rem 0 0;font-size:.72rem;line-height:1.35}.EditorAssistantDrawer-module__1D2D-q__urlInputActions{justify-content:flex-end;gap:.38rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__urlInputActions button{background:var(--editor-control-bg);min-height:1.85rem;color:var(--text-primary);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:0 .7rem;font-size:.74rem;font-weight:750}.EditorAssistantDrawer-module__1D2D-q__urlInputActions button[type=submit]{background:var(--text-primary);color:var(--bg-primary)}.EditorAssistantDrawer-module__1D2D-q__urlInputActions button:disabled{opacity:.38;cursor:not-allowed}.EditorAssistantDrawer-module__1D2D-q__composer{border:1px solid var(--editor-control-border);background:#fff;border-top:0;border-radius:0 0 1.05rem 1.05rem;grid-template-rows:auto 2.05rem;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:end;gap:.35rem .55rem;min-width:0;padding:.58rem;display:grid}.EditorAssistantDrawer-module__1D2D-q__composerStack:not(:has(.EditorAssistantDrawer-module__1D2D-q__mediaShelfWrap)):not(:has(.EditorAssistantDrawer-module__1D2D-q__scriptShelfWrap)):not(:has(.EditorAssistantDrawer-module__1D2D-q__urlInputPanel)) .EditorAssistantDrawer-module__1D2D-q__composer{border-top:1px solid var(--editor-control-border);border-radius:1.05rem}.EditorAssistantDrawer-module__1D2D-q__fileInput{display:none}.EditorAssistantDrawer-module__1D2D-q__iconBtn,.EditorAssistantDrawer-module__1D2D-q__micBtn,.EditorAssistantDrawer-module__1D2D-q__sendBtn{flex:0 0 2.05rem;width:2.05rem;min-width:2.05rem;height:2.05rem}.EditorAssistantDrawer-module__1D2D-q__addMenuWrap{flex:none;grid-area:2/1;align-items:center;gap:.35rem;display:inline-flex;position:relative}.EditorAssistantDrawer-module__1D2D-q__iconBtn{color:var(--text-secondary);background:0 0}.EditorAssistantDrawer-module__1D2D-q__micBtn{color:var(--text-secondary);background:0 0;grid-area:2/3;justify-self:end}.EditorAssistantDrawer-module__1D2D-q__micBtnRecording{color:#fff;background:#ef4444}.EditorAssistantDrawer-module__1D2D-q__micBtn svg{width:1.28rem;height:1.28rem}.EditorAssistantDrawer-module__1D2D-q__iconBtn:hover:not(:disabled){color:var(--text-primary);background:var(--editor-control-bg-hover)}.EditorAssistantDrawer-module__1D2D-q__sessionImagesChip{color:#3b82f6;height:2.05rem;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:.16rem;padding:0 .1rem;font-size:.76rem;font-weight:760;display:inline-flex}.EditorAssistantDrawer-module__1D2D-q__sessionImagesChip:hover{color:#2563eb;text-underline-offset:.18rem;text-decoration:underline}.EditorAssistantDrawer-module__1D2D-q__sessionImagesChip svg{width:.78rem;height:.78rem}.EditorAssistantDrawer-module__1D2D-q__presenterChip{border:1px solid var(--editor-control-border);background:var(--editor-control-bg);width:2.05rem;min-width:2.05rem;height:2.05rem;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__presenterChip:hover:not(:disabled){border-color:color-mix(in srgb, var(--text-primary) 28%, var(--editor-control-border));color:var(--text-primary)}.EditorAssistantDrawer-module__1D2D-q__presenterChip:disabled{cursor:not-allowed;opacity:.45}.EditorAssistantDrawer-module__1D2D-q__presenterChip img{object-fit:cover;width:100%;height:100%;display:block}.EditorAssistantDrawer-module__1D2D-q__micBtn:hover{color:var(--text-primary);background:var(--editor-control-bg-hover)}.EditorAssistantDrawer-module__1D2D-q__micBtnRecording:hover{color:#fff;background:#dc2626}.EditorAssistantDrawer-module__1D2D-q__addMenu{z-index:4;border:1px solid var(--editor-panel-border);background:#fff;border-radius:.85rem;gap:.18rem;min-width:8.25rem;padding:.35rem;display:grid;position:absolute;bottom:calc(100% + .55rem);left:0;box-shadow:0 16px 40px #0000003d}.EditorAssistantDrawer-module__1D2D-q__addMenu button{width:100%;min-width:0;height:2.15rem;color:var(--text-primary);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:.62rem;justify-content:flex-start;align-items:center;gap:.58rem;padding:0 .65rem;font-size:.82rem;font-weight:700;display:flex}.EditorAssistantDrawer-module__1D2D-q__addMenu button svg{color:var(--text-secondary);flex:none}.EditorAssistantDrawer-module__1D2D-q__addMenu button:hover:not(:disabled){background:var(--editor-control-bg-hover)}.EditorAssistantDrawer-module__1D2D-q__addMenu button:disabled{cursor:not-allowed;opacity:.45}.EditorAssistantDrawer-module__1D2D-q__composer textarea{box-sizing:border-box;resize:none;width:100%;min-width:0;min-height:1.85rem;max-height:8.75rem;color:var(--text-primary);font:inherit;overflow-wrap:anywhere;background:0 0;border:0;outline:0;grid-area:1/1/auto/-1;padding:.12rem .14rem;font-size:.92rem;line-height:1.45}.EditorAssistantDrawer-module__1D2D-q__voiceCapture{grid-area:1/1/auto/-1;align-items:center;gap:.62rem;min-width:0;height:2.25rem;display:flex}.EditorAssistantDrawer-module__1D2D-q__voiceWave{flex:1;align-items:center;gap:.13rem;min-width:0;height:1.5rem;display:flex;overflow:hidden}.EditorAssistantDrawer-module__1D2D-q__voiceWave i{background:var(--text-primary);opacity:.9;transform-origin:50%;border-radius:999px;width:.12rem;min-width:.12rem;height:1.45rem;transition:transform 70ms linear,opacity 70ms linear}.EditorAssistantDrawer-module__1D2D-q__voiceTimer{color:var(--text-secondary);font-variant-numeric:tabular-nums;flex:none;font-size:.88rem;line-height:1}.EditorAssistantDrawer-module__1D2D-q__voiceError{color:#ff6b6b;margin:.4rem 0 0;font-size:.75rem;line-height:1.35}.EditorAssistantDrawer-module__1D2D-q__composer>a{grid-area:2/2;justify-self:end}.EditorAssistantDrawer-module__1D2D-q__composer textarea::placeholder{color:var(--editor-status-faint)}.EditorAssistantDrawer-module__1D2D-q__sendBtn{background:var(--text-primary);color:var(--bg-primary);grid-area:2/4;justify-self:end}.EditorAssistantDrawer-module__1D2D-q__sendBtn:hover:not(:disabled){transform:scale(1.04)}.EditorAssistantDrawer-module__1D2D-q__sendBtn:disabled{cursor:not-allowed;opacity:1}.EditorAssistantDrawer-module__1D2D-q__sendBtnCreatingLayers{cursor:pointer}.EditorAssistantDrawer-module__1D2D-q__createLayersMark{justify-content:center;align-items:center;width:1.2rem;height:1.2rem;display:inline-flex;transform:rotate(90deg)}.EditorAssistantDrawer-module__1D2D-q__createLayersMark svg{display:block;overflow:visible}.EditorAssistantDrawer-module__1D2D-q__createLayersMarkBase,.EditorAssistantDrawer-module__1D2D-q__createLayersMarkSweep{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.EditorAssistantDrawer-module__1D2D-q__createLayersMarkBase{stroke:#ffffffeb}.EditorAssistantDrawer-module__1D2D-q__createLayersMarkSweep{stroke:#a6a6a6f2;stroke-dasharray:8 38;filter:drop-shadow(0 0 1.5px #ffffffb3);animation:1.2s linear infinite EditorAssistantDrawer-module__1D2D-q__createLayersTrace}@keyframes EditorAssistantDrawer-module__1D2D-q__createLayersTrace{to{stroke-dashoffset:-46px}}@media (prefers-reduced-motion:reduce){.EditorAssistantDrawer-module__1D2D-q__createLayersMarkSweep{animation:none}}.EditorAssistantDrawer-module__1D2D-q__iconBtn:disabled{opacity:.38;cursor:not-allowed}.EditorAssistantDrawer-module__1D2D-q__stopIcon{background:currentColor;border-radius:.18rem;width:.72rem;height:.72rem}@media (max-width:700px){.EditorAssistantDrawer-module__1D2D-q__drawer{width:min(360px,100vw - .75rem);padding:.85rem;inset:0 auto 0 0}.EditorAssistantDrawer-module__1D2D-q__floatingButton{left:max(.75rem, env(safe-area-inset-left));bottom:max(5rem, env(safe-area-inset-bottom));min-height:2.65rem;padding:0 .85rem}.EditorAssistantDrawer-module__1D2D-q__panel{padding:.65rem .85rem .85rem}.EditorAssistantDrawer-module__1D2D-q__panel .EditorAssistantDrawer-module__1D2D-q__composerStack{padding-bottom:.1rem}}
.ReelProfileFormFields-module__bCjYEG__fieldsRoot{box-sizing:border-box;flex-direction:column;gap:1.2rem;width:100%;max-width:100%;display:flex}@media (max-width:480px){.ReelProfileFormFields-module__bCjYEG__fieldsRoot{gap:.8rem}}.ReelProfileFormFields-module__bCjYEG__profileTabs{z-index:2;border-bottom:1px solid var(--editor-panel-border,#00000014);background:var(--profile-tabs-bg,transparent);align-items:center;gap:1.35rem;padding:0 0 .7rem;display:flex;position:sticky;top:0}.ReelProfileFormFields-module__bCjYEG__profileTab{appearance:none;color:var(--text-secondary,#0000007a);letter-spacing:0;cursor:pointer;background:0 0;border:none;border-radius:0;margin:0;padding:.2rem 0;font-family:inherit;font-size:.95rem;font-weight:500;position:relative}.ReelProfileFormFields-module__bCjYEG__profileTab:after{content:"";background:0 0;height:1px;position:absolute;bottom:-.72rem;left:0;right:0}.ReelProfileFormFields-module__bCjYEG__profileTabActive{color:var(--text-primary,#171717)}.ReelProfileFormFields-module__bCjYEG__profileTabActive:after{background:currentColor}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileTabs{border-bottom-color:var(--editor-panel-border,#ffffff14)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileTab{color:var(--text-secondary,#ffffff7a)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileTabActive{color:var(--text-primary,#ffffffeb)}@media (max-width:640px){.ReelProfileFormFields-module__bCjYEG__profileTabs{justify-content:space-between;gap:1rem;padding-bottom:.65rem}.ReelProfileFormFields-module__bCjYEG__profileTab{font-size:.92rem}}.ReelProfileFormFields-module__bCjYEG__field{flex-direction:column;gap:.5rem;display:flex}.ReelProfileFormFields-module__bCjYEG__row2{grid-template-columns:1fr 1fr;gap:.95rem;display:grid}@media (max-width:640px){.ReelProfileFormFields-module__bCjYEG__row2{grid-template-columns:1fr;gap:.8rem}}.ReelProfileFormFields-module__bCjYEG__row3{grid-template-columns:1fr 1fr 1fr;gap:.95rem;display:grid}@media (max-width:640px){.ReelProfileFormFields-module__bCjYEG__row3{grid-template-columns:1fr;gap:.8rem}}.ReelProfileFormFields-module__bCjYEG__voiceChooseRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:.5rem;width:100%;display:grid}.ReelProfileFormFields-module__bCjYEG__voiceChooseRow>div{flex:0 auto;min-width:0}.ReelProfileFormFields-module__bCjYEG__voiceChooseRow .ReelProfileFormFields-module__bCjYEG__select{border-radius:.78rem;width:100%;min-width:0;min-height:2.35rem;padding-top:.42rem;padding-bottom:.42rem;font-size:.86rem}.ReelProfileFormFields-module__bCjYEG__focusedVoiceChooseRow{grid-template-columns:7.1rem 5.8rem 7.4rem auto;justify-content:center;gap:.45rem}.ReelProfileFormFields-module__bCjYEG__focusedVoiceChooseRow .ReelProfileFormFields-module__bCjYEG__select{border-radius:999px;height:2rem;min-height:2rem;padding:.28rem .78rem;font-size:.82rem;line-height:1.1}.ReelProfileFormFields-module__bCjYEG__focusedVoiceChooseRow .ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn{width:2rem;height:2rem}@media (max-width:640px){.ReelProfileFormFields-module__bCjYEG__voiceChooseRow .ReelProfileFormFields-module__bCjYEG__field .ReelProfileFormFields-module__bCjYEG__select{width:100%}.ReelProfileFormFields-module__bCjYEG__focusedVoiceChooseRow{grid-template-columns:minmax(0,1fr) minmax(0,.85fr) minmax(0,1fr) auto;justify-content:stretch}}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayCell{align-items:center;margin-left:0;display:flex}@media (max-width:640px){.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayCell{justify-content:flex-end}}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn{border:1px solid var(--editor-control-border,var(--border-color,#0000001f));color:#fff;cursor:pointer;background:#171717;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;padding:0;font-family:inherit;transition:opacity .15s,transform .1s,border-color .15s;display:inline-flex}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn:hover{opacity:.92}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn:active{transform:scale(.98)}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayIcon{width:1.5rem;height:1.5rem;display:block}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn{border-color:var(--editor-control-border,#ffffff1f);color:#171717;background:#fafafa}html[data-theme=light] .reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn{color:#fff;background:#171717;border-color:#0000001f}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn:disabled{opacity:.5;cursor:not-allowed}.ReelProfileFormFields-module__bCjYEG__voicePreviewError{color:#b91c1c;margin:.35rem 0 0;font-size:.8125rem;line-height:1.4}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voicePreviewError{color:#fca5a5}.ReelProfileFormFields-module__bCjYEG__label{color:var(--text-secondary,#6b7280);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:600}.ReelProfileFormFields-module__bCjYEG__input,.ReelProfileFormFields-module__bCjYEG__select{min-height:2.85rem}.ReelProfileFormFields-module__bCjYEG__input,.ReelProfileFormFields-module__bCjYEG__select,.ReelProfileFormFields-module__bCjYEG__textarea{border:1px solid var(--editor-control-border,var(--border-color,#0000001f));background:var(--editor-input-surface,#ffffffe6);width:100%;color:var(--text-primary,#171717);box-sizing:border-box;box-shadow:var(--editor-form-inset,inset 0 1px 0 #ffffff08);border-radius:1rem;outline:none;padding:.62rem .82rem;font-family:inherit;font-size:.94rem;transition:border-color .15s,background .15s,box-shadow .15s}.ReelProfileFormFields-module__bCjYEG__input:focus,.ReelProfileFormFields-module__bCjYEG__select:focus,.ReelProfileFormFields-module__bCjYEG__textarea:focus{border-color:var(--editor-panel-border-strong,#0000002e);background:var(--editor-input-surface-focus,#fff);box-shadow:var(--editor-input-focus-ring,0 0 0 3px #0000000f)}.ReelProfileFormFields-module__bCjYEG__textarea{resize:vertical;min-height:5.5rem;line-height:1.5}.ReelProfileFormFields-module__bCjYEG__select{appearance:auto;-webkit-appearance:menulist;-moz-appearance:auto;cursor:pointer;background-image:none}.ReelProfileFormFields-module__bCjYEG__select::-ms-expand{display:none}:is(.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__input,.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__textarea){border-color:var(--editor-control-border,#ffffff14);background:var(--editor-input-surface,#ffffff0a);color:var(--text-primary,#fff)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__select{border-color:var(--editor-control-border,#ffffff14);color:var(--text-primary,#fff);background-color:var(--editor-input-surface,#ffffff0a);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-image:none}:is(.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__input:focus,.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__select:focus,.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__textarea:focus){border-color:var(--editor-panel-border-strong,#ffffff38);background:var(--editor-input-surface-focus,#ffffff0f)}html[data-theme=light] .reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__select{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-image:none}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__label{color:var(--text-secondary,#a1a1aa)}.ReelProfileFormFields-module__bCjYEG__voiceCompact{background:0 0;border:0;border-radius:0;flex-wrap:nowrap;align-items:center;gap:.75rem;min-height:0;margin-top:.35rem;padding:0;display:flex}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompact{background:0 0}.ReelProfileFormFields-module__bCjYEG__ttsEngineRow{flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:.25rem;display:flex}.ReelProfileFormFields-module__bCjYEG__ttsEngineLabel{color:var(--text-secondary,#0000008c);width:100%;font-size:.84rem;font-weight:500}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineLabel{color:var(--text-secondary,#c2c2cc)}.ReelProfileFormFields-module__bCjYEG__ttsEngineSegment{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;width:100%;display:grid}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineSegment{background:0 0;border-color:#0000}.ReelProfileFormFields-module__bCjYEG__ttsEngineBtn{border:1px solid var(--editor-control-border,#0000001a);background:var(--editor-input-surface,#ffffffc7);min-height:4.6rem;color:var(--text-secondary,#0000008c);cursor:pointer;text-align:left;white-space:normal;border-radius:.85rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;padding:.72rem .78rem;font-family:inherit;display:grid;position:relative}.ReelProfileFormFields-module__bCjYEG__ttsEngineBtn:hover{color:var(--text-primary,#111);border-color:var(--editor-panel-border-strong,#0000002e)}.ReelProfileFormFields-module__bCjYEG__ttsEngineBtnActive{background:var(--editor-panel-surface-strong,#fff);color:var(--text-primary,#111);border-color:var(--accent,#5eead4);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent,#5eead4) 38%, transparent)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineBtn{color:var(--text-secondary,#ffffff8c);border-color:var(--editor-control-border,#ffffff1a);background:var(--editor-input-surface,#ffffff0a)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineBtn:hover{color:var(--text-primary,#ffffffd9);border-color:var(--editor-panel-border-strong,#ffffff2e)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineBtnActive{background:var(--editor-control-bg-hover,#ffffff17);color:var(--text-primary,#fff);border-color:var(--accent,#5eead4);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent,#5eead4) 38%, transparent)}.ReelProfileFormFields-module__bCjYEG__ttsEngineIcon{width:1.75rem;height:1.75rem;color:var(--text-primary,#111);background:var(--editor-control-bg,#0000000f);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.ReelProfileFormFields-module__bCjYEG__ttsEngineIcon svg{width:1rem;height:1rem}.ReelProfileFormFields-module__bCjYEG__ttsEngineCopy{gap:.12rem;min-width:0;display:grid}.ReelProfileFormFields-module__bCjYEG__ttsEngineCopy strong{color:var(--text-primary,#111);font-size:.86rem;font-weight:750;line-height:1.15}.ReelProfileFormFields-module__bCjYEG__ttsEngineCopy small{color:var(--text-secondary,#0000008f);font-size:.72rem;line-height:1.25}.ReelProfileFormFields-module__bCjYEG__ttsEngineCheck{opacity:0;color:var(--accent,#14b8a6);font-size:.78rem;font-weight:800}.ReelProfileFormFields-module__bCjYEG__ttsEngineBtnActive .ReelProfileFormFields-module__bCjYEG__ttsEngineCheck{opacity:1}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineIcon{color:var(--text-primary,#fff);background:var(--editor-control-bg,#ffffff14)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineCopy strong{color:var(--text-primary,#fff)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__ttsEngineCopy small{color:var(--text-secondary,#ffffff94)}.ReelProfileFormFields-module__bCjYEG__fishVoiceHelp{color:var(--text-secondary,#0000008c);margin:0;font-size:.86rem;line-height:1.6}.ReelProfileFormFields-module__bCjYEG__fishVoiceHelp a{color:inherit;text-underline-offset:.12em;text-decoration:underline}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__fishVoiceHelp{color:var(--text-secondary,#ffffff8c)}.ReelProfileFormFields-module__bCjYEG__voiceSection{flex-direction:column;gap:.9rem;display:flex}.ReelProfileFormFields-module__bCjYEG__voiceChooseHeading{letter-spacing:-.02em;color:var(--text-primary,#171717);margin:0 0 .5rem;font-size:1rem;font-weight:500}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceChooseHeading{color:var(--text-primary,#fff)}.ReelProfileFormFields-module__bCjYEG__voiceCompactLabel{min-width:0;color:var(--text-primary,#171717);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;font-weight:600;line-height:1.2;overflow:hidden}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompactLabel{color:var(--text-primary,#fffffff2)}.ReelProfileFormFields-module__bCjYEG__voiceCompactMeta{color:var(--text-secondary,#00000073);font-weight:400}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompactMeta{color:var(--text-secondary,#ffffff6b)}.ReelProfileFormFields-module__bCjYEG__voiceCompactBtn{color:#fff;cursor:pointer;background:#171717;border:none;border-radius:999px;flex-shrink:0;min-height:2.05rem;padding:.34rem .72rem;font-family:inherit;font-size:.84rem;font-weight:500;transition:opacity .15s,transform .1s}.ReelProfileFormFields-module__bCjYEG__voiceCompactBtn:hover{opacity:.92}.ReelProfileFormFields-module__bCjYEG__voiceCompactBtn:active{transform:scale(.98)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompactBtn{color:#171717;background:#fafafa}html[data-theme=light] .reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompactBtn{color:#fff;background:#171717}.ReelProfileFormFields-module__bCjYEG__voiceCompactActions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.ReelProfileFormFields-module__bCjYEG__voiceCompactIconBtn{border:1px solid var(--editor-control-border,#00000024);width:2.35rem;height:2.35rem;color:var(--text-primary,#171717);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:opacity .15s,background .15s,border-color .15s;display:inline-flex}.ReelProfileFormFields-module__bCjYEG__voiceCompactIconBtn:hover:not(:disabled){background:var(--editor-control-bg-hover,#0000000a)}.ReelProfileFormFields-module__bCjYEG__voiceCompactIconBtn:disabled,.ReelProfileFormFields-module__bCjYEG__voiceCompactIconBtn[aria-busy=true]{opacity:.55;cursor:default}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompactIconBtn{border-color:var(--editor-control-border,#ffffff38);color:var(--text-primary,#ffffffeb)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompactIconBtn:hover:not(:disabled){background:var(--editor-control-bg-hover,#ffffff14)}.ReelProfileFormFields-module__bCjYEG__voiceCompactError{color:#b91c1c;margin:.45rem 0 0;font-size:.82rem;line-height:1.45}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__voiceCompactError{color:#fca5a5}.ReelProfileFormFields-module__bCjYEG__voiceOverlay{z-index:10050;box-sizing:border-box;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.ReelProfileFormFields-module__bCjYEG__voiceBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#000000a6;border:none;margin:0;padding:0;position:absolute;inset:0}.ReelProfileFormFields-module__bCjYEG__voicePanel{z-index:1;color:#ffffffeb;background:#0a0a0a;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;gap:.75rem;width:min(100%,28rem);max-height:min(96vh,52rem);padding:1.25rem 1.35rem 1.15rem;display:flex;position:relative;overflow:hidden auto;box-shadow:0 0 0 1px #0006,0 32px 64px #0000008c}.ReelProfileFormFields-module__bCjYEG__voicePanelHead{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ReelProfileFormFields-module__bCjYEG__voicePanelTitle{letter-spacing:0;color:#fafafa;margin:0;font-size:1.125rem;font-weight:600}.ReelProfileFormFields-module__bCjYEG__voicePanelSub{color:var(--text-secondary,#c2c2cc);margin:.25rem 0 0;font-size:.75rem;font-weight:400;line-height:1.4}.ReelProfileFormFields-module__bCjYEG__voicePanelClose{color:#ffffff8c;cursor:pointer;background:#ffffff0f;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .15s,color .15s;display:flex}.ReelProfileFormFields-module__bCjYEG__voicePanelClose:hover{color:#fafafa;background:#ffffff1f}.ReelProfileFormFields-module__bCjYEG__voiceReadyLine{color:var(--text-secondary,#c2c2cc);margin:0;font-size:.8125rem;line-height:1.5}.ReelProfileFormFields-module__bCjYEG__voiceReadyLine strong{color:#ffffffeb;font-weight:600}.ReelProfileFormFields-module__bCjYEG__voiceScriptModal{color:#ffffffe0;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.75rem;flex-shrink:0;padding:.9rem 1rem;font-size:.875rem;line-height:1.55}.ReelProfileFormFields-module__bCjYEG__voiceScriptPara{margin:0 0 .65rem}.ReelProfileFormFields-module__bCjYEG__voiceScriptPara:last-child{margin-bottom:0}.ReelProfileFormFields-module__bCjYEG__voiceWave{opacity:.35;color:#ffffff59;justify-content:center;align-items:flex-end;gap:3px;height:18px;transition:opacity .25s;display:flex}.ReelProfileFormFields-module__bCjYEG__voiceWaveLive{opacity:.9;color:#ffffffd9}.ReelProfileFormFields-module__bCjYEG__voiceWaveBar{transform-origin:bottom;background:currentColor;border-radius:2px;align-self:flex-end;width:3px}.ReelProfileFormFields-module__bCjYEG__voiceWaveLive .ReelProfileFormFields-module__bCjYEG__voiceWaveBar{animation:.85s ease-in-out infinite ReelProfileFormFields-module__bCjYEG__voiceWavePulse}.ReelProfileFormFields-module__bCjYEG__voiceWaveLive .ReelProfileFormFields-module__bCjYEG__voiceWaveBar:nth-child(odd){animation-delay:.12s}@keyframes ReelProfileFormFields-module__bCjYEG__voiceWavePulse{0%,to{opacity:.55;transform:scaleY(.65)}50%{opacity:1;transform:scaleY(1.15)}}.ReelProfileFormFields-module__bCjYEG__voiceModalError{color:#fca5a5;margin:0;font-size:.8125rem;line-height:1.45}.ReelProfileFormFields-module__bCjYEG__voiceModalSuccess{color:#ffffffa6;margin:0;font-size:.8125rem;line-height:1.45}.ReelProfileFormFields-module__bCjYEG__voicePanelFooter{border-top:1px solid #ffffff14;flex-direction:column;gap:.85rem;padding-top:.15rem;display:flex}.ReelProfileFormFields-module__bCjYEG__voicePanelActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.ReelProfileFormFields-module__bCjYEG__voiceGhostBtn{color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.55rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .15s,background .15s}.ReelProfileFormFields-module__bCjYEG__voiceGhostBtn:hover{color:#ffffffe6;background:#ffffff0f}.ReelProfileFormFields-module__bCjYEG__voiceGhostIconBtn{justify-content:center;align-items:center;min-width:2.35rem;min-height:2.35rem;padding:.45rem;display:inline-flex}.ReelProfileFormFields-module__bCjYEG__voiceGhostIconBtn[aria-busy=true]{opacity:.55}.ReelProfileFormFields-module__bCjYEG__startBtn,.ReelProfileFormFields-module__bCjYEG__stopBtn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.55rem 1.2rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:opacity .15s,transform .1s;display:inline-flex}.ReelProfileFormFields-module__bCjYEG__startBtn{color:#ffffffe6;background:0 0;border:1px solid #ffffff47}.ReelProfileFormFields-module__bCjYEG__startBtn:hover{background:#ffffff14;border-color:#ffffff6b}.ReelProfileFormFields-module__bCjYEG__startBtn:active{transform:scale(.98)}.ReelProfileFormFields-module__bCjYEG__stopBtn{color:#fca5a5;background:#ef444424;border:1px solid #ef444459}.ReelProfileFormFields-module__bCjYEG__stopBtn:hover{background:#ef444438}.ReelProfileFormFields-module__bCjYEG__stopBtn:active{transform:scale(.98)}.ReelProfileFormFields-module__bCjYEG__startDot{background:#22c55e;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 3px #22c55e4d}.ReelProfileFormFields-module__bCjYEG__stopSquare{background:currentColor;border-radius:2px;width:10px;height:10px}.ReelProfileFormFields-module__bCjYEG__voiceTimer{font-variant-numeric:tabular-nums;color:#ffffff73;font-size:.9rem;font-weight:500}.ReelProfileFormFields-module__bCjYEG__voiceTimerLive .ReelProfileFormFields-module__bCjYEG__voiceTimerNow{animation:1.2s ease-in-out infinite ReelProfileFormFields-module__bCjYEG__voiceTimerGlow}@keyframes ReelProfileFormFields-module__bCjYEG__voiceTimerGlow{0%,to{opacity:1}50%{opacity:.55}}.ReelProfileFormFields-module__bCjYEG__voiceTimerNow{color:#fafafa}.ReelProfileFormFields-module__bCjYEG__voiceTimerSep{opacity:.45;margin:0 .2rem}.ReelProfileFormFields-module__bCjYEG__voiceTimerMax{opacity:.5}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceBackdrop{background:#0f172a47}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voicePanel{color:#111827;background:#fff;border-color:#0f172a1f;box-shadow:0 0 0 1px #ffffffd9,0 24px 60px #0f172a38}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voicePanelTitle{color:#111827}:is(html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voicePanelSub,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceReadyLine,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceModalSuccess,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceTimer){color:#374151b8}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voicePanelClose{color:#0f172a94;background:#0f172a0f}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voicePanelClose:hover{color:#111827;background:#0f172a1a}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceReadyLine strong{color:#111827}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceTimerNow{color:#111827}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceScriptModal{color:#111827e0;background:#f8fafceb;border-color:#0f172a1f}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceWave{color:#11182759}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceWaveLive{color:#111827c7}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceModalError{color:#dc2626}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voicePanelFooter{border-top-color:#0f172a1a}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceGhostBtn{color:#374151b8}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceGhostBtn:hover{color:#111827;background:#0f172a0f}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__startBtn{color:#111827;border-color:#0f172a38}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__startBtn:hover{background:#0f172a0f;border-color:#0f172a57}:is(html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceTimerSep,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__voiceTimerMax){opacity:.62}.ReelProfileFormFields-module__bCjYEG__profileImagesSection{border-top:1px solid var(--editor-panel-border,var(--border-color,#00000014));flex-direction:column;gap:.45rem;margin-top:.2rem;padding-top:.6rem;display:flex}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImagesSection{border-top-color:var(--editor-panel-border,#ffffff14)}.ReelProfileFormFields-module__bCjYEG__profileImagesKicker{letter-spacing:.12em;text-transform:uppercase;color:var(--editor-label-faint,#0006);margin:0;font-size:.68rem;font-weight:600}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImagesKicker{color:var(--editor-label-faint,#ffffff73)}.ReelProfileFormFields-module__bCjYEG__profileImagesTitle{letter-spacing:-.01em;border-top:1px solid var(--editor-panel-border,#00000014);color:var(--text-primary,#171717);margin:.45rem 0 .1rem;padding-top:.75rem;font-size:1rem;font-weight:500}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImagesTitle{color:var(--text-primary,#fff);border-top-color:var(--editor-panel-border,#ffffff14)}.ReelProfileFormFields-module__bCjYEG__profileImagesError{color:#b91c1c;margin:0;font-size:.8125rem}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImagesError{color:#fca5a5}.ReelProfileFormFields-module__bCjYEG__profileImagesList{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.ReelProfileFormFields-module__bCjYEG__profileImageRow{border:1px solid var(--editor-panel-border,#ffffff12);background:var(--editor-card-soft-gradient,linear-gradient(180deg, #ffffff09, #ffffff05)), var(--editor-panel-surface,#ffffff05);box-shadow:var(--editor-form-inset,inset 0 1px 0 #ffffff08);border-radius:1.15rem;flex-direction:column;gap:.75rem;min-width:0;padding:.85rem;display:flex}.ReelProfileFormFields-module__bCjYEG__profileImageRowPlain{width:fit-content;max-width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;gap:.55rem;padding:0}.ReelProfileFormFields-module__bCjYEG__profileImageCardHead{justify-content:flex-start;align-items:flex-start;min-height:0;display:flex}.ReelProfileFormFields-module__bCjYEG__profileImageTitleBlock{flex-direction:column;gap:.25rem;min-width:0;display:flex}.ReelProfileFormFields-module__bCjYEG__profileImageLabel{color:var(--text-secondary,#6b7280);letter-spacing:.12em;text-transform:uppercase;min-width:0;font-size:.74rem;font-weight:600}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImageLabel{color:var(--text-secondary,#ffffff8a)}.ReelProfileFormFields-module__bCjYEG__profileImageDescription{color:var(--text-secondary,#0000006b);margin:0;font-size:.84rem;line-height:1.35}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImageDescription{color:var(--text-secondary,#ffffff7a)}.ReelProfileFormFields-module__bCjYEG__profileImagePreview{aspect-ratio:1;border:1px solid var(--editor-panel-border,#ffffff12);background:radial-gradient(circle at top, var(--editor-preview-glow,#ffffff0f), transparent 52%), var(--editor-card-soft-gradient,linear-gradient(180deg, #ffffff06, #ffffff03)), var(--editor-input-surface,#ffffff05);border-radius:.95rem;width:100%;min-height:0;position:relative;overflow:hidden}.ReelProfileFormFields-module__bCjYEG__profileImagePreviewFilled{background:var(--editor-card-soft-gradient,linear-gradient(180deg, #ffffff06, #ffffff03)), var(--editor-input-surface,#ffffff04)}.ReelProfileFormFields-module__bCjYEG__profileImagePreviewLogo{aspect-ratio:1;width:112px;height:112px}.ReelProfileFormFields-module__bCjYEG__profileImageRowPlain .ReelProfileFormFields-module__bCjYEG__profileImageActions{justify-content:center;gap:.7rem;width:112px}.ReelProfileFormFields-module__bCjYEG__profileImageEmptyState{background:var(--editor-card-soft-gradient,linear-gradient(180deg, #ffffff05, #ffffff02)), var(--editor-input-surface,#ffffff03);position:absolute;inset:0}.ReelProfileFormFields-module__bCjYEG__profileImageActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.ReelProfileFormFields-module__bCjYEG__profileImageThumb{border-radius:inherit;width:100%;height:100%;display:block}.ReelProfileFormFields-module__bCjYEG__profileImageThumbPerson{object-fit:contain;background:radial-gradient(circle at top, var(--editor-preview-glow,#ffffff14), transparent 55%), var(--editor-panel-surface,#ffffff06)}.ReelProfileFormFields-module__bCjYEG__profileImageThumbLogo{object-fit:contain;background:radial-gradient(circle at top, var(--editor-preview-glow,#ffffff1a), transparent 55%), var(--editor-panel-surface,#ffffff06);padding:.75rem}.ReelProfileFormFields-module__bCjYEG__profileImageTextBtn{border:1px solid var(--editor-control-border,#0000001f);background:var(--editor-control-bg,#00000009);color:var(--text-secondary,#00000080);cursor:pointer;border-radius:999px;min-height:2.05rem;padding:.38rem .78rem;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none}.ReelProfileFormFields-module__bCjYEG__profileImageTextBtn:disabled{opacity:.45;cursor:not-allowed}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImageTextBtn{color:var(--text-secondary,#ffffff8c);border-color:var(--editor-control-border,#ffffff24);background:var(--editor-control-bg,#ffffff0d)}.ReelProfileFormFields-module__bCjYEG__profileImageUploadBtn{background:var(--editor-control-bg,#00000009);min-height:2.05rem;color:var(--text-primary,#00000094);cursor:pointer;border:1px solid var(--editor-control-border,#0000001f);white-space:nowrap;max-width:100%;box-shadow:none;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.38rem .82rem;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.ReelProfileFormFields-module__bCjYEG__profileImageIconBtn{background:0 0;border-color:#0000;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;min-height:2.25rem;padding:0;display:inline-flex}.ReelProfileFormFields-module__bCjYEG__profileImageIconBtn svg{width:1rem;height:1rem}.ReelProfileFormFields-module__bCjYEG__profileImageIconBtn:hover:not(:disabled),.ReelProfileFormFields-module__bCjYEG__profileImageIconBtn:focus-visible{background:var(--editor-control-bg,#00000009);border-color:#0000}.ReelProfileFormFields-module__bCjYEG__profileImageBusyDot{opacity:.65;background:currentColor;border-radius:999px;width:.45rem;height:.45rem}.ReelProfileFormFields-module__bCjYEG__profileImageUploadBtn:hover{opacity:.94}.ReelProfileFormFields-module__bCjYEG__profileImageUploadBtnDisabled{opacity:.55;cursor:not-allowed}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImageUploadBtn{background:var(--editor-control-bg,#ffffff0d);border-color:var(--editor-control-border,#ffffff24);color:var(--text-primary,#ffffffa3)}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImageIconBtn{background:0 0;border-color:#0000}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImageIconBtn:hover:not(:disabled){background:var(--editor-control-bg,#ffffff0d);border-color:#0000}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImageIconBtn:focus-visible{background:var(--editor-control-bg,#ffffff0d);border-color:#0000}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImagesSection{gap:.65rem}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImagesList{gap:.7rem}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageRow{border-radius:.95rem;gap:.55rem;padding:.7rem}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageCardHead{min-height:2.35rem}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageLabel{font-size:.68rem}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageDescription{font-size:.78rem;line-height:1.25}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImagePreview{align-self:center;width:min(100%,5.6rem)}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageThumbLogo{padding:.55rem}.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageActions{font-size:.78rem}:is(.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageUploadBtn,.reel-profile-form--editor-media .ReelProfileFormFields-module__bCjYEG__profileImageTextBtn){font-size:.78rem}.ReelProfileFormFields-module__bCjYEG__profileImageFileInput{opacity:0;cursor:pointer;width:100%;height:100%;font-size:0;position:absolute;inset:0}.ReelProfileFormFields-module__bCjYEG__profileImagesFoot{color:var(--text-secondary,#c2c2cc);margin:.2rem 0 0;font-size:.76rem}.ReelProfileFormFields-module__bCjYEG__wardrobeSection{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:.75rem;padding:0;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobeHead{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobeLabel{color:var(--text-secondary,#6b7280);letter-spacing:-.01em;text-transform:none;margin:0;font-size:1rem;font-weight:500}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeLabel{color:var(--text-secondary,#ffffff8a)}.ReelProfileFormFields-module__bCjYEG__wardrobeDescription{color:var(--text-secondary,#0000006b);margin:.25rem 0 0;font-size:.84rem;line-height:1.35}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeDescription{color:var(--text-secondary,#ffffff7a)}.ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn,.ReelProfileFormFields-module__bCjYEG__wardrobeTextButton,.ReelProfileFormFields-module__bCjYEG__wardrobeDoneBtn{border:1px solid var(--editor-control-border,#0000001f);background:var(--editor-control-bg,#00000009);color:var(--text-primary,#00000094);cursor:pointer;white-space:nowrap;border-radius:999px;min-height:2.05rem;padding:.38rem .82rem;font-family:inherit;font-size:.85rem;font-weight:500}.ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn{background:0 0;border-color:#0000}.ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn:hover:not(:disabled),.ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn:focus-visible{background:var(--editor-control-bg,#00000009);border-color:#0000}:is(.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn,.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeTextButton,.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeDoneBtn){color:var(--text-primary,#ffffffa3);border-color:var(--editor-control-border,#ffffff24);background:var(--editor-control-bg,#ffffff0d)}.ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn:hover,.ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn:focus-visible{opacity:1}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn{background:0 0;border-color:#0000}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn:hover:not(:disabled){background:var(--editor-control-bg,#ffffff0d);border-color:#0000}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn:focus-visible{background:var(--editor-control-bg,#ffffff0d);border-color:#0000}.ReelProfileFormFields-module__bCjYEG__wardrobeUpdateBtn:hover,.ReelProfileFormFields-module__bCjYEG__wardrobeTextButton:hover,.ReelProfileFormFields-module__bCjYEG__wardrobeDoneBtn:hover{opacity:.86}.ReelProfileFormFields-module__bCjYEG__wardrobeGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;display:grid}.ReelProfileFormFields-module__bCjYEG__wardrobeSlot,.ReelProfileFormFields-module__bCjYEG__wardrobeTrayItem{border:1px solid var(--editor-panel-border,#ffffff14);background:radial-gradient(circle at top, var(--editor-preview-glow,#ffffff0f), transparent 54%), var(--editor-input-surface,#ffffff05);cursor:pointer;color:var(--text-secondary,#ffffff80);padding:0;font-family:inherit;position:relative;overflow:hidden}.ReelProfileFormFields-module__bCjYEG__wardrobeSlot{aspect-ratio:1;border-radius:.85rem}.ReelProfileFormFields-module__bCjYEG__wardrobeSlotImage,.ReelProfileFormFields-module__bCjYEG__wardrobeTrayImage,.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasImage{object-fit:cover;width:100%;height:100%;display:block}.ReelProfileFormFields-module__bCjYEG__wardrobeSlotEmpty,.ReelProfileFormFields-module__bCjYEG__wardrobeTrayEmpty{color:var(--editor-label-faint,#ffffff61);justify-content:center;align-items:center;font-size:.78rem;font-weight:600;display:flex;position:absolute;inset:0}.ReelProfileFormFields-module__bCjYEG__wardrobeOverlay{z-index:10060;box-sizing:border-box;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.ReelProfileFormFields-module__bCjYEG__wardrobeBackdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#000000ad;border:none;margin:0;padding:0;position:absolute;inset:0}.ReelProfileFormFields-module__bCjYEG__wardrobePanel{z-index:1;color:#ffffffeb;background:#0a0a0a;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;gap:.85rem;width:min(100%,34rem);max-height:min(96vh,52rem);padding:1.15rem;display:flex;position:relative;overflow:auto;box-shadow:0 0 0 1px #0006,0 32px 64px #0000008c}.ReelProfileFormFields-module__bCjYEG__wardrobePanelHead{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobePanelTitle{letter-spacing:-.02em;color:#fafafa;margin:0;font-size:1.125rem;font-weight:600}.ReelProfileFormFields-module__bCjYEG__wardrobePanelSub{color:#ffffff80;margin:.25rem 0 0;font-size:.78rem}.ReelProfileFormFields-module__bCjYEG__wardrobePanelClose{color:#ffffff8c;cursor:pointer;background:#ffffff0f;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobePanelClose:hover{color:#fafafa;background:#ffffff1f}.ReelProfileFormFields-module__bCjYEG__wardrobeQualityNotice{z-index:5;-webkit-backdrop-filter:blur(8px);background:#000000ad;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.ReelProfileFormFields-module__bCjYEG__wardrobeQualityCard{background:#111;border:1px solid #ffffff1f;border-radius:.9rem;width:min(100%,25rem);padding:1rem;box-shadow:0 20px 44px #00000073}.ReelProfileFormFields-module__bCjYEG__wardrobeQualityTitle{color:#fff;margin:0 0 .55rem;font-size:1rem;font-weight:650}.ReelProfileFormFields-module__bCjYEG__wardrobeQualityText{color:#ffffffad;margin:.45rem 0 0;font-size:.82rem;line-height:1.5}.ReelProfileFormFields-module__bCjYEG__wardrobeQualityOk{color:#090909;width:100%;height:2.35rem;font:inherit;cursor:pointer;background:#f5f5f5;border:none;border-radius:999px;margin-top:.95rem;font-size:.86rem;font-weight:650}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvas{aspect-ratio:4/5;background:radial-gradient(circle at top,#ffffff14,#0000 52%),#ffffff05;border:1px solid #ffffff14;border-radius:.9rem;width:100%;max-height:58vh;position:relative;overflow:hidden}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasImage{object-fit:contain;background:#ffffff04}.ReelProfileFormFields-module__bCjYEG__wardrobeTrayImage{object-fit:contain}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasEmpty{color:#ffffff61;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex;position:absolute;inset:0}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasActions{pointer-events:none;z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:.65rem;left:.65rem;right:.65rem}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasActionBtn{color:#ffffffd9;-webkit-backdrop-filter:blur(6px);cursor:pointer;pointer-events:auto;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;text-decoration:none;transition:opacity .15s,background .15s;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasDelete{color:#ffffffc7}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasActionBtn:hover:not(:disabled){color:#fff;background:#000000b3}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasActionBtn:disabled{opacity:.34;cursor:not-allowed}.ReelProfileFormFields-module__bCjYEG__wardrobeCanvasActionText{font-size:.9rem;line-height:1}.ReelProfileFormFields-module__bCjYEG__wardrobeTray{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;display:grid}.ReelProfileFormFields-module__bCjYEG__wardrobeTrayItem{aspect-ratio:1;border-radius:.72rem}.ReelProfileFormFields-module__bCjYEG__wardrobeTrayItemActive{border-color:#ffffff6b;box-shadow:0 0 0 2px #ffffff14}.ReelProfileFormFields-module__bCjYEG__wardrobeTextButton{color:#ffffffa3;padding:.2rem 0;position:relative;overflow:hidden}.ReelProfileFormFields-module__bCjYEG__wardrobeComposer{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;align-items:flex-end;gap:.55rem;padding:.5rem .65rem;transition:border-color .15s,box-shadow .15s;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobeComposer:focus-within{border-color:#ffffff3d;box-shadow:0 0 0 1px #ffffff1f}.ReelProfileFormFields-module__bCjYEG__wardrobeAttachBtn,.ReelProfileFormFields-module__bCjYEG__wardrobeSendBtn{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .15s,color .15s,transform .12s;display:inline-flex;position:relative}.ReelProfileFormFields-module__bCjYEG__wardrobeAttachBtn{color:#ffffff9e;background:#ffffff0f;overflow:hidden}.ReelProfileFormFields-module__bCjYEG__wardrobeAttachBtn:hover{color:#ffffffe6;background:#ffffff1a}.ReelProfileFormFields-module__bCjYEG__wardrobePromptInput{color:#fafafa;resize:none;background:0 0;border:none;outline:none;flex:1;min-width:0;min-height:2.25rem;max-height:7rem;padding:.45rem .35rem;font-family:inherit;font-size:.95rem;line-height:1.45}.ReelProfileFormFields-module__bCjYEG__wardrobePromptInput::placeholder{color:#ffffff59}.ReelProfileFormFields-module__bCjYEG__wardrobeSendBtn{color:#111;background:#fafafa}.ReelProfileFormFields-module__bCjYEG__wardrobeSendBtn:hover:not(:disabled){transform:scale(1.04)}.ReelProfileFormFields-module__bCjYEG__wardrobeSendBtn:disabled{opacity:.38;cursor:not-allowed}.ReelProfileFormFields-module__bCjYEG__wardrobeSlotActions{justify-content:space-between;align-items:center;gap:.75rem;min-height:1.6rem;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobeEditStatus{color:var(--text-secondary,#ffffff8a);margin-left:auto;font-size:.78rem;font-weight:500}.ReelProfileFormFields-module__bCjYEG__wardrobeFooter{justify-content:flex-end;padding-top:.1rem;display:flex}.ReelProfileFormFields-module__bCjYEG__wardrobeDoneBtn{color:var(--text-primary,#ffffffdb)}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeBackdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobePanel{color:#111827;background:#fff;border-color:#0f172a1f;box-shadow:0 0 0 1px #ffffffd9,0 24px 60px #0f172a38}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobePanelTitle{color:#111827}:is(html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobePanelSub,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeCanvasEmpty,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeTrayEmpty,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeSlotEmpty,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeEditStatus){color:#374151ad}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobePanelClose{color:#0f172a94;background:#0f172a0f}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobePanelClose:hover{color:#111827;background:#0f172a1a}:is(html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeCanvas,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeTrayItem,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeSlot){color:#374151ad;background:radial-gradient(circle at top,#0f172a0d,#0000 54%),#f8fafcdb;border-color:#0f172a1a}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeCanvasImage{background:#f8fafceb}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeTrayItemActive{border-color:#1118276b;box-shadow:0 0 0 2px #11182714}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeComposer{background:#f8fafceb;border-color:#0f172a1f}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeComposer:focus-within{border-color:#0f172a3d;box-shadow:0 0 0 1px #0f172a14}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeAttachBtn{color:#1118279e;background:#0f172a0f}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeAttachBtn:hover{color:#111827;background:#0f172a1a}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobePromptInput{color:#111827}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobePromptInput::placeholder{color:#3741516b}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeSendBtn{color:#fff;background:#111827}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeCanvasActionBtn{color:#111827c7;background:#ffffffd6;box-shadow:0 10px 24px #0f172a2e}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeCanvasActionBtn:hover:not(:disabled){color:#111827;background:#fff}:is(html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeDoneBtn,html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeTextButton){color:#111827b8}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeQualityNotice{background:#0f172a47}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeQualityCard{background:#fff;border-color:#0f172a1f;box-shadow:0 20px 44px #0f172a38}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeQualityTitle{color:#111827}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeQualityText{color:#374151b8}html[data-theme=light] .ReelProfileFormFields-module__bCjYEG__wardrobeQualityOk{color:#fff;background:#111827}@media (max-width:640px){.ReelProfileFormFields-module__bCjYEG__ttsEngineSegment{grid-template-columns:1fr}.ReelProfileFormFields-module__bCjYEG__ttsEngineBtn{min-height:4rem}.ReelProfileFormFields-module__bCjYEG__profileImagesList{grid-template-columns:1fr}.ReelProfileFormFields-module__bCjYEG__wardrobeHead{flex-direction:column;gap:.65rem}.ReelProfileFormFields-module__bCjYEG__wardrobeGrid,.ReelProfileFormFields-module__bCjYEG__wardrobeTray{gap:.45rem}.ReelProfileFormFields-module__bCjYEG__profileImageRow{padding:.8rem}.ReelProfileFormFields-module__bCjYEG__voiceChooseRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;gap:.5rem}.ReelProfileFormFields-module__bCjYEG__voiceChooseRow .ReelProfileFormFields-module__bCjYEG__field,.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayCell{width:auto;min-width:0}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayCell{justify-content:center;margin-left:0}.ReelProfileFormFields-module__bCjYEG__voicePreviewPlayBtn{width:2.35rem}.ReelProfileFormFields-module__bCjYEG__voiceCompact{flex-wrap:wrap;align-items:flex-start}.ReelProfileFormFields-module__bCjYEG__voiceCompactActions{justify-content:stretch;width:100%}.ReelProfileFormFields-module__bCjYEG__voiceCompactIconBtn{flex:none}.ReelProfileFormFields-module__bCjYEG__voiceCompactBtn{flex:1;min-width:0}.ReelProfileFormFields-module__bCjYEG__profileImageActions{justify-content:flex-start;width:100%}.ReelProfileFormFields-module__bCjYEG__profileImagePreviewLogo{width:96px;height:96px}.ReelProfileFormFields-module__bCjYEG__profileImageRowPlain .ReelProfileFormFields-module__bCjYEG__profileImageActions{width:96px}}.reel-profile-form--dark .ReelProfileFormFields-module__bCjYEG__profileImagesFoot{color:var(--text-secondary,#c2c2cc)}
.editorShared-module__MnZT8G__wrap{box-sizing:border-box;min-height:100vh;padding:1.75rem clamp(.75rem,4vw,1.5rem) 6rem}.editorShared-module__MnZT8G__gateWrap{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:480px;margin:6rem auto;display:flex}.editorShared-module__MnZT8G__gateTitle{letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.editorShared-module__MnZT8G__gateText{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.editorShared-module__MnZT8G__clearBtn{color:#fff6;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;font-size:.8rem;font-weight:500;text-decoration:underline;transition:color .15s}.editorShared-module__MnZT8G__clearBtn:hover{color:#fffc}.editorShared-module__MnZT8G__gateBtn{border-radius:var(--border-radius-md,16px);background:var(--gray-900,#111);color:#fff;cursor:pointer;border:none;padding:.75rem 2rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:opacity .2s}.editorShared-module__MnZT8G__gateBtn:hover{opacity:.85}.editorShared-module__MnZT8G__emptyAddBtn{border-radius:var(--border-radius-md,16px);background:var(--gray-900,#111);color:#fff;cursor:pointer;border:none;padding:.7rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:opacity .2s}.editorShared-module__MnZT8G__emptyAddBtn:hover{opacity:.85}.editorShared-module__MnZT8G__errorBanner{color:#ff6b6b;white-space:pre-wrap;background:#ff6b6b14;border:1px solid #ff6b6b33;border-radius:10px;max-width:640px;margin:0 auto 1.25rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.editorShared-module__MnZT8G__errorBannerAction{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;margin-top:.65rem;padding:.45rem .7rem;font-weight:700}.editorShared-module__MnZT8G__errorBannerAction:disabled{opacity:.5;cursor:not-allowed}.editorShared-module__MnZT8G__budgetModalOverlay{z-index:120;background:#0000006b;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.editorShared-module__MnZT8G__budgetModal{border:1px solid var(--editor-panel-border);background:var(--bg-primary);width:min(440px,100vw - 2rem);color:var(--text-primary);border-radius:18px;padding:1.1rem;box-shadow:0 24px 80px #00000047}.editorShared-module__MnZT8G__budgetModalKicker{letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 .5rem;font-size:.7rem;font-weight:850}.editorShared-module__MnZT8G__budgetModal h2{letter-spacing:-.03em;margin:0 0 .7rem;font-size:1.2rem}.editorShared-module__MnZT8G__budgetModal p{color:var(--text-secondary);margin:0 0 .72rem;font-size:.9rem;line-height:1.5}.editorShared-module__MnZT8G__budgetModalActions{justify-content:flex-end;gap:.6rem;margin-top:1rem;display:flex}.editorShared-module__MnZT8G__budgetPrimaryBtn,.editorShared-module__MnZT8G__budgetSecondaryBtn,.editorShared-module__MnZT8G__budgetCancelBtn{min-height:2.35rem;font:inherit;cursor:pointer;border-radius:999px;padding:0 .9rem;font-size:.84rem;font-weight:800}.editorShared-module__MnZT8G__budgetPrimaryBtn{border:1px solid var(--text-primary);background:var(--text-primary);color:var(--bg-primary)}.editorShared-module__MnZT8G__budgetPrimaryBtn:disabled,.editorShared-module__MnZT8G__budgetSecondaryBtn:disabled,.editorShared-module__MnZT8G__budgetCancelBtn:disabled{cursor:not-allowed;opacity:.58}.editorShared-module__MnZT8G__budgetSecondaryBtn,.editorShared-module__MnZT8G__budgetCancelBtn{border:1px solid var(--editor-control-border);background:var(--editor-control-bg);color:var(--text-primary)}.editorShared-module__MnZT8G__budgetCancelBtn{width:100%;color:var(--text-secondary);margin-top:.6rem}.editorShared-module__MnZT8G__loadingState{text-align:center;color:var(--text-secondary);padding:4rem 1rem;font-size:.9rem}
.editorFormControls-module__XJjEqa__profileInput,.editorFormControls-module__XJjEqa__profileSelect,.editorFormControls-module__XJjEqa__profileTextarea{border:1px solid var(--border-color,#ffffff1f);width:100%;color:var(--text-primary,#fff);background:#00000040;border-radius:.75rem;outline:none;padding:.56rem .78rem;font-family:inherit;font-size:.92rem;transition:border-color .15s}.editorFormControls-module__XJjEqa__profileInput:focus,.editorFormControls-module__XJjEqa__profileSelect:focus,.editorFormControls-module__XJjEqa__profileTextarea:focus{border-color:#ffffff47}.editorFormControls-module__XJjEqa__profileTextarea{resize:vertical;min-height:3.25rem;line-height:1.5}.editorFormControls-module__XJjEqa__profileSelect{cursor:pointer;appearance:auto}
