:root{--color-accent:#6366f1;--color-text:#1f2937;--color-text-muted:#999;--color-border:#e5e7eb;--color-sidebar-bg:#f8f9fb;--color-sidebar-link:#1f2937;--color-sidebar-link-active:#6366f1;--color-code-bg:#f6f8fa;--color-code-inline-bg:rgba(27,31,35,0.05);--color-code-inline-text:#3e516d;--color-bg:#fff;--color-navbar:#fff;--color-page-bg:#fff;--color-table-border:#dfe2e5;--color-table-alt:#f6f8fa;--color-block-bg:#f3f5f7;--color-tip-border:#10b981;--color-warning-bg:#f3f5f7;--color-warning-border:#e7c000;--color-warning-text:#6b5900;--color-warning-title:#473b00;--color-danger-bg:#f3f5f7;--color-danger-border:#c00;--color-danger-text:#4d0000;--color-danger-title:#900;--color-sidebar-mask:rgba(0,0,0,0.4)}[data-theme=dark]{--color-accent:#818cf8;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-border:#334155;--color-sidebar-bg:#1e293b;--color-sidebar-link:#f1f5f9;--color-sidebar-link-active:#818cf8;--color-code-bg:#161b22;--color-code-inline-bg:hsla(0,0%,100%,0.12);--color-code-inline-text:#e6edf3;--color-bg:#0f172a;--color-navbar:#1e293b;--color-page-bg:#1e293b;--color-table-border:#334155;--color-table-alt:#232323;--color-block-bg:#27354c;--color-tip-border:#818cf8;--color-warning-bg:#293951;--color-warning-border:#fbbf24;--color-warning-text:#facc15;--color-warning-title:#f59e0b;--color-danger-bg:#293951;--color-danger-border:#ef4444;--color-danger-text:#f87171;--color-danger-title:#ef4444;--color-sidebar-mask:rgba(0,0,0,0.55)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--color-accent:#818cf8;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-border:#334155;--color-sidebar-bg:#1e293b;--color-sidebar-link:#f1f5f9;--color-sidebar-link-active:#818cf8;--color-code-bg:#161b22;--color-code-inline-bg:hsla(0,0%,100%,0.12);--color-code-inline-text:#e6edf3;--color-bg:#0f172a;--color-navbar:#1e293b;--color-page-bg:#1e293b;--color-table-border:#334155;--color-table-alt:#232323;--color-block-bg:#27354c;--color-tip-border:#818cf8;--color-warning-bg:#293951;--color-warning-border:#fbbf24;--color-warning-text:#facc15;--color-warning-title:#f59e0b;--color-danger-bg:#293951;--color-danger-border:#ef4444;--color-danger-text:#f87171;--color-danger-title:#ef4444;--color-sidebar-mask:rgba(0,0,0,0.55)}}.search-box{display:inline-block;position:relative;margin-right:1rem}.search-box .search-query{height:2rem;padding:0 1rem 0 2.5rem;border:1px solid var(--color-border);border-radius:2rem;background-color:var(--color-bg);color:var(--color-text);font-size:.9rem;transition:all .3s ease;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem;background-size:1rem;width:15rem;max-width:100%;outline:none}.search-box .search-query:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(66,153,225,.1)}.search-box .suggestions{background:var(--color-bg);width:20rem;position:absolute;top:2.5rem;right:0;border:1px solid var(--color-border);border-radius:6px;padding:.4rem;list-style:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.search-box .suggestions.align-right{right:0}.search-box .suggestions .suggestion{line-height:1.4;padding:.4rem .6rem;border-radius:4px;cursor:pointer}.search-box .suggestions .suggestion a{white-space:normal;color:var(--color-text)}.search-box .suggestions .suggestion a .page-title{font-weight:600}.search-box .suggestions .suggestion a .header{font-size:.9em;color:var(--color-text-muted);margin-left:.25rem}.search-box .suggestions .suggestion.focused{background-color:var(--color-accent)}.search-box .suggestions .suggestion.focused a{color:#fff}.search-box .suggestions .suggestion.focused a .header{color:hsla(0,0%,100%,.8)}@media (max-width:840px){.search-box .search-query{width:0;border-color:transparent;cursor:pointer}.search-box .search-query:focus{cursor:text;left:0;width:10rem}.search-box .suggestions{right:0}}