.note-list{width:300px;background:#f8f9fa;border-right:1px solid #e0e0e0;overflow-y:auto;display:flex;flex-direction:column}.note-list.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#999}.note-list.empty .hint{font-size:.9rem;margin-top:.5rem}.note-item{padding:1rem;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s}.note-item:hover{background-color:#f0f0f0}.note-item.active{background-color:#e3f2fd;border-left:3px solid #2196f3}.note-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.note-title{margin:0;font-size:1rem;font-weight:600;color:#333;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delete-btn{background:transparent;border:none;font-size:1.5rem;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}.delete-btn:hover{background-color:#ffebee;color:#f44336}.note-preview{margin:.5rem 0;font-size:.875rem;color:#666;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.note-date{font-size:.75rem;color:#999}.note-editor{flex:1;display:flex;flex-direction:column;background:#fff}.note-editor.empty{display:flex;align-items:center;justify-content:center;color:#999;font-size:1.1rem}.note-title-input{width:100%;padding:1.5rem;font-size:1.5rem;font-weight:600;border:none;border-bottom:1px solid #e0e0e0;outline:none;background:transparent}.note-title-input:focus{border-bottom-color:#2196f3}.note-content-input{flex:1;width:100%;padding:1.5rem;font-size:1rem;line-height:1.6;border:none;outline:none;resize:none;font-family:inherit;background:transparent}.note-meta{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;font-size:.875rem;color:#999;background:#fafafa}*{margin:0;padding:0;box-sizing:border-box}body{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}.app{height:100vh;display:flex;flex-direction:column;background:#fff}.app-header{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000d}.app-header h1{font-size:1.5rem;color:#333;margin:0}.header-actions{display:flex;gap:1rem;align-items:center}.search-input{padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;outline:none;transition:border-color .2s;width:200px}.search-input:focus{border-color:#2196f3}.btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s;font-weight:500}.btn-primary{background:#2196f3;color:#fff}.btn-primary:hover{background:#1976d2}.app-content{flex:1;display:flex;overflow:hidden}.loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.1rem;color:#666}.error-banner{background:#ffebee;color:#c62828;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ffcdd2}.error-banner button{background:transparent;border:none;color:#c62828;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.error-banner button:hover{background:#c628281a}.btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.app-header{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{flex-direction:column;width:100%}.search-input{width:100%}.app-content{flex-direction:column}.note-list{width:100%;max-height:200px;border-right:none;border-bottom:1px solid #e0e0e0}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}
