:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;color:#fff}.container{max-width:600px;margin:0 auto;padding:2rem 1rem}h1{text-align:center;margin-bottom:.5rem;font-size:2rem}.subtitle{text-align:center;color:#888;margin-bottom:2rem}.form{display:flex;gap:.5rem;margin-bottom:2rem}.input{flex:1;padding:.75rem 1rem;border:2px solid #333;border-radius:8px;background:#0f0f1a;color:#fff;font-size:1rem;transition:border-color .2s}.input:focus{outline:none;border-color:#6366f1}.input::placeholder{color:#666}.button{padding:.75rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s,transform .1s}.button:hover:not(:disabled){background:#5355d1}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{background:#444;cursor:not-allowed}.todos h2{margin-bottom:1rem;font-size:1.25rem}.loading,.empty{color:#888;text-align:center;padding:2rem}.todo-list{list-style:none;padding:0;margin:0}.todo-item{background:#1e1e2e;border-radius:8px;padding:1rem;margin-bottom:.75rem;border-left:4px solid #666;transition:border-color .2s}.todo-item.pending{border-left-color:#fbbf24}.todo-item.processing{border-left-color:#3b82f6;animation:pulse 2s infinite}.todo-item.done{border-left-color:#22c55e;opacity:.7}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.todo-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.todo-text{flex:1;word-break:break-word}.badge{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.badge-pending{background:#fbbf2433;color:#fbbf24}.badge-processing{background:#3b82f633;color:#3b82f6}.badge-done{background:#22c55e33;color:#22c55e}.todo-meta{display:flex;gap:1rem;font-size:.75rem;color:#666}@media(max-width:480px){.form{flex-direction:column}.todo-content{flex-direction:column;gap:.5rem}.todo-meta{flex-direction:column;gap:.25rem}}
