:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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}}body{max-width:1280px;margin:0 auto;padding:0 1rem}nav{display:flex;justify-content:space-between;flex-wrap:wrap}nav #auth-buttons{height:100%;margin:auto 0}#login-prompt{text-align:center;color:#aaa;margin-top:3rem;font-size:1.1em}#notes-section{max-width:600px;margin:2rem auto}#note-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}#note-form input,#note-form textarea{padding:.6em;border-radius:6px;border:1px solid #555;font-family:inherit;font-size:1em;background-color:#1a1a1a;color:inherit}#notes-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.note-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1em;border:1px solid #444;border-radius:8px}.note-body p{margin:.3em 0 0;color:#aaa}.btn-delete{background-color:#c53030;color:#fff;border:none;flex-shrink:0}.btn-delete:hover{border-color:#fc8181}@media(prefers-color-scheme:light){#note-form input,#note-form textarea{background-color:#f9f9f9;border-color:#ccc;color:#213547}.note-item{border-color:#ddd}}
