.page{min-height:100vh;display:flex;flex-direction:column}.page__content{max-width:1360px;margin:0 auto}.container{width:min(1360px,92vw);margin:0 auto}.header{width:100%;padding:20px 25px}.header .container{width:100%;max-width:1440px;margin:0 auto}.header__inner{display:flex;justify-content:space-between;align-items:center}.header__left{display:flex;align-items:center;gap:22px}.header__meta{color:#000;font-weight:700}.header__right{display:flex;align-items:center;gap:18px}.header__add{background:transparent;border:none;font-weight:700;cursor:pointer}.header__name{font-weight:600}.header__avatar{width:40px;height:40px;border-radius:50%}.header__profile{display:flex;flex-direction:row;gap:15px;align-items:center;text-decoration:none;color:#000}.react-switch-checkbox{height:0;width:0;visibility:hidden}.react-switch-label{display:flex;align-items:center;justify-content:space-around;flex-direction:row-reverse;cursor:pointer;width:60px;height:30px;background:none;border:3px solid #7e7e7e;border-radius:100px;position:relative;transition:background-color .2s}.react-switch-label .c,.react-switch-label .f{color:#000;opacity:.5;font-weight:600;font-size:14px;z-index:0}.react-switch-label .react-switch-button{content:"";position:absolute;top:-3px;left:-3px;width:30px;height:30px;border-radius:45px;transition:.2s;background:#000;box-shadow:0 0 2px #0a0a0a4a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:500;z-index:1}.react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:calc(100% + 3px);transform:translate(-100%)}.react-switch-label:active .react-switch-button{width:40px}.weather-card{height:80px;width:100%}.weather-card__inner{width:100%;height:80px;max-width:1440px;margin:0 auto;display:flex;align-items:center;border-radius:12px;overflow:hidden;position:relative}.weather-card__temp{color:#fff;font-weight:700;font-size:36px;z-index:1;margin-left:20px}.weather-card__art{position:absolute}.weather-card__inner .cloudy{right:0;bottom:-7px}.sunny,.cloudy{background-color:#00a3ff}.rain,.storm,.snow,.fog{background-color:#6ca6c7}@media (max-width: 560px){.weather-card__temp{font-size:24px}.weather-card__art{right:8px}}.main{width:100%;padding:0 25px}.main .container{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;row-gap:10px}.main__lead{color:#222;margin:18px 0 10px;font-weight:700}.cards__list{--card-w: 280px;--card-h: 328px;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--card-w)),var(--card-w)));grid-auto-rows:var(--card-h);gap:16px;align-items:start;justify-content:center}.item{box-sizing:border-box;position:relative;border:1px solid #cfcfcf;border-radius:20px;display:flex;overflow:hidden;align-items:center;justify-content:center;height:100%;cursor:pointer;transition:box-shadow .15s ease,transform .08s ease}.item:hover{box-shadow:0 2px 10px #00000014}.item__badge{padding:4px 10px;background:#fff;font-weight:700;font-size:16px;border:1px solid #d7d7d7;border-radius:8px}.item__image{width:100%;height:100%;object-fit:cover;display:block}.item__header{position:absolute;top:10px;left:50%;transform:translate(-50%);display:flex;flex-direction:row;gap:5px}.item__like{border:none;background:none;margin-top:5px;cursor:pointer}.footer{width:100%;padding:20px 22px}.footer__inner{width:100%;max-width:1440px;display:flex;justify-content:space-between;font-size:16px;font-weight:500;align-items:center}.modal-item{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:grid!important;place-items:center;padding:16px;box-sizing:border-box;z-index:9999}.modal-item__box{position:relative;width:100%;max-width:400px;max-height:calc(100dvh - 100px);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 24px 64px #00000052;display:flex;flex-direction:column}.modal-item__close{position:absolute;top:10px;right:12px;background:transparent;border:0;cursor:pointer;color:#fff;font-size:26px;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.5);z-index:2}.modal-item__media{position:relative;overflow:hidden;width:100%;max-width:400px;height:400px}.modal-item__media img{display:block;width:100%;height:100%;object-fit:contain}.modal-item__info{background:#fff;padding:16px 20px 20px;border-top:1px solid rgba(0,0,0,.06)}.modal-item__title{margin:0 0 6px;font-weight:700;font-size:18px;color:#111}.modal-item__meta{margin:0;color:#444;font-size:14px}@media (max-width: 420px){.modal-item__box{width:96vw}.modal-item__close{top:8px;right:10px}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,max-content));gap:20px;list-style:none;padding:0;margin:0}.cards__item{cursor:pointer;aspect-ratio:1 / 1}@media (max-width: 1000px){.cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.cards{grid-template-columns:1fr}}.profile{min-height:80vh;padding:0 25px}.profile .profile__inner{width:100%;max-width:1440px;margin:0 auto;display:flex;flex-direction:row;column-gap:10px}.profile .profile__inner .profile__left{width:360px}.profile .profile__inner .profile__left p{font-weight:700;cursor:pointer}.profile .profile__inner .profile__right{display:flex;flex-direction:column;width:100%}.profile .profile__inner .profile__right .profile__right-actions{display:flex;flex-direction:row;gap:10px}.profile .profile__inner .profile__right .profile__right-actions .title{color:#000;font-weight:700}.profile .profile__inner .profile__right .profile__right-actions .add{background:none;border:none;outline:none;font-weight:700;color:#0009;cursor:pointer}.profile .profile__inner .profile__header-card{width:100%;display:flex;align-items:center;flex-direction:row;column-gap:15px}.sidebar{width:248px;display:flex;flex-direction:column;font-weight:700;font-size:20px;line-height:1.25}.sidebar__title{margin-bottom:10px;font-size:18px;font-weight:600}.sidebar__list{list-style:none;padding:0;margin:0}.sidebar__item{padding:8px 0;cursor:pointer}.sidebar__item:hover{text-decoration:underline}.sidebar__user{display:flex;align-items:center;margin:0;padding:0}.sidebar img{width:56px;height:56px;margin:0 16px 0 0;border-radius:50%;object-fit:cover}.sidebar__user-info{display:flex;flex-direction:column}.sidebar__name{margin:0;padding:0;font-size:20px;font-weight:700}.sidebar__email{margin:4px 0 0;padding:0;font-size:14px;font-weight:400;color:#00000080}.sidebar__btn{margin:8px 0 0;padding:0;border:none;background:none;text-align:left;font-size:20px;font-weight:700;cursor:pointer;color:#000}.sidebar__btn:first-of-type{margin-top:24px}.sidebar__btn:hover{opacity:.6}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .15s ease;font-size:16px}.modal *{font-size:16px!important}.modal_is-opened{opacity:1;pointer-events:auto}.modal__content{position:relative;background:#fff;color:#111;width:min(520px,92vw);border-radius:16px;padding:20px 22px 18px;box-sizing:border-box;box-shadow:0 18px 40px #0000002e}.modal__title{margin:0 0 12px;font-weight:700;line-height:1.2}.modal__close{position:absolute;top:12px;right:12px;background:transparent;border:0;cursor:pointer}.mform{display:flex;flex-direction:column;gap:16px}.mform .form__field{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.mform .form__field>span{font-weight:600;color:#111}.mform .error span{color:#ff4d00!important}.mform .error .form__control{color:#ff4d00!important;border-bottom:1px solid #ff4d00}.mform .form__control{width:100%;height:24px;font-weight:700;border:none;border-bottom:1px solid #000000;background:#fff;line-height:1.2;outline:none}.mform .form__control::placeholder{color:#9ca3af}.mform fieldset.form__field{border:0;margin:0;padding:0}.mform fieldset legend{font-weight:600;margin:2px 0 6px;width:100%!important}.mform .form__radios{display:flex;gap:22px;flex-wrap:wrap}.mform .form__radios label{display:flex;align-items:center;gap:8px;font-weight:500}.mform input[type=radio]{accent-color:#111}.form__buttons{display:flex;gap:15px;align-items:center}.btn{width:fit-content;margin-top:6px;padding:10px 16px;border:0;border-radius:12px;background:#111;color:#fff;font-weight:700;cursor:pointer}.btn[disabled]{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.btn-secondary{width:fit-content;padding:0;border:0;margin-top:5px;border-radius:12px;background:none;color:#000;font-weight:700;cursor:pointer}.btn[disabled]{background:none;color:#9ca3af;cursor:not-allowed}.mform .form__weather{border:0;margin:0;padding:0;box-sizing:border-box}.mform .form__weather legend{font-weight:600;margin-bottom:8px}.mform .form__weather .form__radios{display:flex;flex-direction:column;gap:12px}.mform .radio{display:flex;align-items:center;gap:10px;line-height:1}.mform .radio input{width:18px;height:18px;accent-color:#111}.mform .radio span{font-weight:600;color:#6b7280;margin-top:4px}.mform .radio input:checked+span{color:#111}.modal-item__title{margin-bottom:0!important}.modal-item__titles{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:6px}.modal-item__titles .modal-item__delete{color:#ff4d00;background:none;border:none;outline:none;font-weight:700;font-size:18px;padding:0;margin:0;cursor:pointer}.modal-confirm__content{display:flex;flex-direction:column;justify-content:space-around;row-gap:10px;padding:30px;align-items:center;justify-content:center}.modal-confirm__content .modal__message{text-align:center;font-weight:700;font-size:20px;line-height:24px}.modal-confirm__content .modal__actions{display:flex;flex-direction:column;gap:15px}.modal-confirm__content .modal__actions .modal__action-delete{color:#ff4d00}.modal-confirm__content .modal__actions button{background:none;border:none;outline:none;font-weight:700;cursor:pointer}.space{margin-top:10px}@font-face{font-family:MyFont;src:url(/assets/CabinetGrotesk-Variable-DZ-mBhZu.ttf) format("truetype");font-style:normal}*{box-sizing:border-box;font-family:MyFont,sans-serif;font-size:20px}body{margin:0;padding:0;background-color:#f3f3f3}
