:root[data-theme=light]{--static-page-bg:#fff;--static-page-text:#1f2937;--static-page-light-text:#666;--static-page-heading-2:#000;--static-page-heading-3:#111827;--static-page-link:#1f2937;--static-page-link-hover:#000;--static-page-code-bg:#f3f4f6;--static-page-code-text:#374151;--static-page-border:#e5e7eb}:root[data-theme=dark]{--static-page-bg:#111827;--static-page-text:#d1d5db;--static-page-light-text:#9ca3af;--static-page-heading-2:#fff;--static-page-heading-3:#f3f4f6;--static-page-link:#93c5fd;--static-page-link-hover:#fff;--static-page-code-bg:#1f2937;--static-page-code-text:#d1d5db;--static-page-border:#374151}.static-page-container{background-color:var(--static-page-bg);color:var(--static-page-text);min-height:100vh;transition:background-color .3s,color .3s}.static-page-content{max-width:800px;margin:0 auto;padding:3rem 2rem}.static-page-title{color:var(--static-page-heading-2);margin-bottom:.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}.static-page-intro{color:var(--static-page-light-text);margin-bottom:2rem;font-size:1rem;line-height:1.6}.static-page-h2{color:var(--static-page-heading-2);margin-top:0;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.3}.static-page-h3{color:var(--static-page-heading-3);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.4}.static-page-paragraph{color:var(--static-page-text);margin-bottom:1rem;font-size:1rem;line-height:1.8}.static-page-list{color:var(--static-page-text);margin-bottom:1rem;margin-left:1.5rem}.static-page-list li{margin-bottom:.5rem;line-height:1.6}.static-page-link{color:var(--static-page-link);text-decoration:underline;transition:color .3s ease-out}.static-page-link:hover{color:var(--static-page-link-hover)}.static-page-code{background-color:var(--static-page-code-bg);color:var(--static-page-code-text);border-radius:.25rem;padding:.25rem .5rem;font-family:Monaco,Courier New,monospace;font-size:.875rem}.static-page-code-block{background-color:var(--static-page-code-bg);color:var(--static-page-code-text);border-left:4px solid var(--static-page-border);border-radius:.5rem;margin:1.5rem 0;padding:1.5rem;font-family:Monaco,Courier New,monospace;font-size:.875rem;line-height:1.5;overflow-x:auto}.static-page-table{border-collapse:collapse;border:1px solid var(--static-page-border);border-radius:.5rem;width:100%;margin:1.5rem 0;overflow:hidden}.static-page-table th{background-color:var(--static-page-code-bg);color:var(--static-page-text);text-align:left;border-bottom:2px solid var(--static-page-border);padding:.75rem 1rem;font-weight:600}.static-page-table td{border-bottom:1px solid var(--static-page-border);padding:.75rem 1rem}.static-page-table tr:hover{background-color:var(--static-page-code-bg);opacity:.5}@media (max-width:640px){.static-page-content{padding:2rem 1rem}.static-page-title{font-size:1.875rem}.static-page-h2{font-size:1.25rem}.static-page-h3{font-size:1.125rem}.static-page-table{font-size:.875rem}.static-page-table th,.static-page-table td{padding:.5rem .75rem}}
