.toggle-switch-wrapper{display:flex;align-items:center;gap:10px;font-family:Cabinet Grotesk,sans-serif}.unit-label{font-weight:600;font-size:16px}.toggle-switch{position:relative;width:56px;height:28px;display:inline-block}.toggle-switch input{opacity:0;width:0;height:0}.slider{background-color:#eee;border-radius:34px;position:relative;top:-16px;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 4px;box-sizing:border-box;cursor:pointer;transition:background-color .3s ease}.unit{z-index:1;font-size:12px;font-weight:700;width:50%;text-align:center;color:#888;transition:color .3s ease}.circle{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background-color:#000;transition:left .25s ease}.toggle-switch input:checked+.slider .circle{left:30px}.toggle-switch input:checked+.slider .unit--c{color:#fff}.toggle-switch input:not(:checked)+.slider .unit--f{color:#fff}.toggle-switch:hover .circle{left:4px}.header{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;margin:0;background-color:#fff;font-family:Cabinet Grotesk,Inter,sans-serif;border:none}.header__left{display:flex;align-items:center;gap:16px}.header__logo{height:32px;width:auto}.header__date-location{font-size:16px;font-weight:500;color:#333}.header__right{display:flex;align-items:center;gap:16px}.header__add-button{background-color:#f4f4f4;color:#000;font-weight:700;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;transition:background-color .3s}.header__add-button:hover{background-color:#e0e0e0}.header__user-info{display:flex;align-items:center;text-decoration:none;gap:8px}.header__user-name{font-size:16px;font-weight:600;color:#000;margin:0}.header__user-avatar{height:40px;width:40px;border-radius:50%;object-fit:cover}@media screen and (max-width: 868px){.header{flex-direction:column;align-items:flex-start;gap:12px}.header__left,.header__right{width:100%;justify-content:space-between}.header__right{flex-wrap:wrap;gap:12px}.header__user-info{display:flex;align-items:center;gap:8px}}@media screen and (max-width: 340px){.header__user-info{padding:0 0 0 22px}}.footer{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-family:Cabinet Grotesk,Inter,sans-serif;font-weight:500;line-height:20px;color:#000;padding:24px 40px;background-color:#fff}.footer__left,.footer__right{margin:0}.footer__container{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 600px){.footer{padding:16px 19px}}.item-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box}.item-modal__content{background-color:#fff;border-radius:20px;width:498px;height:610px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden;box-shadow:0 4px 12px #0003;padding:0;box-sizing:border-box}.item-modal__close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:24px;font-weight:700;color:#333;z-index:1;cursor:pointer;transition:color .2s ease,transform .2s ease}.item-modal__close:hover{color:#000;transform:scale(1.1)}.item-modal__image{width:100%;height:auto;display:block;object-fit:contain;margin:0}.item-modal__footer{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;margin:0;width:100%;box-sizing:border-box}.item-modal__text-group{display:flex;flex-direction:column;justify-content:center;line-height:1.2;gap:4px}.item-modal__caption,.item-modal__weather{font-family:Cabinet Grotesk,Inter,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000;margin:0}.item-modal__delete-button{font-family:Cabinet Grotesk,Inter,sans-serif;align-self:start;font-weight:700;font-size:20px;line-height:24px;color:#ff3b30;background:none;border:none;cursor:pointer;margin:0;padding:0 0 8px 16px}.item-modal__delete-button:hover{color:#d60000;text-decoration:underline}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal__container{position:relative;background:#fff;padding:28px 32px;margin:0;border-radius:8px;display:block;overflow:visible;width:100%;max-width:30vw;box-shadow:0 4px 20px #0003}.modal__title{width:100%;max-width:95px;font-family:Cabinet Grotesk,Inter,sans-serif;color:#000;font-weight:700;font-size:16px;line-height:20px;margin:0 0 24px}label.modal__label{max-width:75px}legend.modal__label{max-width:100%}.modal__close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;font-weight:700;color:#333;cursor:pointer}.modal__close:hover{color:red}.modal__content{background:#fff;padding:24px;border-radius:8px;width:90%;max-width:400px;position:relative;top:20px;box-shadow:0 2px 12px #0003;margin:0 auto 40px}.modal__close{position:absolute;top:8px;right:12px;background:transparent;border:none;width:24px;height:24px;font-size:28px;line-height:24px;cursor:pointer;color:#0000004d;z-index:10}.modal__close:hover{color:#000}.modal__label{font-family:Cabinet Grotesk,Inter,sans-serif;width:100%;font-weight:700;font-size:16px;line-height:20px;padding:0;margin:0 0 12px;display:block}.modal__input{display:block;width:100%;border:none;border-bottom:1px solid #000000;margin:0 0 24px;padding:0;font-size:16px;box-sizing:border-box;line-height:1.5}.modal__fieldset{border:none;margin:auto;padding:0;display:flex;flex-direction:column;gap:10px}.modal__radio-group{display:flex;flex-direction:column;gap:8px}.modal__radio-group input[type=radio]:checked+span{color:#000;font-weight:700}.modal__radio-label{display:flex;align-items:center;gap:8px;font-size:16px;font-family:Cabinet Grotesk,sans-serif;font-weight:700;color:#00000080;cursor:pointer;transition:color .2s ease}.modal__radio-label input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #000;border-radius:50%;background:#fff;cursor:pointer;position:relative;display:inline-block}.modal__radio-label input[type=radio]:checked:before{content:"";position:absolute;top:4px;left:4px;width:8px;height:8px;background-color:#000;border-radius:50%;display:block}.modal__radio-label input[type=radio]:checked+span{color:#000}.modal__submit-button{background-color:#000;color:#fff;width:fit-content;height:36px;padding:8px 20px;font-size:14px;font-weight:600;line-height:1;text-align:center;white-space:nowrap;border:none;border-radius:4px;margin-top:20px;margin-left:0;cursor:pointer;transition:background .3s ease,opacity .3s ease}.modal__submit-button:hover{background:#0009;opacity:.8}.modal__submit-button:disabled,.modal__submit-button_disabled{background-color:#ccc;color:#888;cursor:not-allowed;opacity:.6}.modal__input-group{margin-bottom:16px}.confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background-color:#0009;z-index:1000}.confirm-modal__box{position:relative;width:670px;height:280px;box-sizing:border-box;max-width:90vw;background-color:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 4px 12px #0003;display:flex;align-items:center;justify-content:center;text-align:center}.confirm-modal__content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.confirm-modal__close-button{position:absolute;top:16px;right:20px;background:none;border:none;font-size:24px;font-weight:700;color:#333;cursor:pointer;transition:color .2s ease,transform .2s ease}.confirm-modal__close-button:hover{color:#000;transform:scale(1.1)}.confirm-modal__title{font-family:Cabinet Grotesk,Inter,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000;margin:0 0 12px}.confirm-modal__text{font-family:Cabinet Grotesk,Inter,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000;margin:0 0 28px}.confirm-modal__delete-button{font-family:Cabinet Grotesk,Inter,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#ff3b30;background:none;border:none;cursor:pointer;margin-bottom:16px}.confirm-modal__delete-button:hover{color:#d60000;text-decoration:underline}.confirm-modal__cancel-button{font-family:Cabinet Grotesk,Inter,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000;background:none;border:none;cursor:pointer}.confirm-modal__cancel-button:hover{color:#444;text-decoration:underline}.card{position:relative;justify-content:flex-start;width:100%;max-width:325px;height:328px;background-color:transparent;border:1px solid #0000004d;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;box-shadow:0 0 0 1px #0000001a}.card__name-wrapper{position:absolute;top:0;left:0;right:0;padding:8px 0 4px;z-index:1;display:flex;justify-content:center;align-items:center}.card__name{background-color:#fff;color:#0009;padding:4px 8px;font-family:Cabinet Grotesk,sans-serif;font-weight:700;font-size:16px;line-height:20px;border-radius:4px;box-shadow:0 1px 2px #0000001a}.card__image-container{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.card__image{width:100%;height:100%;object-fit:cover}.card__weather{font-size:14px;color:#444}@media screen and (max-width: 360px){.card__name{font-size:13px}}.weather-card{position:relative;display:flex;align-items:center;justify-content:space-between;max-width:1360px;height:80px;margin:0 auto;border-radius:10px;overflow:hidden}.weather-card__overlay{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 16px;height:100%}.weather-card__temp{font-size:32px;font-weight:700;color:#fff}.weather-card__icon{position:absolute;top:-2px;right:-1px;border-top-right-radius:10px;object-fit:contain;z-index:2}.weather-card__overlay.day{background-color:#00a3ff}.weather-card__overlay.night{background-color:#2d6b91}@media screen and (max-width: 868px){.weather-card__icon{top:-2px;right:0}}@media screen and (max-width: 600px){.weather-card__temp{font-size:24px}.weather-card__icon{right:0}}@media screen and (max-width: 460px){.weather-card__icon{top:-1px}}.main{width:100%;max-width:1440px;margin:0 auto;padding:0 40px;box-sizing:border-box}.main__intro{font-size:16px;margin:0;padding:8px 0 18px;text-align:left}.main__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;justify-content:center;padding:16px 0;width:100%}.mainweather{text-align:left;margin:2.5rem 0 2.125rem}.main__message{font-family:Cabinet Grotesk;font-weight:700;font-size:20px;line-height:100%;margin:40px 0 34px;color:#000}.main__clothing-items{list-style:none;display:flex;flex-wrap:wrap;gap:20px;padding:0;margin:0}@media screen and (max-width: 600px){.main{padding:0 20px}.main__cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.main__message{margin:20px 0 17px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.main__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1440px){.main__cards{grid-template-columns:repeat(4,1fr)}}.sidebar__user-inline{display:flex;align-items:center;gap:10px;width:229px;margin:0 0 0 40px}.sidebar__user{display:flex;align-items:center;gap:16px;width:229px}.sidebar__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.sidebar__username{font-family:Cabinet Grotesk;font-weight:700;font-size:20px;line-height:100%;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cards{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.cards__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:14px 20px 0;padding:0;list-style:none}@media screen and (max-width: 480px){.cards__list{margin:14px 10px 0;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media screen and (max-width: 360px){.cards__list{margin:14px 5px 0}.cards{padding:0 10px}}.clothes-section{padding:16px 0 16px 16px;background-color:#fff;width:100%;box-sizing:border-box}.clothes-grid{display:grid;grid-template-columns:repeat(auto-fit,325px);justify-content:center;gap:24px;padding:2px}@media screen and (max-width: 768px){.clothes-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}.item-card{height:auto}}.profile{display:flex;flex-direction:row}.profile-main{flex:1;padding:0 20px 20px}.profile-content{max-width:1500px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column}.profile-header{display:flex;align-items:center}.profile-header__title{max-width:100%;font-family:Cabinet Grotesk;font-weight:700;font-size:20px;line-height:100%;color:#333;margin:0;padding:10px}.profile-header__add-button{color:#0009;width:120px;max-width:100%;font-family:Cabinet Grotesk;font-weight:700;font-size:20px;line-height:100%;padding:10px;border-radius:6px;border:none;cursor:pointer;transition:background-color .3s ease}.profile-header__add-button:hover{background-color:#e0e0e0}@font-face{font-family:Cabinet Grotesk;src:url(/se_project_react/assets/CabinetGrotesk-Medium-pUr7ULKA.woff2) format("woff2"),url(/se_project_react/assets/CabinetGrotesk-Medium-C7kGvbj6.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cabinet Grotesk;src:url(/se_project_react/assets/CabinetGrotesk-Bold-yJmHbigL.woff2) format("woff2"),url(/se_project_react/assets/CabinetGrotesk-Bold-BPymWjLi.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}.page{width:100%;min-height:100vh;margin:0 auto;box-sizing:border-box}.app{min-height:100vh;font-family:Cabinet Grotesk,Inter,sans-serif;margin:0;padding:0;width:100%}.app__content{background-color:#fff;max-width:1440px;width:100%;margin:0 auto;padding:0;box-sizing:border-box}/*! 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;src:url(/se_project_react/assets/CabinetGrotesk-Medium-pUr7ULKA.woff2) format("woff2"),url(/se_project_react/assets/CabinetGrotesk-Medium-C7kGvbj6.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cabinet Grotesk;src:url(/se_project_react/assets/CabinetGrotesk-Bold-yJmHbigL.woff2) format("woff2"),url(/se_project_react/assets/CabinetGrotesk-Bold-BPymWjLi.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}html,body{font-family:Cabinet Grotesk,Inter,sans-serif;margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100vw;height:100%;box-sizing:border-box}
