@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");:root{--background:#2a2e3e;--accent-color:#1f242f;--foreground:#d3d3d3;--border-rad:0.5rem;--border-width:0.15rem;--bundle-color-1:#fcefef;--bundle-color-2:#d7827e;--doc-color-1:#fcefef;--doc-color-2:#ea9d34;--note-color-1:#fcefef;--note-color-2:#2a9d8f;--rec-color-1:#fcefef;--rec-color-2:#286983;--img-color-1:#fcefef;--img-color-2:#56949f;--delete-color-1:#fcefef;--delete-color-2:#e63946}body,html{max-width:100vw;height:100%;overflow:hidden;overscroll-behavior:none}body{max-height:100dvh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;padding:0;margin:0}h1{font-family:EB Garamond,serif;font-weight:400}p{font-family:sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100,"wght" 400}div{font-family:Noto Sans,sans-serif;font-optical-sizing:auto;font-weight:500;font-size:.75rem;letter-spacing:.05rem;font-style:normal;font-variation-settings:"wdth" 100,"wght" 400}a{color:inherit}.filelist-search-meta{font-size:.75rem;color:var(--foreground);opacity:.5}.filelist-search-hit-row{font-size:.75rem;line-height:1.4;display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem}.filelist-search-hit-query{color:var(--foreground);opacity:.5}.filelist-search-hit-name{margin:0;padding:0;border:none;background:none;font:inherit;font-size:inherit;font-weight:500;cursor:pointer;color:var(--foreground);text-align:left;text-decoration:none;border-radius:2px}.filelist-search-hit-name:hover{text-decoration:underline;text-underline-offset:.15rem;-webkit-text-decoration-color:var(--bundle-color-2);text-decoration-color:var(--bundle-color-2)}.filelist-search-hit-name:focus-visible{outline:2px solid var(--bundle-color-2);outline-offset:2px}.filelist-search-more{align-self:flex-start;margin-top:.125rem;padding:0;border:none;background:transparent;font:inherit;font-size:.7rem;font-weight:500;color:var(--foreground);opacity:.5;cursor:pointer;border-radius:2px}.filelist-search-more:hover{opacity:1;text-decoration:underline;text-underline-offset:.12rem;-webkit-text-decoration-color:var(--bundle-color-2);text-decoration-color:var(--bundle-color-2)}.filelist-search-more:focus-visible{opacity:1;outline:2px solid var(--bundle-color-2);outline-offset:2px}.row{position:relative;border-radius:0;display:grid;grid-template-columns:minmax(3rem,auto) repeat(5,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem;padding:.5rem .75rem;align-items:center;text-align:left;border-radius:10px}.row,.row.header{transition:background-color .2s ease-out,color .2s ease-out,padding-left .2s ease-out,padding-right .2s ease-out}.row.header{background-color:transparent;border-radius:0;font-weight:700;border-bottom:1px solid var(--foreground);color:#87abf7}.column.header{text-transform:uppercase;font-size:.75rem;letter-spacing:.05rem;color:var(--foreground)}@media (max-width:767px){.row{grid-template-columns:minmax(2.85rem,auto) minmax(30px,1fr) minmax(50px,1fr) 2rem 0fr 0fr;gap:.75rem;padding:.5rem;align-items:center;text-align:left;transition:background-color .2s ease-out,color .2s ease-out,padding-left .2s ease-out,padding-right .2s ease-out,grid-template-columns .2s ease-out}}.row:not(.header){cursor:pointer}.row:not(.header).row-selected,.row:not(.header):hover{background-color:var(--background);color:var(--foreground);transition:background-color .2s ease-out,color .2s ease-out,padding-left .2s ease-out,padding-right .2s ease-out}.column{overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis;color:var(--foreground)}.url{display:flex;align-items:center;justify-content:left;flex-direction:row;gap:.5rem;width:-moz-fit-content;width:fit-content;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer}.url:hover{background-color:var(--accent-color)}.url.preview{padding:0}.url.preview:hover{background-color:var(--background)}.url>a{text-decoration:underline}.spacer{width:0;transition:width .2s ease-out}.spacer.small{width:40%}.column.small{text-align:center}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.dock{background-color:var(--accent-color);padding:1rem;border-radius:var(--border-rad)}.but,.dock{height:-moz-fit-content;height:fit-content}.but{background-color:var(--foreground);color:var(--background);border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;text-wrap:nowrap}.but.new-note{background-color:var(--note-color-2);color:white}.but.delete{background-color:var(--delete-color-2);color:white;margin-right:0;text-wrap:nowrap;margin-left:1rem}.but.linq{font-family:EB Garamond,serif;font-weight:400;background-color:var(--bundle-color-2);color:white;margin-right:1rem;transition:box-shadow .7s ease-in-out}.but.linq.active{box-shadow:0 0 10px var(--bundle-color-2)}.but.linq.active:hover{box-shadow:0 0 20px var(--bundle-color-2)}.but.upload{margin-right:1rem}.dock-item{width:0;overflow:hidden;border-radius:var(--border-rad);opacity:0;transition:all .5s ease-in-out}.dock-item .but{white-space:nowrap}.dock-item.active{opacity:1;width:4.9rem}.but-content,.select-column{display:flex;align-items:center}.select-column{justify-content:center;box-sizing:border-box;padding:.45rem .6rem;margin:-.2rem 0;min-height:2.75rem;cursor:pointer}.select-column>input[type=checkbox]{width:1.25rem;height:1.25rem;min-width:1.25rem;min-height:1.25rem;margin:0;cursor:pointer;accent-color:var(--bundle-color-2);flex-shrink:0}.select-column>input[type=checkbox]:hover{filter:brightness(1.15)}.note-editor-header-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;flex-shrink:0;gap:.75rem;min-height:2.5rem}.note-editor-header-type{display:flex;align-items:center;justify-content:flex-start;min-width:0;flex:1 1}.note-editor-header-type .tag{justify-content:flex-start;gap:.55rem}.note-editor-header-type .tag .text{font-size:1.08rem;font-weight:600;letter-spacing:.03em}.note-editor-header-type .tag .marker{width:.65rem;min-width:.65rem;height:.65rem;min-height:.65rem;border-radius:50%}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}