/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/se_project_todo-app/assets/Inter-Regular-CuH2jfV0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(/se_project_todo-app/assets/Inter-Medium-DVwNBK5Q.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(/se_project_todo-app/assets/Inter-SemiBold-Ctx7G98q.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(/se_project_todo-app/assets/Inter-Bold-CuhepTt8.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:url(/se_project_todo-app/assets/Inter-Black-B5fx6SzK.woff2) format("woff2")}.page{background-color:#f5f5f5;padding:20px;min-height:100vh}.page__content{background-color:#fff;margin:0 auto;max-width:726px;min-height:782px;box-sizing:border-box;border-radius:16px;box-shadow:0 4px 8px #000;padding:20px}@media screen and (max-width: 1030px){.page__content{margin-top:52px}}@media screen and (max-width: 630px){.page__content{padding:20px 12px}}.header{border-bottom:1px solid #ddd;display:flex;padding-bottom:12px}.header__title{position:absolute;top:20px;left:20px;font-family:Inter,Arial,sans-serif;font-weight:900;font-size:20px;line-height:1;letter-spacing:-.2px;color:#181818;max-width:114px;margin:0}.header__banner{font-family:Inter,Arial,sans-serif;font-size:40px;line-height:1.2;color:#181818;font-weight:700;margin:0}.header__button{margin-left:auto}@media screen and (max-width: 1030px){.header{position:relative}.header__title{font-size:16px;letter-spacing:.1px;top:-70px;left:0}}@media screen and (max-width: 630px){.header{flex-direction:column;align-items:flex-start;gap:12px}.header__banner{font-size:28px}.header__button{margin:0}}.form__input{width:100%;height:40px;border:1px solid black;box-sizing:border-box;border-radius:4px;margin-bottom:4px}.form__submit{width:100%}.popup{font-family:Inter,Arial,sans-serif;display:flex;align-items:center;justify-content:center;background-color:#00000080;position:fixed;inset:0;visibility:hidden;opacity:0;transition:visibility 0s .6s,opacity .6s;z-index:1}.popup_visible{visibility:visible;opacity:1;transition:visibility 0s,opacity .6s}.popup__content{max-width:510px;width:100%;background-color:#fff;border-radius:10px;position:relative;box-sizing:border-box;padding:20px}.popup__close{border:none;margin:0;padding:0;cursor:pointer;width:20px;height:20px;background:transparent url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2020.9999L20.9999%200.999996'%20stroke='%237D7D7D'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20d='M20.9998%2020.9999L0.99982%200.999996'%20stroke='%237D7D7D'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat;position:absolute;top:28px;right:20px;transition:visibility 0s,opacity .3s}.popup__close:hover{opacity:.6}.popup__title{margin:0;display:inline;font-size:32px;line-height:1.2;font-weight:700}.popup__form{margin-top:20px}.popup__fieldset{padding:0;margin:0;border:none;display:flex;flex-direction:column;gap:20px}.popup__label{position:relative;display:block;font-size:16px;line-height:1.2;font-weight:500;color:#7d7d7d}.popup__input{width:100%;border:1px solid #7d7d7d;border-radius:8px;font-weight:500;font-size:16px;line-height:1.25;box-sizing:border-box;margin-top:8px;padding:20px 12px;transition:border .3s}.popup__input::placeholder{color:#7d7d7d}.popup__input:focus{outline:none;border:1px solid #181818}.popup__input:focus::placeholder{color:#181818}.popup__input_type_date{color:#7d7d7d}.popup__input_type_error{border:1px solid #ff0000}.popup__error{display:block;font-size:16px;line-height:1.2;color:red;opacity:0;transition:opacity .3s}.popup__error_visible{opacity:1;margin-top:8px}.popup__button{width:100%;padding:12px 0;font-size:20px;font-weight:600;line-height:1.2;color:#fff;background-color:#5877e7;border-radius:8px;border:none;transition:visibility 0s,background .3s;margin-top:20px}@media screen and (max-width: 630px){.popup{align-items:flex-end}.popup__content{border-radius:10px 10px 0 0}}.button{background-color:#5877e7}.button:hover{background-color:#4460c4;cursor:pointer}.button:active{background-color:#2a45a3}.button_disabled{pointer-events:none;background-color:#5877e74d}.button_action_add{padding:12px 16px;background-color:#5877e7;border-radius:8px;border:2px solid #fff;transition:.3s;cursor:pointer;font-family:Inter,Arial,sans-serif;color:#fff;font-size:20px;line-height:1.2;font-weight:600}@media screen and (max-width: 630px){.button_action_add{font-size:16px}}.counter{padding:20px 0 12px}.counter__text{font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.2;font-weight:400;color:#7d7d7d;margin:0}.todos__list{padding:0;margin:0;list-style-type:none;display:flex;flex-direction:column;gap:20px}.todo{font-family:Inter,Arial,sans-serif;background-color:#f5f5f5;border-radius:8px;padding:12px;display:flex;gap:20px}.todo__label{display:flex;gap:12px}.todo__completed{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-shrink:0;width:24px;height:24px;border:1px solid #181818;border-radius:4px;cursor:pointer}.todo__completed:checked{border:none;background-size:contain;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='4'%20fill='%235877E7'/%3e%3cpath%20d='M4.5%2010.5L11%2017L19.5%205'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.todo__name{font-weight:500;color:#181818;font-size:20px;line-height:1.2;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.todo__date{font-weight:400;color:#7d7d7d;font-size:20px;line-height:1.2;flex-shrink:0}.todo__buttons{padding:0;list-style-type:none;margin:0 0 0 auto}.todo__delete-btn{border:none;padding:0;background-color:transparent;font-size:16px;line-height:1.2;font-weight:500;color:#f44;cursor:pointer}.todo__delete-btn:before{content:"Delete"}@media screen and (max-width: 630px){.todo__label{display:grid;grid-template-areas:"check name delete" "check date delete";gap:4px 12px}.todo__completed{grid-area:check}.todo__name{grid-area:name;font-size:16px}.todo__date{grid-area:date;font-size:12px}.todo__delete-btn{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.22444%2020.1096L6%209H18L16.7756%2020.1096C16.7197%2020.6164%2016.2915%2021%2015.7816%2021H8.21842C7.70853%2021%207.2803%2020.6164%207.22444%2020.1096Z'%20fill='%23C0C0C0'/%3e%3cpath%20d='M4%206C4%205.44772%204.44772%205%205%205H19C19.5523%205%2020%205.44772%2020%206V7H4V6Z'%20fill='%23C0C0C0'/%3e%3cpath%20d='M10%204C10%203.44772%2010.4477%203%2011%203H13C13.5523%203%2014%203.44772%2014%204V5H10V4Z'%20fill='%23C0C0C0'/%3e%3c/svg%3e");width:24px;height:24px}.todo__delete-btn:before{content:""}}
