@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
.Navbar-module__ZERf_q__navbar{width:100%;height:var(--navbar-height);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;padding:0 var(--space-lg);transition:border-color var(--transition-normal);background:#fdfcf8d9;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0}.Navbar-module__ZERf_q__navbar.Navbar-module__ZERf_q__scrolled{border-bottom-color:var(--border-hover);box-shadow:var(--shadow-sm)}.Navbar-module__ZERf_q__brand{align-items:center;gap:var(--space-sm);color:var(--text-primary);font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__ZERf_q__brandAccent{color:var(--accent)}.Navbar-module__ZERf_q__navLinks{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module__ZERf_q__navLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module__ZERf_q__navLink:hover{color:var(--text-primary)}.Navbar-module__ZERf_q__navLink:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:-4px;left:0}.Navbar-module__ZERf_q__navLink:hover:after{width:100%}.Navbar-module__ZERf_q__langBtn{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-main);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:.3rem;padding:.4rem .75rem;font-family:inherit;font-size:.8rem;display:flex}.Navbar-module__ZERf_q__langBtn:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.Navbar-module__ZERf_q__menuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.Navbar-module__ZERf_q__mobileMenu{top:var(--navbar-height);background:var(--bg-primary);padding:var(--space-xl);gap:var(--space-lg);z-index:99;flex-direction:column;display:none;position:fixed;bottom:0;left:0;right:0}.Navbar-module__ZERf_q__mobileMenu.Navbar-module__ZERf_q__open{display:flex}.Navbar-module__ZERf_q__mobileLink{color:var(--text-main);padding:var(--space-md) 0;border-bottom:1px solid var(--divider);font-size:1.2rem;font-weight:600;text-decoration:none}@media (max-width:768px){.Navbar-module__ZERf_q__navLinks{display:none}.Navbar-module__ZERf_q__menuBtn{display:block}}
.Footer-module__hP-FLq__footer{border-top:1px solid var(--border);background:var(--bg-secondary);padding:var(--space-3xl) var(--space-lg) var(--space-xl);margin-top:var(--space-4xl)}.Footer-module__hP-FLq__footerInner{max-width:var(--max-width-content);gap:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto;display:grid}.Footer-module__hP-FLq__footerBrand{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__hP-FLq__footerLogo{color:var(--text-primary);align-items:center;gap:var(--space-sm);font-size:1.25rem;font-weight:800;display:flex}.Footer-module__hP-FLq__footerLogoAccent{color:var(--accent)}.Footer-module__hP-FLq__footerDesc{color:var(--text-muted);max-width:300px;font-size:.9rem;line-height:1.6}.Footer-module__hP-FLq__footerCol h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-lg);font-size:.85rem;font-weight:700}.Footer-module__hP-FLq__footerCol ul{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.Footer-module__hP-FLq__footerCol a{color:var(--text-muted);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.Footer-module__hP-FLq__footerCol a:hover{color:var(--accent)}.Footer-module__hP-FLq__footerBottom{max-width:var(--max-width-content);margin:var(--space-2xl) auto 0;padding-top:var(--space-lg);border-top:1px solid var(--divider);justify-content:space-between;align-items:center;display:flex}.Footer-module__hP-FLq__copyright{color:var(--text-muted);font-size:.8rem}.Footer-module__hP-FLq__socialLinks{gap:var(--space-md);display:flex}.Footer-module__hP-FLq__socialLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:1.1rem}.Footer-module__hP-FLq__socialLink:hover{color:var(--accent)}@media (max-width:768px){.Footer-module__hP-FLq__footerInner{gap:var(--space-xl);grid-template-columns:1fr 1fr}.Footer-module__hP-FLq__footerBrand{grid-column:1/-1}.Footer-module__hP-FLq__footerBottom{gap:var(--space-md);text-align:center;flex-direction:column}}
:root{--bg-primary:#fdfcf8;--bg-secondary:#f5f4ef;--bg-tertiary:#ebece8;--bg-code:#fff;--accent:#d97706;--accent-hover:#b45309;--accent-muted:#d977061a;--accent-glow:#d9770626;--color-link:#2563eb;--color-link-hover:#1d4ed8;--color-success:#059669;--color-warning:#d97706;--color-error:#dc2626;--color-info:#0284c7;--text-primary:#1f2937;--text-main:#333;--text-muted:#737373;--text-light:#a3a3a3;--border:#e5e5e5;--border-hover:#d4d4d4;--border-highlight:#d9770666;--divider:#0000000f;--badge-beginner-bg:#dcfce7;--badge-beginner-text:#166534;--badge-intermediate-bg:#fef3c7;--badge-intermediate-text:#92400e;--badge-advanced-bg:#fecaca;--badge-advanced-text:#991b1b;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 6px #0000000f;--shadow-lg:0 15px 30px #0000000f;--shadow-card:0 4px 6px #00000005;--shadow-card-hover:0 15px 30px #0000000f;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease;--max-width-content:1200px;--max-width-article:780px;--max-width-wide:1400px;--navbar-height:64px}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg-primary);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.75;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.25}h1{letter-spacing:-.02em;font-size:3rem;font-weight:800;line-height:1.15}h2{font-size:2.25rem;line-height:1.25}h3{font-size:1.5rem;font-weight:600;line-height:1.35}h4{font-size:1.25rem;font-weight:600;line-height:1.4}p{margin-bottom:1rem}a{color:var(--color-link);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-link-hover)}code{background:var(--bg-secondary);border-radius:var(--radius-sm);padding:.15em .4em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem}pre{background:var(--bg-code);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;font-family:JetBrains Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}pre code{background:0 0;border-radius:0;padding:0}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:var(--max-width-content);padding:0 var(--space-lg);margin:0 auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::selection{background:var(--accent-muted);color:var(--text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}
