body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#f5f6fa;font-family:Segoe UI,sans-serif;margin:0}.container{display:flex;height:100vh}.sidebar{background:#fff;border-right:1px solid #ddd;padding:20px;width:25%}.new-btn{background:#00a8ff;border:none;color:#fff;cursor:pointer;margin-bottom:10px}.new-btn,.search{border-radius:8px;padding:10px;width:100%}.search{border:1px solid #ccc;margin-bottom:15px}.notes-list{height:calc(100vh - 140px);overflow-y:auto}.note-card{background:#f1f2f6;border-radius:10px;cursor:pointer;margin-bottom:10px;padding:12px;position:relative}.note-card.active{border-left:5px solid #00a8ff}.delete-btn{background:red;border:none;border-radius:50%;color:#fff;cursor:pointer;height:20px;position:absolute;right:8px;top:8px;width:20px}.editor{background:#fff;border-right:1px solid #ddd;padding:20px;width:35%}.title-input{margin-bottom:10px}.content-input,.title-input{border:1px solid #ccc;border-radius:8px;padding:12px;width:100%}.content-input{height:60%}.save-btn{background:#273c75;border:none;border-radius:8px;color:#fff;margin-top:10px;padding:10px;width:100%}.preview{background:#fafafa;overflow-y:auto;padding:20px;width:40%}.help-btn{background:#00a8ff;border:none;border-radius:50%;bottom:20px;color:#fff;cursor:pointer;font-size:20px;height:50px;width:50px}.help-btn,.help-panel{position:fixed;right:20px}.help-panel{background:#fff;border-radius:10px;bottom:80px;box-shadow:0 5px 15px #0003;padding:15px;width:220px}@media (max-width:768px){.container{flex-direction:column}.editor,.preview,.sidebar{width:100%}}
/*# sourceMappingURL=main.fc87da86.css.map*/