.container{max-width:1120px;margin:0 auto;padding:2.25rem 1rem 3rem;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}.auth{max-width:420px}.header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.header-copy h1{margin:0;font-size:1.9rem}.header-copy p{color:#64748b;margin:.35rem 0 0}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin:1rem 0;display:grid}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.1rem;box-shadow:0 8px 24px #0f172a0f}.form{gap:.95rem;display:grid}label{color:#334155;gap:.35rem;font-size:.9rem;font-weight:500;display:grid}input,textarea,select,button{font:inherit}input,textarea,select{background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:.6rem .75rem}input:focus,textarea:focus,select:focus{border-color:#3b82f6;outline:2px solid #bfdbfe}textarea{resize:vertical;min-height:110px}button{color:#fff;cursor:pointer;background:linear-gradient(#3b82f6,#2563eb);border:1px solid #2563eb;border-radius:10px;padding:.55rem .85rem;font-weight:600;transition:all .2s}button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb40}button:disabled{opacity:.6;cursor:not-allowed}.text-center{margin:0 auto;display:block}.link-button{color:#1d4ed8;box-shadow:none;background:0 0;border:none;padding:0;text-decoration:underline}.ghost-button{color:#0f172a;box-shadow:none;background:#fff;border-color:#cbd5e1}.ghost-button:hover{box-shadow:none;background:#f8fafc;transform:none}.danger-button{color:#b91c1c;box-shadow:none;background:#fee2e2;border-color:#fecaca}.danger-button:hover{box-shadow:none;background:#fecaca;transform:none}.checkbox{align-items:center;gap:.5rem;display:flex}.row{flex-wrap:wrap;gap:.5rem;display:flex}.filters{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1.2rem;display:grid}.task-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.task-item{border-radius:12px;justify-content:space-between;gap:1rem;padding:1rem;display:flex}.task-main{min-width:0}.task-top-row{align-items:flex-start;gap:.75rem;display:flex}.task-title-wrap{flex:1;min-width:0}.task-item h3{margin:0;font-size:1.02rem}.task-item p{color:#334155;margin:.65rem 0}.task-due{color:#475569;margin:.35rem 0 .5rem;font-size:.85rem}.task-due-label{color:#64748b;font-weight:600}.task-top-row .status-pill{flex-shrink:0;margin-top:.1rem}.task-meta{color:#64748b;align-items:center;gap:.45rem;display:inline-flex}.sharing-meta{gap:.35rem;margin-top:.6rem;display:grid}.ownership-pill{border-radius:999px;width:fit-content;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.ownership-pill.mine{color:#1d4ed8;background:#dbeafe}.ownership-pill.shared{color:#6d28d9;background:#ede9fe}.share-list{color:#64748b}.category-pill{border-radius:999px;width:.7rem;height:.7rem;display:inline-block}.status-pill{border-radius:999px;padding:.22rem .6rem;font-size:.75rem;font-weight:700}.status-pill.done{color:#166534;background:#dcfce7}.status-pill.pending{color:#92400e;background:#fef3c7}.task-actions{align-self:flex-start}.pagination{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.section-heading{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.section-heading h2,.section-heading h4{margin:0}.section-heading small{color:#64748b}.modal-overlay{z-index:1000;background:#0f172a8c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-content{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:min(560px,100%);padding:1rem;box-shadow:0 20px 40px #0f172a33}.modal-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.modal-header h3{margin:0}.color-row{align-items:center;gap:.6rem;display:flex}input[type=color]{cursor:pointer;border-radius:8px;width:2.25rem;height:2.25rem;padding:.15rem}.color-preview{border:1px solid #cbd5e1;border-radius:999px;width:1.2rem;height:1.2rem;display:inline-block}.share-section{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:.75rem}.share-row{grid-template-columns:1fr auto auto;align-items:center;gap:.5rem;margin-top:.5rem;display:grid}.share-help{color:#64748b}.success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:10px;padding:.65rem .75rem}.error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:.65rem .75rem}@media (width<=768px){.header{flex-direction:column;align-items:stretch}.task-item{flex-direction:column}.task-actions{align-self:stretch}}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:#111827;background:#f7f8fa}
