@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg-primary:#0a0e17;--bg-secondary:#111827;--bg-surface:#1a1f2e;--bg-surface-hover:#232a3d;--bg-card:#1e2538;--border-color:#2d3548;--border-active:#6c5ce7;--text-primary:#e6edf3;--text-secondary:#8b95a5;--text-muted:#5a6377;--accent-purple:#6c5ce7;--accent-purple-light:#a78bfa;--accent-cyan:#00cec9;--accent-teal:#2dd4bf;--accent-amber:#f59e0b;--accent-red:#ef4444;--accent-green:#10b981;--accent-blue:#3b82f6;--gradient-hero:linear-gradient(135deg, #6c5ce7 0%, #00cec9 100%);--gradient-card:linear-gradient(145deg, #1e2538 0%, #161b28 100%);--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 20px #6c5ce74d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--font-primary:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--sidebar-width:310px;--header-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.7;overflow-x:hidden}#root{min-height:100vh}a{color:var(--accent-purple-light);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-cyan)}code{font-family:var(--font-mono);color:var(--accent-purple-light);background:#6c5ce71f;border-radius:4px;padding:.15em .45em;font-size:.9em}img{border-radius:var(--radius-md);max-width:100%;height:auto}pre{font-family:var(--font-mono);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);white-space:pre;word-wrap:normal;max-width:100%;padding:1.25rem;font-size:.88rem;line-height:1.6;overflow-x:auto}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.3}p{color:var(--text-secondary);margin-bottom:1rem}ul,ol{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.4rem}strong{color:var(--text-primary)}em{color:var(--accent-purple-light);font-style:italic}.gradient-text{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-container{min-height:100vh;display:flex}.main-wrapper{margin-left:var(--sidebar-width);flex-direction:column;flex:1;max-width:100vw;min-height:100vh;transition:margin-left .3s;display:flex;overflow-x:hidden}.main-wrapper.sidebar-collapsed{margin-left:0}.header-sticky-wrapper{z-index:50;position:sticky;top:0}.header{height:var(--header-height);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);background:#0a0e17f2;align-items:center;gap:1rem;padding:0 1.5rem;display:flex}.sidebar-toggle{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:5px;padding:6px;transition:background .2s;display:flex}.sidebar-toggle:hover{background:var(--bg-surface)}.sidebar-toggle span{background:var(--text-secondary);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.header-logo h1{white-space:nowrap;font-size:1.1rem;font-weight:700}.header-nav{gap:1.25rem;margin-left:auto;display:flex}.header-nav .nav-link{color:var(--text-secondary);border-bottom:2px solid #0000;padding:.3rem 0;font-size:.88rem;font-weight:500;transition:color .3s}.header-nav .nav-link:hover,.header-nav .nav-link.active{color:var(--accent-purple);border-bottom-color:var(--accent-purple)}.header-nav .nav-link.disabled{opacity:.4;pointer-events:none}.header-progress{flex-shrink:0;align-items:center;gap:.5rem;margin-left:1rem;display:flex}.header-progress-label{color:var(--text-muted);white-space:nowrap;font-size:.72rem}.header-progress-pct{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.82rem;font-weight:800}.global-progress-bar{background:var(--bg-surface);height:3px;overflow:hidden}.global-progress-fill{background:linear-gradient(90deg, var(--accent-purple), var(--accent-cyan), var(--accent-teal));border-radius:0 3px 3px 0;min-width:2px;height:100%;transition:width .5s}.header-actions{gap:.5rem;display:flex}.icon-btn{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:all .3s;display:flex}.icon-btn:hover{border-color:var(--accent-purple);background:var(--bg-surface-hover)}.sidebar{width:var(--sidebar-width);border-right:1px solid var(--border-color);z-index:60;background:linear-gradient(#0f1420 0%,#0a0e17 100%);flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar.collapsed{transform:translate(-100%)}.sidebar-header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.sidebar-brand{align-items:center;gap:.75rem;display:flex}.brand-icon{font-size:1.6rem}.sidebar-brand h2{color:var(--text-primary);margin:0;font-size:1rem;font-weight:800}.brand-subtitle{color:var(--text-muted);font-size:.72rem;font-weight:500}.sidebar-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:1.2rem;transition:all .2s;display:none}.sidebar-close:hover{background:var(--bg-surface);color:var(--text-primary)}.sidebar-progress{border-bottom:1px solid var(--border-color);flex-shrink:0;padding:1rem 1.25rem}.progress-label{color:var(--text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;display:flex}.progress-bar{background:var(--bg-surface);border-radius:3px;height:6px;overflow:hidden}.progress-fill{background:var(--gradient-hero);border-radius:3px;width:0%;height:100%;transition:width .5s}.sidebar-tabs{border-bottom:1px solid var(--border-color);display:flex}.sidebar-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2.5px solid #0000;flex:1;padding:.7rem .5rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .25s}.sidebar-tab:hover{color:var(--text-secondary);background:#ffffff05}.sidebar-tab.active.cs{color:var(--accent-purple-light);border-bottom-color:var(--accent-purple);background:#6c5ce714}.sidebar-tab.active.general{color:var(--accent-cyan);border-bottom-color:var(--accent-cyan);background:#00cec914}.sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto}.sidebar-topic{border-bottom:1px solid #ffffff0a}.topic-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.65rem;padding:.7rem 1.25rem;transition:background .2s;display:flex}.topic-header:hover{background:var(--bg-surface)}.sidebar-topic.active>.topic-header{background:#6c5ce714}.topic-number{color:var(--text-muted);text-align:center;min-width:22px;font-size:.68rem;font-weight:700}.topic-title{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.82rem;font-weight:500;overflow:hidden}.sidebar-topic.active .topic-title{color:var(--text-primary)}.topic-badge{white-space:nowrap;border-radius:100px;padding:.15rem .5rem;font-size:.62rem;font-weight:700}.badge-high{color:#fca5a5;background:#ef444426}.badge-medium{color:#fcd34d;background:#f59e0b26}.badge-low{color:#6ee7b7;background:#10b98126}.topic-sections{max-height:0;transition:max-height .3s;overflow:hidden}.sidebar-topic.active .topic-sections{max-height:600px}.sidebar-section{color:var(--text-muted);cursor:pointer;align-items:center;gap:.6rem;padding:.45rem 1.25rem .45rem 3rem;font-size:.78rem;text-decoration:none;transition:all .2s;display:flex}.sidebar-section:hover{color:var(--text-secondary);background:var(--bg-surface)}.sidebar-section.active{color:var(--accent-purple-light)}.section-dot{background:var(--border-color);border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .3s}.sidebar-section.active .section-dot{background:var(--accent-purple);box-shadow:0 0 6px var(--accent-purple)}.coming-soon-label{color:var(--text-muted);padding:.4rem 1.25rem .6rem 3rem;font-size:.72rem;font-style:italic;display:block}.content-area{flex:1;padding:0}.module-hero{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#6c5ce71a 0%,#00cec90d 100%);padding:3.5rem 2.5rem 2.5rem;position:relative;overflow:hidden}.module-hero:before{content:"";background:radial-gradient(circle,#6c5ce726 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.hero-badge{color:var(--accent-purple-light);background:#6c5ce726;border:1px solid #6c5ce740;border-radius:100px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.78rem;font-weight:500;display:inline-block}.hero-title{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.hero-subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.hero-stats{flex-wrap:wrap;gap:2.5rem;display:flex}.hero-stats .stat{text-align:center}.hero-stats .stat-value{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;display:block}.hero-stats .stat-label{color:var(--text-muted);font-size:.78rem}.content-section{border-bottom:1px solid #ffffff0a;max-width:100%;padding:3rem 2.5rem;overflow-x:hidden}.section-title{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.7rem;font-weight:800;display:flex}.section-number{background:var(--gradient-hero);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:inline-flex}.section-subtitle{color:var(--text-primary);margin:2rem 0 1rem;font-size:1.2rem;font-weight:700}.important-box,.note-box,.tip-box,.warning-box{border-radius:var(--radius-md);border:1px solid;flex-wrap:wrap;gap:.75rem;max-width:100%;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex;overflow:hidden}.important-box>*,.note-box>*,.tip-box>*,.warning-box>*{min-width:0;max-width:100%}.box-icon{flex-shrink:0;font-size:1.3rem;line-height:1.4}.important-box{background:#6c5ce714;border-color:#6c5ce733}.note-box{background:#3b82f614;border-color:#3b82f633}.tip-box{background:#10b98114;border-color:#10b98133}.warning-box{background:#f59e0b14;border-color:#f59e0b33}.important-box strong{color:var(--accent-purple-light)}.note-box strong{color:var(--accent-blue)}.tip-box strong{color:var(--accent-green)}.warning-box strong{color:var(--accent-amber)}.info-card{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-md);max-width:100%;margin-bottom:1.25rem;padding:1.5rem;transition:border-color .3s;overflow:hidden}.info-card:hover{box-shadow:var(--shadow-md);border-color:#6c5ce74d;transform:translateY(-2px)}.info-card h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1rem}.definition-box{border:1px solid #6c5ce726;border-left:4px solid var(--accent-purple);border-radius:var(--radius-md);background:#6c5ce70f;max-width:100%;margin-bottom:1.5rem;padding:1.25rem 1.5rem;overflow:hidden}.definition-box h4{color:var(--accent-purple-light);margin-bottom:.5rem}.key-point{border:1px solid #00cec926;border-left:4px solid var(--accent-cyan);border-radius:var(--radius-md);background:#00cec90f;flex-wrap:wrap;gap:.75rem;max-width:100%;margin-bottom:1.5rem;padding:1.25rem;display:flex;overflow:hidden}.key-icon{flex-shrink:0;font-size:1.3rem}.example-box{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);max-width:100%;margin-bottom:1.5rem;padding:1.5rem;overflow:hidden}.example-box h4{color:var(--accent-amber);margin-bottom:.75rem}.comparison-table,.truth-table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.9rem;display:block;overflow-x:auto}.comparison-table th,.truth-table th{background:var(--bg-surface);text-align:left;color:var(--text-primary);border-bottom:2px solid var(--border-color);white-space:nowrap;padding:.7rem 1rem;font-weight:600}.comparison-table td,.truth-table td{color:var(--text-secondary);border-bottom:1px solid #ffffff0a;padding:.6rem 1rem}.comparison-table tr:hover td,.truth-table tr:hover td{background:#6c5ce70a}.output-1{font-weight:700;color:var(--accent-green)!important}.output-0{font-weight:700;color:var(--accent-red)!important}.table-responsive{overflow-x:auto}.accordion{margin-bottom:1.5rem}.accordion-item{border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:.5rem;overflow:hidden}.accordion-header{background:var(--bg-surface);cursor:pointer;width:100%;color:var(--text-primary);font-size:.92rem;font-weight:500;font-family:var(--font-primary);text-align:left;border:none;align-items:center;gap:.75rem;padding:.9rem 1.25rem;transition:background .2s;display:flex}.accordion-header:hover{background:var(--bg-surface-hover)}.accordion-icon{background:var(--gradient-hero);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:inline-flex}.accordion-arrow{color:var(--text-muted);margin-left:auto;font-size:.85rem;transition:transform .3s}.accordion-item.open .accordion-arrow{transform:rotate(180deg)}.accordion-content{max-height:0;padding:0 1.25rem;transition:max-height .35s,padding .35s;overflow:hidden}.accordion-item.open .accordion-content{max-height:300px;padding:1rem 1.25rem 1.25rem}.tabs-container{margin-bottom:1.5rem}.tab-buttons{background:var(--bg-surface);border-radius:var(--radius-md);flex-wrap:wrap;gap:.3rem;margin-bottom:1rem;padding:.3rem;display:flex;overflow-x:auto}.tab-button{color:var(--text-muted);font-size:.82rem;font-weight:600;font-family:var(--font-primary);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.55rem 1rem;transition:all .2s}.tab-button:hover{color:var(--text-secondary);background:#ffffff0a}.tab-button.active{background:var(--accent-purple);color:#fff}.tab-content{display:none}.tab-content.active{display:block}.timeline{margin:2rem 0;padding-left:2rem;position:relative}.timeline:before{content:"";background:var(--border-color);width:2px;position:absolute;top:0;bottom:0;left:7px}.timeline-item{margin-bottom:2rem;padding-left:1.5rem;position:relative}.timeline-dot{border:3px solid var(--bg-primary);border-radius:50%;width:16px;height:16px;position:absolute;top:4px;left:-2rem}.timeline-dot.high{background:var(--accent-red)}.timeline-dot.medium{background:var(--accent-amber)}.timeline-dot.low{background:var(--accent-green)}.timeline-content{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem;transition:border-color .3s}.timeline-content:hover{border-color:#6c5ce74d}.timeline-date{color:var(--accent-purple-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.timeline-content h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem}.tool-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin:1.5rem 0;padding:1.75rem}.converter-inputs,.calc-inputs{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.converter-group{flex-direction:column;gap:.4rem;display:flex}.converter-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:600}.converter-input,select{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.95rem;font-family:var(--font-mono);outline:none;width:100%;padding:.7rem 1rem;transition:border-color .3s}.converter-input:focus,select:focus{border-color:var(--accent-purple);box-shadow:0 0 0 3px #6c5ce726}.btn-primary{background:var(--gradient-hero);color:#fff;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;font-family:var(--font-primary);cursor:pointer;border:none;padding:.7rem 1.5rem;transition:all .3s;box-shadow:0 4px 15px #6c5ce74d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6c5ce780}.calc-result,.conversion-steps,.calc-steps{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-family:var(--font-mono);min-height:50px;color:var(--text-primary);margin-top:1rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.6}.quiz-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);max-width:100%;margin:2rem 0;padding:1.75rem;overflow:hidden}.quiz-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.quiz-title{color:var(--text-primary);font-size:1.1rem;font-weight:700}.quiz-progress-text{color:var(--text-muted);font-size:.78rem}.quiz-progress-bar{background:var(--bg-surface);border-radius:2px;width:100%;height:4px;margin-bottom:1rem;overflow:hidden}.quiz-progress-fill{background:var(--gradient-hero);border-radius:2px;height:100%;transition:width .3s}.quiz-nav-pills{border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.quiz-pill{border:1px solid var(--border-color);background:var(--bg-surface);width:30px;height:30px;color:var(--text-muted);cursor:pointer;font-size:.72rem;font-weight:600;font-family:var(--font-primary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.quiz-pill:hover{border-color:var(--accent-purple);color:var(--text-primary)}.quiz-pill.active{border-color:var(--accent-purple);color:var(--accent-purple-light);background:#6c5ce726}.quiz-pill.answered{border-color:var(--accent-cyan);color:var(--accent-cyan);background:#00cec91a}.quiz-pill.correct{border-color:var(--accent-green);color:var(--accent-green);background:#10b98126}.quiz-pill.incorrect{border-color:var(--accent-red);color:var(--accent-red);background:#ef444426}.quiz-question{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.05rem;font-weight:600;line-height:1.6}.quiz-options{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;display:flex}.quiz-option{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;text-align:left;font-size:.92rem;font-family:var(--font-primary);align-items:center;gap:.75rem;padding:.85rem 1.15rem;transition:all .2s;display:flex}.quiz-option:hover{border-color:var(--accent-purple);background:var(--bg-surface-hover);color:var(--text-primary)}.quiz-option.selected{border-color:var(--accent-purple);color:var(--text-primary);background:#6c5ce71f}.quiz-option.correct{border-color:var(--accent-green);color:var(--accent-green);background:#10b9811f}.quiz-option.incorrect{border-color:var(--accent-red);color:var(--accent-red);background:#ef44441f}.quiz-option .option-letter{background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:inline-flex}.quiz-option.correct .option-letter{background:var(--accent-green);color:#fff}.quiz-option.incorrect .option-letter{background:var(--accent-red);color:#fff}.quiz-feedback{border-radius:var(--radius-sm);margin-bottom:1rem;padding:.85rem 1.15rem;font-size:.88rem;line-height:1.5}.quiz-feedback.correct-feedback{color:var(--accent-green);background:#10b9811a;border:1px solid #10b98133}.quiz-feedback.incorrect-feedback{color:var(--accent-red);background:#ef44441a;border:1px solid #ef444433}.quiz-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.quiz-btn{border-radius:var(--radius-sm);cursor:pointer;font-size:.88rem;font-weight:600;font-family:var(--font-primary);border:none;padding:.6rem 1.25rem;transition:all .2s}.quiz-btn:disabled{opacity:.35;cursor:not-allowed}.quiz-btn-check{background:var(--gradient-hero);color:#fff}.quiz-btn-check:hover:not(:disabled){transform:translateY(-1px)}.quiz-btn-next,.quiz-btn-prev{background:var(--bg-surface);color:var(--text-primary);border:1px solid var(--border-color)}.quiz-btn-next:hover:not(:disabled),.quiz-btn-prev:hover:not(:disabled){border-color:var(--accent-purple)}.quiz-btn-finish{background:var(--accent-green);color:#fff}.quiz-btn-finish:hover{background:#059669}.quiz-btn-retry{color:var(--accent-purple-light);background:#6c5ce726;padding:.75rem 2rem;font-size:.95rem}.quiz-btn-retry:hover{background:#6c5ce740}.quiz-report-summary{text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding:2rem 1rem}.quiz-report-grade{border:3px solid;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;font-size:2rem;font-weight:800;display:flex}.quiz-report-stats{justify-content:center;gap:2rem;margin-bottom:1rem;display:flex}.quiz-report-stat{flex-direction:column;align-items:center;display:flex}.qrs-value{color:var(--text-primary);font-size:1.5rem;font-weight:800}.qrs-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.72rem}.quiz-report-message{color:var(--text-secondary);max-width:400px;margin:0 auto;font-size:.95rem;line-height:1.6}.quiz-report-review{margin-bottom:1.5rem}.quiz-report-review h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:700}.quiz-review-item{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-surface);margin-bottom:.75rem;padding:1rem}.quiz-review-item.correct{border-left:3px solid var(--accent-green)}.quiz-review-item.incorrect{border-left:3px solid var(--accent-red)}.qri-header{align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.qri-status{flex-shrink:0;font-size:.85rem;font-weight:800}.qri-status.correct{color:var(--accent-green)}.qri-status.incorrect{color:var(--accent-red)}.qri-number{color:var(--text-muted);flex-shrink:0;font-size:.85rem;font-weight:700}.qri-question{color:var(--text-primary);font-size:.88rem;line-height:1.5}.qri-answers{margin-left:2.5rem;font-size:.82rem}.qri-your-ans{color:var(--accent-red);margin-bottom:.25rem}.qri-correct-ans{color:var(--accent-green)}.qri-explanation{color:var(--text-muted);margin:.5rem 0 0 2.5rem;font-size:.8rem;font-style:italic;line-height:1.5}.diagram-container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);justify-content:center;align-items:center;min-height:250px;margin:1.5rem 0;padding:1.5rem;display:flex}.diagram-container svg{max-width:100%;height:auto}.diagram-placeholder{color:var(--text-muted);text-align:center;padding:2rem;font-size:.9rem}.footer{border-top:1px solid var(--border-color);background:var(--bg-secondary);margin-top:auto;padding:2.5rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:1.5rem;display:grid}.footer-section h3{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.footer-section p{color:var(--text-muted);font-size:.82rem}.footer-section ul{padding:0;list-style:none}.footer-section li{padding:.2rem 0}.footer-section a{color:var(--text-muted);font-size:.82rem;transition:color .3s}.footer-section a:hover{color:var(--accent-purple-light)}.footer-bottom{text-align:center;border-top:1px solid var(--border-color);padding-top:1.25rem}.footer-bottom p{color:var(--text-muted);margin:0;font-size:.78rem}.progress-tracker-widget{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 20px #00000026}.pt-header{cursor:pointer;border-bottom:1px solid var(--border-color);background:#6c5ce70f;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background .2s;display:flex}.pt-header:hover{background:#6c5ce71a}.pt-header-left{align-items:center;gap:.6rem;display:flex}.pt-header-left h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.pt-icon{font-size:1.2rem}.pt-header-right{align-items:center;gap:.5rem;display:flex}.pt-percent{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:800}.pt-chevron{color:var(--text-muted);font-size:.9rem;transition:transform .3s}.pt-chevron.open{transform:rotate(0)}.pt-chevron:not(.open){transform:rotate(-90deg)}.pt-body{max-height:0;transition:max-height .4s;overflow:hidden}.pt-body.open{max-height:1200px}.pt-stats-grid{border-bottom:1px solid #ffffff0a;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem 1.25rem;display:grid}.pt-stat{text-align:center;background:var(--bg-surface);border-radius:var(--radius-sm);border:1px solid #ffffff0a;padding:.6rem .4rem}.pt-stat-value{color:var(--accent-purple-light);font-size:1.3rem;font-weight:800;display:block}.pt-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.68rem}.pt-module{border-bottom:1px solid #ffffff0a;padding:.85rem 1.25rem}.pt-module-header{color:var(--text-secondary);justify-content:space-between;margin-bottom:.4rem;font-size:.78rem;display:flex}.pt-chapters{max-height:320px;padding:.5rem 0;overflow-y:auto}.pt-chapter-row{color:var(--text-secondary);align-items:center;gap:.65rem;padding:.5rem 1.25rem;font-size:.82rem;text-decoration:none;transition:background .2s;display:flex}.pt-chapter-row:hover{background:var(--bg-surface);color:var(--text-primary)}.pt-chapter-row.read{color:var(--text-muted)}.pt-check{border:2px solid var(--border-color);width:24px;height:24px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:600;transition:all .3s;display:flex}.pt-check.checked{background:var(--accent-green);border-color:var(--accent-green);color:#fff;font-size:.72rem;box-shadow:0 0 8px #10b9814d}.pt-chapter-title{flex:1}.pt-quiz-badge{color:var(--accent-purple-light);background:#6c5ce726;border-radius:100px;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.pt-status-new{color:var(--accent-amber);letter-spacing:.5px;background:#f59e0b26;border-radius:3px;padding:.1rem .35rem;font-size:.58rem;font-weight:700}.pt-footer{text-align:center;border-top:1px solid #ffffff0a;padding:.65rem 1.25rem}.pt-reset-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.3rem .6rem;font-family:inherit;font-size:.72rem;transition:all .2s}.pt-reset-btn:hover{color:var(--accent-red);background:#ef444414}.pt-reset-confirm{color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.pt-reset-yes{color:var(--accent-red);cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:4px;padding:.25rem .6rem;font-family:inherit;font-size:.72rem}.pt-reset-no{background:var(--bg-surface);color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:.25rem .6rem;font-family:inherit;font-size:.72rem}.coming-soon-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:3rem 2rem;display:flex}.coming-soon-icon{margin-bottom:1rem;font-size:4rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.coming-soon-badge{color:var(--accent-purple-light);letter-spacing:1px;text-transform:uppercase;background:#6c5ce726;border:1px solid #6c5ce740;border-radius:100px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.coming-soon-title{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:2rem;font-weight:800}.coming-soon-desc{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;font-size:1rem;line-height:1.7}.coming-soon-features{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;max-width:400px;margin-bottom:2rem;display:grid}.cs-feature{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.82rem;display:flex}.cs-feature-icon{font-size:1.1rem}.coming-soon-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cs-btn{border-radius:8px;padding:.65rem 1.5rem;font-family:inherit;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s}.cs-btn-primary{background:var(--accent-purple);color:#fff}.cs-btn-primary:hover{color:#fff;background:#5a4bd6}.cs-btn-secondary{background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border-color)}.cs-btn-secondary:hover{border-color:var(--accent-purple);color:var(--text-primary)}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}.mobile-nav{z-index:100;-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-color);padding:.35rem 0;padding-bottom:calc(.35rem + env(safe-area-inset-bottom,0px));background:#0a0e17f2;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:.15rem;padding:.3rem .5rem;font-size:.65rem;text-decoration:none;transition:color .2s;display:flex}.mobile-nav-item.active{color:var(--accent-purple-light)}.mobile-nav-icon{font-size:1.15rem}.mobile-nav-label{font-weight:600}@media (width<=768px){.mobile-nav{justify-content:space-around;display:flex}.footer{padding-bottom:calc(4rem + env(safe-area-inset-bottom,0px))}}@media (width<=1024px){.sidebar{width:260px}.main-wrapper{margin-left:260px}.content-section{padding:2.5rem 2rem}.hero-title{font-size:2.2rem}.hero-stats{gap:1.5rem}.hero-stats .stat-value{font-size:1.7rem}.section-title{font-size:1.5rem}.header-nav .nav-link{font-size:.82rem}}@media (width<=768px){:root{--header-height:56px}.sidebar{z-index:60;width:280px;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-close{display:block}.main-wrapper{margin-left:0!important}.main-wrapper.sidebar-collapsed{margin-left:0}.header{gap:.5rem;padding:0 1rem}.header-logo h1{font-size:.95rem}.header-nav{display:none}.header-progress{margin-left:auto}.header-progress-label,.header-actions{display:none}.module-hero{padding:2rem 1.25rem 1.5rem}.module-hero:before{width:200px;height:200px;top:-80px;right:-80px}.hero-badge{margin-bottom:.75rem;padding:.3rem .75rem;font-size:.7rem}.hero-title{font-size:1.6rem;line-height:1.2}.hero-subtitle{margin-bottom:1rem;font-size:.9rem}.hero-stats{gap:1.25rem}.hero-stats .stat-value{font-size:1.5rem}.hero-stats .stat-label{font-size:.7rem}.hero-content{max-width:100%}.content-section{padding:1.75rem 1.25rem}.section-title{gap:.5rem;font-size:1.25rem}.section-number{border-radius:8px;width:32px;height:32px;font-size:.85rem}.section-body{font-size:.88rem}.section-body p{font-size:.88rem;line-height:1.65}.section-body ul li,.section-body ol li{font-size:.88rem}.info-card{padding:1rem 1.15rem}.info-card h4{font-size:.92rem}.definition-box,.important-box,.note-box,.tip-box,.warning-box{padding:1rem 1.15rem}.key-point{padding:1rem}.example-box{padding:1.15rem}.comparison-table,.truth-table{-webkit-overflow-scrolling:touch;font-size:.78rem;display:block;overflow-x:auto}.comparison-table th,.truth-table th{padding:.5rem .75rem;font-size:.75rem}.comparison-table td,.truth-table td{padding:.45rem .75rem;font-size:.78rem}.converter-inputs,.calc-inputs{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 1.25rem 1rem}.footer-section h3{margin-bottom:.5rem;font-size:1rem}.footer-bottom{margin-top:1rem;padding-top:1rem}.tab-buttons{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:0;overflow-x:auto}.tab-button{white-space:nowrap;flex-shrink:0;padding:.5rem .75rem;font-size:.75rem}.quiz-container{padding:1.25rem}.quiz-header{flex-direction:column;align-items:flex-start;gap:.5rem}.quiz-option,.accordion-header{padding:.75rem 1rem;font-size:.85rem}.accordion-body{padding:1rem}.timeline{padding-left:1.5rem}.timeline-dot{width:14px;height:14px;left:-1.5rem}.timeline-content{padding:.75rem}.timeline-date{font-size:.7rem}.sidebar-progress{padding:.6rem 1rem}.sidebar-tabs .sidebar-tab{padding:.6rem .4rem;font-size:.72rem}.content-section:last-child>div{flex-direction:column}.hero-content>div:first-child,.hero-content>div:first-child a,.hero-content>div:first-child span{font-size:.72rem!important}}@media (width<=480px){:root{--header-height:50px}.header{padding:0 .75rem}.header-logo h1{font-size:.85rem}.sidebar-toggle span{width:18px}.icon-btn{width:32px;height:32px;font-size:.85rem}.module-hero{padding:1.5rem 1rem 1.25rem}.hero-badge{padding:.2rem .6rem;font-size:.62rem}.hero-title{font-size:1.3rem}.hero-subtitle{font-size:.82rem}.hero-stats{gap:.75rem}.hero-stats .stat-value{font-size:1.2rem}.hero-stats .stat-label{font-size:.65rem}.content-section{padding:1.25rem .85rem}.section-title{margin-bottom:1rem;font-size:1.1rem}.section-number{width:28px;height:28px;font-size:.75rem}.section-body,.section-body p{font-size:.82rem}.info-card{margin-bottom:.85rem;padding:.85rem}.info-card h4{font-size:.85rem}.definition-box,.important-box,.note-box,.tip-box,.warning-box,.key-point{padding:.85rem;font-size:.82rem}.example-box{padding:.85rem}.example-box pre,.example-box code{font-size:.72rem}.box-icon{font-size:1rem}.comparison-table th,.truth-table th{padding:.35rem .5rem;font-size:.68rem}.comparison-table td,.truth-table td{padding:.3rem .5rem;font-size:.72rem}.sidebar{width:85vw;max-width:300px}.sidebar-brand h2{font-size:1rem}.brand-subtitle{font-size:.65rem}.sidebar-tabs .sidebar-tab{padding:.55rem .3rem;font-size:.68rem}.topic-header{padding:.55rem 1rem;font-size:.82rem}.sidebar-section{padding:.35rem 1rem .35rem 2.5rem;font-size:.72rem}.quiz-container{padding:1rem}.quiz-option{padding:.6rem .85rem;font-size:.78rem}.quiz-header h3{font-size:1rem}.footer{padding:1.5rem 1rem .75rem}.footer-section{margin-bottom:.75rem}.footer-section h3{font-size:.9rem}.footer-section li,.footer-section p{font-size:.78rem}.footer-bottom p{font-size:.72rem}.converter-container,.calc-container{padding:1rem}.converter-container h3,.calc-container h3{font-size:1rem}.converter-inputs input,.converter-inputs select,.calc-inputs input,.calc-inputs select{padding:.6rem;font-size:.82rem}.progress-tracker{padding:.85rem}.accordion-header{padding:.6rem .85rem;font-size:.78rem}.accordion-body{padding:.85rem;font-size:.82rem}.tab-button{padding:.4rem .6rem;font-size:.68rem}.timeline-item{margin-bottom:1rem}.timeline-content h4{font-size:.88rem}.timeline-content p,.timeline-content li{font-size:.78rem}}@media (width>=1440px){.content-section{max-width:1200px;padding:3.5rem 4rem}.module-hero{padding:4rem 4rem 3rem}.hero-title{font-size:3rem}.section-title{font-size:1.8rem}}@media (hover:none) and (pointer:coarse){.info-card:hover{transform:none}.sidebar-section{padding-top:.55rem;padding-bottom:.55rem}.topic-header{padding-top:.85rem;padding-bottom:.85rem}.quiz-option{padding:.85rem 1rem}.tab-button{padding:.6rem .85rem}.accordion-header{padding:.85rem 1rem}.nav-link{padding:.5rem 0}}@media print{.sidebar,.header,.footer,.sidebar-toggle,.quiz-container{display:none!important}.main-wrapper{margin-left:0!important}.content-section{border:none;padding:1rem 0}.info-card,.definition-box,.important-box,.example-box{break-inside:avoid}.hero-title{font-size:1.5rem}body{color:#000;background:#fff}}
