*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a2e;background:#f5f7fa;min-height:100vh;font-family:system-ui,sans-serif}#root{max-width:860px;margin:0 auto;padding:24px 16px}h1{color:#2d3a8c;margin-bottom:20px;font-size:1.6rem}h2{color:#3d4f9f;margin-bottom:12px;font-size:1.1rem}.card{background:#fff;border-radius:10px;margin-bottom:20px;padding:20px;box-shadow:0 2px 8px #00000014}.form-row{flex-direction:column;gap:10px;display:flex}.form-row label{color:#555;font-size:.85rem;font-weight:600}.form-row input,.form-row textarea{border:1px solid #d0d5e8;border-radius:6px;padding:8px 10px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-row input:focus,.form-row textarea:focus{border-color:#4a6cf7;outline:none}.form-row textarea{resize:vertical;min-height:70px}.form-actions{gap:8px;margin-top:4px;display:flex}button{cursor:pointer;border:none;border-radius:6px;padding:7px 16px;font-size:.9rem;font-weight:600;transition:opacity .15s,background .15s}button:disabled{opacity:.5;cursor:default}button.primary{color:#fff;background:#4a6cf7}button.primary:hover:not(:disabled){background:#3a5ce5}button.danger{color:#fff;background:#e53e3e}button.danger:hover:not(:disabled){background:#c53030}button.secondary{color:#2d3748;background:#e2e8f0}button.secondary:hover:not(:disabled){background:#cbd5e0}button.success{color:#fff;background:#38a169}button.success:hover:not(:disabled){background:#2f855a}button.small{padding:4px 10px;font-size:.8rem}.note-list{flex-direction:column;gap:12px;display:flex}.note-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.note-item:hover{border-color:#b0bcf0}.note-body{flex:1;min-width:0}.note-title{margin-bottom:4px;font-size:1rem;font-weight:700}.note-text{color:#555;white-space:pre-wrap;margin-bottom:6px;font-size:.88rem}.note-meta{color:#999;flex-wrap:wrap;gap:10px;font-size:.75rem;display:flex}.note-meta .notified{color:#38a169;font-weight:600}.note-actions{flex-shrink:0;gap:6px;display:flex}.filter-bar{gap:8px;margin-bottom:16px;display:flex}.filter-bar input{border:1px solid #d0d5e8;border-radius:6px;flex:1;padding:7px 10px;font-size:.9rem}.filter-bar input:focus{border-color:#4a6cf7;outline:none}.push-status{margin-bottom:10px;font-size:.85rem}.push-status.ok{color:#38a169}.push-status.off{color:#e53e3e}.empty{text-align:center;color:#aaa;padding:32px 0}.error-msg{color:#e53e3e;margin-top:6px;font-size:.85rem}
