#root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0 auto;padding:1rem;width:100%;max-width:450px}.header-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1rem}.header-row-centered{flex-direction:column;align-items:flex-start;gap:.75rem}.header-row-centered .brand-section{flex-direction:column;align-items:flex-start;gap:.25rem}.header{font-size:3rem;font-family:Luckiest Guy;color:#fff;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-shadow:0px -3px 0 #212121,0px -3px 0 #212121,0px 3px 0 #212121,0px 3px 0 #212121,-3px 0px 0 #212121,3px 0px 0 #212121,-3px 0px 0 #212121,3px 0px 0 #212121,-3px -3px 0 #212121,3px -3px 0 #212121,-3px 3px 0 #212121,3px 3px 0 #212121,-3px 9px 0 #212121,0px 9px 0 #212121,3px 9px 0 #212121,0 9.5px .5px rgba(0,0,0,.1),0 0 3px rgba(0,0,0,.1),0 3px 1.5px rgba(0,0,0,.3),0 6px 3px rgba(0,0,0,.2),0 9px 9px rgba(0,0,0,.25),0 12px 12px rgba(0,0,0,.2),0 18px 18px rgba(0,0,0,.15)}.brand-section{display:flex;flex-direction:row;align-items:baseline;gap:.5rem}.author{font-size:.7rem;color:#fff;font-family:Mochiy Pop P One,monospace;text-shadow:1px 1px 0 #212121,-1px -1px 0 #212121,1px -1px 0 #212121,-1px 1px 0 #212121,0 2px 0 #212121,0 3px 4px rgba(0,0,0,.3)}.container{margin-bottom:1rem}.search-input{border:none;border-radius:8px;padding:1rem;background-color:#fff;width:100%;font-size:.8rem;font-family:Mochiy Pop P One,monospace;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset;transition:box-shadow .2s ease,transform .2s ease}.search-input:focus{outline:none}.create-card{border:none;border-radius:8px;margin-bottom:1rem;padding:1rem;background-color:#fff;width:100%;box-sizing:border-box;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset}.create-content{width:100%;font-size:.8rem;font-family:Mochiy Pop P One,monospace;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:.5rem;white-space:pre-wrap;word-break:break-word;resize:none;overflow:hidden}.create-content.textarea-autogrow{height:auto;min-height:40px;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:.5rem;border:none;outline:none;overflow:hidden}.create-actions{display:flex;justify-content:flex-end}.notes-list{display:flex;flex-direction:column;gap:1rem}.empty-state,.loading-text{color:#ffffffe6;text-align:center;padding:1rem}@media(max-width:767px){#root{max-width:280px}.header-row{flex-direction:column;align-items:flex-start;gap:.75rem}.brand-section{flex-direction:column;align-items:flex-start;gap:.25rem}.header{font-size:2.5rem}.author{font-size:.6rem}}@media(min-width:768px)and (max-width:1023px){#root{max-width:700px}}@media(min-width:1024px){#root{max-width:850px}}.note-card{border:none;border-radius:8px;padding:1rem;background-color:#fff;width:100%;box-sizing:border-box;box-shadow:#0006 0 2px 4px,#0000004d 0 7px 13px -3px,#0003 0 -3px inset;transition:box-shadow .2s ease,transform .2s ease}.note-content{width:100%;font-size:.8rem;font-family:Mochiy Pop P One,monospace;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:.5rem;white-space:pre-wrap;word-break:break-word;resize:none;overflow:hidden}.note-content.textarea-autogrow{height:auto;min-height:40px;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:.5rem;border:none;outline:none;overflow:hidden}.note-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.note-meta span{font-size:.6rem;color:#888;font-family:Roboto Slab,monospace}.note-actions{display:flex;justify-content:flex-start;gap:.5rem;padding-top:.5rem}:root{font-size:16px;font-family:Mochiy Pop P One,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#fc3153}button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fcfcfd;border-radius:4px;border-width:0;box-shadow:#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#d6d6e7 0 -3px inset;color:#36395a;cursor:pointer;display:inline-flex;font-family:Mochiy Pop P One,monospace;height:32px;justify-content:center;line-height:1;overflow:hidden;padding-left:1rem;padding-right:1rem;position:relative;text-decoration:none;transition:box-shadow .15s,transform .15s;user-select:none;-webkit-user-select:none;touch-action:manipulation;white-space:nowrap;will-change:box-shadow,transform;font-size:.8rem}button:focus{box-shadow:#d6d6e7 0 0 0 1.5px inset,#2d234266 0 2px 4px,#2d23424d 0 7px 13px -3px,#d6d6e7 0 -3px inset}button:hover{box-shadow:#2d234266 0 4px 8px,#2d23424d 0 7px 13px -3px,#d6d6e7 0 -3px inset;transform:translateY(-2px)}button:active{box-shadow:#d6d6e7 0 3px 7px inset;transform:translateY(2px)}button:disabled{opacity:.5;cursor:not-allowed}input,textarea{font-family:inherit;font-size:inherit}
