:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#101828;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:#f5f5f7}a{color:inherit}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;color:#101828;background-color:#f5f5f7}*{box-sizing:border-box}body{margin:0;background:#f5f5f7}#root{min-height:100vh}.app-shell{max-width:1200px;margin:0 auto;padding:2rem 1rem 3rem;display:flex;flex-direction:column;gap:2rem}.app-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;background:#fff;border-radius:24px;padding:2rem;box-shadow:0 20px 60px #0f172a0f}.app-header h1{margin:.2rem 0 .6rem;font-size:clamp(1.75rem,4vw,2.5rem)}.subtitle{margin:0;color:#475467;max-width:460px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:600;color:#7f56d9;margin:0}.stats-card{min-width:160px;background:linear-gradient(135deg,#7f56d9,#9e77ed);color:#fff;border-radius:20px;padding:1.2rem 1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;align-content:center}.stats-card strong{font-size:1.6rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background:#fff;border-radius:24px;padding:1.5rem;box-shadow:0 20px 60px #0f172a0f}.form-card h2,.tasks-card h2{margin-top:0}.task-form{display:flex;flex-direction:column;gap:1rem}.task-form label{font-size:.9rem;color:#344054;display:flex;flex-direction:column;gap:.35rem}.task-form input,.task-form textarea{border:1px solid #d0d5dd;border-radius:12px;padding:.8rem 1rem;font-size:1rem;font-family:inherit;background:#fbfbfd;transition:border .2s ease}.task-form input:focus,.task-form textarea:focus{outline:none;border-color:#7f56d9;box-shadow:0 0 0 3px #7f56d926}.task-form button{border:none;border-radius:16px;padding:.9rem 1.4rem;background:#7f56d9;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.task-form button:disabled{opacity:.6;cursor:progress}.task-form button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 12px 30px #7f56d94d}.error-text{margin:0;color:#d92d20;font-size:.9rem}.tasks-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.refresh{border:1px solid #d0d5dd;border-radius:999px;padding:.4rem 1.1rem;background:#fff;cursor:pointer}.tasks-list{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:1rem;max-height:65vh;overflow-y:auto}.task-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #f0f2f5;border-radius:18px;background:linear-gradient(180deg,#fff,#f9fafb)}.task-head{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline;flex-wrap:wrap}.task-title{font-weight:600;margin:0}.task-subject{font-size:.85rem;padding:.15rem .75rem;border-radius:999px;background:#eef4ff;color:#3538cd}.task-description{margin:.4rem 0;color:#475467}.task-meta{display:flex;gap:1rem;font-size:.85rem;color:#667085}.task-remove{border:none;background:none;color:#d92d20;font-weight:600;cursor:pointer}@media(max-width:600px){.app-shell{padding:1.2rem 1rem 2rem}.app-header,.card{border-radius:18px;padding:1.25rem}.task-item{flex-direction:column;align-items:flex-start}.tasks-list{max-height:none}}
