*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;line-height:1.6;color:#e2e8f0;background-color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3;color:#e2e8f0}h1{font-size:2.25rem}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-top:0;margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color 0.2s ease}a:hover{color:#6b95f1}ul,ol{margin-top:0;margin-bottom:1rem;padding-left:2rem}li{margin-bottom:.25rem}hr{margin:2rem 0;border:0;border-top:1px solid #475569}table{width:100%;margin-bottom:1.5rem;border-collapse:collapse}th,td{padding:.5rem 1rem;text-align:left;border-bottom:1px solid #475569}th{font-weight:600;color:#e2e8f0;background-color:#1e293b}tr:hover td{background-color:rgba(30,41,59,0.5)}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid #2563eb;background-color:#1e293b;color:#94a3b8}blockquote p:last-child{margin-bottom:0}img{max-width:100%;height:auto}.site-container{display:flex;min-height:100vh}.main-content{flex:1;min-width:0;margin-left:280px;padding:3rem;overflow-y:auto;height:100vh}@media (max-width: 1024px){.main-content{margin-left:0;padding:1.5rem}}.page-content{max-width:900px;margin:0 auto}.page-content>h1:first-child,.page-content>h2:first-child{margin-top:0}article h2{padding-bottom:.5rem;border-bottom:1px solid #475569}article h1:hover .anchor-link,article h2:hover .anchor-link,article h3:hover .anchor-link,article h4:hover .anchor-link,article h5:hover .anchor-link,article h6:hover .anchor-link{opacity:1}article .anchor-link{margin-left:.5rem;color:#94a3b8;opacity:0;transition:opacity 0.2s ease}article .anchor-link:hover{color:#2563eb}.related-objects{margin-top:4rem;padding-top:2rem;border-top:1px solid #475569}.related-objects h3{margin-top:0;color:#94a3b8;font-size:1.125rem}.related-objects .object-links{display:flex;flex-wrap:wrap;gap:.5rem}.related-objects .object-link{display:inline-block;padding:.25rem 1rem;background-color:#1e293b;border:1px solid #475569;border-radius:8px;font-size:.875rem;color:#e2e8f0;transition:all 0.2s ease}.related-objects .object-link:hover{background-color:#334155;border-color:#2563eb;color:#2563eb}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#1e293b;border-right:1px solid #475569;overflow-y:auto;z-index:100}@media (max-width: 1024px){.sidebar{transform:translateX(-100%);transition:transform 0.3s ease}.sidebar.open{transform:translateX(0)}}.sidebar-header{padding:1.5rem;border-bottom:1px solid #475569}.sidebar-header .site-title{display:block;font-size:1.25rem;font-weight:700;color:#e2e8f0;text-decoration:none}.sidebar-header .site-title:hover{color:#2563eb}.sidebar-nav{padding:1rem 0}.nav-section{margin-bottom:1.5rem}.nav-section h3{margin:0 0 .5rem;padding:0 1.5rem;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.05em}.nav-section>ul{margin:0;padding:0;list-style:none}.nav-section>ul>li>a{display:block;padding:.5rem 1.5rem;color:#e2e8f0;font-size:1rem;transition:all 0.2s ease}.nav-section>ul>li>a:hover{background-color:rgba(37,99,235,0.1);color:#2563eb}.nav-section>ul>li>a.active{background-color:rgba(37,99,235,0.15);color:#2563eb;border-right:3px solid #2563eb}.nav-objects{margin:0;padding:0;list-style:none}.nav-objects li a{display:block;padding:.25rem 1.5rem;padding-left:3rem;color:#94a3b8;font-size:.875rem;transition:all 0.2s ease}.nav-objects li a:hover{background-color:rgba(37,99,235,0.1);color:#2563eb}.nav-objects li a.active{color:#2563eb}.menu-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:200;padding:.5rem;background-color:#1e293b;border:1px solid #475569;border-radius:8px;color:#e2e8f0;cursor:pointer}@media (max-width: 1024px){.menu-toggle{display:block}}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:50}@media (max-width: 1024px){.sidebar-overlay.open{display:block}}.home-content{display:flex;flex-direction:column;justify-content:flex-start;padding-top:4rem}.home-header{text-align:center;margin-bottom:4rem}.home-header h1{margin:0 0 1rem;font-size:2.25rem;color:#e2e8f0}@media (min-width: 768px){.home-header h1{font-size:3rem}}.home-header .tagline{margin:0 0 .5rem;font-size:1.25rem;color:#94a3b8}.home-header .subtitle{margin:0;font-size:1rem;color:#64748b}.home-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:800px;margin:0 auto 4rem;padding:0 1rem}@media (min-width: 768px){.home-grid{grid-template-columns:repeat(2, 1fr)}}.home-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background-color:#1e293b;border:1px solid #475569;border-radius:12px;text-align:center;text-decoration:none;transition:all 0.3s ease}.home-card:hover{transform:translateY(-4px);background-color:#334155;border-color:#2563eb;box-shadow:0 8px 24px rgba(0,0,0,0.3)}.home-card h2{margin:0 0 .5rem;font-size:1.5rem;color:#e2e8f0}.home-card p{margin:0;font-size:1rem;color:#94a3b8}.home-card:nth-child(1){border-top:3px solid #10b981}.home-card:nth-child(1):hover{border-color:#10b981}.home-card:nth-child(2){border-top:3px solid #2563eb}.home-card:nth-child(2):hover{border-color:#2563eb}.home-card:nth-child(3){border-top:3px solid #f59e0b}.home-card:nth-child(3):hover{border-color:#f59e0b}.home-card:nth-child(4){border-top:3px solid #8b5cf6}.home-card:nth-child(4):hover{border-color:#8b5cf6}.home-extra{max-width:900px;margin:0 auto;padding:0 1rem}.home-extra>h1:first-child{display:none}.page-header{margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid #475569}.page-header h1{margin:0 0 .5rem}.page-header .page-description{margin:0;font-size:1.125rem;color:#94a3b8}.system-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #334155}.system-section:first-of-type{border-top:none;padding-top:0}.object-signature{margin:1.5rem 0;padding:1rem 1.5rem;background-color:#1e293b;border:1px solid #475569;border-left:3px solid #2563eb;border-radius:8px;font-family:"Fira Code","JetBrains Mono",Consolas,Monaco,"Andale Mono",monospace;font-size:.875rem;overflow-x:auto}.property-table{margin:1.5rem 0}.property-table th:first-child{width:30%}.property-table code{background-color:#0f172a;padding:2px 6px;border-radius:3px}.info-box{margin:1.5rem 0;padding:1rem 1.5rem;border-radius:8px;border-left:4px solid}.info-box.note{background-color:rgba(37,99,235,0.1);border-color:#2563eb}.info-box.warning{background-color:rgba(245,158,11,0.1);border-color:#f59e0b}.info-box.tip{background-color:rgba(16,185,129,0.1);border-color:#10b981}.info-box p:last-child{margin-bottom:0}.stub-notice{margin:3rem 0;padding:2rem;background-color:#1e293b;border:1px dashed #475569;border-radius:8px;text-align:center;color:#94a3b8}.stub-notice p{margin:0}.toc{margin:1.5rem 0;padding:1rem 1.5rem;background-color:#1e293b;border-radius:8px}.toc h4{margin:0 0 .5rem;font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:0.05em}.toc ul{margin:0;padding-left:1.5rem}.toc li{margin-bottom:.25rem}.toc a{color:#94a3b8;font-size:.875rem}.toc a:hover{color:#2563eb}code{font-family:"Fira Code","JetBrains Mono",Consolas,Monaco,"Andale Mono",monospace;font-size:0.9em;padding:2px 6px;background-color:#1e293b;border-radius:3px;color:#10b981}pre{margin:1.5rem 0;padding:1.5rem;background-color:#1e293b;border:1px solid #475569;border-radius:8px;overflow-x:auto;font-size:.875rem;line-height:1.5}pre code{padding:0;background:none;border-radius:0;color:#e2e8f0}div.highlighter-rouge{margin:1.5rem 0;border-radius:8px;overflow:hidden;background-color:#1e293b;border:1px solid #475569}.highlight pre{margin:0;border:none;border-radius:0}.highlight .c,.highlight .c1,.highlight .cm,.highlight .cs{color:#6b7280;font-style:italic}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#c792ea}.highlight .s,.highlight .s1,.highlight .s2,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx,.highlight .sr{color:#c3e88d}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il{color:#f78c6c}.highlight .n{color:#e2e8f0}.highlight .na{color:#ffcb6b}.highlight .nb{color:#82aaff}.highlight .nc{color:#ffcb6b}.highlight .nf{color:#82aaff}.highlight .nn{color:#ffcb6b}.highlight .nv{color:#f07178}.highlight .o,.highlight .ow{color:#89ddff}.highlight .p{color:#89ddff}.highlight .gd{color:#f07178;background-color:rgba(240,113,120,0.1)}.highlight .gi{color:#c3e88d;background-color:rgba(195,232,141,0.1)}.highlight .gh{color:#e2e8f0;font-weight:bold}.highlight .gu{color:#89ddff;font-weight:bold}.highlight .bp{color:#82aaff}.highlight .nt{color:#f07178}.highlight .w{color:#e2e8f0}div.highlighter-rouge::before{content:attr(data-lang);display:block;padding:.25rem 1rem;background-color:#151d2a;border-bottom:1px solid #475569;font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:0.05em}div.language-python::before{content:"Python"}div.language-cpp::before{content:"C++"}div.language-bash::before{content:"Bash"}div.language-json::before{content:"JSON"}div.language-yaml::before{content:"YAML"}div.language-html::before{content:"HTML"}div.language-css::before{content:"CSS"}div.language-javascript::before,div.language-js::before{content:"JavaScript"}
