:root{color-scheme:light}body{margin:0;font-family:Poppins,Nunito,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;box-sizing:border-box;padding:0}.search{background-color:#eaebf0;outline:none;border:none}body{background:transparent;color:var(--text-main);font-family:Poppins,Nunito,sans-serif}nav{background-color:transparent}.border_radius{border-radius:15px}.width{width:15%}.outline{outline:none}.width2{width:15%}.white{background-color:#fff}.grey{color:#383838}.dark_grey{background-color:#ced0d6}.color{background-color:#1f79ff}.blue:hover{color:#1f79ff;cursor:pointer}.blue{transition:.3s}.text{color:#777676;font-size:15px}.button_post{transition:.3s;color:#fff}.button_post:hover{box-shadow:#888787 0 2px 5px}.button_save{transition:.3s;background-color:#fff}.button_save:hover{background-color:#1f79ff;color:#fff;border:#1f79ff 2px solid}.search_icon{top:12px;color:#807f7f}.width30{width:35%}.icon{color:#f6b800;color:#000;background-color:#eaebf0;width:50px;height:50px;text-align:center;line-height:50px}textarea{resize:none;overflow:auto;border:none;border-bottom:rgb(163,163,163) 1px solid;width:88%}.heart,.heart:hover{color:#f44747}.comment{color:#e8e8e9;text-shadow:0px 0px 1px black}i{transition:.3s}i:hover{cursor:pointer}.max_height{height:600px}@media screen and (max-width:1100px){h6{font-size:13px}}button{text-overflow:ellipsis}.cover_photo{background-size:cover;background-position:center}.button_edit{right:15px;bottom:15px}.profile_photo{background-position:center;background-size:contain;width:300px;height:300px;position:absolute;bottom:10px;border-radius:50%}.edit_profile{right:10px;bottom:10px}.profile_img{text-align:center;height:200px;width:200px;margin-top:2px;margin-bottom:15px}.c{text-align:center}.width{width:40%}.center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}input{outline:none;border:none}.camera_icon{position:absolute;bottom:10px;right:10px}.hover{cursor:pointer;border:1px solid #dee2e6}.hover:hover{outline:#0d6efd solid}.scroll{height:79%}.scroll2{height:79.5%;overflow:scroll;flex-direction:column;display:flex;background-color:var(--surface-strong);background-size:cover;background-position:center}*{padding:0;margin:0}.grey{background-color:#222831;padding:0}.small{font-size:14px}.green{color:#fff}.green2{background-color:#00adb5}.hovering{transition:.1s}.hovering:hover{cursor:pointer}.border-radius{border-radius:15px}.f{text-align:center;margin:32% auto auto;width:640px;font-family:Times New Roman,Times,serif;font-weight:700}.circle{width:10px;height:10px;border-radius:100%;background-color:#0c47c7;opacity:0}@keyframes circle1{0%{opacity:0;transform:translateY(-15px)}to{opacity:1}}@keyframes circle2{0%{opacity:0;transform:translateY(-15px)}to{opacity:1}}@keyframes circle3{0%{opacity:0;transform:translateY(-15px)}to{opacity:1}}@keyframes circle4{0%{opacity:0;transform:translateY(-15px)}to{opacity:1}}.circle1{animation:circle1 .8s infinite alternate}.circle2{animation:circle1 .8s .4s infinite alternate}.circle3{animation:circle1 .8s .8s infinite alternate}.circle4{animation:circle1 .8s 1.2s infinite alternate}.chat-avatar{width:34px;height:34px;min-width:34px;border-radius:50%;object-fit:cover}.chat-bubble-row{width:100%;display:flex;align-items:flex-end;gap:10px}.chat-bubble-row.self{justify-content:flex-end}.emoji-picker{position:absolute;bottom:64px;left:16px;z-index:20;width:250px;border-radius:16px;padding:12px;background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow-card)}.emoji-grid{display:flex;flex-direction:column;gap:10px;max-height:220px;overflow-y:auto}.emoji-section{padding-bottom:4px;border-bottom:1px solid var(--line)}.emoji-section:last-child{border-bottom:none}.emoji-section-title{margin-bottom:6px;font-size:12px;font-weight:600;color:var(--text-muted)}.emoji-btn{border:none;background:transparent;font-size:24px;line-height:1;padding:6px;border-radius:10px;cursor:pointer}.emoji-btn:hover{background:var(--accent-soft)}.emoji-trigger:disabled,.upload-trigger:disabled{opacity:.5;cursor:not-allowed}.chat-image{display:block;max-width:260px;max-height:280px;border-radius:16px;object-fit:cover}.chat-message-card{display:inline-flex;flex-direction:column;gap:8px}.chat-option-avatar,.chat-list-avatar-wrap,.chat-header-avatar-wrap{position:relative;display:inline-flex}.chat-status-dot{position:absolute;right:10px;bottom:2px;width:12px;height:12px;border-radius:50%;border:2px solid var(--surface-strong);background:#9aa0a6}.chat-status-dot.online{background:#22c55e}.chat-status-dot.offline{background:#9aa0a6}.chat-status-text{margin-bottom:0;font-size:13px}.chat-status-text.typing{font-weight:600}.chat-preview-text{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-preview-text.unread{color:var(--text-main);font-weight:700}.chat-media-grid{display:grid;grid-template-columns:1fr;gap:8px}.chat-media-grid.multiple{grid-template-columns:repeat(2,minmax(110px,1fr))}.chat-media-thumb{position:relative;border:none;padding:0;background:transparent;cursor:pointer}.chat-media-thumb img{width:100%}.view-once-chip{position:absolute;right:10px;bottom:10px;padding:4px 8px;border-radius:999px;background:#111827cc;color:#fff;font-size:12px}.view-once-placeholder{min-width:180px;padding:14px 16px;border-radius:16px;background:var(--surface-soft);border:1px solid var(--line);color:var(--text-muted)}.view-once-title,.view-once-subtitle{display:block}.view-once-title{font-weight:700}.view-once-subtitle{font-size:12px}.deleted-message-placeholder{display:inline-flex;align-items:center;padding:10px 14px;border-radius:16px;background:var(--surface-soft);color:var(--text-muted);font-size:13px;font-style:italic}.chat-message-meta{display:flex;align-items:center;gap:8px;margin-top:2px}.chat-message-meta.self{justify-content:flex-end}.chat-message-time{font-size:11px;color:var(--text-muted)}.chat-delete-btn{border:none;background:transparent;color:#dc2626;font-size:11px;cursor:pointer;padding:0}.chat-message-menu-btn{border:none;background:transparent;color:var(--text-muted);cursor:pointer;padding:0;line-height:1}.chat-message-menu-dots{font-size:18px;letter-spacing:1px}.chat-selected-media-list{display:flex;flex-wrap:wrap;gap:12px}.chat-selected-media{position:relative;display:inline-flex}.chat-selected-media img{width:72px;height:72px;border-radius:16px;object-fit:cover;border:1px solid rgba(0,0,0,.08)}.chat-selected-media-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border:none;border-radius:50%;background:#dc3545;color:#fff;font-size:13px;line-height:1;cursor:pointer}.chat-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.view-once-toggle{border:none;border-radius:999px;padding:6px 12px;background:var(--surface-soft);color:var(--text-main);font-size:13px;font-weight:600}.view-once-toggle.active{background:linear-gradient(135deg,var(--accent) 0%,#ff9a4b 100%);color:#fff}.chat-media-viewer{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;background:#000000d1}.chat-media-viewer-content{max-width:84vw;max-height:90vh;display:flex;flex-direction:column;gap:12px}.chat-media-viewer-image{max-width:84vw;max-height:80vh;border-radius:18px;object-fit:contain}.chat-media-viewer-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff}.chat-media-viewer-close,.chat-media-viewer-nav{position:absolute;border:none;border-radius:999px;background:#ffffff29;color:#fff;cursor:pointer}.chat-media-viewer-close{top:24px;right:24px;width:42px;height:42px;font-size:20px}.chat-media-viewer-nav{top:50%;transform:translateY(-50%);width:46px;height:46px;font-size:20px}.chat-media-viewer-nav.prev{left:24px}.chat-media-viewer-nav.next{right:24px}.chat-sidebar-top{display:flex;flex-direction:column;gap:10px}.chat-home-link{display:inline-flex;align-items:center;gap:8px;border:none;border-radius:999px;padding:10px 14px;background:var(--accent-soft);color:var(--accent-deep);font-size:13px;font-weight:700}.chat-home-link.compact{padding:9px 12px}.chat-header-actions{display:flex;align-items:center;gap:10px}.chat-close-btn{width:42px;height:42px;border:none;border-radius:14px;background:var(--surface-soft);color:var(--text-main)}.chat-search-field .MuiInputBase-root{color:var(--text-main);background:var(--surface-strong)}.chat-search-field .MuiInputBase-input::placeholder{color:var(--text-muted);opacity:1}.chat-search-field .MuiSvgIcon-root{color:var(--text-muted)}.chat-sidebar-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.chat-sidebar-toggle-btn{border:1px solid var(--line-strong);border-radius:14px;padding:10px 14px;background:var(--surface-strong);color:var(--text-main);font-size:13px;font-weight:600}.chat-sidebar-toggle-btn:hover{background:var(--accent-soft);color:var(--accent-deep)}.chat-thread-card{border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.chat-thread-card.unread{border-color:#0d6efd33;box-shadow:0 12px 24px #0d6efd14}.chat-thread-title-unread{font-weight:800}.chat-thread-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.chat-unread-pill{min-width:28px;padding:4px 8px;border-radius:999px;background:#0d6efd;color:#fff;font-size:12px;font-weight:700;text-align:center}.chat-notification-item{display:flex;flex-direction:column;gap:2px;min-width:210px}.chat-notification-item span{color:var(--text-muted);font-size:12px}.chat-chat-chip{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:var(--accent-soft);color:var(--accent-deep);font-size:10px;font-weight:700;vertical-align:middle}.chat-user-trigger{border:none;background:transparent;padding:0;text-align:left}.chat-blocked-banner{margin-bottom:10px;padding:10px 12px;border-radius:14px;background:var(--accent-soft);color:var(--accent-deep);font-size:13px;font-weight:600}.chat-profile-panel{position:absolute;top:92px;right:18px;width:320px;max-width:calc(100% - 36px);padding:22px;border-radius:26px;background:var(--surface-strong);border:1px solid var(--line);box-shadow:var(--shadow-soft);z-index:30}.chat-profile-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:none;border-radius:12px;background:var(--surface-soft);color:var(--text-main)}.chat-profile-image{width:88px;height:88px;border-radius:26px;object-fit:cover;margin-bottom:14px}.chat-profile-about{color:var(--text-muted);font-size:14px;line-height:1.65}.chat-profile-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0}.chat-profile-stats div{padding:12px;border-radius:16px;background:var(--surface-soft);border:1px solid var(--line)}.chat-profile-stats strong{display:block;font-size:18px}.chat-profile-stats span{color:var(--text-muted);font-size:12px}.chat-profile-actions-list{display:flex;flex-direction:column;gap:10px}.chat-profile-btn{border:none;border-radius:16px;padding:11px 14px;background:var(--surface-soft);color:var(--text-main);font-weight:600;text-align:left}.chat-profile-btn.danger{background:#dc26261a;color:#b91c1c}.chat-muted-icon,.chat-muted-copy{color:var(--text-muted)!important}.chat-input-field{border:1px solid transparent;box-shadow:none}.chat-input-field::placeholder{color:var(--text-muted);opacity:1}.chat-input-field:focus{color:var(--text-main);background:var(--surface-strong);border-color:#dc5b4d52;box-shadow:0 0 0 4px #dc5b4d1a}@media screen and (max-width:900px){.chat-layout{height:auto!important;min-height:100vh;flex-wrap:wrap}.chat-sidebar-pane,.chat-content-pane{width:100%;max-width:100%;flex:0 0 100%}.chat-sidebar-pane{min-height:100vh}.chat-sidebar-pane-hidden{display:none}.chat-content-pane{min-height:100vh}.chat-empty-pane{display:none}.scroll{height:auto;max-height:calc(100vh - 140px)}.scroll2{height:auto;min-height:0}.chat-layout .input-group{padding-right:0!important;padding-left:0!important;width:100%;margin-top:12px!important}.chat-layout .MuiStack-root,.chat-layout .MuiAutocomplete-root{width:100%!important}.chat-home-link span,.chat-sidebar-top .brand-copy{display:none}.chat-profile-panel{position:fixed;top:90px;left:12px;right:12px;width:auto;max-width:none}.chat-media-viewer-close{top:12px;right:12px}.chat-media-viewer-nav.prev{left:10px}.chat-media-viewer-nav.next{right:10px}.chat-media-viewer-content,.chat-media-viewer-image{max-width:calc(100vw - 32px)}}
