@charset "UTF-8";:root{--black: #181818;--white: #D5D5D5;--grey-100: #747474;--green: #87FF5B;--blue: #5B92FF;--purple: #94079E}:root .theme-dark{--theme-bg: #181818;--theme-fg: #D5D5D5;--theme-accent: #87FF5B;--theme-link: #5B92FF}:root .theme-light{--theme-bg: #D5D5D5;--theme-fg: #181818;--theme-accent: #94079E;--theme-link: #5B92FF}:root{--ease-in-quad: cubic-bezier(.55, .085, .68, .53);--ease-in-cubic: cubic-bezier(.55, .055, .675, .19);--ease-in-quart: cubic-bezier(.895, .03, .685, .22);--ease-in-quint: cubic-bezier(.755, .05, .855, .06);--ease-in-expo: cubic-bezier(.95, .05, .795, .035);--ease-in-circ: cubic-bezier(.6, .04, .98, .335);--ease-out-quad: cubic-bezier(.25, .46, .45, .94);--ease-out-cubic: cubic-bezier(.215, .61, .355, 1);--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--ease-out-quint: cubic-bezier(.23, 1, .32, 1);--ease-out-expo: cubic-bezier(.19, 1, .22, 1);--ease-out-circ: cubic-bezier(.075, .82, .165, 1);--ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);--ease-in-out-cubic: cubic-bezier(.645, .045, .355, 1);--ease-in-out-quart: cubic-bezier(.77, 0, .175, 1);--ease-in-out-quint: cubic-bezier(.86, 0, .07, 1);--ease-in-out-expo: cubic-bezier(1, 0, 0, 1);--ease-in-out-circ: cubic-bezier(.785, .135, .15, .86);--ease-custom: cubic-bezier(.315, .365, .23, .985)}*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}.menu{z-index:10}.full-width{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.overflow-hidden{overflow:hidden}.relative{position:relative}html:not(.has-scroll-smooth) .hide-on-native-scroll{display:none}@font-face{font-family:Leibniz Fraktur;font-style:normal;font-weight:400;src:url(/assets/neuefraktur-A4S1ACH2.woff2) format("woff2"),url(/assets/neuefraktur-CwjUIZ0G.woff) format("woff")}@font-face{font-family:Geist Mono;font-style:normal;font-weight:700;src:url(/assets/geist-mono-bold-CTLtpKvJ.woff2) format("woff2"),url(/assets/geist-mono-bold-Bz_UliG4.woff) format("woff")}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;src:url(/assets/geist-mono-BzrJhchg.woff2) format("woff2"),url(/assets/geist-mono-OFKGen7b.woff) format("woff")}:root{--font-display: "Leibniz Fraktur", serif;--font-mono: "Geist Mono", monospace}:root{--layout-column-count: 6;--layout-column-gap: 10px;--layout-margin: 20px;--layout-width: calc(100vw - (2 * var(--layout-margin)));--layout-column-width: calc( ( var(--layout-width) - ( (var(--layout-column-count) - 1) * var(--layout-column-gap) ) ) / var(--layout-column-count) )}.layout-block,.layout-grid{padding-left:var(--layout-margin);padding-right:var(--layout-margin);width:100%}.layout-grid{display:grid;grid-template-columns:repeat(var(--layout-column-count),minmax(0,1fr));grid-gap:var(--layout-column-gap)}html,html *{scrollbar-width:none!important;-ms-overflow-style:none!important}html::-webkit-scrollbar,html *::-webkit-scrollbar{width:0!important;height:0!important}.hljs-comment,.hljs-quote{color:var(--grey-100)}.hljs-variable,.hljs-template-variable,.hljs-attribute,.hljs-tag,.hljs-name,.hljs-regexp,.hljs-link,.hljs-selector-id,.hljs-selector-class{color:#ff5b69}.hljs-number,.hljs-meta,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params{color:#ffa55b}.hljs-string,.hljs-symbol,.hljs-bullet{color:var(--theme-accent)}.hljs-title,.hljs-section{color:#fcff5b}.hljs-keyword,.hljs-selector-tag{color:#5b9aff}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.fade-enter-active,.fade-leave-active{transition:opacity .4s}.fade-enter-from,.fade-leave-to{opacity:0}.quick-fade-enter-active,.quick-fade-leave-active{transition:opacity .1s}.quick-fade-enter-from,.quick-fade-leave-to{opacity:0}.slow-fade-enter-active,.slow-fade-leave-active{transition:opacity .6s}.slow-fade-enter-from,.slow-fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:transform .4s var(--ease-out-quad)}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(-100%)}.slide-left-enter-active,.slide-left-leave-active{transition:transform .4s var(--ease-out-quad)}.slide-left-enter-from,.slide-left-leave-to{transform:translate(-100%)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background:var(--black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}.h1,h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;line-height:1.3;font-size:30px}.h1.mono,h1.mono,h2.mono,h3.mono,h4.mono,h5.mono,h6.mono{font-family:var(--font-mono);font-weight:400;line-height:1;font-size:22px}.p,p,a,button,input,pre,span,label,li{font-family:var(--font-mono);font-weight:400;line-height:1;font-size:12px}.bold{font-weight:700}#app{min-height:100vh}button{cursor:pointer}::selection{color:var(--theme-bg);background:var(--theme-fg)}::-moz-selection{color:var(--theme-bg);background:var(--theme-fg)}.theme-switcher{display:flex;align-items:center;justify-content:center;gap:10px}.theme-switcher button{background:var(--theme-bg);display:block;width:14px;height:14px;border-radius:50%;border:none;cursor:pointer}.theme-switcher button.active{border:1px solid var(--theme-fg)}.theme-switcher:hover{color:var(--theme-fg)!important}.nav{position:absolute;display:flex;justify-content:space-between;padding-top:9px;padding-bottom:16px;color:var(--grey-100)}.nav .left,.nav .right{display:flex;align-items:center;gap:10px}.menu{position:fixed;top:0;left:0;right:0;background:var(--theme-bg);border-bottom:1px solid var(--grey-100)}.menu .menu-wrap{display:flex;flex-direction:column;padding-top:var(--nav-height);padding-bottom:10px}.menu .menu-wrap .menu-item{padding:16px 0;text-align:center}.menu .menu-wrap .menu-item:not(:last-child){border-bottom:1px dashed currentColor}.menu .menu-wrap .menu-item:hover{color:var(--theme-accent)}.menu.menu-enter-active,.menu.menu-leave-active{transition:transform .3s var(--ease-out-expo)}.menu.menu-enter-from,.menu.menu-leave-to{transform:translateY(-100%)}.category-row{display:grid;grid-template-columns:26px 1fr auto;align-items:flex-start;width:100%;position:relative;padding:8px 0 6px;border-bottom:1px dashed currentColor;cursor:pointer}.category-row .index{margin-top:19px;font-family:var(--font-mono);font-weight:400;line-height:1;font-size:12px}.category-row .title{display:block;width:100%;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-row .category-input{display:block;width:100%;font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;line-height:1.3;font-size:30px}.category-row .category-input:focus{outline:none}.category-row .edit-button,.category-row .save-button{color:var(--grey-100);cursor:pointer;padding-right:.5em;padding-left:.5em;margin-top:1.5em}.category-row .edit-button{opacity:0;pointer-events:none}.category-row.editable:hover .edit-button{opacity:1;pointer-events:auto}.category-row.router-link-exact-active,.category-row.editable{cursor:default}.category-row:hover:not(.router-link-exact-active):not(.editable){color:var(--theme-accent)}.move-menu{width:50vw;height:100%;border-left:1px solid var(--grey-100)}.move-menu .cancel-button{color:var(--grey-100);padding:9px 0 16px}.scroll-bar{position:fixed;top:0;right:0;bottom:0;width:8px;will-change:transform;border-left:1px solid var(--grey-100)}.scroll-bar .inner{height:100%;position:relative}.scroll-bar .inner .handle{width:100%;height:388px;background:var(--grey-100);border-radius:20px;position:absolute;right:0;will-change:transform}.container{min-height:calc(100 * var(--vh));max-width:100vw;overflow-x:clip;background:var(--theme-bg);color:var(--theme-fg);transition:opacity .4s}.container .layout{display:grid;grid-template-columns:1fr auto;min-height:calc(100 * var(--vh))}.container .layout .page{position:relative}.container:not(.fonts-ready){opacity:0}.note-row{grid-template-columns:auto 1fr;display:grid;width:100%;gap:20px}.note-row .title-actions{display:grid;grid-template-columns:1fr auto auto;align-items:flex-start;gap:2px}.note-row .title-actions .action{opacity:0}.note-row .title-actions .action:not(:hover){color:var(--grey-100)}.note-row:hover,.note-row.move-active{color:var(--theme-accent)}.note-row:hover .title-actions .action,.note-row.move-active .title-actions .action{opacity:1}.note-row.move-active .title-actions .move{color:var(--theme-accent)}.page-loading{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.page-loading svg{width:20px;height:20px}main.directory{padding-top:var(--nav-height);padding-bottom:30px}main.directory .label{text-transform:uppercase;margin:17px 0 24px;font-family:var(--font-mono);font-weight:400;line-height:1;font-size:12px}main.directory .notes{display:flex;flex-direction:column;gap:14px}.note-menu{display:flex;gap:5px;border:1px solid var(--grey-100);color:var(--grey-100);border-radius:.2em;background:var(--theme-bg)}.note-menu button{cursor:pointer;padding:.2em;border-radius:.2em}.note-menu button:hover{background:var(--grey-100);color:var(--theme-bg)}.note-menu button.active{background:var(--theme-fg);color:var(--theme-bg)}.note-editor h1{font-weight:700!important;font-family:var(--font-mono);font-weight:400;line-height:1;font-size:12px}.note-editor h1:first-child{font-family:var(--font-mono);font-size:12px;font-weight:400!important}.note-editor h1:first-child:first-child:first-letter{font-family:var(--font-display);font-size:42px}.note-editor h1.is-editor-empty:first-child:before{color:var(--grey-100);content:attr(data-placeholder);pointer-events:none;font-family:var(--font-mono);font-size:12px;font-weight:400!important}.note-editor h1.is-editor-empty:first-child:before:first-child:first-letter{font-family:var(--font-display);font-size:42px}.note-editor p strong{font-weight:700}.note-editor p em{color:var(--grey-100)}.note-editor hr{border:1px dashed currentColor}.note-editor ul{list-style-type:disc}.note-editor ul li{display:list-item;margin-left:1em}.note-editor ul li *:not(:last-child){margin-bottom:.5em}.note-editor ol{list-style-type:decimal}.note-editor ol li{display:list-item;margin-left:1.75em}.note-editor ol li::marker{font-family:var(--font-mono);font-weight:400;line-height:1;font-size:12px}.note-editor li:not(:last-child){margin-bottom:.5em}.note-editor a{color:var(--theme-link);cursor:pointer}.note-editor code{border:1px solid var(--grey-100);color:var(--theme-accent);padding:0 .2em;border-radius:.2em}.note-editor pre code{display:block;color:inherit;padding:1em}.note-editor blockquote{border-left:4px solid var(--grey-100);padding-left:.5em}.note-editor s{position:relative}.note-editor s:after{content:" ";display:block;position:absolute;top:50%;left:0;right:0;height:1px;background:currentColor}.note-editor mark{background:var(--theme-accent);color:var(--theme-bg);padding:0 .2em}.note-editor ul[data-type=taskList]{list-style:none;margin-left:0;padding:0}.note-editor ul[data-type=taskList] li{align-items:center;display:flex;margin-left:0}.note-editor ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;-webkit-user-select:none;user-select:none;margin-bottom:0}.note-editor ul[data-type=taskList] li>label input{margin:0}.note-editor ul[data-type=taskList] li>div{flex:1 1 auto}.note-editor ul[data-type=taskList] input[type=checkbox]{cursor:pointer;display:block;width:1.5em;height:1.5em;border:1px solid var(--grey-100);border-radius:.2em}.note-editor ul[data-type=taskList] input[type=checkbox]:after{content:"✓";font-size:1.5em;opacity:0}.note-editor ul[data-type=taskList] input[type=checkbox]:checked:after{opacity:1}.note-editor ul[data-type=taskList] ul[data-type=taskList]{margin:0}.note-editor .editor-wrap>div{display:flex;flex-direction:column;gap:20px}.note-editor .editor-wrap>div:focus{outline:none}.search-input{position:relative}.search-input input{display:block;width:100%;position:relative;padding:5px 15px 6px;background:var(--theme-bg);--clip-start: 16px;clip-path:polygon(var(--clip-start) 1px,calc(100% - var(--clip-start)) 1px,calc(100% - 1.5px) 50%,calc(100% - var(--clip-start)) calc(100% - 1px),var(--clip-start) calc(100% - 1px),1.5px 50%)}.search-input input::placeholder{color:var(--grey-100)}.search-input:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--theme-fg);--clip-start: 15px;clip-path:polygon(var(--clip-start) 0,calc(100% - var(--clip-start)) 0,100% 50%,calc(100% - var(--clip-start)) 100%,var(--clip-start) 100%,0% 50%)}.note-find{position:fixed;top:0;right:0;left:0;z-index:100}.note-find .find-bar{display:flex;align-items:center;justify-content:flex-end;gap:4px;background:var(--theme-bg);border-bottom:1px solid var(--grey-100);padding:12px 10px}.note-find .find-bar .search-input{flex:1}.note-find .find-bar .match-count{font-size:12px;color:var(--grey-100);min-width:50px;text-align:center}.note-find .find-bar button{background:transparent;border:1px solid var(--grey-100);border-radius:4px;color:var(--theme-fg);cursor:pointer;padding:4px 8px;font-size:12px}.note-find .find-bar button:hover:not(:disabled){background:var(--grey-300)}.note-find .find-bar button:disabled{opacity:.4;cursor:not-allowed}.note-download{margin-bottom:16px;color:var(--grey-100);display:flex;justify-content:center}.note-download button:hover{color:var(--theme-accent)}main.note{padding-top:8px;padding-bottom:20px}.create-category{padding-top:var(--nav-height)}main.category{padding-top:var(--nav-height)}main.category .category-row{margin-top:4px}main.category .notes{display:flex;flex-direction:column;gap:14px;margin-top:9px}main.category .new-note{display:block;margin:50px auto 0}main.instructions{padding-top:var(--nav-height)}main.instructions .content{display:flex;flex-direction:column;gap:20px}main.instructions .content hr{border-bottom:1px dashed currentColor}main.search{padding-top:var(--nav-height)}main.search .results{margin-top:20px;display:flex;flex-direction:column;gap:14px}.preferences{padding-top:var(--nav-height);padding-bottom:60px}.preferences h1{margin-bottom:20px}.preferences .plugin{display:flex;margin-bottom:16px}.preferences input[type=radio]{display:block;flex-shrink:0;width:10px;height:10px;margin-right:10px;border:1px solid var(--theme-fg);cursor:pointer}.preferences input[type=radio]:checked{background-color:var(--theme-fg)}.preferences .info .description{color:var(--grey-100);margin-top:6px}.preferences .config{display:flex;flex-direction:column;gap:10px;margin-top:16px}.preferences .config-field{display:flex;flex-direction:column;gap:4px}.preferences .config-field input{width:100%;border:1px solid var(--grey-100);border-radius:.2em;padding:.2em .5em}.preferences .error{color:red;margin-top:16px}.preferences .save-btn{position:fixed;bottom:0;left:0;right:0;padding:16px 0;text-align:center;border-top:1px dashed currentColor;background:var(--theme-bg)}.preferences .save-btn .svg-spinner{width:1em;height:1em}.preferences .save-btn:hover{color:var(--theme-accent)}
