: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}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.app{max-width:900px;margin:0 auto;padding:1rem}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:1rem;border-bottom:1px solid #ddd}.app-header h1{font-size:1.8rem;color:#333}.app-main{min-height:60vh}.btn-primary{background:#007bff;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background .2s}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background .2s}.btn-secondary:hover{background:#545b62}.btn-edit{background:#28a745;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.btn-edit:hover{background:#1e7e34}.btn-delete{background:#dc3545;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.btn-delete:hover{background:#bd2130}.notes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.note-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column}.note-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#333}.note-content{flex:1;color:#666;font-size:.9rem;margin-bottom:.75rem;white-space:pre-wrap;word-break:break-word}.note-meta{font-size:.75rem;color:#999;margin-bottom:.75rem}.note-actions{display:flex;gap:.5rem}.note-form{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:500px;margin:0 auto}.note-form h2{margin-bottom:1rem;font-size:1.3rem}.note-form input,.note-form textarea{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit}.note-form input:focus,.note-form textarea:focus{outline:none;border-color:#007bff}.form-actions{display:flex;gap:.75rem}.loading,.empty-state{text-align:center;padding:3rem;color:#666}.empty-state p{margin-bottom:.5rem}.error-message{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}
