*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh}.Layout-module__layout___8wEpC{display:grid;grid-template-areas:"header header" "sidebar main";grid-template-rows:auto 1fr;grid-template-columns:280px 1fr;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.Layout-module__header___j6ao5{grid-area:header;display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.Layout-module__mobileMenuButton___0pzg8{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;color:#6b7280;transition:background-color .2s}.Layout-module__mobileMenuButton___0pzg8:hover{background:#f3f4f6;color:#374151}.Layout-module__hamburger___B0D-C{width:20px;height:20px}.Layout-module__overlay___1MNH5{display:none}.Layout-module__logo___KhF7Y{flex-shrink:0;height:32px;width:auto}.Layout-module__sidebar___ebRfh{grid-area:sidebar;background:#f9fafb;border-right:1px solid #e5e7eb;overflow-y:auto}.Layout-module__main___zRSkg{grid-area:main;background:#fff;overflow-y:auto;padding:2rem}@media (max-width: 768px){.Layout-module__layout___8wEpC{grid-template-areas:"header" "main";grid-template-columns:1fr}.Layout-module__mobileMenuButton___0pzg8{display:flex;align-items:center;justify-content:center}.Layout-module__sidebar___ebRfh{position:fixed;top:0;left:-100%;width:280px;height:100vh;z-index:1000;transition:left .3s ease-in-out;box-shadow:2px 0 8px #0000001a}.Layout-module__sidebarOpen___UoXN-{left:0}.Layout-module__overlay___1MNH5{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}.Layout-module__main___zRSkg{padding:1rem}}.SearchBar-module__searchContainer___JaLtu{position:relative;flex:1;max-width:500px}.SearchBar-module__searchInput___YzfCy{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;transition:border-color .2s}.SearchBar-module__searchInput___YzfCy:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.SearchBar-module__searchInput___YzfCy::placeholder{color:#9ca3af}.SearchBar-module__resultsDropdown___EKWXx{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto;z-index:50}.SearchBar-module__resultItem___F5SY3{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .2s;border:none;background:none;width:100%;text-align:left}.SearchBar-module__resultItem___F5SY3:hover{background:#f9fafb}.SearchBar-module__resultItem___F5SY3:last-child{border-bottom:none}.SearchBar-module__resultTitle___Y3JUN{font-weight:500;color:#111827;margin-bottom:.25rem}.SearchBar-module__resultSnippet___GI3iz{font-size:.75rem;color:#6b7280;line-height:1.4}.SearchBar-module__resultSnippet___GI3iz strong{color:#374151;background:#fef3c7;padding:.1em .2em;border-radius:2px;font-weight:600}.SearchBar-module__noResults___mFqSi{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.NavigationTree-module__navigation___ZyOYe{padding:1rem}.NavigationTree-module__navTitle___bx8k2{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.NavigationTree-module__navList___8PjVl{list-style:none;padding:0;margin:0}.NavigationTree-module__navItem___6jKug{margin-bottom:.25rem}.NavigationTree-module__navLink___IJa-2{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:#6b7280;text-decoration:none;border-radius:4px;font-size:.875rem;transition:all .2s;cursor:pointer;border:none;background:none;width:100%;text-align:left}.NavigationTree-module__navLink___IJa-2:hover{background:#e5e7eb;color:#374151}.NavigationTree-module__navLink___IJa-2.NavigationTree-module__active___CadIk{background:#3b82f6;color:#fff}.NavigationTree-module__expandIcon___Jtxif{width:16px;height:16px;transition:transform .2s;flex-shrink:0}.NavigationTree-module__expandIcon___Jtxif.NavigationTree-module__expanded___EQyCm{transform:rotate(90deg)}.NavigationTree-module__children___AYemb{margin-left:1rem;border-left:1px solid #e5e7eb;padding-left:.75rem;margin-top:.25rem}.NavigationTree-module__childrenHidden___9B6Tb{display:none}.ContentViewer-module__contentViewer___ZHAqF{max-width:800px;margin:0 auto}.ContentViewer-module__title___APQeC{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.2}.ContentViewer-module__content___uP5tq{line-height:1.7;color:#374151}.ContentViewer-module__content___uP5tq h1{font-size:1.875rem;font-weight:600;color:#111827;margin:2rem 0 1rem;line-height:1.2}.ContentViewer-module__content___uP5tq h2{font-size:1.5rem;font-weight:600;color:#111827;margin:1.75rem 0 .75rem;line-height:1.3}.ContentViewer-module__content___uP5tq h3{font-size:1.25rem;font-weight:600;color:#111827;margin:1.5rem 0 .5rem;line-height:1.4}.ContentViewer-module__content___uP5tq p{margin-bottom:1rem}.ContentViewer-module__content___uP5tq ul,.ContentViewer-module__content___uP5tq ol{margin-bottom:1rem;padding-left:1.5rem}.ContentViewer-module__content___uP5tq li{margin-bottom:.5rem}.ContentViewer-module__content___uP5tq a{color:#3b82f6;text-decoration:none}.ContentViewer-module__content___uP5tq a:hover{text-decoration:underline}.ContentViewer-module__content___uP5tq code{background:#f3f4f6;padding:.125rem .25rem;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875em;color:#dc2626}.ContentViewer-module__content___uP5tq pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;overflow-x:auto;margin:1rem 0}.ContentViewer-module__content___uP5tq pre code{background:none;padding:0;color:#334155}.ContentViewer-module__content___uP5tq blockquote{border-left:4px solid #3b82f6;padding-left:1rem;margin:1rem 0;font-style:italic;color:#6b7280}.ContentViewer-module__content___uP5tq table{width:100%;border-collapse:collapse;margin:1rem 0}.ContentViewer-module__content___uP5tq th,.ContentViewer-module__content___uP5tq td{border:1px solid #e5e7eb;padding:.75rem;text-align:left}.ContentViewer-module__content___uP5tq th{background:#f9fafb;font-weight:600}.ContentViewer-module__emptyState___kZiqQ{text-align:center;padding:4rem 2rem;color:#6b7280}.ContentViewer-module__emptyState___kZiqQ h2{font-size:1.5rem;font-weight:500;margin-bottom:.5rem;color:#9ca3af}.ContentViewer-module__emptyState___kZiqQ p{font-size:1rem}.footer{color:#bdbdbd;text-align:center;padding-top:200px}
