.learn-module__mh9yGW__page{background:var(--bg-secondary);min-height:100vh}.learn-module__mh9yGW__hero{text-align:center;background:var(--bg-primary);border-bottom:1px solid var(--border-default);padding:4rem 1.5rem 3rem}.learn-module__mh9yGW__heroContent{max-width:800px;margin:0 auto}.learn-module__mh9yGW__breadcrumb{font-size:var(--text-sm);color:var(--text-tertiary);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.learn-module__mh9yGW__breadcrumb a{color:var(--primary-600);text-decoration:none}.learn-module__mh9yGW__breadcrumb a:hover{text-decoration:underline}.learn-module__mh9yGW__category{background:var(--primary-600);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:20px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.learn-module__mh9yGW__title{color:var(--text-primary);margin:0;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;line-height:1.2}.learn-module__mh9yGW__meta{color:var(--text-tertiary);flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem;font-size:.9rem;display:flex}.learn-module__mh9yGW__container{max-width:750px;margin:0 auto;padding:0 1.5rem}.learn-module__mh9yGW__quickAnswerSection{padding:2rem 0}.learn-module__mh9yGW__quickAnswerCard{background:linear-gradient(135deg,var(--primary-600),var(--accent-700));border-radius:var(--radius-xl);text-align:center;color:#fff;padding:2rem}.learn-module__mh9yGW__quickAnswerLabel{letter-spacing:.5px;opacity:.9;margin-bottom:1rem;font-size:.85rem;font-weight:600}.learn-module__mh9yGW__quickAnswerFormula{font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;font-family:var(--font-mono);margin-bottom:.5rem}.learn-module__mh9yGW__quickAnswerDesc{opacity:.9;font-size:.85rem}.learn-module__mh9yGW__mainContent{padding:3rem 0}.learn-module__mh9yGW__contentCard{background:var(--bg-primary);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:2rem}.learn-module__mh9yGW__contentCard h2{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.learn-module__mh9yGW__contentCard h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.learn-module__mh9yGW__contentCard p{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.learn-module__mh9yGW__stepsContainer{flex-direction:column;gap:1rem;display:flex}.learn-module__mh9yGW__stepItem{background:var(--bg-secondary);border-radius:var(--radius-lg);border-left:3px solid var(--border-default);align-items:flex-start;gap:1rem;padding:1rem;display:flex}.learn-module__mh9yGW__stepItem.learn-module__mh9yGW__highlight{background:var(--success-50);border-left-color:var(--success-500)}.learn-module__mh9yGW__stepNum{background:var(--border-default);width:28px;height:28px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.learn-module__mh9yGW__stepItem.learn-module__mh9yGW__highlight .learn-module__mh9yGW__stepNum{background:var(--success-500);color:#fff}.learn-module__mh9yGW__stepContent{flex:1}.learn-module__mh9yGW__stepLabel{color:var(--text-tertiary);margin-bottom:.25rem;font-size:.85rem;display:block}.learn-module__mh9yGW__stepFormula{font-size:1.1rem;font-weight:600;font-family:var(--font-mono);color:var(--text-primary)}.learn-module__mh9yGW__stepItem.learn-module__mh9yGW__highlight .learn-module__mh9yGW__stepFormula{color:var(--success-700)}.learn-module__mh9yGW__tipBox{background:var(--warning-50);border-radius:var(--radius-xl);border:1px solid var(--warning-100);margin-bottom:2rem;padding:1.5rem 2rem}.learn-module__mh9yGW__tipBox .learn-module__mh9yGW__tipIcon{margin-right:.75rem;font-size:1.25rem}.learn-module__mh9yGW__tipBox h4{color:#92400e;margin-bottom:.5rem;font-weight:700}.learn-module__mh9yGW__tipBox ul{color:#78350f;margin:0;padding-left:1.25rem;font-size:.95rem;line-height:1.7}.learn-module__mh9yGW__warningBox{background:var(--error-50);border-radius:var(--radius-xl);border:1px solid var(--error-100);margin-bottom:2rem;padding:1.5rem 2rem}.learn-module__mh9yGW__warningBox h4{color:#991b1b;margin-bottom:.5rem;font-weight:700}.learn-module__mh9yGW__warningBox ul{color:#7f1d1d;margin:0;padding-left:1.25rem;font-size:.95rem;line-height:1.7}.learn-module__mh9yGW__examplesGrid{flex-direction:column;gap:1rem;display:flex}.learn-module__mh9yGW__exampleItem{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:1rem}.learn-module__mh9yGW__exampleEquation{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.learn-module__mh9yGW__exampleEquation code{font-size:1.1rem;font-weight:700;font-family:var(--font-mono)}.learn-module__mh9yGW__exampleAnswer{color:var(--success-600);font-size:1rem;font-weight:700}.learn-module__mh9yGW__exampleSteps{color:var(--text-tertiary);font-size:.85rem;font-family:var(--font-mono)}.learn-module__mh9yGW__ctaSection{padding:2rem 0 3rem}.learn-module__mh9yGW__ctaCard{background:var(--bg-primary);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border-default);padding:2rem}.learn-module__mh9yGW__ctaIcon{margin-bottom:.75rem;font-size:2rem;display:block}.learn-module__mh9yGW__ctaCard h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.learn-module__mh9yGW__ctaCard p{color:var(--text-tertiary);margin-bottom:1.25rem;font-size:.95rem}.learn-module__mh9yGW__ctaButton{color:#fff;background:var(--primary-600);border-radius:var(--radius-lg);transition:background var(--transition-fast);border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.learn-module__mh9yGW__ctaButton:hover{background:var(--primary-700);text-decoration:none}.learn-module__mh9yGW__relatedSection{border-top:2px dashed var(--border-default);max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.learn-module__mh9yGW__relatedTitle{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary);text-align:center;margin-bottom:2rem}.learn-module__mh9yGW__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.learn-module__mh9yGW__relatedCard{background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-xl);transition:all var(--transition-fast);align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;display:flex}.learn-module__mh9yGW__relatedCard:hover{border-color:var(--primary-300);transform:translateY(-4px);box-shadow:0 10px 25px #6366f11a}.learn-module__mh9yGW__relatedIcon{flex-shrink:0;font-size:1.5rem}.learn-module__mh9yGW__relatedContent{flex:1}.learn-module__mh9yGW__relatedCategory{text-transform:uppercase;color:var(--primary-600);letter-spacing:.5px;font-size:.7rem;font-weight:600}.learn-module__mh9yGW__relatedTopicTitle{color:var(--text-primary);margin:.25rem 0;font-size:1rem;font-weight:600}.learn-module__mh9yGW__relatedReadTime{color:var(--text-tertiary);font-size:.8rem}.learn-module__mh9yGW__relatedArrow{color:var(--primary-600);font-size:1.25rem;font-weight:600}@media (max-width:768px){.learn-module__mh9yGW__hero{padding:3rem 1rem 2rem}.learn-module__mh9yGW__meta{gap:1rem}.learn-module__mh9yGW__contentCard{padding:1.5rem}.learn-module__mh9yGW__relatedGrid{grid-template-columns:1fr}}
