*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}@media (width<=1024px){html{font-size:15px}}body{color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}.btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{color:#fff;background-color:#3b82f6}.btn--primary:hover:not(:disabled){background-color:#2563eb}.btn--secondary{color:#fff;background-color:#6b7280}.btn--secondary:hover:not(:disabled){background-color:#4b5563}.btn--outline{color:#3b82f6;background-color:#0000;border:1px solid #3b82f6}.btn--outline:hover:not(:disabled){background-color:#eff6ff}.btn--danger{color:#fff;background-color:#ef4444}.btn--danger:hover:not(:disabled){background-color:#dc2626}.btn--sm{padding:.25rem .75rem;font-size:.875rem}.btn--md{padding:.5rem 1rem;font-size:1rem}.btn--lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn__spinner{border:2px solid;border-right-color:#0000;border-radius:9999px;width:1em;height:1em;animation:.75s linear infinite spin}.input{border:1px solid #d1d5db;border-radius:6px;padding:.5rem .75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.input{width:100%}.input--error{border-color:#ef4444}.input--error:focus{box-shadow:0 0 0 3px #ef44441a}.input__wrapper{flex-direction:column;gap:.25rem;display:flex}.input__error{color:#ef4444;font-size:.875rem}.text{margin:0;line-height:1.5}.text--h1{font-size:2.25rem;font-weight:700;line-height:1.2}.text--h2{font-size:1.875rem;font-weight:600;line-height:1.25}.text--h3{font-size:1.5rem;font-weight:600;line-height:1.25}.text--body{font-size:1rem}.text--caption{font-size:.875rem}.text--primary{color:#111827}.text--secondary{color:#374151}.text--muted{color:#6b7280}.text--error{color:#ef4444}.spinner{border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:9999px;animation:.75s linear infinite spin}.spinner--sm{width:1rem;height:1rem}.spinner--md{width:2rem;height:2rem}.spinner--lg{width:3rem;height:3rem}.form-field{flex-direction:column;gap:.25rem;display:flex}.form-field__label{color:#374151;font-size:.875rem;font-weight:500}.form-field__required{color:#ef4444;margin-left:.25rem}.task-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:box-shadow .2s}.task-card:hover{box-shadow:0 10px 15px -3px #0000001a}.task-card--done{opacity:.7;background:#f9fafb}.task-card--done .task-card__title{text-decoration:line-through}.task-card__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.task-card__title{font-size:1.125rem}.task-card__status{text-transform:capitalize;white-space:nowrap;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.task-card__status--pending{color:#92400e;background:#fef3c7}.task-card__status--in-progress{color:#1e40af;background:#dbeafe}.task-card__status--completed{color:#065f46;background:#d1fae5}.task-card__description{margin-bottom:1rem}.task-card__footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.task-card__actions{gap:.5rem;display:flex}.header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.header__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.header__logo{color:#3b82f6}.header__nav{gap:1.5rem;display:flex}.header__link{color:#6b7280;border-bottom:2px solid #0000;padding:.5rem 0;font-weight:500;transition:all .2s}.header__link:hover{color:#3b82f6}.header__link--active{color:#3b82f6;border-bottom-color:#3b82f6}.language-dropdown{color:#111827;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem .75rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:.875rem;transition:border-color .2s}.language-dropdown:hover{border-color:#3b82f6}.language-dropdown:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #eff6ff}.task-list{gap:1rem;display:grid}.task-list__center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.layout{background:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1;padding:2rem 0}.layout__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home{flex-direction:column;gap:3rem;display:flex}.home__hero{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 0;display:flex}.home__actions{margin-top:1rem}.home__features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.home__feature{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:box-shadow .2s}.home__feature:hover{box-shadow:0 10px 15px -3px #0000001a}.home__feature h3{margin-bottom:.5rem}.tasks{flex-direction:column;gap:1.5rem;display:flex}.tasks__header{justify-content:space-between;align-items:center;display:flex}.tasks__header-actions{gap:.75rem;display:flex}.tasks__add-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:box-shadow .2s}.tasks__add-form:hover{box-shadow:0 10px 15px -3px #0000001a}.add-task-form{flex-direction:column;gap:1rem;display:flex}.add-task-form textarea.input{resize:vertical;min-height:80px}.add-task-form__error{color:#ef4444;font-size:.875rem}.add-task-form__actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}@keyframes spin{to{transform:rotate(360deg)}}
