html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow-x:hidden}:root{--primary-color: #8CB43B}body{margin:0;font-family:Segoe UI,sans-serif;background-color:#fff;color:#333}h1{color:var(--primary-color)}input,select,button{padding:10px;margin:5px 0;border:2px solid var(--primary-color);border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box}button{background-color:var(--primary-color);color:#fff;cursor:pointer;font-weight:700;transition:background-color .3s ease}button html{font-size:14px}button .MuiTypography-root{line-height:1.25}button .MuiTypography-h1{font-size:1.6rem}button .MuiTypography-h2{font-size:1.35rem}button .MuiTypography-h3{font-size:1.15rem}button .MuiTypography-h4{font-size:1rem}button .MuiTypography-h5{font-size:.95rem}button .MuiTypography-h6{font-size:.9rem}button .MuiButton-root{padding:6px 10px;min-height:32px;font-size:.95rem}button input,button textarea,button select{font-size:.95rem}button .task-card{padding:12px!important;margin-bottom:12px!important}button .scroll-column{overflow-y:auto}@media(min-width:1400px){button html{font-size:15px}}button:hover{background-color:#28b528}form{background-color:#f0fff0;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 8px #32cd321a}.task-card{background-color:#f0fff0;border-left:6px solid var(--primary-color);padding:16px;margin-bottom:15px;border-radius:6px;box-shadow:0 1px 5px #0000000d}.task-card button{background-color:#fff;border:2px solid #32CD32;color:#32cd32;border-radius:5px;padding:5px 10px;font-weight:700;cursor:pointer}.task-card button:hover{background-color:#32cd32;color:#fff}.task-card.Completado{background-color:#e6ffe6}.task-card.Pendiente{background-color:#f2f2f2}.app-bar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav a{margin-left:1rem;text-decoration:none;font-weight:500}@media(max-width:768px){.app-bar{flex-direction:column;align-items:flex-start}.nav{display:flex;flex-wrap:wrap;gap:.5rem}.nav a{font-size:.9rem}}
