: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}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;background:#fff}.notes-container{max-width:1000px;margin:0 auto;padding:20px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.header h1{margin:0;color:#2563eb}.network-status{padding:8px 16px;border-radius:25px;font-weight:700;font-size:14px}.network-status.online{background:#10b981;color:#fff}.network-status.offline{background:#ef4444;color:#fff}.pending-badge{background:#f59e0b;color:#fff;margin-left:8px;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:700}.add-note-section{background:#f8fafc;padding:25px;border-radius:15px;margin-bottom:30px;border:2px dashed #cbd5e1}.input-group{display:flex;gap:15px;margin-bottom:10px}.input-group textarea{flex:1;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;resize:vertical;font-family:inherit}.input-group textarea:focus{outline:none;border-color:#3b82f6}.add-btn{padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap}.add-btn:hover:not(:disabled){background:#2563eb}.add-btn:disabled{opacity:.6;cursor:not-allowed}.table-container{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000001a;overflow:hidden;color:#1e293b}.notes-table{width:100%;border-collapse:collapse;color:#1e293b}.notes-table th,.notes-table td{padding:16px;text-align:left;border-bottom:1px solid #f1f5f9;color:#1e293b!important}.notes-table th{background:#f8fafc;font-weight:600;color:#475569!important;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.note-text{max-width:400px;word-wrap:break-word;color:#1e293b!important}.sync-status{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700}.sync-status.synced{background:#dcfce7;color:#166534}.sync-status.pending{background:#fef3c7;color:#92400e}.delete-btn,.sync-btn{background:none;border:none;padding:8px;margin-right:8px;border-radius:6px;cursor:pointer;font-size:16px;transition:all .2s ease}.delete-btn:hover{background:#fee2e2;color:#dc2626}.sync-btn:hover{background:#dbeafe;color:#2563eb}.empty-state{padding:60px 20px;text-align:center;color:#64748b}.empty-state p{margin:10px 0;font-size:18px}.stats{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f1f5f9;border-radius:10px;margin-top:20px}.sync-all-btn{padding:10px 20px;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.sync-all-btn:hover{background:#d97706}
