:root{--bg: #f5f5f4;--surface: #ffffff;--text: #1c1917;--text-muted: #78716c;--border: #e7e5e4;--accent: #2563eb;--accent-light: #dbeafe;--green: #16a34a;--green-light: #dcfce7;--amber: #d97706;--amber-light: #fef3c7;--red: #dc2626;--red-light: #fee2e2;--purple: #7c3aed;--purple-light: #ede9fe;--radius: .625rem;--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .04);color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{max-width:40rem;margin:0 auto;padding:2rem 1.25rem 4rem}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.subtitle{color:var(--text-muted);font-size:.9rem;margin-top:.25rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.add-form{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.form-row{display:flex;gap:.5rem}.input{flex:1;padding:.6rem .75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;background:var(--bg);color:var(--text);outline:none;transition:border-color .15s}.input:focus{border-color:var(--accent)}.note-input{font-size:.85rem}.select{padding:.6rem .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem;background:var(--bg);color:var(--text);outline:none;cursor:pointer;min-width:7.5rem}.select:focus{border-color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .85rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8rem;font-weight:500;cursor:pointer;background:var(--surface);color:var(--text);transition:background .15s,border-color .15s;white-space:nowrap}.btn:hover{background:var(--bg)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-done{color:var(--green);border-color:var(--green-light);background:var(--green-light)}.btn-done:hover{background:#bbf7d0}.btn-archive{color:var(--amber);border-color:var(--amber-light);background:var(--amber-light)}.btn-archive:hover{background:#fde68a}.btn-move{color:var(--accent);border-color:var(--accent-light);background:var(--accent-light)}.btn-move:hover{background:#bfdbfe}.btn-delete{color:var(--red);border-color:var(--red-light);background:var(--red-light)}.btn-delete:hover{background:#fecaca}.filter-tabs{display:flex;gap:.375rem;margin-bottom:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.3rem}.tab{flex:1;padding:.5rem .75rem;border:none;border-radius:calc(var(--radius) - 2px);font-size:.82rem;font-weight:500;cursor:pointer;background:transparent;color:var(--text-muted);transition:background .15s,color .15s}.tab:hover{background:var(--bg);color:var(--text)}.tab-active{background:var(--accent);color:#fff}.tab-active:hover{background:#1d4ed8;color:#fff}.zero-state{text-align:center;padding:3rem 1.25rem;margin-bottom:1.25rem;background:linear-gradient(135deg,var(--green-light) 0%,var(--accent-light) 100%);border-color:var(--green)}.zero-icon{font-size:3rem;margin-bottom:.5rem}.zero-state h2{font-size:1.5rem;font-weight:700;color:var(--green);margin-bottom:.25rem}.zero-state p{color:var(--text-muted);font-size:.9rem}.item-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.625rem}.item-card{display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .15s}.item-card:hover{box-shadow:var(--shadow-md)}.item-main{flex:1;min-width:0}.item-header{margin-bottom:.35rem}.category-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .5rem;border-radius:.25rem}.cat-email{background:var(--accent-light);color:var(--accent)}.cat-task{background:var(--green-light);color:var(--green)}.cat-reminder{background:var(--purple-light);color:var(--purple)}.item-title{font-size:.95rem;font-weight:600;color:var(--text);word-break:break-word}.item-note{font-size:.82rem;color:var(--text-muted);margin-top:.2rem;word-break:break-word}.item-actions{display:flex;flex-wrap:wrap;gap:.375rem}.empty-msg{text-align:center;color:var(--text-muted);font-size:.9rem;padding:2rem 0}@media(max-width:480px){.app{padding:1.25rem .75rem 3rem}.app-header h1{font-size:1.4rem}.form-row{flex-direction:column}.select{min-width:0}.filter-tabs{flex-wrap:wrap}.tab{flex:1 1 auto;font-size:.78rem;padding:.4rem .5rem}.item-actions{gap:.3rem}.btn{padding:.4rem .65rem;font-size:.75rem}}
