.App{width:100%;height:100vh;overflow:hidden;font-size:16px;display:flex}.app-main{width:100%;height:100vh}.app-main-note-edit,.app-main-note-preview{height:50vh}.app-main-note-edit{padding:25px}.app-main-note-edit input,textarea{display:block;border:1px solid #ddd;margin-bottom:20px;width:100%;height:calc(50vh - 130px);padding:5px;resize:none;font-size:16px}.app-main-note-edit input{height:50px;font-size:2rem}.app-main-note-preview{border-top:1px solid #ddd;overflow-y:scroll;background:rgba(0,0,0,.04)}.preview-title{padding:25px 25px 0;margin:0}.markdown-preview{padding:0 25px 25px;line-height:2rem}.no-active-note{width:70%;height:100vh;line-height:100vh;text-align:center;font-size:1.6rem;color:#999;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.no-active-note{font-size:1.3rem}}button{background:none;border:none;color:#08c;margin:0;padding:0;font-size:16px;cursor:pointer}.app-sidebar{width:40%;height:100vh;border-right:1px solid #ddd}.app-sidebar-header{display:flex;justify-content:space-between;padding:25px}.app-sidebar-header h1{margin:0}.app-sidebar-notes{height:calc(100vh - 78px);overflow-y:scroll}.app-sidebar-note{padding:25px;cursor:pointer;transition:all .3s}.sidebar-note-title{display:flex;justify-content:space-between}.app-sidebar-note p{margin:10px 0}.app-sidebar-note small{color:#999}.app-sidebar-note:hover,.app-sidebar-note.active{background-color:#f1f0f0}@media screen and (max-width: 768px){.app-sidebar-note{padding:4px;height:20vh}.sidebar-note-title{padding:10px}}@media screen and (max-width: 600px){.sidebar-note-title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center;min-width:320px;min-height:100vh;background-color:#e5e4ec}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media screen and (max-width: 768px){h1{font-size:2rem}.app-sidebar-header{display:flex;justify-content:center;padding:25px;flex-direction:column;align-items:center;gap:32px}}
