.course-comments{margin-top:2.75rem;padding-top:2rem;border-top:1px solid rgba(91,159,212,.12)}.course-comments__title{margin:0 0 1.25rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;color:var(--brand-mid)}.course-comments__form{margin-bottom:2rem;padding:1.1rem 1.15rem;border-radius:4px 16px 16px 16px;background:#fff;border:1px solid rgba(91,159,212,.1)}@media (min-width:640px){.course-comments__form{padding:1.25rem 1.35rem}}.course-comments__input{width:100%;padding:.875rem 1rem;border-radius:10px;border:1px solid rgba(91,159,212,.14);background:var(--surface);font-family:inherit;font-size:.875rem;line-height:1.7;resize:vertical;margin-bottom:.75rem;color:var(--ink)}.course-comments__input:focus{outline:none;border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px rgba(91,159,212,.1)}.course-comments__submit{width:100%;min-height:2.75rem;padding:.5rem 1.25rem;border:none;border-radius:12px;background:linear-gradient(135deg,var(--brand-mid),var(--brand) 60%,var(--brand-dark));color:#fff;font-size:.8125rem;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .2s,filter .2s}@media (min-width:480px){.course-comments__submit{width:auto}}.course-comments__submit:disabled{opacity:.5;cursor:not-allowed}.course-comments__list{display:flex;flex-direction:column;gap:1rem}.course-comment{padding:1rem 1.15rem;border-radius:4px 14px 14px 14px;background:#fff;border:1px solid rgba(91,159,212,.1)}.course-comment--reply{background:var(--surface);margin-top:.75rem}.course-comment__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}.course-comment__avatar{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:4px 8px 8px 8px;background:linear-gradient(135deg,var(--brand-mid) 0,var(--brand-dark) 100%);color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0}.course-comment__avatar--sm{width:1.875rem;height:1.875rem;font-size:.75rem}.course-comment__author{font-size:.875rem;font-weight:700;color:var(--ink)}.course-comment__date{font-size:.6875rem;color:var(--ink-muted)}.course-comment__text{margin:0 0 .5rem;font-size:.84rem;line-height:1.85;color:var(--ink-soft)}.course-comment__reply{display:inline-flex;align-items:center;min-height:2.75rem;padding:.25rem .5rem;border:none;background:none;color:var(--brand);font-size:.75rem;font-weight:700;font-family:inherit;cursor:pointer}.course-comment__replies{margin-top:.75rem;padding-right:.85rem;border-right:2px solid var(--brand-soft)}@media (min-width:640px){.course-comment__replies{padding-right:1rem}}.course-curriculum{margin-top:2rem;padding:0;background:transparent;border:none;box-shadow:none;backdrop-filter:none}@media (min-width:640px){.course-curriculum{margin-top:2.5rem}}.course-curriculum__title{display:flex;align-items:center;gap:.55rem;margin:0 0 1rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;color:var(--brand-mid)}.course-curriculum__title:after{content:"";flex:1;height:1px;background:rgba(91,159,212,.12)}.course-curriculum__title .course-curriculum__badge{margin-right:0;letter-spacing:0}.course-curriculum__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(91,159,212,.12)}.course-curriculum__list>li{list-style:none}.course-curriculum__item{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%;padding:.9rem .35rem;border:none;border-bottom:1px solid rgba(91,159,212,.1);border-radius:0;background:transparent;text-align:right;cursor:pointer;font:inherit;color:inherit;transition:background .2s var(--ease-premium)}@media (min-width:640px){.course-curriculum__item{flex-wrap:nowrap;padding:1rem .5rem;gap:.85rem}}.course-curriculum__item:hover:not(.course-curriculum__item--locked){background:rgba(238,241,249,.65)}.course-curriculum__item:focus-visible{outline:2px solid var(--brand-mid);outline-offset:2px}.course-curriculum__item--locked{opacity:.55;cursor:not-allowed}.course-curriculum__item--active{background:linear-gradient(90deg,rgba(91,159,212,.08),transparent 70%);box-shadow:inset -3px 0 0 var(--brand)}.course-curriculum__item--completed .lesson-play-icon__inner{color:var(--brand-dark)}.course-curriculum__index{font-size:.8rem;font-weight:800;color:var(--brand-mid);opacity:.4;min-width:1.5rem;letter-spacing:-.02em}.course-curriculum__badge{margin-right:auto;padding:.125rem .45rem;border-radius:4px;background:var(--gold-soft);color:#92400e;font-size:.625rem;font-weight:700}.course-curriculum__attachment-badge{font-size:.75rem}.lesson-play-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0}.lesson-play-icon--active .lesson-play-icon__progress{stroke:var(--brand-dark)}.lesson-play-icon--active .lesson-play-icon__inner{box-shadow:0 0 0 2px rgba(91,159,212,.2)}.lesson-play-icon__ring{position:absolute;inset:0}.lesson-play-icon__track{stroke:rgba(91,159,212,.14)}.lesson-play-icon__progress{stroke:var(--brand);transition:stroke-dashoffset .25s ease}.lesson-play-icon__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:8px;background:#fff;color:var(--brand);border:1px solid rgba(91,159,212,.12)}.lesson-play-icon__center-percent{font-size:.5625rem;font-weight:800;line-height:1;color:var(--brand);letter-spacing:-.02em}.lesson-play-icon__percent-badge{position:absolute;bottom:-.125rem;left:50%;transform:translateX(-50%);z-index:2;padding:0 .2rem;border-radius:6px;background:#fff;font-size:.5rem;font-weight:800;line-height:1.2;color:var(--brand);border:1px solid rgba(91,159,212,.12);white-space:nowrap}.course-curriculum__item--locked .lesson-play-icon__inner{color:var(--ink-muted)}.course-curriculum__item--completed .lesson-play-icon__progress{stroke:var(--brand-dark)}.course-curriculum__item--completed .lesson-play-icon__percent-badge{color:var(--brand-dark)}.course-curriculum__lesson-title{flex:1;font-size:.875rem;font-weight:600;color:var(--ink);min-width:0}.course-curriculum__item--active .course-curriculum__lesson-title{color:var(--brand-dark);font-weight:700}.course-curriculum__free{padding:.125rem .45rem;border-radius:4px;background:var(--brand-soft);color:var(--brand);font-size:.625rem;font-weight:700;flex-shrink:0}.course-curriculum__duration{font-size:.75rem;font-weight:600;color:var(--ink-muted);flex-shrink:0;margin-right:auto}@media (min-width:640px){.course-curriculum__duration{margin-right:0}}