﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,video,svg,canvas{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ol,ul{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none}hr{border:none;height:1px}table{border-collapse:collapse;border-spacing:0}::selection{background-color:rgba(218,119,86,.28);color:#fafaf9}:root{color-scheme:dark;--color-bg-primary: #1c1917;--color-bg-secondary: #292524;--color-bg-tertiary: #3c3836;--color-border: #57534e;--color-text-primary: #fafaf9;--color-text-secondary: #d6d3d1;--color-text-muted: #a8a29e;--color-accent-primary: #da7756;--color-accent-secondary: #f5a97f;--color-accent-tertiary: #c4a882;--color-link-internal: #da7756;--color-link-external: #c4a882;--font-body: Inter, Segoe UI, system-ui, -apple-system, sans-serif;--font-heading: Inter, Segoe UI, system-ui, -apple-system, sans-serif;--font-mono: JetBrains Mono, Fira Code, Cascadia Code, Consolas, monospace}body{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#fafaf9;background-color:#1c1917;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}body::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}hr{background-color:#57534e;margin:2rem 0}.hr-gradient{background:linear-gradient(to right, transparent, #da7756 30%, #da7756 70%, transparent);height:1px;border:none;margin:2rem 0;opacity:.4}img{border-radius:.375rem;border:1px solid #3c3836}figure{margin:2rem 0}figure figcaption{margin-top:.5rem;font-size:.875rem;color:#a8a29e;text-align:center;font-style:italic}kbd{display:inline-block;padding:.1em .4em;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;font-size:.8em;color:#d6d3d1;background-color:#3c3836;border:1px solid #57534e;border-bottom-width:2px;border-radius:.25rem;vertical-align:middle}mark{background-color:rgba(255,210,133,.25);color:#ffd285;border-radius:.25rem;padding:0 .2em}abbr[title]{text-decoration:underline dotted #a8a29e;cursor:help}sup,sub{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}sup>a.footnote-ref{color:#f5a97f;font-weight:500}sup>a.footnote-ref:hover{color:#da7756}details{background-color:#292524;border:1px solid #57534e;border-radius:.5rem;padding:1rem;margin:1rem 0}details summary{cursor:pointer;font-weight:500;color:#d6d3d1;list-style:none;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1)}details summary::before{content:"▶";font-size:.75rem;color:#da7756;transition:transform 200ms cubic-bezier(0.4, 0, 0.2, 1)}details summary:hover{color:#fafaf9}details[open]>summary::before{transform:rotate(90deg)}details>*:not(summary){margin-top:1rem}.app-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;min-height:100vh;background-color:#1c1917;overflow:hidden}.sidebar{width:280px;min-width:280px;background-color:#292524;border-right:1px solid #57534e;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}.sidebar::-webkit-scrollbar{width:6px;height:6px}.sidebar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.sidebar::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}.sidebar::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}.sidebar{overflow-y:auto;overflow-x:hidden;transition:width 200ms cubic-bezier(0.4, 0, 0.2, 1),min-width 200ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;z-index:10}.sidebar.collapsed{width:56px;min-width:56px}.sidebar.collapsed .sidebar-label,.sidebar.collapsed .sidebar-section-title{opacity:0;pointer-events:none}@media(max-width: calc(1024px - 1px)){.sidebar{position:fixed;top:0;left:0;height:100vh;transform:translateX(-100%);transition:transform 350ms cubic-bezier(0.4, 0, 0.2, 1);z-index:300}.sidebar.open{transform:translateX(0)}}.main-area{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;overflow:hidden;min-width:0}.topbar{height:48px;min-height:48px;background-color:#292524;border-bottom:1px solid #57534e;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:0 1rem;gap:.75rem;position:sticky;top:0;z-index:200}.topbar .topbar-breadcrumb{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.25rem;font-size:.875rem;color:#a8a29e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .topbar-breadcrumb .breadcrumb-sep{color:#57534e;font-size:.75rem}.topbar .topbar-breadcrumb .breadcrumb-current{color:#d6d3d1;font-weight:500}.topbar .topbar-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:.25rem;flex-shrink:0}.tab-bar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;background-color:#1c1917;border-bottom:1px solid #57534e;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}.tab-bar::-webkit-scrollbar{width:3px;height:3px}.tab-bar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.tab-bar::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}.tab-bar::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}.tab-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#a8a29e;border-right:1px solid #57534e;white-space:nowrap;cursor:pointer;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);position:relative}.tab-item::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg, #da7756, #f5a97f);opacity:0;transition:opacity 120ms cubic-bezier(0.4, 0, 0.2, 1)}.tab-item:hover{background-color:#44403c;color:#d6d3d1}.tab-item.active{background-color:#292524;color:#fafaf9}.tab-item.active::after{opacity:1}.tab-item .tab-close{opacity:0;font-size:.75rem;color:#57534e;transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1),color 200ms cubic-bezier(0.4, 0, 0.2, 1);margin-left:.25rem}.tab-item .tab-close:hover{color:#a8a29e}.tab-item:hover .tab-close{opacity:1}.pane-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;flex:1;overflow:hidden}.note-pane{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}.note-pane::-webkit-scrollbar{width:6px;height:6px}.note-pane::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.note-pane::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}.note-pane::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}.note-pane{background-color:#292524}.note-pane:not(:last-child){border-right:1px solid #57534e}.note-content{max-width:760px;margin:0 auto;padding:3rem 2rem}@media(max-width: calc(768px - 1px)){.note-content{padding:2rem 1rem}}.note-header{margin-bottom:2rem}.note-header .note-title{font-size:2.25rem;font-weight:700;line-height:1.25;letter-spacing:-0.025em;color:#fafaf9;margin-bottom:1rem}.note-header .note-meta{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#a8a29e;padding-bottom:1.5rem;border-bottom:1px solid #3c3836}.right-panel{width:300px;min-width:300px;background-color:#292524;border-left:1px solid #57534e;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}.right-panel::-webkit-scrollbar{width:6px;height:6px}.right-panel::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.right-panel::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}.right-panel::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}.right-panel{overflow-y:auto}@media(max-width: calc(1280px - 1px)){.right-panel{display:none}}.panel-section{border-bottom:1px solid #3c3836}.panel-section:last-child{border-bottom:none}.panel-section-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:.75rem 1rem;cursor:pointer;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}.panel-section-header:hover{background-color:#44403c}.panel-section-header span{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#a8a29e}.panel-section-header .chevron{font-size:.75rem;color:#57534e;transition:transform 200ms cubic-bezier(0.4, 0, 0.2, 1)}.panel-section-header.open .chevron{transform:rotate(180deg)}.panel-section-body{padding:.5rem 1rem 1rem}.status-bar{height:24px;min-height:24px;background-color:#1c1917;border-top:1px solid #57534e;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:0 1rem;font-size:.75rem;color:#57534e}.status-bar .status-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.25rem}.status-bar .status-item:hover{color:#a8a29e;cursor:pointer}.overlay-backdrop{position:fixed;inset:0;background-color:rgba(28,25,23,.85);z-index:300;opacity:0;pointer-events:none;transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1)}.overlay-backdrop.visible{opacity:1;pointer-events:auto}.command-palette{position:fixed;top:20%;left:50%;transform:translateX(-50%);width:min(600px,100vw - 2rem);background-color:#292524;border:1px solid #57534e;border-radius:.5rem;z-index:400;overflow:hidden;box-shadow:0 20px 25px rgba(0,0,0,.6),0 10px 10px rgba(0,0,0,.35),0 0 16px rgba(218,119,86,.25)}.command-palette .command-input{width:100%;padding:1rem;background:rgba(0,0,0,0);border:none;border-bottom:1px solid #57534e;color:#fafaf9;font-size:1.125rem;outline:none}.command-palette .command-input::placeholder{color:#57534e}.command-palette .command-results{max-height:360px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}.command-palette .command-results::-webkit-scrollbar{width:6px;height:6px}.command-palette .command-results::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.command-palette .command-results::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}.command-palette .command-results::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}.command-palette .command-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:.75rem 1rem;cursor:pointer;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}.command-palette .command-item:hover,.command-palette .command-item.focused{background-color:#44403c}.command-palette .command-item .command-name{font-size:.875rem;color:#fafaf9}.command-palette .command-item .command-shortcut{font-size:.75rem;color:#57534e;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace}.note-body,.markdown-content{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-size:1.0625rem;line-height:1.75;color:#fafaf9}.note-body>*+*,.markdown-content>*+*{margin-top:1rem}h1,.h1{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.25;letter-spacing:-0.025em;color:#fafaf9;margin-top:2rem;margin-bottom:1rem}h1:first-child,.h1:first-child{margin-top:0}h1,.h1{font-size:2.25rem;font-weight:700;padding-bottom:.75rem;border-bottom:1px solid #3c3836}h2,.h2{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.25;letter-spacing:-0.025em;color:#fafaf9;margin-top:2rem;margin-bottom:1rem}h2:first-child,.h2:first-child{margin-top:0}h2,.h2{font-size:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #3c3836}h3,.h3{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.25;letter-spacing:-0.025em;color:#fafaf9;margin-top:2rem;margin-bottom:1rem}h3:first-child,.h3:first-child{margin-top:0}h3,.h3{font-size:1.25rem;color:#d6d3d1}h4,.h4{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.25;letter-spacing:-0.025em;color:#fafaf9;margin-top:2rem;margin-bottom:1rem}h4:first-child,.h4:first-child{margin-top:0}h4,.h4{font-size:1.125rem;color:#d6d3d1}h5,.h5{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.25;letter-spacing:-0.025em;color:#fafaf9;margin-top:2rem;margin-bottom:1rem}h5:first-child,.h5:first-child{margin-top:0}h5,.h5{font-size:1rem;color:#a8a29e;text-transform:uppercase;letter-spacing:.05em}h6,.h6{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-weight:600;line-height:1.25;letter-spacing:-0.025em;color:#fafaf9;margin-top:2rem;margin-bottom:1rem}h6:first-child,.h6:first-child{margin-top:0}h6,.h6{font-size:.875rem;color:#a8a29e;text-transform:uppercase;letter-spacing:.05em}.heading-anchor{opacity:0;margin-left:.5rem;color:#57534e;font-weight:400;transition:opacity 120ms cubic-bezier(0.4, 0, 0.2, 1)}h1:hover .heading-anchor,h2:hover .heading-anchor,h3:hover .heading-anchor,h4:hover .heading-anchor,h5:hover .heading-anchor,h6:hover .heading-anchor{opacity:1}p{margin-bottom:1rem;color:#fafaf9}p:last-child{margin-bottom:0}ul,ol{padding-left:1.5rem;margin-bottom:1rem}ul li,ol li{margin-bottom:.25rem;color:#fafaf9}ul li::marker,ol li::marker{color:#da7756}ul ul,ul ol,ol ul,ol ol{margin-top:.25rem;margin-bottom:.25rem}ul{list-style-type:disc}ul ul{list-style-type:circle}ul ul ul{list-style-type:square}ol{list-style-type:decimal}ol ol{list-style-type:lower-alpha}ol ol ol{list-style-type:lower-roman}ul.task-list{list-style-type:none;padding-left:.5rem}ul.task-list li{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:.5rem}ul.task-list li input[type=checkbox]{appearance:none;-webkit-appearance:none;width:1rem;height:1rem;min-width:1rem;border:1.5px solid #57534e;border-radius:.25rem;background:rgba(0,0,0,0);cursor:pointer;margin-top:.2em;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),border-color 200ms cubic-bezier(0.4, 0, 0.2, 1);position:relative}ul.task-list li input[type=checkbox]::after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%231c1917' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;opacity:0;transition:opacity 120ms cubic-bezier(0.4, 0, 0.2, 1)}ul.task-list li input[type=checkbox]:checked{background-color:#da7756;border-color:#da7756}ul.task-list li input[type=checkbox]:checked::after{opacity:1}ul.task-list li input[type=checkbox]:hover:not(:checked){border-color:#da7756}ul.task-list li.task-done>:not(input){color:#a8a29e;text-decoration:line-through}strong,b{font-weight:600;color:#fafaf9}em,i{font-style:italic;color:#d6d3d1}del,s{color:#a8a29e;text-decoration:line-through}code:not([class]){font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;font-size:.875em;color:#f5a97f;background-color:rgba(245,169,127,.1);padding:.1em .35em;border-radius:.25rem;border:1px solid rgba(245,169,127,.2)}.math-block,.katex-display{overflow-x:auto;padding:1rem 0;color:#d6d3d1}.math-inline,.katex{color:#d6d3d1}a{transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),opacity 200ms cubic-bezier(0.4, 0, 0.2, 1)}a[href^=http],a[href^=https],a.external-link{color:#c4a882;text-decoration:underline;text-decoration-color:rgba(196,168,130,.4);text-underline-offset:3px}a[href^=http]:hover,a[href^=https]:hover,a.external-link:hover{color:hsl(34.5454545455,35.8695652174%,73.9215686275%);text-decoration-color:rgba(196,168,130,.8)}a[href^=http]::after,a[href^=https]::after,a.external-link::after{content:"↗";font-size:.7em;margin-left:.2em;opacity:.6;vertical-align:super}.internal-link,a[data-href],.wiki-link{color:#da7756;text-decoration:none;border-bottom:1px dashed rgba(218,119,86,.4);transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),border-color 200ms cubic-bezier(0.4, 0, 0.2, 1),text-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.internal-link:hover,a[data-href]:hover,.wiki-link:hover{color:#f0936c;border-bottom-color:#f0936c;text-shadow:0 0 8px rgba(218,119,86,.5),0 0 20px rgba(218,119,86,.25)}.internal-link.is-unresolved,.wiki-link.unresolved{color:#7c7067;border-bottom-color:rgba(124,112,103,.3)}.internal-link.is-unresolved:hover,.wiki-link.unresolved:hover{color:#a8a29e;border-bottom-color:#a8a29e;text-shadow:none}a.tag,.tag-link{display:inline-flex;align-items:center;gap:.25rem;padding:.1em .5rem;font-size:.875rem;font-weight:500;color:#f5a97f;background-color:rgba(245,169,127,.1);border:1px solid rgba(245,169,127,.25);border-radius:9999px;text-decoration:none;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),border-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}a.tag::before,.tag-link::before{content:"#";opacity:.6}a.tag:hover,.tag-link:hover{color:#fafaf9;background-color:rgba(245,169,127,.2);border-color:rgba(245,169,127,.5)}.backlinks-list{display:flex;flex-direction:column;gap:.5rem}.backlink-item{background-color:#3c3836;border:1px solid #3c3836;border-radius:.5rem;padding:.75rem;transition:border-color 200ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.backlink-item:hover{border-color:rgba(218,119,86,.4);background-color:#44403c;box-shadow:0 1px 2px rgba(0,0,0,.35)}.backlink-item .backlink-title{font-size:.875rem;font-weight:500;color:#da7756;margin-bottom:.25rem}.backlink-item .backlink-excerpt{font-size:.75rem;color:#a8a29e;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.backlink-item .backlink-excerpt mark{background:rgba(218,119,86,.2);color:#da7756;border-radius:2px;padding:0 2px}.outgoing-link-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;color:#d6d3d1;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),color 200ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.outgoing-link-item::before{content:"→";color:#da7756;font-size:.75rem;opacity:.7}.outgoing-link-item:hover{background-color:#44403c;color:#fafaf9}:not(pre)>code{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;font-size:.875em;color:#f5a97f;background-color:rgba(245,169,127,.08);padding:.15em .4em;border-radius:.25rem;border:1px solid rgba(245,169,127,.2)}pre{position:relative;margin:1.5rem 0;border-radius:.5rem;background-color:rgb(22.4,20,18.4);border:1px solid #57534e;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.45),0 1px 3px rgba(0,0,0,.35)}pre:hover .copy-button{opacity:1}.code-block-wrapper{position:relative}.copy-button{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;color:#a8a29e;background-color:#3c3836;border:1px solid #57534e;border-radius:.25rem;cursor:pointer;opacity:0;transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1),color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);z-index:10}.copy-button:hover{color:#da7756;background-color:#44403c;border-color:rgba(218,119,86,.4)}.copy-button.copied{opacity:1;color:#da7756;border-color:rgba(218,119,86,.4)}pre code{display:block;padding:1.25rem 1.5rem;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;font-size:.875rem;line-height:1.7;color:#d6d3d1;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}pre code::-webkit-scrollbar{width:6px;height:6px}pre code::-webkit-scrollbar-track{background:rgba(0,0,0,0)}pre code::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}pre code::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}@media(max-width: calc(640px - 1px)){pre code{font-size:.75rem;padding:1rem}}.code-block-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:.5rem 1rem;background-color:#3c3836;border-bottom:1px solid #57534e;font-size:.75rem;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;color:#a8a29e}.code-block-header .code-filename{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem}.code-block-header .code-filename::before{content:"";display:inline-block;width:8px;height:8px;background:#da7756;border-radius:9999px;opacity:.7}.line.highlighted{background-color:rgba(218,119,86,.08);border-left:2px solid #da7756;margin-left:-1.5rem;padding-left:calc(1.5rem - 2px)}.token.keyword,.token.hljs-keyword,[class^=hljs-].keyword,[class^=hljs-].hljs-keyword,[class*=" hljs-"].keyword,[class*=" hljs-"].hljs-keyword{color:#da7756}.token.string,.token.hljs-string,[class^=hljs-].string,[class^=hljs-].hljs-string,[class*=" hljs-"].string,[class*=" hljs-"].hljs-string{color:#a8c99e}.token.number,.token.hljs-number,[class^=hljs-].number,[class^=hljs-].hljs-number,[class*=" hljs-"].number,[class*=" hljs-"].hljs-number{color:#e2b96c}.token.comment,.token.hljs-comment,[class^=hljs-].comment,[class^=hljs-].hljs-comment,[class*=" hljs-"].comment,[class*=" hljs-"].hljs-comment{color:#7c7067;font-style:italic}.token.variable,.token.hljs-variable,[class^=hljs-].variable,[class^=hljs-].hljs-variable,[class*=" hljs-"].variable,[class*=" hljs-"].hljs-variable{color:#f5a97f}.token.function,.token.hljs-title,[class^=hljs-].function,[class^=hljs-].hljs-title,[class*=" hljs-"].function,[class*=" hljs-"].hljs-title{color:#c4a882}.token.operator,.token.hljs-operator,[class^=hljs-].operator,[class^=hljs-].hljs-operator,[class*=" hljs-"].operator,[class*=" hljs-"].hljs-operator{color:#74b0d4}.token.tag,.token.hljs-tag,[class^=hljs-].tag,[class^=hljs-].hljs-tag,[class*=" hljs-"].tag,[class*=" hljs-"].hljs-tag{color:#78b87a}.token.attribute,.token.hljs-attr,[class^=hljs-].attribute,[class^=hljs-].hljs-attr,[class*=" hljs-"].attribute,[class*=" hljs-"].hljs-attr{color:#f5a97f}.token.property,.token.hljs-property,[class^=hljs-].property,[class^=hljs-].hljs-property,[class*=" hljs-"].property,[class*=" hljs-"].hljs-property{color:#74b0d4}.token.punctuation,[class^=hljs-].punctuation,[class*=" hljs-"].punctuation{color:#57534e}.token.built_in,.token.hljs-built_in,[class^=hljs-].built_in,[class^=hljs-].hljs-built_in,[class*=" hljs-"].built_in,[class*=" hljs-"].hljs-built_in{color:#74b0d4}.token.annotation,[class^=hljs-].annotation,[class*=" hljs-"].annotation{color:#ffd285}.callout{background-color:#3c3836;border:1px solid #57534e;border-radius:.5rem;border-left:4px solid #57534e;padding:1rem;margin:1.5rem 0;position:relative;overflow:hidden;transition:box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1)}.callout::before{content:"";position:absolute;inset:0;background:currentColor;opacity:.03;pointer-events:none}.callout:hover{box-shadow:0 4px 6px rgba(0,0,0,.45),0 1px 3px rgba(0,0,0,.35)}.callout-title-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;margin-bottom:.75rem}.callout-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.callout-fold{margin-left:auto;color:#57534e;font-size:.75rem;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),transform 200ms cubic-bezier(0.4, 0, 0.2, 1)}.callout-fold:hover{color:#a8a29e;background:#44403c}.callout.is-collapsed .callout-fold{transform:rotate(-90deg)}.callout.is-collapsed .callout-content{display:none}.callout-content{font-size:.875rem;color:#d6d3d1;line-height:1.75}.callout-content>*:last-child{margin-bottom:0}.callout-content p{margin-bottom:.75rem}.callout[data-callout=note],.callout-note{background-color:rgba(116,176,212,.1);border-left-color:#74b0d4}.callout[data-callout=note] .callout-icon,.callout-note .callout-icon{color:#74b0d4}.callout[data-callout=note] .callout-title,.callout-note .callout-title{color:#74b0d4}.callout[data-callout=abstract],.callout-abstract{background-color:rgba(245,169,127,.1);border-left-color:#f5a97f}.callout[data-callout=abstract] .callout-icon,.callout-abstract .callout-icon{color:#f5a97f}.callout[data-callout=abstract] .callout-title,.callout-abstract .callout-title{color:#f5a97f}.callout[data-callout=info],.callout-info{background-color:rgba(245,169,127,.1);border-left-color:#f5a97f}.callout[data-callout=info] .callout-icon,.callout-info .callout-icon{color:#f5a97f}.callout[data-callout=info] .callout-title,.callout-info .callout-title{color:#f5a97f}.callout[data-callout=tip],.callout[data-callout=hint],.callout[data-callout=important],.callout-tip{background-color:rgba(218,119,86,.1);border-left-color:#da7756}.callout[data-callout=tip] .callout-icon,.callout[data-callout=hint] .callout-icon,.callout[data-callout=important] .callout-icon,.callout-tip .callout-icon{color:#da7756}.callout[data-callout=tip] .callout-title,.callout[data-callout=hint] .callout-title,.callout[data-callout=important] .callout-title,.callout-tip .callout-title{color:#da7756}.callout[data-callout=success],.callout[data-callout=check],.callout-success{background-color:rgba(120,184,122,.1);border-left-color:#78b87a}.callout[data-callout=success] .callout-icon,.callout[data-callout=check] .callout-icon,.callout-success .callout-icon{color:#78b87a}.callout[data-callout=success] .callout-title,.callout[data-callout=check] .callout-title,.callout-success .callout-title{color:#78b87a}.callout[data-callout=question],.callout[data-callout=help],.callout-question{background-color:rgba(255,210,133,.1);border-left-color:#ffd285}.callout[data-callout=question] .callout-icon,.callout[data-callout=help] .callout-icon,.callout-question .callout-icon{color:#ffd285}.callout[data-callout=question] .callout-title,.callout[data-callout=help] .callout-title,.callout-question .callout-title{color:#ffd285}.callout[data-callout=warning],.callout[data-callout=caution],.callout-warning{background-color:rgba(232,162,59,.1);border-left-color:#e8a23b}.callout[data-callout=warning] .callout-icon,.callout[data-callout=caution] .callout-icon,.callout-warning .callout-icon{color:#e8a23b}.callout[data-callout=warning] .callout-title,.callout[data-callout=caution] .callout-title,.callout-warning .callout-title{color:#e8a23b}.callout[data-callout=failure],.callout[data-callout=fail],.callout-failure{background-color:rgba(209,105,105,.1);border-left-color:#d16969}.callout[data-callout=failure] .callout-icon,.callout[data-callout=fail] .callout-icon,.callout-failure .callout-icon{color:#d16969}.callout[data-callout=failure] .callout-title,.callout[data-callout=fail] .callout-title,.callout-failure .callout-title{color:#d16969}.callout[data-callout=danger],.callout[data-callout=error],.callout-danger{background-color:rgba(209,105,105,.1);border-left-color:#d16969}.callout[data-callout=danger] .callout-icon,.callout[data-callout=error] .callout-icon,.callout-danger .callout-icon{color:#d16969}.callout[data-callout=danger] .callout-title,.callout[data-callout=error] .callout-title,.callout-danger .callout-title{color:#d16969}.callout[data-callout=bug],.callout-bug{background-color:rgba(209,105,105,.1);border-left-color:#d16969}.callout[data-callout=bug] .callout-icon,.callout-bug .callout-icon{color:#d16969}.callout[data-callout=bug] .callout-title,.callout-bug .callout-title{color:#d16969}.callout[data-callout=example],.callout-example{background-color:rgba(196,168,130,.1);border-left-color:#c4a882}.callout[data-callout=example] .callout-icon,.callout-example .callout-icon{color:#c4a882}.callout[data-callout=example] .callout-title,.callout-example .callout-title{color:#c4a882}.callout[data-callout=quote],.callout[data-callout=cite],.callout-quote{background-color:rgba(196,152,111,.1);border-left-color:#c4986f}.callout[data-callout=quote] .callout-icon,.callout[data-callout=cite] .callout-icon,.callout-quote .callout-icon{color:#c4986f}.callout[data-callout=quote] .callout-title,.callout[data-callout=cite] .callout-title,.callout-quote .callout-title{color:#c4986f}.callout[data-callout=quote] .callout-content,.callout[data-callout=cite] .callout-content,.callout-quote .callout-content{font-family:"Lora","Georgia","Times New Roman",serif;font-style:italic;font-size:1rem;color:#c4986f}.callout[data-callout=evergreen],.callout-evergreen{background:linear-gradient(135deg, rgba(218, 119, 86, 0.08) 0%, rgba(245, 169, 127, 0.04) 100%);border-left:4px solid #da7756;box-shadow:0 0 20px rgba(218,119,86,.08)}.callout[data-callout=evergreen] .callout-title,.callout-evergreen .callout-title{color:#da7756}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:3px solid #da7756;background-color:rgba(218,119,86,.04);border-radius:0 .375rem .375rem 0;position:relative}blockquote::before{content:"“";position:absolute;top:-0.75rem;left:1rem;font-size:3rem;font-family:"Lora","Georgia","Times New Roman",serif;color:rgba(218,119,86,.2);line-height:1;pointer-events:none;user-select:none}blockquote p{color:#d6d3d1;font-size:1rem;font-style:italic;margin:0}blockquote p:not(:last-child){margin-bottom:.75rem}blockquote cite,blockquote footer{display:block;margin-top:.75rem;font-size:.875rem;font-style:normal;color:#a8a29e}blockquote cite::before,blockquote footer::before{content:"—"}blockquote blockquote{border-left-color:#f5a97f;background-color:rgba(245,169,127,.04);margin-top:1rem}blockquote blockquote::before{color:rgba(245,169,127,.2)}.pull-quote{margin:2.5rem auto;max-width:80%;text-align:center;position:relative}.pull-quote p{font-family:"Lora","Georgia","Times New Roman",serif;font-size:1.5rem;line-height:1.375;font-style:italic;color:#fafaf9}.pull-quote::before,.pull-quote::after{position:absolute;font-family:"Lora","Georgia","Times New Roman",serif;font-size:8rem;line-height:1;color:rgba(218,119,86,.1)}.pull-quote::before{content:"“";top:-1.5rem;left:-1.5rem}.pull-quote::after{content:"”";bottom:-2.5rem;right:-1.5rem}.pull-quote cite{display:block;margin-top:1rem;font-size:.875rem;color:#a8a29e}.pull-quote cite::before{content:"—"}blockquote.featured{border-left:none;border:1px solid rgba(218,119,86,.3);border-radius:.75rem;background:linear-gradient(135deg, rgba(218, 119, 86, 0.05) 0%, rgba(245, 169, 127, 0.03) 100%);box-shadow:0 0 16px rgba(218,119,86,.25);padding:1.5rem 2rem}blockquote.featured p{font-size:1.125rem;color:#fafaf9;text-align:center}blockquote.featured::before{opacity:.15}.table-wrapper{overflow-x:auto;margin:1.5rem 0;border-radius:.5rem;border:1px solid #57534e;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}.table-wrapper::-webkit-scrollbar{width:6px;height:6px}.table-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.table-wrapper::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}.table-wrapper::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}.table-wrapper table{margin:0;border:none;border-radius:0}table{width:100%;margin:1.5rem 0;border-radius:.5rem;overflow:hidden;font-size:.875rem;border:1px solid #57534e}table thead{background-color:#3c3836;border-bottom:2px solid #57534e}table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#a8a29e;white-space:nowrap}table thead th[data-sort]{cursor:pointer;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1)}table thead th[data-sort]:hover{color:#fafaf9}table thead th[data-sort]::after{content:"↕";opacity:.4;font-size:.85em}table thead th[data-sort].sort-asc::after{content:"↑";opacity:1;color:#da7756}table thead th[data-sort].sort-desc::after{content:"↓";opacity:1;color:#da7756}table tbody tr{border-bottom:1px solid #3c3836;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}table tbody tr:last-child{border-bottom:none}table tbody tr:hover{background-color:#44403c}table tbody tr.highlighted{background-color:rgba(218,119,86,.06)}table tbody td{padding:.75rem 1rem;color:#d6d3d1;vertical-align:middle}table tbody td.td-mono{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;font-size:.75rem;color:#a8a29e}table.striped tbody tr:nth-child(even){background-color:rgba(60,56,54,.5)}table.compact thead th,table.compact tbody td{padding:.5rem .75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.tag{display:inline-flex;align-items:center;gap:2px;padding:.15em .5rem;font-size:.75rem;font-weight:500;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;color:#da7756;background-color:rgba(218,119,86,.1);border:1px solid rgba(218,119,86,.25);border-radius:9999px;text-decoration:none;white-space:nowrap;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),border-color 200ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.tag::before{content:"#";opacity:.5;font-size:.9em}.tag:hover{color:hsl(15,64.0776699029%,69.6078431373%);background-color:rgba(218,119,86,.18);border-color:rgba(218,119,86,.5);box-shadow:0 0 8px rgba(218,119,86,.2)}.tag.active{color:#1c1917;background-color:#da7756;border-color:#da7756}.tag-set{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag-cloud{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-wrap:wrap;gap:.5rem;padding:1rem}.tag-cloud .tag.weight-1{font-size:.75rem;opacity:.6}.tag-cloud .tag.weight-2{font-size:.75rem;opacity:.75}.tag-cloud .tag.weight-3{font-size:.875rem;opacity:.85}.tag-cloud .tag.weight-4{font-size:1rem}.tag-cloud .tag.weight-5{font-size:1.125rem;font-weight:600;box-shadow:0 0 16px rgba(218,119,86,.2),0 0 32px rgba(218,119,86,.1)}.frontmatter-properties{background-color:#3c3836;border:1px solid #3c3836;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;font-size:.875rem}.property-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #3c3836}.property-row:last-child{border-bottom:none;padding-bottom:0}.property-row:first-child{padding-top:0}.property-row .property-key{min-width:120px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;color:#a8a29e;padding-top:.1em}.property-row .property-value{flex:1;color:#d6d3d1;word-break:break-word}.property-row .property-tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-wrap:wrap;gap:.25rem}.graph-view{position:relative;width:100%;height:100%;min-height:300px;background-color:#1c1917;border-radius:.5rem;overflow:hidden;cursor:grab}.graph-view:active{cursor:grabbing}.graph-canvas{width:100%;height:100%;display:block}.graph-node{cursor:pointer}.graph-node circle{fill:#3c3836;stroke:#57534e;stroke-width:1.5;transition:fill 120ms cubic-bezier(0.4, 0, 0.2, 1),stroke 120ms cubic-bezier(0.4, 0, 0.2, 1)}.graph-node text{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;font-size:10px;fill:#a8a29e;pointer-events:none}.graph-node:hover circle,.graph-node.focused circle{fill:rgba(218,119,86,.2);stroke:#da7756}.graph-node:hover text,.graph-node.focused text{fill:#fafaf9}.graph-node.active circle{fill:#da7756;stroke:#da7756;filter:drop-shadow(0 0 6px rgba(218, 119, 86, 0.6))}.graph-node.active text{fill:#1c1917;font-weight:bold}.graph-node.unresolved circle{fill:#292524;stroke:#3c3836;stroke-dasharray:3 2}.graph-node.tagged circle{fill:rgba(245,169,127,.15);stroke:#f5a97f}.graph-edge{stroke:#3c3836;stroke-width:1;opacity:.5;transition:stroke 120ms cubic-bezier(0.4, 0, 0.2, 1),opacity 120ms cubic-bezier(0.4, 0, 0.2, 1)}.graph-edge.highlighted{stroke:#da7756;opacity:1;stroke-width:1.5}.graph-controls{position:absolute;bottom:1rem;right:1rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;flex-wrap:nowrap;gap:.5rem;z-index:10}.graph-btn{display:flex;justify-content:center;align-items:center;width:32px;height:32px;background-color:#292524;border:1px solid #57534e;border-radius:.375rem;color:#a8a29e;font-size:.875rem;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),border-color 200ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.graph-btn:hover{background-color:#44403c;color:#da7756;border-color:rgba(218,119,86,.4)}.graph-tooltip{position:absolute;pointer-events:none;background-color:#292524;border:1px solid #57534e;border-radius:.375rem;padding:.5rem .75rem;font-size:.75rem;color:#d6d3d1;box-shadow:0 4px 6px rgba(0,0,0,.45),0 1px 3px rgba(0,0,0,.35);max-width:200px;z-index:500;opacity:0;transition:opacity 200ms cubic-bezier(0.4, 0, 0.2, 1)}.graph-tooltip.visible{opacity:1}.graph-tooltip .tooltip-title{font-weight:500;color:#fafaf9;margin-bottom:.25rem}.mini-graph{height:200px;border-radius:.375rem;overflow:hidden;border:1px solid #3c3836;background:#1c1917}.sidebar-vault-name{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;padding:1rem;border-bottom:1px solid #57534e}.sidebar-vault-name .vault-icon{width:28px;height:28px;background:linear-gradient(135deg, #da7756, #f5a97f);border-radius:.375rem;display:flex;justify-content:center;align-items:center;font-size:.875rem;color:#1c1917;font-weight:700;flex-shrink:0}.sidebar-vault-name .vault-label{flex:1;padding-left:.5rem;font-size:.875rem;font-weight:600;color:#fafaf9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-vault-name .vault-menu-btn{color:#57534e;padding:.25rem;border-radius:.25rem;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}.sidebar-vault-name .vault-menu-btn:hover{color:#a8a29e;background:#44403c}.sidebar-icon-rail{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:.5rem 0;border-bottom:1px solid #3c3836;gap:.25rem}.sidebar-icon-btn{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:.375rem;color:#57534e;font-size:1.1rem;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer}.sidebar-icon-btn:hover{color:#d6d3d1;background-color:#44403c}.sidebar-icon-btn.active{color:#da7756;background-color:rgba(218,119,86,.1)}.sidebar-search{padding:.75rem}.search-input-wrapper{position:relative}.search-input-wrapper .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#57534e;font-size:.875rem;pointer-events:none}.search-input-wrapper input[type=search],.search-input-wrapper input[type=text]{width:100%;padding:.5rem 2rem .5rem 2rem;background-color:#3c3836;border:1px solid #57534e;border-radius:.375rem;color:#fafaf9;font-size:.875rem;outline:none;transition:border-color 200ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1)}.search-input-wrapper input[type=search]::placeholder,.search-input-wrapper input[type=text]::placeholder{color:#57534e}.search-input-wrapper input[type=search]:focus,.search-input-wrapper input[type=text]:focus{border-color:rgba(218,119,86,.5);box-shadow:0 0 0 3px rgba(218,119,86,.1)}.search-input-wrapper .search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:#57534e;font-size:.75rem;padding:.25rem;border-radius:.25rem;cursor:pointer;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}.search-input-wrapper .search-clear:hover{color:#a8a29e;background:#44403c}.search-result-item{padding:.5rem .75rem;border-radius:.375rem;cursor:pointer;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1)}.search-result-item:hover{background-color:#44403c}.search-result-item .result-title{font-size:.875rem;color:#fafaf9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-item .result-title mark{background:rgba(255,210,133,.25);color:#ffd285;border-radius:2px}.search-result-item .result-path{font-size:.75rem;color:#57534e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace}.file-tree{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#57534e rgba(0,0,0,0)}.file-tree::-webkit-scrollbar{width:6px;height:6px}.file-tree::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.file-tree::-webkit-scrollbar-thumb{background-color:#57534e;border-radius:9999px}.file-tree::-webkit-scrollbar-thumb:hover{background-color:rgba(218,119,86,.4)}.tree-item-self{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.25rem .75rem;font-size:.875rem;color:#a8a29e;min-height:28px;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1),background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;position:relative}.tree-item-self:hover{background-color:#44403c;color:#d6d3d1}.tree-item-self.is-active{background-color:rgba(218,119,86,.1);color:#da7756}.tree-item-self.is-active::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#da7756;border-radius:0 .25rem .25rem 0}.tree-item-self .item-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.tree-item-self .collapse-icon{font-size:9px;color:#57534e;transition:transform 200ms cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0}.tree-folder.is-open>.tree-item-self .collapse-icon{transform:rotate(90deg)}.tree-children{padding-left:1.25rem;border-left:1px solid #3c3836;margin-left:calc(0.75rem + 7px)}.sidebar-section-title{padding:1rem 1rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#57534e;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap}.sidebar-section-title button{color:#57534e;font-size:.75rem;transition:color 200ms cubic-bezier(0.4, 0, 0.2, 1)}.sidebar-section-title button:hover{color:#a8a29e}.outline-item{font-size:.75rem;color:#a8a29e;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;transition:background-color 200ms cubic-bezier(0.4, 0, 0.2, 1),color 200ms cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outline-item:hover{background-color:#44403c;color:#d6d3d1}.outline-item.active{color:#da7756}.outline-item[data-level="1"]{font-weight:500}.outline-item[data-level="2"]{padding-left:1rem}.outline-item[data-level="3"]{padding-left:1.5rem}.outline-item[data-level="4"]{padding-left:2rem;font-size:11px;opacity:.75}.outline-item[data-level="5"]{padding-left:2.5rem;font-size:11px;opacity:.65}.outline-item[data-level="6"]{padding-left:3rem;font-size:11px;opacity:.5}@keyframes skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-out{from{opacity:1}to{opacity:0}}@keyframes slide-up{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{from{opacity:0;transform:scale(0.93)}to{opacity:1;transform:scale(1)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes typing-blink{0%,100%{opacity:1}50%{opacity:0}}@keyframes pulse-glow{0%,100%{box-shadow:0 0 8px rgba(218,119,86,.2)}50%{box-shadow:0 0 20px rgba(218,119,86,.5)}}.animate-fade-in{animation:fade-in 200ms cubic-bezier(0, 0, 0.2, 1) both}.animate-fade-out{animation:fade-out 200ms cubic-bezier(0.4, 0, 0.2, 1) both}.animate-slide-up{animation:slide-up 350ms cubic-bezier(0, 0, 0.2, 1) both}.animate-slide-down{animation:slide-down 350ms cubic-bezier(0, 0, 0.2, 1) both}.animate-scale-in{animation:scale-in 200ms cubic-bezier(0.34, 1.56, 0.64, 1) both}.animate-spin{animation:spin 1s linear infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse-glow{animation:pulse-glow 2.5s ease-in-out infinite}.delay-100{animation-delay:100ms}.delay-200{animation-delay:200ms}.delay-300{animation-delay:300ms}.delay-400{animation-delay:400ms}.delay-500{animation-delay:500ms}.delay-600{animation-delay:600ms}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(218,119,86,.2);border-top-color:#da7756;border-radius:50%;animation:spin .7s linear infinite}.spinner.spinner-sm{width:12px;height:12px;border-width:1.5px}.spinner.spinner-lg{width:28px;height:28px;border-width:3px}.skeleton{background:linear-gradient(90deg, #3c3836 25%, #44403c 50%, #3c3836 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:.25rem;color:rgba(0,0,0,0) !important;user-select:none;pointer-events:none}.skeleton.skeleton-text{height:1em;margin-bottom:.5rem}.skeleton.skeleton-title{height:1.5em;width:60%;margin-bottom:1rem}.skeleton.skeleton-avatar{width:40px;height:40px;border-radius:50%}.skeleton.skeleton-block{height:80px}.typing-cursor{display:inline-block;width:2px;height:1.1em;background:#da7756;vertical-align:text-bottom;border-radius:1px;animation:typing-blink 1s step-end infinite}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}/*# sourceMappingURL=claude.css.map */
