*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #22263a;--border: #2e3250;--accent: #6c63ff;--accent-hover: #857dff;--text: #e2e8f0;--text-muted: #8892a4;--error: #f87171;--success: #4ade80;--radius: 10px}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.6;min-height:100vh}.container{max-width:640px;margin:0 auto;padding:1.5rem}.main-wide{max-width:1100px;margin:0 auto;padding:1.5rem}.new-note-card{max-width:640px;margin-left:auto;margin-right:auto}.search-sort-row{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.search-bar{display:flex;gap:.5rem;flex:1;max-width:420px;min-width:0}.sort-bar{display:flex;gap:.35rem;flex-shrink:0}.btn-sort{background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.55rem .6rem;font-size:.95rem;line-height:1;border-radius:6px;cursor:pointer}.btn-sort:hover{border-color:var(--accent);color:var(--accent)}select{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.6rem 2rem .6rem .7rem;color:var(--text);font-size:.9rem;font-family:inherit;outline:none;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238892a4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center}select:focus{border-color:var(--accent)}select option{background:var(--surface);color:var(--text)}.search-bar select,.sort-bar select{flex-shrink:0}.search-bar input{flex:1;min-width:0}.notes-columns{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}@media (max-width: 720px){.notes-columns{grid-template-columns:1fr}}#auth-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}#auth-section .card{width:100%}header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.header-inner{max-width:1100px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header-right{display:flex;align-items:center;gap:1rem}.header-right span{color:var(--text-muted);font-size:.9rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem}.logo{font-size:1.6rem;font-weight:700;color:var(--accent);letter-spacing:-.5px;text-align:center;display:block;margin-bottom:1.5rem}h2{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.tab{flex:1;background:none;border:none;border-bottom:2px solid transparent;padding:.6rem 1rem;cursor:pointer;color:var(--text-muted);font-size:.95rem;transition:color .2s,border-color .2s;margin-bottom:-1px}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.form-group{margin-bottom:1.1rem}label{display:block;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:.35rem}.hint{font-weight:400;color:#5a6172}input[type=text],input[type=password],textarea{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.6rem .85rem;color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .2s;outline:none;resize:vertical}input:focus,textarea:focus{border-color:var(--accent)}textarea{min-height:90px}.char-counter{text-align:right;font-size:.78rem;color:var(--text-muted);margin-top:.3rem}.btn{display:inline-block;padding:.55rem 1.2rem;border-radius:6px;border:none;cursor:pointer;font-size:.9rem;font-weight:500;font-family:inherit;transition:background .2s,color .2s,border-color .2s}.btn-primary{background:var(--accent);color:#fff;width:100%;padding:.65rem;margin-top:.4rem}.btn-primary:hover{background:var(--accent-hover)}.btn-outline{background:transparent;color:var(--text-muted);border:1px solid var(--border);padding:.4rem .9rem}.btn-outline:hover{border-color:var(--text-muted);color:var(--text)}.btn-danger{background:transparent;color:var(--error);border:1px solid transparent;padding:.2rem .5rem;font-size:.8rem}.btn-danger:hover{border-color:var(--error)}.error{color:var(--error);font-size:.85rem;margin-top:.3rem;margin-bottom:.5rem}.success{color:var(--success);font-size:.85rem;margin-top:.3rem;margin-bottom:.5rem}.note-item{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:.9rem 1rem;margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.75rem;min-width:0}.note-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center}.avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.avatar-sm{width:32px;height:32px}.avatar-md{width:40px;height:40px}.avatar-lg{width:48px;height:48px}.avatar-initial{background:var(--accent);color:#fff;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.notes-column{min-width:0}.note-body{flex:1;white-space:pre-wrap;word-break:break-word;font-size:.93rem}.note-title{font-weight:600;font-size:.95rem;margin-bottom:.2rem;color:var(--text)}.edit-title-input{margin-bottom:.4rem}.note-meta{font-size:.75rem;color:var(--text-muted);margin-top:.4rem}.note-actions{flex-shrink:0;display:flex;flex-direction:column;gap:.25rem}.btn-edit{background:transparent;color:var(--text-muted);border:1px solid transparent;padding:.2rem .5rem;font-size:.8rem}.btn-edit:hover{border-color:var(--text-muted);color:var(--text)}.edit-textarea{width:100%;min-height:60px;margin-bottom:.5rem}.edit-actions{display:flex;gap:.5rem}.btn-save{background:var(--accent);color:#fff;padding:.3rem .8rem;font-size:.8rem}.btn-save:hover{background:var(--accent-hover)}.btn-cancel{background:transparent;color:var(--text-muted);border:1px solid var(--border);padding:.3rem .8rem;font-size:.8rem}.btn-cancel:hover{color:var(--text);border-color:var(--text-muted)}.empty-state{color:var(--text-muted);font-size:.9rem;text-align:center;padding:2rem 0}.header-profile-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid transparent;border-radius:6px;padding:.25rem .5rem;cursor:pointer;color:var(--text-muted);font-family:inherit;font-size:.9rem;transition:border-color .2s,color .2s}.header-profile-btn:hover{border-color:var(--border);color:var(--text)}.header-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;background:var(--surface2)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;width:100%;max-width:440px;max-height:85vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.modal-header h2{margin-bottom:0}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;line-height:1;padding:0 .25rem}.modal-close:hover{color:var(--text)}.modal-divider{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.modal-subtitle{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1rem}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1.5rem}.profile-avatar-wrapper{position:relative;width:88px;height:88px}.profile-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;background:var(--surface2);border:2px solid var(--border)}.profile-avatar-edit{position:absolute;bottom:0;right:0;background:var(--accent);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;border:2px solid var(--surface);transition:background .2s}.profile-avatar-edit:hover{background:var(--accent-hover)}.btn-sm{font-size:.78rem;padding:.2rem .6rem}.btn-share{background:transparent;color:var(--accent);border:1px solid transparent;padding:.2rem .5rem;font-size:.8rem}.btn-share:hover{border-color:var(--accent)}.modal-sm{max-width:380px}.share-row{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0;font-size:.9rem;border-bottom:1px solid var(--border)}.share-row:last-child{border-bottom:none}#shared-notes-container{margin-top:0}.shared-note-item{border-left:3px solid var(--accent)}.shared-badge{font-size:inherit;font-weight:600;color:var(--accent)}.version-badge{position:fixed;top:1rem;right:1rem;background:var(--accent);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 8px #0000004d;z-index:999}.version-badge-header{background:#6c63ff26;color:var(--accent);padding:.3rem .7rem;border-radius:20px;font-size:.7rem;font-weight:600;letter-spacing:.5px;border:1px solid var(--accent)}.hidden{display:none!important}
