:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1280px;margin:0 auto;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#f0f2f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{font-size:16px}body{min-height:100vh;padding:2rem;overflow-x:hidden;-webkit-text-size-adjust:100%}.app{width:100%;min-height:100vh}.app.mobile .todo-container{border-radius:0;margin:-1rem;width:calc(100% + 2rem);box-shadow:none}.app.mobile .todo-container h1{font-size:1.75rem}@media screen and (max-width: 768px){html{font-size:15px}body{padding:1rem}}@media screen and (max-width: 480px){html{font-size:14px}body{padding:.5rem}#root{max-width:100%}}.todo-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.header-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.todo-container h1{text-align:center;color:#333;margin:0;font-size:2.5rem}.language-toggle{padding:8px 16px;background-color:#f0f8ff;color:#0277bd;border:1px solid #e1f5fe;border-radius:4px;cursor:pointer;transition:all .3s;font-size:.9rem;font-weight:500}.language-toggle:hover{background-color:#e1f5fe;transform:translateY(-2px)}.todo-form{margin-bottom:2rem}.form-group{display:flex;gap:8px}.todo-input{flex:1;padding:.8rem;font-size:1rem;border:1px solid #ddd;border-radius:4px}.category-select{padding:.8rem;font-size:1rem;border:1px solid #ddd;border-radius:4px;background-color:#f9f9f9}.add-button{padding:.8rem 1.5rem;font-size:1rem;background-color:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.add-button:hover{background-color:#388e3c}.category-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1.5rem}.category-badge{padding:6px 12px;background-color:#e1f5fe;border-radius:16px;font-size:.9rem;color:#0277bd}.todo-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.todo-filters button{padding:6px 12px;background-color:#f1f1f1;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.todo-filters button.active{background-color:#2196f3;color:#fff}.progress-bar{height:20px;background-color:#f5f5f5;border-radius:10px;margin-bottom:1.5rem;overflow:hidden}.progress{height:100%;background-color:#4caf50;text-align:center;color:#fff;font-size:.8rem;line-height:20px;transition:width .3s ease}.todo-items{display:flex;flex-direction:column;gap:10px}.todo-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f9f9f9;border-radius:4px;border-left:4px solid #2196f3;box-shadow:0 2px 4px #0000000d}.todo-item.completed{border-left-color:#4caf50;opacity:.7}.todo-content{display:flex;align-items:center;gap:10px;flex:1}.todo-checkbox{width:20px;height:20px;cursor:pointer}.todo-details{display:flex;flex-direction:column}.todo-text{font-size:1rem;color:#333}.todo-item.completed .todo-text{text-decoration:line-through;color:#888}.todo-category{font-size:.8rem;color:#666;margin-top:4px}.delete-button{background:none;border:none;color:#f44336;font-size:1.5rem;cursor:pointer;padding:0 8px}.delete-button:hover{color:#d32f2f}.empty-message{text-align:center;color:#888;padding:1rem}@media screen and (max-width: 768px){.todo-container{padding:1.5rem;margin:0 10px;border-radius:6px}.form-group{flex-direction:column}.header-container{flex-direction:column;gap:1rem}.todo-container h1{font-size:2rem}.todo-filters{overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.todo-filters button{white-space:nowrap;flex-shrink:0}.category-badge{font-size:.8rem}.todo-item{padding:.8rem}}@media screen and (max-width: 480px){.todo-container{padding:1rem}.todo-container h1{font-size:1.5rem}.language-toggle{width:100%;padding:10px;font-size:1rem}.todo-input,.category-select,.add-button{font-size:.9rem;padding:.7rem}.todo-text{font-size:.9rem}.delete-button{font-size:1.3rem}}
