._sharedPage-module__hp08BG__container{max-width:1400px;margin:0 auto;padding:0 1rem}._sharedPage-module__hp08BG__header{text-align:center;margin-bottom:3rem}._sharedPage-module__hp08BG__title{color:var(--color-midnight-body);margin:0 0 .75rem;font-size:2.5rem;font-weight:700}._sharedPage-module__hp08BG__description{color:var(--color-gray-caption);margin:0;font-size:1.125rem;line-height:1.6}._sharedPage-module__hp08BG__grid{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(640px,1fr));gap:1.5rem;padding-bottom:100px;display:grid}._sharedPage-module__hp08BG__card{height:100%;transition:transform .2s,box-shadow .2s}._sharedPage-module__hp08BG__card:hover{z-index:10;position:relative;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._sharedPage-module__hp08BG__cardGrid{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(640px,1fr));gap:1.5rem;margin-bottom:100px;display:grid}._sharedPage-module__hp08BG__codeCard{margin-top:2rem}._sharedPage-module__hp08BG__code{background:var(--code-background);border:1px solid var(--border);border-radius:var(--radius);color:var(--color-midnight-body);margin-top:auto;padding:1rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.813rem;line-height:1.6;overflow-x:auto}@media (max-width:1200px){._sharedPage-module__hp08BG__grid,._sharedPage-module__hp08BG__cardGrid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}}@media (max-width:768px){._sharedPage-module__hp08BG__container{padding:0 .75rem}._sharedPage-module__hp08BG__title{font-size:2rem}._sharedPage-module__hp08BG__description{font-size:1rem}._sharedPage-module__hp08BG__grid,._sharedPage-module__hp08BG__cardGrid{grid-template-columns:1fr;gap:1rem}._sharedPage-module__hp08BG__code{padding:.75rem;font-size:.75rem}}@media (max-width:480px){._sharedPage-module__hp08BG__title{font-size:1.75rem}}@media (prefers-color-scheme:light){._sharedPage-module__hp08BG__card:hover{box-shadow:0 4px 12px #00000014}}
.CourseChatPanel-module__lEyPFa__panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;height:100%;min-height:600px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000a}.CourseChatPanel-module__lEyPFa__panelCenter{width:100%;min-height:calc(100vh - 10rem);max-height:calc(100vh - 5rem)}.CourseChatPanel-module__lEyPFa__centerHero{color:#1f2937;background:linear-gradient(#fbfaff 0%,#f5f3ff 45%,#faf8ff 100%);border:1px solid #ddd6fe;border-radius:20px;justify-content:center;box-shadow:0 1px 2px #7c3aed0f,0 8px 28px -6px #7c3aed24}.CourseChatPanel-module__lEyPFa__centerHeroInner{flex-direction:column;align-items:stretch;gap:2rem;width:100%;max-width:900px;margin:0 auto;padding:2.75rem 2rem 3rem;display:flex}.CourseChatPanel-module__lEyPFa__centerBrand{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:#6d28d9;margin:0;font-size:1rem;font-weight:700}.CourseChatPanel-module__lEyPFa__centerComposer{background:#fff;border:1.5px solid #ddd6fe;border-radius:20px;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem 1rem;display:flex;box-shadow:0 1px 3px #7c3aed0f}.CourseChatPanel-module__lEyPFa__centerTextarea{color:#111827;resize:none;background:0 0;border:none;outline:none;width:100%;min-height:7rem;padding:0;font-family:inherit;font-size:1.0625rem;line-height:1.6}.CourseChatPanel-module__lEyPFa__centerTextarea::placeholder{color:#9ca3af}.CourseChatPanel-module__lEyPFa__centerTextarea:disabled{opacity:.55}.CourseChatPanel-module__lEyPFa__composerToolbar{border-top:1px solid var(--color-main-bg);justify-content:space-between;align-items:center;padding-top:.25rem;display:flex}.CourseChatPanel-module__lEyPFa__composerLeft{align-items:center;gap:.75rem;display:flex}.CourseChatPanel-module__lEyPFa__composerHint{color:#7c3aed;background:#f3f0ff;border:1px solid #e9d5ff;border-radius:10px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;font-weight:300;line-height:1;display:flex}.CourseChatPanel-module__lEyPFa__langBadge{color:#5b21b6;background:#f3f0ff;border:1px solid #ddd6fe;border-radius:9999px;padding:.35rem .65rem;font-size:.75rem;font-weight:600}.CourseChatPanel-module__lEyPFa__composerRight{align-items:center;gap:.5rem;display:flex}.CourseChatPanel-module__lEyPFa__sendCircle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:transform .15s,box-shadow .15s,opacity .15s;display:flex;box-shadow:0 4px 14px #7c3aed59}.CourseChatPanel-module__lEyPFa__sendCircle:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #7c3aed6b}.CourseChatPanel-module__lEyPFa__sendCircle:disabled{opacity:.45;cursor:not-allowed;transform:none}.CourseChatPanel-module__lEyPFa__sendSpinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:1.125rem;height:1.125rem;animation:.7s linear infinite CourseChatPanel-module__lEyPFa__spin}@keyframes CourseChatPanel-module__lEyPFa__spin{to{transform:rotate(360deg)}}.CourseChatPanel-module__lEyPFa__catlSection{flex-direction:column;gap:.5rem;margin-bottom:.25rem;display:flex}.CourseChatPanel-module__lEyPFa__catlLabel{color:#6b7280;text-align:center;font-size:.8125rem;font-weight:500}.CourseChatPanel-module__lEyPFa__catlGrid{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.CourseChatPanel-module__lEyPFa__catlBtn{color:#5c4a8a;cursor:pointer;background:#fff;border:1.5px solid #d1c4e9;border-radius:2rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.CourseChatPanel-module__lEyPFa__catlBtn:hover{background:#ede7f6;border-color:#9c6fda}.CourseChatPanel-module__lEyPFa__catlBtnActive{color:#fff;background:#7c3aed;border-color:#7c3aed}.CourseChatPanel-module__lEyPFa__starterSection{flex-direction:column;gap:1rem;display:flex}.CourseChatPanel-module__lEyPFa__starterHead{justify-content:center;align-items:center;gap:.5rem;display:flex}.CourseChatPanel-module__lEyPFa__starterTitle{color:#4b5563;margin:0;font-size:1rem;font-weight:600}.CourseChatPanel-module__lEyPFa__shuffleBtn{color:#6d28d9;cursor:pointer;background:#fff;border:1px solid #ddd6fe;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.1rem;line-height:1;transition:background .15s,color .15s,border-color .15s;display:flex}.CourseChatPanel-module__lEyPFa__shuffleBtn:hover{color:#5b21b6;background:#f3f0ff;border-color:#c4b5fd}.CourseChatPanel-module__lEyPFa__starterGrid{grid-gap:.875rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:.875rem;display:grid}@media (max-width:700px){.CourseChatPanel-module__lEyPFa__starterGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.CourseChatPanel-module__lEyPFa__starterCard{text-align:left;color:#111827;cursor:pointer;background:#fff;border:1px solid #e9d5ff;border-radius:16px;flex-direction:column;align-items:flex-start;gap:.625rem;padding:1.25rem;font-family:inherit;transition:background .15s,border-color .15s,transform .12s,box-shadow .15s;display:flex;box-shadow:0 1px 3px #7c3aed0f}.CourseChatPanel-module__lEyPFa__starterCard:hover:not(:disabled){background:#faf5ff;border-color:#a78bfa;transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed1a}.CourseChatPanel-module__lEyPFa__starterCard:disabled{opacity:.5;cursor:not-allowed}.CourseChatPanel-module__lEyPFa__starterIcon{font-size:1.75rem;line-height:1}.CourseChatPanel-module__lEyPFa__starterLabel{color:#374151;font-size:.9375rem;font-weight:600;line-height:1.35}.CourseChatPanel-module__lEyPFa__centerThread{color:#1f2937;background:linear-gradient(#fbfaff 0%,#f5f3ff 100%);border:1px solid #ddd6fe;border-radius:20px;box-shadow:0 1px 2px #7c3aed0f,0 8px 28px -6px #7c3aed1f}.CourseChatPanel-module__lEyPFa__centerThreadHeader{border-bottom:1px solid var(--color-main-bg);color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:flex}.CourseChatPanel-module__lEyPFa__centerThreadHeader svg{filter:brightness(0)invert();opacity:.95}.CourseChatPanel-module__lEyPFa__messageListDark{background:#f8f7ff}.CourseChatPanel-module__lEyPFa__messageCenter{max-width:96%}.CourseChatPanel-module__lEyPFa__bubbleDarkUser{color:#fff!important;background:linear-gradient(135deg,#6d28d9 0%,#7c3aed 100%)!important;border:none!important}.CourseChatPanel-module__lEyPFa__bubbleDarkAsst{color:#1f2937!important;background:#fff!important;border:1px solid #e0ddf8!important;box-shadow:0 1px 2px #7c3aed0d!important}.CourseChatPanel-module__lEyPFa__centerComposerFooter{border-top:1px solid var(--color-main-bg);background:#fff;align-items:center;gap:.75rem;padding:.75rem 1rem}.CourseChatPanel-module__lEyPFa__centerTextareaFooter{color:#111827;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:2.75rem;max-height:120px;padding:.5rem 0;font-family:inherit;font-size:.9375rem;line-height:1.5}.CourseChatPanel-module__lEyPFa__centerTextareaFooter::placeholder{color:#9ca3af}.CourseChatPanel-module__lEyPFa__sendCircleSm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:opacity .15s,transform .12s;display:flex}.CourseChatPanel-module__lEyPFa__sendCircleSm:hover:not(:disabled){transform:scale(1.05)}.CourseChatPanel-module__lEyPFa__sendCircleSm:disabled{opacity:.45;cursor:not-allowed}.CourseChatPanel-module__lEyPFa__messageListDark .CourseChatPanel-module__lEyPFa__toolChip{color:#6d28d9;background:#f3f0ff;border:1px solid #ddd6fe}.CourseChatPanel-module__lEyPFa__messageListDark .CourseChatPanel-module__lEyPFa__typingDot{background:#a78bfa}.CourseChatPanel-module__lEyPFa__header{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-bottom:1px solid #e5e7eb;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;display:flex}.CourseChatPanel-module__lEyPFa__header svg{filter:brightness(0)invert()}.CourseChatPanel-module__lEyPFa__messageList{background:#fafafa;flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.CourseChatPanel-module__lEyPFa__message{flex-direction:column;gap:.25rem;max-width:85%;display:flex}.CourseChatPanel-module__lEyPFa__message.CourseChatPanel-module__lEyPFa__user{align-self:flex-end;align-items:flex-end}.CourseChatPanel-module__lEyPFa__message.CourseChatPanel-module__lEyPFa__assistant{align-self:flex-start;align-items:flex-start}.CourseChatPanel-module__lEyPFa__bubble{word-break:break-word;border-radius:12px;padding:.625rem .875rem;font-size:.875rem;line-height:1.5}.CourseChatPanel-module__lEyPFa__message.CourseChatPanel-module__lEyPFa__user .CourseChatPanel-module__lEyPFa__bubble{color:#fff;background:#6366f1;border-bottom-right-radius:4px}.CourseChatPanel-module__lEyPFa__message.CourseChatPanel-module__lEyPFa__assistant .CourseChatPanel-module__lEyPFa__bubble{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.CourseChatPanel-module__lEyPFa__bubbleLine{min-height:1em;margin:0;padding:0}.CourseChatPanel-module__lEyPFa__bubbleLine+.CourseChatPanel-module__lEyPFa__bubbleLine{margin-top:.25rem}.CourseChatPanel-module__lEyPFa__toolChips{flex-wrap:wrap;gap:.25rem;margin-top:.125rem;display:flex}.CourseChatPanel-module__lEyPFa__toolChip{color:#047857;cursor:help;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.CourseChatPanel-module__lEyPFa__typingDot{background:#9ca3af;border-radius:50%;width:6px;height:6px;margin:0 1px;animation:1.4s infinite CourseChatPanel-module__lEyPFa__typing;display:inline-block}.CourseChatPanel-module__lEyPFa__typingDot:nth-child(2){animation-delay:.2s}.CourseChatPanel-module__lEyPFa__typingDot:nth-child(3){animation-delay:.4s}@keyframes CourseChatPanel-module__lEyPFa__typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.CourseChatPanel-module__lEyPFa__inputArea{background:#fff;border-top:1px solid #e5e7eb;align-items:flex-end;gap:.5rem;padding:.75rem;display:flex}.CourseChatPanel-module__lEyPFa__input{resize:none;border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;max-height:120px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .15s}.CourseChatPanel-module__lEyPFa__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.CourseChatPanel-module__lEyPFa__input:disabled{color:#9ca3af;background:#f9fafb}.CourseChatPanel-module__lEyPFa__sendBtn{flex-shrink:0}.CourseChatPanel-module__lEyPFa__panelSidebar{background:linear-gradient(#fff 0%,#fbfaff 100%);border:1px solid #ddd6fe;border-radius:16px;box-shadow:0 1px 2px #7c3aed0f,0 6px 20px -6px #7c3aed1a}.CourseChatPanel-module__lEyPFa__threadHeaderBrand{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:#fffffff2;flex:1;margin:0;font-size:.8125rem;font-weight:600}.CourseChatPanel-module__lEyPFa__messageListSidebar{background:#f8f7ff}.CourseChatPanel-module__lEyPFa__recCardsMessage{width:100%;max-width:100%}.CourseChatPanel-module__lEyPFa__recCardsIntro{margin-bottom:.5rem}.CourseChatPanel-module__lEyPFa__recCardGrid{grid-gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;display:grid}@media (max-width:860px){.CourseChatPanel-module__lEyPFa__recCardGrid{grid-template-columns:1fr}}.CourseChatPanel-module__lEyPFa__recCard{background:linear-gradient(#fff 0%,#fbfaff 100%);border:1px solid #ddd6fe;border-radius:14px;flex-direction:column;gap:.625rem;min-width:0;padding:1.25rem 1.125rem 1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #7c3aed12}.CourseChatPanel-module__lEyPFa__recCard:before{content:"";opacity:.85;background:linear-gradient(90deg,#a855f7 0%,#6366f1 100%);height:3px;position:absolute;top:0;left:0;right:0}.CourseChatPanel-module__lEyPFa__recCard_gap:before{background:linear-gradient(90deg,#f59e0b 0%,#f97316 100%)}.CourseChatPanel-module__lEyPFa__recCard_popular:before{background:linear-gradient(90deg,#3b82f6 0%,#06b6d4 100%)}.CourseChatPanel-module__lEyPFa__recCard_profile:before{background:linear-gradient(90deg,#a855f7 0%,#d946ef 100%)}.CourseChatPanel-module__lEyPFa__recCard_draft:before{background:linear-gradient(90deg,#7c3aed 0%,#6366f1 100%)}.CourseChatPanel-module__lEyPFa__recCard:hover{border-color:#c4b5fd;box-shadow:0 8px 20px -6px #7c3aed26}.CourseChatPanel-module__lEyPFa__recCardBadge{color:#6b21a8;background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%);border-radius:9999px;align-self:flex-start;padding:.2rem .55rem;font-size:.68rem;font-weight:700;display:inline-flex}.CourseChatPanel-module__lEyPFa__recCard_gap .CourseChatPanel-module__lEyPFa__recCardBadge{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.CourseChatPanel-module__lEyPFa__recCard_popular .CourseChatPanel-module__lEyPFa__recCardBadge{color:#1e40af;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.CourseChatPanel-module__lEyPFa__recCard_profile .CourseChatPanel-module__lEyPFa__recCardBadge{color:#6b21a8;background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%)}.CourseChatPanel-module__lEyPFa__recCardTopic{color:#111827;word-break:keep-all;margin:0;font-size:.95rem;font-weight:700;line-height:1.35}.CourseChatPanel-module__lEyPFa__recCardReason{color:#6b7280;flex:1;margin:0;font-size:.72rem;line-height:1.45}.CourseChatPanel-module__lEyPFa__recCardHead{flex-direction:column;gap:.5rem;display:flex}.CourseChatPanel-module__lEyPFa__recCardHeadText{flex-direction:column;gap:.35rem;display:flex}.CourseChatPanel-module__lEyPFa__recThemeDesc{color:#6b7280;margin:0;font-size:.72rem;font-weight:400;line-height:1.45}.CourseChatPanel-module__lEyPFa__recCardKeywords{flex-wrap:wrap;gap:.3rem;display:flex}.CourseChatPanel-module__lEyPFa__recKeywordChip{color:#6366f1;background:#6366f114;border-radius:9999px;padding:.15rem .5rem;font-size:.68rem;font-weight:500;line-height:1.4;display:inline-block}.CourseChatPanel-module__lEyPFa__recCard_gap .CourseChatPanel-module__lEyPFa__recKeywordChip{color:#b45309;background:#f59e0b1a}.CourseChatPanel-module__lEyPFa__recCard_popular .CourseChatPanel-module__lEyPFa__recKeywordChip{color:#1d4ed8;background:#3b82f61a}.CourseChatPanel-module__lEyPFa__recCard_profile .CourseChatPanel-module__lEyPFa__recKeywordChip{color:#7c3aed;background:#a855f71a}.CourseChatPanel-module__lEyPFa__recCard_draft .CourseChatPanel-module__lEyPFa__recKeywordChip,.CourseChatPanel-module__lEyPFa__recChip_draft{color:#4f46e5;background:#6366f11a}.CourseChatPanel-module__lEyPFa__recBadge_draft{color:#3730a3;background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%)}.CourseChatPanel-module__lEyPFa__recCardSpec{background:#ffffffb3;border:1px solid #f3f4f6;border-radius:8px;flex-direction:column;gap:.3rem;margin:0;padding:.6rem .75rem;display:flex}.CourseChatPanel-module__lEyPFa__recSpecRow{grid-gap:.4rem;grid-template-columns:4rem 1fr;align-items:baseline;gap:.4rem;min-width:0;display:grid}.CourseChatPanel-module__lEyPFa__recSpecRow dt{color:#9ca3af;letter-spacing:.02em;white-space:nowrap;font-size:.68rem;font-weight:600}.CourseChatPanel-module__lEyPFa__recSpecRow dd{color:#1f2937;word-break:keep-all;margin:0;font-size:.8rem;font-weight:500;line-height:1.4}.CourseChatPanel-module__lEyPFa__recCardIntro{color:#374151;word-break:keep-all;background:#f9fafbcc;border-left:3px solid #e5e7eb;border-radius:8px;margin:0;padding:.6rem .75rem;font-size:.78rem;line-height:1.55}.CourseChatPanel-module__lEyPFa__recCard_gap .CourseChatPanel-module__lEyPFa__recCardIntro{border-left-color:#f59e0b}.CourseChatPanel-module__lEyPFa__recCard_popular .CourseChatPanel-module__lEyPFa__recCardIntro{border-left-color:#3b82f6}.CourseChatPanel-module__lEyPFa__recCard_profile .CourseChatPanel-module__lEyPFa__recCardIntro{border-left-color:#a855f7}.CourseChatPanel-module__lEyPFa__recCard_draft .CourseChatPanel-module__lEyPFa__recCardIntro,.CourseChatPanel-module__lEyPFa__recIntro_draft{border-left-color:#6366f1}.CourseChatPanel-module__lEyPFa__recCardFooter{margin-top:auto;padding-top:.25rem}.CourseChatPanel-module__lEyPFa__navCardMessage{width:100%;max-width:100%}.CourseChatPanel-module__lEyPFa__navCard{background:linear-gradient(135deg, #f5f3ff 0%, var(--color-main-bg) 100%);border:1.5px solid #c4b5fd;border-radius:14px;flex-direction:column;gap:.75rem;width:100%;padding:1rem 1rem .875rem;display:flex;box-shadow:0 2px 8px #7c3aed14}.CourseChatPanel-module__lEyPFa__navCardTitle{color:#5b21b6;letter-spacing:.02em;margin:0;font-size:.8125rem;font-weight:700}.CourseChatPanel-module__lEyPFa__navCardSpec{background:#fff;border:1px solid #ddd6fe;border-radius:10px;flex-direction:column;gap:.35rem;margin:0;padding:.65rem .875rem;display:flex}.CourseChatPanel-module__lEyPFa__navSpecRow{grid-gap:.5rem;grid-template-columns:4.5rem 1fr;align-items:baseline;gap:.5rem;display:grid}.CourseChatPanel-module__lEyPFa__navSpecRow dt{color:#8b5cf6;letter-spacing:.02em;font-size:.7rem;font-weight:600}.CourseChatPanel-module__lEyPFa__navSpecRow dd{color:#1f2937;word-break:keep-all;margin:0;font-size:.85rem;font-weight:500;line-height:1.4}.CourseChatPanel-module__lEyPFa__navCardEmpty{color:#9ca3af;margin:0;padding:.5rem 0;font-size:.8125rem}
.CourseForm-module__sykW-W__formRoot{display:contents}.CourseForm-module__sykW-W__formGroup{margin-bottom:1.5rem}.CourseForm-module__sykW-W__formGroup:last-child{margin-bottom:0}.CourseForm-module__sykW-W__label{color:var(--color-midnight-body);margin-bottom:.5rem;font-size:.9375rem;font-weight:500;display:block}.CourseForm-module__sykW-W__required:after{content:"*";color:var(--danger,#ef4444);margin-left:.25rem}.CourseForm-module__sykW-W__levelTabs{flex-wrap:wrap;gap:.5rem;display:flex}.CourseForm-module__sykW-W__levelTab{border:1px solid var(--color-midnight-discription);color:var(--color-midnight-body);cursor:pointer;background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.CourseForm-module__sykW-W__levelTabIcon{flex:none;width:20px;height:20px}.CourseForm-module__sykW-W__levelTabIcon img{width:20px;height:20px;display:block}.CourseForm-module__sykW-W__levelTab:hover:not(.CourseForm-module__sykW-W__active){background:var(--color-main-bg);color:var(--color-main-key)}.CourseForm-module__sykW-W__levelTab.CourseForm-module__sykW-W__active{background:var(--color-main-bg);border-color:var(--color-main-key);color:var(--color-main-key)}.CourseForm-module__sykW-W__loadingText{color:var(--color-midnight-body);padding:.625rem 1rem;font-size:.875rem}.CourseForm-module__sykW-W__categoryMediumList{flex-wrap:wrap;align-items:center;gap:.5rem;min-height:2.5rem;display:flex}.CourseForm-module__sykW-W__categoryMediumItem{border:1px solid var(--color-midnight-discription);color:var(--color-midnight-body);cursor:pointer;background:#fff;border-radius:9999px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .15s}.CourseForm-module__sykW-W__categoryMediumItem:hover:not(.CourseForm-module__sykW-W__categoryMediumItemSelected){color:#5c2fc7;background:#f5f3ff;border-color:#a78bfa}.CourseForm-module__sykW-W__categoryMediumItemSelected{color:#5c2fc7;background:#e2dbfb;border-color:#5c2fc7}.CourseForm-module__sykW-W__categoryMediumEmpty{color:var(--color-text-tertiary,#9ca3af);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;display:inline-flex}.CourseForm-module__sykW-W__keywordWrapper{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.CourseForm-module__sykW-W__removeKeywordIcon{cursor:pointer;color:inherit;opacity:.6;margin-left:.25rem;transition:opacity .15s}.CourseForm-module__sykW-W__removeKeywordIcon:hover{opacity:1}.CourseForm-module__sykW-W__selectedKeywordTag{color:#5c2fc7;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.25rem;padding:.4375rem .875rem;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.CourseForm-module__sykW-W__selectedKeywordTag:hover{color:#5c2fc7;background:#f5f3ff;border-color:#a78bfa}.CourseForm-module__sykW-W__fileUpload{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.CourseForm-module__sykW-W__fileInput{display:none}.CourseForm-module__sykW-W__submitSection{justify-content:center;padding:1.5rem;display:flex}.CourseForm-module__sykW-W__submitButtonSimple{padding:1.5rem 6rem;font-weight:400}.CourseForm-module__sykW-W__defaultButton{width:6.5rem;height:2.5rem}.CourseForm-module__sykW-W__promptTextarea{min-height:15rem}
.LessonRegistrationGuide-module__AemkZa__main-content{overflow:hidden}aside.LessonRegistrationGuide-module__AemkZa__guideColumn{padding-bottom:1rem}.LessonRegistrationGuide-module__AemkZa__guidePanel{background:linear-gradient(165deg, #faf5ff 0%, #f3e8ff 45%, var(--color-main-bg) 100%);border:1px solid #ddd6fe;border-radius:12px;flex-direction:column;flex:1;gap:.4rem;width:100%;min-width:0;height:100%;min-height:0;padding:1rem .5rem;display:flex;overflow:hidden;box-shadow:0 4px 24px #7c3aed14}.LessonRegistrationGuide-module__AemkZa__guideHeader{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;margin-bottom:15px;padding:0 .5rem .15rem;display:flex}.LessonRegistrationGuide-module__AemkZa__guideTitle{color:#5b21b6;margin:0;font-size:1.375rem;font-weight:700;line-height:1.35}.LessonRegistrationGuide-module__AemkZa__guideIntro{max-width:28rem;color:var(--color-midnight-body);white-space:pre-line;margin:0;font-size:.875rem;line-height:1.4}.LessonRegistrationGuide-module__AemkZa__guideStage{overscroll-behavior:contain;flex-direction:column;flex:1;justify-content:center;gap:.5rem;min-height:0;display:flex}.LessonRegistrationGuide-module__AemkZa__carouselRow{flex:1;justify-content:center;align-items:stretch;gap:.25rem;min-height:0;display:flex}.LessonRegistrationGuide-module__AemkZa__carouselBtn{color:#7c3aed;cursor:pointer;background:#fff;border:1px solid #e9d5ff;border-radius:8px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:2.25rem;height:2.25rem;padding:0;transition:background .15s,color .15s,border-color .15s;display:flex;box-shadow:0 1px 3px #7c3aed1f}.LessonRegistrationGuide-module__AemkZa__carouselBtn:hover{color:#fff;background:#7c3aed;border-color:#7c3aed}.LessonRegistrationGuide-module__AemkZa__phoneWrap{flex:1;justify-content:center;align-self:stretch;align-items:center;width:100%;min-width:0;height:100%;min-height:0;max-height:100%;display:flex}.LessonRegistrationGuide-module__AemkZa__carouselFooter{flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;padding:.2rem .5rem .4rem;display:flex}.LessonRegistrationGuide-module__AemkZa__slideLabel{color:#333455;margin:0;font-size:1rem;font-weight:600}.LessonRegistrationGuide-module__AemkZa__slideHintWrap{justify-content:center;width:100%;min-height:2.9em;display:flex}.LessonRegistrationGuide-module__AemkZa__slideHint{color:#64658b;text-align:center;max-width:100%;margin:0;padding:0 .35rem;font-size:.75rem;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__slideHintHidden{visibility:hidden}.LessonRegistrationGuide-module__AemkZa__dots{gap:.3rem;display:flex}.LessonRegistrationGuide-module__AemkZa__dot{cursor:pointer;background:#c4b5fd;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .15s,transform .15s}.LessonRegistrationGuide-module__AemkZa__dotActive{background:#7c3aed;transform:scale(1.15)}.LessonRegistrationGuide-module__AemkZa__phoneFrame{box-sizing:border-box;aspect-ratio:45/84;background:#1e1b4b;border-radius:22px;flex-direction:column;flex:none;width:auto;max-width:85%;height:100%;max-height:100%;margin:0 auto;padding:9px 7px 11px;display:flex;box-shadow:inset 0 0 0 2px #312e81,0 6px 20px #1e1b4b38}.LessonRegistrationGuide-module__AemkZa__phoneNotch{background:#0f172a;border-radius:4px;flex-shrink:0;width:64px;height:5px;margin:0 auto 7px}.LessonRegistrationGuide-module__AemkZa__phoneScreen{-webkit-text-size-adjust:100%;background:#fff;border-radius:16px;flex-direction:column;flex:1;min-height:0;font-size:14px;line-height:1.4;display:flex;position:relative;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__phoneScreenCourse{background:#8a5cf5}.LessonRegistrationGuide-module__AemkZa__phoneScreenCourse .LessonRegistrationGuide-module__AemkZa__phoneScreenBody{background:0 0}.LessonRegistrationGuide-module__AemkZa__phoneScreenBody{overscroll-behavior:contain;scrollbar-width:thin;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.LessonRegistrationGuide-module__AemkZa__phoneScreenBody,.LessonRegistrationGuide-module__AemkZa__s1ScrollBody,.LessonRegistrationGuide-module__AemkZa__s2SheetBody,.LessonRegistrationGuide-module__AemkZa__s3ChatScroll{scrollbar-color:var(--color-gray-400) var(--color-gray-100);scrollbar-width:thin}.LessonRegistrationGuide-module__AemkZa__phoneScreenBody::-webkit-scrollbar{width:8px}.LessonRegistrationGuide-module__AemkZa__s1ScrollBody::-webkit-scrollbar{width:8px}.LessonRegistrationGuide-module__AemkZa__s2SheetBody::-webkit-scrollbar{width:8px}.LessonRegistrationGuide-module__AemkZa__s3ChatScroll::-webkit-scrollbar{width:8px}.LessonRegistrationGuide-module__AemkZa__phoneScreenBody::-webkit-scrollbar-track{background:var(--color-gray-100)}.LessonRegistrationGuide-module__AemkZa__s1ScrollBody::-webkit-scrollbar-track{background:var(--color-gray-100)}.LessonRegistrationGuide-module__AemkZa__s2SheetBody::-webkit-scrollbar-track{background:var(--color-gray-100)}.LessonRegistrationGuide-module__AemkZa__s3ChatScroll::-webkit-scrollbar-track{background:var(--color-gray-100)}.LessonRegistrationGuide-module__AemkZa__phoneScreenBody::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:var(--radius-full)}.LessonRegistrationGuide-module__AemkZa__s1ScrollBody::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:var(--radius-full)}.LessonRegistrationGuide-module__AemkZa__s2SheetBody::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:var(--radius-full)}.LessonRegistrationGuide-module__AemkZa__s3ChatScroll::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:var(--radius-full)}.LessonRegistrationGuide-module__AemkZa__phoneScreenBody::-webkit-scrollbar-button{width:0;height:0;display:none}.LessonRegistrationGuide-module__AemkZa__s1ScrollBody::-webkit-scrollbar-button{width:0;height:0;display:none}.LessonRegistrationGuide-module__AemkZa__s2SheetBody::-webkit-scrollbar-button{width:0;height:0;display:none}.LessonRegistrationGuide-module__AemkZa__s3ChatScroll::-webkit-scrollbar-button{width:0;height:0;display:none}.LessonRegistrationGuide-module__AemkZa__phoneScreenFooter{z-index:4;background:#f8fafc;border-radius:0 0 14px 14px;flex-direction:column;flex-shrink:0;margin-top:auto;display:flex;position:relative}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltip{z-index:8;pointer-events:none;background:#544f60;border-radius:8px;width:min(210px,100% - 16px);margin:0;padding:12px 16px;position:absolute;box-shadow:0 4px 14px #0f172a59}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltipAbove{transform:translateY(-100%)}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltip:after{content:"";border-style:solid;width:0;height:0;margin-left:-5px;position:absolute;right:16px}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltipBelow:after{border-width:0 5px 5px;border-color:#0000 #0000 #544f60;top:-5px}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltipAbove:after{border-width:5px 5px 0;border-color:#544f60 #0000 #0000;bottom:-5px}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltipLabel{color:#fff;border-radius:4px;margin-bottom:4px;padding:0;font-size:13px;font-weight:400;display:inline-block}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltipText{white-space:pre-line;word-break:keep-all;color:#f1f5f9;margin:0;font-size:11px;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltipLabelOnly{width:auto;max-width:min(240px,100% - 16px);padding:3px 8px}.LessonRegistrationGuide-module__AemkZa__inPhoneTooltipLabelLarge{color:#fff;border-radius:6px;margin:0;font-size:13px;font-weight:400;line-height:1.5;display:inline-block}.LessonRegistrationGuide-module__AemkZa__appBottomNav{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-radius:14px 14px 0 0;flex-shrink:0;justify-content:space-between;align-items:flex-end;gap:0;min-height:64px;padding:2px 4px 6px;display:flex;box-shadow:0 -2px 8px #0f172a0a}.LessonRegistrationGuide-module__AemkZa__appBottomNavItem{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:0;padding:0 1px;display:flex}.LessonRegistrationGuide-module__AemkZa__appBottomNavIcon{flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:72px;line-height:0;display:flex}.LessonRegistrationGuide-module__AemkZa__appBottomNavIcon svg{aspect-ratio:82/72;width:100%;height:auto;display:block;overflow:visible}.LessonRegistrationGuide-module__AemkZa__appBottomNavLabel{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__phoneScreen [data-hotspot]{cursor:pointer;transition:outline .15s,box-shadow .15s;position:relative}.LessonRegistrationGuide-module__AemkZa__phoneScreen [data-hotspot]:hover,.LessonRegistrationGuide-module__AemkZa__phoneScreen [data-hotspot]:focus-visible{outline:2px solid var(--color-main-pastel);box-shadow:0 0 0 3px #7c3aed33}.LessonRegistrationGuide-module__AemkZa__slideRoot{color:#1e293b;background:#fff;flex-direction:column;flex:1;min-height:100%;padding:0;display:flex}.LessonRegistrationGuide-module__AemkZa__emptyHint{text-align:center;color:#94a3b8;margin:auto 0;padding:0 12px;font-size:13px}.LessonRegistrationGuide-module__AemkZa__appStatusBar{color:#0f172a;flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 12px 2px;font-size:11px;font-weight:600;display:flex}.LessonRegistrationGuide-module__AemkZa__appStatusIcons{background:linear-gradient(90deg,#cbd5e1 0%,#e2e8f0 100%);border-radius:4px;width:36px;height:8px}.LessonRegistrationGuide-module__AemkZa__appHomeIndicator{opacity:.85;background:#0f172a;border-radius:4px;flex-shrink:0;width:42%;height:4px;margin:6px auto 8px}.LessonRegistrationGuide-module__AemkZa__appIconBtn{color:#334155;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1Screen{background:#8a5cf5;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__s1PurpleHeader{background:#8d58fd;border-radius:0;flex-shrink:0;padding:10px 20px 10px 16px}.LessonRegistrationGuide-module__AemkZa__s1AppStatusBar{justify-content:space-between;align-items:center;gap:8px;min-width:0;min-height:22px;margin-bottom:10px;padding:2px 4px 0;display:flex}.LessonRegistrationGuide-module__AemkZa__s1StatusTime{text-overflow:ellipsis;white-space:nowrap;color:#fff;letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:1;align-items:center;min-width:0;max-width:42%;font-size:12px;font-weight:500;line-height:1;display:inline-flex;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__appPurpleStatusIcons{color:#fff;flex-shrink:0;justify-content:flex-end;align-items:center;min-width:0;line-height:0;display:inline-flex}.LessonRegistrationGuide-module__AemkZa__appPurpleStatusIcons svg{aspect-ratio:102/18;width:auto;max-width:88px;height:14px;display:block}.LessonRegistrationGuide-module__AemkZa__s1NavBar{grid-gap:6px;grid-template-columns:44px 1fr 26px;align-items:center;gap:6px;min-height:46px;padding:0;display:grid}.LessonRegistrationGuide-module__AemkZa__s1NavIcon{color:#fff;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1NavIcon svg{flex-shrink:0}.LessonRegistrationGuide-module__AemkZa__s1NavIcon .LessonRegistrationGuide-module__AemkZa__appIconBtn{color:#fff;justify-content:center;align-items:center;width:26px;height:26px;margin:0;display:flex}.LessonRegistrationGuide-module__AemkZa__s1CourseTitle{color:#fff;text-align:center;letter-spacing:-.02em;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;align-self:center;margin:0;padding:0 6px;font-size:15px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__s1BodySheet{background:#fff;border-top-left-radius:32px;border-top-right-radius:32px;flex-direction:column;flex:1;min-height:0;padding:12px 0 0;display:flex;overflow:hidden;box-shadow:0 -4px 16px #0f172a14}.LessonRegistrationGuide-module__AemkZa__s1BodySheet.LessonRegistrationGuide-module__AemkZa__slideRoot{color:#1e293b;min-height:0;padding-top:12px}.LessonRegistrationGuide-module__AemkZa__s1ProgressPanel{background:#52525b;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;margin:0 12px;padding:8px 8px 8px 16px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1StreakIcon{flex-shrink:0;line-height:0;display:flex}.LessonRegistrationGuide-module__AemkZa__s1StreakText{white-space:nowrap;flex:1;min-width:0;margin:0;font-size:12px;font-weight:600;line-height:1.2}.LessonRegistrationGuide-module__AemkZa__s1StreakLabel{color:#fff}.LessonRegistrationGuide-module__AemkZa__s1StreakDay{color:#bef264}.LessonRegistrationGuide-module__AemkZa__s1ScrollBody{overscroll-behavior:contain;background:#fff;flex:1;min-height:0;padding:28px 10px 8px;overflow-y:auto}.LessonRegistrationGuide-module__AemkZa__s1ProgressRight{flex:1;justify-content:flex-end;align-items:center;gap:5px;min-width:0;max-width:132px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ProgressTrack{background:#ffffff47;border-radius:999px;flex:1;min-width:56px;height:4px;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__s1ProgressFill{background:#c4b5fd;border-radius:999px;height:100%;display:block}.LessonRegistrationGuide-module__AemkZa__s1ProgressPct{color:#fff;flex-shrink:0;font-size:11px;font-weight:600;line-height:1}.LessonRegistrationGuide-module__AemkZa__s1FeatureCard,.LessonRegistrationGuide-module__AemkZa__s1CollapsedLessonCard{background:linear-gradient(#f7f0ff 0%,#fff 100%) top/100% 200px no-repeat,#fff;border:1px solid #d0b3ff;border-radius:20px;margin:0 0 20px;padding:20px 16px;position:relative;box-shadow:0 10px 16px #5232b30f}.LessonRegistrationGuide-module__AemkZa__s1CollapsedLessonCard{padding-bottom:12px}.LessonRegistrationGuide-module__AemkZa__s1LessonBadgeCorner{z-index:1;color:#7148d9;background:#eadbff;border-radius:48px;align-items:center;gap:3px;padding:2px 16px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:-11px;right:16px}.LessonRegistrationGuide-module__AemkZa__s1BadgeMedal{flex-shrink:0}.LessonRegistrationGuide-module__AemkZa__s1LessonBadgeCornerMuted{z-index:1;color:#64748b;background:#e2e8f0;border-radius:48px;padding:2px 16px;font-size:12px;font-weight:700;position:absolute;top:-11px;right:16px}.LessonRegistrationGuide-module__AemkZa__s1FeatureCardInner{gap:12px;padding-bottom:16px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1FeatureAvatar{background:linear-gradient(135deg,#c4b5fd 0%,#a78bfa 100%) 50%/cover no-repeat;border-radius:50%;flex-shrink:0;width:56px;height:56px}.LessonRegistrationGuide-module__AemkZa__s1FeatureAvatarImage{background-color:#e2e8f0;position:relative}.LessonRegistrationGuide-module__AemkZa__s1FeatureAvatarImage:after{content:"";z-index:1;background-color:#0000;border:2px solid #e5e6f2;border-radius:100%;width:calc(100% + 8px);height:calc(100% + 8px);display:block;position:absolute;top:-4px;left:-4px}.LessonRegistrationGuide-module__AemkZa__s1FeatureBody{flex:1;min-width:0}.LessonRegistrationGuide-module__AemkZa__s1FeatureTitle{color:#333455;margin:0 0 3px;font-size:16px;font-weight:700;line-height:1.35}.LessonRegistrationGuide-module__AemkZa__s1FeatureDesc{color:#64658b;margin:0 0 5px;font-size:14px;line-height:1.4}.LessonRegistrationGuide-module__AemkZa__s1Tags{flex-wrap:wrap;gap:4px;margin:0 0 24px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1Tag{color:#64658b;background:#fff;border:1px solid #e2e8f0;border-radius:999px;gap:2px;padding:4px 10px;font-size:10px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityBlock{margin:0;padding:0;list-style:none}.LessonRegistrationGuide-module__AemkZa__s1ActivityDone{background:#f3e8ff;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;padding:8px 10px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityDoneTitle{color:#5b21b6;flex:1;min-width:0;font-size:11px;font-weight:600;line-height:1.35}.LessonRegistrationGuide-module__AemkZa__s1ActivityDoneCheck{background:#7f56ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityCurrent{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin-top:6px;margin-bottom:0;padding:8px 10px}.LessonRegistrationGuide-module__AemkZa__s1ActivityCurrentTop{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityCurrentBody{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-top:8px;padding:10px;position:relative;box-shadow:0 1px 4px #0f172a0d}.LessonRegistrationGuide-module__AemkZa__s1ActivityCurrentTitle{color:#0f172a;flex:1;min-width:0;font-size:12px;font-weight:700;line-height:1.35}.LessonRegistrationGuide-module__AemkZa__s1ActivityPendingCheck{background:linear-gradient(#aa82ff 0%,#7f44fc 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;line-height:0;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityKeyExpr{margin:0;padding-right:40px;font-size:11px;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__s1ActivityKeyEn{color:#7f56ff;font-weight:600;display:block}.LessonRegistrationGuide-module__AemkZa__s1ActivityKeyKo{color:#64748b;margin-top:2px;display:block}.LessonRegistrationGuide-module__AemkZa__s1ActivityMins{color:#0d9488;background:#ccfbf1;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:600;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.LessonRegistrationGuide-module__AemkZa__s1ActivityMinsInline{color:#0d9488;background:#ccfbf1;border-radius:999px;margin-top:6px;margin-left:auto;padding:2px 7px;font-size:9px;font-weight:600;display:inline-block}.LessonRegistrationGuide-module__AemkZa__s1ActivityUpcoming{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin-top:6px;padding:12px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityUpcomingTitle{color:#64658b;flex:1;min-width:0;font-size:12px;font-weight:600;line-height:1.35}.LessonRegistrationGuide-module__AemkZa__s1ActivityUpcomingMeta{flex-shrink:0;align-items:center;gap:8px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityUpcomingMins{color:#94a3b8;font-size:11px;font-weight:600}.LessonRegistrationGuide-module__AemkZa__s1ActivityUpcomingCheck{border:2px dashed #eadbff;border-radius:9999px;justify-content:center;align-items:center;width:20px;height:20px;line-height:0;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ListBlock{flex-shrink:0;margin:0 10px 4px}.LessonRegistrationGuide-module__AemkZa__s1ListBlockLabel{letter-spacing:.02em;color:#94a3b8;text-transform:uppercase;margin:0 0 4px 2px;font-size:10px;font-weight:700}.LessonRegistrationGuide-module__AemkZa__s1LessonList{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.LessonRegistrationGuide-module__AemkZa__s1LessonRowTitle{color:#64748b;word-break:break-word;font-size:12px;font-weight:500;line-height:1.35;display:block}.LessonRegistrationGuide-module__AemkZa__s1LessonItemActive .LessonRegistrationGuide-module__AemkZa__s1LessonRowTitle{color:#0f172a;font-size:13px;font-weight:700}.LessonRegistrationGuide-module__AemkZa__s1LessonDesc{color:#64748b;word-break:break-word;margin:5px 0 0;font-size:11px;font-weight:400;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__s1ActivityList{margin:0;padding:0;list-style:none}.LessonRegistrationGuide-module__AemkZa__s1ActivityItem{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:8px;padding:10px 4px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1ActivityItemActive{background:#faf5ff;border:1px solid #e9d5ff;border-radius:8px;margin:0 -2px;padding:10px 8px}.LessonRegistrationGuide-module__AemkZa__s1ActivityItemMain{flex:1;min-width:0}.LessonRegistrationGuide-module__AemkZa__s1ActivityTitle{color:#64748b;word-break:break-word;font-size:12px;font-weight:500;line-height:1.35;display:block}.LessonRegistrationGuide-module__AemkZa__s1ActivityItemActive .LessonRegistrationGuide-module__AemkZa__s1ActivityTitle{color:#0f172a;font-size:13px;font-weight:700}.LessonRegistrationGuide-module__AemkZa__s1LessonItem{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:8px;padding:10px 4px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1LessonItemActive{background:#faf5ff;border:1px solid #e9d5ff;border-radius:8px;margin:0 -2px;padding:10px 8px}.LessonRegistrationGuide-module__AemkZa__s1LessonItemInactive .LessonRegistrationGuide-module__AemkZa__s1LessonItemTitle{color:#64748b;font-size:12px;font-weight:500}.LessonRegistrationGuide-module__AemkZa__s1LessonItemActive .LessonRegistrationGuide-module__AemkZa__s1LessonItemTitle{color:#0f172a;font-size:13px;font-weight:700;line-height:1.35;display:block}.LessonRegistrationGuide-module__AemkZa__s1LessonItemMain{flex:1;min-width:0}.LessonRegistrationGuide-module__AemkZa__s1LessonItemTitle{word-break:break-word;line-height:1.35;display:block}.LessonRegistrationGuide-module__AemkZa__s1LessonOrder{color:#94a3b8;font-weight:600}.LessonRegistrationGuide-module__AemkZa__s1LessonOrderSep{color:#cbd5e1}.LessonRegistrationGuide-module__AemkZa__s1LessonKeyExpr{justify-content:space-between;align-items:baseline;gap:6px;margin-top:5px;padding-left:2px;font-size:11px;line-height:1.4;display:flex}.LessonRegistrationGuide-module__AemkZa__s1LessonKeyExprEn,.LessonRegistrationGuide-module__AemkZa__s1LessonKeyExprKo{color:#7c3aed;font-weight:600}.LessonRegistrationGuide-module__AemkZa__s1LessonKeyExprKo{text-align:right;flex-shrink:0}.LessonRegistrationGuide-module__AemkZa__s1LessonItemMeta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;padding-top:2px;display:flex}.LessonRegistrationGuide-module__AemkZa__s1LessonDuration{color:#7c3aed;white-space:nowrap;font-size:11px;font-weight:700}.LessonRegistrationGuide-module__AemkZa__s1LessonCheckMuted{opacity:.45;display:flex;transform:scale(.9)}.LessonRegistrationGuide-module__AemkZa__s1LessonEmpty{text-align:center;color:#94a3b8;padding:12px 0;font-size:12px}.LessonRegistrationGuide-module__AemkZa__slideKeyExpr{text-align:center;background:#fff;flex-direction:column;min-height:100%;display:flex;position:relative;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__s2BgWrap{z-index:0;pointer-events:none;background-color:#cbd5e1;background-position:50% 38%;background-repeat:no-repeat;background-size:cover;border-radius:0 0 24px 24px;height:200px;position:absolute;top:0;left:0;right:0;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__s2BgWrapEmpty{background-image:linear-gradient(#0000001f 0%,#6660 82.9%)}.LessonRegistrationGuide-module__AemkZa__s2Hero{z-index:2;background:0 0;flex-shrink:0;height:148px;min-height:148px;position:relative}.LessonRegistrationGuide-module__AemkZa__s2HeroOverlay{z-index:1;background:linear-gradient(#0f172a38 0%,#0f172a0f 50%,#0000 100%);flex-direction:column;height:100%;padding:10px 16px 8px 20px;display:flex;position:relative}.LessonRegistrationGuide-module__AemkZa__s2StatusBar{justify-content:space-between;align-items:center;gap:8px;min-height:22px;padding:2px 4px 10px;display:flex}.LessonRegistrationGuide-module__AemkZa__s2StatusTime{color:#fff;letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.LessonRegistrationGuide-module__AemkZa__s2HeroOverlay .LessonRegistrationGuide-module__AemkZa__appPurpleStatusIcons{color:#fff}.LessonRegistrationGuide-module__AemkZa__s2TopBar{grid-gap:4px;grid-template-columns:44px 1fr 26px;align-items:center;gap:4px;min-height:64px;display:grid}.LessonRegistrationGuide-module__AemkZa__s2TopBar .LessonRegistrationGuide-module__AemkZa__appIconBtn{color:#fff}.LessonRegistrationGuide-module__AemkZa__s2LessonTitle{color:#fff;text-align:center;word-break:keep-all;text-shadow:0 1px 6px #0f172a66;margin:0;font-size:15px;font-weight:700;line-height:1.35}.LessonRegistrationGuide-module__AemkZa__s2TopBarSpacer{width:32px}.LessonRegistrationGuide-module__AemkZa__s2Sheet{z-index:1;background:0 0;flex-direction:column;flex:1;min-height:0;margin-top:-24px;display:flex;position:relative;overflow:visible}.LessonRegistrationGuide-module__AemkZa__s2SheetBody{overscroll-behavior:contain;scrollbar-width:thin;flex:1;min-height:0;padding:12px 10px 6px;overflow-y:auto}.LessonRegistrationGuide-module__AemkZa__s2Card{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:14px;width:100%;padding:22px 12px 14px;display:flex;box-shadow:0 0 20px #5232b31a}.LessonRegistrationGuide-module__AemkZa__s2SheetFooter{background:0 0;flex-shrink:0;padding:8px 10px 12px}.LessonRegistrationGuide-module__AemkZa__s2Badge{color:#fa8c16;background:#fff7e6;border-radius:48px;justify-content:center;align-items:center;min-height:20px;padding:4px 10px;font-size:13px;font-weight:500;line-height:1.25;display:inline-flex}.LessonRegistrationGuide-module__AemkZa__s2SentenceGroup{flex-direction:column;align-items:stretch;gap:8px;width:100%;display:flex}.LessonRegistrationGuide-module__AemkZa__s2ExprBlock{flex-direction:column;align-items:center;gap:3px;width:100%;display:flex}.LessonRegistrationGuide-module__AemkZa__s2ExprMain{color:#7148d9;word-break:break-word;margin:0 0 4px;font-size:22px;font-weight:700;line-height:1.25}.LessonRegistrationGuide-module__AemkZa__s2ExprKo{color:#9495b8;margin:0;font-size:15px;font-weight:600;line-height:1.3}.LessonRegistrationGuide-module__AemkZa__s2ExampleBlock{background:linear-gradient(#f8f8fa 0%,#fff 100%);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 10px;display:flex}.LessonRegistrationGuide-module__AemkZa__s2ExampleEn{color:var(--color-midnight-subtitle);word-break:break-word;margin:0;font-size:14px;font-weight:600;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__s2ExampleEnStrong{color:var(--color-main-pastel);font-weight:600}.LessonRegistrationGuide-module__AemkZa__s2ExampleKo{color:#9495b8;word-break:break-word;margin:0;font-size:12px;font-weight:500;line-height:1.5}.LessonRegistrationGuide-module__AemkZa__s2ExampleKoStrong{color:#7148d9;font-weight:700}.LessonRegistrationGuide-module__AemkZa__s2Memo{width:100%}.LessonRegistrationGuide-module__AemkZa__s2GuideCard{background:#fff;border:2px solid #e5e6f2;border-radius:14px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:20px 10px 14px;display:flex;position:relative}.LessonRegistrationGuide-module__AemkZa__s2GuidePinImg{z-index:2;-o-object-fit:contain;object-fit:contain;pointer-events:none;filter:drop-shadow(0 0 10px #3f3f461a);width:32px;height:auto;display:block;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.LessonRegistrationGuide-module__AemkZa__s2GuideCardTitle{text-align:center;width:100%;margin:0}.LessonRegistrationGuide-module__AemkZa__s2GuideTitleWrap{display:inline-block;position:relative}.LessonRegistrationGuide-module__AemkZa__s2GuideUnderline{opacity:.7;z-index:0;background:#ffe7ba;width:100%;height:12px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.LessonRegistrationGuide-module__AemkZa__s2GuideTitleText{z-index:1;color:#ff7a45;font-size:16px;font-weight:600;line-height:1.3;position:relative}.LessonRegistrationGuide-module__AemkZa__s2GuideCardBody{color:#3f3f46;text-align:center;white-space:pre-wrap;word-break:keep-all;word-wrap:break-word;margin:0;font-size:13px;font-weight:500;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__s2NextBtn{color:#8d58fd;text-align:center;pointer-events:none;background:#f7f0ff;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:44px;margin:0;padding:10px 16px;font-size:13px;font-weight:500;line-height:1.2;display:flex}.LessonRegistrationGuide-module__AemkZa__slideConv{background:#8a5cf5;flex-direction:column;min-height:100%;padding-bottom:0;display:flex;overflow:hidden}.LessonRegistrationGuide-module__AemkZa__slideConvNoHero{background:#8a5cf5}.LessonRegistrationGuide-module__AemkZa__slideConvNoHero .LessonRegistrationGuide-module__AemkZa__s1PurpleHeader{flex-shrink:0}.LessonRegistrationGuide-module__AemkZa__slideConvNoHero .LessonRegistrationGuide-module__AemkZa__s3Body{border-radius:20px 20px 0 0;flex:1;min-height:0;margin-top:0;position:relative;box-shadow:0 -4px 20px #0f172a0f}.LessonRegistrationGuide-module__AemkZa__slideConvNoHero .LessonRegistrationGuide-module__AemkZa__s3ChatScroll,.LessonRegistrationGuide-module__AemkZa__slideConvNoHero .LessonRegistrationGuide-module__AemkZa__s3ChatScrollWithIntro{padding-top:14px}.LessonRegistrationGuide-module__AemkZa__slideConvNoHero .LessonRegistrationGuide-module__AemkZa__s3SceneIntroWrap{margin-top:0}.LessonRegistrationGuide-module__AemkZa__s3ExitCell{color:#fff;white-space:nowrap;justify-content:flex-start;align-items:center;width:44px;height:44px;padding-left:2px;font-size:12px;font-weight:500;line-height:1;display:flex}.LessonRegistrationGuide-module__AemkZa__slideConv .LessonRegistrationGuide-module__AemkZa__s1NavIcon .LessonRegistrationGuide-module__AemkZa__appIconBtn{width:44px;height:44px}.LessonRegistrationGuide-module__AemkZa__s3HeroZone{background:#8a5cf5;flex-shrink:0;padding:0 16px;position:relative}.LessonRegistrationGuide-module__AemkZa__s3Illustration{z-index:2;background-color:#e2e8f0;background-position:50% 35%;background-repeat:no-repeat;background-size:cover;border-radius:14px;width:100%;height:118px;margin:0 auto -28px;position:relative;box-shadow:0 8px 24px #0f172a1f}.LessonRegistrationGuide-module__AemkZa__s3IllustrationEmpty{box-shadow:none;background-image:none}.LessonRegistrationGuide-module__AemkZa__s3Body{z-index:1;background:linear-gradient(#faf5ff 0%,#fff 38% 100%);border-radius:24px 24px 0 0;flex-direction:column;flex:1;min-height:0;margin-top:0;display:flex;position:relative}.LessonRegistrationGuide-module__AemkZa__s3SceneIntroWrap{width:100%;margin:8px 0 14px}.LessonRegistrationGuide-module__AemkZa__s3SceneIntroBox{text-align:left;background:#fff;border:1px solid #e8e8ed;border-radius:16px;padding:14px 14px 16px}.LessonRegistrationGuide-module__AemkZa__s3SceneIntro{color:#52525b;white-space:pre-wrap;text-align:left;word-break:keep-all;margin:0;font-size:12px;font-weight:500;line-height:1.55}.LessonRegistrationGuide-module__AemkZa__s3SceneIntroPlaceholder{color:#a1a1aa;font-weight:400}.LessonRegistrationGuide-module__AemkZa__s3ChatScroll{overscroll-behavior:contain;text-align:left;scrollbar-width:thin;flex:1;min-height:0;padding:28px 14px 8px;overflow-y:auto}.LessonRegistrationGuide-module__AemkZa__s3ChatScrollWithIntro{padding-top:28px;padding-bottom:108px}.LessonRegistrationGuide-module__AemkZa__s3OpenAiBlock{flex-direction:column;align-items:flex-start;width:100%;margin:0 0 12px;display:flex}.LessonRegistrationGuide-module__AemkZa__s3BubbleAiOpen{text-align:left;background:#f3e8ff;border-radius:14px 14px 14px 4px;max-width:92%;padding:10px 12px;display:inline-block}.LessonRegistrationGuide-module__AemkZa__s3OpenAiToolsRow{width:100%;max-width:92%;margin-top:6px;display:flex}.LessonRegistrationGuide-module__AemkZa__s3OpenAiToolsRow .LessonRegistrationGuide-module__AemkZa__s3ToolRow{color:#94a3b8;justify-content:center;align-items:center;gap:14px;width:100%;display:flex}.LessonRegistrationGuide-module__AemkZa__s3BubbleRowUser{justify-content:flex-end;align-items:flex-end;margin:0 0 12px;display:flex}.LessonRegistrationGuide-module__AemkZa__s3Bubble{border-radius:12px;max-width:78%;padding:9px 11px}.LessonRegistrationGuide-module__AemkZa__s3BubbleUser{color:#fff;background:#8d58fd;border-bottom-right-radius:4px;box-shadow:0 4px 12px #8d58fd52}.LessonRegistrationGuide-module__AemkZa__s3BubbleEn{color:#fff;word-break:break-word;margin:0;font-size:12px;font-weight:600;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__s3FeedbackBox{text-align:center;box-shadow:none;background:#f8f8fa;border:1px dashed #e5e6f2;border-radius:16px;margin:0 0 14px;padding:16px 16px 0}.LessonRegistrationGuide-module__AemkZa__s3FeedbackPhrase{color:#18181b;letter-spacing:-.01em;text-align:center;margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.5}.LessonRegistrationGuide-module__AemkZa__s3Highlight{vertical-align:baseline;color:#fff;background:#8d58fd;border-radius:2px;margin:0 1px;padding:1px 5px;font-size:.95em;font-weight:700;line-height:1.3;display:inline-block}.LessonRegistrationGuide-module__AemkZa__s3FeedbackKo{color:#71717a;text-align:center;margin:0 0 14px;font-size:12px;font-weight:500;line-height:1.5}.LessonRegistrationGuide-module__AemkZa__s3FeedbackTip{text-align:center;word-break:keep-all;word-wrap:break-word;color:#333455;margin:0 0 14px;padding:0 2px;font-size:12px;line-height:1.55}.LessonRegistrationGuide-module__AemkZa__s3FeedbackTipLead{color:#fa8c16;background:#fff9e6;border-radius:2px;padding:2px 4px;font-weight:700}.LessonRegistrationGuide-module__AemkZa__s3FeedbackTipTail,.LessonRegistrationGuide-module__AemkZa__s3FeedbackTipPlain{color:#52525b;font-weight:500}.LessonRegistrationGuide-module__AemkZa__s3FeedbackFooter{border-top:1px solid #ebebef;margin:0 -16px;padding:12px 16px 14px}.LessonRegistrationGuide-module__AemkZa__s3SaveBtn{color:#3f3f46;pointer-events:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;gap:5px;width:100%;margin:0;padding:4px 8px;font-size:12px;font-weight:500;display:flex}.LessonRegistrationGuide-module__AemkZa__s3SaveBtnIcon{color:#52525b;align-items:center;display:flex}.LessonRegistrationGuide-module__AemkZa__s3SaveBtnIcon .LessonRegistrationGuide-module__AemkZa__appIconBtn,.LessonRegistrationGuide-module__AemkZa__s3SaveBtnIcon .LessonRegistrationGuide-module__AemkZa__s3ConvIcon{width:18px;height:18px}.LessonRegistrationGuide-module__AemkZa__s3SaveBtnIcon .LessonRegistrationGuide-module__AemkZa__s3ConvIcon path{stroke:#52525b}.LessonRegistrationGuide-module__AemkZa__s3AiEn{color:#38208c;word-break:break-word;margin:0 0 6px;padding:0;font-size:12px;font-weight:600;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__s3AiKoWrap{background:#fff;border-radius:8px;margin:0;padding:7px 9px}.LessonRegistrationGuide-module__AemkZa__s3AiKo{color:#71717a;word-break:break-word;margin:0;font-size:10px;font-weight:500;line-height:1.45}.LessonRegistrationGuide-module__AemkZa__s3ToolRow{justify-content:flex-start;align-items:center;gap:10px;width:auto;max-width:100%;display:flex}.LessonRegistrationGuide-module__AemkZa__s3ConvIcon{flex-shrink:0;width:22px;height:22px;display:block}.LessonRegistrationGuide-module__AemkZa__s3ConvIconTranslate{width:36px;height:22px}.LessonRegistrationGuide-module__AemkZa__s3MicSection{background:linear-gradient(#fff0 0%,#fffc 80%,#fff 100%);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:100%;padding:12px 16px 16px;display:flex;position:absolute;bottom:0}.LessonRegistrationGuide-module__AemkZa__s3MicSection:before{content:"";filter:blur(18px);background:linear-gradient(#f6f0fe4d .08%,#eee3fda1 23.83%,#e6d5fc 50.08%);border-radius:617px;width:100%;height:400px;display:block;position:absolute;top:0;left:0}.LessonRegistrationGuide-module__AemkZa__s3MicInner{z-index:1;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.LessonRegistrationGuide-module__AemkZa__s3HintBtn{background-color:#0000;border:0;justify-content:center;align-items:center;height:56px;padding:0 20px;display:flex}.LessonRegistrationGuide-module__AemkZa__s3PlayBtn{background:#eadbffcc;border:0;border-radius:9999px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.LessonRegistrationGuide-module__AemkZa__s3MicBtn2{pointer-events:none;background:linear-gradient(214deg,#5232b3 7.49%,#b459ff 99.51%);border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;margin:0;padding:0;display:flex;box-shadow:0 0 32px #8c3afc66}.LessonRegistrationGuide-module__AemkZa__s3MicBtn{pointer-events:none;background:#8d58fd;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin:0;padding:0;display:flex;box-shadow:0 8px 24px #8d58fd73}.LessonRegistrationGuide-module__AemkZa__appLearnerAvatar{flex-shrink:0;align-items:center;display:flex}
.CourseCreationGuide-module__Z-PfzG__guidePanel{background:linear-gradient(165deg, #faf5ff 0%, #f3e8ff 45%, var(--color-main-bg) 100%);border:1px solid #ddd6fe;border-radius:12px;flex-direction:column;flex:1;gap:.4rem;width:100%;min-width:0;height:100%;min-height:0;padding:.75rem .4rem .5rem;display:flex;overflow:hidden;box-shadow:0 4px 24px #7c3aed14}.CourseCreationGuide-module__Z-PfzG__guideHeader{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;margin-bottom:15px;padding:0 .5rem .15rem;display:flex}.CourseCreationGuide-module__Z-PfzG__guideTitle{color:#5b21b6;margin:0;font-size:1.375rem;font-weight:700;line-height:1.35}.CourseCreationGuide-module__Z-PfzG__guideIntro{max-width:28rem;color:var(--color-midnight-body);white-space:pre-line;margin:0;font-size:.875rem;line-height:1.4}.CourseCreationGuide-module__Z-PfzG__guideStage{overscroll-behavior:contain;flex-direction:column;flex:1;justify-content:center;gap:.5rem;min-height:0;max-height:100%;display:flex}.CourseCreationGuide-module__Z-PfzG__phoneWrap{flex:1;justify-content:center;align-self:stretch;align-items:center;width:100%;min-width:0;height:100%;min-height:0;max-height:100%;display:flex}.CourseCreationGuide-module__Z-PfzG__ccSlide{text-align:left;padding:0}.CourseCreationGuide-module__Z-PfzG__ccPurpleHeader{background:#8a5cf5;flex-direction:column;flex-shrink:0;padding:8px 0 0;display:flex}.CourseCreationGuide-module__Z-PfzG__ccStatusBar{justify-content:space-between;align-items:center;gap:8px;min-height:20px;margin-bottom:4px;padding:0 16px;display:flex}.CourseCreationGuide-module__Z-PfzG__ccStatusTime{color:#fff;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.6875rem;font-weight:500;line-height:1}.CourseCreationGuide-module__Z-PfzG__ccTitleBar{justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:4px 16px 0;display:flex}.CourseCreationGuide-module__Z-PfzG__ccPageTitle{color:#fff;letter-spacing:-.02em;flex:1;min-width:0;margin:0;font-size:17px;font-weight:700;line-height:1.35}.CourseCreationGuide-module__Z-PfzG__ccLevelTabs{box-sizing:border-box;flex-direction:row;justify-content:flex-start;align-self:stretch;align-items:center;gap:4px;width:100%;min-height:44px;margin:0;padding:6px 12px 10px;display:flex;overflow:hidden}.CourseCreationGuide-module__Z-PfzG__ccLevelTab{cursor:default;pointer-events:none;background:0 0;border:none;flex-direction:row;flex:none;justify-content:flex-start;align-items:center;gap:4px;height:36px;padding:6px 12px;display:flex}.CourseCreationGuide-module__Z-PfzG__ccLevelTabIcon{flex:none;order:0;width:20px;height:20px}.CourseCreationGuide-module__Z-PfzG__ccLevelTabIcon img{width:20px;height:20px;display:block}.CourseCreationGuide-module__Z-PfzG__ccLevelTabLabel{text-align:center;color:#d0b3ff;white-space:nowrap;flex:none;order:1;font-family:inherit,Pretendard,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px}.CourseCreationGuide-module__Z-PfzG__ccLevelTabActive .CourseCreationGuide-module__Z-PfzG__ccLevelTabLabel{color:#fff;font-weight:600}.CourseCreationGuide-module__Z-PfzG__ccBodySheet{background:#f4f4f8;border-top-left-radius:28px;border-top-right-radius:28px;flex-direction:column;flex:1;min-height:0;margin-top:-6px;padding:0;display:flex;overflow:hidden;box-shadow:0 -4px 16px #0f172a14}.CourseCreationGuide-module__Z-PfzG__ccCategoryRow{overscroll-behavior:contain;scrollbar-width:none;flex-wrap:nowrap;flex-shrink:0;gap:8px;padding:14px 14px 0;display:flex;overflow-x:auto}.CourseCreationGuide-module__Z-PfzG__ccCategoryRow::-webkit-scrollbar{display:none}.CourseCreationGuide-module__Z-PfzG__ccCategoryChip{color:#b38aff;white-space:nowrap;background:#fff;border:1px solid #e9d5ff;border-radius:999px;flex-shrink:0;padding:7px 12px;font-size:10px;font-weight:400;line-height:1.3}.CourseCreationGuide-module__Z-PfzG__ccCategoryChipActive{color:#fff;background:#8a5cf5;border-color:#8a5cf5;font-weight:600}.CourseCreationGuide-module__Z-PfzG__ccCategoryChipCount{font-weight:600}.CourseCreationGuide-module__Z-PfzG__ccCardList{overscroll-behavior:contain;flex-direction:column;flex:1;gap:12px;min-height:0;padding:10px 12px 14px;display:flex;overflow-y:auto}.CourseCreationGuide-module__Z-PfzG__ccCatalogCard{background:#fff;border:none;border-radius:20px;flex-shrink:0;padding:14px 12px 12px;box-shadow:0 2px 14px #5232b314,0 1px 3px #0f172a0f}.CourseCreationGuide-module__Z-PfzG__ccCatalogCardHead{border-bottom:1px solid #e5e6f2;justify-content:space-between;align-items:flex-start;gap:8px;width:100%;margin:0;padding:0 0 16px;display:flex}.CourseCreationGuide-module__Z-PfzG__ccCatalogCardHeadMain{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.CourseCreationGuide-module__Z-PfzG__ccCatalogBriefcase{flex-shrink:0;line-height:0;display:flex}.CourseCreationGuide-module__Z-PfzG__ccCatalogBriefcase svg{width:36px;height:36px}.CourseCreationGuide-module__Z-PfzG__ccCatalogCardHeadText{flex:1;min-width:0}.CourseCreationGuide-module__Z-PfzG__ccCatalogCardTitle{color:#27272a;word-break:keep-all;margin:0 0 4px;font-size:1rem;font-weight:700;line-height:1.35}.CourseCreationGuide-module__Z-PfzG__ccCatalogCardSubtitle{color:#71717a;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:.75rem;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.CourseCreationGuide-module__Z-PfzG__ccExpandBtn{cursor:pointer;background:#d0b3ff66;border:0;border-radius:50%;outline:0;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:13px;display:flex}.CourseCreationGuide-module__Z-PfzG__ccSessionBadge{color:#6d28d9;background:#f3e8ff;border-radius:8px;padding:4px 9px;font-size:10px;font-weight:600;line-height:1.3;display:inline-block}.CourseCreationGuide-module__Z-PfzG__ccBriefcase{flex-shrink:0;margin-top:-4px;line-height:0;display:flex}.CourseCreationGuide-module__Z-PfzG__ccBriefcase svg{width:44px;height:44px;display:block}.CourseCreationGuide-module__Z-PfzG__ccCardTags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.CourseCreationGuide-module__Z-PfzG__ccCardTag{color:#64658b;background:#fff;border:1px solid #e5e6f2;border-radius:48px;padding:4px 10px;font-size:.6875rem;font-weight:500;line-height:1.3}.CourseCreationGuide-module__Z-PfzG__ccProgressSvgWrap{width:100%;height:36px}.CourseCreationGuide-module__Z-PfzG__ccProgressSvg{width:100%;height:36px;display:block}.CourseCreationGuide-module__Z-PfzG__ccProgressPctLabel{fill:#7148d9;font-family:inherit;font-size:.6875rem;font-weight:700}.CourseCreationGuide-module__Z-PfzG__ccExCard{margin-top:16px;display:none}.CourseCreationGuide-module__Z-PfzG__ccExCardOpen{display:block}.CourseCreationGuide-module__Z-PfzG__ccExpandBtn{transition:transform .25s}.CourseCreationGuide-module__Z-PfzG__ccExpandBtnOpen{transform:rotate(180deg)}.CourseCreationGuide-module__Z-PfzG__ccExBadge{color:#fff;background-color:#8d58fd;border-radius:48px;padding:4px 8px;font-size:.75rem;font-weight:500}.CourseCreationGuide-module__Z-PfzG__ccExLessonList{background:#f7f0ff80;border-radius:12px;margin-top:8px;padding:0}.CourseCreationGuide-module__Z-PfzG__ccExLessonList li{gap:16px;padding:12px;display:flex}.CourseCreationGuide-module__Z-PfzG__ccExAvatar{background:url(/images/guide/course-list-default.png) 0 0/100% no-repeat;border-radius:100%;flex-shrink:0;width:44px;height:44px}.CourseCreationGuide-module__Z-PfzG__ccExLessonText{flex-direction:column;flex:1;gap:4px;display:flex}.CourseCreationGuide-module__Z-PfzG__ccExLessonText strong{color:#52525b;font-size:.875rem;font-weight:500}.CourseCreationGuide-module__Z-PfzG__ccExLessonText p{color:#71717a;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:.75rem;font-weight:500;display:-webkit-box;overflow:hidden}.CourseCreationGuide-module__Z-PfzG__ccExLessonBtn{color:#fff;background-color:#7148d9;border:0;border-radius:12px;width:100%;margin-top:16px;font-size:.875rem;line-height:40px}
.TranslationLangSelector-module__wrtHhq__tlSelector{z-index:0;align-self:flex-start;min-width:179px;display:inline-block;position:relative}.TranslationLangSelector-module__wrtHhq__tlSelectorBtn{box-sizing:border-box;border:1px solid var(--color-midnight-tint);cursor:pointer;width:100%;color:var(--color-gray-subtitle);background:#fff;border-radius:10px;outline:none;align-items:center;gap:.5rem;padding:8px 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.TranslationLangSelector-module__wrtHhq__tlSelectorBtn:hover{background:linear-gradient(#fff, #fff) padding-box, var(--color-main-gradient) border-box;border:1px solid #0000}.TranslationLangSelector-module__wrtHhq__tlSelectorBtn:focus-visible,.TranslationLangSelector-module__wrtHhq__tlSelectorBtnOpen{border-color:var(--color-main-pastel);box-shadow:0 0 4px #5e0cc966}.TranslationLangSelector-module__wrtHhq__tlGlobe{color:var(--color-main-thick);flex-shrink:0;align-items:center;display:flex}.TranslationLangSelector-module__wrtHhq__tlCurrent{flex:1;align-items:center;gap:.375rem;display:flex}.TranslationLangSelector-module__wrtHhq__tlFlag{font-size:1rem;line-height:1}.TranslationLangSelector-module__wrtHhq__tlLabel{font-size:.875rem;font-weight:500}.TranslationLangSelector-module__wrtHhq__tlArrow{color:var(--color-midnight-caption);flex-shrink:0;transition:transform .2s}.TranslationLangSelector-module__wrtHhq__tlArrowUp{transform:rotate(180deg)}.TranslationLangSelector-module__wrtHhq__tlDropdown{z-index:1001;min-width:100%;animation:.15s ease-out TranslationLangSelector-module__wrtHhq__tlSlideDown;position:absolute;top:calc(100% + 4px);left:0;right:0}@keyframes TranslationLangSelector-module__wrtHhq__tlSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.TranslationLangSelector-module__wrtHhq__tlDropdownContent{background:#fff;border:1px solid #ddd6fe;border-radius:.625rem;max-height:240px;padding:.375rem;overflow-y:auto;box-shadow:0 10px 40px #0000001f,0 4px 12px #7c3aed14}.TranslationLangSelector-module__wrtHhq__tlDropdownItem{cursor:pointer;width:100%;color:var(--color-gray-subtitle);text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;margin:.125rem 0;padding:.5rem .75rem;font-size:.875rem;transition:all .15s;display:flex}.TranslationLangSelector-module__wrtHhq__tlDropdownItem:hover{background:var(--color-main-bg)}.TranslationLangSelector-module__wrtHhq__tlDropdownItemActive{color:var(--color-main-thick);background:linear-gradient(135deg,#7c3aed1f 0%,#a78bfa1f 100%);font-weight:600}.TranslationLangSelector-module__wrtHhq__tlCheckIcon{color:var(--color-main-thick);flex-shrink:0;align-items:center;margin-left:auto;display:flex}.TranslationLangSelector-module__wrtHhq__tlDropdownContent::-webkit-scrollbar{width:6px}.TranslationLangSelector-module__wrtHhq__tlDropdownContent::-webkit-scrollbar-track{background:0 0}.TranslationLangSelector-module__wrtHhq__tlDropdownContent::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.TranslationLangSelector-module__wrtHhq__tlDropdownContent::-webkit-scrollbar-thumb:hover{background:#9ca3af}
