body{margin:0;min-height:100vh;background:var(--surface);color:var(--text)}.todo-form{display:flex;flex-direction:column;gap:.75rem}.todo-form-title{margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.todo-form label{display:flex;flex-direction:column;gap:.25rem;font-weight:500}.todo-form input,.todo-form textarea,.todo-form select{padding:.6rem;border-radius:8px;border:1.5px solid #a0b4f1;font-size:1rem;background:#fff;color:#000;margin-bottom:.5rem}.todo-form textarea{resize:vertical;min-height:80px}.todo-form-error{color:#b00020;font-size:.9rem}.todo-form button{background:#a0b4f1;color:#000;border:none;padding:.6rem;border-radius:8px;font-size:1rem}.todo-form button:hover{background:#8fa5ee}.todo-item{background:#dfe4fa;border:2px solid #a0b4f1;padding:1rem;display:flex;flex-direction:column;gap:.6rem}.todo-text{display:flex;flex-direction:column;gap:.25rem}.todo-title{font-size:1rem;font-weight:600}.todo-description{font-size:.9rem;color:#333}.todo-status{align-self:flex-start;font-size:.75rem;padding:.3rem .6rem;border-radius:999px;font-weight:600;border:1px solid transparent}.todo-status.NOT_STARTED{background:#fde2e2;color:#b91c1c;border-color:#fca5a5}.todo-status.IN_PROGRESS{background:#fef3c7;color:#92400e;border-color:#fcd34d}.todo-status.DONE{background:#dcfce7;color:#166534;border-color:#86efac}.todo-item-actions{display:flex;gap:.5rem;align-items:center}.todo-item-actions select{padding:.4rem .5rem;border-radius:8px;border:1.5px solid #a0b4f1;background:#fff;color:#000}.todo-item-actions button{background:#a0b4f1;color:#000;border:none;padding:.4rem .6rem;border-radius:8px}.todo-item-actions button:hover{background:#8fa5ee}.visually-hidden{position:absolute;left:-9999px}.todo-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}:root{--primary: #a0b4f1;--surface: #dfe4fa;--text: #000000;--radius: 12px;--shadow: 0 8px 20px rgba(0, 0, 0, .08)}.todo-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;color:var(--text)}.todo-page h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1.5rem}.todo-content{width:100%;max-width:1100px;display:grid;grid-template-columns:1fr;gap:1.5rem}.todo-content>*{background:var(--surface);border:2px solid var(--primary);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.todo-info{text-align:center;color:#333}.todo-error{text-align:center;color:#b00020;font-weight:500}@media(min-width:900px){.todo-content{grid-template-columns:500px 1fr;align-items:start}}:root{--primary: #a0b4f1;--surface: #dfe4fa;--text: #000000;--radius: 12px}html,body{margin:0;padding:0;min-height:100%}body{background:var(--surface);color:var(--text);font-family:Verdana,Geneva,Tahoma,sans-serif}#root{min-height:100vh}
