.ThemeToggle-module__5O8JPW__toggle{border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.2rem;transition:all .2s;display:flex}.ThemeToggle-module__5O8JPW__toggle:hover{background-color:var(--bg-surface);border-color:var(--text-secondary);transform:translateY(-1px)}.ThemeToggle-module__5O8JPW__toggle:active{transform:translateY(0)}
.Header-module__Xf1azq__header{height:var(--header-height);background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);z-index:100;justify-content:space-between;align-items:center;width:100%;padding:0 2rem;display:flex}.Header-module__Xf1azq__logoText{color:var(--text-primary);letter-spacing:-.04em;text-transform:uppercase;text-shadow:0 0 10px rgba(var(--accent-primary-rgb), .1);font-family:JetBrains Mono,Fira Code,monospace;font-size:1.35rem;font-weight:800;text-decoration:none;transition:all .3s}.Header-module__Xf1azq__logoText:hover{color:#fff;text-shadow:0 0 12px #ffffff4d;transform:translateY(-1px)}.Header-module__Xf1azq__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__Xf1azq__greeting{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Header-module__Xf1azq__userName{color:var(--accent-primary);font-weight:600}
.SplitLayout-module__7Tv-Ea__container{background-color:var(--bg-main);width:100%;height:100%;display:flex}.SplitLayout-module__7Tv-Ea__leftPanel{border-right:1px solid var(--border-color);background-color:var(--bg-surface);width:40%;height:100%;overflow-y:auto}.SplitLayout-module__7Tv-Ea__rightPanel{background-color:var(--bg-main);width:60%;height:100%;overflow-y:auto}
.EditorInput-module__mhehjW__editorContainer{background-color:var(--bg-surface);width:100%;height:100%;display:flex}.EditorInput-module__mhehjW__textarea{width:100%;height:100%;color:var(--text-primary);resize:none;tab-size:4;background:0 0;border:none;outline:none;padding:1.5rem;font-family:Fira Code,Courier New,Courier,monospace;font-size:.9375rem;line-height:1.6}.EditorInput-module__mhehjW__textarea::placeholder{color:var(--text-secondary);opacity:.5}
.Button-module__8C-t3q__button{cursor:pointer;border:1px solid #0000;border-radius:6px;outline:none;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8C-t3q__primary{background-color:var(--accent-primary);color:#fff}.Button-module__8C-t3q__primary:hover{background-color:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.Button-module__8C-t3q__primary:active{transform:translateY(0)}
.ActionBar-module__sses2W__actionBar{background-color:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);align-items:center;width:100%;height:48px;padding:0 1rem;display:flex}
.ResultTable-module__LtASBG__tableWrapper{background-color:var(--bg-main);width:100%;height:100%;overflow:auto}.ResultTable-module__LtASBG__table{border-collapse:collapse;width:100%;color:var(--text-primary);text-align:left;font-size:.875rem}.ResultTable-module__LtASBG__table th{background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap;padding:.75rem 1rem;font-weight:600;position:sticky;top:0}.ResultTable-module__LtASBG__table td{border-bottom:1px solid var(--border-color);white-space:nowrap;padding:.75rem 1rem}.ResultTable-module__LtASBG__table tr:hover{background-color:var(--bg-surface)}.ResultTable-module__LtASBG__emptyState{text-align:center;background-color:var(--bg-main);justify-content:center;align-items:center;width:100%;height:100%;padding:4rem 2rem;display:flex}.ResultTable-module__LtASBG__emptyStateContent{flex-direction:column;align-items:center;gap:1rem;max-width:400px;display:flex}.ResultTable-module__LtASBG__emptyIcon{color:var(--text-secondary);opacity:.3;margin-bottom:.5rem}.ResultTable-module__LtASBG__emptyTitle{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.ResultTable-module__LtASBG__emptySubtext{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.6}.ResultTable-module__LtASBG__nullValue{color:var(--text-secondary);opacity:.7;font-size:.75rem;font-style:italic}.ResultTable-module__LtASBG__errorContainer{background-color:var(--bg-main);height:100%;padding:1.5rem;overflow-y:auto}.ResultTable-module__LtASBG__errorHeader{color:var(--feedback-error);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.ResultTable-module__LtASBG__errorMessage{color:var(--text-primary);font-family:Fira Code,monospace;font-size:.875rem;line-height:1.5}
.Workspace-module__FoJqeG__workspace{border:2px solid #0000;flex-direction:column;height:100%;transition:border-color .3s;display:flex}.Workspace-module__FoJqeG__workspace.Workspace-module__FoJqeG__success{border-color:#10b98133;animation:2s infinite Workspace-module__FoJqeG__pulseSuccess}.Workspace-module__FoJqeG__editorSection{flex:1;min-height:200px;overflow:hidden}.Workspace-module__FoJqeG__actionSection{background-color:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;gap:1.5rem;min-height:64px;padding:0 1.5rem;display:flex}.Workspace-module__FoJqeG__leftActions{flex:1;align-items:center;gap:1.5rem;display:flex}.Workspace-module__FoJqeG__nextButtonWrapper{align-items:center;display:flex}.Workspace-module__FoJqeG__nextButtonWrapper button,.Workspace-module__FoJqeG__nextButton,.Workspace-module__FoJqeG__certButton{min-width:140px;white-space:nowrap!important}.Workspace-module__FoJqeG__btnSuccess{color:#fff!important;box-shadow:none!important;background-color:#059669!important;border-color:#059669!important}.Workspace-module__FoJqeG__btnSuccess:hover{transform:translateY(-2px);background-color:#047857!important}.Workspace-module__FoJqeG__successArea{align-items:center;gap:1rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) Workspace-module__FoJqeG__fadeInScale;display:flex;position:relative}.Workspace-module__FoJqeG__successMessage{color:var(--feedback-success);white-space:nowrap;font-size:.875rem;font-weight:600}.Workspace-module__FoJqeG__confettiContainer{pointer-events:none;width:100%;height:100%;position:absolute;top:50%;right:0}.Workspace-module__FoJqeG__particle{background-color:var(--feedback-success);opacity:0;border-radius:50%;width:6px;height:6px;position:absolute}.Workspace-module__FoJqeG__particle:first-child{animation:1s ease-out forwards Workspace-module__FoJqeG__particleAnim;top:0%;left:80%}.Workspace-module__FoJqeG__particle:nth-child(2){animation:1.2s ease-out .1s forwards Workspace-module__FoJqeG__particleAnim;top:20%;left:90%}.Workspace-module__FoJqeG__particle:nth-child(3){animation:.8s ease-out .2s forwards Workspace-module__FoJqeG__particleAnim;top:80%;left:85%}.Workspace-module__FoJqeG__particle:nth-child(4){animation:1.1s ease-out .15s forwards Workspace-module__FoJqeG__particleAnim;top:50%;left:95%}@keyframes Workspace-module__FoJqeG__particleAnim{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(20px,-40px)scale(0)}}@keyframes Workspace-module__FoJqeG__buttonGlow{0%{box-shadow:0 0 10px #3b82f633}to{box-shadow:0 0 20px #3b82f680}}.Workspace-module__FoJqeG__resultSection{background-color:var(--bg-main);flex:1;overflow:hidden}.Workspace-module__FoJqeG__resultsContainer{flex-direction:column;height:100%;display:flex}.Workspace-module__FoJqeG__resultsContainer.Workspace-module__FoJqeG__shake{animation:.4s ease-in-out Workspace-module__FoJqeG__subtleShake}.Workspace-module__FoJqeG__errorMessage,.Workspace-module__FoJqeG__warningMessage{padding:1rem;font-size:.875rem;line-height:1.5}.Workspace-module__FoJqeG__errorMessage{color:var(--feedback-error);border-bottom:1px solid var(--feedback-error);background-color:#ef44441a}.Workspace-module__FoJqeG__warningMessage{color:var(--feedback-warning);border-bottom:1px solid var(--feedback-warning);background-color:#eab3081a}.Workspace-module__FoJqeG__loading{color:var(--text-secondary);text-align:center;padding:2rem}@keyframes Workspace-module__FoJqeG__fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Workspace-module__FoJqeG__subtleShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-4px)}}@keyframes Workspace-module__FoJqeG__pulseSuccess{0%{border-color:#10b9811a}50%{border-color:#10b9814d}to{border-color:#10b9811a}}.Workspace-module__FoJqeG__certButton{color:#1a1a1a!important;background:linear-gradient(135deg,#d4af37,#f1c40f)!important;padding:.75rem 1.5rem!important;font-weight:700!important;animation:2s infinite Workspace-module__FoJqeG__certPulse!important;box-shadow:0 4px 15px #d4af3766!important}@keyframes Workspace-module__FoJqeG__certPulse{0%{transform:scale(1);box-shadow:0 4px 15px #d4af3766}50%{transform:scale(1.05);box-shadow:0 4px 25px #d4af3799}to{transform:scale(1);box-shadow:0 4px 15px #d4af3766}}
.CertificateModal-module__go7ZrW__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#0d1b2af2;justify-content:center;padding:3rem;display:flex;position:fixed;inset:0;overflow-y:auto}.CertificateModal-module__go7ZrW__container{flex-direction:column;gap:2rem;width:100%;max-width:1100px;display:flex}.CertificateModal-module__go7ZrW__actions{justify-content:space-between;align-items:center;display:flex}.CertificateModal-module__go7ZrW__rightActions{gap:1rem;display:flex}.CertificateModal-module__go7ZrW__closeButton,.CertificateModal-module__go7ZrW__shareButton,.CertificateModal-module__go7ZrW__printButton{cursor:pointer;border:none;border-radius:12px;padding:.8rem 1.6rem;font-family:Montserrat,sans-serif;font-weight:600;transition:all .2s}.CertificateModal-module__go7ZrW__closeButton{color:#fff;background:#ffffff1a}.CertificateModal-module__go7ZrW__statusIndicator{color:#d4af37;background:#d4af3726;border:1px solid #d4af374d;border-radius:20px;padding:.5rem 1.25rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600}.CertificateModal-module__go7ZrW__closeButton:hover{background:#ffffff26}.CertificateModal-module__go7ZrW__shareButton{color:#fff;background:#0a66c2}.CertificateModal-module__go7ZrW__downloadButton{color:#1a1a1a;cursor:pointer;background:#d4af37;border:none;border-radius:12px;padding:.8rem 1.6rem;font-family:Montserrat,sans-serif;font-weight:600;transition:all .2s}.CertificateModal-module__go7ZrW__downloadButton:hover{transform:translateY(-2px);box-shadow:0 4px 15px #d4af374d}.CertificateModal-module__go7ZrW__downloadButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.CertificateModal-module__go7ZrW__certificateWrapper{background:#fff;border-radius:2px;padding:1rem;box-shadow:0 40px 100px #0009}.CertificateModal-module__go7ZrW__certificate{color:#0d1b2a;aspect-ratio:297/210;background:#f9f9f9;flex-direction:column;padding:1rem;display:flex}.CertificateModal-module__go7ZrW__borderOuter{border:4px solid #0d1b2a;flex-direction:column;height:100%;padding:4px;display:flex}.CertificateModal-module__go7ZrW__borderInner{border:1px solid #d4af37;flex-direction:column;height:100%;padding:3.5rem;display:flex;position:relative}.CertificateModal-module__go7ZrW__brand{justify-content:center;margin-bottom:2rem;display:flex}.CertificateModal-module__go7ZrW__logoPlaceholder{flex-direction:column;align-items:center;gap:.25rem;display:flex}.CertificateModal-module__go7ZrW__logoText{letter-spacing:.3em;color:#0d1b2a;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.CertificateModal-module__go7ZrW__academyText{letter-spacing:.5em;color:#d4af37;margin-left:.5em;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500}.CertificateModal-module__go7ZrW__header{text-align:center;margin-bottom:2.5rem}.CertificateModal-module__go7ZrW__mainTitle{color:#d4af37;letter-spacing:.15em;margin:0;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700}.CertificateModal-module__go7ZrW__body{text-align:center;flex:1}.CertificateModal-module__go7ZrW__certifyText{color:#4a4a4a;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.25rem;font-style:italic}.CertificateModal-module__go7ZrW__recipientName{color:#0d1b2a;margin:.5rem 0 2rem;font-family:Playfair Display,serif;font-size:4rem;font-weight:700}.CertificateModal-module__go7ZrW__description{color:#4a4a4a;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1rem}.CertificateModal-module__go7ZrW__courseTitle{letter-spacing:.05em;color:#0d1b2a;margin:1rem 0 .5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700}.CertificateModal-module__go7ZrW__modulesCount{color:#d4af37;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:600}.CertificateModal-module__go7ZrW__footer{justify-content:space-between;align-items:flex-end;margin-top:2rem;display:flex}.CertificateModal-module__go7ZrW__footerCol{text-align:center;width:250px}.CertificateModal-module__go7ZrW__footerLine{border-top:1px solid #0d1b2a;width:100%;margin-bottom:.5rem}.CertificateModal-module__go7ZrW__footerLabel{color:#0d1b2a;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700}.CertificateModal-module__go7ZrW__footerSubLabel{color:#4a4a4a;margin:0;font-family:Montserrat,sans-serif;font-size:.65rem}.CertificateModal-module__go7ZrW__footerDate{margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600}.CertificateModal-module__go7ZrW__signature{color:#0d1b2a;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-style:italic}.CertificateModal-module__go7ZrW__sealArea{justify-content:center;display:flex}.CertificateModal-module__go7ZrW__seal{color:#d4af37;width:120px;height:120px;position:relative}.CertificateModal-module__go7ZrW__sealSvg{width:100%;height:100%}.CertificateModal-module__go7ZrW__sealIcon{fill:#d4af37;font-family:Montserrat,sans-serif;font-size:32px;font-weight:800}.CertificateModal-module__go7ZrW__sealText{letter-spacing:1px;fill:#d4af37;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:7px;font-weight:700}.CertificateModal-module__go7ZrW__printButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.CertificateModal-module__go7ZrW__hintText{text-align:center;color:#fff9;margin-top:-1rem;font-family:Montserrat,sans-serif;font-size:.85rem}@media print{.CertificateModal-module__go7ZrW__overlay{background:#fff;padding:0;position:static;overflow:visible}.CertificateModal-module__go7ZrW__actions{display:none}.CertificateModal-module__go7ZrW__certificateWrapper{box-shadow:none;padding:0}.CertificateModal-module__go7ZrW__container{max-width:none}.CertificateModal-module__go7ZrW__certificate{aspect-ratio:auto;width:100%;height:100%;position:absolute;top:0;left:0}}
.CongratulationsModal-module__-SA0WW__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2500;background:#0d1b2af2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.CongratulationsModal-module__-SA0WW__modal{text-align:center;background:#1a2a3a;border:1px solid #d4af374d;border-radius:32px;width:100%;max-width:600px;padding:4rem 3rem;box-shadow:0 30px 100px #000c,0 0 40px #d4af371a}.CongratulationsModal-module__-SA0WW__iconWrapper{margin-bottom:2rem}.CongratulationsModal-module__-SA0WW__trophy{filter:drop-shadow(0 0 20px #d4af3766);font-size:5rem;animation:2s infinite CongratulationsModal-module__-SA0WW__bounce;display:inline-block}@keyframes CongratulationsModal-module__-SA0WW__bounce{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(5deg)}}.CongratulationsModal-module__-SA0WW__title{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800}.CongratulationsModal-module__-SA0WW__subtitle{color:#d4af37;margin-bottom:2.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600}.CongratulationsModal-module__-SA0WW__content{color:#fffc;margin-bottom:3rem;font-size:1.15rem;line-height:1.7}.CongratulationsModal-module__-SA0WW__subtext{opacity:.7;margin-top:1rem;font-size:.95rem}.CongratulationsModal-module__-SA0WW__actions{flex-direction:column;gap:1rem;display:flex}.CongratulationsModal-module__-SA0WW__primaryButton{color:#1a1a1a;cursor:pointer;background:#d4af37;border:none;border-radius:16px;padding:1.25rem;font-size:1.2rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.CongratulationsModal-module__-SA0WW__primaryButton:hover{transform:scale(1.03)translateY(-3px);box-shadow:0 10px 30px #d4af3766}.CongratulationsModal-module__-SA0WW__secondaryButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.95rem;font-weight:600;transition:color .2s}.CongratulationsModal-module__-SA0WW__secondaryButton:hover{color:#fff}
.HintToggle-module__LA30lW__toggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.HintToggle-module__LA30lW__toggle:hover{color:var(--text-primary)}
.HintAccordion-module__4x8r3a__accordion{margin-top:2rem}.HintAccordion-module__4x8r3a__content{border-left:2px solid var(--border-color);margin-top:1rem;padding:.75rem 0 .75rem 1rem;animation:.3s ease-out HintAccordion-module__4x8r3a__slideDown}.HintAccordion-module__4x8r3a__content p{color:var(--text-secondary);font-size:.9375rem;font-style:italic;line-height:1.6}@keyframes HintAccordion-module__4x8r3a__slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.ProgressBar-module__6zqkkW__container{background-color:var(--border-color);border-radius:3px;width:100%;height:6px;overflow:hidden}.ProgressBar-module__6zqkkW__fill{background-color:var(--accent-primary);border-radius:3px;height:100%;transition:width .6s cubic-bezier(.65,0,.35,1)}
.ProgressHeader-module__CSnJEG__header{background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);padding:1.5rem 1.5rem 1rem}.ProgressHeader-module__CSnJEG__topRow{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.ProgressHeader-module__CSnJEG__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.75rem;font-weight:700}.ProgressHeader-module__CSnJEG__percentage{color:var(--accent-primary);font-size:1.25rem;font-weight:700}
.StatusIcon-module__RalpZG__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .3s;display:flex}.StatusIcon-module__RalpZG__completed{background-color:var(--feedback-success);color:#fff}.StatusIcon-module__RalpZG__completed svg{width:12px;height:12px}.StatusIcon-module__RalpZG__current{border:2px solid var(--accent-primary);background-color:#0000}.StatusIcon-module__RalpZG__currentDot{background-color:var(--accent-primary);border-radius:50%;width:6px;height:6px}.StatusIcon-module__RalpZG__locked{border:2px solid var(--border-color);background-color:#0000}
.TopicItem-module__hGSDMq__item{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.75rem 1.5rem;transition:background-color .2s;display:flex}.TopicItem-module__hGSDMq__item:hover:not(:disabled){background-color:#00000008}.dark-mode .TopicItem-module__hGSDMq__item:hover:not(:disabled){background-color:#ffffff08}.TopicItem-module__hGSDMq__item:disabled{cursor:not-allowed;opacity:.6}.TopicItem-module__hGSDMq__content{gap:.5rem;font-size:.875rem;display:flex}.TopicItem-module__hGSDMq__index{color:var(--text-secondary);min-width:1.5rem;font-weight:600}.TopicItem-module__hGSDMq__title{color:var(--text-primary);font-weight:500}.TopicItem-module__hGSDMq__current .TopicItem-module__hGSDMq__title{color:var(--accent-primary);font-weight:700}.TopicItem-module__hGSDMq__locked .TopicItem-module__hGSDMq__title{color:var(--text-secondary)}.TopicItem-module__hGSDMq__difficultyBadge{border-radius:50%;width:8px;height:8px;margin-left:auto}
.CourseMap-module__yZ-QcG__container{background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);flex-direction:column;display:flex;overflow:hidden}.CourseMap-module__yZ-QcG__tabs{border-bottom:1px solid var(--border-color);background:#00000005;display:flex}.CourseMap-module__yZ-QcG__tab{color:var(--text-secondary);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.75rem .25rem;font-size:.7rem;font-weight:600;transition:all .2s;display:flex;position:relative}.CourseMap-module__yZ-QcG__lockedTab{opacity:.7}.CourseMap-module__yZ-QcG__lockIcon{width:10px;height:10px;color:var(--text-secondary);margin-top:-1px}.CourseMap-module__yZ-QcG__tab:hover{color:var(--text-primary);background:#00000005}.CourseMap-module__yZ-QcG__activeTab{color:var(--accent-primary)}.CourseMap-module__yZ-QcG__activeTab:after{content:"";background-color:var(--accent-primary);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:0;left:20%;right:20%}.CourseMap-module__yZ-QcG__toggle{cursor:pointer;text-transform:uppercase;width:100%;color:var(--text-secondary);letter-spacing:.05em;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;font-size:.75rem;font-weight:700;display:flex}.CourseMap-module__yZ-QcG__chevron{width:14px;height:14px;transition:transform .3s}.CourseMap-module__yZ-QcG__expanded .CourseMap-module__yZ-QcG__chevron{transform:rotate(180deg)}.CourseMap-module__yZ-QcG__listWrapper{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.CourseMap-module__yZ-QcG__expanded .CourseMap-module__yZ-QcG__listWrapper{max-height:400px;overflow-y:auto}.CourseMap-module__yZ-QcG__list{padding-bottom:.5rem}.CourseMap-module__yZ-QcG__listWrapper::-webkit-scrollbar{width:4px}.CourseMap-module__yZ-QcG__listWrapper::-webkit-scrollbar-track{background:0 0}.CourseMap-module__yZ-QcG__listWrapper::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}
.AdBanner-module__HmNDra__adContainer{background-color:var(--bg-main);border:1px dashed var(--border-color);border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:90px;margin-top:auto;margin-bottom:1rem;display:flex}.AdBanner-module__HmNDra__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;opacity:.6;font-size:.7rem}
.LessonPanel-module__klczfG__panel{background-color:var(--bg-main);flex-direction:column;height:100%;display:flex}.LessonPanel-module__klczfG__stickyHeader{z-index:10;background-color:var(--bg-surface);position:sticky;top:0}.LessonPanel-module__klczfG__content{flex:1;padding:2rem 1.5rem;overflow-y:auto}.LessonPanel-module__klczfG__header{margin-bottom:2.5rem}.LessonPanel-module__klczfG__badge{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:20px;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.LessonPanel-module__klczfG__title{color:var(--text-primary);font-size:1.75rem;font-weight:800;line-height:1.2}.LessonPanel-module__klczfG__section{margin-bottom:2.5rem}.LessonPanel-module__klczfG__sectionTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:1rem;font-size:.75rem;font-weight:700}.LessonPanel-module__klczfG__text{color:var(--text-primary);white-space:pre-wrap;font-size:1rem;line-height:1.7}.LessonPanel-module__klczfG__scenarioCard{background-color:var(--bg-surface);border-left:4px solid var(--accent-primary);border-radius:0 8px 8px 0;padding:1.25rem 1.5rem;box-shadow:0 4px 6px -1px #0000000d}.LessonPanel-module__klczfG__adSection{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:2rem}
.LandingPage-module__CEBI7a__container{background-color:var(--bg-main);color:var(--text-primary);flex-direction:column;min-height:100vh;display:flex}.LandingPage-module__CEBI7a__nav{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.LandingPage-module__CEBI7a__logoText{color:var(--text-primary);letter-spacing:-.04em;text-transform:uppercase;text-shadow:0 0 10px rgba(var(--accent-primary-rgb), .1);font-family:JetBrains Mono,Fira Code,monospace;font-size:1.35rem;font-weight:800;text-decoration:none;transition:all .3s}.LandingPage-module__CEBI7a__logoText:hover{color:#fff;text-shadow:0 0 12px #ffffff4d;transform:translateY(-1px)}.LandingPage-module__CEBI7a__hero{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:8rem 2rem;display:flex}.LandingPage-module__CEBI7a__heroContent{flex:1;max-width:600px}.LandingPage-module__CEBI7a__heroBranding{flex-direction:column;flex:1;align-items:center;gap:2rem;width:100%;display:flex;position:relative}.LandingPage-module__CEBI7a__logoBadge{filter:drop-shadow(0 10px 20px #0003)}.LandingPage-module__CEBI7a__codeBlock{text-align:left;background-color:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:500px;overflow:hidden;box-shadow:0 20px 50px #0000004d,0 0 20px #10b9811a}.LandingPage-module__CEBI7a__codeHeader{background-color:#252525;border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;padding:.75rem 1rem;display:flex}.LandingPage-module__CEBI7a__dot{border-radius:50%;width:10px;height:10px}.LandingPage-module__CEBI7a__codeLang{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;margin-left:auto;font-size:.7rem;font-weight:700}.LandingPage-module__CEBI7a__codeContent{color:#2dd4bf;margin:0;padding:1.5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.95rem;line-height:1.6}.LandingPage-module__CEBI7a__heroContent{flex-direction:column;flex:1;max-width:800px;display:flex}.LandingPage-module__CEBI7a__headline{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.LandingPage-module__CEBI7a__subheadline{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.LandingPage-module__CEBI7a__ctaButton{color:#fff;background-color:#ff8c42;border-radius:8px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 14px #ff8c424d}.LandingPage-module__CEBI7a__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff8c4266}.LandingPage-module__CEBI7a__features{background-color:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:6rem 2rem}.LandingPage-module__CEBI7a__featuresGrid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.LandingPage-module__CEBI7a__featureCard{background-color:var(--bg-main);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;transition:transform .3s}.LandingPage-module__CEBI7a__featureCard:hover{transform:translateY(-5px)}.LandingPage-module__CEBI7a__featureIcon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.LandingPage-module__CEBI7a__featureTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.LandingPage-module__CEBI7a__featureText{color:var(--text-secondary);line-height:1.6}.LandingPage-module__CEBI7a__curriculum{text-align:center;padding:8rem 2rem}.LandingPage-module__CEBI7a__curriculumHeader{max-width:700px;margin:0 auto 4rem}.LandingPage-module__CEBI7a__curriculumGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.LandingPage-module__CEBI7a__levelCard{border:2px solid #0000;border-radius:16px;padding:3rem 2rem}.LandingPage-module__CEBI7a__levelBeginner{background:#10b9810d;border-color:#10b98133}.LandingPage-module__CEBI7a__levelIntermediate{background:#f59e0b0d;border-color:#f59e0b33}.LandingPage-module__CEBI7a__levelAdvanced{background:#8b5cf60d;border-color:#8b5cf633}@media (max-width:1024px){.LandingPage-module__CEBI7a__hero{text-align:center;flex-direction:column;padding:6rem 2rem}.LandingPage-module__CEBI7a__heroContent{margin:0 auto}.LandingPage-module__CEBI7a__headline{font-size:3rem}.LandingPage-module__CEBI7a__featuresGrid,.LandingPage-module__CEBI7a__curriculumGrid{grid-template-columns:1fr}}
.WelcomeModal-module__EIiFmq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.WelcomeModal-module__EIiFmq__modal{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:24px;width:100%;max-width:500px;padding:3rem;box-shadow:0 20px 50px #0003}.WelcomeModal-module__EIiFmq__content{text-align:center}.WelcomeModal-module__EIiFmq__title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700}.WelcomeModal-module__EIiFmq__subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.WelcomeModal-module__EIiFmq__form{flex-direction:column;gap:1.5rem;display:flex}.WelcomeModal-module__EIiFmq__input{background:var(--bg-main);border:1px solid var(--border-color);color:var(--text-primary);border-radius:12px;outline:none;padding:1rem 1.5rem;font-size:1.1rem;transition:all .2s}.WelcomeModal-module__EIiFmq__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px #3b82f61a}.WelcomeModal-module__EIiFmq__warning{color:#b45309;text-align:left;background:#fbbf241a;border:1px solid #b4530933;border-radius:12px;padding:1rem;font-size:.9rem;line-height:1.5}.WelcomeModal-module__EIiFmq__button{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s}.WelcomeModal-module__EIiFmq__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.WelcomeModal-module__EIiFmq__button:active{transform:translateY(0)}[data-theme=dark] .WelcomeModal-module__EIiFmq__warning{color:#fbbf24;background:#fbbf240d;border-color:#fbbf2433}
