.input-error{color:red;font-size:13px}.toast{padding:12px 16px;border-radius:6px;color:#fff;margin:8px;font-size:14px;animation:fadeIn .3s ease}.toast--success{background:#28a745}.toast--error{background:#dc3545}.toast--info{background:#007bff}.toast--warning{background:#ffc107;color:#000}.toast--hide{animation:fadeOut .3s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:40px;width:100%;max-width:400px}@media (max-width: 480px){.login-card{padding:30px 20px}}.login-card__title{text-align:center;font-size:24px;font-weight:400;margin-bottom:30px;color:#333}.login-card__form,.login-card__form-group{margin-bottom:20px}.login-card__form-label{display:block;font-size:14px;color:#666;font-weight:400}.login-card__form-input{width:100%;padding:4px 0;border:none;border-bottom:1px solid #ddd;background:transparent;font-size:16px;color:#333;outline:none;transition:border-color .3s ease}.login-card__form-input::placeholder{color:#666}.login-card__form-input:focus{border-bottom-color:#4285f4}.login-card__form-input[type=password]{letter-spacing:2px}.login-card__form-input[type=password]::placeholder{letter-spacing:normal}.login-card__button{width:100%;background:#4285f4;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s ease;margin-top:30px}.login-card__button:hover{background:#3367d6}.login-card__button:active{transform:translateY(1px)}.login-card__button:disabled{background:#ccc;cursor:not-allowed;transform:none}.login-card__footer{text-align:center;margin-top:20px}.login-card__no-account-link{color:#4285f4;text-decoration:none;font-size:14px;transition:color .3s ease}.login-card__no-account-link:hover{color:#3367d6;text-decoration:underline}.loading .login-card__button{background:#ccc;cursor:not-allowed}.loading .login-card__button:after{content:"";display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-left:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5;color:#333}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.register-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:40px;width:100%;max-width:500px}@media (max-width: 600px){.register-card{padding:30px 20px;max-width:100%}}.register-card__title{text-align:center;font-size:24px;font-weight:400;margin-bottom:30px;color:#333}.register-card__form-group{margin-bottom:20px}.register-card__form-label{display:block;font-size:14px;color:#666;margin-bottom:8px}.register-card__form-input{width:100%;padding:4px 0;border:none;border-bottom:1px solid #ddd;background:transparent;font-size:16px;color:#333;outline:none;transition:border-color .3s ease}.register-card__form-input::placeholder{color:#999}.register-card__form-input:focus{border-bottom-color:#4285f4}.register-card__form-input[type=password]{letter-spacing:2px}.register-card__form-input[type=password]::placeholder{letter-spacing:normal}.register-card__button{width:100%;background:#4285f4;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s ease;margin-top:30px}.register-card__button:hover{background:#3367d6}.register-card__footer{text-align:center;margin-top:20px}.register-card__login-link{color:#4285f4;text-decoration:none;font-size:14px}.register-card__login-link:hover{text-decoration:underline}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f5;height:100vh;overflow:hidden}.chat__message-input-wrapper{width:100%}.chat__container{display:flex;height:100vh;background:#fff}.chat__sidebar{width:360px;background:#f8f9fa;border-right:1px solid #e1e5e9;display:flex;flex-direction:column}.chat__search{height:67px;padding:16px;background:#fff;border-bottom:1px solid #e1e5e9}.chat__search-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:20px;background:#f1f3f4;outline:none;font-size:14px}.chat__search-input:focus{background:#fff;border-color:#4285f4}.chat__conversations{flex:1;overflow-y:auto}.chat__conversation-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;position:relative;transition:background-color .2s}.chat__conversation-item:hover{background:#f0f2f5}.chat__conversation-item--active{display:flex;align-items:center;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;position:relative;transition:background-color .2s;background:#e3f2fd}.chat__avatar{width:48px;height:48px;border-radius:50%;background:#ddd;margin-right:12px;overflow:hidden;flex-shrink:0}.chat__avatar-image{width:100%;height:100%;object-fit:cover}.chat__conversation-info{flex:1;min-width:0}.chat__conversation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.chat__name{font-weight:500;color:#333;font-size:15px}.chat__time{font-size:12px;color:#999}.chat__last-message{font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat__unread-badge{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:#4285f4;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;display:none}.chat__main{flex:1;display:flex;flex-direction:column;background:#fff}.chat__main-header{height:67px;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e1e5e9;background:#fff}.chat__breadcrumb{font-size:15px;color:#666}.chat__current{color:#333;font-weight:500}.chat__menu-button{background:none;border:none;font-size:18px;cursor:pointer;padding:4px 8px;color:#666}.chat__messages{flex:1;overflow-y:auto;padding:20px;background:#fafbfc}.chat__date-separator{text-align:center;color:#999;font-size:12px;margin-bottom:20px;position:relative;display:flex;justify-content:center}.chat__date-separator:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e1e5e9;z-index:1}.chat__date-text{background:#fafbfc;padding:0 12px;position:relative;z-index:2;width:fit-content}.chat__message--incoming{margin-bottom:16px;display:flex;flex-direction:column;align-items:flex-start}.chat__message--outgoing{margin-bottom:16px;display:flex;flex-direction:column;align-items:flex-end}.chat__message--outgoing .chat__message-content{background:#e4edfd}.chat__message--outgoing .chat__message-time{color:#3369f3}.chat__message-content{max-width:50%;background:#fff;border-radius:18px;padding:12px 16px;box-shadow:0 1px 2px #0000001a;position:relative}.chat__message-image{position:relative;margin-bottom:8px;border-radius:12px;overflow:hidden}.chat__message-image img{width:100%;height:auto;display:block}.chat__image-duration{position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;padding:2px 6px;border-radius:4px;font-size:11px}.chat__message-text{font-size:14px;line-height:1.4}.chat__message-time{gap:3px;display:flex;align-items:center;justify-content:flex-end;width:100%;font-size:11px;color:#999;margin-top:4px;align-self:flex-end}.chat__message--incoming .chat__message-time{align-self:flex-start}.chat__input{height:67px;display:flex;align-items:center;padding:16px 20px;border-top:1px solid #e1e5e9;background:#fff;gap:12px}.chat__attach-button{background:none;border:none;font-size:18px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center}.chat__text-input{flex:1;border:1px solid #ddd;border-radius:20px;padding:8px 16px;outline:none;font-size:14px}.chat__text-input:focus{border-color:#4285f4}.chat__send-button{background:#4285f4;border:none;border-radius:50%;width:36px;height:36px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}.chat__send-button:hover{background:#3367d6}.chat__settings{height:67px;padding:16px;background:#fff;border-top:1px solid #e1e5e9;display:flex;align-items:center;justify-content:flex-end;gap:24px}.chat__settings button{cursor:pointer;background:transparent;border:none}.chat__settings button img{width:26px;height:26px}@media (max-width: 768px){.chat__sidebar{width:100%;position:absolute;z-index:10;height:100%}.chat__main{width:100%}}.profile{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:1000;transition:all .3s ease}.profile__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.profile__container{position:absolute;top:0;right:0;width:100vw;height:100vh;background:#fff;animation:profilePanelSlideIn .5s ease forwards;transition:transform .5s ease;overflow-y:auto;display:flex;align-items:center}.profile__back{width:64px;height:100%;background:#fbfbfb;display:flex;align-items:center;justify-content:center}.profile__back-btn{background:#3369f3;border:none;width:40px;height:40px;border-radius:50%;color:#fff;cursor:pointer;transition:.3s ease;display:flex;align-items:center;justify-content:center}.profile__back-btn:hover{opacity:.8}.profile__back-btn img{transform:rotate(180deg)}.profile__panel{width:100%;padding:20px}.profile__name{font-size:18px;font-weight:500;color:#333;margin:0}.profile__info{margin:0 auto 40px;max-width:510px}.profile__info--password{display:none}.profile__info-item{display:flex;margin-top:10px;align-items:center;border-bottom:1px solid #f0f0f0;justify-content:space-between}.profile__info-item.hidden{display:none}.profile__info-item label{font-size:14px;color:#666}.profile__info-item-input{width:300px;border:none;background:transparent;font-size:15px;color:#333;padding:8px 0;text-align:right}.profile__info-item-input:focus{outline:none}.profile__actions{margin:0 auto;max-width:510px;display:flex;flex-direction:column}.profile__actions .profile__action{background:none;border:none;padding:12px 0;font-size:15px;cursor:pointer;text-align:left}.profile__actions .profile__action.hidden{display:none}.profile__actions .profile__action--blue{color:#4285f4}.profile__actions .profile__action--red{color:#e74c3c}.profile__actions .profile__action:hover{opacity:.7}.profile__save-btn{margin:0 auto;background:#3369f3;height:37px;border-radius:8px;width:280px;font-weight:500;font-size:13px;line-height:100%;text-align:center;color:#fff}.profile__save-btn.hidden{display:none}.profile.open .profile__panel{transform:translate(0)}.remove-profile-sidebar{animation:profilePanelSlideOut .5s ease forwards}@keyframes profilePanelSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes profilePanelSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.change-avatar-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9000}.change-avatar-modal.hidden{display:none}.change-avatar-modal__body{padding:30px;width:340px;border-radius:12px;box-shadow:0 0 6px #00000024;background:#fff;display:flex;flex-direction:column;align-items:center}.change-avatar-modal__body-content{width:100%}.change-avatar-modal__body-content form{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:10px;margin-bottom:10px}.change-avatar-modal__body-content form input{padding:30px 0}.change-avatar-modal__body-content button{border-radius:8px;background:#3369f3;height:37px;color:#fff;width:100%}.change-avatar-modal__body-content button:hover{opacity:.8}.change-avatar-modal__body-header{display:flex;align-items:center;justify-content:space-between;width:100%}.change-avatar-modal__body-header h2{font-weight:500;font-size:15px;line-height:133%;text-align:center;color:#1e1e1e}.change-avatar-modal__body-header-close{cursor:pointer;font-size:30px;color:#1e1e1e;background-color:#fff}.change-avatar-modal__body-header-close:hover{color:red}.remove-change-avatar-modal{display:none!important}.profile__avatar{text-align:center;margin-bottom:40px}.profile__avatar-circle{width:130px;height:130px;border-radius:50%;background:#f0f0f0;margin:0 auto 15px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.profile__avatar-circle-overlay{display:none}.profile__avatar-circle:hover .profile__avatar-circle-overlay{display:flex!important;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;align-items:center;justify-content:center;background:#00000080;font-weight:500;font-size:13px;line-height:108%;color:#fff;text-align:center}*{margin:0;padding:0;box-sizing:border-box}button{cursor:pointer;border:none;transition:.4s ease}button:hover{opacity:.8}
