.WizardLayout-module__rl5uPq__container{background:#f8fafc;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;display:flex}.WizardLayout-module__rl5uPq__sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:300px;padding:2rem 1.5rem;display:flex}.WizardLayout-module__rl5uPq__back{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:0;font-size:.875rem;font-weight:500;transition:color .2s;display:inline-flex}.WizardLayout-module__rl5uPq__back:hover{color:#0f172a}.WizardLayout-module__rl5uPq__title{color:#0f172a;margin-bottom:2.5rem;font-size:1.05rem;font-weight:700;line-height:1.4}.WizardLayout-module__rl5uPq__steps{flex-direction:column;gap:.25rem;display:flex}.WizardLayout-module__rl5uPq__step{cursor:pointer;border-radius:10px;align-items:center;gap:.875rem;padding:.75rem .875rem;transition:background .15s;display:flex;position:relative}.WizardLayout-module__rl5uPq__step:not(:last-child):after{content:"";z-index:0;background:#e2e8f0;width:2px;height:calc(100% - .25rem);position:absolute;top:2.5rem;left:1.3125rem}.WizardLayout-module__rl5uPq__stepDone:after{background:#0076ff!important}.WizardLayout-module__rl5uPq__stepNum{color:#94a3b8;z-index:1;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex;position:relative}.WizardLayout-module__rl5uPq__stepActive .WizardLayout-module__rl5uPq__stepNum{color:#fff;background:#0076ff;box-shadow:0 0 0 4px #0076ff26}.WizardLayout-module__rl5uPq__stepDone .WizardLayout-module__rl5uPq__stepNum{color:#fff;background:#0076ff}.WizardLayout-module__rl5uPq__stepLabel{color:#94a3b8;font-size:.875rem;font-weight:500;transition:color .2s}.WizardLayout-module__rl5uPq__stepActive .WizardLayout-module__rl5uPq__stepLabel{color:#0f172a;font-weight:600}.WizardLayout-module__rl5uPq__stepDone .WizardLayout-module__rl5uPq__stepLabel{color:#0076ff}.WizardLayout-module__rl5uPq__stepBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#f59e0b;border-radius:4px;padding:.15rem .35rem;font-size:.65rem;font-weight:700;line-height:1;display:inline-block}.WizardLayout-module__rl5uPq__tutorialSection{border-top:1px solid #f1f5f9;margin-top:.5rem;padding-top:1.25rem}.WizardLayout-module__rl5uPq__tutorialHint{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .625rem;font-size:.72rem;font-weight:600}@keyframes WizardLayout-module__rl5uPq__tutorialGlow{0%,to{box-shadow:0 4px 14px #0076ff59,0 0 #0076ff00}50%{box-shadow:0 6px 20px #0076ff80,0 0 0 5px #0076ff1f}}.WizardLayout-module__rl5uPq__tutorialBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0076ff 0%,#8b5cf6 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1rem;font-size:.875rem;font-weight:700;transition:transform .15s,opacity .15s;animation:2.5s ease-in-out infinite WizardLayout-module__rl5uPq__tutorialGlow;display:flex}.WizardLayout-module__rl5uPq__tutorialBtn:hover{opacity:.9;transform:translateY(-1px)}.WizardLayout-module__rl5uPq__tutorialBtnActive{background:linear-gradient(135deg,#0061d6 0% 100%);animation:none;box-shadow:0 4px 14px #0076ff59}.WizardLayout-module__rl5uPq__main{flex-direction:column;flex:1;display:flex;overflow-y:auto}.WizardLayout-module__rl5uPq__content{flex:1;width:100%;max-width:760px;margin:0 auto;padding:2.5rem}.WizardLayout-module__rl5uPq__footer{background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;max-width:760px;margin:0 auto;padding:1.25rem 2.5rem;display:flex}.WizardLayout-module__rl5uPq__exitBtn{color:#0076ff;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s}.WizardLayout-module__rl5uPq__exitBtn:hover{background:#f5f3ff}.WizardLayout-module__rl5uPq__nextBtn{color:#fff;cursor:pointer;background:#0076ff;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.WizardLayout-module__rl5uPq__nextBtn:hover:not(:disabled){background:#0061d6;transform:translateY(-1px);box-shadow:0 4px 12px #0076ff59}.WizardLayout-module__rl5uPq__nextBtn:disabled{opacity:.5;cursor:not-allowed}.WizardLayout-module__rl5uPq__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;padding:2rem}.WizardLayout-module__rl5uPq__cardTitle{color:#0f172a;margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.WizardLayout-module__rl5uPq__cardSubtitle{color:#64748b;margin-bottom:1.75rem;font-size:.875rem;line-height:1.5}.WizardLayout-module__rl5uPq__formGroup{margin-bottom:1.25rem}.WizardLayout-module__rl5uPq__formGroup label{color:#374151;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:block}.WizardLayout-module__rl5uPq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.WizardLayout-module__rl5uPq__input,.WizardLayout-module__rl5uPq__select,.WizardLayout-module__rl5uPq__textarea{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.7rem .875rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.WizardLayout-module__rl5uPq__input:focus,.WizardLayout-module__rl5uPq__select:focus,.WizardLayout-module__rl5uPq__textarea:focus{border-color:#0076ff;outline:none;box-shadow:0 0 0 3px #0076ff1a}.WizardLayout-module__rl5uPq__textarea{resize:vertical;min-height:120px}.WizardLayout-module__rl5uPq__dropzone{text-align:center;cursor:pointer;background:#fafbff;border:2px dashed #cbd5e1;border-radius:16px;padding:3rem 2rem;transition:all .25s}.WizardLayout-module__rl5uPq__dropzone:hover,.WizardLayout-module__rl5uPq__dropzoneActive{background:#f5f3ff;border-color:#0076ff}.WizardLayout-module__rl5uPq__dropzoneIcon{color:#0076ff;background:#f5f3ff;border-radius:14px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.WizardLayout-module__rl5uPq__dropzoneTitle{color:#0f172a;margin-bottom:.25rem;font-size:1rem;font-weight:700}.WizardLayout-module__rl5uPq__dropzoneHint{color:#94a3b8;margin-bottom:1.25rem;font-size:.8rem}.WizardLayout-module__rl5uPq__dropzoneBtn{color:#fff;cursor:pointer;background:#0076ff;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}.WizardLayout-module__rl5uPq__dropzoneBtn:hover{background:#0061d6}.WizardLayout-module__rl5uPq__avatarGrid{grid-template-columns:repeat(4,1fr);gap:.875rem;display:grid}.WizardLayout-module__rl5uPq__avatarItem{aspect-ratio:1;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;font-size:2.5rem;transition:all .2s;display:flex;overflow:hidden}.WizardLayout-module__rl5uPq__avatarItem:hover{border-color:#a5b4fc}.WizardLayout-module__rl5uPq__avatarSelected{background:#eef2ff;border-color:#0076ff;box-shadow:0 0 0 3px #0076ff26}.WizardLayout-module__rl5uPq__avatarUpload{color:#94a3b8;background:#fff;border:2px dashed #cbd5e1;flex-direction:column;gap:.25rem;font-size:.7rem;font-weight:600}.WizardLayout-module__rl5uPq__avatarUploadPlus{color:#0076ff;font-size:1.5rem}.WizardLayout-module__rl5uPq__pills{gap:.75rem;margin-bottom:1.5rem;display:flex}.WizardLayout-module__rl5uPq__pill{cursor:pointer;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;flex:1;padding:.875rem 1rem;transition:all .2s}.WizardLayout-module__rl5uPq__pill:hover{border-color:#a5b4fc}.WizardLayout-module__rl5uPq__pillActive{background:#eef2ff;border-color:#0076ff}.WizardLayout-module__rl5uPq__pillTitle{color:#0f172a;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.WizardLayout-module__rl5uPq__pillActive .WizardLayout-module__rl5uPq__pillTitle{color:#0076ff}.WizardLayout-module__rl5uPq__pillDesc{color:#94a3b8;font-size:.75rem}.WizardLayout-module__rl5uPq__summaryGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.WizardLayout-module__rl5uPq__summaryItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.875rem 1rem}.WizardLayout-module__rl5uPq__summaryLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.WizardLayout-module__rl5uPq__summaryValue{color:#0f172a;font-size:.9rem;font-weight:600}.WizardLayout-module__rl5uPq__sourceRow{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.WizardLayout-module__rl5uPq__sourceCard{text-align:center;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.875rem;transition:all .2s}.WizardLayout-module__rl5uPq__sourceCard:hover{background:#f5f3ff;border-color:#0076ff}.WizardLayout-module__rl5uPq__sourceCardIcon{margin-bottom:.375rem;font-size:1.5rem}.WizardLayout-module__rl5uPq__sourceCardLabel{color:#374151;font-size:.775rem;font-weight:600}.WizardLayout-module__rl5uPq__toggleRow{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.WizardLayout-module__rl5uPq__toggleRow:last-child{border-bottom:none}.WizardLayout-module__rl5uPq__toggleLabel{color:#374151;font-size:.875rem;font-weight:500}.WizardLayout-module__rl5uPq__toggleDesc{color:#94a3b8;margin-top:2px;font-size:.75rem}.WizardLayout-module__rl5uPq__toggle{cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.WizardLayout-module__rl5uPq__toggleOn{background:#0076ff}.WizardLayout-module__rl5uPq__toggleOff{background:#cbd5e1}.WizardLayout-module__rl5uPq__toggleKnob{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:3px}.WizardLayout-module__rl5uPq__toggleOn .WizardLayout-module__rl5uPq__toggleKnob{left:21px}.WizardLayout-module__rl5uPq__toggleOff .WizardLayout-module__rl5uPq__toggleKnob{left:3px}.WizardLayout-module__rl5uPq__generateCta{text-align:center;color:#fff;background:linear-gradient(135deg,#0076ff 0%,#0061d6 100%);border-radius:14px;margin-top:1rem;padding:1.75rem}.WizardLayout-module__rl5uPq__generateCtaTitle{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.WizardLayout-module__rl5uPq__generateCtaDesc{opacity:.85;margin-bottom:1.25rem;font-size:.85rem}.WizardLayout-module__rl5uPq__generateBtn{color:#0061d6;cursor:pointer;background:#fff;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.WizardLayout-module__rl5uPq__generateBtn:hover{background:#f5f3ff;transform:translateY(-1px)}
.TutorialVideo-module__NmpjFG__widget{z-index:1200;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:340px;font-family:Inter,system-ui,-apple-system,sans-serif;animation:.25s cubic-bezier(.16,1,.3,1) TutorialVideo-module__NmpjFG__slideUp;position:fixed;bottom:24px;right:436px;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e}@keyframes TutorialVideo-module__NmpjFG__slideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.TutorialVideo-module__NmpjFG__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.TutorialVideo-module__NmpjFG__headerLeft{align-items:center;gap:.625rem;min-width:0;display:flex}.TutorialVideo-module__NmpjFG__iconBadge{color:#0076ff;background:#eef2ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.TutorialVideo-module__NmpjFG__stepLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:.7rem;font-weight:600;line-height:1}.TutorialVideo-module__NmpjFG__title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.8rem;font-weight:700;overflow:hidden}.TutorialVideo-module__NmpjFG__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.TutorialVideo-module__NmpjFG__closeBtn:hover{color:#0f172a;background:#f1f5f9}.TutorialVideo-module__NmpjFG__videoWrapper{aspect-ratio:16/9;background:#0f172a;width:100%;position:relative}.TutorialVideo-module__NmpjFG__video{object-fit:cover;width:100%;height:100%;display:block}
.ShareModal-module__fMHPXG__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ShareModal-module__fMHPXG__modal{background-color:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:600px;padding:40px;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040}.ShareModal-module__fMHPXG__closeBtn{cursor:pointer;color:#9ca3af;background:0 0;border:none;font-size:20px;position:absolute;top:24px;right:24px}.ShareModal-module__fMHPXG__title{text-align:center;color:#111827;margin-bottom:24px;font-size:28px;font-weight:700}.ShareModal-module__fMHPXG__qrContainer{justify-content:center;margin-bottom:24px;display:flex}.ShareModal-module__fMHPXG__qrCode{width:160px;height:160px}.ShareModal-module__fMHPXG__section{margin-bottom:24px;position:relative}.ShareModal-module__fMHPXG__sectionBorder{border:1px solid #e5e7eb;border-radius:12px;margin-top:12px;padding:24px 16px 16px;position:relative}.ShareModal-module__fMHPXG__sectionLabel{color:#6b7280;background:#fff;padding:0 8px;font-size:13px;position:absolute;top:-10px;left:12px}.ShareModal-module__fMHPXG__inputGroup{justify-content:space-between;align-items:center;gap:12px;display:flex}.ShareModal-module__fMHPXG__input{color:#111827;text-overflow:ellipsis;background:0 0;border:none;outline:none;flex:1;font-size:16px}.ShareModal-module__fMHPXG__textarea{color:#4b5563;resize:none;background:0 0;border:none;outline:none;width:100%;height:100px;font-family:monospace;font-size:14px}.ShareModal-module__fMHPXG__copyBtn{color:#0070f3;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.ShareModal-module__fMHPXG__copyBtnScript{color:#0070f3;cursor:pointer;background:#fff;border:none;align-items:center;gap:6px;padding:0 8px;font-size:14px;font-weight:500;display:flex;position:absolute;top:-10px;right:12px}.ShareModal-module__fMHPXG__tooltip{color:#111827;text-align:center;z-index:10;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;width:250px;padding:12px;font-size:13px;position:absolute;bottom:40px;left:50%;transform:translate(-50%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ShareModal-module__fMHPXG__toggles{flex-direction:column;gap:16px;margin-top:8px;display:flex}.ShareModal-module__fMHPXG__toggleRow{align-items:center;gap:12px;display:flex}.ShareModal-module__fMHPXG__toggleSwitch{cursor:pointer;background-color:#d1d5db;border-radius:12px;width:44px;height:24px;transition:background-color .2s;position:relative}.ShareModal-module__fMHPXG__toggleSwitchActive{background-color:#0070f3}.ShareModal-module__fMHPXG__toggleSwitch:after{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.ShareModal-module__fMHPXG__toggleSwitchActive:after{left:calc(100% - 21px)}.ShareModal-module__fMHPXG__toggleLabel{color:#374151;align-items:center;gap:6px;font-size:15px;display:flex}.ShareModal-module__fMHPXG__infoIcon{color:#9ca3af;cursor:help;font-size:16px}
.ProjectEditor-module__zhJzHG__container{background:linear-gradient(180deg, var(--background-start) 0%, var(--color-white) 18%);width:100%;height:calc(100vh - 70px);color:var(--text-primary);font-family:var(--font-family);flex-direction:column;display:flex;overflow:hidden}.ProjectEditor-module__zhJzHG__topBar{padding:14px var(--space-24) 12px;background:var(--color-white);border-bottom:1px solid var(--default-stroke);flex-direction:column;gap:10px;display:flex}.ProjectEditor-module__zhJzHG__topBarMain{justify-content:space-between;align-items:center;gap:var(--space-16);display:flex}.ProjectEditor-module__zhJzHG__topBarLeft,.ProjectEditor-module__zhJzHG__topBarRight{align-items:center;gap:var(--space-12);min-width:0;display:flex}.ProjectEditor-module__zhJzHG__topBarLeft{flex:auto}.ProjectEditor-module__zhJzHG__topBarRight{flex:none;justify-content:flex-end}.ProjectEditor-module__zhJzHG__topBarNavRow{align-items:center;min-width:0;display:flex}.ProjectEditor-module__zhJzHG__backBtn,.ProjectEditor-module__zhJzHG__iconBtn{background:var(--color-white);border:1px solid var(--default-stroke);border-radius:var(--radius-md);width:38px;height:38px;color:var(--icon-normal);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background-color .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.ProjectEditor-module__zhJzHG__backBtn:hover,.ProjectEditor-module__zhJzHG__iconBtn:hover{color:var(--text-primary);background:var(--fill-blue);border-color:var(--stroke-blue);transform:translateY(-1px)}.ProjectEditor-module__zhJzHG__projectIdentity{flex-direction:column;gap:6px;min-width:0;display:flex}.ProjectEditor-module__zhJzHG__panelEyebrow{color:var(--icon-normal);letter-spacing:0;text-transform:none;font-size:.76rem;font-weight:600}.ProjectEditor-module__zhJzHG__projectTitleRow{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.ProjectEditor-module__zhJzHG__projectTitle{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);font-size:1.02rem;font-weight:700;overflow:hidden}.ProjectEditor-module__zhJzHG__projectBadge,.ProjectEditor-module__zhJzHG__projectBadgeMuted{border-radius:var(--radius-pill);white-space:nowrap;justify-content:center;align-items:center;min-height:26px;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.ProjectEditor-module__zhJzHG__projectBadge{background:var(--disable-fill);border:1px solid var(--default-stroke);color:var(--text-primary)}.ProjectEditor-module__zhJzHG__projectBadgeMuted{background:var(--disable-fill);border:1px solid var(--default-stroke);color:var(--icon-normal)}.ProjectEditor-module__zhJzHG__topBarCenter{scrollbar-width:none;flex-wrap:wrap;align-items:center;gap:6px;width:100%;min-width:0;display:flex;overflow:visible}.ProjectEditor-module__zhJzHG__topBarCenter::-webkit-scrollbar{display:none}.ProjectEditor-module__zhJzHG__mainTab{border-radius:var(--radius-pill);height:40px;color:var(--icon-normal);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:0 14px;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.ProjectEditor-module__zhJzHG__mainTab span{font-size:.78rem;font-weight:600}.ProjectEditor-module__zhJzHG__mainTab:hover{color:var(--text-primary);background:var(--disable-fill)}.ProjectEditor-module__zhJzHG__mainTab.ProjectEditor-module__zhJzHG__active{color:var(--main-blue);background:var(--fill-blue);border-color:var(--stroke-blue)}.ProjectEditor-module__zhJzHG__mainTabCoach{color:var(--icon-normal)}.ProjectEditor-module__zhJzHG__mainTabCoach:hover,.ProjectEditor-module__zhJzHG__mainTabCoach.ProjectEditor-module__zhJzHG__active{color:var(--status-warning);background:var(--yellow-background);border-color:var(--yellow-stroke)}.ProjectEditor-module__zhJzHG__navDivider{background:var(--gray-div);flex-shrink:0;width:1px;height:24px;margin:0 2px}.ProjectEditor-module__zhJzHG__langSelect,.ProjectEditor-module__zhJzHG__modalInput,.ProjectEditor-module__zhJzHG__modalSelect,.ProjectEditor-module__zhJzHG__scriptTextarea{border:1px solid var(--default-stroke);background:var(--color-white);color:var(--text-primary);border-radius:var(--radius-md);transition:border-color .2s,box-shadow .2s,background-color .2s}.ProjectEditor-module__zhJzHG__langSelect:focus-visible,.ProjectEditor-module__zhJzHG__modalInput:focus-visible,.ProjectEditor-module__zhJzHG__modalSelect:focus-visible,.ProjectEditor-module__zhJzHG__scriptTextarea:focus-visible{border-color:var(--main-blue);outline:none;box-shadow:0 0 0 3px #0176ff1f}.ProjectEditor-module__zhJzHG__saveButton,.ProjectEditor-module__zhJzHG__generateButton{justify-content:center;align-items:center;gap:8px;display:inline-flex}.ProjectEditor-module__zhJzHG__contentArea{flex:1;min-height:0;display:flex;overflow:hidden}.ProjectEditor-module__zhJzHG__contentAreaPanel{padding:var(--space-24);background:linear-gradient(180deg, var(--background-start) 0%, #fff 100%);overflow-y:auto}.ProjectEditor-module__zhJzHG__contentAreaPanel>*{background:var(--color-white);border:1px solid var(--default-stroke);border-radius:var(--radius-xl);width:100%;max-width:1040px;min-height:calc(100vh - 144px);box-shadow:var(--shadow-menu);margin:0 auto;overflow:visible}.ProjectEditor-module__zhJzHG__createAiPanel{max-width:560px;padding:32px}.ProjectEditor-module__zhJzHG__createAiTitle{color:var(--text-primary);margin:0 0 8px;font-size:1.25rem;font-weight:700}.ProjectEditor-module__zhJzHG__createAiDescription{color:var(--icon-normal);margin:0 0 24px;font-size:.85rem;line-height:1.5}.ProjectEditor-module__zhJzHG__workspace{flex:1;min-height:0;display:flex;overflow:hidden}.ProjectEditor-module__zhJzHG__leftPanel{width:176px;padding:var(--space-16) 0;gap:var(--space-12);border-right:1px solid var(--default-stroke);background:#ffffffb8;flex-direction:column;display:flex;overflow:hidden}.ProjectEditor-module__zhJzHG__leftPanelHeader{padding:0 var(--space-12);flex-direction:column;gap:6px;display:flex}.ProjectEditor-module__zhJzHG__leftPanelTitle{color:var(--text-primary);font-size:.94rem;font-weight:700}.ProjectEditor-module__zhJzHG__leftPanelMeta{color:var(--icon-normal);font-size:.75rem;line-height:1.45}.ProjectEditor-module__zhJzHG__slideRail{gap:var(--space-12);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ProjectEditor-module__zhJzHG__slideThumbnail{aspect-ratio:16/9;margin:0 var(--space-12);background:var(--color-white);border:1px solid var(--default-stroke);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s,background-color .2s,transform .2s,box-shadow .2s;position:relative;overflow:hidden}.ProjectEditor-module__zhJzHG__slideThumbnail:hover{border-color:var(--stroke-blue-active);background:var(--color-white);transform:translateY(-1px);box-shadow:0 10px 18px #0f172a0f}.ProjectEditor-module__zhJzHG__slideThumbnail.ProjectEditor-module__zhJzHG__active{border-color:var(--main-blue);background:var(--color-white);box-shadow:0 0 0 2px #0176ff1f}.ProjectEditor-module__zhJzHG__slideNumber{border-radius:var(--radius-pill);min-width:24px;height:20px;color:var(--icon-normal);z-index:1;background:#fffffff5;border:1px solid #0f172a0f;justify-content:center;align-items:center;padding:0 6px;font-size:.64rem;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px}.ProjectEditor-module__zhJzHG__slideThumbnailImage{object-fit:cover;border-radius:2px;width:100%;height:100%}.ProjectEditor-module__zhJzHG__slideThumbnailContent{background:linear-gradient(#fdfefe 0%,#f7faff 100%);flex-direction:column;justify-content:flex-end;gap:4px;padding:10px;display:flex;position:absolute;inset:0;overflow:hidden}.ProjectEditor-module__zhJzHG__slideThumbnailKicker{color:var(--main-blue);letter-spacing:.02em;text-transform:uppercase;font-size:.68rem;font-weight:700}.ProjectEditor-module__zhJzHG__slideThumbnailTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;line-height:1.3;overflow:hidden}.ProjectEditor-module__zhJzHG__slideThumbnailText{color:var(--icon-normal);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.45;display:-webkit-box;overflow:hidden}.ProjectEditor-module__zhJzHG__slideActions{opacity:0;gap:4px;transition:opacity .2s;display:flex;position:absolute;bottom:8px;right:8px}.ProjectEditor-module__zhJzHG__slideThumbnail:hover .ProjectEditor-module__zhJzHG__slideActions,.ProjectEditor-module__zhJzHG__slideThumbnail.ProjectEditor-module__zhJzHG__active .ProjectEditor-module__zhJzHG__slideActions{opacity:1}.ProjectEditor-module__zhJzHG__slideActions button{border:1px solid var(--default-stroke);border-radius:var(--radius-sm);width:24px;height:24px;color:var(--icon-normal);cursor:pointer;background:#fffffff5;justify-content:center;align-items:center;display:inline-flex}.ProjectEditor-module__zhJzHG__slideActions button:hover:not(:disabled){color:var(--main-blue);border-color:var(--stroke-blue-active)}.ProjectEditor-module__zhJzHG__slideActions button:disabled{opacity:.45;cursor:not-allowed}.ProjectEditor-module__zhJzHG__addSlideBtn{margin:0 var(--space-12);height:42px;padding:0 var(--space-12);background:var(--color-white);border:1px dashed var(--default-stroke);border-radius:var(--radius-lg);color:var(--icon-normal);cursor:pointer;justify-content:center;align-items:center;gap:6px;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.ProjectEditor-module__zhJzHG__addSlideBtn:hover{background:var(--fill-blue);border-color:var(--main-blue);color:var(--main-blue)}.ProjectEditor-module__zhJzHG__centerPanel{padding:var(--space-24);background:0 0;flex:1;justify-content:center;align-items:stretch;display:flex}.ProjectEditor-module__zhJzHG__stageFrame{flex-direction:column;gap:14px;width:100%;max-width:980px;display:flex}.ProjectEditor-module__zhJzHG__stageFrameHeader{justify-content:space-between;align-items:flex-end;gap:var(--space-16);display:flex}.ProjectEditor-module__zhJzHG__stageFrameTitle{color:var(--text-primary);font-size:1.18rem;font-weight:700}.ProjectEditor-module__zhJzHG__stageFrameMeta{border-radius:var(--radius-pill);background:var(--disable-fill);border:1px solid var(--default-stroke);min-height:28px;color:var(--icon-normal);white-space:nowrap;align-items:center;padding:0 12px;font-size:.76rem;font-weight:700;display:inline-flex}.ProjectEditor-module__zhJzHG__mainStage{aspect-ratio:16/9;width:100%;color:var(--text-primary);background:linear-gradient(180deg, var(--color-white) 0%, #f7faff 100%);border-radius:28px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 14px 28px #0f172a14}.ProjectEditor-module__zhJzHG__stageTopRow{justify-content:space-between;align-items:center;gap:var(--space-16);padding:clamp(24px,3vw,32px) clamp(28px,4vw,42px) 0;display:flex}.ProjectEditor-module__zhJzHG__stageContent{flex:1;padding:18px clamp(28px,4vw,42px) clamp(28px,4vw,42px)}.ProjectEditor-module__zhJzHG__stageHeader,.ProjectEditor-module__zhJzHG__stageStatusPill{border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:.74rem;font-weight:700;display:inline-flex}.ProjectEditor-module__zhJzHG__stageHeader{color:var(--text-primary);background:#0f172a0a;border:1px solid #0f172a0f}.ProjectEditor-module__zhJzHG__stageStatusPill{color:var(--icon-normal);background:#0f172a0a;border:1px solid #0f172a0f}.ProjectEditor-module__zhJzHG__stageTitle{text-wrap:balance;max-width:14ch;margin-bottom:14px;font-size:clamp(2rem,3.2vw,2.9rem);font-weight:700;line-height:1.06}.ProjectEditor-module__zhJzHG__stageSubtitle{max-width:60ch;color:var(--icon-normal);margin-bottom:28px;font-size:1rem;line-height:1.6}.ProjectEditor-module__zhJzHG__stageHighlightsList{flex-direction:column;gap:10px;max-width:620px;display:flex}.ProjectEditor-module__zhJzHG__stageHighlightRow{align-items:flex-start;gap:12px;padding:4px 0;display:flex}.ProjectEditor-module__zhJzHG__stageHighlightDot{background:var(--main-blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px}.ProjectEditor-module__zhJzHG__stageHighlightText{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.5}.ProjectEditor-module__zhJzHG__stageEmptyState{border-radius:var(--radius-lg);max-width:460px;color:var(--icon-normal);background:#0f172a05;border:1px dashed #0f172a24;padding:16px 18px;font-size:.9rem;line-height:1.55}.ProjectEditor-module__zhJzHG__stageNarrativeBlock{border-top:1px solid #0f172a14;max-width:640px;margin-top:24px;padding-top:18px}.ProjectEditor-module__zhJzHG__stageNarrativeLabel{color:var(--icon-normal);letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px;font-size:.74rem;font-weight:700}.ProjectEditor-module__zhJzHG__stageBodyPreview{color:var(--text-primary);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.94rem;line-height:1.7;display:-webkit-box;overflow:hidden}.ProjectEditor-module__zhJzHG__stageFooter{color:var(--icon-normal);background:#0f172a08;border-top:1px solid #0f172a0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-size:.74rem;font-weight:600;display:flex}.ProjectEditor-module__zhJzHG__rightPanel{border-left:1px solid var(--default-stroke);background:#ffffffd1;flex-direction:column;width:372px;display:flex}.ProjectEditor-module__zhJzHG__inspectorHeader{justify-content:space-between;align-items:flex-end;gap:12px;padding:18px 18px 0;display:flex}.ProjectEditor-module__zhJzHG__inspectorTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.ProjectEditor-module__zhJzHG__inspectorMeta{border-radius:var(--radius-pill);background:var(--disable-fill);border:1px solid var(--default-stroke);min-height:26px;color:var(--icon-normal);align-items:center;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.ProjectEditor-module__zhJzHG__inspectorTabs{border-bottom:1px solid var(--default-stroke);background:0 0;gap:6px;padding:14px 18px 12px;display:flex}.ProjectEditor-module__zhJzHG__inspectorTab{background:var(--disable-fill);border-radius:var(--radius-pill);height:36px;color:var(--icon-normal);cursor:pointer;border:1px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.ProjectEditor-module__zhJzHG__inspectorTab:hover{background:var(--gray-div);color:var(--text-primary)}.ProjectEditor-module__zhJzHG__inspectorTab.ProjectEditor-module__zhJzHG__active{background:var(--fill-blue);color:var(--main-blue);border-color:var(--stroke-blue)}.ProjectEditor-module__zhJzHG__coachInspectorTab{color:var(--status-warning);background:#ffb5381f}.ProjectEditor-module__zhJzHG__coachInspectorTab.ProjectEditor-module__zhJzHG__active{background:var(--yellow-background);color:var(--status-warning);border-color:var(--yellow-stroke)}.ProjectEditor-module__zhJzHG__inspectorContent{min-height:0;padding:var(--space-20) var(--space-18) var(--space-24);flex:1;overflow-y:auto}.ProjectEditor-module__zhJzHG__inspectorColumn{flex-direction:column;display:flex}.ProjectEditor-module__zhJzHG__inspectorContentFlush{padding:0}.ProjectEditor-module__zhJzHG__scriptIntroCard{border-bottom:1px solid var(--gray-div);align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.ProjectEditor-module__zhJzHG__scriptIntroIcon{background:var(--disable-fill);width:28px;height:28px;color:var(--icon-normal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ProjectEditor-module__zhJzHG__scriptIntroText{flex-direction:column;gap:4px;display:flex}.ProjectEditor-module__zhJzHG__scriptIntroTitle{color:var(--text-primary);font-size:.88rem;font-weight:700}.ProjectEditor-module__zhJzHG__scriptIntroDescription{color:var(--icon-normal);margin:0;font-size:.8rem;line-height:1.5}.ProjectEditor-module__zhJzHG__fieldWrap{position:relative}.ProjectEditor-module__zhJzHG__scriptTextarea{resize:vertical;width:100%;min-height:228px;padding:14px 16px;font-size:.92rem;line-height:1.65}.ProjectEditor-module__zhJzHG__scriptMetaRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:10px 0 14px;display:flex}.ProjectEditor-module__zhJzHG__charCount{color:var(--disable-text-gray);font-size:.74rem;font-weight:600}.ProjectEditor-module__zhJzHG__scriptMetaHint{color:var(--icon-normal);font-size:.74rem;line-height:1.45}.ProjectEditor-module__zhJzHG__placeholderPanel{border:1px dashed var(--default-stroke);border-radius:var(--radius-lg);background:var(--disable-fill);flex-direction:column;gap:8px;padding:16px;display:flex}.ProjectEditor-module__zhJzHG__placeholderTitle{color:var(--text-primary);font-size:.86rem;font-weight:700}.ProjectEditor-module__zhJzHG__placeholderText{color:var(--icon-normal);margin:0;font-size:.85rem;line-height:1.5}.ProjectEditor-module__zhJzHG__fullWidthButton{width:100%}.ProjectEditor-module__zhJzHG__chatPanelWrap{flex:1;height:100%;position:relative}.ProjectEditor-module__zhJzHG__coachInspector{gap:var(--space-16);flex-direction:column;display:flex}.ProjectEditor-module__zhJzHG__coachInfoCard,.ProjectEditor-module__zhJzHG__coachSectionCard{gap:var(--space-12);flex-direction:column;display:flex}.ProjectEditor-module__zhJzHG__coachSectionCard{padding-top:var(--space-16);border-top:1px solid var(--gray-div);gap:14px}.ProjectEditor-module__zhJzHG__coachInfoCard{background:linear-gradient(180deg, var(--fill-blue) 0%, var(--color-white) 100%);border:1px solid var(--stroke-blue);border-radius:var(--radius-lg);flex-direction:row;align-items:flex-start;gap:10px;padding:14px}.ProjectEditor-module__zhJzHG__coachInfoIcon{border-radius:var(--radius-md);background:var(--color-white);border:1px solid var(--stroke-blue);width:28px;height:28px;color:var(--main-blue);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ProjectEditor-module__zhJzHG__coachInspectorHeader{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.ProjectEditor-module__zhJzHG__coachInfoMetaRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.ProjectEditor-module__zhJzHG__coachInfoMeta{border-radius:var(--radius-pill);background:var(--color-white);border:1px solid var(--stroke-blue);min-width:82px;height:24px;color:var(--main-blue);white-space:nowrap;justify-content:center;align-items:center;padding:0 10px;font-size:.68rem;font-weight:700;display:inline-flex}.ProjectEditor-module__zhJzHG__coachInspectorTitle{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.ProjectEditor-module__zhJzHG__coachInspectorSubtitle{color:var(--icon-normal);margin:0;font-size:.8rem;line-height:1.5}.ProjectEditor-module__zhJzHG__coachScenarioList{background:var(--disable-fill);border:1px solid var(--default-stroke);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.ProjectEditor-module__zhJzHG__coachScenarioEmpty{padding:var(--space-16);flex-direction:column;align-items:flex-start;gap:6px;display:flex}.ProjectEditor-module__zhJzHG__coachScenarioEmptyTitle{color:var(--text-primary);font-size:.82rem;font-weight:700;line-height:1.4}.ProjectEditor-module__zhJzHG__coachScenarioEmptyText{color:var(--icon-normal);font-size:.79rem;line-height:1.55}.ProjectEditor-module__zhJzHG__coachScenarioItem{justify-content:space-between;align-items:center;gap:var(--space-12);border-bottom:1px solid var(--gray-div);background:0 0;padding:12px 14px;display:flex}.ProjectEditor-module__zhJzHG__coachScenarioItem:last-child{border-bottom:none}.ProjectEditor-module__zhJzHG__coachScenarioItemMain{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ProjectEditor-module__zhJzHG__coachScenarioIndex{border-radius:var(--radius-pill);background:var(--fill-blue);border:1px solid var(--stroke-blue);width:24px;height:24px;color:var(--main-blue);flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.ProjectEditor-module__zhJzHG__coachScenarioActions{align-items:center;gap:8px;display:flex}.ProjectEditor-module__zhJzHG__coachMoveControls{gap:4px;display:flex}.ProjectEditor-module__zhJzHG__coachMoveBtn,.ProjectEditor-module__zhJzHG__coachRemoveBtn{border:1px solid var(--default-stroke);border-radius:var(--radius-md);background:var(--color-white);width:28px;height:28px;color:var(--icon-normal);cursor:pointer;justify-content:center;align-items:center;padding:0;display:inline-flex}.ProjectEditor-module__zhJzHG__coachMoveBtn:hover:not(:disabled),.ProjectEditor-module__zhJzHG__coachRemoveBtn:hover{color:var(--text-primary);background:var(--gray-div)}.ProjectEditor-module__zhJzHG__coachMoveBtn:disabled{opacity:.45;cursor:not-allowed}.ProjectEditor-module__zhJzHG__coachRemoveBtn:hover{color:var(--status-error);background:var(--status-error-bg);border-color:var(--red-button-stroke)}.ProjectEditor-module__zhJzHG__coachScenarioText{min-width:0;color:var(--text-primary);font-size:.83rem;font-weight:600;line-height:1.45}.ProjectEditor-module__zhJzHG__coachAssignWrap{position:relative}.ProjectEditor-module__zhJzHG__coachAssignButton{justify-content:center}.ProjectEditor-module__zhJzHG__coachAssignMenu{z-index:20;background:var(--color-white);border:1px solid var(--default-stroke);border-radius:var(--radius-lg);flex-direction:column;max-height:260px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #0f172a1f}.ProjectEditor-module__zhJzHG__coachAssignItem{border:none;border-bottom:1px solid var(--gray-div);background:var(--color-white);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:.8rem;display:flex}.ProjectEditor-module__zhJzHG__coachAssignItemText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ProjectEditor-module__zhJzHG__coachAssignItem:last-child{border-bottom:none}.ProjectEditor-module__zhJzHG__coachAssignItem:hover{background:var(--fill-blue);color:var(--main-blue)}.ProjectEditor-module__zhJzHG__coachAssignEmpty{color:var(--disable-text-gray);text-align:center;padding:12px;font-size:.78rem}.ProjectEditor-module__zhJzHG__coachSectionHeaderRow{flex-direction:column;gap:4px;display:flex}.ProjectEditor-module__zhJzHG__coachSectionTitle{color:var(--text-primary);margin:0;font-size:.82rem;font-weight:700}.ProjectEditor-module__zhJzHG__coachSectionHint{color:var(--icon-normal);font-size:.76rem;line-height:1.45}.ProjectEditor-module__zhJzHG__modalOverlay{z-index:1000;padding:var(--space-16);background:var(--overlay-dark);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProjectEditor-module__zhJzHG__modalContent{background:var(--color-white);border:1px solid var(--default-stroke);border-radius:var(--radius-xl);width:min(600px,100%);box-shadow:var(--shadow-menu);flex-direction:column;display:flex}.ProjectEditor-module__zhJzHG__modalHeader,.ProjectEditor-module__zhJzHG__modalFooter{padding:var(--space-20) var(--space-24)}.ProjectEditor-module__zhJzHG__modalHeader{justify-content:space-between;align-items:center;display:flex}.ProjectEditor-module__zhJzHG__modalTitle{color:var(--text-primary);font-size:1.15rem;font-weight:700}.ProjectEditor-module__zhJzHG__modalClose{color:var(--icon-normal);cursor:pointer;background:0 0;border:none}.ProjectEditor-module__zhJzHG__modalTabs{padding:0 var(--space-24) var(--space-16);gap:4px;display:flex}.ProjectEditor-module__zhJzHG__modalTab{border-radius:var(--radius-md);background:var(--disable-fill);height:34px;color:var(--icon-normal);cursor:pointer;border:1px solid #0000;padding:0 12px;font-size:.82rem;font-weight:600}.ProjectEditor-module__zhJzHG__modalTab.ProjectEditor-module__zhJzHG__active{background:var(--fill-blue);border-color:var(--stroke-blue);color:var(--main-blue)}.ProjectEditor-module__zhJzHG__modalBody{padding:0 var(--space-24) var(--space-24)}.ProjectEditor-module__zhJzHG__modalGroup{margin-bottom:var(--space-16)}.ProjectEditor-module__zhJzHG__modalLabel{color:var(--icon-normal);margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.ProjectEditor-module__zhJzHG__modalToggleRow{justify-content:space-between;align-items:center;gap:var(--space-12);border-radius:var(--radius-lg);background:var(--disable-fill);padding:14px;display:flex}.ProjectEditor-module__zhJzHG__modalToggleText{color:var(--text-primary);align-items:center;gap:8px;font-size:.84rem;font-weight:600;display:inline-flex}.ProjectEditor-module__zhJzHG__toggleSwitch{border-radius:var(--radius-pill);background:var(--default-stroke);cursor:pointer;width:40px;height:22px;position:relative}.ProjectEditor-module__zhJzHG__toggleSwitch:after{content:"";background:var(--color-white);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.ProjectEditor-module__zhJzHG__toggleSwitch.ProjectEditor-module__zhJzHG__active{background:var(--main-blue)}.ProjectEditor-module__zhJzHG__toggleSwitch.ProjectEditor-module__zhJzHG__active:after{transform:translate(18px)}@media (max-width:1200px){.ProjectEditor-module__zhJzHG__workspace{flex-direction:column}.ProjectEditor-module__zhJzHG__leftPanel{border-right:none;border-bottom:1px solid var(--default-stroke);width:100%}.ProjectEditor-module__zhJzHG__slideRail{flex-direction:row;padding-bottom:4px;overflow:auto hidden}.ProjectEditor-module__zhJzHG__slideThumbnail,.ProjectEditor-module__zhJzHG__addSlideBtn{flex:0 0 138px}.ProjectEditor-module__zhJzHG__rightPanel{border-left:none;border-top:1px solid var(--default-stroke);width:100%}}@media (max-width:960px){.ProjectEditor-module__zhJzHG__topBar{padding:14px var(--space-16) 12px}.ProjectEditor-module__zhJzHG__topBarMain{flex-direction:column;align-items:stretch}.ProjectEditor-module__zhJzHG__topBarCenter{flex-wrap:nowrap;overflow-x:auto}.ProjectEditor-module__zhJzHG__topBarRight{justify-content:flex-start}.ProjectEditor-module__zhJzHG__centerPanel,.ProjectEditor-module__zhJzHG__inspectorContent{padding:var(--space-16)}.ProjectEditor-module__zhJzHG__mainStage{aspect-ratio:auto;min-height:420px}}@media (max-width:768px){.ProjectEditor-module__zhJzHG__contentAreaPanel{padding:var(--space-16)}.ProjectEditor-module__zhJzHG__contentAreaPanel>*{min-height:auto}.ProjectEditor-module__zhJzHG__stageFrameHeader,.ProjectEditor-module__zhJzHG__stageTopRow,.ProjectEditor-module__zhJzHG__stageFooter,.ProjectEditor-module__zhJzHG__inspectorHeader,.ProjectEditor-module__zhJzHG__coachInfoMetaRow,.ProjectEditor-module__zhJzHG__coachScenarioItem{flex-direction:column;align-items:flex-start}.ProjectEditor-module__zhJzHG__slideActions{opacity:1}.ProjectEditor-module__zhJzHG__scriptMetaRow,.ProjectEditor-module__zhJzHG__coachScenarioActions{justify-content:space-between;width:100%}}.ProjectEditor-module__zhJzHG__coachWorkspace{gap:var(--space-20);box-sizing:border-box;flex-direction:column;width:100%;padding:clamp(20px,3vw,32px);display:flex}.ProjectEditor-module__zhJzHG__coachSubNav{background:var(--color-white,#fff);border-radius:var(--radius-md,10px);border:1px solid var(--default-stroke,#e2e8f0);align-items:center;gap:8px;width:fit-content;padding:6px;display:flex}.ProjectEditor-module__zhJzHG__coachSubNavTab{color:var(--text-secondary,#64748b);border-radius:var(--radius-sm,6px);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px 18px;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.ProjectEditor-module__zhJzHG__coachSubNavTab:hover{color:var(--text-primary,#0f172a);background:var(--fill-blue-light,#f1f5f9)}.ProjectEditor-module__zhJzHG__coachSubNavTabActive{color:var(--primary,#2563eb);background:var(--fill-blue,#eff6ff);box-shadow:0 1px 2px #0000000d}.ProjectEditor-module__zhJzHG__coachPanelBody{width:100%}.ProjectEditor-module__zhJzHG__coachInspectorHeaderRow{justify-content:space-between;align-items:flex-start;gap:var(--space-12);margin-bottom:var(--space-16);display:flex}.ProjectEditor-module__zhJzHG__coachTitleWithBadge{align-items:center;gap:8px;display:flex}.ProjectEditor-module__zhJzHG__coachInfoBadge{background:var(--fill-blue-light,#f1f5f9);color:var(--text-secondary,#64748b);border-radius:var(--radius-full,9999px);align-items:center;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.ProjectEditor-module__zhJzHG__trainModeLaunchBtn{flex-shrink:0;font-weight:600;color:#fff!important;background:#0070f3!important;border-radius:8px!important;padding:8px 14px!important}.ProjectEditor-module__zhJzHG__inspectorSegmentNav{background:#f1f5f9;border-radius:8px;align-items:center;gap:4px;margin-bottom:16px;padding:4px;display:flex}.ProjectEditor-module__zhJzHG__inspectorSegmentTab{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:6px;flex:1;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .15s}.ProjectEditor-module__zhJzHG__inspectorSegmentTab:hover{color:#0f172a}.ProjectEditor-module__zhJzHG__inspectorSegmentTabActive{color:#0f172a;background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.ProjectEditor-module__zhJzHG__slideQuestionsContent{flex-direction:column;gap:20px;display:flex}.ProjectEditor-module__zhJzHG__slideQuestionList{flex-direction:column;gap:10px;display:flex}.ProjectEditor-module__zhJzHG__slideQuestionCard{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:8px;padding:12px;transition:border-color .2s,box-shadow .2s;display:flex}.ProjectEditor-module__zhJzHG__slideQuestionCard:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #0000000a}.ProjectEditor-module__zhJzHG__cardHeaderRow{align-items:flex-start;gap:8px;display:flex}.ProjectEditor-module__zhJzHG__dragHandleIcon{color:#94a3b8;cursor:grab;flex-shrink:0;margin-top:2px}.ProjectEditor-module__zhJzHG__questionCardText{color:#0f172a;flex:1;font-size:.88rem;font-weight:500;line-height:1.35}.ProjectEditor-module__zhJzHG__cardActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.ProjectEditor-module__zhJzHG__actionBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:26px;height:26px;transition:color .15s,background .15s;display:inline-flex}.ProjectEditor-module__zhJzHG__actionBtn:hover{color:#0f172a;background:#f1f5f9}.ProjectEditor-module__zhJzHG__topicBadgesRow{align-items:center;gap:6px;padding-left:24px;display:flex}.ProjectEditor-module__zhJzHG__topicBadge{color:#6366f1;background:#e0e7ff;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.ProjectEditor-module__zhJzHG__timingOrderSection{border-top:1px solid #e2e8f0;flex-direction:column;gap:12px;margin-top:12px;padding-top:16px;display:flex}.ProjectEditor-module__zhJzHG__timingOrderHeader{flex-direction:column;gap:2px;display:flex}.ProjectEditor-module__zhJzHG__timingOrderTitle{color:#0f172a;margin:0;font-size:.88rem;font-weight:600}.ProjectEditor-module__zhJzHG__timingOrderSubtitle{color:#64748b;margin:0;font-size:.78rem}.ProjectEditor-module__zhJzHG__fieldGroup{flex-direction:column;gap:6px;display:flex}.ProjectEditor-module__zhJzHG__fieldLabel{color:#334155;font-size:.8rem;font-weight:500}.ProjectEditor-module__zhJzHG__selectInput{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:8px 12px;font-size:.85rem}.ProjectEditor-module__zhJzHG__selectInput:focus{border-color:#0070f3}.ProjectEditor-module__zhJzHG__slideQuestionCard.ProjectEditor-module__zhJzHG__dragging{opacity:.4;border-style:dashed}.ProjectEditor-module__zhJzHG__slideQuestionCard.ProjectEditor-module__zhJzHG__dragOver{background-color:#eff6ff;border-color:#0070f3}.ProjectEditor-module__zhJzHG__qaSetInspectorContent{flex-direction:column;gap:12px;display:flex}.ProjectEditor-module__zhJzHG__qaSetList{flex-direction:column;gap:10px;display:flex}.ProjectEditor-module__zhJzHG__qaSetCard{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:8px;padding:12px;transition:border-color .2s,box-shadow .2s;display:flex}.ProjectEditor-module__zhJzHG__qaSetCard:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #0000000a}.ProjectEditor-module__zhJzHG__qaSetCardHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ProjectEditor-module__zhJzHG__qaSetCardQuestion{color:#0f172a;flex:1;font-size:.88rem;font-weight:500;line-height:1.35}.ProjectEditor-module__zhJzHG__qaSetPlusBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:inline-flex}.ProjectEditor-module__zhJzHG__qaSetPlusBtn:hover{color:#0070f3;background:#eff6ff;border-color:#0070f3}.ProjectEditor-module__zhJzHG__qaSetAssignedBadge{color:#64748b;background:#f1f5f9;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:.75rem;font-weight:500}
.ChatPanel-module__BHLwhG__panel{isolation:isolate;background:#fff;border:1px solid #e9e9e9;border-radius:8px;flex-direction:column;width:340px;height:520px;display:flex;overflow:hidden;box-shadow:0 4px 24px #0000001f}.ChatPanel-module__BHLwhG__header{border-bottom:1px solid var(--border-light);z-index:3;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 12px;display:flex;position:relative}.ChatPanel-module__BHLwhG__headerLeft{align-items:center;gap:7px;min-width:0;display:flex}.ChatPanel-module__BHLwhG__headerMeta{align-items:center;gap:8px;display:flex}.ChatPanel-module__BHLwhG__headerName{color:var(--text-primary);white-space:nowrap;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;line-height:1}.ChatPanel-module__BHLwhG__headerActions{z-index:10;pointer-events:auto;flex-shrink:0;align-items:center;gap:2px;display:flex;position:relative}.ChatPanel-module__BHLwhG__headerIconBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .15s,color .15s;display:flex}.ChatPanel-module__BHLwhG__headerIconBtn:hover{color:var(--text-primary);background:#f3f4f6}.ChatPanel-module__BHLwhG__avatarSection{z-index:2;isolation:isolate;-webkit-user-select:none;user-select:none;background:#fff;outline:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;height:220px;transition:background .2s,transform .1s;display:flex;position:relative}.ChatPanel-module__BHLwhG__soundToggleBtn{color:#fff;cursor:pointer;z-index:10;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.ChatPanel-module__BHLwhG__soundToggleBtn:hover{opacity:1;transform:scale(1.05)}.ChatPanel-module__BHLwhG__avatarVideoContainer{background:#f0f0f0;border-radius:12px;width:calc(100% - 24px);height:calc(100% - 24px);position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.ChatPanel-module__BHLwhG__avatarVideo{object-fit:cover;object-position:top center;pointer-events:none;background-color:#f0f0f0;width:100%;height:100%;transition:opacity .35s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.ChatPanel-module__BHLwhG__avatarIdleContainer{pointer-events:none;background-color:#f0f0f0;width:100%;height:100%;transition:opacity .35s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;overflow:hidden}.ChatPanel-module__BHLwhG__avatarImage{object-fit:cover;object-position:top center;transform-origin:50%;width:100%;height:100%}.ChatPanel-module__BHLwhG__eyelidLeft,.ChatPanel-module__BHLwhG__eyelidRight{z-index:2;background:#ecd4c7;border-bottom:1.3px solid #cca18e;border-radius:50% 50% 0 0;width:10.5px;height:0;transition:height 80ms ease-out;animation:5.2s ease-in-out infinite ChatPanel-module__BHLwhG__saraBlink;position:absolute;top:31px}.ChatPanel-module__BHLwhG__eyelidLeft{left:41.5px}.ChatPanel-module__BHLwhG__eyelidRight{right:41.5px}@keyframes ChatPanel-module__BHLwhG__saraBlink{0%,96%,to{border-bottom-width:0;height:0}98%{border-bottom-width:1.3px;height:8.5px}}.ChatPanel-module__BHLwhG__avatarLabel{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.02em;z-index:10;background:#64748bcc;border-radius:100px;padding:4px 12px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;transition:background .2s,color .2s;position:absolute;bottom:24px;left:24px}.ChatPanel-module__BHLwhG__avatarLabelThinking{background:#6366f1cc}.ChatPanel-module__BHLwhG__avatarLabelListening{background:#ef4444cc}.ChatPanel-module__BHLwhG__messagesContainer{z-index:1;isolation:isolate;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.ChatPanel-module__BHLwhG__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px 14px 8px;display:flex;overflow-y:auto}.ChatPanel-module__BHLwhG__messages::-webkit-scrollbar{width:3px}.ChatPanel-module__BHLwhG__messages::-webkit-scrollbar-track{background:0 0}.ChatPanel-module__BHLwhG__messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.ChatPanel-module__BHLwhG__scrollToBottom{border:1px solid var(--border-light);width:26px;height:26px;color:var(--primary);cursor:pointer;z-index:4;background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s,transform .15s;display:flex;position:absolute;bottom:10px;right:12px;box-shadow:0 2px 8px #0000001f}.ChatPanel-module__BHLwhG__scrollToBottom:hover{background:#f0f4ff;transform:translateY(1px)}.ChatPanel-module__BHLwhG__welcomeText{color:var(--sara-text-muted);text-align:center;padding:4px 12px 8px;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.5}.ChatPanel-module__BHLwhG__messageRow{align-items:flex-end;gap:7px;display:flex}.ChatPanel-module__BHLwhG__messageRowUser{flex-direction:row-reverse}.ChatPanel-module__BHLwhG__messageRowAi{flex-direction:row}.ChatPanel-module__BHLwhG__messageBubbleGroup{flex-direction:column;gap:2px;max-width:80%;display:flex}.ChatPanel-module__BHLwhG__messageRowUser .ChatPanel-module__BHLwhG__messageBubbleGroup{align-items:flex-end}.ChatPanel-module__BHLwhG__messageRowAi .ChatPanel-module__BHLwhG__messageBubbleGroup{align-items:flex-start}.ChatPanel-module__BHLwhG__messageTimestamp{color:#94a3b8;opacity:0;white-space:nowrap;padding:0 2px;font-family:Inter,sans-serif;font-size:.625rem;transition:opacity .15s}.ChatPanel-module__BHLwhG__messageTimestampUser{text-align:right}.ChatPanel-module__BHLwhG__messageRow:hover .ChatPanel-module__BHLwhG__messageTimestamp{opacity:1}.ChatPanel-module__BHLwhG__messageAvatar{background:linear-gradient(135deg, var(--primary) 0%, var(--sara-purple) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-family:Inter,sans-serif;font-size:.625rem;font-weight:800;display:flex}.ChatPanel-module__BHLwhG__bubble{word-break:break-word;white-space:pre-wrap;border-radius:12px;padding:12px 14px;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.5}.ChatPanel-module__BHLwhG__bubbleUser{color:var(--text-primary);background:#f1f5f9;border-bottom-right-radius:4px}.ChatPanel-module__BHLwhG__bubbleAi{color:var(--text-primary);background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000a}.ChatPanel-module__BHLwhG__bubbleHeaderAi{align-items:center;gap:6px;margin-bottom:4px;display:flex}.ChatPanel-module__BHLwhG__bubbleNameAi{color:var(--text-primary);font-size:.8rem;font-weight:600}.ChatPanel-module__BHLwhG__bubbleTimeAi{color:#94a3b8;font-size:.7rem}.ChatPanel-module__BHLwhG__typingBubble{align-items:center;gap:4px;padding:10px 14px;display:inline-flex}.ChatPanel-module__BHLwhG__dot{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatPanel-module__BHLwhG__saraBounce;display:inline-block}@keyframes ChatPanel-module__BHLwhG__saraBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.ChatPanel-module__BHLwhG__inputArea{border-top:1px solid var(--border-light);z-index:3;background:#fff;flex-shrink:0;align-items:center;gap:6px;height:60px;padding:0 10px;display:flex;position:relative}.ChatPanel-module__BHLwhG__actionButtonsRow{border-top:1px solid var(--border-light);z-index:3;background:#fff;justify-content:center;align-items:center;gap:8px;padding:8px 10px 4px;display:flex}.ChatPanel-module__BHLwhG__actionBtn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.ChatPanel-module__BHLwhG__actionBtn:hover{color:var(--primary);background:#f1f5f9;border-color:#cbd5e1}.ChatPanel-module__BHLwhG__micButton{color:#94a3b8;cursor:pointer;z-index:10;pointer-events:auto;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:color .12s,background .12s,transform .1s;display:flex;position:relative}.ChatPanel-module__BHLwhG__micButton:hover{color:var(--primary);background:#f0f4ff}.ChatPanel-module__BHLwhG__micButtonActive{color:#ef4444!important;background:#ef444414!important}.ChatPanel-module__BHLwhG__micButtonActive:after{content:"";pointer-events:none;border:2px solid #ef444473;border-radius:50%;animation:1.15s ease-in-out infinite ChatPanel-module__BHLwhG__micPulse;position:absolute;inset:-3px}@keyframes ChatPanel-module__BHLwhG__micPulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:0;transform:scale(1.3)}}.ChatPanel-module__BHLwhG__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0;font-family:Inter,sans-serif;font-size:.875rem}.ChatPanel-module__BHLwhG__input::placeholder{color:#9ca3af}.ChatPanel-module__BHLwhG__input:placeholder-shown{font-style:normal}.ChatPanel-module__BHLwhG__sendButton{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:opacity .15s,transform .15s;display:flex}.ChatPanel-module__BHLwhG__sendButton:hover:not(:disabled){transform:scale(1.08)}.ChatPanel-module__BHLwhG__sendButton:active:not(:disabled){transform:scale(.95)}.ChatPanel-module__BHLwhG__sendButton:disabled{opacity:.38;cursor:not-allowed}.ChatPanel-module__BHLwhG__sendButton:focus-visible{outline-offset:2px;outline:3px solid #6366f159}.ChatPanel-module__BHLwhG__interactiveButton{color:var(--primary);border:1px solid var(--primary);cursor:pointer;background-color:#fff;border-radius:6px;margin-top:6px;margin-bottom:2px;margin-right:6px;padding:6px 12px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-block}.ChatPanel-module__BHLwhG__interactiveButton:hover{background-color:var(--primary);color:#fff;transform:translateY(-1px)}.ChatPanel-module__BHLwhG__interactiveButton:active{transform:translateY(0)}
.AvatarPanel-module__bKxcWW__panel{flex-direction:column;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:visible}.AvatarPanel-module__bKxcWW__panelHeader{padding:1.5rem 1.5rem 0}.AvatarPanel-module__bKxcWW__panelTitle{color:#111827;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.AvatarPanel-module__bKxcWW__panelSubtitle{color:#6b7280;margin:0 0 1rem;font-size:.8rem;line-height:1.4}.AvatarPanel-module__bKxcWW__tabs{border-bottom:1px solid #e5e7eb;gap:1.5rem;padding:0 1.5rem;display:flex}.AvatarPanel-module__bKxcWW__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 0;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.AvatarPanel-module__bKxcWW__tabActive{color:#3b82f6;border-bottom-color:#3b82f6}.AvatarPanel-module__bKxcWW__panelBody{flex:1;padding:1.25rem 1.5rem 2rem;overflow:visible}.AvatarPanel-module__bKxcWW__field{margin-bottom:1.5rem}.AvatarPanel-module__bKxcWW__label{color:#374151;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.AvatarPanel-module__bKxcWW__sublabel{color:#9ca3af;font-size:.75rem;font-weight:400}.AvatarPanel-module__bKxcWW__sublabelStandalone{color:#9ca3af;margin-bottom:.5rem;font-size:.75rem;display:block}.AvatarPanel-module__bKxcWW__infoIcon{color:#9ca3af;cursor:help}.AvatarPanel-module__bKxcWW__selectWrap{position:relative}.AvatarPanel-module__bKxcWW__select{color:#111827;appearance:none;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.625rem 2rem .625rem .875rem;font-size:.875rem;transition:border-color .15s}.AvatarPanel-module__bKxcWW__select:focus{border-color:#3b82f6}.AvatarPanel-module__bKxcWW__selectIcon{color:#6b7280;pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.AvatarPanel-module__bKxcWW__input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.625rem .875rem;font-size:.875rem;transition:border-color .15s}.AvatarPanel-module__bKxcWW__input:focus{border-color:#3b82f6}.AvatarPanel-module__bKxcWW__toggle{cursor:pointer;background:#e5e7eb;border:none;border-radius:20px;align-items:center;gap:.6rem;min-width:72px;padding:.25rem .75rem .25rem .25rem;transition:background .2s;display:inline-flex}.AvatarPanel-module__bKxcWW__toggleOn{background:#3b82f6}.AvatarPanel-module__bKxcWW__toggleKnob{background:#fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:transform .2s;box-shadow:0 1px 3px #0003}.AvatarPanel-module__bKxcWW__toggleOn .AvatarPanel-module__bKxcWW__toggleKnob{transform:translate(4px)}.AvatarPanel-module__bKxcWW__toggleLabel{color:#374151;font-size:.8rem;font-weight:600}.AvatarPanel-module__bKxcWW__toggleOn .AvatarPanel-module__bKxcWW__toggleLabel{color:#fff}.AvatarPanel-module__bKxcWW__avatarGrid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.AvatarPanel-module__bKxcWW__avatarUpload{aspect-ratio:1;color:#6b7280;cursor:pointer;background:#f9fafb;border:1.5px dashed #d1d5db;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.65rem;transition:border-color .15s,color .15s;display:flex}.AvatarPanel-module__bKxcWW__avatarUpload:hover{color:#3b82f6;border-color:#3b82f6}.AvatarPanel-module__bKxcWW__avatarItem{aspect-ratio:1;cursor:pointer;background-size:400% 300%;border:2px solid #0000;border-radius:8px;padding:0;transition:border-color .15s;overflow:hidden}.AvatarPanel-module__bKxcWW__avatarItem:hover{border-color:#93c5fd}.AvatarPanel-module__bKxcWW__avatarSelected{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.AvatarPanel-module__bKxcWW__advancedToggle{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;margin-top:.5rem;margin-bottom:.5rem;padding:.25rem 0;font-size:.8rem;font-weight:500;display:flex}.AvatarPanel-module__bKxcWW__advancedToggle:hover{color:#374151}.AvatarPanel-module__bKxcWW__advancedChevron{transition:transform .2s}.AvatarPanel-module__bKxcWW__advancedChevronOpen{transform:rotate(180deg)}.AvatarPanel-module__bKxcWW__advancedSection{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:.5rem;padding:1rem}.AvatarPanel-module__bKxcWW__addLangBtn{color:#3b82f6;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-top:.5rem;padding:0;font-size:.85rem;font-weight:500;display:flex}.AvatarPanel-module__bKxcWW__addLangBtn:hover{color:#2563eb}.AvatarPanel-module__bKxcWW__rangeInput{accent-color:#3b82f6;cursor:pointer;width:100%}.AvatarPanel-module__bKxcWW__rangeRow{align-items:center;gap:.75rem;display:flex}.AvatarPanel-module__bKxcWW__rangeValue{color:#374151;min-width:2rem;font-size:.82rem;font-weight:600}.AvatarPanel-module__bKxcWW__apiKeyHint{color:#9ca3af;margin:.25rem 0 0;font-size:.75rem}
.ContextualTour-module__dgRNNq__overlay{z-index:11000;pointer-events:none;background:0 0;width:100%;height:100%;position:fixed;top:0;left:0}.ContextualTour-module__dgRNNq__spotlight{pointer-events:none;z-index:11001;background:0 0;border:2px solid #0076ff;border-radius:12px;transition:all .15s ease-out;position:absolute;box-shadow:0 0 0 9999px #0f172abf}.ContextualTour-module__dgRNNq__popover{color:#fff;pointer-events:auto;z-index:11002;background:#000;border:1px solid #ffffff1a;border-radius:12px;width:340px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) ContextualTour-module__dgRNNq__popIn;position:absolute;box-shadow:0 30px 60px #0006}.ContextualTour-module__dgRNNq__progressText{color:#ffffff80;font-size:.8rem;font-weight:500}.ContextualTour-module__dgRNNq__title{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.ContextualTour-module__dgRNNq__desc{color:#fffc;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.ContextualTour-module__dgRNNq__footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ContextualTour-module__dgRNNq__progressDots{gap:6px;display:flex}.ContextualTour-module__dgRNNq__dot{background:#fff3;border-radius:50%;width:6px;height:6px}.ContextualTour-module__dgRNNq__dotActive{background:#fff;box-shadow:0 0 10px #ffffff80}.ContextualTour-module__dgRNNq__skipBtn{color:#fff6;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600}.ContextualTour-module__dgRNNq__skipBtn:hover{color:#fff}.ContextualTour-module__dgRNNq__nextBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s}.ContextualTour-module__dgRNNq__nextBtn:hover{background:#f1f5f9;transform:scale(1.02)}.ContextualTour-module__dgRNNq__arrow-bottom{border-bottom-color:#000;bottom:100%;left:50%;transform:translate(-50%)}.ContextualTour-module__dgRNNq__arrow-top{border-top-color:#000;top:100%;left:50%;transform:translate(-50%)}.ContextualTour-module__dgRNNq__arrow-left{border-left-color:#000;top:50%;left:100%;transform:translateY(-50%)}.ContextualTour-module__dgRNNq__arrow-right{border-right-color:#000;top:50%;right:100%;transform:translateY(-50%)}
.OnboardingMaster-module__s6lhFq__container{color:#fff;background-color:#050505;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.OnboardingMaster-module__s6lhFq__backgroundGlow{z-index:1;pointer-events:none;filter:blur(100px);background:radial-gradient(circle at 15%,#0076ff26 0%,#0000 50%),radial-gradient(circle at 85% 30%,#ec48991a 0%,#0000 50%),radial-gradient(circle at 50% 80%,#38bdf81a 0%,#0000 50%);width:140vw;height:140vh;animation:15s ease-in-out infinite alternate OnboardingMaster-module__s6lhFq__pulseGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes OnboardingMaster-module__s6lhFq__pulseGlow{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.OnboardingMaster-module__s6lhFq__content{z-index:10;-webkit-backdrop-filter:blur(20px);background:#14141666;border:1px solid #ffffff0d;border-radius:7px;width:100%;max-width:800px;padding:4rem;position:relative;box-shadow:0 30px 60px #0006,inset 0 1px #ffffff0d}.OnboardingMaster-module__s6lhFq__stepWrapper{animation:.7s cubic-bezier(.16,1,.3,1) OnboardingMaster-module__s6lhFq__slideUpFade}@keyframes OnboardingMaster-module__s6lhFq__slideUpFade{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.OnboardingMaster-module__s6lhFq__header{text-align:center;margin-bottom:3.5rem}.OnboardingMaster-module__s6lhFq__badge{color:#a5b4fc;letter-spacing:.05em;text-transform:uppercase;background:#0076ff1a;border:1px solid #0076ff33;border-radius:5px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 0 20px #0076ff33}.OnboardingMaster-module__s6lhFq__title{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.1}.OnboardingMaster-module__s6lhFq__subtitle{color:#a1a1aa;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:400;line-height:1.6}.OnboardingMaster-module__s6lhFq__roleGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.OnboardingMaster-module__s6lhFq__roleCard{cursor:pointer;color:#fff;text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:7px;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.OnboardingMaster-module__s6lhFq__roleCard:before{content:"";-webkit-mask-composite:destination-out;opacity:0;background:linear-gradient(135deg,#ffffff1a,#ffffff03) border-box;border:1.5px solid #0000;border-radius:7px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.OnboardingMaster-module__s6lhFq__roleCard:hover{box-shadow:0 20px 40px #0006, 0 0 40px var(--accent-color-alpha);background:#ffffff0d;transform:translateY(-8px)scale(1.02)}.OnboardingMaster-module__s6lhFq__roleCard:hover:before{opacity:1}.OnboardingMaster-module__s6lhFq__iconBox{width:72px;height:72px;color:var(--accent-color);background:#ffffff08;border-radius:7px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:inset 0 0 20px #ffffff05}.OnboardingMaster-module__s6lhFq__roleCard:hover .OnboardingMaster-module__s6lhFq__iconBox{background:var(--accent-color);color:#fff;box-shadow:0 10px 25px var(--accent-color-alpha);transform:scale(1.15)rotate(5deg)}.OnboardingMaster-module__s6lhFq__roleTitle{margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.OnboardingMaster-module__s6lhFq__roleDesc{color:#71717a;font-size:.95rem;line-height:1.4}.OnboardingMaster-module__s6lhFq__roleGlow{background:var(--accent-color);filter:blur(50px);opacity:0;pointer-events:none;width:120px;height:120px;transition:opacity .4s;position:absolute;bottom:0;left:50%;transform:translate(-50%)translateY(50%)}.OnboardingMaster-module__s6lhFq__roleCard:hover .OnboardingMaster-module__s6lhFq__roleGlow{opacity:.15}.OnboardingMaster-module__s6lhFq__pathList{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.OnboardingMaster-module__s6lhFq__pathCard{cursor:pointer;text-align:left;color:#fff;background:#ffffff05;border:1px solid #ffffff0d;border-radius:7px;align-items:center;gap:1.5rem;width:100%;padding:1.75rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.OnboardingMaster-module__s6lhFq__pathCard:hover{background:#ffffff0f;border-color:#818cf866;transform:translate(10px);box-shadow:0 10px 30px #0003}.OnboardingMaster-module__s6lhFq__pathIcon{color:#818cf8;background:linear-gradient(135deg,#818cf833,#0076ff1a);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:inset 0 2px 10px #ffffff0d}.OnboardingMaster-module__s6lhFq__pathText{flex:1}.OnboardingMaster-module__s6lhFq__pathTitle{margin-bottom:.35rem;font-size:1.2rem;font-weight:600}.OnboardingMaster-module__s6lhFq__pathDesc{color:#ffffff80;font-size:.95rem}.OnboardingMaster-module__s6lhFq__pathArrow{opacity:0;color:#818cf8;background:#818cf81a;border-radius:50%;padding:.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translate(-15px)}.OnboardingMaster-module__s6lhFq__pathCard:hover .OnboardingMaster-module__s6lhFq__pathArrow{opacity:1;transform:translate(0)}.OnboardingMaster-module__s6lhFq__footer{text-align:center;margin-top:2rem}.OnboardingMaster-module__s6lhFq__skipLink,.OnboardingMaster-module__s6lhFq__backBtn{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:5px;padding:.75rem 2rem;font-size:.95rem;font-weight:500;transition:all .2s}.OnboardingMaster-module__s6lhFq__skipLink:hover,.OnboardingMaster-module__s6lhFq__backBtn:hover{color:#fff;background:#ffffff0d;border-color:#fff3}.OnboardingMaster-module__s6lhFq__trustBanner{opacity:.6;color:#a1a1aa;gap:3.5rem;font-size:.9rem;font-weight:500;display:flex;position:absolute;bottom:2.5rem}.OnboardingMaster-module__s6lhFq__trustItem{align-items:center;gap:.75rem;transition:opacity .2s;display:flex}.OnboardingMaster-module__s6lhFq__trustItem:hover{opacity:1;color:#fff}@media (max-width:768px){.OnboardingMaster-module__s6lhFq__content{max-width:90%;padding:2rem}.OnboardingMaster-module__s6lhFq__title{font-size:2.5rem}.OnboardingMaster-module__s6lhFq__roleGrid{grid-template-columns:1fr}.OnboardingMaster-module__s6lhFq__pathCard{text-align:center;flex-direction:column;gap:1rem;padding:1.25rem}.OnboardingMaster-module__s6lhFq__pathCard:hover{transform:translateY(-5px)}.OnboardingMaster-module__s6lhFq__pathArrow{display:none}.OnboardingMaster-module__s6lhFq__trustBanner{flex-direction:column;gap:1rem;bottom:1rem}}
.InstructionsPanel-module__PRAOcq__panel{flex-direction:column;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:visible}.InstructionsPanel-module__PRAOcq__panelHeader{flex-shrink:0;padding:1.5rem 1.5rem 0}.InstructionsPanel-module__PRAOcq__panelTitle{color:#111827;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.InstructionsPanel-module__PRAOcq__panelSubtitle{color:#6b7280;margin:0 0 1rem;font-size:.8rem;line-height:1.4}.InstructionsPanel-module__PRAOcq__panelBody{flex:1;padding:1.25rem 1.5rem 2rem;overflow:visible}.InstructionsPanel-module__PRAOcq__field{margin-bottom:1.75rem}.InstructionsPanel-module__PRAOcq__fieldRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.InstructionsPanel-module__PRAOcq__fieldSubLabel{color:#9ca3af;margin-top:1px;font-size:.75rem}.InstructionsPanel-module__PRAOcq__label{color:#374151;font-size:.875rem;font-weight:600}.InstructionsPanel-module__PRAOcq__selectWrap{position:relative}.InstructionsPanel-module__PRAOcq__select{color:#111827;appearance:none;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.625rem 2rem .625rem .875rem;font-size:.875rem;transition:border-color .15s}.InstructionsPanel-module__PRAOcq__select:focus{border-color:#3b82f6}.InstructionsPanel-module__PRAOcq__selectIcon{color:#6b7280;pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.InstructionsPanel-module__PRAOcq__roleDesc{color:#6b7280;margin-top:.5rem;font-size:.78rem;line-height:1.4}.InstructionsPanel-module__PRAOcq__linkBtn{color:#3b82f6;cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.82rem;font-weight:500;display:flex}.InstructionsPanel-module__PRAOcq__linkBtn:hover{color:#2563eb}.InstructionsPanel-module__PRAOcq__outlineBtn{color:#3b82f6;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .875rem;font-size:.8rem;font-weight:500;display:flex}.InstructionsPanel-module__PRAOcq__outlineBtn:hover{background:#dbeafe}.InstructionsPanel-module__PRAOcq__table{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.InstructionsPanel-module__PRAOcq__tableHead{color:#4b5563;background:#f9fafb;border-bottom:1px solid #e5e7eb;grid-template-columns:2fr 3fr 60px;padding:.75rem 1rem;font-size:.78rem;font-weight:600;display:grid}.InstructionsPanel-module__PRAOcq__tableRow{border-bottom:1px solid #f3f4f6;grid-template-columns:2fr 3fr 60px;align-items:center;padding:.875rem 1rem;transition:background .1s;display:grid}.InstructionsPanel-module__PRAOcq__tableRow:last-child{border-bottom:none}.InstructionsPanel-module__PRAOcq__tableRow:hover{background:#f9fafb}.InstructionsPanel-module__PRAOcq__colName{color:#111827;padding-right:.5rem;font-size:.85rem;font-weight:500}.InstructionsPanel-module__PRAOcq__colDesc{color:#6b7280;padding-right:.5rem;font-size:.8rem;line-height:1.4}.InstructionsPanel-module__PRAOcq__colActions{justify-content:flex-end;display:flex}.InstructionsPanel-module__PRAOcq__textarea{color:#111827;resize:vertical;box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;min-height:140px;padding:.875rem;font-family:inherit;font-size:.875rem;line-height:1.5}.InstructionsPanel-module__PRAOcq__textarea:focus{border-color:#3b82f6}.InstructionsPanel-module__PRAOcq__textarea::placeholder{color:#9ca3af}.InstructionsPanel-module__PRAOcq__input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:.625rem .875rem;font-size:.875rem}.InstructionsPanel-module__PRAOcq__input:focus{border-color:#3b82f6}.InstructionsPanel-module__PRAOcq__charCount{color:#9ca3af;text-align:right;margin-top:.25rem;font-size:.7rem}.InstructionsPanel-module__PRAOcq__modalOverlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.InstructionsPanel-module__PRAOcq__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 20px 40px #00000026}.InstructionsPanel-module__PRAOcq__modalHeader{background:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex;position:sticky;top:0}.InstructionsPanel-module__PRAOcq__modalTitle{color:#111827;margin:0;font-size:1.125rem;font-weight:700}.InstructionsPanel-module__PRAOcq__closeBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:1.25rem;line-height:1}.InstructionsPanel-module__PRAOcq__closeBtn:hover{color:#374151}.InstructionsPanel-module__PRAOcq__modalBody{padding:1.5rem}.InstructionsPanel-module__PRAOcq__modalFooter{align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}.InstructionsPanel-module__PRAOcq__primaryBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;padding:.75rem 2rem;font-size:.9rem;font-weight:700}.InstructionsPanel-module__PRAOcq__primaryBtn:hover{background:#2563eb}.InstructionsPanel-module__PRAOcq__libraryGrid{grid-template-columns:repeat(2,1fr);gap:.875rem;padding:1rem 1.5rem 1.5rem;display:grid}.InstructionsPanel-module__PRAOcq__libraryItem{border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem;transition:background .1s;display:flex}.InstructionsPanel-module__PRAOcq__libraryItem:hover{background:#f9fafb}.InstructionsPanel-module__PRAOcq__libraryItemInfo{flex:1}.InstructionsPanel-module__PRAOcq__libraryItemTitle{color:#111827;margin:0 0 .25rem;font-size:.875rem;font-weight:600}.InstructionsPanel-module__PRAOcq__libraryItemDesc{color:#6b7280;margin:0;font-size:.78rem;line-height:1.4}.InstructionsPanel-module__PRAOcq__addBtn{color:#3b82f6;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.1rem;display:flex}.InstructionsPanel-module__PRAOcq__addBtn:hover{background:#dbeafe}.InstructionsPanel-module__PRAOcq__infoBox{background:#eff6ff;border-radius:10px;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.InstructionsPanel-module__PRAOcq__infoBox span{color:#3b82f6;flex-shrink:0;font-size:1.25rem}.InstructionsPanel-module__PRAOcq__infoBox p{color:#1e40af;margin:0;font-size:.82rem;line-height:1.5}
.SaraWidget-module__buKy8W__container{z-index:9999;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.SaraWidget-module__buKy8W__fab{cursor:pointer;background:#eef6ff;border:1px solid #d4e8ff;border-radius:100px;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:background .15s,box-shadow .15s;display:flex;position:relative}.SaraWidget-module__buKy8W__fab:hover{background:#dfeeff;box-shadow:0 4px 14px #6366f138}.SaraWidget-module__buKy8W__fab:active{background:#d4e8ff}.SaraWidget-module__buKy8W__fab:focus-visible{outline-offset:2px;outline:3px solid #6366f14d}.SaraWidget-module__buKy8W__fabPulse{pointer-events:none;border:2px solid #6366f166;border-radius:50%;animation:1.8s ease-out infinite SaraWidget-module__buKy8W__saraPulse;position:absolute;inset:-6px}@keyframes SaraWidget-module__buKy8W__saraPulse{0%{opacity:.85;transform:scale(1)}65%{opacity:0;transform:scale(1.55)}to{opacity:0;transform:scale(1.55)}}
