.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)}
.StudioMediaOverlay-module__Qfnxdq__mediaWrapper{z-index:7;touch-action:none;-webkit-user-select:none;user-select:none;transform-origin:50%;box-sizing:border-box;cursor:default;pointer-events:auto;width:41.8%;padding:10px;position:absolute}.StudioMediaOverlay-module__Qfnxdq__mediaWrapper.StudioMediaOverlay-module__Qfnxdq__dimmed{opacity:.55}.StudioMediaOverlay-module__Qfnxdq__mediaWrapper.StudioMediaOverlay-module__Qfnxdq__previewMode,.StudioMediaOverlay-module__Qfnxdq__mediaWrapper.StudioMediaOverlay-module__Qfnxdq__interactionDisabled{pointer-events:none}.StudioMediaOverlay-module__Qfnxdq__mediaWrapper.StudioMediaOverlay-module__Qfnxdq__hidden{display:none}.StudioMediaOverlay-module__Qfnxdq__mediaContent,.StudioMediaOverlay-module__Qfnxdq__mediaVideoContent{border-radius:inherit;pointer-events:none;object-fit:contain;vertical-align:top;width:100%;height:auto;display:block}.StudioMediaOverlay-module__Qfnxdq__selectionRing{pointer-events:none;border:1.5px dashed #ffffffb3;border-radius:8px;position:absolute;inset:0}.StudioMediaOverlay-module__Qfnxdq__dragGrip{color:#ffffffbf;cursor:grab;border-bottom:1px solid #fff3;justify-content:center;align-items:center;width:100%;margin-bottom:4px;padding:4px 0 2px;display:flex}.StudioMediaOverlay-module__Qfnxdq__dragGrip:active{cursor:grabbing}.StudioMediaOverlay-module__Qfnxdq__handle{touch-action:none;cursor:pointer;z-index:5;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute}.StudioMediaOverlay-module__Qfnxdq__handleScale{cursor:ew-resize;background:#fffffff2;border:2px solid #00000026;box-shadow:0 2px 8px #0006}.StudioMediaOverlay-module__Qfnxdq__handleScale:before,.StudioMediaOverlay-module__Qfnxdq__handleScale:after{content:"";background:#00000080;border-radius:1px;position:absolute}.StudioMediaOverlay-module__Qfnxdq__handleScale:before{width:8px;height:2px}.StudioMediaOverlay-module__Qfnxdq__handleScale:after{width:2px;height:8px}.StudioMediaOverlay-module__Qfnxdq__handleRotate{color:#ffffffd9;cursor:grab;background:#111111e6;border:1.5px solid #ffffff4d;box-shadow:0 2px 8px #00000080}.StudioMediaOverlay-module__Qfnxdq__handleRotate:active{cursor:grabbing}.StudioMediaOverlay-module__Qfnxdq__handleDelete{color:#fff;cursor:pointer;background:#dc2626e6;border:1.5px solid #ffffff4d;padding:0;box-shadow:0 2px 8px #00000080}.StudioMediaOverlay-module__Qfnxdq__handleClose{color:#fff;cursor:pointer;background:#111111eb;border:1.5px solid #ffffff4d;padding:0;box-shadow:0 2px 8px #00000080}.StudioMediaOverlay-module__Qfnxdq__handleNW{top:-13px;left:-13px}.StudioMediaOverlay-module__Qfnxdq__handleNE{top:-13px;right:-13px}.StudioMediaOverlay-module__Qfnxdq__handleSW{bottom:-13px;left:-13px}.StudioMediaOverlay-module__Qfnxdq__handleSE{bottom:-13px;right:-13px}.StudioMediaOverlay-module__Qfnxdq__animWrapper{border-radius:8px;width:100%;height:100%;overflow:hidden}@keyframes StudioMediaOverlay-module__Qfnxdq__overlayFadeIn{0%{opacity:0}to{opacity:1}}.StudioMediaOverlay-module__Qfnxdq__animFade{animation:.48s cubic-bezier(.25,0,.25,1) both StudioMediaOverlay-module__Qfnxdq__overlayFadeIn}@keyframes StudioMediaOverlay-module__Qfnxdq__overlayPopIn{0%{opacity:0;transform:scale(.55)}70%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.StudioMediaOverlay-module__Qfnxdq__animPop{animation:.48s cubic-bezier(.34,1.56,.64,1) both StudioMediaOverlay-module__Qfnxdq__overlayPopIn}@keyframes StudioMediaOverlay-module__Qfnxdq__overlaySlideLeftIn{0%{opacity:0;transform:translate(45%)}to{opacity:1;transform:translate(0)}}.StudioMediaOverlay-module__Qfnxdq__animSlideLeft{animation:.48s cubic-bezier(.25,0,.25,1) both StudioMediaOverlay-module__Qfnxdq__overlaySlideLeftIn}@keyframes StudioMediaOverlay-module__Qfnxdq__overlaySlideRightIn{0%{opacity:0;transform:translate(-45%)}to{opacity:1;transform:translate(0)}}.StudioMediaOverlay-module__Qfnxdq__animSlideRight{animation:.48s cubic-bezier(.25,0,.25,1) both StudioMediaOverlay-module__Qfnxdq__overlaySlideRightIn}
.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)}
.DeleteSlideConfirmOverlay-module__dNnqxq__overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:inherit;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.2s ease-out DeleteSlideConfirmOverlay-module__dNnqxq__fadeIn;display:flex;position:absolute;inset:0}.DeleteSlideConfirmOverlay-module__dNnqxq__content{text-align:center;width:100%;max-width:280px}.DeleteSlideConfirmOverlay-module__dNnqxq__title{color:#fff;letter-spacing:-.01em;margin-bottom:2.5rem;font-size:1.1rem;font-weight:500}.DeleteSlideConfirmOverlay-module__dNnqxq__actions{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.DeleteSlideConfirmOverlay-module__dNnqxq__deleteBtn,.DeleteSlideConfirmOverlay-module__dNnqxq__cancelBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;padding:0;font-size:1rem;font-weight:600;transition:transform .2s,opacity .2s}.DeleteSlideConfirmOverlay-module__dNnqxq__deleteBtn{color:#ff4d4d}.DeleteSlideConfirmOverlay-module__dNnqxq__cancelBtn{color:#fff9}.DeleteSlideConfirmOverlay-module__dNnqxq__deleteBtn:hover,.DeleteSlideConfirmOverlay-module__dNnqxq__cancelBtn:hover{opacity:1;transform:scale(1.05)}.DeleteSlideConfirmOverlay-module__dNnqxq__cancelBtn:hover{color:#fff}@keyframes DeleteSlideConfirmOverlay-module__dNnqxq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.CarouselSlideGroup-module__3dnfhW__carouselWrap{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasOuter{overscroll-behavior-x:contain;width:100%;height:100%;min-height:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasWrap{overscroll-behavior:contain;background:var(--bg-card);border-radius:0;align-items:stretch;height:100%;min-height:min(72dvh,760px);overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasStage{flex:auto;min-height:0;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasSlide{height:100%}.CarouselSlideGroup-module__3dnfhW__editorCanvasWrap .CarouselSlideGroup-module__3dnfhW__carouselCard{width:100%;max-width:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineDock{border-top:1px solid var(--border-color);background:var(--bg-card);flex:none;width:100%;display:grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasMultitrack{background:linear-gradient(180deg, color-mix(in srgb, var(--editor-control-bg) 72%, transparent), transparent), var(--bg-card);gap:.52rem;padding:.7rem .85rem .55rem;display:grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasMultitrackFocused{gap:.66rem;padding-bottom:.7rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasMultitrackHeader{color:var(--text-secondary);justify-content:space-between;align-items:baseline;gap:.8rem;font-size:.76rem;display:flex}.CarouselSlideGroup-module__3dnfhW__editorCanvasMultitrackHeader span{color:var(--text-primary);font-size:.84rem;font-weight:520}.CarouselSlideGroup-module__3dnfhW__editorCanvasMultitrackHeader small{color:var(--text-tertiary);font-size:.72rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedHeader{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;display:grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTitleGroup{align-items:center;gap:.28rem;min-width:0;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineControls{justify-content:flex-end;align-items:center;gap:.34rem;min-width:0;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedHeaderCenter{justify-content:center;min-width:0;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedHeaderActions{justify-content:flex-end;align-items:center;gap:.2rem;min-width:0;display:inline-flex;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedFileInput{display:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineControls small{text-align:center;font-variant-numeric:tabular-nums;min-width:8.6rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineIconButton{width:1.58rem;height:1.58rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:999px;place-items:center;transition:color .15s,background .15s;display:inline-grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineIconButton:hover,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineIconButton:focus-visible{background:var(--editor-control-bg);color:var(--text-primary);outline:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineBackButton{width:1.36rem;height:1.36rem;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:999px;place-items:center;transition:color .15s,background .15s;display:inline-grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineBackButton:hover,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineBackButton:focus-visible{background:var(--editor-control-bg);color:var(--text-primary);outline:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackGrid{grid-template-columns:3.6rem minmax(0,1fr);align-items:center;gap:.36rem .55rem;display:grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackLabel{color:var(--text-tertiary);text-align:right;font-size:.68rem;line-height:1}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackLabelButton{cursor:pointer;background:0 0;border:none;width:100%;padding:0;transition:color .15s}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackLabelButton:hover,.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackLabelButton:focus-visible{color:var(--text-primary);outline:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackLane{scrollbar-width:none;overscroll-behavior-x:contain;gap:.36rem;min-width:0;display:grid;overflow-x:auto}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackLaneWrap{align-items:center;min-width:0;min-height:2.1rem;display:flex;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackLane::-webkit-scrollbar{display:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubber{z-index:1;cursor:ew-resize;background:0 0;outline:none;width:100%;height:2.1rem;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused{height:3rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTimeline{gap:.58rem;min-width:0;display:grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTimelineShell{grid-template-columns:3.25rem minmax(0,1fr);align-items:start;gap:.55rem;min-width:0;display:grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTimelineShellVideoOnly,.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTimelineShellOverlay,.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTimelineShellText{align-items:center}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackLabels{grid-template-rows:1.14rem 3rem 1.14rem;gap:.08rem;padding-top:0;display:grid}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackLabelsVideoOnly{grid-template-rows:3rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackLabelsOverlay{grid-template-rows:1.24rem 3rem;gap:.1rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackLabelsAudio{grid-template-rows:1.24rem 3rem 1.24rem;gap:.1rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackLabelsText{grid-template-rows:1.24rem 1.14rem 3rem;gap:.1rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackLabels span{min-width:0;color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;justify-content:flex-end;align-items:center;font-size:.62rem;line-height:1;display:flex;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedScrollerShell{z-index:2;min-width:0;position:relative;overflow:visible}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedScroller{z-index:1;scrollbar-width:none;overscroll-behavior-x:contain;min-width:0;padding-bottom:.12rem;position:relative;overflow:auto hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedScroller::-webkit-scrollbar{display:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTimelineInner{gap:.08rem;display:grid;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedAudioTimelineInner,.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedOverlayTimelineInner{gap:.1rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedPlayhead{z-index:8;pointer-events:none;background:#050505;border-radius:999px;width:2px;position:absolute;top:0;bottom:.12rem;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #ffffff5c}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderRail{background:linear-gradient(90deg, color-mix(in srgb, var(--text-primary) 7%, transparent) 1px, transparent 1px) 0 0 / 25% 100%, linear-gradient(180deg, transparent calc(50% - 1px), color-mix(in srgb, var(--text-primary) 8%, transparent) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)), color-mix(in srgb, var(--editor-input-surface) 20%, transparent);border-radius:.26rem;height:1.14rem;position:relative;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderRailTop{margin-bottom:-.02rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderRailBottom{margin-top:-.02rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTimelineShellAudio{align-items:center}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedAudioRail{height:1.24rem;overflow:visible}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedOverlayRail,.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTextRail,.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedKaraokeRail{overflow:visible}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedAudioRailMuted{opacity:.48}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderClip{background:color-mix(in srgb, var(--text-primary) 84%, var(--bg-card));min-width:4.2rem;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--bg-card) 80%, transparent), 0 .18rem .6rem color-mix(in srgb, var(--text-primary) 10%, transparent);border-radius:.22rem;position:absolute;top:.1rem;bottom:.1rem;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderClip:after{content:"";pointer-events:none;background:linear-gradient(#ffffff0f,#0000 48%),linear-gradient(90deg,#0000002e,#0000 12% 88%,#00000024);position:absolute;inset:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedAudioClip{border-radius:.24rem;min-width:1.4rem;top:.04rem;bottom:.04rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackClip{cursor:grab;background:linear-gradient(#ffffff3d,#0000 58%),linear-gradient(90deg,#22c55e,#16a34a)}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTrackClip:active{cursor:grabbing}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedOverlayClip{cursor:grab;height:.94rem;bottom:auto}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedOverlayClip:active{cursor:grabbing}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedOverlayClipSelected{box-shadow:inset 0 0 0 1px #0ea5ff,0 0 0 2px #0ea5ff52,0 .18rem .7rem #0ea5ff2e}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTextClip{color:#fff;cursor:pointer;min-width:2.4rem;height:.94rem;font:inherit;text-align:left;background:linear-gradient(#ffffff47,#0000 62%),linear-gradient(90deg,#111827,#374151);border:0;align-items:center;gap:.32rem;padding:0 .34rem;display:inline-flex;bottom:auto;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff29,0 .18rem .58rem #11182724}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTextClip:hover,.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTextClip:focus-visible{box-shadow:inset 0 0 0 1px #ffffff47,0 .2rem .7rem #1118272e}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTextClipSelected{box-shadow:inset 0 0 0 1px #0ea5ff,0 0 0 2px #0ea5ff4d,0 .2rem .72rem #0ea5ff2e}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTextClipLabel{color:#ffffffc7;text-transform:uppercase;flex:none;font-size:.5rem;line-height:1}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedTextClipText{color:#fffffff0;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.58rem;line-height:1;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedKaraokeClip{background:linear-gradient(#ffffff42,#0000 62%),linear-gradient(90deg,#0f766e,#14b8a6)}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedVoiceClip{background:linear-gradient(#ffffff38,#0000 58%),linear-gradient(90deg,#f59e0b,#f97316)}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedManualVoiceClip{z-index:4;text-align:left;cursor:pointer;border:0;padding:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedVoiceClipSelected{box-shadow:inset 0 0 0 1px #0ea5ff,0 0 0 2px #0ea5ff57,0 .18rem .74rem #0ea5ff2e}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedAudioClipGhost{border:1px dashed color-mix(in srgb, var(--text-primary) 12%, transparent);background:color-mix(in srgb, var(--editor-input-surface) 36%, transparent);box-shadow:none;opacity:.54}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedAudioLabel{z-index:3;color:#fffffff0;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px .3rem #0000005c;pointer-events:none;max-width:calc(100% - .75rem);font-size:.56rem;line-height:1;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedAudioWaveform{z-index:1;opacity:1;pointer-events:none;width:calc(100% - .44rem);height:calc(100% - .04rem);display:block;position:absolute;inset:.02rem .22rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderPreview{background:color-mix(in srgb, var(--editor-control-border) 58%, transparent);position:absolute;inset:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderPreview img,.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderPreview video{object-fit:cover;width:100%;height:100%;display:block}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderHandle{z-index:2;background:color-mix(in srgb, var(--bg-card) 76%, white);opacity:.86;width:.2rem;box-shadow:0 0 0 1px color-mix(in srgb, var(--text-primary) 12%, transparent);border-radius:999px;position:absolute;top:.14rem;bottom:.14rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderHandleStart{left:.16rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSliderHandleEnd{right:.16rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMeter{border-radius:999px;width:100%;height:2.1rem;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMeterMuted{opacity:.48}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubber:focus-visible{box-shadow:0 0 0 2px color-mix(in srgb, var(--text-primary) 20%, transparent);border-radius:999px}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbStrip{background:color-mix(in srgb, var(--editor-control-bg) 72%, transparent);box-shadow:var(--editor-form-inset);pointer-events:none;border-radius:.58rem;position:absolute;inset:0;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb{background:color-mix(in srgb, var(--editor-control-border) 78%, transparent);border-right:1px solid color-mix(in srgb, var(--bg-card) 76%, transparent);pointer-events:none;min-width:.45rem;position:absolute;top:0;bottom:0;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb{border-right-color:color-mix(in srgb, var(--bg-card) 84%, transparent);cursor:grab;pointer-events:auto;background:0 0}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb:active{cursor:grabbing}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbStrip{box-shadow:none;pointer-events:auto;background:0 0;border-radius:.36rem;top:.74rem;bottom:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb:after{background:linear-gradient(90deg,#00000014,#0000 18% 82%,#00000014)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb:after{content:"";pointer-events:none;background:linear-gradient(#ffffff14,#0000 46%),linear-gradient(90deg,#0000002e,#0000 18% 82%,#00000029);position:absolute;inset:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbActive{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--text-primary) 44%, transparent)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbActive{box-shadow:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbSelected{z-index:4}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbDragging{z-index:6;opacity:.62;filter:saturate(.9)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbDropTarget{box-shadow:inset 0 0 0 2px #1f7affb3,0 .35rem 1rem #1f7aff24}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineDropIndicator{z-index:20;pointer-events:none;background:#1f7aff;border-radius:999px;width:3px;position:absolute;top:.72rem;bottom:0;transform:translate(-50%);box-shadow:0 0 0 2px #ffffffe6,0 .28rem .9rem #1f7aff47}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineSelectionOverlay{z-index:12;will-change:transform;pointer-events:none;border:2px solid #1f7aff;border-radius:.42rem;position:absolute;top:-.18rem;bottom:-.18rem;overflow:visible;box-shadow:0 0 0 2px #ffffffe0,0 .45rem 1rem #1f7aff2e,0 0 .85rem #1f7aff38}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSelectionOverlay{z-index:18;height:auto;top:.56rem;bottom:-.18rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasFocusedSelectionOverlayAudio{top:2.04rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle{z-index:13;color:#fff;cursor:ew-resize;opacity:0;pointer-events:auto;background:#050505;border:1px solid #6fadffeb;border-radius:.36rem;width:1.34rem;height:1.34rem;padding:0;transition:opacity .14s,transform .14s,box-shadow .14s;position:absolute;top:50%;overflow:visible;box-shadow:0 .22rem .7rem #0003,0 0 0 1px #0000002e}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandleStart{pointer-events:none;left:-1.5rem;right:auto;transform:translateY(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandleEnd{right:-1.5rem;transform:translateY(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineSelectionOverlay .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle:focus-visible,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle:active{opacity:1}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle svg{pointer-events:none;width:.88rem;height:.88rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle:focus-visible{outline:2px solid color-mix(in srgb, var(--text-primary) 34%, transparent);outline-offset:2px}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle:active{transform:translateY(-50%)scale(1.04);box-shadow:0 .28rem .9rem #00000042,0 0 0 1px #00000038}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle span{background:color-mix(in srgb, var(--bg-card) 92%, white);color:var(--text-secondary);white-space:nowrap;opacity:0;box-shadow:0 0 0 1px color-mix(in srgb, var(--text-primary) 10%, transparent);pointer-events:none;border-radius:999px;padding:.1rem .28rem;font-size:.54rem;line-height:1;transition:opacity .14s;position:absolute;top:50%;right:.58rem;transform:translateY(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle:active span,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTrimHandle:focus-visible span{opacity:1}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb img,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb video{object-fit:cover;filter:saturate(.96)contrast(.98);width:100%;height:100%;display:block}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb img,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumb video{object-fit:contain;transform-origin:50%;transform:scale(1.2)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineSceneTick,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelinePlayhead,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineScrubberFocused .CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton{top:0;bottom:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineFrameStrip{gap:1px;width:100%;height:100%;display:flex}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineFrameTile{flex:1 1 0;min-width:0;display:block;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineFrameTile video{background:0 0}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineThumbFallback{width:100%;height:100%;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:.58rem;line-height:1;display:flex}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineRail,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineProgress{pointer-events:none;border-radius:999px;height:.28rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineRail{background:color-mix(in srgb, var(--editor-control-border) 76%, transparent);box-shadow:var(--editor-form-inset);right:0}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineProgress{background:color-mix(in srgb, var(--text-primary) 82%, var(--bg-card))}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineRailMusic{background:color-mix(in srgb, #22c55e 20%, var(--editor-control-border))}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMusicClip{background:linear-gradient(180deg, #ffffff47, transparent), color-mix(in srgb, #22c55e 68%, var(--text-primary));cursor:grab;pointer-events:auto;-webkit-user-select:none;user-select:none;border-radius:999px;min-width:1.2rem;height:.86rem;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 0 1px #0f172a1f,0 .35rem 1rem #22c55e2e}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMusicClip:active{cursor:grabbing}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMusicLabel{white-space:nowrap;text-overflow:ellipsis;color:#ffffffeb;pointer-events:none;max-width:calc(100% - 1rem);font-size:.57rem;line-height:1;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMusicHandle{background:color-mix(in srgb, var(--bg-card) 92%, white);width:.48rem;height:1.22rem;box-shadow:0 0 0 1px color-mix(in srgb, var(--text-primary) 16%, transparent);cursor:ew-resize;pointer-events:auto;border-radius:999px;position:absolute;top:50%;transform:translateY(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMusicHandleStart{left:-.18rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineMusicHandleEnd{right:-.18rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineSceneTick{background:color-mix(in srgb, var(--bg-card) 78%, var(--text-primary));width:1px;box-shadow:0 0 0 1px color-mix(in srgb, var(--text-primary) 12%, transparent);pointer-events:none;border-radius:999px;position:absolute;top:.48rem;bottom:.48rem;transform:translate(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton{z-index:14;width:1.35rem;color:color-mix(in srgb, var(--text-primary) 42%, transparent);cursor:pointer;pointer-events:auto;background:0 0;border:0;border-radius:0;padding:0;position:absolute;top:-.7rem;bottom:.18rem;transform:translate(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton:before{content:"";width:1px;box-shadow:0 0 0 1px color-mix(in srgb, var(--bg-card) 62%, transparent);background:currentColor;border-radius:999px;position:absolute;top:.78rem;bottom:.1rem;left:50%;transform:translate(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton:after{content:"";background:linear-gradient(135deg, transparent calc(50% - 1px), #fff calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) center / 56% 56% no-repeat, color-mix(in srgb, var(--text-primary) 88%, #1f2937);border:1px solid color-mix(in srgb, var(--bg-card) 72%, transparent);width:.78rem;height:.78rem;box-shadow:0 0 0 1px color-mix(in srgb, var(--text-primary) 18%, transparent), 0 .18rem .48rem color-mix(in srgb, var(--text-primary) 18%, transparent);border-radius:.22rem;transition:border-color .14s,box-shadow .14s,transform .14s,background .14s;position:absolute;top:0;left:50%;transform:translate(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton:hover,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton:focus-visible{color:color-mix(in srgb, var(--text-primary) 68%, transparent);outline:none}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton:hover:after,.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButton:focus-visible:after{background:linear-gradient(135deg, transparent calc(50% - 1px), #fff calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) center / 56% 56% no-repeat, color-mix(in srgb, var(--text-primary) 78%, #1f2937);border-color:color-mix(in srgb, var(--bg-card) 84%, transparent);box-shadow:0 0 0 2px color-mix(in srgb, var(--bg-card) 82%, transparent), 0 .24rem .64rem color-mix(in srgb, var(--text-primary) 22%, transparent);transform:translate(-50%)scale(1.08)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButtonActive{color:#1f7aff}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButtonActive:after{background:linear-gradient(135deg,#0000 calc(50% - 1px),#fff calc(50% - 1px) calc(50% + 1px),#0000 calc(50% + 1px)) 50%/56% 56% no-repeat,#195ec3;border-color:#438fff}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButtonOpen{color:#1f7aff}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelineTransitionButtonOpen:after{box-shadow:0 0 0 2px color-mix(in srgb, var(--bg-card) 88%, transparent), 0 0 0 4px #1f7aff24, 0 .24rem .72rem #1f7aff2e;background:linear-gradient(135deg,#0000 calc(50% - 1px),#fff calc(50% - 1px) calc(50% + 1px),#0000 calc(50% + 1px)) 50%/56% 56% no-repeat,#1f7aff;border-color:#1f7aff;transform:translate(-50%)scale(1.12)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelinePlayhead{pointer-events:none;background:linear-gradient(#0000 0 4%,#ffffffeb 4% 96%,#0000 96%),linear-gradient(90deg,#0000 0 calc(50% - 1px),#111 calc(50% - 1px) calc(50% + 1px),#0000 calc(50% + 1px));border-radius:999px;width:.44rem;position:absolute;top:.34rem;bottom:.34rem;transform:translate(-50%);box-shadow:0 0 0 1px #0003,0 .35rem 1rem #0000001f}.CarouselSlideGroup-module__3dnfhW__editorCanvasTimelinePlayheadSoft{background:color-mix(in srgb, var(--text-primary) 38%, transparent);pointer-events:none;border-radius:999px;width:1px;position:absolute;top:.42rem;bottom:.42rem;transform:translate(-50%)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlock{border:1px solid var(--editor-control-border);background:var(--editor-input-surface);min-width:0;min-height:1.95rem;color:var(--text-primary);box-shadow:var(--editor-form-inset);border-radius:.52rem;justify-content:space-between;align-items:center;gap:.4rem;padding:0 .6rem;display:flex;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlock span,.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlock small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlock span{font-size:.76rem;font-weight:520}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlock small{color:var(--text-secondary);font-size:.66rem}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlockInspectable{cursor:pointer}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlockInspectable:focus-visible{outline:2px solid color-mix(in srgb, var(--text-primary) 36%, transparent);outline-offset:2px}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlockVoice{border-color:color-mix(in srgb, #f59e0b 32%, var(--editor-control-border));background:linear-gradient(135deg, #f59e0b29, transparent 72%), var(--editor-input-surface)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlockActive{border-color:var(--text-primary);box-shadow:inset 0 0 0 1px var(--bg-card), 0 0 0 1px color-mix(in srgb, var(--text-primary) 18%, transparent)}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlockMuted{opacity:.62}.CarouselSlideGroup-module__3dnfhW__editorCanvasTrackBlockGhost{opacity:.45;background:0 0;border-style:dashed}.CarouselSlideGroup-module__3dnfhW__carouselPreviewPrefetchVideo{opacity:.01;pointer-events:none;width:1px;height:1px;position:fixed;top:0;left:-9999px}.CarouselSlideGroup-module__3dnfhW__carouselCard{max-width:380px}.CarouselSlideGroup-module__3dnfhW__carouselCardPreview{will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugPanel{color:#ffffffc7;z-index:900;background:#0a0a0cf0;border:1px solid #fde0473d;border-radius:10px;width:340px;max-width:calc(100vw - 28px);padding:.8rem;font-size:.72rem;position:fixed;top:92px;right:14px;box-shadow:0 18px 44px #00000057}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugHeader{color:#fde047f2;letter-spacing:.02em;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.55rem;font-weight:700;display:flex}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugStatusOn,.CarouselSlideGroup-module__3dnfhW__rayMeshDebugStatusOff{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.12rem .38rem;font-size:.62rem}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugStatusOn{color:#86efacf5;background:#22c55e21}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugStatusOff{color:#f87171f5;background:#ef444421}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugRow{border-top:1px solid #ffffff0f;grid-template-columns:118px minmax(0,1fr);align-items:baseline;gap:.5rem;padding:.22rem 0;display:grid}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugLabel{color:#ffffff6b}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugValue,.CarouselSlideGroup-module__3dnfhW__rayMeshDebugGood,.CarouselSlideGroup-module__3dnfhW__rayMeshDebugBad{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugValue{color:#ffffffb8}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugGood{color:#86efacf5}.CarouselSlideGroup-module__3dnfhW__rayMeshDebugBad{color:#f87171f5}@media (max-width:1060px){.CarouselSlideGroup-module__3dnfhW__rayMeshDebugPanel{width:min(340px,100vw - 20px);top:auto;bottom:10px;right:10px}}.CarouselSlideGroup-module__3dnfhW__previewProgressOverlay{z-index:20;pointer-events:none;border-radius:0 0 inherit inherit;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0}.CarouselSlideGroup-module__3dnfhW__previewProgressBar{background:#ffffff1f;flex-shrink:0;width:100%;height:3px;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__previewProgressFill{background:linear-gradient(90deg,#818cf8,#a78bfa);border-radius:0 2px 2px 0;height:100%;transition:width .45s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #818cf8b3}.CarouselSlideGroup-module__3dnfhW__previewSceneBadge{color:#ffffffeb;letter-spacing:.04em;text-shadow:0 1px 6px #000000e6;text-transform:uppercase;background:linear-gradient(#0000 0%,#000000b8 100%);align-items:center;gap:5px;padding:8px 10px 10px;font-size:.7rem;font-weight:700;display:flex}.CarouselSlideGroup-module__3dnfhW__previewEngineLoading{color:#ffffff73;font-weight:500}.CarouselSlideGroup-module__3dnfhW__navBar{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;align-items:center;gap:.45rem;width:fit-content;min-width:min(100%,328px);max-width:100%;padding:0;display:flex}.CarouselSlideGroup-module__3dnfhW__navEdge,.CarouselSlideGroup-module__3dnfhW__navActions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.CarouselSlideGroup-module__3dnfhW__navCenter{min-width:0;box-shadow:none;background:0 0;border:0;border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__ratioSelectWrap{background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:inline-flex;position:relative}.CarouselSlideGroup-module__3dnfhW__editorCanvasHeaderStart{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__ratioSelectWrap:hover{background:0 0;border-color:#0000}.CarouselSlideGroup-module__3dnfhW__ratioSelect{appearance:none;color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;height:30px;padding:0 24px 0 10px;font-family:inherit;font-size:.75rem;font-weight:600;line-height:normal}.CarouselSlideGroup-module__3dnfhW__ratioSelect option{background:var(--editor-sheet-bg);color:var(--text-primary);font-size:.85rem}.CarouselSlideGroup-module__3dnfhW__ratioSelectIcon{pointer-events:none;color:var(--text-secondary,#c2c2cc);transition:color .15s;position:absolute;right:8px}.CarouselSlideGroup-module__3dnfhW__ratioSelectWrap:hover .CarouselSlideGroup-module__3dnfhW__ratioSelectIcon{color:var(--text-primary)}.CarouselSlideGroup-module__3dnfhW__desktopPageNumbers{justify-content:center;width:100%;display:flex}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummary{width:auto;min-width:0;height:30px;color:var(--text-primary);cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0;display:none}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummaryPrev,.CarouselSlideGroup-module__3dnfhW__mobileSlideSummaryNext{width:28px;color:var(--text-secondary)}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummaryCount{border-left:0;border-right:0;gap:.28rem;min-width:4rem;padding:0 .42rem}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummary:hover:not(:disabled){color:var(--text-primary);background:0 0}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummary:disabled{opacity:.28;cursor:default}.CarouselSlideGroup-module__3dnfhW__isCompressed .CarouselSlideGroup-module__3dnfhW__mobileSlideSummary{display:inline-flex}.CarouselSlideGroup-module__3dnfhW__isCompressed .CarouselSlideGroup-module__3dnfhW__desktopPageNumbers{display:none}.CarouselSlideGroup-module__3dnfhW__isCompressed .CarouselSlideGroup-module__3dnfhW__slidePickerBtn{display:inline-flex!important}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummaryCurrent{text-align:right;min-width:1.15rem;font-size:.82rem;font-weight:700}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummaryDivider,.CarouselSlideGroup-module__3dnfhW__mobileSlideSummaryTotal{color:var(--text-secondary);font-size:.76rem;font-weight:500}.CarouselSlideGroup-module__3dnfhW__mobileSlideSummaryTotal{text-align:left;min-width:1.15rem}.CarouselSlideGroup-module__3dnfhW__navBtn{width:30px;height:30px;color:var(--text-secondary);cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .18s;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__navBtn:hover{color:var(--text-primary);background:0 0;border-color:#0000}.CarouselSlideGroup-module__3dnfhW__navBtn:disabled{opacity:.28;cursor:default}.CarouselSlideGroup-module__3dnfhW__navFileInput{display:none}.CarouselSlideGroup-module__3dnfhW__reelTriggerBtn{color:var(--text-secondary,#ffffff73);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-right:8px;padding:2px;transition:all .15s;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__reelTriggerBtn:hover{color:var(--text-primary);transform:scale(1.1)}.CarouselSlideGroup-module__3dnfhW__pageNumbers{background:var(--editor-control-bg);border:1px solid var(--editor-control-border);scrollbar-width:none;border-radius:12px;justify-content:center;align-items:center;gap:.22rem;min-width:0;padding:3px;transition:background .2s,box-shadow .2s;display:flex;overflow-x:auto}.CarouselSlideGroup-module__3dnfhW__pageNumbers::-webkit-scrollbar{display:none}.CarouselSlideGroup-module__3dnfhW__pageNumbersReordering{background:var(--editor-control-bg-hover);box-shadow:0 0 0 1px var(--editor-panel-border-strong);animation:2s ease-in-out infinite CarouselSlideGroup-module__3dnfhW__reorderPulse}@keyframes CarouselSlideGroup-module__3dnfhW__reorderPulse{0%,to{box-shadow:0 0 0 1px var(--editor-control-border)}50%{box-shadow:0 0 0 1px var(--editor-panel-border-strong)}}.CarouselSlideGroup-module__3dnfhW__pageBtn{min-width:26px;height:28px;color:var(--text-secondary,#c2c2cc);cursor:grab;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 4px;font-size:.72rem;font-weight:600;transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .15s,color .15s,background .15s,box-shadow .15s;display:inline-flex;position:relative}.CarouselSlideGroup-module__3dnfhW__pageBtn:hover{color:var(--text-primary);background:var(--editor-control-bg)}.CarouselSlideGroup-module__3dnfhW__pageBtnActive{color:var(--text-primary);background:var(--editor-control-bg-hover);box-shadow:inset 0 -2px 0 var(--text-primary);font-weight:700}.CarouselSlideGroup-module__3dnfhW__pageBtnDragging{z-index:1;transform:scale(1.04);cursor:grabbing!important}.CarouselSlideGroup-module__3dnfhW__pageBtnGhost{box-shadow:inset 0 0 0 1.5px var(--editor-panel-border-strong), inset 0 0 0 999px var(--editor-panel-surface);border-radius:10px;color:#0000!important;background:var(--editor-panel-surface)!important}.CarouselSlideGroup-module__3dnfhW__pageBtnDimmed{opacity:.28;transform:scale(.92)}.CarouselSlideGroup-module__3dnfhW__dragChip{z-index:1000;background:var(--editor-control-bg-hover);min-width:34px;height:34px;color:var(--text-primary);box-shadow:0 12px 28px #0000006b, 0 0 0 1.5px var(--editor-panel-border-strong), 0 0 20px var(--editor-control-bg-hover);pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:11px;justify-content:center;align-items:center;padding:0 10px;font-size:.82rem;font-weight:800;display:inline-flex;position:fixed;transform:translate(-50%,-50%)}.CarouselSlideGroup-module__3dnfhW__cancelBtn{box-shadow:var(--editor-form-inset);color:var(--text-primary)!important;border-color:var(--editor-control-border)!important;background:var(--editor-control-bg)!important}.CarouselSlideGroup-module__3dnfhW__cancelBtn:hover{background:var(--editor-control-bg-hover)!important}.CarouselSlideGroup-module__3dnfhW__saveBtn{box-shadow:var(--editor-form-inset);color:var(--text-primary)!important;border-color:var(--editor-control-border)!important;background:var(--editor-control-bg)!important}.CarouselSlideGroup-module__3dnfhW__saveBtn:hover{background:var(--editor-control-bg-hover)!important}.CarouselSlideGroup-module__3dnfhW__addBtn{background:var(--editor-control-bg)!important;color:var(--text-primary)!important;border-color:var(--editor-control-border)!important}.CarouselSlideGroup-module__3dnfhW__addBtn:hover{transform:scale(1.05);background:var(--editor-control-bg-hover)!important}.CarouselSlideGroup-module__3dnfhW__deleteBtn{color:var(--text-secondary,#c2c2cc)!important}.CarouselSlideGroup-module__3dnfhW__deleteBtn:hover{transform:scale(1.05);color:#e53e3e!important;background:#e53e3e1a!important}.CarouselSlideGroup-module__3dnfhW__slidePickerBtn{display:none}.CarouselSlideGroup-module__3dnfhW__slidePickerBackdrop{z-index:100;-webkit-backdrop-filter:blur(12px);background:#000000b8;justify-content:center;align-items:flex-end;padding:.6rem;display:flex;position:absolute;inset:0}.CarouselSlideGroup-module__3dnfhW__slidePickerSheet{background:var(--editor-sheet-bg);border:1px solid var(--editor-sheet-border);width:100%;max-height:calc(100% - 1.2rem);box-shadow:var(--editor-sheet-shadow);border-radius:24px;flex-direction:column;gap:.75rem;padding:.7rem .7rem .9rem;display:flex;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__slidePickerHandle{background:var(--editor-panel-border-strong);border-radius:999px;align-self:center;width:44px;height:5px}.CarouselSlideGroup-module__3dnfhW__slidePickerHeader{justify-content:space-between;align-items:flex-start;gap:1rem;padding:0 .1rem;display:flex}.CarouselSlideGroup-module__3dnfhW__slidePickerEyebrow{letter-spacing:.02em;color:var(--editor-status-faint);margin:0 0 .1rem;font-size:.72rem;font-weight:500}.CarouselSlideGroup-module__3dnfhW__slidePickerTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:600}.CarouselSlideGroup-module__3dnfhW__slidePickerClose{border:1px solid var(--editor-control-border);background:var(--editor-control-bg);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__slidePickerList{scrollbar-width:none;grid-template-columns:repeat(3,1fr);gap:1rem .6rem;padding:.4rem .1rem;display:grid;overflow-y:auto}.CarouselSlideGroup-module__3dnfhW__slidePickerList::-webkit-scrollbar{display:none}.CarouselSlideGroup-module__3dnfhW__slidePickerItem{width:100%;color:var(--text-primary);text-align:center;cursor:grab;background:0 0;border:none;border-radius:0;flex-direction:column;align-items:stretch;gap:.45rem;padding:0;transition:transform .22s cubic-bezier(.34,1.56,.64,1),opacity .18s;display:flex}.CarouselSlideGroup-module__3dnfhW__slidePickerItem:hover{transform:translateY(-2px)}.CarouselSlideGroup-module__3dnfhW__slidePickerItemDragging{opacity:.28;transform:scale(.88)}.CarouselSlideGroup-module__3dnfhW__slidePickerItemDragging .CarouselSlideGroup-module__3dnfhW__slidePickerThumb{border:2px dashed var(--editor-panel-border-strong);background:var(--editor-panel-surface)}.CarouselSlideGroup-module__3dnfhW__slidePickerItemDimmed{opacity:.6;transform:scale(.96)}.CarouselSlideGroup-module__3dnfhW__slidePickerThumb{aspect-ratio:3/4;background:var(--editor-panel-surface);border:2px solid var(--editor-panel-border);border-radius:14px;flex-shrink:0;width:100%;height:auto;transition:border-color .2s,box-shadow .2s;overflow:hidden}.CarouselSlideGroup-module__3dnfhW__slidePickerItemActive .CarouselSlideGroup-module__3dnfhW__slidePickerThumb{border-color:var(--text-primary);box-shadow:0 0 0 3px var(--editor-control-bg-hover)}.CarouselSlideGroup-module__3dnfhW__gridDragGhost{pointer-events:none;z-index:9999;aspect-ratio:3/4;background-color:#1e1e23e6;background-position:50%;background-size:cover;border-radius:14px;width:72px;transition:transform 80ms;position:fixed;transform:translate(-50%,-50%)scale(1.12)rotate(-3deg);box-shadow:0 28px 70px #000000b3,0 0 0 3px #ffffff8c}.CarouselSlideGroup-module__3dnfhW__slidePickerThumbImage,.CarouselSlideGroup-module__3dnfhW__slidePickerThumbPlaceholder{width:100%;height:100%}.CarouselSlideGroup-module__3dnfhW__slidePickerThumbImage{background-position:50%;background-size:cover}.CarouselSlideGroup-module__3dnfhW__slidePickerThumbVideo{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;display:block}.CarouselSlideGroup-module__3dnfhW__slidePickerThumbPlaceholder{color:var(--text-secondary);justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.CarouselSlideGroup-module__3dnfhW__slidePickerCopy{flex-direction:column;gap:.1rem;min-width:0;display:flex}.CarouselSlideGroup-module__3dnfhW__slidePickerItemLabel{color:var(--text-secondary);font-size:.7rem;font-weight:600}.CarouselSlideGroup-module__3dnfhW__slidePickerItemText,.CarouselSlideGroup-module__3dnfhW__slidePickerStatus{display:none}.CarouselSlideGroup-module__3dnfhW__reelPreviewOverlay{z-index:60;background:#000;border-radius:12px;flex-direction:column;width:100%;max-width:380px;animation:.25s CarouselSlideGroup-module__3dnfhW__reelPreviewFadeIn;display:flex;position:absolute;top:0;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}@keyframes CarouselSlideGroup-module__3dnfhW__reelPreviewFadeIn{0%{opacity:0;transform:translate(-50%)scale(.97)}to{opacity:1;transform:translate(-50%)scale(1)}}.CarouselSlideGroup-module__3dnfhW__reelPreviewVideo{aspect-ratio:3/4;object-fit:contain;background:#000;width:100%;display:block}.CarouselSlideGroup-module__3dnfhW__reelPreviewActions{background:#000;flex-shrink:0;justify-content:center;align-items:center;gap:32px;padding:16px 14px;display:flex}.CarouselSlideGroup-module__3dnfhW__reelPreviewDownload{color:#fff;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;align-items:center;gap:6px;padding:8px 0;font-size:.85rem;font-weight:600;transition:opacity .15s;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__reelPreviewDownload:hover{opacity:.7}.CarouselSlideGroup-module__3dnfhW__reelPreviewClose{color:#fff6;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:8px 0;font-size:.85rem;font-weight:600;transition:all .14s}.CarouselSlideGroup-module__3dnfhW__reelPreviewClose:hover{color:#fff}.CarouselSlideGroup-module__3dnfhW__downloadAllRow{justify-content:center;width:100%;max-width:380px;margin-top:10px;display:flex}.CarouselSlideGroup-module__3dnfhW__downloadAllBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;letter-spacing:-.01em;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:7px 16px;font-size:.75rem;font-weight:500;transition:all .15s;display:inline-flex}.CarouselSlideGroup-module__3dnfhW__downloadAllBtn:hover:not(:disabled){background:var(--editor-control-bg);color:var(--text-primary);border-color:var(--editor-panel-border-strong)}.CarouselSlideGroup-module__3dnfhW__downloadAllBtn:disabled{opacity:.5;cursor:default}.CarouselSlideGroup-module__3dnfhW__downloadAllSpinner{border:1.5px solid #fff3;border-top-color:#ffffffb3;border-radius:50%;flex-shrink:0;width:11px;height:11px;animation:.7s linear infinite CarouselSlideGroup-module__3dnfhW__spinAll;display:inline-block}@keyframes CarouselSlideGroup-module__3dnfhW__spinAll{to{transform:rotate(360deg)}}.CarouselSlideGroup-module__3dnfhW__refreshFromScriptWrap{flex-shrink:0;justify-content:center;width:100%;max-width:380px;margin-top:.85rem;display:flex}.CarouselSlideGroup-module__3dnfhW__refreshFromScriptBtn{background:var(--editor-control-bg);font:inherit;color:var(--text-secondary);cursor:pointer;border:none;border-radius:10px;margin:0;padding:.35rem .5rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.CarouselSlideGroup-module__3dnfhW__refreshFromScriptBtn:hover:not(:disabled){color:var(--text-primary);background:var(--editor-control-bg-hover)}.CarouselSlideGroup-module__3dnfhW__refreshFromScriptBtn:disabled{opacity:.42;cursor:not-allowed;color:var(--editor-status-faint);background:var(--editor-control-bg)}@media (max-width:500px){.CarouselSlideGroup-module__3dnfhW__carouselCard,.CarouselSlideGroup-module__3dnfhW__downloadAllRow{max-width:100%}.CarouselSlideGroup-module__3dnfhW__navBar{gap:.35rem;width:100%}.CarouselSlideGroup-module__3dnfhW__navActions{gap:.25rem}.CarouselSlideGroup-module__3dnfhW__refreshFromScriptWrap{max-width:100%}}
