@font-face{font-family:Inter;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/inter/inter-variable.woff2) format("woff2-variations")}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/playfair-display/playfair-display-variable.woff2) format("woff2-variations")}:root{--bm-orange: #ff5500;--bm-orange-light: #ff7733;--bm-orange-lightest: #fff5f0;--bm-text: #181b1b;--bm-text-muted: #6e6e73;--bm-surface: #ffffff;--bm-surface-light: #f8f7f4;--bm-surface-lighter: #f8f8f8;--bm-border: #e6e6e6;--bm-border-subtle: #efeeea;--bm-radius-sm: .5rem;--bm-radius: .75rem;--bm-radius-lg: 1.25rem;--bm-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bm-font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--bm-font-mono: "JetBrains Mono", "SF Mono", Menlo, Monaco, Consolas, monospace;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--bm-font-sans);background-color:var(--bm-surface);color:var(--bm-text);font-size:1rem;line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{height:100vh}button,a,[role=button],input[type=submit],input[type=button]{cursor:pointer;font-family:inherit}::selection{background-color:var(--bm-orange-lightest);color:var(--bm-text)}.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:var(--bm-font-sans);background-color:var(--bm-surface)}.Layout-module__header___j6ao5{grid-area:header;display:flex;align-items:center;gap:1rem;padding:1rem 1.75rem;background:var(--bm-surface)}.Layout-module__mobileMenuButton___0pzg8{display:none;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:var(--bm-radius-sm);color:var(--bm-text-muted);transition:background-color .2s,color .2s}.Layout-module__mobileMenuButton___0pzg8:hover{background:var(--bm-surface-light);color:var(--bm-text)}.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__llmsButton___YOViz{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;margin-left:.5rem;border-radius:var(--bm-radius-sm);background:var(--bm-surface-light);color:var(--bm-text-muted);border:1px solid var(--bm-border-subtle);text-decoration:none;font-size:.75rem;font-weight:500;letter-spacing:.03em;transition:background .2s,color .2s,border-color .2s}.Layout-module__llmsButton___YOViz:hover{background:var(--bm-orange-lightest);color:var(--bm-orange);border-color:var(--bm-orange-light)}.Layout-module__llmsButton___YOViz:active{transform:scale(.97)}.Layout-module__sidebar___ebRfh{grid-area:sidebar;background:var(--bm-surface-light);overflow-y:auto}.Layout-module__main___zRSkg{grid-area:main;background:var(--bm-surface);overflow-y:auto;padding:3rem 3rem 4rem}@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 12px #181b1b14}.Layout-module__sidebarOpen___UoXN-{left:0}.Layout-module__overlay___1MNH5{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#181b1b66;z-index:999}.Layout-module__main___zRSkg{padding:1.5rem 1.25rem 3rem}}.SearchBar-module__searchContainer___JaLtu{position:relative;flex:1;max-width:540px}.SearchBar-module__searchInput___YzfCy{width:100%;padding:.625rem 1rem;border:1px solid var(--bm-border);border-radius:var(--bm-radius);font-family:var(--bm-font-sans);font-size:.9rem;background:var(--bm-surface);color:var(--bm-text);transition:border-color .2s,box-shadow .2s}.SearchBar-module__searchInput___YzfCy:focus{outline:none;border-color:var(--bm-orange);box-shadow:0 0 0 3px #ff550026}.SearchBar-module__searchInput___YzfCy::placeholder{color:var(--bm-text-muted)}.SearchBar-module__resultsDropdown___EKWXx{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--bm-surface);border:1px solid var(--bm-border);border-radius:var(--bm-radius);box-shadow:0 12px 32px #181b1b14;max-height:360px;overflow-y:auto;z-index:50}.SearchBar-module__resultItem___F5SY3{padding:.875rem 1rem;cursor:pointer;border-bottom:1px solid var(--bm-border-subtle);transition:background-color .18s;border-left:none;border-right:none;border-top:none;background:none;width:100%;text-align:left;font-family:var(--bm-font-sans)}.SearchBar-module__resultItem___F5SY3:hover{background:var(--bm-surface-lighter)}.SearchBar-module__resultItem___F5SY3:last-child{border-bottom:none}.SearchBar-module__resultTitle___Y3JUN{font-weight:500;color:var(--bm-text);margin-bottom:.2rem;font-size:.92rem}.SearchBar-module__resultSnippet___GI3iz{font-size:.78rem;color:var(--bm-text-muted);line-height:1.5}.SearchBar-module__resultSnippet___GI3iz strong{color:var(--bm-text);background:var(--bm-orange-lightest);padding:.05em .25em;border-radius:3px;font-weight:600}.SearchBar-module__noResults___mFqSi{padding:1rem;text-align:center;color:var(--bm-text-muted);font-size:.875rem}.NavigationTree-module__navigation___ZyOYe{padding:1.5rem 1rem}.NavigationTree-module__navTitle___bx8k2{font-family:var(--bm-font-sans);font-size:.7rem;font-weight:600;color:var(--bm-orange);margin:0 0 1rem .5rem;text-transform:uppercase;letter-spacing:.12em}.NavigationTree-module__navList___8PjVl{list-style:none;padding:0;margin:0}.NavigationTree-module__navItem___6jKug{margin-bottom:.125rem;list-style:none}.NavigationTree-module__navLink___IJa-2{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;color:var(--bm-text);text-decoration:none;border-radius:var(--bm-radius-sm);font-family:var(--bm-font-sans);font-size:.9rem;font-weight:400;line-height:1.4;transition:background-color .18s,color .18s;cursor:pointer;border:none;background:none;width:100%;text-align:left}.NavigationTree-module__navLink___IJa-2:hover{background:var(--bm-surface-lighter);color:var(--bm-orange)}.NavigationTree-module__navLink___IJa-2.NavigationTree-module__active___CadIk{background:var(--bm-orange-lightest);color:var(--bm-orange);font-weight:500}.NavigationTree-module__expandIcon___Jtxif{width:14px;height:14px;color:var(--bm-text-muted);transition:transform .2s;flex-shrink:0}.NavigationTree-module__expandIcon___Jtxif.NavigationTree-module__expanded___EQyCm{transform:rotate(90deg)}.NavigationTree-module__bulletSpacer___DSy-5{width:14px;height:14px;flex-shrink:0}.NavigationTree-module__children___AYemb{margin-left:.75rem;padding-left:.5rem;margin-top:.125rem}.NavigationTree-module__childrenHidden___9B6Tb{display:none}.ContentViewer-module__contentViewer___ZHAqF{max-width:760px;margin:0 auto;font-family:var(--bm-font-sans)}.ContentViewer-module__title___APQeC{font-family:var(--bm-font-serif);font-size:3rem;font-weight:300;color:var(--bm-text);letter-spacing:-.025em;line-height:1.05;margin:0 0 2rem}@media (max-width: 768px){.ContentViewer-module__title___APQeC{font-size:2.25rem}}.ContentViewer-module__content___uP5tq{font-family:var(--bm-font-sans);font-size:1rem;line-height:1.75;color:var(--bm-text)}.ContentViewer-module__content___uP5tq>*+*{margin-top:1.1rem}.ContentViewer-module__content___uP5tq h1,.ContentViewer-module__content___uP5tq h2,.ContentViewer-module__content___uP5tq h3,.ContentViewer-module__content___uP5tq h4{font-family:var(--bm-font-serif);font-weight:400;color:var(--bm-text);letter-spacing:-.02em;line-height:1.15}.ContentViewer-module__content___uP5tq h1{font-size:2rem;margin:2.5rem 0 1rem}.ContentViewer-module__content___uP5tq h2{font-size:1.625rem;margin:2.5rem 0 1rem}.ContentViewer-module__content___uP5tq h3{font-size:1.25rem;margin:2rem 0 .75rem;font-weight:500}.ContentViewer-module__content___uP5tq h4{font-size:1.05rem;margin:1.5rem 0 .5rem;font-weight:500}.ContentViewer-module__content___uP5tq p{margin:0 0 1rem}.ContentViewer-module__content___uP5tq strong{font-weight:600;color:var(--bm-text)}.ContentViewer-module__content___uP5tq ul,.ContentViewer-module__content___uP5tq ol{margin:0 0 1rem;padding-left:1.5rem}.ContentViewer-module__content___uP5tq li{margin-bottom:.4rem}.ContentViewer-module__content___uP5tq li>ul,.ContentViewer-module__content___uP5tq li>ol{margin-top:.4rem}.ContentViewer-module__content___uP5tq a{color:var(--bm-orange);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.ContentViewer-module__content___uP5tq a:hover{border-bottom-color:var(--bm-orange)}.ContentViewer-module__content___uP5tq code{background:var(--bm-surface-light);border:1px solid var(--bm-border-subtle);padding:.12em .4em;border-radius:4px;font-family:var(--bm-font-mono);font-size:.85em;color:var(--bm-orange)}.ContentViewer-module__content___uP5tq pre{background:var(--bm-surface-light);border:1px solid var(--bm-border-subtle);border-radius:var(--bm-radius);padding:1.1rem 1.25rem;overflow-x:auto;margin:1.25rem 0;font-family:var(--bm-font-mono);font-size:.85rem;line-height:1.6}.ContentViewer-module__content___uP5tq pre code{background:none;border:none;padding:0;color:var(--bm-text);font-size:inherit}.ContentViewer-module__content___uP5tq blockquote{border-left:3px solid var(--bm-orange);padding:.25rem 0 .25rem 1.25rem;margin:1.25rem 0;color:var(--bm-text-muted);font-style:normal}.ContentViewer-module__content___uP5tq blockquote p{margin:0}.ContentViewer-module__content___uP5tq table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.92rem}.ContentViewer-module__content___uP5tq th,.ContentViewer-module__content___uP5tq td{border:1px solid var(--bm-border-subtle);padding:.65rem .85rem;text-align:left;vertical-align:top}.ContentViewer-module__content___uP5tq th{background:var(--bm-surface-light);font-weight:600;color:var(--bm-text)}.ContentViewer-module__content___uP5tq tr:nth-child(2n) td{background:var(--bm-surface-lighter)}.ContentViewer-module__content___uP5tq hr{display:none}.ContentViewer-module__emptyState___kZiqQ{text-align:center;padding:5rem 2rem;color:var(--bm-text-muted);font-family:var(--bm-font-sans)}.ContentViewer-module__emptyState___kZiqQ h2{font-family:var(--bm-font-serif);font-size:1.75rem;font-weight:400;margin-bottom:.75rem;color:var(--bm-text)}.ContentViewer-module__emptyState___kZiqQ p{font-size:.95rem}.footer{color:var(--bm-text-muted);text-align:center;padding:3rem 1rem 1.5rem;font-family:var(--bm-font-sans);font-size:.75rem;letter-spacing:.05em}.footer p{margin:0}
