*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-top:2rem;margin-bottom:1.5rem;color:#2c5282}h1{font-size:2.25rem;margin-top:0}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:#4682b4;text-decoration:none;transition:color 0.15s ease}a:hover{color:#2c5282;text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:2rem}li{margin-bottom:.5rem}code{font-family:"Courier New",Courier,monospace;font-size:0.9em;padding:2px 6px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px}pre{padding:1rem;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;overflow-x:auto;margin-bottom:1rem}pre code{padding:0;background:none;border:none;font-size:0.875em}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #4682b4;background-color:#f9f9f9;font-style:italic}blockquote p:last-child{margin-bottom:0}hr{border:none;border-top:2px solid #e0e0e0;margin:2rem 0}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}table th,table td{padding:.5rem 1rem;text-align:left;border:1px solid #e0e0e0}table th{background-color:#f9f9f9;font-weight:600}table tr:hover{background-color:#fefefe}img{max-width:100%;height:auto;display:block;margin:1.5rem auto}strong,b{font-weight:700}em,i{font-style:italic}::selection{background-color:rgba(70,130,180,0.2);color:#1a1a1a}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}.site-header{background-color:#fff;border-bottom:2px solid #e0e0e0;padding:1rem 1.5rem;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.site-header .header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-header .site-title{font-size:1.5rem;font-weight:700;color:#2c5282;margin:0}.site-header .site-title a{color:inherit;text-decoration:none}.site-header .site-title a:hover{color:#4682b4}.site-header .site-tagline{font-size:0.875rem;color:#666;margin-top:2px}.site-nav{display:flex;gap:1.5rem;align-items:center}.site-nav a{color:#666;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all 0.15s ease}.site-nav a:hover{color:#2c5282;background-color:#f9f9f9;text-decoration:none}.site-nav a.active{color:#2c5282;background-color:#e9f0f6}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #e0e0e0;border-radius:50%;background-color:#f9f9f9;color:#1a1a1a;cursor:pointer;transition:all 0.15s ease;margin-left:1rem}.theme-toggle:hover{background-color:#4682b4;border-color:#4682b4;color:white;transform:rotate(15deg)}.theme-toggle:focus{outline:2px solid #4682b4;outline-offset:2px}.theme-toggle svg{width:20px;height:20px}.theme-toggle .sun-icon,.theme-toggle .moon-icon{display:none}.site-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.lesson-layout{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}@media (max-width: 768px){.lesson-layout{grid-template-columns:1fr}}.sidebar-nav{position:sticky;top:calc(64px + 1.5rem);background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;max-height:calc(100vh - 64px - 2rem * 2);overflow-y:auto}.sidebar-nav h3{font-size:1rem;margin:0 0 1rem 0;color:#666;text-transform:uppercase;letter-spacing:0.5px;font-weight:600}.sidebar-nav .nav-section{margin-bottom:1.5rem}.sidebar-nav .nav-section:last-child{margin-bottom:0}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:4px}.sidebar-nav a{display:flex;align-items:center;padding:.5rem 1rem;color:#1a1a1a;border-radius:4px;font-size:0.9375rem;transition:all 0.15s ease}.sidebar-nav a:hover{background-color:#fff;text-decoration:none}.sidebar-nav a.active{background-color:#4682b4;color:white;font-weight:600}.sidebar-nav a.completed::before{content:'✓';margin-right:.5rem;color:#27ae60;font-weight:700}@media (max-width: 768px){.sidebar-nav{position:static;max-height:none}}.lesson-content{max-width:800px}.lesson-content .lesson-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.lesson-content .lesson-header .lesson-meta{display:flex;gap:1.5rem;margin-top:1rem;font-size:0.875rem;color:#666}.lesson-content .lesson-header .lesson-meta .meta-item{display:flex;align-items:center;gap:.5rem}.lesson-content img{border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.lesson-nav{display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0;gap:1.5rem}.lesson-nav .nav-link{flex:1;padding:1.5rem;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;text-decoration:none;transition:all 0.15s ease}.lesson-nav .nav-link:hover{box-shadow:0 2px 8px rgba(0,0,0,0.1);border-color:#4682b4}.lesson-nav .nav-link .nav-label{font-size:0.75rem;text-transform:uppercase;color:#666;letter-spacing:0.5px;margin-bottom:4px}.lesson-nav .nav-link .nav-title{color:#2c5282;font-weight:600}.lesson-nav .nav-link.next{text-align:right}@media (max-width: 768px){.lesson-nav{flex-direction:column}}.site-footer{background-color:#f9f9f9;border-top:2px solid #e0e0e0;padding:2rem 1.5rem;margin-top:auto}.site-footer .footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}@media (max-width: 768px){.site-footer .footer-content{flex-direction:column;text-align:center}}.site-footer .footer-text{color:#666;font-size:0.875rem}.site-footer .footer-links{display:flex;gap:1.5rem}.site-footer .footer-links a{color:#666;font-size:0.875rem}.site-footer .footer-links a:hover{color:#2c5282}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:1.5rem}.mt-3{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:1.5rem}.mb-3{margin-bottom:2rem}html[data-theme="dark"]{background-color:#0d1117;color:#e6edf3}html[data-theme="dark"] body{background-color:#0d1117;color:#e6edf3}html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] h5,html[data-theme="dark"] h6{color:#e6edf3}html[data-theme="dark"] a{color:#5a9fd4}html[data-theme="dark"] a:hover{color:#82b7df}html[data-theme="dark"] .surface,html[data-theme="dark"] .card,html[data-theme="dark"] .stats-section,html[data-theme="dark"] .interactive-preview{background-color:#161b22;border-color:#30363d}html[data-theme="dark"] .site-header{background-color:#161b22;border-bottom-color:#30363d}html[data-theme="dark"] .site-nav a{color:#c9d1d9}html[data-theme="dark"] .site-nav a:hover{color:#e6edf3}html[data-theme="dark"] .site-nav a.active{color:#5a9fd4;background-color:rgba(90,159,212,0.15)}html[data-theme="dark"] .sidebar-nav{background-color:#161b22;border-color:#30363d}html[data-theme="dark"] .sidebar-nav a{color:#9198a1}html[data-theme="dark"] .sidebar-nav a:hover{background-color:#202731;color:#e6edf3}html[data-theme="dark"] .sidebar-nav a.active{background-color:#4682b4;color:#e6edf3}html[data-theme="dark"] .site-footer{background-color:#161b22;border-top-color:#30363d;color:#9198a1}html[data-theme="dark"] pre,html[data-theme="dark"] code{background-color:#131821;border-color:#30363d}html[data-theme="dark"] table{border-color:#30363d}html[data-theme="dark"] table th{background-color:#161b22;border-color:#30363d}html[data-theme="dark"] table td{border-color:#30363d}html[data-theme="dark"] table tr:hover{background-color:#1c222b}html[data-theme="dark"] blockquote{border-left-color:#4682b4;background-color:#1a2028;color:#9198a1}html[data-theme="dark"] input,html[data-theme="dark"] textarea,html[data-theme="dark"] select{background-color:#161b22;border-color:#30363d;color:#e6edf3}html[data-theme="dark"] input:focus,html[data-theme="dark"] textarea:focus,html[data-theme="dark"] select:focus{border-color:#5a9fd4}html[data-theme="dark"] .btn-primary{background-color:#4682b4;color:#e6edf3}html[data-theme="dark"] .btn-primary:hover{background-color:#699bc4}html[data-theme="dark"] .lesson-content img{border:1px solid #30363d;border-radius:6px}html[data-theme="dark"] .embed-desktop iframe{border-color:#30363d}html[data-theme="dark"] hr{border-color:#30363d}html[data-theme="dark"] .theme-toggle{background-color:#161b22;border-color:#30363d;color:#e6edf3}html[data-theme="dark"] .theme-toggle:hover{background-color:#5a9fd4;border-color:#5a9fd4}html,body,.site-header,.site-footer,.sidebar-nav,.card,.surface{transition:background-color 0.3s ease,color 0.3s ease,border-color 0.3s ease}
