.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.auth-container *{margin:0;padding:0;box-sizing:border-box}.auth-form{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 30px -12px #8b451326;border:1px solid rgba(0,0,0,.05);width:100%;max-width:400px}.auth-form h2{margin-bottom:20px;color:#333;text-align:center}.auth-form p{color:#666;margin-bottom:20px;text-align:center;font-size:14px}.auth-form input{width:100%;padding:12px;margin-bottom:15px;border:1px solid #ddd;border-radius:6px;font-size:16px;transition:border-color .3s}.auth-form input:focus{outline:none;border-color:#667eea}.auth-form button{width:100%;padding:12px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background .3s}.auth-form button:hover:not(:disabled){background:#5a67d8}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.auth-form .error{color:#e53e3e;font-size:14px;margin-bottom:15px;text-align:center}.auth-form .link{text-align:center;margin-top:20px;color:#667eea;cursor:pointer;font-size:14px}.auth-form .link:hover{text-decoration:underline}.highlighted{background-color:#fdd663}.link{color:gray}.note-wrapper{border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;padding:5px;width:100%}.note-wrapper.bold-border{background-color:#e9faff}.note-wrapper.active{background-color:#fffbe9}.note-wrapper.deleted{background-color:#ffdce0}.note-content{border:none;box-sizing:border-box;position:relative}.note-item{border:none;padding:15px;box-sizing:border-box;font-size:14px;line-height:20px;font-weight:400;overflow-y:hidden;word-wrap:break-word;white-space:pre-line!important}.note-item.cropped{margin-bottom:10px}.note-item.cropped:after{content:"";position:absolute;bottom:-5px;left:40%;height:0px;width:20%;border-bottom:3px dotted gray}.note-header{margin:0 0 5px;padding:0;font-size:14px;font-weight:700}.note-toolbar{height:22px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;margin-top:20px}.deleted .note-toolbar{flex-flow:row-reverse nowrap}.editable-block .note-toolbar{margin-top:0;margin-bottom:15px}.toolbar-item{display:none;height:35px;width:35px;margin:0;border-radius:50%;border:none;background-color:transparent;cursor:auto}.toolbar-item:hover{background-color:#f4ead5}.toolbar-icon{color:#007d7d;color:#2694ab;font-size:18px!important;font-weight:400!important}.toolbar-icon.drag-icon{cursor:grabbing}.toolbar-icon.delete-icon{color:coral;color:#ea7070;font-size:20px!important}.note-wrapper.active .toolbar-item,.toolbar-item.active{display:flex;justify-content:center;align-items:center}.toolbar{position:fixed;width:100%;top:0;background-color:#fff;z-index:900;display:flex;flex-flow:row nowrap;justify-content:space-around;box-sizing:border-box;box-shadow:inset 0 -1px #dadce0;padding:5px 0}.search-wrapper{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:10px;margin:5px;padding:0 10px;border-radius:20px;width:50%}.search-button{background:transparent;border:none;outline:none;line-height:0}.search-button.active{cursor:pointer}.search-input{border:none;outline:none;box-sizing:border-box;width:100%;border-radius:15px;font-size:16px}.user-wrapper{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.avatar{width:48px;height:48px;font-size:16px;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;background-color:gray;border-radius:50%;border:2px solid white;color:#fff;cursor:pointer;margin:0;box-sizing:border-box}.avatar.online{background-color:#ee6c4d}.avatar.extra.online{background-color:#4dcfee}@media screen and (max-width: 470px){.search-wrapper{gap:0}.notes-icon-wrapper{margin:0}}.menu-block{position:fixed;right:5px;background:#fff;z-index:900;display:flex;flex-flow:column nowrap;justify-content:space-around;box-sizing:border-box;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326;gap:30px;padding:25px;border-radius:8px}.menu-block button{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center;gap:8px;background-color:transparent;border:none;cursor:pointer}.overlay{position:fixed;top:0;height:100%;min-height:752px;left:0;right:0;background-color:#d2d7d3cc;z-index:1000;overflow:auto}.layout-1-column .overlay{background-color:#fff}.editable-wrapper{position:fixed;top:0;width:100%;bottom:0;z-index:2000;box-sizing:border-box}.editable-block{margin:48px auto;background-color:#fff;z-index:2000;position:relative;padding:20px;border-radius:8px;max-width:500px;min-width:280px;overflow:scroll;height:70%;box-sizing:border-box}.editable-block.error{color:red;width:200px}.editable-block .textarea{width:100%;border:medium none;resize:none;height:40px;min-height:40px;outline:none;font-weight:400;font-size:16px;box-sizing:border-box}.editable-block .textarea-header{font-weight:700}.layout-1-column .editable-wrapper{top:0}.layout-1-column .editable-block{margin:0 auto;border-radius:0;height:100%}body{margin:0;position:relative;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:320px}#root{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
