:root{--iceberg-bg-dark:#161821;--iceberg-bg-dark-alt:#1e2132;--iceberg-fg-dark:#c6c8d1;--iceberg-comment-dark:#6b7089;--iceberg-selection-dark:#272c42;--iceberg-bg-light:#e8e9ec;--iceberg-bg-light-alt:#d2d4de;--iceberg-fg-light:#33374c;--iceberg-comment-light:#8389a3;--iceberg-selection-light:#c0c5ce;--iceberg-blue:#84a0c6;--iceberg-cyan:#89b8c2;--iceberg-green:#b4be82;--iceberg-yellow:#e2a478;--iceberg-orange:#c9a085;--iceberg-red:#e27878;--iceberg-purple:#a093c7}pre{border:1px solid var(--iceberg-selection-dark);border-radius:8px;padding:1rem;overflow-x:auto;background:var(--iceberg-bg-dark)!important}:root[saved-theme=light] pre{border-color:var(--iceberg-selection-light);background:var(--iceberg-bg-light-alt)!important}code:not(pre code){background:var(--iceberg-selection-dark);color:var(--iceberg-cyan);border-radius:3px;padding:.2em .4em;font-size:.9em}:root[saved-theme=light] code:not(pre code){background:var(--iceberg-selection-light);color:var(--iceberg-blue)}.terminal{background:var(--iceberg-bg-dark);border-radius:8px;margin:1rem 0;position:relative;overflow:hidden}.terminal:before{content:"● ● ●";background:var(--iceberg-bg-dark-alt);color:var(--iceberg-comment-dark);letter-spacing:.5em;padding:.75rem 1rem;font-size:.8rem;display:block}.terminal pre{border:none;border-radius:0;margin:0}:root[saved-theme=light] .terminal{background:var(--iceberg-bg-light-alt)}:root[saved-theme=light] .terminal:before{background:var(--iceberg-bg-light);color:var(--iceberg-comment-light)}.tag,.tags a{color:var(--iceberg-blue);background:0 0;border-radius:4px;padding:.25rem .75rem;font-size:.9em;text-decoration:none;transition:all .2s;display:inline-block}.tag:hover,.tags a:hover{color:var(--iceberg-cyan);background:0 0;transform:translateY(-1px)}.highlight-box{background:var(--bg-secondary);border-left:4px solid var(--iceberg-blue);border-radius:4px;margin:1rem 0;padding:1rem 1.25rem}.highlight-box.info{border-left-color:var(--iceberg-cyan)}.highlight-box.success{border-left-color:var(--iceberg-green)}.highlight-box.warning{border-left-color:var(--iceberg-yellow)}.highlight-box.danger{border-left-color:var(--iceberg-red)}a{transition:color .2s,border-color .2s}a:hover{color:var(--iceberg-cyan)}a.internal{background-color:#0000!important}a[href^=http]:after{content:" ↗";opacity:.6;font-size:.8em}a[href^=\/]:after,a[href^=\#]:after{content:""}::selection{background:var(--highlight);color:var(--textNormal)}body,pre,code{transition:background-color .3s,color .3s,border-color .3s}a:focus,a:focus-visible{outline:none!important}button:focus,input:focus,textarea:focus{outline:2px solid var(--iceberg-blue);outline-offset:2px}button{transition:background-color .2s,transform .1s}button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}blockquote{border-left:4px solid var(--iceberg-blue);color:var(--textMuted);margin-left:0;padding-left:1rem;font-style:italic}:root[saved-theme=light] blockquote{color:var(--iceberg-comment-light)}:root[saved-theme=dark] blockquote{color:var(--iceberg-comment-dark)}hr{border:none;border-top:2px solid var(--iceberg-selection-dark);margin:2rem 0}:root[saved-theme=light] hr{border-top-color:var(--iceberg-selection-light)}table{border-collapse:collapse;width:100%;margin:1rem 0}table th{background:var(--bg-secondary);color:var(--iceberg-blue);text-align:left;border-bottom:2px solid var(--iceberg-blue);padding:.75rem;font-weight:600}table td{border-bottom:1px solid var(--iceberg-selection-dark);padding:.75rem}:root[saved-theme=light] table td{border-bottom-color:var(--iceberg-selection-light)}table tr:hover{background:var(--highlight)}.callout{border-left-color:var(--callout-color)}.callout[data-callout=note],.callout[data-callout=info]{--callout-color:var(--iceberg-blue)}.callout[data-callout=tip],.callout[data-callout=success]{--callout-color:var(--iceberg-green)}.callout[data-callout=warning],.callout[data-callout=caution]{--callout-color:var(--iceberg-yellow)}.callout[data-callout=danger],.callout[data-callout=error]{--callout-color:var(--iceberg-red)}.callout .callout-title{color:var(--callout-color)}#search-container input{border-color:var(--iceberg-comment-dark);transition:border-color .2s,box-shadow .2s}:root[saved-theme=light] #search-container input{border-color:var(--iceberg-comment-light)}#search-container input:focus{border-color:var(--iceberg-blue);outline:none;box-shadow:0 0 0 2px #84a0c633}#search-container .search-result{transition:background-color .2s}#search-container .search-result:hover{background:var(--highlight)}#search-container .search-result mark{background:var(--iceberg-yellow);color:var(--textNormal);border-radius:2px;padding:.1em .2em}:root[saved-theme=dark] #search-container .search-result mark{color:var(--iceberg-bg-dark)}#graph-container .node{fill:var(--iceberg-blue);transition:fill .2s}#graph-container .node:hover{fill:var(--iceberg-cyan)}#graph-container .node.active{fill:var(--iceberg-purple)}#graph-container .link{stroke:var(--iceberg-comment-dark);transition:stroke .2s}:root[saved-theme=light] #graph-container .link{stroke:var(--iceberg-comment-light)}#graph-container .link:hover{stroke:var(--iceberg-cyan)}#graph-container text{fill:var(--textNormal);font-size:.8rem}.explorer .folder-button{transition:background-color .2s,color .2s}.explorer .folder-button:hover{background:var(--highlight);color:var(--iceberg-blue)}.explorer .folder-title,.explorer .explorer-link{transition:color .2s}.explorer .folder-title:hover,.explorer .explorer-link:hover{color:var(--iceberg-cyan)}.explorer .folder-outer.collapsed .folder-button{color:var(--textMuted)}.explorer .folder-outer.open .folder-button{color:var(--iceberg-blue)}.explorer .explorer-link.active{color:var(--iceberg-purple);font-weight:600}.popover{background:var(--bg-secondary);border:1px solid var(--iceberg-comment-dark);border-radius:8px;transition:opacity .2s,transform .2s;box-shadow:0 4px 12px #00000026}:root[saved-theme=light] .popover{border-color:var(--iceberg-comment-light);box-shadow:0 4px 12px #0000001a}:root[saved-theme=dark] .popover{box-shadow:0 4px 12px #0006}.popover h1,.popover h2,.popover h3{color:var(--iceberg-blue)}.breadcrumb-container a{color:var(--secondary);transition:color .2s}.breadcrumb-container a:hover{color:var(--iceberg-cyan)}.breadcrumb-container .breadcrumb-separator{color:var(--textMuted);margin:0 .5rem}.breadcrumb-container .breadcrumb-current{color:var(--iceberg-blue);font-weight:600}.toc a{transition:color .2s,background-color .2s}.toc a.active{color:var(--iceberg-blue);background:var(--highlight);border-left:3px solid var(--iceberg-blue);padding-left:.75rem}.toc a:hover{color:var(--iceberg-cyan)}.toc .depth-1{font-weight:600}.toc .depth-2{padding-left:1rem}.toc .depth-3{padding-left:2rem;font-size:.9em}.backlinks a{color:var(--iceberg-blue);transition:color .2s}.backlinks a:hover{color:var(--iceberg-cyan)}.backlinks .backlink-count{color:var(--textMuted);font-size:.9em}.recent-notes .recent-note{border-left:3px solid #0000;transition:border-color .2s,background-color .2s}.recent-notes .recent-note:hover{border-left-color:var(--iceberg-blue);background:var(--highlight)}.recent-notes .note-date{color:var(--textMuted);font-size:.9em}.darkmode button{background:var(--bg-secondary);border:1px solid var(--iceberg-comment-dark);border-radius:6px;padding:.5rem;transition:all .2s}:root[saved-theme=light] .darkmode button{border-color:var(--iceberg-comment-light)}.darkmode button:hover{background:var(--highlight);border-color:var(--iceberg-blue);transform:scale(1.05)}.darkmode button svg{color:var(--iceberg-blue)}footer{border-top:1px solid var(--iceberg-selection-dark);color:var(--textMuted)}:root[saved-theme=light] footer{border-top-color:var(--iceberg-selection-light)}footer a{color:var(--iceberg-blue)}footer a:hover{color:var(--iceberg-cyan)}.content-meta{color:var(--textMuted);font-size:.9em}.content-meta svg{color:var(--iceberg-blue)}.content-meta .tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.pagination{justify-content:center;gap:.5rem;margin:2rem 0;display:flex}.pagination a,.pagination button{border:1px solid var(--iceberg-comment-dark);background:var(--bg-secondary);color:var(--textNormal);border-radius:4px;padding:.5rem 1rem;transition:all .2s}:root[saved-theme=light] .pagination a,:root[saved-theme=light] .pagination button{border-color:var(--iceberg-comment-light)}.pagination a:hover:not(.disabled),.pagination button:hover:not(.disabled){background:var(--iceberg-blue);color:var(--iceberg-bg-dark);border-color:var(--iceberg-blue)}:root[saved-theme=light] .pagination a:hover:not(.disabled),:root[saved-theme=light] .pagination button:hover:not(.disabled){color:var(--iceberg-bg-light)}.pagination a.active,.pagination button.active{background:var(--iceberg-blue);color:var(--iceberg-bg-dark);border-color:var(--iceberg-blue)}:root[saved-theme=light] .pagination a.active,:root[saved-theme=light] .pagination button.active{color:var(--iceberg-bg-light)}.pagination a.disabled,.pagination button.disabled{opacity:.5;cursor:not-allowed}.page-header header{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}