:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Euclid Circular A,Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.rbt-video-player{aspect-ratio:16/9;border-radius:10px;width:100%;max-width:720px;position:relative;overflow:hidden}.rbt-video-player iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.loading-dots{justify-content:center;align-items:center;display:flex}.loading-dot-1,.loading-dot-2,.loading-dot-3{animation:1.4s ease-in-out infinite both loading-dot-bounce}.loading-dot-1{animation-delay:-.32s}.loading-dot-2{animation-delay:-.16s}.loading-dot-3{animation-delay:0s}@keyframes loading-dot-bounce{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.ap-wave-bar{transform-origin:bottom}.ap-wave-bar--playing{animation:.6s ease-in-out infinite audio-wave-bar}@keyframes audio-wave-bar{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.loading-dots-enhanced .loading-dot-1,.loading-dots-enhanced .loading-dot-2,.loading-dots-enhanced .loading-dot-3{animation:1.4s ease-in-out infinite both loading-dot-bounce-enhanced}.loading-dots-enhanced .loading-dot-1{animation-delay:-.32s}.loading-dots-enhanced .loading-dot-2{animation-delay:-.16s}.loading-dots-enhanced .loading-dot-3{animation-delay:0s}@keyframes loading-dot-bounce-enhanced{0%,80%,to{opacity:.5;transform:scale(0)translateY(0)}40%{opacity:1;transform:scale(1.2)translateY(-8px)}}.ss-ai-chat-wrapper{flex-direction:column;height:100%;min-height:100%;max-height:100%;display:flex;overflow:hidden}.ss-ai-chat-messages{scroll-behavior:smooth;background:#f8faf6;flex:auto;min-height:0;max-height:100%;padding:20px;overflow:hidden auto}.ss-ai-chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px 16px;display:flex}.ss-ai-chat-empty-icon{background:linear-gradient(135deg,#e8f5d8 0%,#d4edba 100%);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex;box-shadow:0 2px 8px #8bc2572e}.ss-ai-chat-empty-icon i{color:#3f7544;font-size:22px}.ss-ai-chat-empty-title{color:#0a2e60;margin-bottom:6px;font-size:17px;font-weight:700}.ss-ai-chat-empty-desc{color:#5a6e5a;max-width:380px;font-size:14px;line-height:1.5}.ai-chat-message{word-wrap:break-word;border-radius:12px;max-width:800px;margin-bottom:16px;padding:16px 20px;display:block}.ai-chat-message.user{color:#fff;background:linear-gradient(135deg,#0a2e60 0%,#143d7a 100%);border-bottom-right-radius:4px;max-width:75%;margin-left:auto}.ai-chat-message.assistant{color:#1a2e1a;background:#fffffff7;border:1px solid #e2ead8;border-bottom-left-radius:4px;max-width:75%;box-shadow:0 2px 8px #3f754414}.user-message-content{color:#fff;word-break:break-word;line-height:1.5}.user-message-text{color:#fff!important}.ai-chat-form-container{background:#fff;border-top:1px solid #e2ead8;flex-shrink:0;padding:12px 16px}.ai-chat-form{align-items:center;gap:.5rem;display:flex}.ai-chat-input{color:#1a2e1a;resize:none;background-color:#fffffff7;border:2px solid #d4edba;border-radius:8px;outline:none;flex:1;min-height:48px;max-height:120px;padding:12px 16px;font-family:inherit;font-size:15px;line-height:1.5;transition:all .2s;overflow-y:auto}.ai-chat-input:focus{background-color:#fff;border-color:#8bc257;box-shadow:0 0 0 3px #8bc25726}.ai-chat-input:disabled{color:#1a2e1a66;cursor:not-allowed;background-color:#f8faf6}.ai-chat-input::placeholder{color:#1a2e1a80}.send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3f7544 0%,#4a8a50 100%);border:none;border-radius:8px;justify-content:center;align-items:center;min-width:48px;min-height:48px;padding:12px;transition:all .2s;display:flex;box-shadow:0 4px 8px #3f754433}.send-btn:hover:not(.disabled){background:linear-gradient(135deg,#2e5a33 0%,#3f7544 100%);transform:translateY(-1px);box-shadow:0 6px 12px #3f75444d}.send-btn:active:not(.disabled){transform:translateY(0);box-shadow:0 2px 6px #3f754466}.send-btn.disabled{color:#ffffff80;cursor:not-allowed;box-shadow:none;background:#3f75444d;transform:none}.send-btn.disabled:hover{box-shadow:none;background:#3f75444d;transform:none}.ai-chat-container{background:#fff;border:1px solid #d4edba;border-radius:10px;overflow:hidden;box-shadow:0 1px 6px #8bc2571a}.ss-typing-indicator{align-items:center;gap:5px;padding:8px 0 2px;display:flex}.ss-typing-indicator span{background-color:#3f7544;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ss-typing-bounce}.ss-typing-indicator span:first-child{animation-delay:-.32s}.ss-typing-indicator span:nth-child(2){animation-delay:-.16s}.ss-typing-indicator span:nth-child(3){animation-delay:0s}@keyframes ss-typing-bounce{0%,80%,to{opacity:.4;transform:scale(.4)translateY(0)}40%{opacity:1;transform:scale(1)translateY(-6px)}}.markdown-content{color:#2d3748;line-height:1.7}.markdown-content h1,.markdown-content h2,.markdown-content h3{color:#0a2e60;margin-top:1em;margin-bottom:.5em;font-weight:600}.markdown-content h1{font-size:1.5em}.markdown-content h2{font-size:1.3em}.markdown-content h3{font-size:1.1em}.markdown-content p{margin-bottom:.8em}.markdown-content strong{color:#1a2e1a;font-weight:600}.markdown-content em{font-style:italic}.markdown-content code{color:#3f7544;background-color:#f2f7eb;border:1px solid #e2ead8;border-radius:4px;padding:.2em .4em;font-family:Courier New,monospace;font-size:.9em}.markdown-content .numbered-item,.markdown-content .bullet-item{margin-bottom:.5em;margin-left:1.5em}.markdown-content hr{border:none;border-top:1px solid #e2ead8;margin:1em 0}.inline-loading-spinner{display:inline-block}.rbt-lesson-leftsidebar{background:0 0;flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow:hidden;flex:0 0 320px!important;width:320px!important}.ss-frame{background:#75ba2c;border:none;border-radius:0;flex-direction:column;flex:1;min-height:0;margin:0;display:flex;overflow:hidden}.ss-logo-header{background:0 0;flex-shrink:0;align-items:center;padding:10px 14px;display:flex}.ss-logo-header a{align-items:center;line-height:0;display:inline-flex}.ss-frame-body{background:#fff;border-radius:14px;flex-direction:column;flex:1;min-height:0;margin:0 5px 5px;display:flex;overflow:hidden}.ss-frame-body .rbt-course-feature-inner{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow-y:auto}.ss-frame-body .rbt-course-feature-inner::-webkit-scrollbar{display:none}.ss-sidebar-body .ss-row:first-child .ss-unit-content{border-radius:14px 0 0}.ss-sidebar-body .ss-row:first-child .ss-track-cell{border-radius:0 14px 0 0}.ss-row{align-items:stretch;animation:.2s ease-out ss-fadeSlideIn;display:flex}@keyframes ss-fadeSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ss-unit-row{animation:none}.ss-track-cell{background:#d4edba;flex-shrink:0;justify-content:center;align-items:center;width:48px;display:flex;position:relative}.ss-track-cell:before{content:"";z-index:0;background:#b8d89e;width:3px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ss-track-first:before{top:50%}.ss-track-closed:before{display:none}.ss-track-last:before{bottom:50%}.ss-progress-circle,.ss-status-circle{z-index:1;position:relative}.ss-unit-content{cursor:pointer;text-align:left;background:#f2f7eb;border:none;border-bottom:1px solid #dde8d0;flex:1;justify-content:space-between;align-items:center;gap:6px;min-width:0;padding:11px 8px 11px 14px;font-family:inherit;transition:background .15s;display:flex}.ss-unit-content:hover{background:#e8f0de}.ss-unit-row .ss-track-cell{background:#d4edba}.ss-unit-label{text-transform:uppercase;letter-spacing:.05em;color:#1a2e1a;flex:1;min-width:0;font-size:12px;font-weight:700;line-height:1.45}.ss-unit-meta{flex-shrink:0;align-items:center;gap:5px;display:flex}.ss-count{color:#6b7280;white-space:nowrap;font-size:11.5px;font-weight:500}.ss-toggle{color:#75ba2c;text-align:center;-webkit-user-select:none;user-select:none;min-width:16px;font-size:20px;font-weight:300;line-height:1}.ss-lesson-content{color:#374151;background:#fff;border-bottom:none;border-radius:8px;flex:1;align-items:flex-start;gap:8px;min-width:0;margin:3px 6px 3px 10px;padding:9px 12px 9px 14px;transition:background .25s,color .25s,box-shadow .25s;display:flex;text-decoration:none!important}.ss-lesson-content:hover{background:#f5fbf0}.ss-lesson-content--active,.ss-lesson-content--active:hover{box-shadow:0 1px 4px #3f75444d;color:#fff!important;background:#3f7544!important}.ss-play-btn-icon{background:#e53935;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:20px;margin-top:2px;display:inline-flex}.ss-lesson-content--active .ss-play-btn-icon{background:#ffffff40}.ss-lesson-title{white-space:normal;word-break:break-word;font-size:13.5px;line-height:1.5}.ss-topic-row .ss-unit-meta{gap:4px}.ss-topic-content{cursor:pointer;text-align:left;background:#fff;border:none;border-bottom:1px solid #e8e8e8;flex:1;justify-content:space-between;align-items:center;gap:6px;min-width:0;padding:10px 8px 10px 18px;font-family:inherit;transition:background .15s;display:flex}.ss-topic-content:hover{background:#f3f4f6}.ss-topic-row .ss-track-cell{background:#d4edba}.ss-topic-label{color:#374151;flex:1;min-width:0;font-size:13px;font-weight:600;line-height:1.4}.ss-lesson-indented .ss-lesson-content{padding-left:22px}.ss-status-circle{background:#f5f5f5;border:2.5px solid #bdbdbd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.ss-status-circle--done{background:#0a2e60;border-color:#0a2e60}.ss-state-msg{color:#6b7280;padding:20px 16px;font-size:14px}.ss-progress-footer{background:#fff;border-top:1px solid #e8e8e8;border-radius:0 0 14px 14px;flex-shrink:0;padding:12px 14px 14px}.ss-progress-track{background:#e0e0e0;border-radius:9999px;height:10px;overflow:hidden}.ss-progress-fill{background:linear-gradient(90deg,#f97316,#fb923c);border-radius:9999px;min-width:3px;height:100%;transition:width .4s}.ss-compact-header{border-bottom:3px solid #8bc257;align-items:flex-end;gap:12px;min-height:48px;background:#0a2e60!important;padding:6px 0 0 12px!important}.ss-compact-header .lesson-top-left{flex:1;min-width:0}.ss-compact-header .lesson-top-left h5{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.ss-header-tabs{z-index:1;flex:1;align-items:flex-end;gap:6px;min-width:0;margin-bottom:-7px;display:flex;position:relative}.ss-header-tab{cursor:pointer;white-space:nowrap;text-align:center;color:#ffffffe6;background:#3f7544;border:none;border-radius:6px 6px 0 0;flex:none;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.ss-header-tab:hover{color:#fff;background:#4a8a50}.ss-header-tab--active{color:#fff;background:#8bc257}.ss-compact-header .lesson-top-right{z-index:1;flex-shrink:0;align-self:stretch;align-items:center;margin-right:0;display:flex;position:relative}.ss-compact-header .lesson-top-right .rbt-btn-close{margin:0!important;padding:0!important}.ss-compact-header .lesson-top-right .rbt-round-btn{color:#fff!important;background:#8bc257!important;border-radius:6px 0 0 6px!important;justify-content:center!important;align-items:center!important;width:32px!important;height:100%!important;min-height:28px!important;margin:0!important;padding:4px!important;line-height:normal!important;transition:background .2s!important;display:flex!important}.ss-compact-header .lesson-top-right .rbt-round-btn:after{display:none!important}.ss-compact-header .lesson-top-right .rbt-round-btn:hover{color:#fff!important;background:#3f7544!important}.ss-header-tab--ai{color:#ffffffd9;background:#ffffff14;border:1px solid #8bc2574d;border-bottom:none;align-items:center;gap:6px;margin-left:auto;display:flex}.ss-header-tab--ai i{font-size:13px}.ss-header-tab--ai:hover{color:#fff;background:#8bc25733;border-color:#8bc25780}.ss-header-tab--ai.ss-header-tab--active{color:#fff;background:#8bc257;border-color:#8bc257}.ss-header-tab--ai.ss-header-tab--active:hover{background:#7ab34d}.ss-ai-close-icon{opacity:.7;margin-left:2px;font-size:12px;transition:opacity .15s}.ss-header-tab--ai:hover .ss-ai-close-icon{opacity:1}.ss-side-nav{z-index:999;color:#fff;cursor:pointer;opacity:.6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a2e6080;border:1px solid #8bc25733;justify-content:center;align-items:center;width:32px;height:70px;font-size:20px;transition:background .2s,opacity .2s,border-color .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.ss-side-nav:hover{opacity:1;background:#0a2e60e6;border-color:#8bc25780}.ss-side-nav--left{border-radius:0 6px 6px 0;left:320px}.rbt-lesson-rightsidebar.full-width .ss-side-nav--left{left:0}.ss-side-nav--right{border-radius:6px 0 0 6px;right:0}.rbt-lesson-rightsidebar.lesson-video .inner.ss-content-inner{background:#f8faf6;flex-direction:column;flex:1;min-height:0;margin:0;display:flex;overflow-y:auto;padding:16px 44px!important}@keyframes ss-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.ss-content-skeleton{flex-direction:column;flex:1;gap:16px;padding:8px 0;display:flex}.ss-skeleton-video{aspect-ratio:16/9;background:linear-gradient(90deg,#e8ede3 25%,#f2f7eb 50%,#e8ede3 75%) 0 0/800px 100%;border-radius:10px;width:100%;max-width:720px;margin:0 auto;animation:1.6s ease-in-out infinite ss-shimmer}.ss-skeleton-card{background:#fff;border:1px solid #e2ead8;border-radius:10px;flex-direction:column;gap:10px;padding:20px 24px;display:flex}.ss-skeleton-line{background:linear-gradient(90deg,#e8ede3 25%,#f2f7eb 50%,#e8ede3 75%) 0 0/800px 100%;border-radius:6px;height:14px;animation:1.6s ease-in-out infinite ss-shimmer}.ss-skeleton-line--title{width:35%;height:18px;margin-bottom:4px}.ss-skeleton-line--full{width:100%}.ss-skeleton-line--medium{width:65%}.ss-skeleton-line--short{width:25%;height:16px;margin-bottom:4px}.ss-skeleton-options{flex-direction:column;gap:10px;margin-top:4px;display:flex}.ss-skeleton-option{background:linear-gradient(90deg,#e8ede3 25%,#f2f7eb 50%,#e8ede3 75%) 0 0/800px 100%;border-radius:8px;height:46px;animation:1.6s ease-in-out infinite ss-shimmer}.rbt-lesson-content-wrapper .rbt-lesson-rightsidebar{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;height:100vh;position:sticky;top:0;overflow:hidden auto!important}.rbt-lesson-content-wrapper .rbt-lesson-rightsidebar::-webkit-scrollbar{display:none}.rbt-lesson-leftsidebar .rbt-course-feature-inner{flex:1;min-height:0;overflow-y:auto}.material-item{background:#fff;border:1px solid #e2ead8;border-radius:10px;margin-bottom:12px;padding:16px;transition:box-shadow .2s,border-color .2s}.material-item.material-text,.material-item.material-document,.material-item.material-unknown{background:0 0;border:none;padding:0}.material-item:hover{border-color:#d4edba;box-shadow:0 1px 8px #3f75440f}.material-item.material-text:hover,.material-item.material-document:hover,.material-item.material-unknown:hover{box-shadow:none;border-color:#0000}.material-item:last-child{margin-bottom:0}.materials-content>.material-item:only-child{min-height:calc(100vh - 140px)}.material-video{background:#fff;padding:12px;overflow:hidden}.material-video .rbt-video-player{border-radius:8px;max-width:720px;margin:0 auto;overflow:hidden}.material-video .rbt-video-player iframe{border-radius:8px}.material-video video{border-radius:8px;width:100%;max-width:720px;margin:0 auto;display:block}.material-image{background:#fff;padding:12px;overflow:hidden}.material-image .image-wrapper{border-radius:10px;max-width:720px;margin:0 auto;line-height:0;overflow:hidden;box-shadow:0 2px 12px #00000014}.material-image .image-wrapper img{object-fit:cover;width:100%;height:auto;display:block;border-radius:0!important}.material-audio{border-left:3px solid #8bc257;padding:12px 16px}.material-audio .audio-wrapper{max-width:100%!important}.material-pdf{border-left:3px solid #0a2e60;align-items:center;padding:12px 16px;display:flex}.material-pdf .pdf-wrapper .rbt-btn{letter-spacing:.02em;transition:all .2s;color:#fff!important;background:linear-gradient(135deg,#0a2e60 0%,#143d7a 100%)!important;border:none!important;border-radius:6px!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;font-size:12px!important;font-weight:600!important;display:inline-flex!important}.material-pdf .pdf-wrapper .rbt-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#143d7a 0%,#1e4f94 100%)!important;box-shadow:0 4px 12px #0a2e6040!important}.material-link{border-left:3px solid #3f7544;padding:12px 16px}.material-link .link-wrapper .rbt-btn{letter-spacing:.02em;transition:all .2s;color:#fff!important;background:linear-gradient(135deg,#3f7544 0%,#4a8a50 100%)!important;border:none!important;border-radius:6px!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;font-size:12px!important;font-weight:600!important;display:inline-flex!important}.material-link .link-wrapper .rbt-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#4a8a50 0%,#5a9a60 100%)!important;box-shadow:0 4px 12px #3f754440!important}.material-item.material-document,.material-item.material-text,.material-item.material-unknown{overflow-wrap:break-word;background:#fff;border:none;border-radius:10px;max-width:100%;padding:0;overflow:hidden}.material-item.material-document>div,.material-item.material-text>div,.material-item.material-unknown>div{border-radius:10px}.material-item.material-document img,.material-item.material-text img,.material-item.material-unknown img{max-width:100%;height:auto}.materials-content{padding:0!important}.ss-content-inner>.content{justify-content:center;align-items:center;min-height:300px;display:flex}.ss-content-inner>.content .section-title{text-align:center;background:#fff;border:1px solid #e2ead8;border-radius:14px;padding:40px}.ss-content-inner>.content .section-title h4{color:#0a2e60;margin-bottom:8px;font-size:18px;font-weight:600}.ss-content-inner>.content .section-title p{color:#6b7280;font-size:14px;line-height:1.6}.ss-ai-chat-fullscreen{background:#fff;border:1px solid #d4edba;border-radius:10px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 6px #8bc2571a}.ss-ai-chat-fullscreen .ss-ai-chat-wrapper{flex:1;height:auto;min-height:0;max-height:100%}.ss-ai-chat-fullscreen .ss-ai-chat-messages{flex:1;min-height:0}.ss-content-inner:has(.ss-ai-chat-fullscreen){overflow:hidden!important}.ss-ai-chat-header{color:#fff;background:linear-gradient(135deg,#0a2e60 0%,#143d7a 100%);border-bottom:2px solid #8bc257;border-radius:10px 10px 0 0;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;display:flex}.ss-ai-chat-header i{color:#8bc257;font-size:16px}.ss-practice-card,.ss-example-card{background:#fff;border:1px solid #d4edba;border-left:3px solid #8bc257;border-radius:10px;flex-direction:column;height:calc(100vh - 140px);padding:0;display:flex;overflow:hidden;box-shadow:0 1px 6px #8bc2571a}.ss-practice-card .ai-chat-container,.ss-example-card .ai-chat-container{border:none;border-radius:0;flex-direction:column;flex:1;display:flex;overflow:hidden}.ss-practice-card .ss-ai-chat-wrapper,.ss-example-card .ss-ai-chat-wrapper{flex:1;height:auto;min-height:0;max-height:100%;overflow:hidden}.material-quiz{background:0 0;border:none;padding:0}.material-quiz:hover{box-shadow:none;border-color:#0000}.quiz-items-container{flex-direction:column;gap:10px;display:flex}.ss-question-card{background:#fff;border:1px solid #e2ead8;border-radius:10px;padding:14px 16px}.ss-question-card .question-text .rbt-title-style-2,.ss-question-group-card .question-text .rbt-title-style-2{color:#1a202c!important;text-transform:none!important;opacity:1!important;letter-spacing:normal!important;font-size:15px!important;font-weight:500!important;line-height:1.6!important}.ss-question-card .question-text .rbt-title-style-2 strong,.ss-question-group-card .question-text .rbt-title-style-2 strong{color:#0a2e60!important;font-weight:700!important}.ss-question-card .choice-item,.ss-question-group-card .choice-item{background-color:#fafcf8!important;border-color:#d1ddc6!important;border-radius:8px!important;transition:all .2s!important}.ss-question-card .choice-item:hover,.ss-question-group-card .choice-item:hover{background-color:#f4f9ef!important;border-color:#8bc257!important}.ss-question-card .choice-item.selected,.ss-question-group-card .choice-item.selected{background-color:#eef5e6!important;border-color:#3f7544!important}.ss-question-card .choice-content label,.ss-question-group-card .choice-content label{color:#1a202c!important;font-size:14px!important;font-weight:500!important;line-height:1.5!important}.ss-question-card .radio-wrapper input[type=radio],.ss-question-group-card .radio-wrapper input[type=radio],.ss-question-card .radio-wrapper input[type=checkbox],.ss-question-group-card .radio-wrapper input[type=checkbox]{accent-color:#3f7544!important}.ss-question-card .selection-info,.ss-question-group-card .selection-info{color:#3f7544!important;background-color:#eef5e6!important;border:1px solid #d4edba!important;border-radius:6px!important;font-weight:500!important}.ss-question-card .question-text [style*="color: #666"],.ss-question-group-card .question-text [style*="color: #666"]{color:#4a5568!important}.ss-question-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ss-question-number{color:#6b7280;font-size:12px;font-weight:500}.ss-question-badge{color:#3f7544;background:#8bc2571f;border:1px solid #8bc25740;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600}.ss-question-group-card{background:#fafcf8;border:1px solid #e2ead8;border-radius:10px;margin-bottom:10px;padding:14px 16px}.ss-group-header{border-bottom:1px solid #e2ead8;margin-bottom:10px;padding-bottom:8px}.ss-group-title{color:#0a2e60;font-size:15px;font-weight:600}.ss-section-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px;font-size:12px;font-weight:600}.ss-talk-ai-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#0a2e60;border:none;border-radius:8px;align-items:center;gap:2px;padding:8px 20px;font-size:14px;font-weight:600;line-height:1.4;transition:background .2s,transform .15s;display:inline-flex}.ss-talk-ai-btn:hover{background:#143d7a;transform:translateY(-1px)}.ss-talk-ai-btn:active{transform:translateY(0)}.ss-talk-ai-highlight{color:#fff;font-size:1.15em;font-style:italic;font-weight:800}.rbt-lesson-rightsidebar .rbt-btn.btn-sm.bg-primary-opacity{padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s;color:#fff!important;background:#0a2e60!important;border:none!important;border-radius:8px!important}.rbt-lesson-rightsidebar .rbt-btn.btn-sm.bg-primary-opacity:hover{color:#fff!important;background:#143d7a!important}.rbt-lesson-rightsidebar .header-item{background:#fff;border:1px solid #e2ead8;border-radius:8px;margin-bottom:10px;padding:12px}.rbt-lesson-rightsidebar .header-item:last-child{margin-bottom:0}.rbt-lesson-rightsidebar .header-item.header-image{padding:0;overflow:hidden}.rbt-lesson-rightsidebar .header-item.header-image .image-wrapper{text-align:center}.rbt-lesson-rightsidebar .header-item.header-image img{border-radius:8px;width:100%;max-width:100%;height:auto;display:block}.rbt-lesson-rightsidebar .header-item.header-video{padding:0;overflow:hidden}.rbt-lesson-rightsidebar .header-item.header-video .rbt-video-player{max-width:100%}.rbt-lesson-rightsidebar .header-item.header-audio{border-left:3px solid #8bc257}.rbt-lesson-rightsidebar .header-item.header-text{background:0 0;border:none;padding:0}.rbt-lesson-rightsidebar .header-item.header-text .text-content,.rbt-lesson-rightsidebar .header-item.header-document .document-content{color:#2d3748;font-size:14px;line-height:1.6}.rbt-lesson-rightsidebar .header-item.header-pdf,.rbt-lesson-rightsidebar .header-item.header-link{border-left:3px solid #0a2e60}@media (max-width:991px){.rbt-lesson-rightsidebar.lesson-video .inner.ss-content-inner{padding:12px 14px!important}.ss-side-nav--left{left:0!important}.material-item{border-radius:8px;padding:12px}.ss-question-card,.ss-question-group-card{padding:12px 14px}}@media (max-width:575px){.rbt-lesson-rightsidebar.lesson-video .inner.ss-content-inner{padding:10px 8px!important}.material-item{border-radius:6px;margin-bottom:8px;padding:10px}.ss-question-card{padding:10px 12px}.ss-header-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;margin-left:-6px;margin-right:-6px;padding:0 6px;overflow-x:auto}.ss-compact-header .lesson-top-left h5{font-size:12px}.ss-header-tab--ai span{display:none}.ss-header-tab--ai{padding:8px 12px}}
