*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Cabinet Grotesk;src:url(./CabinetGrotesk-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Cabinet Grotesk;src:url(./CabinetGrotesk-Bold.ttf)format("truetype");font-weight:700;font-style:normal}:root{font-family:Cabinet Grotesk,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;margin:0;padding:0;font-family:Inter,Arial,sans-serif}.app{flex-direction:column;max-width:1280px;min-height:100vh;margin:0 auto;display:flex}.modal{visibility:hidden;opacity:0;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:visibility .3s,opacity .3s;display:flex;position:fixed;top:0;left:0}.modal_opened{visibility:visible;opacity:1}.header{background-color:#fff;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.header__logo-container{align-items:center;gap:16px;display:flex}.header__add-clothes-btn{color:#0009;cursor:pointer;background:0 0;border:none;font-size:16px;font-weight:700}.header__user-name{font-size:16px;font-weight:700}.header__add-btn{cursor:pointer;color:#000;background:0 0;border:none;font-size:16px}.header__user-container{align-items:center;gap:12px;display:flex}.header__username{font-size:16px;font-weight:500}.header__avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.switch{cursor:pointer;background-color:#eee;border:1px solid #777;border-radius:20px;align-items:center;width:80px;height:36px;display:flex;position:relative}.switch__input{opacity:0;width:0;height:0}.switch__slider{background-color:#000;border-radius:50%;width:30px;height:30px;transition:transform .3s;position:absolute;top:2px;left:2px}.switch__slider-C{transform:translate(44px)}.switch__temp-F,.switch__temp-C{color:#777;pointer-events:none;margin:0;font-size:16px;font-weight:700;position:absolute}.switch__temp-F{left:10px}.switch__temp-C{right:10px}.switch__active{color:#fff;z-index:1}.main{flex-direction:column;flex-grow:1;gap:20px;padding:20px 40px;display:flex}.main__clothes{flex-direction:column;gap:20px;display:flex}.main__info{margin-bottom:10px;font-size:20px;font-weight:500}.main__items{flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:20px;margin:0;padding:0;list-style:none;display:flex}.main__items li{flex:0 0 calc(25% - 15px)}.weather-card{color:#000;box-sizing:border-box;background:linear-gradient(#b1e0ff 0%,#87ceeb 100%);border-radius:12px;justify-content:space-between;align-items:center;width:100%;height:76px;padding:0 16px;display:flex;overflow:hidden}.weather-card_night{color:#fff;background:linear-gradient(#1b263b 0%,#0d1b2a 100%)}.weather-card__temp{margin:0;font-size:32px;font-weight:700}.weather-card__image{object-fit:cover;width:100%;height:auto}.card{flex-direction:column;width:270px;margin-bottom:20px;list-style:none;display:flex;overflow:hidden}.card__image-container{width:100%;height:250px;position:relative}.card__name{padding:10px;font-size:16px;font-weight:400;position:absolute;top:10px;left:50%;transform:translate(-50%)}.card__image{object-fit:cover;cursor:pointer;width:100%;height:270px}.footer{text-align:center;color:#000;margin-top:auto;padding:30px 0;font-size:12px}.footer__copyright{margin:0;font-weight:400}.modal__content_type_image{background-color:#fff;border-radius:10px;max-width:400px;padding:0;position:relative;overflow:hidden}.modal__footer{flex-direction:column;gap:10px;padding:20px;display:flex}.modal__image{object-fit:cover;width:100%;max-height:400px;display:block}.modal__caption{margin:0;font-size:20px;font-weight:400}.modal__weather-type{color:#555;margin:0;font-size:16px}.modal__close{cursor:pointer;background-color:#0000;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='white'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;border:none;width:20px;height:20px;padding:0;position:absolute;top:15px;right:15px}.modal__footer-top{justify-content:space-between;align-items:center;display:flex}.modal__delete-button{color:#ff4d4d;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:700}.modal__delete-button:hover{opacity:.7}.sidebar{flex-direction:column;gap:24px;width:200px;display:flex}.sidebar__user-info{align-items:center;gap:12px;display:flex}.sidebar__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.sidebar__username{margin:0;font-size:16px;font-weight:700;line-height:20px}.sidebar__controls{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.sidebar__button{text-align:left;cursor:pointer;color:#000;background:0 0;border:none;padding:0;font-size:16px;font-weight:700;line-height:20px}.sidebar__logout{color:#ff4d4d}.clothes-section{width:100%;padding:0}.clothes-section__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.clothes-section__title{margin:0;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:20px}.clothes-section__add-btn{color:#0009;cursor:pointer;background:0 0;border:none;font-size:18px;font-weight:700}.clothes-section__add-btn:hover{opacity:.6}.clothes-section__items{flex-wrap:wrap;gap:20px;margin:0;padding:0;list-style:none;display:flex}.clothes-section__items li{flex:0 0 calc(25% - 15px)}.profile__items-container{gap:20px;width:100%;display:flex}.profile__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.profile__add-button{color:#0009;cursor:pointer;background:0 0;border:none;font-weight:700}.profile{gap:20px;padding:20px;display:flex}.profile__clothes-section{flex-grow:1}.profile__clothes-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.profile__items-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:20px;padding:0;list-style:none;display:grid}@media screen and (width<=768px){.profile{flex-direction:column;padding:0 20px}}.modal__content{background-color:#fff;border-radius:20px;flex-direction:column;gap:20px;width:100%;max-width:400px;padding:30px;display:flex;position:relative}.modal__title{margin:0;font-size:24px;font-weight:700}.modal__form{flex-direction:column;gap:15px;display:flex}.modal__label{flex-direction:column;font-size:12px;font-weight:700;display:flex}.modal__input{border:1px solid #ccc;border-radius:5px;margin-top:5px;padding:10px;font-size:16px}.modal__submit{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:5px;padding:10px;font-weight:700}.modal__close{cursor:pointer;background: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='white'/%3e%3c/svg%3e") 0 0/contain;border:none;width:24px;height:24px;position:absolute;top:-30px;right:-30px}.modal__legend{margin-bottom:5px;font-size:12px;font-weight:700}.modal__label_type_radio{cursor:pointer;align-items:center;font-size:10px;font-weight:400;display:flex}.modal__radio{width:16px;height:16px;margin-right:0}.modal__fieldset{border:none;flex-direction:column;gap:12px;margin:20px 0 0;padding:0;display:flex}.modal__legend{margin-bottom:12px;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:20px}.modal__label_type_radio{cursor:pointer;align-items:center;gap:8px;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:400;display:flex}.modal__radio{appearance:none;cursor:pointer;background-color:#fff;border:1px solid #000;border-radius:50%;outline:none;justify-content:center;align-items:center;width:20px;height:20px;margin:0;display:flex}.modal__radio:checked:after{content:"";background-color:#000;border-radius:50%;width:12px;height:12px;display:block}.modal__content_type_confirm{background-color:#fff;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:40px;display:flex;position:relative}.modal__confirm-container{flex-direction:column;gap:12px;width:100%;display:flex}.modal__confirm-text{text-align:center;color:#000;margin:0 0 20px;font-size:18px;font-weight:700;line-height:22px}.modal__confirm-delete{color:#ff4d4d;cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:18px;font-weight:700}.modal__confirm-delete:hover{opacity:.6}.modal__confirm-cancel{color:#000;cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:18px;font-weight:700}.modal__confirm-cancel:hover{opacity:.6}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[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,[hidden]{display:none}
