.link{color:#3369f3;font-size:14px}.main-layout{margin:0 auto;text-align:center;width:100%;display:grid;grid-template-columns:1fr;height:100%}.main-layout__chat-link{position:absolute;top:16px;right:16px;padding:8px 16px;font-size:14px;border:none;background:#3369f3!important;color:#fff!important;border-radius:4px;cursor:pointer}.button{padding:10px 20px;border:none;font-size:16px;cursor:pointer;border-radius:8px}.primary{color:#fff;background-color:#3369f3}.secondary{color:#3369f3;background-color:#fff}.link{color:#3369f3;background:none;border:none;padding:0;font-size:14px;text-decoration:none;border-radius:0}.link:hover{text-decoration:underline}.create-chat-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:100%}.create-chat-modal__header{margin-bottom:20px}.create-chat-modal__title{margin:0;font-size:20px;font-weight:600;color:#1e1e1e}.create-chat-modal__body{margin-bottom:24px}.create-chat-modal__user-info{margin:0 0 16px;font-size:14px;color:#999}.create-chat-modal__user-info strong{color:#1e1e1e}.create-chat-modal__input{width:100%}.create-chat-modal__footer{display:flex;gap:12px;justify-content:flex-end}.create-chat-modal__button{min-width:100px}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center}.modal--visible{display:flex}.modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1}.modal__container{position:relative;z-index:2;max-width:90%;max-height:90%;overflow:auto}.modal__content{background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 32px #0003;min-width:300px}.popup{position:absolute;display:none;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:150px}.popup--visible{display:block}.popup__content{padding:12px 16px}.search-input{width:100%;padding:10px 12px;border:1px solid #eaeaea;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s ease}.search-input:focus{border-color:#3369f3}.search-input::placeholder{color:#999}.clickable-text{background:none;border:none;padding:8px 12px;cursor:pointer;text-align:left;width:100%;transition:background-color .2s ease;font-size:14px}.clickable-text:hover,.clickable-text:active{background-color:#3369f3}.search-users-list{max-height:100px;overflow-y:auto;background:#fff}.search-users-list__item{padding:12px 16px;border-bottom:1px solid #eaeaea;cursor:pointer;transition:background-color .2s}.search-users-list__item:last-child{border-bottom:none}.search-users-list__item:hover{background-color:#f5f5f5}.search-users-list__empty{padding:16px;text-align:center;color:#999}.search-with-results{position:relative;width:100%}.chat-item{display:flex;padding:12px 6px;gap:8px;border:none;background:none;border-top:1px solid #eaeaea;cursor:pointer;border-radius:5px}.chat-item--active{background:#e4edfd}.chat-item__avatar{width:47px;height:47px;border-radius:50%;background:#efefef;flex-shrink:0}.chat-item__content{display:flex;flex-direction:column;overflow:hidden;flex-grow:1;align-items:flex-start}.chat-item__title{font-weight:600;color:#1e1e1e;font-size:13px}.chat-item__last-message{font-size:12px;color:#999}.chat-item__info{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;flex-shrink:0}.chat-item__time{font-size:9px;color:#999}.chat-item__unread-count{width:20px;height:20px;border-radius:50%;background-color:#3369f3;color:#fff;font-size:12px;display:flex;justify-content:center;align-items:center}.chat-list__items{display:flex;flex-direction:column}.chat-list{width:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);height:100%}.chat-list__header{display:flex;margin-bottom:20px}.chat-list__add-chat-button{margin-left:auto;color:#999!important;font-size:14px!important}.chat-list__search{margin-bottom:14px;color:#999;font-size:12px;border-radius:10px;background:#efefef;padding:10px 14px;border:none}.chat-list__items-wrapper{overflow:auto;min-height:0}.icon-button{background:transparent;border:none;cursor:pointer;padding:8px;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease}.icon-button:hover{opacity:.7}.icon-button:active{opacity:.5}.user-modal{min-width:400px}.user-modal__title{margin:0 0 20px;font-size:20px;font-weight:500}.user-modal__form{display:flex;flex-direction:column;gap:16px}.user-modal__input{width:100%}.user-modal__list-section{display:flex;flex-direction:column;border:1px solid #eaeaea;border-radius:4px;overflow:hidden}.user-modal__list-title{margin:0;padding:8px 12px;font-size:14px;font-weight:500;background-color:#0000000d;border-bottom:1px solid #eaeaea}.user-modal__users-list{display:flex;flex-direction:column;max-height:150px;overflow-y:auto}.user-modal__user-item{border-bottom:1px solid #eaeaea;cursor:pointer}.user-modal__user-item:hover{background:#0000000d}.user-modal__user-item:last-child{border-bottom:none}.user-modal__user-item--selected{background-color:#3369f3}.user-modal__actions{display:flex;justify-content:flex-end;gap:12px}.user-modal__button{min-width:100px}.profile__avatar-section{display:grid;place-items:center;width:100%}.profile__avatar-wrapper{position:relative;width:130px;height:130px}.profile__avatar-input{display:none}.profile__avatar-label{display:block;width:100%;height:100%;border-radius:50%;background:#efefef;cursor:pointer;position:relative;overflow:hidden;transition:transform .2s ease}.profile__avatar-label:hover{transform:scale(1.05)}.profile__avatar-label:hover .profile__avatar-overlay{opacity:1}.profile__avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile__avatar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;display:grid;place-items:center;border-radius:50%;opacity:0;transition:opacity .2s ease;color:#fff;font-size:14px;font-weight:500}.chat-settings-popup{display:flex;flex-direction:column;gap:4px;min-width:200px}.chat-settings-popup__button{text-align:left;padding:8px 12px;font-size:14px}.chat-settings-popup__button:hover{background:#0000000d}.chat-settings-popup__button--danger{color:#d32f2f}.chat-header__avatar{width:34px;height:34px;border-radius:50%;background:#efefef;flex-shrink:0}.chat-header__actions{position:relative}.chat-header{display:flex;justify-content:space-between;align-items:center}.chat-header__info{display:flex;column-gap:10px;align-items:center}.chat-header__avatar{width:34px;height:34px;border-radius:50%;background:#efefef;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.chat-header__avatar-img{width:100%;height:100%;object-fit:cover}.chat-header__title{font-size:14px;margin:0}.chat-input{display:flex;flex-direction:row;gap:10px;align-items:center}.chat-input__action-button{background:none;border:none;cursor:pointer;width:32px;height:32px;display:grid;place-items:center}.chat-input__wrapper{width:100%;display:flex;border-radius:10px}.chat-input__wrapper--invalid{border:1px solid #d32f2f}.chat-input__field{font-size:12px;border-radius:10px;background:#efefef;padding:10px 14px;border:none;flex-grow:1}.chat-input__send-button{background:none;border:none;cursor:pointer;width:32px;height:32px;display:grid;place-items:center;transform:rotate(180deg)}.message{display:flex;flex-direction:column;margin-bottom:12px;max-width:70%;animation:fadeIn .3s ease}.message--mine{align-self:flex-end;align-items:flex-end}.message--mine .message__content{background-color:#3369f3;color:#fff;border-radius:12px 12px 0}.message--other{align-self:flex-start;align-items:flex-start}.message--other .message__content{background-color:#efefef;color:#1e1e1e;border-radius:12px 12px 12px 0}.message__content{padding:10px 14px;overflow-wrap:break-word;font-size:14px;line-height:1.4}.message__time{font-size:11px;color:#999;margin-top:4px;padding:0 4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.messages-list{display:flex;flex-direction:column;padding:20px;overflow-y:auto;flex:1;gap:4px}.chat-window{width:100%;display:grid;grid-template-rows:auto 1fr auto;padding:0 20px}.chat-window__header{border-bottom:1px solid #eaeaea;padding:10px 0}.chat-window__messages{padding:10px 0;overflow-y:auto;display:grid;grid-template-rows:auto}.chat-window__input{border-top:1px solid #eaeaea;padding:10px 0}.chats{min-height:100vh;width:100%;display:flex;flex-direction:row}.chats__chat-list-wrapper{width:300px;border-right:1px solid #ccc;padding:20px;display:flex}.chats__chat-window-wrapper{flex:1;display:flex;align-items:stretch}.chats__empty-state{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.chats__empty-text{font-size:18px;color:#999;text-align:center}.error,.error__content{display:grid;place-items:center}.error__title{font-size:40px;margin:0;color:#1e1e1e;font-weight:400}.error__description{font-size:20px;margin:0;color:#1e1e1e;font-weight:400}.error__link{margin-top:40px}.form{display:flex;flex-direction:column;align-self:stretch;width:100%}.form__fields{display:flex;flex-direction:column;row-gap:8px;width:100%}.form__fields--spaced{margin-bottom:45px}.form__actions{margin-top:auto;display:flex;flex-direction:column}.form__link{color:#3369f3;font-size:11px;text-decoration:none;text-align:center}.form-layout{display:grid;place-items:center}.form-layout__container{max-width:340px;margin:0 auto;display:grid;grid-template-rows:auto 1fr;padding:30px;border-radius:10px;box-shadow:0 0 10px #0000001f;min-height:400px;width:100%}.form-layout__title{padding:0;margin:0 0 24px;font-size:24px;color:#1e1e1e}.form-field{display:flex;flex-direction:column;row-gap:4px;justify-content:start;align-items:flex-start}.form-label{font-size:12px}.form-field_error-message{color:#d32f2f;font-size:12px}.login-form__button{margin-bottom:20px}.input{border:none;padding:4px 2px;color:#1e1e1e;border-bottom:1px solid #3369f3;width:100%;font-size:16px}.input::placeholder{color:#999}.profile{display:flex;flex-direction:row;height:100%}.profile__sidebar{width:65px;background:#fbfbfb;display:grid;place-items:center}.profile__back-link{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#efefef}.profile__back-icon{display:grid;place-items:center}.profile-item{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.profile-item__info-label{color:#1e1e1e;font-size:14px}.profile-item__info-value{color:#999;font-size:14px}.profile-item__input{background:none;border:none;border-radius:4px;padding:8px;font-size:14px;text-align:right;color:#999}.profile__content-edit .profile__inner-edit{width:100%}.profile__content-edit .profile__info-actions{display:flex;flex-direction:column;align-items:center}.profile__content-edit{max-width:800px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.profile__content--password .profile__info-actions{display:flex;flex-direction:column;max-width:800px;margin:0 auto;align-self:auto;width:auto!important}.profile__content-view{padding:60px;display:flex;flex-direction:column;width:100%}.profile__info-name{margin-bottom:60px}.profile__info-link{color:#3369f3;text-decoration:none;font-size:14px}.profile__info-link--danger{color:#d32f2f}.profile__info-item{width:100%;display:flex;justify-content:space-between;border-bottom:1px solid #eaeaea;padding:4px 0;color:#3369f3;text-decoration:none;font-size:14px}.profile__info-item--danger{color:#d32f2f}.profile__content{padding:60px;display:flex;flex-direction:column;width:100%}.profile__info-section{width:100%}.profile__info-list{display:flex;flex-direction:column;max-width:800px;margin:0 auto 40px;width:100%}.profile__info-actions{display:flex;flex-direction:column;max-width:800px;margin:0 auto;width:100%}.profile__form{display:flex;flex-direction:column;align-items:center}.signup-form__button{margin-bottom:20px}*{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:inherit}html{height:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;height:100%;background:#fff;color:#1e1e1e}ul,ol{padding-left:0;margin:0;list-style:none}#app{width:100%;height:100%}
