*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f5f7;color:#1d1d1f}.app{display:flex;height:100vh}.sidebar{width:320px;border-right:1px solid #e0e0e0;background:#fff;display:flex;flex-direction:column;padding:16px;overflow-y:auto}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sidebar-header h1{font-size:20px;margin:0}.sidebar-header button{border:none;background:#0071e3;color:#fff;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:13px}.search-input{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #d0d0d5;margin-bottom:12px;font-size:14px}.note-list{list-style:none;margin:0;padding:0;overflow-y:auto}.note-item{padding:10px;border-radius:8px;cursor:pointer;margin-bottom:6px}.note-item:hover{background:#f0f0f2}.note-item.selected{background:#e6f0fd}.note-item-header{display:flex;justify-content:space-between;align-items:center}.note-title{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pin-btn{border:none;background:none;cursor:pointer;color:#c0c0c5;font-size:14px}.pin-btn.pinned{color:#f5a623}.note-preview{font-size:12px;color:#6e6e73;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-tags{margin-top:6px;display:flex;gap:4px;flex-wrap:wrap}.tag{background:#eef1f5;color:#4a4a4f;font-size:11px;padding:2px 6px;border-radius:4px}.hint{color:#8a8a8e;font-size:13px}.error{color:#d70015;font-size:13px}.editor-pane{flex:1;padding:24px;display:flex;flex-direction:column}.empty-state{margin:auto;color:#8a8a8e;font-size:15px}.note-form{display:flex;flex-direction:column;max-width:560px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:24px}.note-form h2{margin:0 0 16px;font-size:18px}.form-field{display:flex;flex-direction:column;margin-bottom:16px}.form-label{font-size:13px;font-weight:600;color:#4a4a4f;margin-bottom:6px}.form-field input[type=text],.form-field textarea{border:1px solid #d0d0d5;border-radius:6px;padding:10px 12px;font-size:14px;font-family:inherit;outline:none}.form-field input[type=text]:focus,.form-field textarea:focus{border-color:#0071e3}.form-field textarea{resize:vertical;line-height:1.5}.field-error{color:#d70015;font-size:12px;margin-top:4px}.form-checkbox{flex-direction:row;align-items:center;gap:8px;font-size:14px}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:16px;border-top:1px solid #e0e0e0}.form-actions-left{display:flex;gap:8px}.btn-primary{border:none;background:#0071e3;color:#fff;padding:8px 18px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600}.btn-secondary{border:1px solid #d0d0d5;background:#fff;color:#1d1d1f;padding:8px 18px;border-radius:6px;cursor:pointer;font-size:14px}.delete-btn{border:none;background:#fff0f0;color:#d70015;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:13px}
