/*! 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:Cabinet Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(./CabinetGrotesk-Bold-BAQZSB8G.otf) format(woff)}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(./CabinetGrotesk-Regular-D9cmwbIg.otf)}#root{background-color:#cfcfea;min-height:100vh}.page{max-width:100%;display:flex;justify-content:center}.page-content{max-width:1220px;background-color:#1e2340;font-family:Cabinet Grotesk,sans-serif;font-weight:700;font-size:20px;width:100%}.header{display:flex;position:relative;top:0;max-width:1220px;width:100%;left:0;justify-content:space-between;padding:40px 40px 0;box-sizing:border-box;align-items:center}.header a{flex:1;text-decoration:none;color:#cfcfea}.header__logo{text-align:left;padding-left:20px;display:flex}.header__logo-text{padding-left:10px}.header__profile{text-decoration:none;max-width:100%}.header__profile-content{display:flex;align-items:center;justify-content:end;padding-right:20px;flex:1}.header__profile-image{max-width:60px;overflow:hidden;max-height:60px;margin-left:10px;object-fit:contain;width:100%;height:100%;border-radius:100px}.header__title{color:#cfcfea;text-align:center;flex:1}.header__profile-name{color:#cfcfea;text-wrap:wrap;word-wrap:break-word;max-height:75px;max-width:60%}.header__button{background-color:transparent;border:none;color:#cfcfea;margin-right:10px;font-family:Cabinet Grotesk,sans-serif;font-weight:700;font-size:20px;cursor:pointer}@media screen and (max-width: 800px){.header{flex-direction:column}}.item-card{list-style:none;width:350px;background-color:#cfcfea;border-radius:20px;text-align:center;position:relative;transition:scale .2s,box-shadow .4s}.item-card:hover{transition:scale .4s,box-shadow .4s;cursor:pointer;scale:1.05;box-shadow:15px 15px 15px #000;z-index:1}.item-card__image{width:100%}.item-card__button{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='19'%20viewBox='0%200%2014%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201.0002V16.9426L7.61816%2012.7141L7%2012.2287L6.38184%2012.7141L1%2016.9426V1.0002H13Z'%20stroke='%23B6BCBF'%20stroke-width='2'/%3e%3c/svg%3e");width:16px;height:19px;object-fit:contain;transform:scale(2);background-color:transparent;border:none;background-repeat:no-repeat;filter:brightness(10%);position:absolute;top:30px;right:30px;cursor:pointer}.item-card__button_filled{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='19'%20viewBox='0%200%2014%2019'%20fill='black'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201.0002V16.9426L7.61816%2012.7141L7%2012.2287L6.38184%2012.7141L1%2016.9426V1.0002H13Z'%20stroke='%23B6BCBF'%20stroke-width='2'/%3e%3c/svg%3e")}@media screen and (max-width: 450px){.item-card{max-width:350px;width:100%}}.pokemon-list{display:flex;max-width:100%;flex-wrap:wrap;gap:20px;padding:20px;justify-content:center;margin:40px 0 0}.pokemon-modal{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;background-color:#0000004d;visibility:hidden;justify-content:center;display:flex;align-items:center;transition:opacity .5s linear,visibility 0s linear .5s;z-index:2}.pokemon-modal_opened{visibility:visible;opacity:1;pointer-events:all;transition:opacity .5s linear,visibility 0s linear}.pokemon-modal__container{max-width:575px;max-height:80%;width:100%;background-color:#cfcfea;border-radius:30px;display:flex;flex-direction:column;align-items:center;position:fixed}.pokemon-modal__title{margin:0;text-align:center;font-size:3rem}.pokemon-modal__image{max-width:100%;max-height:100%;position:relative;top:-25px;height:500px}.pokemon-modal__close{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7023%201.70711C16.0929%201.31658%2016.0929%200.683417%2015.7023%200.292893C15.3118%20-0.0976311%2014.6787%20-0.0976311%2014.2881%200.292893L7.99805%206.58298L1.70796%200.292893C1.31744%20-0.0976311%200.684274%20-0.0976311%200.29375%200.292893C-0.096775%200.683417%20-0.096775%201.31658%200.29375%201.70711L6.58383%207.99719L0.292893%2014.2881C-0.0976311%2014.6787%20-0.0976311%2015.3118%200.292893%2015.7023C0.683417%2016.0929%201.31658%2016.0929%201.70711%2015.7023L7.99805%209.4114L14.289%2015.7023C14.6795%2016.0929%2015.3127%2016.0929%2015.7032%2015.7023C16.0937%2015.3118%2016.0937%2014.6787%2015.7032%2014.2881L9.41226%207.99719L15.7023%201.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e");width:20px;height:20px;background-color:transparent;border:none;cursor:pointer;background-repeat:no-repeat;position:absolute;top:30px;right:30px}.pokemon-modal__title-container{width:100%;display:flex;justify-content:center;padding-top:40px}.pokemon-modal__description{font-size:1.5rem;z-index:99;padding:0 40px}.pokemon-modal__save{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='19'%20viewBox='0%200%2014%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201.0002V16.9426L7.61816%2012.7141L7%2012.2287L6.38184%2012.7141L1%2016.9426V1.0002H13Z'%20stroke='%23B6BCBF'%20stroke-width='2'/%3e%3c/svg%3e");width:16px;height:19px;object-fit:contain;transform:scale(2);background-color:transparent;border:none;background-repeat:no-repeat;filter:brightness(10%);position:absolute;top:40px;left:40px;cursor:pointer}.pokemon-modal__save_filled{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='19'%20viewBox='0%200%2014%2019'%20fill='black'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%201.0002V16.9426L7.61816%2012.7141L7%2012.2287L6.38184%2012.7141L1%2016.9426V1.0002H13Z'%20stroke='%23B6BCBF'%20stroke-width='2'/%3e%3c/svg%3e")}@media screen and (max-width: 700px){.pokemon-modal__container{max-width:100%}}@media screen and (max-width: 400px){.pokemon-modal__container{max-height:95%}}.footer{text-align:center}.footer__content{margin:0;padding:40px;color:#cfcfea}.profile__page{display:flex;padding:40px;min-height:600px}@media screen and (max-width: 750px){.profile__page{flex-direction:column;align-items:center}}.side-bar{display:flex;align-items:start;color:#cfcfea;max-width:300px;width:100%;flex-direction:column}.side-bar__user{display:flex;align-items:center;max-width:100%;max-height:100px}.side-bar__user-image{max-height:60px;object-fit:contain;border-radius:20px;margin-right:20px;height:100%}.side-bar__button{background-color:transparent;border:none;font-family:Cabinet Grotesk,sans-serif;font-weight:700;color:#cfcfea;cursor:pointer;margin-top:10px}.side-bar__form{border:1px solid;padding:10px;text-align:center;margin-top:30px}.side-bar__form-label{display:flex;flex-direction:column}.side-bar__form-input{margin-top:10px}.side-bar__form-submit{background-color:transparent;border:none;margin-top:10px;font-family:Cabinet Grotesk,sans-serif;font-weight:700;color:#cfcfea;cursor:pointer}.side-bar__user-name{max-height:100px;text-wrap:wrap;max-width:60%;word-wrap:break-word}@media screen and (max-width: 750px){.side-bar{align-items:center}}.profile__pokemon-section{display:flex;flex-direction:column;max-width:100%;width:100%}.profile__pokemon-section-title{color:#cfcfea;text-align:right}.profile__pokemon-section-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:end}@media screen and (max-width: 750px){.profile__pokemon-section{align-items:center}.profile__pokemon-section-list{justify-content:center;padding:0}}.circle-preloader{display:block;width:50px;height:50px;border:4px solid #444;border-bottom-color:#888;border-radius:50%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;animation:spin 2s infinite linear}@keyframes spin{to{transform:rotate(360deg)}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;background-color:#0000004d;visibility:hidden;justify-content:center;display:flex;align-items:center;transition:opacity .5s linear,visibility 0s linear .5s;z-index:2}.modal_opened{visibility:visible;opacity:1;pointer-events:all;transition:opacity .5s linear,visibility 0s linear}.modal__content{max-width:575px;max-height:80%;background-color:#cfcfea;border-radius:30px;padding:40px 65px;display:flex;flex-direction:column;align-items:center;position:fixed}.modal__form-title{margin:0 0 40px;text-align:center;font-size:3rem}.modal__form-close{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7023%201.70711C16.0929%201.31658%2016.0929%200.683417%2015.7023%200.292893C15.3118%20-0.0976311%2014.6787%20-0.0976311%2014.2881%200.292893L7.99805%206.58298L1.70796%200.292893C1.31744%20-0.0976311%200.684274%20-0.0976311%200.29375%200.292893C-0.096775%200.683417%20-0.096775%201.31658%200.29375%201.70711L6.58383%207.99719L0.292893%2014.2881C-0.0976311%2014.6787%20-0.0976311%2015.3118%200.292893%2015.7023C0.683417%2016.0929%201.31658%2016.0929%201.70711%2015.7023L7.99805%209.4114L14.289%2015.7023C14.6795%2016.0929%2015.3127%2016.0929%2015.7032%2015.7023C16.0937%2015.3118%2016.0937%2014.6787%2015.7032%2014.2881L9.41226%207.99719L15.7023%201.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e");width:20px;height:20px;background-color:transparent;border:none;cursor:pointer;background-repeat:no-repeat;position:absolute;top:30px;right:30px}.modal__form-submit{margin:25px 0;font-family:Cabinet Grotesk,sans-serif;font-weight:700;line-height:20px;background-color:transparent;border:none;cursor:pointer}.modal__label{display:flex;flex-direction:column;padding:0 0 15px}.modal__label-input{margin:10px 0 0;font-family:Cabinet Grotesk,sans-serif;font-weight:700;line-height:20px;border-top:none;border-left:none;border-right:none;border-bottom:1px solid;background-color:transparent}.modal__logout-text{text-align:center}.modal__form{display:flex;flex-direction:column}
