:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color-scheme:dark;color:#f5f5f5;background-color:#121212}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#1f2933 0,#121212 55%)}#root{min-height:100vh}.main-container{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.title{font-size:2.4rem;margin-bottom:1.5rem}.section-title{font-size:1.3rem;margin-bottom:.75rem}.card{background:#0f0f0fe6;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 12px 30px #0006;border:1px solid rgba(249,115,22,.15)}.form-group{margin-bottom:.9rem}.label{display:block;font-size:.9rem;margin-bottom:.25rem}.input,.textarea{width:100%;padding:.45rem .6rem;border-radius:6px;border:1px solid #333;background:#181818;color:#f5f5f5;font-size:.95rem}.input:focus,.textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 1px #f9731680}.textarea{resize:vertical;min-height:80px}.btn{border:none;border-radius:999px;padding:.4rem .95rem;font-size:.9rem;cursor:pointer;font-weight:500;background:#27272a;color:#f9fafb;transition:transform .1s ease,box-shadow .1s ease,opacity .1s ease}.btn-primary{background:linear-gradient(90deg,#f97316,#fb923c);color:#111827}.btn-secondary{background:#3f3f46}.btn-danger{background:#b91c1c}.btn:disabled{opacity:.6;cursor:default}.btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 6px 12px #0006}.btn+.btn{margin-left:.5rem}.error{color:#fca5a5;font-size:.85rem;margin-bottom:.5rem}.task-list{list-style:none;padding:0;margin:0}.task-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #27272a}.task-item:last-child{border-bottom:none}.task-text{flex:1;margin-right:1rem}.task-title{font-weight:600}.task-desc{font-size:.9rem;color:#e5e5e5}.filter-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.filter-buttons{display:flex;gap:.5rem}.muted-text{font-size:.85rem;color:#a1a1aa}.badge-user{font-size:.85rem;padding:.25rem .6rem;border-radius:999px;background:#18181b;border:1px solid #3f3f46}.checkbox-completed{margin-right:.75rem}.task-item.completed .task-title{text-decoration:line-through;color:#9ca3af}.task-item.completed .task-desc{color:#6b7280}
