.ImageUploader-module___PWolW__uploader{flex-direction:column;gap:10px;display:flex}.ImageUploader-module___PWolW__preview{aspect-ratio:16/9;border:1px solid var(--border);background-position:50%;background-size:cover;border-radius:10px;width:100%;max-width:300px}.ImageUploader-module___PWolW__row{align-items:center;gap:12px;display:flex}.ImageUploader-module___PWolW__btn{background:var(--primary-soft);color:var(--primary);cursor:pointer;border-radius:10px;padding:9px 18px;font-size:.9rem;font-weight:600;transition:background .15s;display:inline-block}.ImageUploader-module___PWolW__btn:hover{background:color-mix(in srgb, var(--primary-soft) 70%, var(--primary) 15%)}.ImageUploader-module___PWolW__remove{color:#dc2626;cursor:pointer;background:0 0;font-size:.85rem}.ImageUploader-module___PWolW__remove:hover{text-decoration:underline}.ImageUploader-module___PWolW__error{color:#dc2626;font-size:.85rem}
.CourseForm-module__qTvjNa__form{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:18px;max-width:640px;padding:24px;display:flex}.CourseForm-module__qTvjNa__row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.CourseForm-module__qTvjNa__field{flex-direction:column;gap:6px;display:flex}.CourseForm-module__qTvjNa__label{font-size:.9rem;font-weight:600}.CourseForm-module__qTvjNa__input,.CourseForm-module__qTvjNa__textarea{border:1.5px solid var(--border);background:var(--background);color:var(--foreground);border-radius:10px;padding:11px 13px;font-family:inherit;font-size:.96rem;transition:border-color .15s}.CourseForm-module__qTvjNa__input:focus,.CourseForm-module__qTvjNa__textarea:focus{border-color:var(--primary);outline:none}.CourseForm-module__qTvjNa__textarea{resize:vertical}.CourseForm-module__qTvjNa__help{color:var(--muted);font-size:.78rem}.CourseForm-module__qTvjNa__checkboxField{cursor:pointer;align-items:center;gap:10px;font-size:.95rem;display:flex}.CourseForm-module__qTvjNa__checkboxField input{width:18px;height:18px;accent-color:var(--primary)}.CourseForm-module__qTvjNa__actions{gap:12px;display:flex}.CourseForm-module__qTvjNa__btn{background:var(--primary);color:#fff;border-radius:10px;padding:11px 26px;font-weight:700;transition:background .15s}.CourseForm-module__qTvjNa__btn:hover:not(:disabled){background:var(--primary-hover)}.CourseForm-module__qTvjNa__btn:disabled{opacity:.6;cursor:not-allowed}.CourseForm-module__qTvjNa__cancel{color:var(--muted);background:0 0;padding:11px 18px}.CourseForm-module__qTvjNa__cancel:hover{color:var(--foreground)}.CourseForm-module__qTvjNa__error{color:#dc2626;font-size:.9rem}
.HomeContentForm-module__KBiiZq__section{border-bottom:1px solid var(--border);margin-top:8px;padding-bottom:6px;font-size:1.05rem;font-weight:800}.HomeContentForm-module__KBiiZq__item{border:1px solid var(--border);background:var(--background);border-radius:12px;flex-direction:column;gap:12px;padding:14px;display:flex}.HomeContentForm-module__KBiiZq__itemHead{color:var(--muted);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.HomeContentForm-module__KBiiZq__remove{color:#dc2626;font-size:.82rem}.HomeContentForm-module__KBiiZq__remove:hover{text-decoration:underline}.HomeContentForm-module__KBiiZq__add{color:var(--primary);border:1px dashed var(--border);border-radius:10px;align-self:flex-start;padding:8px 16px;font-size:.9rem;transition:border-color .15s}.HomeContentForm-module__KBiiZq__add:hover{border-color:var(--primary)}
.blog-module__JsT-Oq__page{padding-top:40px;padding-bottom:60px}.blog-module__JsT-Oq__title{margin-bottom:20px;font-size:1.8rem;font-weight:800}.blog-module__JsT-Oq__cats{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.blog-module__JsT-Oq__catChip{border:1px solid var(--border);color:var(--foreground);border-radius:999px;padding:6px 14px;font-size:.88rem;transition:all .15s}.blog-module__JsT-Oq__catChip:hover{border-color:var(--primary);color:var(--primary)}.blog-module__JsT-Oq__catChipActive{background:var(--primary);border-color:var(--primary);color:#fff}.blog-module__JsT-Oq__comments{border-top:1px solid var(--border);max-width:760px;margin-top:44px;padding-top:28px}.blog-module__JsT-Oq__commentsTitle{margin-bottom:16px;font-size:1.2rem;font-weight:800}.blog-module__JsT-Oq__noComments{color:var(--muted);margin-bottom:20px}.blog-module__JsT-Oq__commentList{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.blog-module__JsT-Oq__comment{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.blog-module__JsT-Oq__commentHead{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.blog-module__JsT-Oq__commentAuthor{font-size:.95rem;font-weight:700}.blog-module__JsT-Oq__commentDate{color:var(--muted);font-size:.82rem}.blog-module__JsT-Oq__commentBody{white-space:pre-wrap;line-height:2}.blog-module__JsT-Oq__replyTitle{margin-bottom:12px;font-size:1.05rem;font-weight:700}.blog-module__JsT-Oq__empty{color:var(--muted);text-align:center;padding:50px 0}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px;display:grid}.blog-module__JsT-Oq__card{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.blog-module__JsT-Oq__card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 30px #3e2a7e1f}.blog-module__JsT-Oq__cover{aspect-ratio:16/9;background:linear-gradient(135deg, var(--primary), #6d5bc0);background-position:50%;background-size:cover;place-items:center;display:grid;position:relative;overflow:hidden}.blog-module__JsT-Oq__coverIcon{font-size:2.4rem}.blog-module__JsT-Oq__cardBody{flex-direction:column;gap:8px;padding:16px;display:flex}.blog-module__JsT-Oq__date{color:var(--muted);font-size:.8rem}.blog-module__JsT-Oq__cardTitle{font-size:1.1rem;font-weight:700;line-height:1.6}.blog-module__JsT-Oq__excerpt{color:var(--muted);font-size:.92rem;line-height:1.8}.blog-module__JsT-Oq__article{max-width:760px;padding-top:40px;padding-bottom:60px}.blog-module__JsT-Oq__articleTitle{margin:8px 0 20px;font-size:2rem;font-weight:800;line-height:1.6}.blog-module__JsT-Oq__articleCover{aspect-ratio:16/9;background-position:50%;background-size:cover;border-radius:16px;margin-bottom:28px;position:relative;overflow:hidden}.blog-module__JsT-Oq__content{white-space:pre-line;color:var(--foreground);font-size:1.05rem;line-height:2.1}
.course-module__7Vca8G__page{padding-top:36px;padding-bottom:60px}.course-module__7Vca8G__layout{grid-template-columns:1fr 320px;align-items:start;gap:32px;display:grid}.course-module__7Vca8G__badges{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.course-module__7Vca8G__badge{color:var(--primary);background:var(--primary-soft);border-radius:999px;padding:5px 12px;font-size:.8rem}.course-module__7Vca8G__title{margin-bottom:8px;font-size:1.9rem;font-weight:800;line-height:1.5}.course-module__7Vca8G__teacher{color:var(--muted);margin-bottom:20px}.course-module__7Vca8G__cover{aspect-ratio:16/9;background:linear-gradient(135deg, var(--primary), #6d5bc0);background-position:50%;background-size:cover;border-radius:16px;place-items:center;margin-bottom:28px;display:grid;position:relative;overflow:hidden}.course-module__7Vca8G__coverInitial{color:#ffffffd9;font-size:4rem;font-weight:800}.course-module__7Vca8G__sectionTitle{margin-bottom:12px;font-size:1.2rem;font-weight:700}.course-module__7Vca8G__desc{color:var(--foreground);font-size:1rem;line-height:2}.course-module__7Vca8G__features{flex-direction:column;gap:12px;margin:4px 0 28px;list-style:none;display:flex}.course-module__7Vca8G__features li{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:.95rem;line-height:1.9}.course-module__7Vca8G__groupInfo{background:var(--primary-soft);border-radius:12px;margin-bottom:28px;padding:14px 16px;font-size:.95rem;line-height:2.1}.course-module__7Vca8G__sidebar{position:sticky;top:88px}.course-module__7Vca8G__priceCard{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:0 10px 30px #3e2a7e14}.course-module__7Vca8G__discountRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.course-module__7Vca8G__compareAt{color:var(--muted);font-size:.95rem;text-decoration:line-through}.course-module__7Vca8G__offBadge{background:var(--accent);color:#1a1a2e;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:700}.course-module__7Vca8G__price{margin-bottom:18px;font-size:1.6rem;font-weight:800}.course-module__7Vca8G__buyBtn{background:var(--primary);color:#fff;text-align:center;border-radius:12px;width:100%;padding:13px;font-size:1.05rem;font-weight:700;transition:background .15s;display:block}.course-module__7Vca8G__buyBtn:hover{background:var(--primary-hover)}.course-module__7Vca8G__note{text-align:center;color:var(--muted);margin-top:12px;font-size:.82rem}@media (max-width:768px){.course-module__7Vca8G__layout{grid-template-columns:1fr}.course-module__7Vca8G__sidebar{position:static}}
.teachers-module__Xt3yma__page{padding-top:36px;padding-bottom:60px}.teachers-module__Xt3yma__slotList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.teachers-module__Xt3yma__slotItem{border:1px solid var(--border,#e2e8f0);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.1rem;display:flex}.teachers-module__Xt3yma__slotMeta{color:var(--muted,#64748b);margin-top:.25rem;font-size:.9rem}.teachers-module__Xt3yma__bookBtn{background:var(--primary,#2563eb);color:#fff;cursor:pointer;font:inherit;white-space:nowrap;border:none;border-radius:8px;padding:.55rem 1.1rem}.teachers-module__Xt3yma__bookBtn:disabled{opacity:.6;cursor:default}.teachers-module__Xt3yma__verifiedBadge{color:#fff;vertical-align:middle;background:#16a34a;border-radius:999px;justify-content:center;align-items:center;width:1.15em;height:1.15em;margin-inline-start:.35rem;font-size:.7em;display:inline-flex}.teachers-module__Xt3yma__ratingRow{align-items:center;gap:.4rem;margin:.25rem 0;display:inline-flex}.teachers-module__Xt3yma__ratingNum{color:var(--muted,#64748b);font-size:.82rem}.teachers-module__Xt3yma__credGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;margin-top:.5rem;display:grid}.teachers-module__Xt3yma__credCard{border:1px solid var(--border,#e2e8f0);background:var(--surface,#fff);border-radius:12px;overflow:hidden}.teachers-module__Xt3yma__credCard img{object-fit:cover;width:100%;height:150px;display:block}.teachers-module__Xt3yma__credBody{padding:.7rem .85rem}.teachers-module__Xt3yma__credTitle{margin:0 0 .25rem;font-weight:600}.teachers-module__Xt3yma__credDesc{color:var(--muted,#64748b);margin:0;font-size:.88rem}.teachers-module__Xt3yma__reviewList{flex-direction:column;gap:.75rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.teachers-module__Xt3yma__reviewItem{border:1px solid var(--border,#e2e8f0);border-radius:12px;padding:.85rem 1.1rem}.teachers-module__Xt3yma__reviewHead{align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.teachers-module__Xt3yma__reviewer{font-weight:600}.teachers-module__Xt3yma__reviewBody{color:var(--text,#1e293b);margin:0}.teachers-module__Xt3yma__ratingBig{align-items:center;gap:.6rem;margin:.25rem 0 1rem;display:flex}.teachers-module__Xt3yma__ratingBigNum{font-size:1.25rem;font-weight:700}.teachers-module__Xt3yma__head{margin-bottom:28px}.teachers-module__Xt3yma__title{font-size:1.7rem;font-weight:800}.teachers-module__Xt3yma__subtitle{color:var(--muted);margin-top:6px}.teachers-module__Xt3yma__empty{color:var(--muted);background:var(--card);border:1px solid var(--border);text-align:center;border-radius:14px;padding:28px}.teachers-module__Xt3yma__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.teachers-module__Xt3yma__card{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:flex-start;gap:8px;padding:22px;transition:transform .15s,border-color .15s;display:flex}.teachers-module__Xt3yma__card:hover{border-color:var(--primary);transform:translateY(-3px)}.teachers-module__Xt3yma__avatar,.teachers-module__Xt3yma__avatarLg{background:linear-gradient(135deg, var(--primary), #6d5bc0);color:#fff;border-radius:50%;place-items:center;font-weight:800;display:grid;position:relative;overflow:hidden}.teachers-module__Xt3yma__avatar{width:56px;height:56px;font-size:1.4rem}.teachers-module__Xt3yma__avatarLg{width:76px;height:76px;font-size:2rem}.teachers-module__Xt3yma__name{font-size:1.15rem;font-weight:800}.teachers-module__Xt3yma__headline{color:var(--primary);font-size:.92rem;font-weight:600}.teachers-module__Xt3yma__bio{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.9;display:-webkit-box;overflow:hidden}.teachers-module__Xt3yma__cta{color:var(--primary);margin-top:auto;font-size:.9rem;font-weight:600}.teachers-module__Xt3yma__detail{max-width:760px;padding-top:36px;padding-bottom:60px}.teachers-module__Xt3yma__profileHead{align-items:center;gap:16px;margin-bottom:18px;display:flex}.teachers-module__Xt3yma__bioFull{color:var(--foreground);margin-bottom:24px;line-height:2}.teachers-module__Xt3yma__sectionTitle{margin:22px 0 12px;font-size:1.2rem;font-weight:700}.teachers-module__Xt3yma__videoBlock{margin-bottom:8px}.teachers-module__Xt3yma__videoWrap{aspect-ratio:16/9;background:#000;border-radius:14px;width:100%;position:relative;overflow:hidden}.teachers-module__Xt3yma__videoWrap iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.teachers-module__Xt3yma__videoLink{background:var(--primary-soft);color:var(--primary);border-radius:12px;padding:12px 18px;font-weight:600;display:inline-block}
