:root{color-scheme:light dark;font-family:system-ui,sans-serif}body{margin:0;padding:2rem}main{max-width:40rem;margin:0 auto}form{display:flex;flex-direction:column;gap:.25rem}form.inline-form{border:1px solid light-dark(#ddd,#444);border-radius:.5rem;padding:1rem;margin:1rem 0}label{font-weight:600;margin-top:.75rem}input,select{font:inherit;padding:.5rem;border:1px solid light-dark(#ccc,#555);border-radius:.375rem;background:light-dark(#fff,#222);color:inherit}button{font:inherit;margin-top:1.25rem;padding:.6rem;border:none;border-radius:.375rem;background:light-dark(#2f6f3e,#4a9a5c);color:#fff;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}button.danger{background:light-dark(#b3261e,#d9483f);margin-top:.5rem}[role=alert]{color:light-dark(#b3261e,#ff8a80)}[role=status]{color:light-dark(#2f6f3e,#4a9a5c)}.app-header{max-width:40rem;margin:0 auto 1.5rem;display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid light-dark(#ddd,#444)}.app-nav{display:flex;align-items:center;gap:1.25rem}.app-nav a{color:inherit}.app-title{font-weight:700;font-size:1.1rem;text-decoration:none;color:inherit}.tabs{display:flex;gap:.5rem;margin:1rem 0}.tab{margin-top:0;background:transparent;color:inherit;border:1px solid light-dark(#ccc,#555)}.tab.active{background:light-dark(#2f6f3e,#4a9a5c);color:#fff;border-color:transparent}.tarea-hecha{text-decoration:line-through;opacity:.7}.app-header-user{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.app-header-user button{margin-top:0}.card-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.card{border:1px solid light-dark(#ddd,#444);border-radius:.5rem;padding:1rem}.card-actions{display:flex;align-items:center;gap:.75rem}.card-actions button,.card-actions select{margin-top:0}table{width:100%;border-collapse:collapse;margin:.75rem 0 1.5rem;font-size:.9rem}th,td{text-align:left;padding:.4rem .5rem;border-bottom:1px solid light-dark(#ddd,#444)}td .card-actions button{padding:.3rem .5rem;margin:0}
