.VideoPlayer-module__rChulG__container{user-select:none;flex-direction:row;align-items:stretch;gap:1.5rem;min-height:calc(100vh - 400px);display:flex}.VideoPlayer-module__rChulG__mainContent{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}.VideoPlayer-module__rChulG__playerWrapper{aspect-ratio:16/9;background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d}.VideoPlayer-module__rChulG__playerWrapper:after{content:"";pointer-events:none;border-radius:20px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1a}.VideoPlayer-module__rChulG__playlistContainer{background:var(--light-black-color);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;align-self:flex-start;width:380px;min-width:380px;height:fit-content;max-height:calc(100vh - 2rem);display:flex;position:sticky;top:1rem;overflow:hidden;box-shadow:0 10px 40px #00000014}.VideoPlayer-module__rChulG__playlist{flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.VideoPlayer-module__rChulG__playlist::-webkit-scrollbar{width:4px}.VideoPlayer-module__rChulG__playlist::-webkit-scrollbar-track{background:0 0}.VideoPlayer-module__rChulG__playlist::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.VideoPlayer-module__rChulG__headtitle{color:var(--black-light-color);border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.VideoPlayer-module__rChulG__headtitle:before{content:"";background:linear-gradient(180deg,var(--primary-color),var(--yellow));border-radius:2px;width:4px;height:24px;display:block}.VideoPlayer-module__rChulG__accordionItem{background:var(--bg-color);border:1px solid var(--border-color);border-radius:14px;margin-bottom:.75rem;transition:all .3s;overflow:hidden}.VideoPlayer-module__rChulG__accordionItem:hover{border-color:#4697914d}.VideoPlayer-module__rChulG__accordionButton{cursor:pointer;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;background:var(--light-black-color)!important;color:var(--black-light-color)!important;border-radius:14px!important}.VideoPlayer-module__rChulG__accordionButton:after,.VideoPlayer-module__rChulG__accordionButton:before{display:none!important}.VideoPlayer-module__rChulG__accordionButton:not(.VideoPlayer-module__rChulG__collapsed){background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%)!important;color:#fff!important;border-radius:14px 14px 0 0!important}.VideoPlayer-module__rChulG__accordionButton:focus{box-shadow:none!important}.VideoPlayer-module__rChulG__accordionBody{background:var(--bg-color);padding:.75rem}.VideoPlayer-module__rChulG__playlistItem{cursor:pointer;background:var(--light-black-color);border:1px solid #0000;border-radius:12px;margin:.5rem 0;padding:1rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.VideoPlayer-module__rChulG__playlistItem:before{content:"";background:linear-gradient(90deg,var(--primary-color),transparent);opacity:.1;width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.VideoPlayer-module__rChulG__playlistItem:hover{border-color:#4697914d;transform:translate(-4px);box-shadow:0 4px 15px #46979126}.VideoPlayer-module__rChulG__playlistItem:hover:before{width:100%}.VideoPlayer-module__rChulG__playlistItem:hover .VideoPlayer-module__rChulG__videoInfo h3,.VideoPlayer-module__rChulG__playlistItem:hover .VideoPlayer-module__rChulG__videoInfo p{color:var(--primary-color)}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__active{border-color:#0000;box-shadow:0 8px 25px #4697914d;background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%)!important}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__active:before{display:none}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__active .VideoPlayer-module__rChulG__videoInfo h3,.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__active .VideoPlayer-module__rChulG__videoInfo p{color:#fff!important}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__active:hover{transform:translate(-4px)scale(1.02)}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__locked{opacity:.6;cursor:not-allowed}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__locked:hover{box-shadow:none;border-color:#0000;transform:none}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__locked:before{display:none}.VideoPlayer-module__rChulG__videoInfo{z-index:1;width:100%;position:relative}.VideoPlayer-module__rChulG__videoInfo>div{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.VideoPlayer-module__rChulG__videoInfo h3{color:var(--black-light-color);margin:0;font-size:.95rem;font-weight:600;line-height:1.4;transition:color .3s}.VideoPlayer-module__rChulG__videoInfo p{color:var(--semi-black-light-color);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.35rem 0 0;font-size:.8rem;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.VideoPlayer-module__rChulG__examIcon{color:var(--yellow);filter:drop-shadow(0 0 4px #e49a004d);font-size:1.1rem}.VideoPlayer-module__rChulG__lockIcon{color:var(--semi-black-light-color);font-size:1rem}.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__active .VideoPlayer-module__rChulG__examIcon,.VideoPlayer-module__rChulG__playlistItem.VideoPlayer-module__rChulG__active .VideoPlayer-module__rChulG__lockIcon{color:#fffc}.VideoPlayer-module__rChulG__finalExamButton{background:linear-gradient(135deg,var(--yellow)0%,#ffc107 100%);color:#000;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 8px 25px #e49a004d}.VideoPlayer-module__rChulG__finalExamButton:hover{transform:translateY(-3px);box-shadow:0 12px 35px #e49a0066}.VideoPlayer-module__rChulG__finalExamButton i{font-size:1.1rem}.VideoPlayer-module__rChulG__examGateWrapper{background:var(--bg-color);border:1px solid var(--border-color);border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014}.VideoPlayer-module__rChulG__examGateHeader{background:linear-gradient(135deg,var(--yellow)0%,#ffc107 100%);text-align:center;color:#000;padding:2rem}.VideoPlayer-module__rChulG__examGateHeader i{color:#000;opacity:.8}.VideoPlayer-module__rChulG__examGateHeader h3{margin:.5rem 0;font-size:1.5rem;font-weight:700}.VideoPlayer-module__rChulG__examGateHeader p{opacity:.85;margin:0;max-width:500px;margin-inline:auto;font-size:.95rem}.VideoPlayer-module__rChulG__lockedMessage{height:100%;color:var(--light-black-color);text-align:center;background:linear-gradient(135deg,#1e1e1e 0%,#2d2d2d 100%);justify-content:center;align-items:center;padding:2rem;font-size:1.2rem;display:flex}.VideoPlayer-module__rChulG__lockedMessage>div{flex-direction:column;align-items:center;gap:1rem;display:flex}.VideoPlayer-module__rChulG__lockedMessage i{color:var(--primary-color);font-size:3rem;animation:2s ease-in-out infinite VideoPlayer-module__rChulG__pulse}@keyframes VideoPlayer-module__rChulG__pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.VideoPlayer-module__rChulG__lockedMessage h3{color:#fff;margin:0;font-weight:600}.VideoPlayer-module__rChulG__youtubePlayer{width:100%;height:100%;position:absolute;top:0;left:0}.VideoPlayer-module__rChulG__youtubeIframe{pointer-events:none;border:none!important}.VideoPlayer-module__rChulG__youtubePlayer iframe{pointer-events:auto!important}:is([class*=ytp-chrome-top],[class*=ytp-show-cards-title],[class*=ytp-watermark],[class*=ytp-youtube-button]){display:none!important}.VideoPlayer-module__rChulG__loading{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.swal2-popup{background-color:var(--bg-color)!important;color:var(--black-light-color)!important;border-radius:20px!important}.swal2-title{color:var(--black-light-color)!important}.swal2-confirm{background-color:var(--primary-color)!important;border-radius:12px!important}@media (max-width:1200px){.VideoPlayer-module__rChulG__playlistContainer{width:340px;min-width:340px}}@media (max-width:992px){.VideoPlayer-module__rChulG__container{flex-direction:column}.VideoPlayer-module__rChulG__mainContent{order:-1}.VideoPlayer-module__rChulG__playlistContainer{border-radius:16px;width:100%;min-width:0;max-height:none}.VideoPlayer-module__rChulG__playlist{padding:1rem}.VideoPlayer-module__rChulG__playerWrapper{border-radius:16px}}@media (min-width:768px) and (max-width:992px){.VideoPlayer-module__rChulG__playerWrapper{aspect-ratio:unset;height:500px!important}.VideoPlayer-module__rChulG__playerWrapper>div{width:100%!important;height:100%!important}}@media (max-width:768px){.VideoPlayer-module__rChulG__headtitle{font-size:1.1rem}.VideoPlayer-module__rChulG__playerWrapper{aspect-ratio:16/9;border-radius:14px;height:auto}.VideoPlayer-module__rChulG__accordionButton{padding:.875rem 1rem;font-size:.9rem}.VideoPlayer-module__rChulG__playlistItem{border-radius:10px;padding:.875rem}.VideoPlayer-module__rChulG__videoInfo h3{font-size:.9rem}.VideoPlayer-module__rChulG__videoInfo p{font-size:.75rem}}@media (max-width:576px){.VideoPlayer-module__rChulG__container{gap:1rem}.VideoPlayer-module__rChulG__playerWrapper{aspect-ratio:16/9;border-radius:12px}.VideoPlayer-module__rChulG__playlistContainer{border-radius:12px}.VideoPlayer-module__rChulG__playlist{padding:.75rem}.VideoPlayer-module__rChulG__headtitle{padding-bottom:.75rem;font-size:1rem}.VideoPlayer-module__rChulG__accordionItem{border-radius:10px}.VideoPlayer-module__rChulG__accordionButton{padding:.75rem;font-size:.85rem;border-radius:10px!important}.VideoPlayer-module__rChulG__accordionBody{padding:.5rem}.VideoPlayer-module__rChulG__playlistItem{border-radius:8px;margin:.35rem 0;padding:.75rem}.VideoPlayer-module__rChulG__videoInfo h3{font-size:.85rem}.VideoPlayer-module__rChulG__videoInfo p{font-size:.7rem}.VideoPlayer-module__rChulG__finalExamButton{border-radius:10px;padding:.875rem 1.25rem;font-size:.9rem}}.VideoPlayer-module__rChulG__dark .VideoPlayer-module__rChulG__playlistContainer{background:#252525;border-color:#ffffff1a}.VideoPlayer-module__rChulG__dark .VideoPlayer-module__rChulG__accordionItem{background:#1e1e1e;border-color:#ffffff1a}.VideoPlayer-module__rChulG__dark .VideoPlayer-module__rChulG__accordionButton{background:#303030!important}.VideoPlayer-module__rChulG__dark .VideoPlayer-module__rChulG__playlistItem{background:#303030}.VideoPlayer-module__rChulG__dark .VideoPlayer-module__rChulG__playlistItem:hover{border-color:#46979166}.VideoPlayer-module__rChulG__nextContentOverlay{backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.3s VideoPlayer-module__rChulG__fadeIn;display:flex;position:fixed;inset:0}@keyframes VideoPlayer-module__rChulG__fadeIn{0%{opacity:0}to{opacity:1}}.VideoPlayer-module__rChulG__nextContentModal{background:var(--bg-color);text-align:center;border:1px solid var(--border-color);border-radius:24px;width:90%;max-width:420px;padding:2.5rem;animation:.4s cubic-bezier(.34,1.56,.64,1) VideoPlayer-module__rChulG__slideUp;box-shadow:0 25px 80px #0000004d}@keyframes VideoPlayer-module__rChulG__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.VideoPlayer-module__rChulG__nextContentIcon{background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 10px 30px #4697914d}.VideoPlayer-module__rChulG__nextContentIcon i{color:#fff;font-size:2rem}.VideoPlayer-module__rChulG__nextContentTitle{color:var(--black-light-color);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.VideoPlayer-module__rChulG__nextContentMessage{color:var(--semi-black-light-color);margin:0 0 2rem;font-size:1rem;line-height:1.6}.VideoPlayer-module__rChulG__nextContentMessage strong{color:var(--primary-color);margin-top:.5rem;font-size:1.1rem;display:block}.VideoPlayer-module__rChulG__nextContentActions{flex-direction:column;gap:.75rem;display:flex}.VideoPlayer-module__rChulG__nextContentConfirm{background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 8px 25px #4697914d}.VideoPlayer-module__rChulG__nextContentConfirm:hover{transform:translateY(-3px);box-shadow:0 12px 35px #46979166}.VideoPlayer-module__rChulG__nextContentConfirm i{font-size:.9rem}.VideoPlayer-module__rChulG__nextContentDismiss{color:var(--semi-black-light-color);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:12px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s}.VideoPlayer-module__rChulG__nextContentDismiss:hover{background:var(--light-black-color);border-color:var(--primary-color);color:var(--primary-color)}.dark .VideoPlayer-module__rChulG__nextContentModal{background:#252525;border-color:#ffffff1a}.dark .VideoPlayer-module__rChulG__nextContentDismiss{border-color:#ffffff26}.dark .VideoPlayer-module__rChulG__nextContentDismiss:hover{background:#303030}@media (max-width:576px){.VideoPlayer-module__rChulG__nextContentModal{border-radius:20px;padding:2rem 1.5rem}.VideoPlayer-module__rChulG__nextContentIcon{width:70px;height:70px}.VideoPlayer-module__rChulG__nextContentIcon i{font-size:1.75rem}.VideoPlayer-module__rChulG__nextContentTitle{font-size:1.25rem}.VideoPlayer-module__rChulG__nextContentMessage{margin-bottom:1.5rem;font-size:.95rem}.VideoPlayer-module__rChulG__nextContentConfirm{border-radius:12px;padding:.875rem 1.5rem;font-size:.95rem}.VideoPlayer-module__rChulG__nextContentDismiss{padding:.75rem 1.25rem;font-size:.9rem}}
.YouTubePlayer-module__mK90Ya__playerWrapper{--player-primary:var(--primary-color,#469791);--player-secondary:var(--yellow,#e49a00);--player-grad1:var(--grad1,#56b3ae);--player-grad2:var(--grad2,#103f57);--player-bg:#000000e6;--player-glass:#ffffff1a;--player-glass-border:#fff3;--player-text:#fff;--player-text-muted:#ffffffb3;--player-transition:cubic-bezier(.34,1.56,.64,1);--player-transition-fast:cubic-bezier(.4,0,.2,1);background:var(--bg-color-inverse,#000);aspect-ratio:16/9;contain:layout style paint;border-radius:12px;outline:none;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.YouTubePlayer-module__mK90Ya__playerWrapper:focus-visible{outline:3px solid var(--player-primary);outline-offset:2px}.YouTubePlayer-module__mK90Ya__playerWrapper.YouTubePlayer-module__mK90Ya__fullscreen{z-index:9999;aspect-ratio:auto;border-radius:0;width:100vw;height:100vh;position:fixed;inset:0}.YouTubePlayer-module__mK90Ya__playerContainer{width:100%;height:100%;position:relative;overflow:hidden}.YouTubePlayer-module__mK90Ya__videoFrame{width:100%;height:100%;position:absolute;inset:0}.YouTubePlayer-module__mK90Ya__videoFrame iframe{border:none;width:100%;height:100%}.YouTubePlayer-module__mK90Ya__clickableOverlay{z-index:1;cursor:pointer;position:absolute;inset:0}.YouTubePlayer-module__mK90Ya__gradientOverlay{opacity:0;transition:opacity .3s var(--player-transition-fast);pointer-events:none;z-index:2;background:linear-gradient(#0006 0%,#0000 30% 70%,#000c 100%);position:absolute;inset:0}.YouTubePlayer-module__mK90Ya__gradientOverlay.YouTubePlayer-module__mK90Ya__visible{opacity:1}.YouTubePlayer-module__mK90Ya__centerPlayButton{z-index:3;opacity:0;visibility:hidden;transition:all .3s var(--player-transition);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.YouTubePlayer-module__mK90Ya__centerPlayButton.YouTubePlayer-module__mK90Ya__visible{opacity:1;visibility:visible}.YouTubePlayer-module__mK90Ya__playButtonLarge{background:linear-gradient(135deg,var(--player-primary),var(--player-grad2));cursor:pointer;width:80px;height:80px;transition:all .3s var(--player-transition);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 8px 32px #46979166,0 0 #46979166}.YouTubePlayer-module__mK90Ya__playButtonLarge:hover{transform:scale(1.1);box-shadow:0 12px 48px #46979180,0 0 0 8px #46979133}.YouTubePlayer-module__mK90Ya__playButtonLarge:active{transform:scale(.95)}.YouTubePlayer-module__mK90Ya__playButtonLarge.YouTubePlayer-module__mK90Ya__playing{background:linear-gradient(135deg,var(--player-secondary),var(--player-primary))}.YouTubePlayer-module__mK90Ya__playButtonLarge.YouTubePlayer-module__mK90Ya__buffering{animation:1.5s ease-in-out infinite YouTubePlayer-module__mK90Ya__pulse}.YouTubePlayer-module__mK90Ya__playIconWrapper{justify-content:center;align-items:center;display:flex}.YouTubePlayer-module__mK90Ya__playIcon,.YouTubePlayer-module__mK90Ya__pauseIcon{fill:#fff;width:36px;height:36px;transition:transform .2s var(--player-transition)}.YouTubePlayer-module__mK90Ya__playIcon{margin-left:4px}.YouTubePlayer-module__mK90Ya__playButtonRipple{border:2px solid var(--player-primary);opacity:0;border-radius:50%;animation:1.5s ease-out infinite YouTubePlayer-module__mK90Ya__ripple;position:absolute;inset:0}@keyframes YouTubePlayer-module__mK90Ya__ripple{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes YouTubePlayer-module__mK90Ya__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.YouTubePlayer-module__mK90Ya__bufferSpinner{width:40px;height:40px}.YouTubePlayer-module__mK90Ya__spinner{width:100%;height:100%;animation:1s linear infinite YouTubePlayer-module__mK90Ya__spin}.YouTubePlayer-module__mK90Ya__spinner circle{stroke:#fff;stroke-linecap:round;stroke-dasharray:80 200;stroke-dashoffset:0;animation:1.5s ease-in-out infinite YouTubePlayer-module__mK90Ya__dash}@keyframes YouTubePlayer-module__mK90Ya__spin{to{transform:rotate(360deg)}}@keyframes YouTubePlayer-module__mK90Ya__dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.YouTubePlayer-module__mK90Ya__bufferingOverlay{z-index:4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.YouTubePlayer-module__mK90Ya__bufferingOverlay .YouTubePlayer-module__mK90Ya__bufferSpinner{width:60px;height:60px}.YouTubePlayer-module__mK90Ya__bufferingOverlay .YouTubePlayer-module__mK90Ya__spinner circle{stroke:var(--player-primary);stroke-width:3px}.YouTubePlayer-module__mK90Ya__controlBarWrapper{z-index:5;opacity:0;transition:all .3s var(--player-transition-fast);pointer-events:none;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.YouTubePlayer-module__mK90Ya__controlBarWrapper.YouTubePlayer-module__mK90Ya__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.YouTubePlayer-module__mK90Ya__controlBar{-webkit-backdrop-filter:blur(20px);background:linear-gradient(#000000b3,#000000f2);padding:12px 16px}.YouTubePlayer-module__mK90Ya__controlsRow{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.YouTubePlayer-module__mK90Ya__controlsLeft,.YouTubePlayer-module__mK90Ya__controlsRight{align-items:center;gap:4px;display:flex}.YouTubePlayer-module__mK90Ya__playButtonSmall{cursor:pointer;width:40px;height:40px;transition:all .2s var(--player-transition-fast);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.YouTubePlayer-module__mK90Ya__playButtonSmall:hover{background:var(--player-glass)}.YouTubePlayer-module__mK90Ya__playButtonSmall svg{fill:#fff;width:24px;height:24px}.YouTubePlayer-module__mK90Ya__controlButton{cursor:pointer;width:40px;height:40px;transition:all .2s var(--player-transition-fast);color:#fff;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.YouTubePlayer-module__mK90Ya__controlButton:hover{background:var(--player-glass)}.YouTubePlayer-module__mK90Ya__controlButton:active{transform:scale(.95)}.YouTubePlayer-module__mK90Ya__controlButton svg{fill:currentColor;width:22px;height:22px}.YouTubePlayer-module__mK90Ya__progressBar{cursor:pointer;width:100%;height:6px;margin:-8px 0;padding:8px 0;position:relative}.YouTubePlayer-module__mK90Ya__progressBar:hover .YouTubePlayer-module__mK90Ya__progressTrack,.YouTubePlayer-module__mK90Ya__progressBar.YouTubePlayer-module__mK90Ya__dragging .YouTubePlayer-module__mK90Ya__progressTrack{height:8px}.YouTubePlayer-module__mK90Ya__progressBar:hover .YouTubePlayer-module__mK90Ya__progressThumb,.YouTubePlayer-module__mK90Ya__progressBar.YouTubePlayer-module__mK90Ya__dragging .YouTubePlayer-module__mK90Ya__progressThumb{transform:translate(-50%,-50%)scale(1)}.YouTubePlayer-module__mK90Ya__progressTrack{height:4px;transition:height .15s var(--player-transition-fast);background:#fff3;border-radius:4px;position:absolute;top:50%;left:0;right:0;overflow:hidden;transform:translateY(-50%)}.YouTubePlayer-module__mK90Ya__progressBuffered{background:#ffffff4d;border-radius:4px;height:4px;transition:width .1s linear;position:absolute;top:50%;left:0;transform:translateY(-50%)}.YouTubePlayer-module__mK90Ya__progressFill{background:linear-gradient(90deg,var(--player-primary),var(--player-grad1));height:4px;box-shadow:0 0 10px var(--player-primary);border-radius:4px;transition:width .1s linear;position:absolute;top:50%;left:0;transform:translateY(-50%)}.YouTubePlayer-module__mK90Ya__progressBar:hover .YouTubePlayer-module__mK90Ya__progressFill,.YouTubePlayer-module__mK90Ya__progressBar.YouTubePlayer-module__mK90Ya__dragging .YouTubePlayer-module__mK90Ya__progressFill{height:8px;box-shadow:0 0 20px var(--player-primary)}.YouTubePlayer-module__mK90Ya__progressThumb{background:var(--player-primary);width:16px;height:16px;transition:transform .15s var(--player-transition);z-index:2;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%)scale(0);box-shadow:0 2px 8px #0000004d}.YouTubePlayer-module__mK90Ya__progressHover{pointer-events:none;margin-bottom:8px;position:absolute;bottom:100%;transform:translate(-50%)}.YouTubePlayer-module__mK90Ya__hoverTime{background:var(--player-bg);color:#fff;white-space:nowrap;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:500;display:block;box-shadow:0 2px 8px #0000004d}.YouTubePlayer-module__mK90Ya__volumeControl{align-items:center;display:flex;position:relative}.YouTubePlayer-module__mK90Ya__volumeButton{cursor:pointer;width:40px;height:40px;transition:all .2s var(--player-transition-fast);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.YouTubePlayer-module__mK90Ya__volumeButton:hover{background:var(--player-glass)}.YouTubePlayer-module__mK90Ya__volumeButton svg{fill:#fff;width:22px;height:22px}.YouTubePlayer-module__mK90Ya__volumeSliderContainer{background:var(--player-bg);opacity:0;visibility:hidden;transition:all .2s var(--player-transition-fast);border-radius:8px;padding:12px 8px;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0000004d}.YouTubePlayer-module__mK90Ya__volumeControl.YouTubePlayer-module__mK90Ya__expanded .YouTubePlayer-module__mK90Ya__volumeSliderContainer,.YouTubePlayer-module__mK90Ya__volumeControl:hover .YouTubePlayer-module__mK90Ya__volumeSliderContainer{opacity:1;visibility:visible}.YouTubePlayer-module__mK90Ya__volumeSlider{cursor:pointer;width:8px;height:80px;position:relative}.YouTubePlayer-module__mK90Ya__volumeTrack{background:#fff3;border-radius:4px;position:absolute;inset:0}.YouTubePlayer-module__mK90Ya__volumeFill{background:linear-gradient(to top,var(--player-primary),var(--player-grad1));border-radius:4px;transition:height .1s linear;position:absolute;bottom:0;left:0;right:0}.YouTubePlayer-module__mK90Ya__volumeThumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .1s linear;position:absolute;left:50%;transform:translate(-50%,50%);box-shadow:0 2px 6px #0000004d}.YouTubePlayer-module__mK90Ya__timeDisplay{color:var(--player-text);font-variant-numeric:tabular-nums;align-items:center;gap:4px;padding:0 8px;font-size:13px;font-weight:500;display:flex}.YouTubePlayer-module__mK90Ya__timeSeparator,.YouTubePlayer-module__mK90Ya__duration{color:var(--player-text-muted)}.YouTubePlayer-module__mK90Ya__settingsMenu{position:relative}.YouTubePlayer-module__mK90Ya__settingsButton{cursor:pointer;width:40px;height:40px;transition:all .2s var(--player-transition-fast);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.YouTubePlayer-module__mK90Ya__settingsButton:hover,.YouTubePlayer-module__mK90Ya__settingsButton.YouTubePlayer-module__mK90Ya__active{background:var(--player-glass)}.YouTubePlayer-module__mK90Ya__settingsButton svg{fill:#fff;width:22px;height:22px;transition:transform .3s var(--player-transition)}.YouTubePlayer-module__mK90Ya__settingsButton svg.YouTubePlayer-module__mK90Ya__rotating{transform:rotate(60deg)}.YouTubePlayer-module__mK90Ya__settingsPanel{background:var(--player-bg);min-width:200px;box-shadow:0 8px 32px #0006,0 0 0 1px var(--player-glass-border);-webkit-backdrop-filter:blur(20px);animation:YouTubePlayer-module__mK90Ya__slideUp .2s var(--player-transition);border-radius:12px;margin-bottom:8px;position:absolute;bottom:100%;right:0;overflow:hidden}@keyframes YouTubePlayer-module__mK90Ya__slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.YouTubePlayer-module__mK90Ya__settingsMain,.YouTubePlayer-module__mK90Ya__settingsSubmenu{padding:8px 0}.YouTubePlayer-module__mK90Ya__settingsItem{cursor:pointer;width:100%;transition:background .15s var(--player-transition-fast);color:#fff;text-align:start;background:0 0;border:none;align-items:center;padding:12px 16px;display:flex}.YouTubePlayer-module__mK90Ya__settingsItem:hover{background:var(--player-glass)}.YouTubePlayer-module__mK90Ya__settingsIcon{justify-content:center;align-items:center;width:20px;height:20px;margin-inline-end:12px;display:flex}.YouTubePlayer-module__mK90Ya__settingsIcon svg{fill:currentColor;width:18px;height:18px}.YouTubePlayer-module__mK90Ya__settingsLabel{flex:1;font-size:14px;font-weight:500}.YouTubePlayer-module__mK90Ya__settingsValue{color:var(--player-text-muted);margin-inline-end:8px;font-size:13px}.YouTubePlayer-module__mK90Ya__settingsArrow{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.YouTubePlayer-module__mK90Ya__settingsArrow svg{width:18px;height:18px;fill:var(--player-text-muted)}[dir=rtl] .YouTubePlayer-module__mK90Ya__settingsArrow svg{transform:scaleX(-1)}.YouTubePlayer-module__mK90Ya__settingsBack{cursor:pointer;width:100%;transition:background .15s var(--player-transition-fast);color:#fff;border:none;border-bottom:1px solid var(--player-glass-border);text-align:start;background:0 0;align-items:center;padding:12px 16px;display:flex}.YouTubePlayer-module__mK90Ya__settingsBack:hover{background:var(--player-glass)}.YouTubePlayer-module__mK90Ya__settingsBack svg{fill:currentColor;width:18px;height:18px;margin-inline-end:8px}[dir=rtl] .YouTubePlayer-module__mK90Ya__settingsBack svg{transform:scaleX(-1)}.YouTubePlayer-module__mK90Ya__settingsList{max-height:240px;overflow-y:auto}.YouTubePlayer-module__mK90Ya__settingsOption{padding:10px 16px;cursor:pointer;width:100%;transition:background .15s var(--player-transition-fast);color:#fff;text-align:start;background:0 0;border:none;align-items:center;padding-inline-start:40px;font-size:14px;display:flex;position:relative}.YouTubePlayer-module__mK90Ya__settingsOption:hover{background:var(--player-glass)}.YouTubePlayer-module__mK90Ya__settingsOption.YouTubePlayer-module__mK90Ya__selected{color:var(--player-primary)}.YouTubePlayer-module__mK90Ya__checkIcon{width:18px;height:18px;fill:var(--player-primary);position:absolute;left:12px}[dir=rtl] .YouTubePlayer-module__mK90Ya__checkIcon{left:auto;right:12px}.dark .YouTubePlayer-module__mK90Ya__playerWrapper{--player-glass:#ffffff14;--player-glass-border:#ffffff1f}@media (max-width:768px){.YouTubePlayer-module__mK90Ya__playButtonLarge{width:64px;height:64px}.YouTubePlayer-module__mK90Ya__playIcon,.YouTubePlayer-module__mK90Ya__pauseIcon{width:28px;height:28px}.YouTubePlayer-module__mK90Ya__controlBar{padding:8px 12px}.YouTubePlayer-module__mK90Ya__controlsRow{gap:4px;margin-top:8px}.YouTubePlayer-module__mK90Ya__controlButton,.YouTubePlayer-module__mK90Ya__playButtonSmall,.YouTubePlayer-module__mK90Ya__volumeButton,.YouTubePlayer-module__mK90Ya__settingsButton{width:36px;height:36px}.YouTubePlayer-module__mK90Ya__controlButton svg,.YouTubePlayer-module__mK90Ya__playButtonSmall svg,.YouTubePlayer-module__mK90Ya__volumeButton svg,.YouTubePlayer-module__mK90Ya__settingsButton svg{width:20px;height:20px}.YouTubePlayer-module__mK90Ya__timeDisplay{padding:0 4px;font-size:12px}.YouTubePlayer-module__mK90Ya__controlsLeft .YouTubePlayer-module__mK90Ya__controlButton:nth-child(2),.YouTubePlayer-module__mK90Ya__controlsLeft .YouTubePlayer-module__mK90Ya__controlButton:nth-child(3){display:none}}@media (max-width:480px){.YouTubePlayer-module__mK90Ya__playButtonLarge{width:56px;height:56px}.YouTubePlayer-module__mK90Ya__playIcon,.YouTubePlayer-module__mK90Ya__pauseIcon{width:24px;height:24px}.YouTubePlayer-module__mK90Ya__controlBar{padding:6px 8px}.YouTubePlayer-module__mK90Ya__controlButton,.YouTubePlayer-module__mK90Ya__playButtonSmall,.YouTubePlayer-module__mK90Ya__volumeButton,.YouTubePlayer-module__mK90Ya__settingsButton{width:32px;height:32px}.YouTubePlayer-module__mK90Ya__controlButton svg,.YouTubePlayer-module__mK90Ya__playButtonSmall svg,.YouTubePlayer-module__mK90Ya__volumeButton svg,.YouTubePlayer-module__mK90Ya__settingsButton svg{width:18px;height:18px}.YouTubePlayer-module__mK90Ya__timeDisplay{font-size:11px}.YouTubePlayer-module__mK90Ya__settingsPanel{min-width:160px}}@media (min-width:768px) and (max-width:992px){.YouTubePlayer-module__mK90Ya__playerWrapper{height:100%;max-height:500px}}@media (max-width:992px){.YouTubePlayer-module__mK90Ya__playerWrapper{max-height:300px}.YouTubePlayer-module__mK90Ya__playerWrapper.YouTubePlayer-module__mK90Ya__fullscreen{max-height:none}}@media (prefers-contrast:high){.YouTubePlayer-module__mK90Ya__progressFill{background:var(--player-primary)}.YouTubePlayer-module__mK90Ya__controlButton:focus-visible,.YouTubePlayer-module__mK90Ya__playButtonSmall:focus-visible,.YouTubePlayer-module__mK90Ya__volumeButton:focus-visible,.YouTubePlayer-module__mK90Ya__settingsButton:focus-visible,.YouTubePlayer-module__mK90Ya__playButtonLarge:focus-visible{outline-offset:2px;outline:3px solid #fff}}@media (prefers-reduced-motion:reduce){.YouTubePlayer-module__mK90Ya__playButtonLarge,.YouTubePlayer-module__mK90Ya__playButtonRipple,.YouTubePlayer-module__mK90Ya__settingsButton svg,.YouTubePlayer-module__mK90Ya__progressThumb,.YouTubePlayer-module__mK90Ya__volumeThumb,.YouTubePlayer-module__mK90Ya__settingsPanel{transition:none;animation:none}}
.CourseDetails-module__162G4q__courseDetailsSection{background:var(--bg-color);min-height:100vh;position:relative}.CourseDetails-module__162G4q__heroHeader{background:linear-gradient(135deg,var(--grad2)0%,var(--grad1)100%);padding:50px 0 70px;position:relative;overflow:hidden}.CourseDetails-module__162G4q__heroHeader:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.CourseDetails-module__162G4q__heroHeader:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0f 0%,#0000 60%);border-radius:50%;width:400px;height:400px;animation:12s ease-in-out infinite CourseDetails-module__162G4q__floatOrb;position:absolute;top:-30%;left:-10%}@keyframes CourseDetails-module__162G4q__floatOrb{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,20px)scale(1.1)}}.CourseDetails-module__162G4q__heroContent{z-index:1;position:relative}.CourseDetails-module__162G4q__navBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.CourseDetails-module__162G4q__backButton{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50px;align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.CourseDetails-module__162G4q__backButton:hover{background:#ffffff38;transform:translate(5px);box-shadow:0 8px 30px #00000026}[dir=ltr] .CourseDetails-module__162G4q__backButton:hover{transform:translate(-5px)}.CourseDetails-module__162G4q__backButton svg{width:18px;height:18px;transition:transform .3s}.CourseDetails-module__162G4q__backButton:hover svg{transform:translate(3px)}[dir=ltr] .CourseDetails-module__162G4q__backButton:hover svg{transform:translate(-3px)}.CourseDetails-module__162G4q__lastUpdatedBadge{-webkit-backdrop-filter:blur(10px);color:#ffffffe6;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:500;display:inline-flex}.CourseDetails-module__162G4q__lastUpdatedBadge svg{opacity:.8;width:16px;height:16px}.CourseDetails-module__162G4q__navBarRight{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.CourseDetails-module__162G4q__headerShareButtons{align-items:center!important;gap:10px!important;display:flex!important}a.CourseDetails-module__162G4q__headerShareButton{-webkit-backdrop-filter:blur(10px);cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);color:#fff!important;background:#ffffff26!important;border:1px solid #fff3!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;font-size:1.1rem!important;text-decoration:none!important;display:flex!important}a.CourseDetails-module__162G4q__headerShareButton i{line-height:1;color:#fff!important;font-size:1.1rem!important}a.CourseDetails-module__162G4q__headerShareButton:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003;color:#fff!important;background:#ffffff47!important}.CourseDetails-module__162G4q__courseHeaderContent{max-width:850px}.CourseDetails-module__162G4q__categoryBadge{-webkit-backdrop-filter:blur(12px);color:#fff;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border:1px solid #fff3;border-radius:50px;align-items:center;gap:10px;margin-bottom:20px;padding:8px 20px 8px 8px;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.CourseDetails-module__162G4q__categoryBadge:hover{background:linear-gradient(135deg,#ffffff40,#ffffff1a);transform:translateY(-2px)}.CourseDetails-module__162G4q__categoryBadge svg{background:linear-gradient(135deg,#ffffff40,#ffffff1a);border:1px solid #fff3;border-radius:50%;width:32px;height:32px;padding:7px}.CourseDetails-module__162G4q__heroTitle{color:#fff;text-shadow:0 2px 20px #0003;letter-spacing:-.5px;margin-bottom:28px;font-size:2.8rem;font-weight:700;line-height:1.25}.CourseDetails-module__162G4q__metaRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.CourseDetails-module__162G4q__metaItem{-webkit-backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:10px;padding:12px 20px;transition:all .3s;display:flex}.CourseDetails-module__162G4q__metaItem:hover{background:#ffffff2e;transform:translateY(-2px)}.CourseDetails-module__162G4q__metaIcon{color:#fff;background:linear-gradient(135deg,#ffffff40 0%,#ffffff14 100%);border:1px solid #ffffff4d;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__metaIcon svg{z-index:1;width:18px;height:18px;position:relative}.CourseDetails-module__162G4q__metaText{color:#fff;font-size:.95rem;font-weight:500}.CourseDetails-module__162G4q__mobileCard{z-index:10;margin-top:-40px;padding-bottom:30px;display:none;position:relative}.CourseDetails-module__162G4q__mobileCardInner{background:var(--bg-color);border:1px solid var(--border-color);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.CourseDetails-module__162G4q__mobileImageWrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.CourseDetails-module__162G4q__mobileImage{transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.CourseDetails-module__162G4q__mobileCardInner:hover .CourseDetails-module__162G4q__mobileImage{transform:scale(1.05)}.CourseDetails-module__162G4q__imageOverlay{pointer-events:none;background:linear-gradient(#0000 0% 50%,#00000080 100%);position:absolute;inset:0}.CourseDetails-module__162G4q__priceBadge{background:linear-gradient(135deg,var(--grad1),var(--grad2));color:#fff;border-radius:50px;align-items:center;gap:8px;padding:12px 22px;font-size:1.1rem;font-weight:700;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 8px 25px #00000040}[dir=ltr] .CourseDetails-module__162G4q__priceBadge{left:16px;right:auto}.CourseDetails-module__162G4q__priceBadge.CourseDetails-module__162G4q__free{background:linear-gradient(135deg,var(--yellow),#f59e0b)}.CourseDetails-module__162G4q__priceBadge svg{width:20px;height:20px}.CourseDetails-module__162G4q__originalPrice{opacity:.7;font-size:.85rem;font-weight:500;text-decoration:line-through}.CourseDetails-module__162G4q__mobileCardContent{padding:24px}.CourseDetails-module__162G4q__mobileMetaInfo{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.CourseDetails-module__162G4q__mobileMetaItem{background:linear-gradient(135deg,var(--semi-bg-color)0%,var(--bg-color)100%);border:1px solid var(--border-color);color:var(--semi-black-light-color);border-radius:50px;align-items:center;gap:10px;padding:8px 16px 8px 8px;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.CourseDetails-module__162G4q__mobileMetaItem:hover{border-color:#4697914d;transform:translateY(-1px)}.CourseDetails-module__162G4q__mobileMetaItem svg{width:30px;height:30px;color:var(--primary-color);background:linear-gradient(145deg,#4697911f 0%,#4697910a 100%);border:1px solid #46979133;border-radius:10px;padding:6px;transition:all .3s}.CourseDetails-module__162G4q__primaryButton{background:linear-gradient(135deg,var(--grad1),var(--grad2));color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px 28px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__primaryButton:before{content:"";background:linear-gradient(135deg,var(--grad2),var(--grad1));opacity:0;transition:opacity .3s;position:absolute;inset:0}.CourseDetails-module__162G4q__primaryButton:hover:before{opacity:1}.CourseDetails-module__162G4q__primaryButton span,.CourseDetails-module__162G4q__primaryButton svg{z-index:1;position:relative}.CourseDetails-module__162G4q__primaryButton:hover{transform:translateY(-3px);box-shadow:0 12px 35px #46979159}.CourseDetails-module__162G4q__primaryButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.CourseDetails-module__162G4q__primaryButton svg{width:20px;height:20px;transition:transform .3s}.CourseDetails-module__162G4q__primaryButton:hover svg{transform:translate(-4px)}[dir=ltr] .CourseDetails-module__162G4q__primaryButton:hover svg{transform:translate(4px)}.CourseDetails-module__162G4q__mainContainer{padding:50px 0 100px;position:relative}.CourseDetails-module__162G4q__contentWrapper{grid-template-columns:1fr 400px;align-items:start;gap:40px;display:grid}.CourseDetails-module__162G4q__leftColumn{flex-direction:column;gap:28px;display:flex}.CourseDetails-module__162G4q__rightColumn{position:sticky;top:125px}.CourseDetails-module__162G4q__sectionCard{background:var(--bg-color);border:1px solid var(--border-color);border-radius:24px;padding:28px;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.CourseDetails-module__162G4q__sectionCard:before{content:"";background:linear-gradient(90deg,var(--grad1),var(--grad2));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.CourseDetails-module__162G4q__sectionCard:hover{border-color:#46979140;transform:translateY(-2px);box-shadow:0 12px 40px #00000014}.CourseDetails-module__162G4q__sectionCard:hover:before{opacity:1}.CourseDetails-module__162G4q__sectionHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:16px;margin-bottom:22px;padding-bottom:18px;display:flex}.CourseDetails-module__162G4q__sectionIcon{width:50px;height:50px;color:var(--primary-color);background:linear-gradient(135deg,#46979126 0%,#4697910d 100%);border:1px solid #4697914d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__sectionIcon svg{z-index:1;width:24px;height:24px;position:relative}.CourseDetails-module__162G4q__sectionTitle{color:var(--black-light-color);letter-spacing:-.3px;margin:0;font-size:1.3rem;font-weight:700}.CourseDetails-module__162G4q__sectionContent{color:var(--semi-black-light-color);font-size:.95rem;line-height:1.85}.CourseDetails-module__162G4q__sectionContent p{margin-bottom:14px}.CourseDetails-module__162G4q__sectionContent ul,.CourseDetails-module__162G4q__sectionContent ol{margin-bottom:14px;padding-right:20px}[dir=ltr] .CourseDetails-module__162G4q__sectionContent ul,[dir=ltr] .CourseDetails-module__162G4q__sectionContent ol{padding-left:20px;padding-right:0}.CourseDetails-module__162G4q__videoWrapper{background:#000;border-radius:16px;width:100%;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000026}.CourseDetails-module__162G4q__datesWrapper{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.CourseDetails-module__162G4q__dateItem{background:var(--semi-bg-color);border:1px solid var(--border-color);border-radius:16px;align-items:center;gap:16px;padding:18px;transition:all .3s;display:flex}.CourseDetails-module__162G4q__dateItem:hover{border-color:#4697914d;transform:translateY(-2px)}.CourseDetails-module__162G4q__dateIcon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__dateIcon svg{z-index:1;width:24px;height:24px;position:relative}.CourseDetails-module__162G4q__dateIcon.CourseDetails-module__162G4q__opens{color:var(--primary-color);background:linear-gradient(145deg,#46979133 0%,#46979114 100%);border:1px solid #4697914d}.CourseDetails-module__162G4q__dateIcon.CourseDetails-module__162G4q__closes{color:var(--yellow);background:linear-gradient(145deg,#e49a0033 0%,#e49a0014 100%);border:1px solid #e49a004d}.CourseDetails-module__162G4q__dateInfo{flex-direction:column;gap:4px;display:flex}.CourseDetails-module__162G4q__dateLabel{color:var(--semi-black-light-color);font-size:.8rem;font-weight:500}.CourseDetails-module__162G4q__dateValue{color:var(--black-light-color);font-size:1rem;font-weight:700}.CourseDetails-module__162G4q__trainerSectionFull{background:var(--bg-color);border:1px solid var(--border-color);border-radius:24px;padding:28px;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.CourseDetails-module__162G4q__trainerSectionFull:before{content:"";background:linear-gradient(90deg,var(--grad1),var(--grad2));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.CourseDetails-module__162G4q__trainerSectionFull:hover{border-color:#46979140;box-shadow:0 12px 40px #00000014}.CourseDetails-module__162G4q__trainerSectionFull:hover:before{opacity:1}.CourseDetails-module__162G4q__trainerCardFull{background:linear-gradient(135deg,#4697910f,#46979105);border-radius:18px;align-items:center;gap:24px;padding:22px;transition:all .3s;display:flex}.CourseDetails-module__162G4q__trainerCardFull:hover{background:linear-gradient(135deg,#4697911a,#4697910a)}.CourseDetails-module__162G4q__trainerImageWrapper{flex-shrink:0;position:relative}.CourseDetails-module__162G4q__trainerImage{border:3px solid var(--primary-color);object-fit:cover;border-radius:50%;width:100px;height:100px;box-shadow:0 4px 20px #46979133}.CourseDetails-module__162G4q__trainerInfoFull{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.CourseDetails-module__162G4q__trainerName{color:var(--black-light-color);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.CourseDetails-module__162G4q__trainerTitle{color:var(--semi-black-light-color);align-items:center;gap:8px;font-size:.9rem;display:flex}.CourseDetails-module__162G4q__trainerTitle:before{content:"";background:linear-gradient(135deg,var(--grad1),var(--grad2));border-radius:50%;flex-shrink:0;width:8px;height:8px}.CourseDetails-module__162G4q__secondaryButton{color:var(--primary-color);background:linear-gradient(135deg,#46979114 0%,#46979105 100%);border:1.5px solid #4697914d;border-radius:50px;flex-shrink:0;align-items:center;gap:10px;padding:14px 26px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.CourseDetails-module__162G4q__secondaryButton:hover{background:linear-gradient(135deg,#46979126 0%,#4697910d 100%);border-color:#46979180}.CourseDetails-module__162G4q__secondaryButton svg{width:18px;height:18px}.CourseDetails-module__162G4q__reviewsWrapper{flex-direction:column;gap:24px;display:flex}.CourseDetails-module__162G4q__totalRating{background:linear-gradient(135deg,var(--grad1),var(--grad2));color:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:35px;display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__totalRating:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 50%);width:200%;height:200%;animation:3s ease-in-out infinite CourseDetails-module__162G4q__pulse;position:absolute;top:-50%;left:-50%}@keyframes CourseDetails-module__162G4q__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.CourseDetails-module__162G4q__ratingBig{z-index:1;text-shadow:0 2px 10px #0003;font-size:4rem;font-weight:700;line-height:1;position:relative}.CourseDetails-module__162G4q__ratingStars{z-index:1;align-items:center;gap:4px;display:flex;position:relative}.CourseDetails-module__162G4q__ratingLabel{opacity:.9;z-index:1;margin-top:8px;font-size:.95rem;position:relative}.CourseDetails-module__162G4q__reviewsList{flex-direction:column;gap:16px;display:flex}.CourseDetails-module__162G4q__reviewItem{background:var(--semi-bg-color);border:1px solid var(--border-color);border-radius:18px;padding:22px;transition:all .3s}.CourseDetails-module__162G4q__reviewItem:hover{border-color:#4697914d;transform:translateY(-2px);box-shadow:0 8px 25px #0000000f}.CourseDetails-module__162G4q__reviewHeader{margin-bottom:14px}.CourseDetails-module__162G4q__reviewerInfo{align-items:center;gap:16px;display:flex}.CourseDetails-module__162G4q__reviewerImage{object-fit:cover;border:2px solid var(--primary-color);border-radius:50%;width:54px;height:54px}.CourseDetails-module__162G4q__reviewerDetails{flex-direction:column;gap:4px;display:flex}.CourseDetails-module__162G4q__reviewerName{color:var(--black-light-color);font-size:1rem;font-weight:700}.CourseDetails-module__162G4q__reviewComment{color:var(--semi-black-light-color);margin:0;font-size:.95rem;line-height:1.75}.CourseDetails-module__162G4q__sidebarCard{background:var(--bg-color);border:1px solid var(--border-color);border-radius:24px;transition:all .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;box-shadow:0 15px 50px #0000001a}.CourseDetails-module__162G4q__sidebarCard:hover{transform:translateY(-3px);box-shadow:0 20px 60px #0000001f}.CourseDetails-module__162G4q__sidebarImageWrapper{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.CourseDetails-module__162G4q__sidebarImage{transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.CourseDetails-module__162G4q__sidebarCard:hover .CourseDetails-module__162G4q__sidebarImage{transform:scale(1.05)}.CourseDetails-module__162G4q__sidebarRatingBadge{-webkit-backdrop-filter:blur(10px);color:var(--yellow);background:linear-gradient(135deg,#fffffff2,#ffffffd9);border:1px solid #ffffff80;border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 8px 32px #00000026}[dir=ltr] .CourseDetails-module__162G4q__sidebarRatingBadge{left:16px;right:auto}.CourseDetails-module__162G4q__sidebarRatingBadge svg{filter:drop-shadow(0 2px 4px #e49a004d);width:18px;height:18px}.CourseDetails-module__162G4q__sidebarPrice{text-align:center;border-bottom:1px solid var(--border-color);padding:24px}.CourseDetails-module__162G4q__freePrice{background:linear-gradient(135deg,var(--yellow),#f59e0b);color:#fff;border-radius:50px;align-items:center;gap:12px;padding:14px 36px;font-size:1.6rem;font-weight:700;display:inline-flex;box-shadow:0 6px 25px #e49a004d}.CourseDetails-module__162G4q__freePrice svg{width:28px;height:28px}.CourseDetails-module__162G4q__paidPrice{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.CourseDetails-module__162G4q__currentPrice{color:var(--primary-color);font-size:2.2rem;font-weight:700}.CourseDetails-module__162G4q__discountPrice{color:var(--semi-black-light-color);font-size:1.1rem;text-decoration:line-through}.CourseDetails-module__162G4q__discountBadge{background:linear-gradient(135deg,var(--yellow),#f59e0b);color:#fff;border-radius:50px;padding:6px 14px;font-size:.9rem;font-weight:700}.CourseDetails-module__162G4q__sidebarStats{border-bottom:1px solid var(--border-color);grid-template-columns:repeat(2,1fr);gap:14px;padding:20px 24px;display:grid}.CourseDetails-module__162G4q__statBox{background:var(--semi-bg-color);border:1px solid var(--border-color);border-radius:14px;align-items:center;gap:12px;padding:14px;transition:all .3s;display:flex}.CourseDetails-module__162G4q__statBox:hover{border-color:#4697914d}.CourseDetails-module__162G4q__statBoxIcon{width:44px;height:44px;color:var(--primary-color);background:linear-gradient(145deg,#46979126 0%,#4697910d 100%);border:1px solid #46979140;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__statBoxIcon svg{z-index:1;width:20px;height:20px;position:relative}.CourseDetails-module__162G4q__statBoxContent{flex-direction:column;gap:2px;min-width:0;display:flex}.CourseDetails-module__162G4q__statBoxValue{color:var(--black-light-color);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.CourseDetails-module__162G4q__statBoxLabel{color:var(--semi-black-light-color);font-size:.75rem}.CourseDetails-module__162G4q__sidebarButtonWrapper{padding:24px}.CourseDetails-module__162G4q__relatedSection{border-top:1px solid var(--border-color);margin-top:60px;padding-top:50px}.CourseDetails-module__162G4q__relatedHeader{align-items:center;gap:18px;margin-bottom:35px;display:flex}.CourseDetails-module__162G4q__relatedIcon{width:56px;height:56px;color:var(--primary-color);background:linear-gradient(145deg,#4697911f 0%,#4697910a 100%);border:2px solid #0000;border-radius:18px;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__relatedIcon svg{z-index:1;width:28px;height:28px;position:relative}.CourseDetails-module__162G4q__relatedTitle{color:var(--black-light-color);letter-spacing:-.3px;margin:0;font-size:1.6rem;font-weight:700}.CourseDetails-module__162G4q__loadingState{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:60vh;display:flex}.CourseDetails-module__162G4q__loadingSpinner{border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;width:60px;height:60px;animation:1s linear infinite CourseDetails-module__162G4q__spin}@keyframes CourseDetails-module__162G4q__spin{to{transform:rotate(360deg)}}.CourseDetails-module__162G4q__loadingText{color:var(--semi-black-light-color);font-size:1.05rem;font-weight:500}.CourseDetails-module__162G4q__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:50px 20px;display:flex}.CourseDetails-module__162G4q__emptyIcon{width:120px;height:120px;color:var(--primary-color);background:linear-gradient(145deg,#4697911a 0%,#46979105 100%);border:2px solid #0000;border-radius:32px;justify-content:center;align-items:center;margin-bottom:30px;display:flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__emptyIcon svg{z-index:1;width:52px;height:52px;position:relative}.CourseDetails-module__162G4q__emptyState h3{color:var(--black-light-color);margin-bottom:20px;font-size:1.6rem;font-weight:700}@media screen and (max-width:1200px){.CourseDetails-module__162G4q__contentWrapper{grid-template-columns:1fr 360px;gap:30px}.CourseDetails-module__162G4q__heroTitle{font-size:2.4rem}}@media screen and (max-width:992px){.CourseDetails-module__162G4q__heroHeader{padding:40px 0 60px}.CourseDetails-module__162G4q__heroTitle{font-size:2rem}.CourseDetails-module__162G4q__mobileCard{display:block}.CourseDetails-module__162G4q__contentWrapper{grid-template-columns:1fr}.CourseDetails-module__162G4q__rightColumn{display:none}.CourseDetails-module__162G4q__sectionCard{padding:22px}.CourseDetails-module__162G4q__datesWrapper{grid-template-columns:1fr}.CourseDetails-module__162G4q__navBar{flex-direction:column;align-items:flex-start;gap:15px}.CourseDetails-module__162G4q__navBarRight{justify-content:space-between;width:100%}}@media screen and (max-width:768px){.CourseDetails-module__162G4q__heroHeader{padding:30px 0 50px}.CourseDetails-module__162G4q__heroTitle{margin-bottom:20px;font-size:1.7rem}.CourseDetails-module__162G4q__metaRow{gap:10px}.CourseDetails-module__162G4q__metaItem{padding:10px 16px}.CourseDetails-module__162G4q__metaIcon{width:32px;height:32px}.CourseDetails-module__162G4q__metaIcon svg{width:16px;height:16px}.CourseDetails-module__162G4q__metaText{font-size:.85rem}.CourseDetails-module__162G4q__mobileCardInner{border-radius:20px}.CourseDetails-module__162G4q__mobileImageWrapper{aspect-ratio:16/9}.CourseDetails-module__162G4q__priceBadge{padding:10px 18px;font-size:1rem}.CourseDetails-module__162G4q__sectionHeader{gap:14px;margin-bottom:18px;padding-bottom:14px}.CourseDetails-module__162G4q__sectionIcon{width:44px;height:44px}.CourseDetails-module__162G4q__sectionIcon svg{width:20px;height:20px}.CourseDetails-module__162G4q__sectionTitle{font-size:1.15rem}.CourseDetails-module__162G4q__totalRating{padding:28px}.CourseDetails-module__162G4q__ratingBig{font-size:3.2rem}.CourseDetails-module__162G4q__reviewItem{padding:18px}.CourseDetails-module__162G4q__reviewerImage{width:48px;height:48px}.CourseDetails-module__162G4q__relatedHeader{gap:14px;margin-bottom:28px}.CourseDetails-module__162G4q__relatedIcon{width:48px;height:48px}.CourseDetails-module__162G4q__relatedIcon svg{width:22px;height:22px}.CourseDetails-module__162G4q__relatedTitle{font-size:1.35rem}.CourseDetails-module__162G4q__trainerCardFull{gap:18px;padding:18px}.CourseDetails-module__162G4q__trainerImage{width:85px;height:85px}.CourseDetails-module__162G4q__trainerName{font-size:1.1rem}.CourseDetails-module__162G4q__secondaryButton{padding:12px 22px;font-size:.9rem}}@media screen and (max-width:576px){.CourseDetails-module__162G4q__heroHeader{padding:25px 0 40px}.CourseDetails-module__162G4q__backButton{padding:10px 18px;font-size:.85rem}.CourseDetails-module__162G4q__lastUpdatedBadge{padding:8px 14px;font-size:.8rem}.CourseDetails-module__162G4q__headerShareButton{border-radius:10px;width:36px;min-width:36px;height:36px;min-height:36px;font-size:.9rem}.CourseDetails-module__162G4q__headerShareButton i{font-size:.9rem}.CourseDetails-module__162G4q__headerShareButtons{gap:6px}.CourseDetails-module__162G4q__categoryBadge{padding:8px 16px;font-size:.85rem}.CourseDetails-module__162G4q__heroTitle{font-size:1.45rem;line-height:1.35}.CourseDetails-module__162G4q__metaRow{flex-direction:column;align-items:stretch;gap:10px}.CourseDetails-module__162G4q__metaItem{justify-content:flex-start}.CourseDetails-module__162G4q__mobileCard{margin-top:-30px;padding-bottom:25px}.CourseDetails-module__162G4q__mobileImageWrapper{aspect-ratio:4/3}.CourseDetails-module__162G4q__priceBadge{padding:8px 14px;font-size:.9rem;bottom:12px;right:12px}[dir=ltr] .CourseDetails-module__162G4q__priceBadge{left:12px;right:auto}.CourseDetails-module__162G4q__mobileCardContent{padding:18px}.CourseDetails-module__162G4q__primaryButton{padding:14px 22px;font-size:1rem}.CourseDetails-module__162G4q__mainContainer{padding:35px 0 70px}.CourseDetails-module__162G4q__leftColumn{gap:22px}.CourseDetails-module__162G4q__sectionCard{border-radius:20px;padding:18px}.CourseDetails-module__162G4q__sectionHeader{gap:12px;margin-bottom:15px;padding-bottom:12px}.CourseDetails-module__162G4q__sectionIcon{border-radius:12px;width:40px;height:40px}.CourseDetails-module__162G4q__sectionIcon svg{width:18px;height:18px}.CourseDetails-module__162G4q__sectionTitle{font-size:1.05rem}.CourseDetails-module__162G4q__sectionContent{font-size:.9rem;line-height:1.75}.CourseDetails-module__162G4q__dateItem{gap:14px;padding:14px}.CourseDetails-module__162G4q__dateIcon{width:42px;height:42px}.CourseDetails-module__162G4q__dateIcon svg{width:20px;height:20px}.CourseDetails-module__162G4q__dateLabel{font-size:.75rem}.CourseDetails-module__162G4q__dateValue{font-size:.9rem}.CourseDetails-module__162G4q__trainerSectionFull{border-radius:20px;padding:18px}.CourseDetails-module__162G4q__trainerCardFull{text-align:center;flex-direction:column;gap:16px;padding:20px 16px}.CourseDetails-module__162G4q__trainerImageWrapper{margin:0 auto}.CourseDetails-module__162G4q__trainerImage{width:95px;height:95px}.CourseDetails-module__162G4q__trainerInfoFull{align-items:center}.CourseDetails-module__162G4q__trainerTitle{justify-content:center}.CourseDetails-module__162G4q__secondaryButton{justify-content:center;width:100%}.CourseDetails-module__162G4q__totalRating{padding:24px}.CourseDetails-module__162G4q__ratingBig{font-size:2.8rem}.CourseDetails-module__162G4q__ratingLabel{font-size:.85rem}.CourseDetails-module__162G4q__reviewItem{border-radius:16px;padding:16px}.CourseDetails-module__162G4q__reviewerInfo{gap:12px}.CourseDetails-module__162G4q__reviewerImage{width:44px;height:44px}.CourseDetails-module__162G4q__reviewerName{font-size:.95rem}.CourseDetails-module__162G4q__reviewComment{font-size:.9rem}.CourseDetails-module__162G4q__relatedSection{margin-top:45px;padding-top:35px}.CourseDetails-module__162G4q__relatedHeader{gap:12px;margin-bottom:22px}.CourseDetails-module__162G4q__relatedIcon{border-radius:14px;width:44px;height:44px}.CourseDetails-module__162G4q__relatedIcon svg{width:20px;height:20px}.CourseDetails-module__162G4q__relatedTitle{font-size:1.25rem}.CourseDetails-module__162G4q__emptyIcon{width:90px;height:90px}.CourseDetails-module__162G4q__emptyIcon svg{width:40px;height:40px}.CourseDetails-module__162G4q__emptyState h3{font-size:1.35rem}}@media screen and (max-width:400px){.CourseDetails-module__162G4q__heroTitle{font-size:1.3rem}.CourseDetails-module__162G4q__categoryBadge{gap:6px;padding:6px 12px;font-size:.8rem}.CourseDetails-module__162G4q__metaItem{gap:8px;padding:8px 12px}.CourseDetails-module__162G4q__metaIcon{width:28px;height:28px}.CourseDetails-module__162G4q__metaText{font-size:.8rem}.CourseDetails-module__162G4q__backButton{padding:8px 14px;font-size:.8rem}.CourseDetails-module__162G4q__priceBadge{gap:6px;padding:6px 12px;font-size:.85rem}.CourseDetails-module__162G4q__primaryButton{gap:10px;padding:12px 18px;font-size:.95rem}.CourseDetails-module__162G4q__sectionIcon{border-radius:10px;width:36px;height:36px}.CourseDetails-module__162G4q__sectionIcon svg{width:16px;height:16px}.CourseDetails-module__162G4q__sectionTitle{font-size:1rem}.CourseDetails-module__162G4q__dateIcon{width:38px;height:38px}.CourseDetails-module__162G4q__ratingBig{font-size:2.4rem}.CourseDetails-module__162G4q__reviewerImage{width:40px;height:40px}.CourseDetails-module__162G4q__reviewerName{font-size:.9rem}.CourseDetails-module__162G4q__relatedIcon{width:40px;height:40px}.CourseDetails-module__162G4q__relatedIcon svg{width:18px;height:18px}.CourseDetails-module__162G4q__relatedTitle{font-size:1.15rem}}.CourseDetails-module__162G4q__addRatingSection{border-top:1px solid var(--border-color);margin-top:32px;padding-top:32px}.CourseDetails-module__162G4q__addRatingHeader{align-items:center;gap:14px;margin-bottom:24px;display:flex}.CourseDetails-module__162G4q__addRatingIcon{width:44px;height:44px;color:var(--primary-color);background:linear-gradient(145deg,#46979126 0%,#4697910d 100%);border:1px solid #4697914d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CourseDetails-module__162G4q__addRatingIcon svg{width:22px;height:22px}.CourseDetails-module__162G4q__addRatingTitle{color:var(--black-light-color);margin:0;font-size:1.15rem;font-weight:700}.CourseDetails-module__162G4q__starSelector{background:var(--semi-bg-color);border:1px solid var(--border-color);border-radius:16px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:20px;padding:20px;display:flex}.CourseDetails-module__162G4q__starSelectorLabel{color:var(--semi-black-light-color);font-size:.95rem;font-weight:600}.CourseDetails-module__162G4q__starSelectorStars{gap:8px;display:flex}.CourseDetails-module__162G4q__starButton{border:2px solid var(--border-color);width:44px;height:44px;color:var(--semi-black-light-color);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.CourseDetails-module__162G4q__starButton:hover{border-color:var(--yellow);transform:scale(1.1)}.CourseDetails-module__162G4q__starButton svg{width:24px;height:24px;transition:transform .3s}.CourseDetails-module__162G4q__starButton.CourseDetails-module__162G4q__starActive{border-color:var(--yellow);color:var(--yellow);background:linear-gradient(145deg,#e49a0026 0%,#e49a000d 100%)}.CourseDetails-module__162G4q__starButton.CourseDetails-module__162G4q__starActive:hover{transform:scale(1.15)}.CourseDetails-module__162G4q__selectedRatingText{background:linear-gradient(135deg,var(--yellow),#f59e0b);color:#fff;border-radius:50px;margin-inline-start:auto;padding:8px 16px;font-size:.9rem;font-weight:700}.CourseDetails-module__162G4q__commentWrapper{margin-bottom:20px}.CourseDetails-module__162G4q__commentTextarea{background:var(--semi-bg-color);border:1px solid var(--border-color);width:100%;min-height:120px;color:var(--black-light-color);resize:vertical;border-radius:16px;padding:18px;font-family:inherit;font-size:.95rem;line-height:1.7;transition:all .3s}.CourseDetails-module__162G4q__commentTextarea::placeholder{color:var(--semi-black-light-color);opacity:.7}.CourseDetails-module__162G4q__commentTextarea:focus{border-color:#46979180;outline:none;box-shadow:0 0 0 4px #4697911a}.CourseDetails-module__162G4q__submitRatingButton{background:linear-gradient(135deg,var(--grad1),var(--grad2));color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:16px 36px;font-size:1rem;font-weight:600;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden}.CourseDetails-module__162G4q__submitRatingButton:before{content:"";background:linear-gradient(135deg,var(--grad2),var(--grad1));opacity:0;transition:opacity .3s;position:absolute;inset:0}.CourseDetails-module__162G4q__submitRatingButton:hover:before{opacity:1}.CourseDetails-module__162G4q__submitRatingButton span,.CourseDetails-module__162G4q__submitRatingButton svg{z-index:1;position:relative}.CourseDetails-module__162G4q__submitRatingButton:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #46979159}.CourseDetails-module__162G4q__submitRatingButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.CourseDetails-module__162G4q__submitRatingButton svg{width:20px;height:20px}.CourseDetails-module__162G4q__submitSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite CourseDetails-module__162G4q__spin}.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__sectionCard{background:linear-gradient(145deg,#2a2a2a 0%,#1e1e1e 100%);border-color:#ffffff1a}.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__sectionCard:hover{border-color:#46979166}.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__sidebarCard,.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__mobileCardInner,.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__trainerSectionFull{background:linear-gradient(145deg,#2a2a2a 0%,#1e1e1e 100%);border-color:#ffffff1a}.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__dateItem,.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__statBox,.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__reviewItem,.CourseDetails-module__162G4q__dark .CourseDetails-module__162G4q__mobileMetaItem{background:#252525;border-color:#ffffff1a}
.Comments-module__auP1oG__commentsSection{background:var(--light-black-color);color:var(--black-light-color);border:1px solid var(--border-color);border-radius:20px;margin-top:2rem;padding:2rem;box-shadow:0 10px 40px #0000000f}.Comments-module__auP1oG__sectionHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Comments-module__auP1oG__sectionIcon{background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex;box-shadow:0 8px 25px #4697914d}.Comments-module__auP1oG__sectionTitle{color:var(--black-light-color);align-items:center;gap:.5rem;margin:0;font-size:1.5rem;font-weight:700;display:flex}.Comments-module__auP1oG__commentCount{color:var(--semi-black-light-color);font-size:1rem;font-weight:500}.Comments-module__auP1oG__newCommentForm{gap:1rem;margin-bottom:1.5rem;display:flex}.Comments-module__auP1oG__askInputMain{border:2px solid var(--border-color);color:var(--black-light-color);background:var(--bg-color);border-radius:14px;outline:none;flex:1;padding:1rem 1.25rem;font-size:.95rem;transition:all .3s}.Comments-module__auP1oG__askInputMain:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px #4697911a}.Comments-module__auP1oG__askInputMain::placeholder{color:var(--semi-black-light-color)}.Comments-module__auP1oG__submitBtn{background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 6px 20px #46979140}.Comments-module__auP1oG__submitBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #46979159}.Comments-module__auP1oG__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.Comments-module__auP1oG__submitBtn i{font-size:1rem}.Comments-module__auP1oG__commentDisplay{background:var(--bg-color);border:1px solid var(--border-color);width:100%;color:var(--primary-color);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.Comments-module__auP1oG__commentDisplay:hover{border-color:var(--primary-color);background:#4697911a}.Comments-module__auP1oG__loadingState{justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.Comments-module__auP1oG__commentsList{flex-direction:column;gap:1rem;display:flex}.Comments-module__auP1oG__commentCard{background:var(--bg-color);border:1px solid var(--border-color);border-radius:18px;padding:1.5rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.Comments-module__auP1oG__commentCard:before{content:"";background:linear-gradient(180deg,var(--primary-color),var(--yellow));border-radius:4px 0 0 4px;width:4px;height:0;transition:height .4s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0}.Comments-module__auP1oG__commentCard:hover{border-color:#46979140;transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.Comments-module__auP1oG__commentCard:hover:before{height:100%}.Comments-module__auP1oG__commentContent{gap:1rem;display:flex}.Comments-module__auP1oG__commentAvatar{flex-shrink:0}.Comments-module__auP1oG__commentBody{flex:1;min-width:0}.Comments-module__auP1oG__commentHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.Comments-module__auP1oG__userInfo{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Comments-module__auP1oG__avatar{object-fit:cover;border:3px solid var(--light-black-color);border-radius:50%;width:48px;height:48px;transition:all .3s}.Comments-module__auP1oG__commentCard:hover .Comments-module__auP1oG__avatar{border-color:var(--primary-color)}.Comments-module__auP1oG__avatarSmall{object-fit:cover;border:2px solid var(--border-color);border-radius:50%;width:36px;height:36px}.Comments-module__auP1oG__avatarPlaceholder{background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.Comments-module__auP1oG__avatarPlaceholderSmall{width:36px;height:36px;font-size:1rem}.Comments-module__auP1oG__userName{color:var(--black-light-color);margin:0;font-size:1rem;font-weight:700}.Comments-module__auP1oG__userNameRep{color:var(--black-light-color);margin:0;font-size:.9rem;font-weight:600}.Comments-module__auP1oG__commentTime{color:var(--semi-black-light-color);background:var(--light-black-color);border-radius:20px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.8rem;display:inline-flex}.Comments-module__auP1oG__commentTimeRep{color:var(--semi-black-light-color);align-items:center;gap:.25rem;font-size:.75rem;display:inline-flex}.Comments-module__auP1oG__commentText{color:var(--black-light-color);margin:0 0 .75rem;font-size:.95rem;line-height:1.7}.Comments-module__auP1oG__commentTextRep{color:var(--black-light-color);margin:.5rem 0 0;font-size:.9rem;line-height:1.6}.Comments-module__auP1oG__editForm{gap:.75rem;margin-bottom:.75rem;display:flex}.Comments-module__auP1oG__editForm .Comments-module__auP1oG__askInput{flex:1}.Comments-module__auP1oG__editSubmitBtn{background:linear-gradient(135deg,var(--yellow)0%,#ffc107 100%);color:#000;cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s}.Comments-module__auP1oG__editSubmitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e49a004d}.Comments-module__auP1oG__commentActions{border-top:1px solid var(--border-color);gap:.5rem;padding-top:.75rem;display:flex}.Comments-module__auP1oG__actionBtn{color:var(--semi-black-light-color);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:all .3s;display:flex}.Comments-module__auP1oG__actionBtn:hover,.Comments-module__auP1oG__actionBtn.Comments-module__auP1oG__active{color:var(--primary-color);background:#4697911a}.Comments-module__auP1oG__replyCount{color:var(--primary-color);font-size:.8rem;font-weight:600}.Comments-module__auP1oG__replies{padding-top:1rem;border-inline-start:3px solid var(--primary-color);flex-direction:column;gap:.75rem;margin-top:1.25rem;padding-inline-start:1.25rem;display:flex;overflow:hidden}.Comments-module__auP1oG__replyCard{background:var(--light-black-color);border:1px solid #0000;border-radius:14px;padding:1rem;transition:all .3s}.Comments-module__auP1oG__replyCard:hover{border-color:#46979133;box-shadow:0 4px 15px #0000000d}.Comments-module__auP1oG__replyContent{gap:.75rem;display:flex}.Comments-module__auP1oG__replyAvatar{flex-shrink:0}.Comments-module__auP1oG__replyBody{flex:1;min-width:0}.Comments-module__auP1oG__replyHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.Comments-module__auP1oG__replyUserInfo{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Comments-module__auP1oG__replyInputWrapper{margin-top:1rem;overflow:hidden}.Comments-module__auP1oG__replyInputContainer{gap:.75rem;padding-top:.75rem;display:flex}.Comments-module__auP1oG__replySubmitBtn{background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.Comments-module__auP1oG__replySubmitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4697914d}.Comments-module__auP1oG__askInput{border:2px solid var(--border-color);color:var(--black-light-color);background:var(--bg-color);border-radius:10px;outline:none;flex:1;padding:.75rem 1rem;font-size:.9rem;transition:all .3s}.Comments-module__auP1oG__askInput:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #4697911a}.Comments-module__auP1oG__askInput::placeholder{color:var(--semi-black-light-color)}.Comments-module__auP1oG__emptyState{text-align:center;color:var(--semi-black-light-color);padding:4rem 2rem}.Comments-module__auP1oG__emptyIcon{opacity:.3;color:var(--primary-color);margin-bottom:1.5rem;font-size:4rem}.Comments-module__auP1oG__emptyState p{margin:0;font-size:1.1rem;font-weight:500}.Comments-module__auP1oG__paginationHeader{justify-content:flex-end;margin-bottom:1rem;display:flex}.Comments-module__auP1oG__pageInfo{color:var(--semi-black-light-color);background:var(--bg-color);border:1px solid var(--border-color);border-radius:25px;padding:.5rem 1rem;font-size:.85rem}.Comments-module__auP1oG__pagination{border-top:1px solid var(--border-color);justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.Comments-module__auP1oG__paginationBtn{border:2px solid var(--border-color);background:var(--bg-color);color:var(--black-light-color);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.Comments-module__auP1oG__paginationBtn:hover:not(.Comments-module__auP1oG__disabled){border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 15px #46979133}.Comments-module__auP1oG__paginationBtn.Comments-module__auP1oG__disabled{opacity:.4;cursor:not-allowed}.Comments-module__auP1oG__pageIndicators{gap:.5rem;display:flex}.Comments-module__auP1oG__pageIndicator{border:2px solid var(--border-color);background:var(--bg-color);width:40px;height:40px;color:var(--black-light-color);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.Comments-module__auP1oG__pageIndicator:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-3px);box-shadow:0 6px 20px #46979133}.Comments-module__auP1oG__pageIndicator.Comments-module__auP1oG__active{background:linear-gradient(135deg,var(--primary-color)0%,#3d8a85 100%);color:#fff;border-color:#0000;box-shadow:0 6px 25px #46979159}.Comments-module__auP1oG__iconActions{align-items:center;gap:.5rem;display:inline-flex}.Comments-module__auP1oG__iconBtn{background:var(--light-black-color);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.9rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 2px 8px #0000000f}.Comments-module__auP1oG__iconBtn:focus-visible{border-color:var(--primary-color);box-shadow:0 0 0 3px #46979133}.Comments-module__auP1oG__iconBtn:hover:not(:disabled){transform:translateY(-2px)scale(1.05);box-shadow:0 6px 15px #0000001a}.Comments-module__auP1oG__iconBtn:active:not(:disabled){transform:translateY(0)scale(.98)}.Comments-module__auP1oG__iconBtn.Comments-module__auP1oG__editBtn{border-color:#e49a004d}.Comments-module__auP1oG__iconBtn.Comments-module__auP1oG__editBtn:hover:not(:disabled){background:var(--yellow);border-color:var(--yellow)}.Comments-module__auP1oG__iconBtn.Comments-module__auP1oG__editBtn:hover:not(:disabled) i{color:#fff}.Comments-module__auP1oG__iconBtn.Comments-module__auP1oG__deleteBtn{border-color:#e74c3c4d}.Comments-module__auP1oG__iconBtn.Comments-module__auP1oG__deleteBtn:hover:not(:disabled){background:#e74c3c;border-color:#e74c3c}.Comments-module__auP1oG__iconBtn.Comments-module__auP1oG__deleteBtn:hover:not(:disabled) i{color:#fff}.Comments-module__auP1oG__iconBtn .Comments-module__auP1oG__fa-pen-to-square{color:var(--yellow);transition:color .3s}.Comments-module__auP1oG__iconBtn .Comments-module__auP1oG__fa-trash{color:#e74c3c;transition:color .3s}.Comments-module__auP1oG__iconBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:992px){.Comments-module__auP1oG__pagination{flex-wrap:wrap}.Comments-module__auP1oG__pageIndicators{order:3;justify-content:center;width:100%;margin-top:.75rem}}@media (max-width:768px){.Comments-module__auP1oG__commentsSection{border-radius:16px;padding:1.5rem}.Comments-module__auP1oG__sectionHeader{gap:.75rem}.Comments-module__auP1oG__sectionIcon{width:42px;height:42px;font-size:1.1rem}.Comments-module__auP1oG__sectionTitle{font-size:1.25rem}.Comments-module__auP1oG__newCommentForm{flex-direction:column}.Comments-module__auP1oG__submitBtn{justify-content:center;width:100%}.Comments-module__auP1oG__commentCard{border-radius:14px;padding:1.25rem}.Comments-module__auP1oG__avatar,.Comments-module__auP1oG__avatarPlaceholder{width:42px;height:42px;font-size:1.1rem}.Comments-module__auP1oG__avatarSmall,.Comments-module__auP1oG__avatarPlaceholderSmall{width:32px;height:32px;font-size:.9rem}.Comments-module__auP1oG__userName{font-size:.95rem}.Comments-module__auP1oG__commentTime{padding:.2rem .6rem;font-size:.75rem}.Comments-module__auP1oG__commentText{font-size:.9rem}.Comments-module__auP1oG__actionBtn{padding:.4rem .75rem;font-size:.85rem}.Comments-module__auP1oG__replyCard{border-radius:10px;padding:.875rem}.Comments-module__auP1oG__replies{padding-inline-start:1rem}.Comments-module__auP1oG__paginationBtn{padding:.6rem 1rem;font-size:.85rem}.Comments-module__auP1oG__pageIndicator{width:36px;height:36px;font-size:.85rem}.Comments-module__auP1oG__iconBtn{width:2rem;height:2rem;font-size:.85rem}}@media (max-width:576px){.Comments-module__auP1oG__commentsSection{border-radius:14px;padding:1.25rem}.Comments-module__auP1oG__sectionIcon{border-radius:10px;width:38px;height:38px;font-size:1rem}.Comments-module__auP1oG__sectionTitle{font-size:1.1rem}.Comments-module__auP1oG__askInputMain{border-radius:10px;padding:.875rem 1rem;font-size:.9rem}.Comments-module__auP1oG__submitBtn{border-radius:10px;padding:.875rem 1.25rem;font-size:.9rem}.Comments-module__auP1oG__commentCard{border-radius:12px;padding:1rem}.Comments-module__auP1oG__commentContent{gap:.75rem}.Comments-module__auP1oG__avatar,.Comments-module__auP1oG__avatarPlaceholder{width:38px;height:38px;font-size:1rem}.Comments-module__auP1oG__avatarSmall,.Comments-module__auP1oG__avatarPlaceholderSmall{width:28px;height:28px;font-size:.85rem}.Comments-module__auP1oG__userName{font-size:.9rem}.Comments-module__auP1oG__userNameRep{font-size:.8rem}.Comments-module__auP1oG__commentTime{padding:.15rem .5rem;font-size:.7rem}.Comments-module__auP1oG__commentTimeRep{font-size:.65rem}.Comments-module__auP1oG__commentText{font-size:.85rem;line-height:1.6}.Comments-module__auP1oG__commentTextRep{font-size:.8rem;line-height:1.5}.Comments-module__auP1oG__commentActions{flex-wrap:wrap;gap:.35rem}.Comments-module__auP1oG__actionBtn{gap:.35rem;padding:.4rem .6rem;font-size:.8rem}.Comments-module__auP1oG__replies{border-inline-start-width:2px;padding-inline-start:.75rem}.Comments-module__auP1oG__replyCard{border-radius:8px;padding:.75rem}.Comments-module__auP1oG__replyInputContainer{flex-direction:column;gap:.5rem}.Comments-module__auP1oG__replySubmitBtn{justify-content:center;width:100%}.Comments-module__auP1oG__editForm{flex-direction:column;gap:.5rem}.Comments-module__auP1oG__editSubmitBtn{width:100%}.Comments-module__auP1oG__askInput{border-radius:8px;padding:.65rem .85rem;font-size:.85rem}.Comments-module__auP1oG__pagination{gap:.75rem;margin-top:1.5rem;padding-top:1rem}.Comments-module__auP1oG__paginationBtn{border-radius:8px;padding:.5rem .75rem;font-size:.8rem}.Comments-module__auP1oG__paginationBtn span{display:none}.Comments-module__auP1oG__pageIndicator{border-radius:8px;width:32px;height:32px;font-size:.8rem}.Comments-module__auP1oG__pageIndicators{gap:.35rem}.Comments-module__auP1oG__emptyState{padding:3rem 1.5rem}.Comments-module__auP1oG__emptyIcon{font-size:3rem}.Comments-module__auP1oG__emptyState p{font-size:1rem}.Comments-module__auP1oG__iconBtn{border-radius:8px;width:1.85rem;height:1.85rem;font-size:.8rem}.Comments-module__auP1oG__iconActions{gap:.35rem}}@media (max-width:400px){.Comments-module__auP1oG__commentsSection{border-radius:12px;padding:1rem}.Comments-module__auP1oG__sectionIcon{width:34px;height:34px;font-size:.9rem}.Comments-module__auP1oG__sectionTitle{font-size:1rem}.Comments-module__auP1oG__commentCard{padding:.875rem}.Comments-module__auP1oG__avatar,.Comments-module__auP1oG__avatarPlaceholder{width:34px;height:34px;font-size:.9rem}.Comments-module__auP1oG__avatarSmall,.Comments-module__auP1oG__avatarPlaceholderSmall{width:26px;height:26px;font-size:.8rem}.Comments-module__auP1oG__userName{font-size:.85rem}.Comments-module__auP1oG__commentTime{font-size:.65rem}.Comments-module__auP1oG__commentText{font-size:.8rem}.Comments-module__auP1oG__actionBtn{padding:.3rem .4rem;font-size:.75rem}.Comments-module__auP1oG__userNameRep{font-size:.75rem}.Comments-module__auP1oG__commentTimeRep{font-size:.6rem}.Comments-module__auP1oG__commentTextRep{font-size:.75rem}.Comments-module__auP1oG__askInput{padding:.6rem .75rem;font-size:.8rem}.Comments-module__auP1oG__pageIndicator{width:28px;height:28px;font-size:.75rem}.Comments-module__auP1oG__paginationBtn{padding:.45rem .6rem}.Comments-module__auP1oG__iconBtn{border-radius:6px;width:1.65rem;height:1.65rem;font-size:.75rem}.Comments-module__auP1oG__iconActions{gap:.25rem}}.Comments-module__auP1oG__dark .Comments-module__auP1oG__commentsSection{background:#252525;border-color:#ffffff1a}.Comments-module__auP1oG__dark .Comments-module__auP1oG__commentCard{background:#1e1e1e;border-color:#ffffff14}.Comments-module__auP1oG__dark .Comments-module__auP1oG__commentCard:hover{border-color:#4697914d}.Comments-module__auP1oG__dark .Comments-module__auP1oG__replyCard{background:#303030}.Comments-module__auP1oG__dark .Comments-module__auP1oG__askInput,.Comments-module__auP1oG__dark .Comments-module__auP1oG__askInputMain{background:#1e1e1e;border-color:#ffffff26}.Comments-module__auP1oG__dark .Comments-module__auP1oG__askInput:focus,.Comments-module__auP1oG__dark .Comments-module__auP1oG__askInputMain:focus{border-color:var(--primary-color)}.Comments-module__auP1oG__dark .Comments-module__auP1oG__commentTime{background:#303030}.Comments-module__auP1oG__dark .Comments-module__auP1oG__pageInfo{background:#1e1e1e;border-color:#ffffff1a}.Comments-module__auP1oG__dark .Comments-module__auP1oG__paginationBtn,.Comments-module__auP1oG__dark .Comments-module__auP1oG__pageIndicator{background:#1e1e1e;border-color:#ffffff26}.Comments-module__auP1oG__dark .Comments-module__auP1oG__iconBtn{background:#303030;border-color:#ffffff1a}.Comments-module__auP1oG__dark .Comments-module__auP1oG__avatar{border-color:#303030}.Comments-module__auP1oG__dark .Comments-module__auP1oG__commentDisplay{background:#1e1e1e;border-color:#ffffff1a}
