.page-with-sidebar-fixed{box-sizing:border-box;padding:16px 24px;position:fixed;inset:60px 0 64px;overflow:hidden}.page-with-sidebar{grid-template-columns:260px 1fr;gap:24px;max-width:1400px;height:100%;margin:0 auto;display:grid}.page-dialogs .profile-sidebar{position:static;top:auto}@media (max-width:768px){.page-dialogs .profile-sidebar{display:none}.page-with-sidebar{grid-template-columns:1fr}.dialogs{display:block;position:relative}.dialogs__sidebar--hidden,.dialogs__content--hidden{display:none!important}.dialogs__sidebar,.dialogs__content{width:100%;height:100%;position:absolute;inset:0}}.dialogs{box-sizing:border-box;z-index:0;grid-template-columns:320px 1fr;gap:24px;height:100%;max-height:100%;padding:0;display:grid;overflow:hidden}.dialogs__sidebar{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;padding:12px;display:flex;overflow:hidden}.dialogs__title{margin:4px 8px 12px;font-weight:600}.dialogs__list{overflow:hidden auto}.dialogs__item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;width:100%;padding:10px 8px;display:grid;overflow:hidden}.dialogs__item:hover{background:#fbf9ff;border-color:#f0e9ff}.dialogs__item.active{background:#f7f2ff;border-color:#e2d6ff}.dialogs__avatar{color:#777;background:#f2f2f2;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:600;display:flex;position:relative;overflow:hidden}.dialogs__avatar img{object-fit:cover;width:100%;height:100%}.dialogs__avatar-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.avatar-status-dot{background:#bbb;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px}.avatar-status-dot.online{background:#22c55e}.avatar-status-dot.offline{background:#bbb}.dialogs__meta{flex-direction:column;gap:4px;min-width:0;display:flex}.dialogs__name{color:#333;font-size:14px;font-weight:600}.dialogs__last{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.dialogs__date{color:#999;font-size:12px}.dialogs__unread{vertical-align:middle;background:#8f4ee6;border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.dialogs__content{background:#fff;border:1px solid #eee;border-radius:12px;grid-template-rows:auto 1fr auto;min-width:0;height:100%;min-height:0;max-height:100%;display:grid;overflow:hidden}.dialogs__header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:600;display:flex}.peer-status{vertical-align:middle;background:#bbb;border-radius:50%;width:8px;height:8px;margin-left:8px;display:inline-block}.peer-status.online{background:#22c55e}.peer-status.offline{background:#bbb}.dialogs__messages{flex-direction:column;gap:8px;min-height:0;max-height:100%;padding:16px;display:flex;overflow:hidden auto}.msg{flex-direction:column;flex-shrink:0;gap:4px;max-width:60%;display:flex;overflow:hidden}.msg--mine{align-self:flex-end}.msg--peer{align-self:flex-start}.msg__bubble{color:#333;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;background:#f4efff;border:1px solid #e8dcff;border-radius:12px;flex-direction:column;gap:6px;max-width:100%;padding:10px 12px;display:inline-flex}.msg--mine .msg__bubble{text-align:right;background:#e9f7ff;border-color:#cfeeff}.msg__time{color:#aaa;font-size:11px}.msg--mine .msg__time{text-align:right;align-self:flex-end}.typing-indicator{color:#999;align-self:flex-start;gap:4px;padding:0 12px;display:inline-flex}.typing-indicator .dot{background:#c7a6f2;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingBlink;display:inline-block}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.msg__attachments{flex-direction:column;gap:8px;max-width:100%;margin-top:6px;display:flex;overflow:hidden}.msg__attachments img{object-fit:contain;border-radius:8px;width:100%;max-width:100%;max-height:300px;display:block}.msg__attachments video{object-fit:contain;border-radius:8px;width:100%;max-width:100%;max-height:320px}.msg__attachments a{color:#1e40af;word-break:break-all;text-decoration:underline;display:block}.image-viewer-overlay{z-index:99999;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.image-viewer-content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.image-viewer-content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh}.dialogs__attach{align-items:center;gap:6px;display:flex}.dialogs__attach button{cursor:pointer;color:#8f4ee6;background:#f0e9ff;border:1px solid #e2d6ff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;font-size:16px;display:inline-flex}.dialogs__attach button svg{width:24px;height:24px;display:block}.dialogs__picked{color:#666;padding:6px 12px;font-size:12px}.picked-list{flex-wrap:wrap;gap:8px;padding:8px 12px;display:flex}.picked-item{background:#f6f3ff;border:1px solid #e8dcff;border-radius:8px;justify-content:center;align-items:center;width:90px;height:64px;display:flex;position:relative;overflow:hidden}.picked-item img,.picked-item video{object-fit:cover;width:100%;height:100%}.picked-chip{background:#f6f3ff;border:1px solid #e8dcff;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;display:inline-flex}.picked-chip .name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.picked-remove{color:#fff;text-align:center;cursor:pointer;background:#00000080;border:none;border-radius:50%;width:18px;height:18px;line-height:18px;position:absolute;top:4px;right:4px}.picked-chip .picked-remove{color:#666;background:0 0;width:auto;height:auto;padding:0 4px;line-height:1;position:static}.dialogs__input{border-top:1px solid #f0f0f0;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:12px;display:grid}.dialogs__input input{border:1px solid #e6e6e6;border-radius:10px;outline:none;width:100%;padding:10px 12px}.dialogs__input input:focus{border-color:#cdbfff}.dialogs__input button{color:#fff;cursor:pointer;background:#7d54ff;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;display:inline-flex}.dialogs__empty{color:#888;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:16px;display:flex}.page-dialogs .footer-main{display:none}.page-dialogs .footer-bottom{z-index:10;position:fixed;bottom:0;left:0;right:0}.dialogs__close{color:#999;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;line-height:1;display:inline-flex}.dialogs__close:hover{color:#333;background:#0000000d}.dialogs__back{color:#999;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;font-weight:700;line-height:1;display:inline-flex}.dialogs__back:hover{color:#333;background:#0000000d}:root{--font_default:"Inter",sans-serif;--color_text_default:#333;--color_text_default_rgb:51,51,51;--color_surface_default:#fff;--color_surface_default_rgb:255,255,255;--color_primary_contrast_default:#fff;--color_primary_contrast_default_rgb:255,255,255;--color_primary_default:#222}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font_default);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}a{color:inherit;text-decoration:none}a:hover{color:inherit;cursor:pointer;text-decoration:underline}a:visited{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}button:disabled{opacity:.6;cursor:not-allowed}.material-icons-outline{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Icons Outlined;font-size:50px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.material-icons{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Icons;font-size:50px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.header{z-index:999;background-color:var(--color_surface_default);width:100%;min-width:100%;height:60px;min-height:60px;max-height:60px;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 4px 2px #f0f0f0}.header-wrapper{justify-content:center;align-items:center;width:100%;min-width:100%;height:60px;min-height:60px;max-height:60px;display:flex;position:absolute;top:0;left:0;right:0}.header-container{flex-direction:row;flex-grow:1;justify-content:space-between;align-items:center;gap:30px;width:100%;max-width:1200px;height:max-content;margin:0 auto;padding:0;display:flex;position:relative}.header-container>:first-child,.header-container>:last-child{flex:none}.header-logo{color:var(--color_text_default);white-space:pre-wrap;cursor:pointer;flex-grow:0;width:max-content;font-family:Dela Gothic One,sans-serif;font-size:24px;font-weight:400;line-height:1.4}.header-nav{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:30px;width:max-content;margin:0 auto;display:flex}.header-nav-link{word-break:break-word;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;cursor:pointer;pointer-events:auto;font-family:var(--font_default);color:#999;flex-grow:0;width:max-content;font-size:14px;font-weight:400;line-height:1.5}.header-nav-link:hover{color:#999;text-decoration:underline}.header-nav-link:visited{color:#999}.header-nav-link.active{color:var(--color_text_default);text-decoration:underline}.header-button{font-family:var(--font_default);color:#fff;text-align:center;cursor:pointer;background:#151515;border-radius:30px;width:200px;min-width:200px;max-width:200px;height:40px;min-height:40px;max-height:40px;padding:6px 12px;font-size:14px;font-weight:400;line-height:1;transition:background .2s}.header-button:hover{text-decoration:none}.header-icon{align-items:center;width:45px;min-width:45px;max-width:45px;height:45px;min-height:45px;max-height:45px;margin-left:auto;display:flex;position:relative}.header-icon img{object-fit:contain;width:100%;height:100%;display:block}.header-user-menu{align-items:center;display:flex;position:relative}.header-user-button{cursor:pointer;font-family:var(--font_default);color:var(--color_text_default);background:0 0;border:none;border-radius:30px;align-items:center;gap:10px;padding:6px 12px;font-size:14px;transition:background .2s;display:flex}.header-user-button:hover{background:#0000000d}.header-user-avatar{color:#fff;background:#151515;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:500;display:flex}.header-user-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.header-user-name{white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-weight:400;overflow:hidden}.header-user-arrow{flex-shrink:0;transition:transform .2s}.header-user-arrow.open{transform:rotate(180deg)}.header-user-dropdown{z-index:1000;background:#fff;border-radius:12px;flex-direction:column;gap:4px;min-width:220px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 4px 12px #00000026}.header-user-dropdown-item{font-family:var(--font_default);color:var(--color_text_default);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-size:14px;font-weight:400;text-decoration:none;transition:background .2s;display:flex}.header-user-dropdown-item:hover{background:#0000000d;text-decoration:none}.header-user-dropdown-item svg{color:#999;flex-shrink:0}.header-user-dropdown-item:hover svg{color:var(--color_text_default)}.header-burger,.header-mobile-login{cursor:pointer;width:32px;height:32px;color:var(--color_text_default);z-index:2;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none;position:relative}.header-mobile-menu{background-color:var(--color_surface_default);z-index:998;flex-direction:column;width:100%;padding:0;display:none;position:fixed;top:60px;left:0;box-shadow:2px 2px 4px #ccc}.header-mobile-menu-link{font-family:var(--font_default);color:#999;border-bottom:1px solid #0000000d;padding:16px 20px;font-size:14px;font-weight:400;text-decoration:none;transition:background .2s,color .2s;display:block}.header-mobile-menu-link:last-child{border-bottom:none}.header-mobile-menu-link:hover,.header-mobile-menu-link.active{color:var(--color_text_default);background:#00000005}@media (max-width:768px){.header-burger,.header-mobile-login,.header-mobile-menu{display:flex!important}.header-nav,.header-button{display:none}.header-container{justify-content:space-between;gap:10px;padding:0 15px}.header-logo{z-index:1;pointer-events:auto;position:absolute;left:50%;transform:translate(-50%);visibility:visible!important;display:block!important}.header-user-menu{display:flex}.header-user-button{gap:0;padding:4px}.header-user-name,.header-user-arrow{display:none}.header-user-avatar{width:32px;height:32px;font-size:12px}.header-user-dropdown{top:calc(100% + 5px);right:15px}.header-icon{display:none}}.footer{flex-flow:wrap;flex-grow:0;flex-shrink:0;justify-content:flex-start;align-self:flex-start;gap:40px 0;width:100%;min-width:0;height:max-content;min-height:0;margin-top:auto;display:flex}.footer-main{flex-direction:column;flex-grow:1;order:1;justify-content:flex-start;row-gap:40px;width:100%;min-width:100%;max-width:100%;height:max-content;min-height:280px;padding:70px 0;display:flex}.footer-content{opacity:1;z-index:4;border-top:1px solid #e5e5e5;border-radius:0;flex-wrap:wrap;flex-grow:0;flex-shrink:0;order:2;justify-content:space-between;align-self:center;gap:40px 0;width:100%;min-width:0;max-width:1200px;height:max-content;min-height:0;margin:0;padding:40px 0 0;display:flex}.footer-logo{white-space:pre-wrap;color:var(--color_text_default);flex-grow:0;flex-shrink:0;align-self:flex-start;width:max-content;min-width:0;font-family:Dela Gothic One,sans-serif;font-size:124px;font-weight:400;line-height:1.1}.footer-description{white-space:pre-wrap;font-family:var(--font_default);color:var(--color_text_default);font-size:14px;font-weight:400;line-height:1.4}.footer-contacts-block{flex-direction:column;flex-grow:0;justify-content:flex-start;align-self:flex-start;row-gap:15px;width:max-content;min-width:0;height:max-content;min-height:0;display:flex}.footer-instructions-block{flex-direction:column;flex-grow:0;justify-content:flex-start;align-self:flex-start;row-gap:20px;width:max-content;min-width:0;height:max-content;min-height:0;display:flex}.footer-instructions-title{white-space:pre-wrap;font-family:var(--font_default);color:var(--color_primary_default);flex-grow:0;flex-shrink:0;width:auto;font-size:24px;font-weight:400;line-height:1.4}.footer-links{flex-direction:column;flex-grow:0;flex-shrink:0;justify-content:flex-start;row-gap:15px;width:auto;display:flex}.footer-link{word-break:break-word;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;cursor:pointer;pointer-events:auto;font-family:var(--font_default);color:var(--color_text_default);flex-grow:0;flex-shrink:0;width:auto;font-size:14px;font-weight:400;line-height:1.5;text-decoration:none}.footer-link:hover{color:var(--color_text_default);text-decoration:underline}.footer-link:visited{color:var(--color_text_default)}.footer-address{width:max-content}.footer-contacts{flex-direction:row;flex-grow:0;flex-shrink:0;justify-content:flex-start;gap:10px 40px;width:auto;display:flex}.footer-bottom{background-color:#000;flex-direction:row;flex-grow:1;order:2;justify-content:center;width:100%;min-width:100%;max-width:100%;height:64px;min-height:64px;max-height:64px;padding:20px 0;display:flex}.footer-bottom-container{flex-flow:wrap;flex-grow:1;justify-content:space-between;align-items:center;gap:10px 0;width:0;max-width:1200px;height:max-content;min-height:24px;display:flex}.footer-copyright{white-space:pre-wrap;font-family:var(--font_default);color:#ffffff80;flex-grow:0;width:max-content;font-size:14px;font-weight:400;line-height:1.4}.footer-bottom-links{flex-direction:row;flex-grow:0;justify-content:flex-start;align-self:center;gap:5px 30px;width:auto;min-width:0;height:max-content;min-height:0;display:flex}.footer-bottom-link{word-break:break-word;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;cursor:pointer;pointer-events:auto;font-family:var(--font_default);color:var(--color_primary_contrast_default);flex-grow:0;width:max-content;font-size:14px;font-weight:400;line-height:1.5;text-decoration:none}.footer-bottom-link:hover{color:var(--color_primary_contrast_default);text-decoration:underline}.footer-bottom-link:visited{color:var(--color_primary_contrast_default)}@media (max-width:768px){.footer-content{flex-direction:column;gap:40px;padding:40px 10px 0}.footer-logo{width:100%;font-size:48px}.footer-instructions-block,.footer-contacts-block,.footer-address{width:100%}.footer-contacts{flex-direction:column;gap:10px;width:100%}.footer-links{width:100%}.footer-bottom{align-items:center;height:120px;min-height:auto;max-height:none;padding:20px 10px}.footer-copyright{width:max-content}.footer-bottom-link{min-width:100%}.footer-bottom-links{flex-direction:column}}.main-content{min-height:calc(100vh - 60px)}
