.Hero-module__ZARIfG__hero{color:var(--text-primary);z-index:1;height:100vh;position:relative;overflow:hidden}.Hero-module__ZARIfG__title{letter-spacing:-.03em;text-shadow:0 4px 20px var(--card-shadow);margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1;animation:.8s Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__highlight{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";background:var(--gradient-primary);border-radius:2px;height:4px;animation:.8s .3s both Hero-module__ZARIfG__expandWidth;position:absolute;bottom:-5px;left:0;right:0}@keyframes Hero-module__ZARIfG__expandWidth{0%{width:0}to{width:100%}}.Hero-module__ZARIfG__subtitle{max-width:650px;color:var(--text-secondary);margin-bottom:3rem;font-size:1.5rem;line-height:1.6;animation:.8s .2s both Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__ctaButton{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 20px var(--card-shadow-hover);border:2px solid transparent;border-radius:50px;margin-right:1rem;padding:1rem 2.5rem;font-size:1.25rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.8s .4s both Hero-module__ZARIfG__fadeInUp;display:inline-block;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaButton:before{content:"";background:var(--accent-1-hover);opacity:0;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__ZARIfG__ctaButton:hover:before{opacity:1}.Hero-module__ZARIfG__ctaButton:hover{box-shadow:0 8px 30px var(--card-shadow-hover);transform:translateY(-3px)}.Hero-module__ZARIfG__ctaButton span{z-index:1;position:relative}.Hero-module__ZARIfG__ctaButtonOutline{border:2px solid var(--accent-1);color:var(--accent-1);background:0 0;border-radius:50px;padding:1rem 2.5rem;font-size:1.25rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.8s .5s both Hero-module__ZARIfG__fadeInUp;display:inline-block;position:relative;overflow:hidden}.Hero-module__ZARIfG__ctaButtonOutline:before{content:"";background:var(--accent-1);transition:transform .3s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translateY(100%)}.Hero-module__ZARIfG__ctaButtonOutline:hover:before{transform:translateY(0)}.Hero-module__ZARIfG__ctaButtonOutline:hover{color:#fff;box-shadow:0 8px 30px var(--card-shadow-hover);transform:translateY(-3px)}.Hero-module__ZARIfG__ctaButtonOutline span{z-index:1;position:relative}.Hero-module__ZARIfG__particles{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__heroContent{z-index:1;flex-direction:column;justify-content:center;align-items:center;height:85%;display:flex;position:relative}@media (max-width:992px){.Hero-module__ZARIfG__title{font-size:4rem}.Hero-module__ZARIfG__subtitle{font-size:1.3rem}.Hero-module__ZARIfG__ctaButton,.Hero-module__ZARIfG__ctaButtonOutline{padding:.8rem 2rem;font-size:1.1rem}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:3rem}.Hero-module__ZARIfG__subtitle{margin-bottom:2rem;font-size:1.1rem}.Hero-module__ZARIfG__heroContent{text-align:center;justify-content:center;align-items:center;height:100%;margin-left:0;padding:0 20px}.Hero-module__ZARIfG__ctaButton,.Hero-module__ZARIfG__ctaButtonOutline{width:80%;margin-bottom:1rem;margin-right:0}.Hero-module__ZARIfG__ctaButton:last-child,.Hero-module__ZARIfG__ctaButtonOutline:last-child{margin-bottom:0}.Hero-module__ZARIfG__heroContent>div{flex-direction:column;align-items:center;width:100%;display:flex}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__subtitle{font-size:1rem}.Hero-module__ZARIfG__ctaButton,.Hero-module__ZARIfG__ctaButtonOutline{width:90%;padding:.7rem 1.5rem;font-size:1rem}}
.InfoSection-module__AN-8Sa__infoSection{background-color:var(--primary-bg);text-align:center;padding:12rem 1rem 5rem}.InfoSection-module__AN-8Sa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.InfoSection-module__AN-8Sa__card{background:var(--secondary-bg);box-shadow:0 8px 24px var(--card-shadow);text-align:left;border:2px solid var(--border-color);border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.InfoSection-module__AN-8Sa__card:before{content:"";background:var(--gradient-primary);transform-origin:0;height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.InfoSection-module__AN-8Sa__card:hover:before{transform:scaleX(1)}.InfoSection-module__AN-8Sa__card:after{content:"";background:radial-gradient(circle,var(--accent-1-translucent)0%,transparent 70%);opacity:0;pointer-events:none;width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.InfoSection-module__AN-8Sa__card:hover:after{opacity:1}.InfoSection-module__AN-8Sa__card:hover{box-shadow:0 20px 40px var(--card-shadow-hover);border-color:var(--accent-1);transform:translateY(-12px)}.InfoSection-module__AN-8Sa__iconContainer{background:var(--gradient-primary);z-index:1;width:70px;height:70px;box-shadow:0 6px 16px var(--card-shadow-hover);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.8rem;padding:1rem;transition:all .3s;display:flex;position:relative}.InfoSection-module__AN-8Sa__card:hover .InfoSection-module__AN-8Sa__iconContainer{box-shadow:0 8px 20px var(--card-shadow-hover);transform:scale(1.1)rotate(5deg)}.InfoSection-module__AN-8Sa__icon{color:#fff;font-size:2.5rem;transition:transform .3s}.InfoSection-module__AN-8Sa__card:hover .InfoSection-module__AN-8Sa__icon{transform:scale(1.05)}.InfoSection-module__AN-8Sa__card h3{color:var(--text-primary);margin-bottom:.8rem;font-size:1.8rem;font-weight:700;line-height:1.3}.InfoSection-module__AN-8Sa__card p{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}@media (max-width:992px){.InfoSection-module__AN-8Sa__infoSection{padding-top:8rem;padding-bottom:3rem}.InfoSection-module__AN-8Sa__grid{gap:2rem}.InfoSection-module__AN-8Sa__card h3{font-size:1.6rem}.InfoSection-module__AN-8Sa__card p{font-size:1rem}}@media (max-width:768px){.InfoSection-module__AN-8Sa__infoSection{padding-top:6rem;padding-bottom:2rem}.InfoSection-module__AN-8Sa__grid{grid-template-columns:1fr;gap:1.5rem}.InfoSection-module__AN-8Sa__card{padding:2rem}.InfoSection-module__AN-8Sa__iconContainer{width:60px;height:60px;margin-bottom:1.5rem;padding:.8rem}.InfoSection-module__AN-8Sa__icon{font-size:2.2rem}.InfoSection-module__AN-8Sa__card h3{font-size:1.5rem}.InfoSection-module__AN-8Sa__card p{font-size:.95rem}}@media (max-width:480px){.InfoSection-module__AN-8Sa__infoSection{padding-top:4rem;padding-bottom:1rem}.InfoSection-module__AN-8Sa__card{padding:1.5rem}.InfoSection-module__AN-8Sa__iconContainer{width:50px;height:50px;margin-bottom:1.2rem;padding:.7rem}.InfoSection-module__AN-8Sa__icon{font-size:1.8rem}.InfoSection-module__AN-8Sa__card h3{font-size:1.3rem}.InfoSection-module__AN-8Sa__card p{font-size:.9rem}}
.LearningPath-module__pkfh9a__learningPath{background-color:var(--secondary-bg);text-align:center;color:var(--text-primary);padding:4rem 2rem}.LearningPath-module__pkfh9a__learningPath h2{margin-bottom:1rem;font-size:2.8rem;font-weight:700}.LearningPath-module__pkfh9a__subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;font-size:1.3rem}.LearningPath-module__pkfh9a__cards{flex-wrap:wrap;justify-content:center;gap:2.5rem;display:flex}.LearningPath-module__pkfh9a__card{background-color:var(--primary-bg);border:1px solid var(--border-color);border-radius:15px;flex-direction:column;align-items:center;width:350px;padding:2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.4)}.LearningPath-module__pkfh9a__card:hover{border-color:var(--accent-1);transform:translateY(-10px)scale(1.02);box-shadow:0 18px 35px rgba(0,0,0,.6)}.LearningPath-module__pkfh9a__icon{color:var(--accent-1);background-color:var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;padding:1rem;display:flex}.LearningPath-module__pkfh9a__card h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.LearningPath-module__pkfh9a__card p{color:var(--text-secondary);min-height:40px;margin-bottom:1.8rem;font-size:1.05rem;line-height:1.6}.LearningPath-module__pkfh9a__featuresList{text-align:left;width:100%;margin-bottom:2rem;padding:0;list-style:none}.LearningPath-module__pkfh9a__featuresList li{color:var(--text-secondary);align-items:flex-start;margin-bottom:.8rem;font-size:1rem;display:flex}.LearningPath-module__pkfh9a__check{color:var(--accent-1);flex-shrink:0;margin-right:.8rem;font-size:1.3rem}.LearningPath-module__pkfh9a__btn{color:var(--primary-bg);cursor:pointer;background-color:var(--accent-1);text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:50px;width:100%;margin-top:auto;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:background-color .3s,transform .2s,box-shadow .3s;box-shadow:0 4px 10px rgba(0,0,0,.3)}.LearningPath-module__pkfh9a__btn:hover{background-color:var(--accent-2);transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.4)}@media (max-width:992px){.LearningPath-module__pkfh9a__learningPath{padding:3rem 1.5rem}.LearningPath-module__pkfh9a__learningPath h2{font-size:2.5rem}.LearningPath-module__pkfh9a__subtitle{margin-bottom:3rem;font-size:1.2rem}.LearningPath-module__pkfh9a__cards{gap:2rem}.LearningPath-module__pkfh9a__card{width:320px;padding:2rem}.LearningPath-module__pkfh9a__icon{width:60px;height:60px;margin-bottom:1.2rem;font-size:2.5rem}.LearningPath-module__pkfh9a__card h3{font-size:1.8rem}.LearningPath-module__pkfh9a__card p{font-size:1rem}.LearningPath-module__pkfh9a__featuresList li{font-size:.95rem}.LearningPath-module__pkfh9a__btn{padding:.9rem 2rem;font-size:1rem}}@media (max-width:768px){.LearningPath-module__pkfh9a__learningPath{padding:2.5rem 1rem}.LearningPath-module__pkfh9a__learningPath h2{font-size:2.2rem}.LearningPath-module__pkfh9a__subtitle{margin-bottom:2.5rem;font-size:1.1rem}.LearningPath-module__pkfh9a__cards{flex-direction:column;align-items:center;gap:1.5rem}.LearningPath-module__pkfh9a__card{width:90%;max-width:350px;padding:1.8rem}.LearningPath-module__pkfh9a__icon{width:50px;height:50px;margin-bottom:1rem;font-size:2rem}.LearningPath-module__pkfh9a__card h3{font-size:1.6rem}.LearningPath-module__pkfh9a__card p,.LearningPath-module__pkfh9a__featuresList li{font-size:.9rem}.LearningPath-module__pkfh9a__btn{padding:.8rem 2rem;font-size:.95rem}}@media (max-width:480px){.LearningPath-module__pkfh9a__learningPath{padding:2rem .5rem}.LearningPath-module__pkfh9a__learningPath h2{font-size:1.8rem}.LearningPath-module__pkfh9a__subtitle{margin-bottom:2rem;font-size:1rem}.LearningPath-module__pkfh9a__card{width:100%;padding:1.5rem}.LearningPath-module__pkfh9a__icon{width:45px;height:45px;margin-bottom:.8rem;font-size:1.8rem}.LearningPath-module__pkfh9a__card h3{font-size:1.4rem}.LearningPath-module__pkfh9a__card p,.LearningPath-module__pkfh9a__featuresList li{font-size:.85rem}.LearningPath-module__pkfh9a__btn{padding:.7rem 1.5rem;font-size:.9rem}}
.RealProjects-module__vc9SVW__container{background-color:var(--primary-bg);text-align:center;color:var(--text-primary);padding:60px}.RealProjects-module__vc9SVW__title{color:var(--text-primary);margin-bottom:10px;font-size:38px;font-weight:700}.RealProjects-module__vc9SVW__subtitle{color:var(--text-secondary);margin-bottom:40px;font-size:18px}.RealProjects-module__vc9SVW__projectsGrid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin-bottom:40px;margin-left:auto;margin-right:auto;display:grid}.RealProjects-module__vc9SVW__projectCard{background-color:var(--secondary-bg);text-align:center;border:1px solid var(--border-color);border-radius:10px;max-height:300px;padding:40px;transition:transform .3s,box-shadow .3s;box-shadow:0 0 transparent}.RealProjects-module__vc9SVW__projectCard:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 15px 30px rgba(0,0,0,.5)}.RealProjects-module__vc9SVW__icon{color:var(--accent-1);margin-bottom:20px;font-size:48px}.RealProjects-module__vc9SVW__projectTitle{color:var(--text-primary);margin-bottom:10px;font-size:24px;font-weight:700}.RealProjects-module__vc9SVW__projectDescription{color:var(--text-secondary);margin-bottom:30px;font-size:16px}.RealProjects-module__vc9SVW__projectFooter{justify-content:space-between;align-items:center;display:flex}.RealProjects-module__vc9SVW__level{color:var(--accent-1);font-size:16px;font-weight:700}.RealProjects-module__vc9SVW__tryIt{color:var(--text-primary);font-size:16px;font-weight:700;text-decoration:none}.RealProjects-module__vc9SVW__exploreButton{background-color:var(--accent-1);color:var(--primary-bg);cursor:pointer;border:none;border-radius:5px;padding:15px 30px;font-size:18px;font-weight:700}.RealProjects-module__vc9SVW__exploreButton:hover{background-color:var(--accent-2)}@media (max-width:992px){.RealProjects-module__vc9SVW__container{padding:40px}.RealProjects-module__vc9SVW__title{font-size:32px}.RealProjects-module__vc9SVW__subtitle{font-size:16px}.RealProjects-module__vc9SVW__projectsGrid{grid-template-columns:repeat(2,1fr);gap:20px}.RealProjects-module__vc9SVW__projectCard{padding:30px}.RealProjects-module__vc9SVW__projectTitle{font-size:20px}.RealProjects-module__vc9SVW__projectDescription{font-size:14px}.RealProjects-module__vc9SVW__icon{font-size:40px}.RealProjects-module__vc9SVW__level,.RealProjects-module__vc9SVW__tryIt{font-size:14px}.RealProjects-module__vc9SVW__exploreButton{padding:12px 25px;font-size:16px}}@media (max-width:768px){.RealProjects-module__vc9SVW__container{padding:30px}.RealProjects-module__vc9SVW__title{font-size:28px}.RealProjects-module__vc9SVW__subtitle{font-size:14px}.RealProjects-module__vc9SVW__projectsGrid{grid-template-columns:1fr;gap:20px}.RealProjects-module__vc9SVW__projectCard{max-height:none;padding:25px}.RealProjects-module__vc9SVW__projectTitle{font-size:18px}.RealProjects-module__vc9SVW__projectDescription{font-size:13px}.RealProjects-module__vc9SVW__icon{font-size:36px}.RealProjects-module__vc9SVW__level,.RealProjects-module__vc9SVW__tryIt{font-size:13px}.RealProjects-module__vc9SVW__exploreButton{padding:10px 20px;font-size:14px}}@media (max-width:480px){.RealProjects-module__vc9SVW__container{padding:20px}.RealProjects-module__vc9SVW__title{font-size:24px}.RealProjects-module__vc9SVW__subtitle{font-size:13px}.RealProjects-module__vc9SVW__projectCard{padding:20px}.RealProjects-module__vc9SVW__projectTitle{font-size:16px}.RealProjects-module__vc9SVW__projectDescription{font-size:12px}.RealProjects-module__vc9SVW__icon{font-size:32px}.RealProjects-module__vc9SVW__level,.RealProjects-module__vc9SVW__tryIt{font-size:12px}.RealProjects-module__vc9SVW__exploreButton{padding:8px 15px;font-size:13px}}
.WhyPythonJS-module__PiFY8q__container{background-color:var(--secondary-bg);text-align:center;color:var(--text-primary);padding:50px}.WhyPythonJS-module__PiFY8q__title{color:var(--text-primary);margin-bottom:10px;font-size:32px}.WhyPythonJS-module__PiFY8q__subtitle{color:var(--text-secondary);margin-bottom:40px;font-size:18px}.WhyPythonJS-module__PiFY8q__languagesGrid{grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin-bottom:40px;margin-left:auto;margin-right:auto;display:grid}.WhyPythonJS-module__PiFY8q__languageCard{background-color:var(--primary-bg);text-align:left;border:1px solid var(--border-color);border-radius:10px;flex-direction:column;justify-content:space-between;padding:40px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;box-shadow:0 4px 15px rgba(0,0,0,.2)}.WhyPythonJS-module__PiFY8q__languageCard:hover{border-color:var(--accent-1);transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.3)}.WhyPythonJS-module__PiFY8q__icon{text-align:center;color:var(--accent-1);margin-bottom:15px;font-size:3.5em}.WhyPythonJS-module__PiFY8q__languageTitle{color:var(--text-primary);text-align:center;margin-bottom:10px;font-size:1.8rem;font-weight:600}.WhyPythonJS-module__PiFY8q__featuresList{color:var(--text-secondary);flex-grow:1;margin-bottom:20px;padding:0;font-size:16px;list-style:none}.WhyPythonJS-module__PiFY8q__featureItem{align-items:flex-start;margin-bottom:10px;font-size:.95rem;line-height:1.5;display:flex}.WhyPythonJS-module__PiFY8q__checkmark{color:var(--accent-1);flex-shrink:0;margin-right:10px;font-weight:700}.WhyPythonJS-module__PiFY8q__readyText{color:var(--text-secondary);margin-bottom:20px;font-size:1.1rem}.WhyPythonJS-module__PiFY8q__startButton{background-color:var(--accent-1);color:var(--primary-bg);cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:background-color .3s,transform .2s,box-shadow .3s;box-shadow:0 4px 10px rgba(0,0,0,.3)}.WhyPythonJS-module__PiFY8q__startButton:hover{background-color:var(--accent-2);transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,.4)}@media (max-width:992px){.WhyPythonJS-module__PiFY8q__container{padding:40px}.WhyPythonJS-module__PiFY8q__title{font-size:28px}.WhyPythonJS-module__PiFY8q__subtitle{font-size:16px}.WhyPythonJS-module__PiFY8q__languagesGrid{gap:20px}.WhyPythonJS-module__PiFY8q__languageCard{padding:30px}.WhyPythonJS-module__PiFY8q__icon{font-size:3em}.WhyPythonJS-module__PiFY8q__languageTitle{font-size:1.6rem}.WhyPythonJS-module__PiFY8q__featuresList{font-size:.9rem}.WhyPythonJS-module__PiFY8q__readyText{font-size:1rem}.WhyPythonJS-module__PiFY8q__startButton{padding:.9rem 2rem;font-size:1rem}}@media (max-width:768px){.WhyPythonJS-module__PiFY8q__container{padding:30px}.WhyPythonJS-module__PiFY8q__title{font-size:24px}.WhyPythonJS-module__PiFY8q__subtitle{font-size:14px}.WhyPythonJS-module__PiFY8q__languagesGrid{grid-template-columns:1fr;gap:20px}.WhyPythonJS-module__PiFY8q__languageCard{padding:25px}.WhyPythonJS-module__PiFY8q__icon{font-size:2.5em}.WhyPythonJS-module__PiFY8q__languageTitle{font-size:1.4rem}.WhyPythonJS-module__PiFY8q__featuresList{font-size:.85rem}.WhyPythonJS-module__PiFY8q__readyText{font-size:.9rem}.WhyPythonJS-module__PiFY8q__startButton{padding:.8rem 1.8rem;font-size:.95rem}}@media (max-width:480px){.WhyPythonJS-module__PiFY8q__container{padding:20px}.WhyPythonJS-module__PiFY8q__title{font-size:20px}.WhyPythonJS-module__PiFY8q__subtitle{font-size:13px}.WhyPythonJS-module__PiFY8q__languageCard{padding:20px}.WhyPythonJS-module__PiFY8q__icon{font-size:2em}.WhyPythonJS-module__PiFY8q__languageTitle{font-size:1.2rem}.WhyPythonJS-module__PiFY8q__featuresList{font-size:.8rem}.WhyPythonJS-module__PiFY8q__readyText{font-size:.85rem}.WhyPythonJS-module__PiFY8q__startButton{padding:.7rem 1.5rem;font-size:.9rem}}
.light-theme .CodeShowcase-module__u5-c0a__codeWrapper{background-color:#f6f8fa;border:1px solid #d0d7de}.light-theme .CodeShowcase-module__u5-c0a__codeHeader{background-color:#f6f8fa;border-bottom:1px solid #d0d7de}.light-theme .CodeShowcase-module__u5-c0a__fileIcon{color:#57606a}.light-theme .CodeShowcase-module__u5-c0a__language{color:#24292f}.light-theme .CodeShowcase-module__u5-c0a__filename{color:#24292f}.light-theme .CodeShowcase-module__u5-c0a__copyButton{color:#57606a}.light-theme .CodeShowcase-module__u5-c0a__copyButton:hover{color:#24292f}.CodeShowcase-module__u5-c0a__codeWrapper{background-color:#0d1117;border:1px solid #30363d;border-radius:8px;margin:2rem 0;position:relative}.CodeShowcase-module__u5-c0a__codeHeader{background-color:#161b22;border-bottom:1px solid #30363d;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:.8rem 1rem;display:flex}.CodeShowcase-module__u5-c0a__headerLeft{align-items:center;gap:.5rem;display:flex}.CodeShowcase-module__u5-c0a__fileIcon{color:#8b949e}.CodeShowcase-module__u5-c0a__language{color:var(--text-secondary);margin-left:.5rem;font-size:.8rem}.CodeShowcase-module__u5-c0a__filename{font-family:var(--font-geist-mono);color:#c9d1d9;font-size:.9rem}.CodeShowcase-module__u5-c0a__copyButton{color:#8b949e;cursor:pointer;background-color:transparent;border:none;border-radius:6px;padding:.3rem;font-size:1rem;transition:all .2s}.CodeShowcase-module__u5-c0a__copyButton:hover{color:#c9d1d9}@media (max-width:768px){.CodeShowcase-module__u5-c0a__codeWrapper{margin:1.5rem 0}}
.courseDetail-module__kvi45q__courseLayout{background-color:var(--secondary-bg);height:calc(100vh - 100px);color:var(--text-secondary);display:flex;position:relative}.courseDetail-module__kvi45q__sidebar{background-color:var(--primary-bg);border-right:1px solid var(--border-color);flex-direction:column;width:320px;transition:width .3s;display:flex}.courseDetail-module__kvi45q__sidebarCollapsed{width:80px}.courseDetail-module__kvi45q__sidebarHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:20px;display:flex}.courseDetail-module__kvi45q__sidebarHeader h3{color:var(--text-primary);white-space:nowrap;font-size:1.25rem;font-weight:600;overflow:hidden}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__sidebarHeader h3{display:none}.courseDetail-module__kvi45q__sidebarContent{flex:1;padding:15px;overflow-y:auto}.courseDetail-module__kvi45q__sidebarSection{margin-bottom:20px}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__sidebarSection{margin-bottom:0}.courseDetail-module__kvi45q__sectionTitle{color:var(--accent-2);white-space:nowrap;align-items:center;gap:10px;padding:0 10px 10px;font-size:.9rem;font-weight:600;display:flex;overflow:hidden}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__sectionTitle{justify-content:center}.courseDetail-module__kvi45q__sectionIcon{font-size:16px}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__sectionText{display:none}.courseDetail-module__kvi45q__linksList{margin:0;padding:0;list-style:none}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__linksList{display:none}.courseDetail-module__kvi45q__linkItem{cursor:pointer;color:var(--text-secondary);border-radius:8px;flex-direction:column;gap:10px;padding:12px 15px;transition:background-color .2s,color .2s;display:flex}.courseDetail-module__kvi45q__linkTitle{align-items:center;width:100%;display:flex}.courseDetail-module__kvi45q__linkItem:hover{background-color:var(--accent-1-translucent);color:var(--text-primary)}.courseDetail-module__kvi45q__activeLink{background-color:var(--accent-1);color:var(--primary-bg);font-weight:600}.courseDetail-module__kvi45q__linkIcon{font-size:18px}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__linkText{display:none}.courseDetail-module__kvi45q__mainContent{flex:1;padding:40px;transition:margin-left .3s;overflow-y:auto}.courseDetail-module__kvi45q__mainContentShifted{margin-left:120px}.courseDetail-module__kvi45q__mainContentCollapsed{margin-left:80px}.courseDetail-module__kvi45q__toggleButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:24px}.courseDetail-module__kvi45q__sidebarFooter{border-top:1px solid var(--border-color);padding:20px}.courseDetail-module__kvi45q__userProfile{align-items:center;gap:15px;display:flex}.courseDetail-module__kvi45q__userAvatar{border-radius:50%;width:40px;height:40px}.courseDetail-module__kvi45q__userInfo{white-space:nowrap;flex-direction:column;display:flex;overflow:hidden}.courseDetail-module__kvi45q__userName{color:var(--text-primary);font-weight:600}.courseDetail-module__kvi45q__userEmail{color:var(--text-secondary);font-size:.9rem}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__userInfo{display:none}.courseDetail-module__kvi45q__chevron{color:var(--text-secondary);margin-left:auto;font-size:12px;transition:transform .2s}.courseDetail-module__kvi45q__chevronOpen{transform:rotate(90deg)}.courseDetail-module__kvi45q__sidebarCollapsed .courseDetail-module__kvi45q__chevron{display:none}.courseDetail-module__kvi45q__linkItem:hover .courseDetail-module__kvi45q__chevron{color:var(--text-primary)}.courseDetail-module__kvi45q__sublinksList{margin-top:10px;padding-left:20px;list-style:none}.courseDetail-module__kvi45q__sublinkItem{cursor:pointer;color:var(--text-secondary);padding:8px 0;font-size:.9rem}.courseDetail-module__kvi45q__sublinkItem:hover{color:var(--text-primary)}.courseDetail-module__kvi45q__description{font-size:24px}.courseDetail-module__kvi45q__details{font-size:18px}.courseDetail-module__kvi45q__sidebarContent::-webkit-scrollbar{width:8px}.courseDetail-module__kvi45q__sidebarContent::-webkit-scrollbar-track{background:var(--secondary-bg)}.courseDetail-module__kvi45q__sidebarContent::-webkit-scrollbar-thumb{background-color:var(--accent-1);border:2px solid var(--secondary-bg);border-radius:10px}.courseDetail-module__kvi45q__mainContent::-webkit-scrollbar{width:8px}.courseDetail-module__kvi45q__mainContent::-webkit-scrollbar-track{background:var(--primary-bg)}.courseDetail-module__kvi45q__mainContent::-webkit-scrollbar-thumb{background-color:var(--accent-1);border:2px solid var(--primary-bg);border-radius:10px}.courseDetail-module__kvi45q__topNavigation{justify-content:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.courseDetail-module__kvi45q__navButton{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.courseDetail-module__kvi45q__navButton:hover:not(:disabled){background-color:var(--accent-1-translucent);border-color:var(--accent-1);color:var(--text-primary)}.courseDetail-module__kvi45q__navButton:disabled{opacity:.5;cursor:not-allowed}.courseDetail-module__kvi45q__bottomNavigation{border-top:1px solid var(--border-color);justify-content:space-between;margin-top:3rem;padding-top:2rem;display:flex}.courseDetail-module__kvi45q__bottomNavButton{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:1rem;width:48%;padding:1rem 1.5rem;transition:all .2s;display:flex}.courseDetail-module__kvi45q__bottomNavButton:hover:not(:disabled){border-color:var(--accent-1);color:var(--text-primary)}.courseDetail-module__kvi45q__bottomNavButton:disabled{opacity:.5;cursor:not-allowed}.courseDetail-module__kvi45q__nextButton{text-align:right;justify-content:flex-end}.courseDetail-module__kvi45q__navButtonContent{flex-direction:column;display:flex}.courseDetail-module__kvi45q__navTitle{color:var(--text-primary);font-weight:600}
