/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}h1,h2,h3,h4,h5,h6,p{margin:0}ul{margin:0;padding:0}button{font-family:inherit;cursor:pointer}section{padding-top:30px}.tasks-list{display:flex;flex-wrap:wrap;gap:15px;list-style-type:none}.task-list-item{display:flex;width:calc((100% - 15px)/2);background-color:#fdfdfd;border:1px solid #00f;border-radius:8px;flex-direction:column;align-items:center;padding:10px;gap:10px;color:#fff}.task-list-item-btn{padding:6px 12px;align-self:flex-end;border-radius:4px;color:#ff6b0a;border:2px solid #ff6b0a;background-color:transparent;transition:all .25s ease-in-out}.task-list-item-btn:hover,.task-list-item-btn:focus{color:#fdfdfd;background-color:#ff6b0a;transform:scale(1.08)}@media only screen and (min-width: 768px){.task-list-item{width:calc((100% - 45px)/4)}}body{transition:background-color .3s ease,color .3s ease}body.theme-light{background-color:#f0f0f0;color:#333}body.theme-light .header{background-image:linear-gradient(270deg,#fc0,#f90,#f60)}body.theme-light .task-list-item{background-color:#fff8e1;color:#333;border:1px solid #ffcc00}body.theme-dark{background-color:#1e1e1e;color:#fff}body.theme-dark .header{background-image:linear-gradient(270deg,#222,#111,#000)}body.theme-dark .task-list-item{background-color:#333;color:#fff;border:1px solid #ff6b0a}.theme-toggle-button{position:fixed;bottom:20px;right:20px;padding:12px 24px;font-size:16px;font-weight:700;cursor:pointer;border:none;border-radius:8px;transition:all .3s ease-in-out}body.theme-dark .theme-toggle-button{background:linear-gradient(45deg,#ff6b0a,#ff4500);color:#fff}body.theme-light .theme-toggle-button{background:linear-gradient(45deg,#fc0,#f90);color:#333}.theme-toggle-button:hover{transform:scale(1.1)}.container{margin:0 auto;padding:0 15px;max-width:1200px}.header{padding-top:20px;padding-bottom:20px;background-color:#1773fd;background-color:#273da4;background-image:linear-gradient(270deg,#5398ff,#1773fd,#102ba2)}.header-container{display:flex;gap:15px;justify-content:space-between;align-items:center}.header-form{display:flex;gap:15px}.header-form-input{height:40px;padding-left:5px;border-radius:4px;border:1px solid #ff6b0a;transition:all .25s ease-in-out}.header-form-input:hover,.header-form-input:focus,.header-form-btn:hover,.header-form-btn:focus{outline:2px solid #ff6b0a}.header-form-btn{text-transform:uppercase;color:#273da4;border-radius:4px;border:1px solid #ff6b0a;font-size:20px;font-weight:500;background-color:#f5f5f5;transition:all .25s ease-in-out}
