/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@keyframes chat-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes chat-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes chat-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes typing-dot{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes pulse-online{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 4px #22c55e00}}@keyframes message-pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes new-message-glow{0%,to{filter:drop-shadow(0 0 #8b5cf600)}50%{filter:drop-shadow(0 0 6px #8b5cf699)}}@keyframes chat-bubble-bounce{0%{transform:scale(1)}30%{transform:scale(.9)}50%{transform:scale(1.05)}70%{transform:scale(.98)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}@keyframes chat-panel-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-panel-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@keyframes chat-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes chat-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes chat-modal-slide-up{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chat-modal-slide-down{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(30px)scale(.96)}}@keyframes chat-tab-content-in{0%{opacity:0}to{opacity:1}}@keyframes chat-footer-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-hud{z-index:1000;pointer-events:none;align-items:flex-end;gap:12px;padding:0 20px 0 0;display:flex;position:fixed;bottom:0;right:0}.chat-hud>*{pointer-events:auto}.chat-hud__windows{flex-direction:row-reverse;align-items:flex-end;gap:12px;display:flex;position:relative}.chat-hud__window-wrapper{flex-shrink:0}.chat-hud__window-wrapper--mobile{z-index:1001;position:fixed;inset:0}.chat-hud__window-wrapper--closing .chat-window{animation:chat-slide-down .25s cubic-bezier(.4,0,1,1) forwards}.chat-hud__bubbles{align-items:center;gap:8px;padding-bottom:16px}.chat-hud__bubbles,.chat-window{flex-direction:column;display:flex}.chat-window{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);width:340px;height:450px;box-shadow:var(--shadow-lg),0 0 40px #0000004d;transform-origin:bottom;border:1px solid var(--glass-border);border-bottom:none;border-radius:20px 20px 0 0;animation:chat-slide-up .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}[data-theme=light] .chat-window{background:#fffffffa;border-color:#7c3aed26;box-shadow:0 8px 40px #7c3aed1f,0 0 0 1px #7c3aed14}.chat-window__header{cursor:pointer;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:50px;padding:8px 10px;transition:background .2s;display:flex;position:relative}.chat-window__header:hover{background:#ffffff0d}[data-theme=light] .chat-window__header:hover{background:#7c3aed0a}.chat-window__header-info{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.chat-window__avatar-wrapper{flex-shrink:0;width:36px;height:36px;position:relative}.chat-window__avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.chat-window__avatar--fallback{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.chat-window__online-dot{border:2px solid var(--bg-primary);box-sizing:border-box;background:#22c55e;border-radius:50%;width:10px;height:10px;animation:pulse-online 2s ease-in-out infinite;position:absolute;bottom:3px;right:3px}[data-theme=light] .chat-window__online-dot{border-color:#fff}.chat-window__header-text{flex:1;min-width:0}.chat-window__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.3;display:block;overflow:hidden}.chat-window__participant-count{color:var(--text-secondary);font-size:11px;line-height:1.3;display:block}.chat-window__status-text{color:#22c55e;font-size:11px;line-height:1.3;display:block}.chat-window__header-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.chat-window__header-btn{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-window__header-btn:hover{color:var(--text-primary);background:#ffffff1a}[data-theme=light] .chat-window__header-btn:hover{color:var(--accent-primary);background:#7c3aed14}.chat-window__header-btn:active{transform:scale(.9)}.chat-window__header-btn svg{width:16px;height:16px}.chat-input{background:var(--glass-bg);border-top:1px solid var(--border-color-light);flex-direction:column;flex-shrink:0;padding:8px 10px 10px;display:flex}[data-theme=light] .chat-input{background:#fffffffa;border-top-color:#0000000f}.chat-window__input-blocked{background:var(--glass-bg);border-top:1px solid var(--border-color-light);color:var(--text-tertiary);flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:14px 10px;font-size:12px;display:flex}.chat-window__input-blocked svg{opacity:.5;flex-shrink:0}[data-theme=light] .chat-window__input-blocked{background:#fffffffa;border-top-color:#0000000f}.chat-input__reply-bar{background:#8b5cf614;border-left:3px solid #8b5cf6;border-radius:10px;align-items:center;gap:8px;margin-bottom:6px;padding:6px 10px;animation:chat-fade-in .2s ease-out;display:flex}.chat-input__reply-content{flex:1;min-width:0}.chat-input__reply-label{color:#8b5cf6;font-size:11px;font-weight:500;display:block}.chat-input__reply-text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.chat-input__reply-close{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-input__reply-close:hover{color:#ef4444;background:#ef444426}.chat-input__row{align-items:flex-end;gap:6px;display:flex}.chat-input__icon-btn{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-input__icon-btn:hover{color:#8b5cf6;background:#ffffff1a}[data-theme=light] .chat-input__icon-btn:hover{color:var(--accent-primary);background:#7c3aed14}.chat-input__icon-btn--active{color:#8b5cf6}.chat-input__icon-btn:active{transform:scale(.9)}.chat-input__icon-btn svg{width:20px;height:20px}.chat-input__textarea{resize:none;background:var(--bg-secondary);border:none;border:1px solid var(--border-color-light);color:var(--text-primary);border-radius:20px;outline:none;flex:1;max-height:calc(5.6em + 16px);padding:8px 14px;font-family:inherit;font-size:14px;line-height:1.4;transition:border-color .2s;overflow-y:auto}[data-theme=light] .chat-input__textarea{background:#f5f5f5;border-color:#00000014}.chat-input__textarea::placeholder{color:var(--text-tertiary)}.chat-input__textarea:focus{border-color:#8b5cf666}.chat-input__textarea::-webkit-scrollbar{display:none}.chat-input__textarea{scrollbar-width:none}.chat-input__send-btn{width:32px;height:32px;color:var(--text-tertiary);cursor:default;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-input__send-btn--active{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 2px 8px #8b5cf64d}.chat-input__send-btn--active:hover{transform:scale(1.05);box-shadow:0 4px 12px #8b5cf680}.chat-input__send-btn--active:active{transform:scale(.9)}[data-theme=light] .chat-input__send-btn{background:#0000000f}.chat-input__send-btn svg{width:16px;height:16px}.chat-input__upload-spinner{animation:chatUploadSpin .8s linear infinite}@keyframes chatUploadSpin{to{transform:rotate(1turn)}}.chat-input__media-preview{scrollbar-width:none;gap:8px;padding:8px 10px 4px;display:flex;overflow-x:auto}.chat-input__media-preview::-webkit-scrollbar{display:none}.chat-input__media-thumb{border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;width:56px;height:56px;animation:chatThumbIn .2s;position:relative;overflow:hidden}@keyframes chatThumbIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.chat-input__media-thumb img{object-fit:cover;width:100%;height:100%}.chat-input__file-icon{color:#8b5cf6;background:#8b5cf61a;width:100%;height:100%}.chat-input__file-icon,.chat-input__media-remove{justify-content:center;align-items:center;display:flex}.chat-input__media-remove{color:#fff;cursor:pointer;opacity:0;background:#000000b3;border:none;border-radius:50%;width:18px;height:18px;padding:0;transition:opacity .15s;position:absolute;top:2px;right:2px}.chat-input__media-thumb:hover .chat-input__media-remove{opacity:1}[data-theme=light] .chat-input__media-thumb{border-color:#0000001a}[data-theme=light] .chat-input__file-icon{background:#8b5cf614}.chat-window__messages{overscroll-behavior:contain;flex-direction:column;flex:1;gap:2px;padding:12px 10px;display:flex;overflow:hidden auto}.chat-window__messages::-webkit-scrollbar{width:4px}.chat-window__messages::-webkit-scrollbar-track{background:0 0}.chat-window__messages::-webkit-scrollbar-thumb{background:0 0;border-radius:2px;transition:background .2s}.chat-window__messages:hover::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=light] .chat-window__messages:hover::-webkit-scrollbar-thumb{background:#7c3aed33}.chat-window__messages{scrollbar-width:thin;scrollbar-color:transparent transparent}.chat-window__messages:hover{scrollbar-color:#ffffff26 transparent}[data-theme=light] .chat-window__messages:hover{scrollbar-color:#7c3aed33 transparent}.chat-window__loading{padding:16px}.chat-window__date-separator,.chat-window__loading{justify-content:center;align-items:center;display:flex}.chat-window__date-separator{padding:12px 0 8px}.chat-window__date-separator span{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-color-light);color:var(--text-tertiary);-webkit-user-select:none;user-select:none;border-radius:12px;padding:4px 14px;font-size:11px;font-weight:500}[data-theme=light] .chat-window__date-separator span{color:var(--text-secondary);background:#ffffffe6;border-color:#0000000f}.chat-window__date-separator--time{padding:6px 0 4px}.chat-window__date-separator--time span{-webkit-backdrop-filter:none;color:var(--text-tertiary);opacity:.7;background:0 0;border:none;padding:2px 10px;font-size:10px}.chat-window__scroll-bottom{border:1px solid var(--border-color-light);background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-sm);z-index:5;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;animation:chat-fade-in .2s;display:flex;position:absolute;bottom:70px;left:50%;transform:translate(-50%)}.chat-window__scroll-bottom:hover{background:var(--hover-bg);color:#8b5cf6;border-color:#8b5cf64d}.chat-window__product-context{background:#8b5cf60f;border:1px solid #8b5cf626;border-radius:12px;align-items:center;gap:10px;margin:0 0 8px;padding:10px 12px;display:flex}.chat-window__product-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:48px;height:48px}.chat-window__product-info{flex:1;min-width:0}.chat-window__product-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.chat-window__product-price{color:#8b5cf6;margin-top:2px;font-size:12px;font-weight:600;display:block}.chat-msg{align-items:flex-start;gap:6px;max-width:100%;padding:1px 0;display:flex;position:relative}.chat-msg--grouped{padding-top:0}.chat-msg+.chat-msg:not(.chat-msg--grouped){margin-top:8px}.chat-msg--other{flex-direction:row;justify-content:flex-start}.chat-msg--own{flex-direction:row-reverse;justify-content:flex-start}.chat-msg--system{justify-content:center;padding:8px 0}.chat-msg__system-text{color:var(--text-tertiary);text-align:center;padding:4px 12px;font-size:12px}.chat-msg__avatar-col{flex-shrink:0;align-self:flex-end;width:28px}.chat-msg__avatar-col--spacer{visibility:hidden}.chat-msg__avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.chat-msg__avatar--fallback{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.chat-msg__content-wrapper{min-width:0;max-width:75%}.chat-msg__sender-name{color:var(--text-secondary);margin-bottom:2px;padding-left:4px;font-size:11px;font-weight:600;display:block}.chat-msg__bubble-row{align-items:center;gap:4px;display:flex;position:relative}.chat-msg__bubble-row--own{flex-direction:row-reverse}.chat-msg__bubble{word-wrap:break-word;word-break:break-word;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color-light);border-radius:18px 18px 18px 4px;padding:10px 14px;font-size:14px;line-height:1.4;transition:filter .2s;position:relative}[data-theme=light] .chat-msg__bubble{background:#f0f0f0;border-color:#0000000f}.chat-msg__bubble--own{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-bottom-right-radius:4px;border-bottom-left-radius:18px}[data-theme=light] .chat-msg__bubble--own{color:#1e1035;background:#8b5cf621;border:1px solid #8b5cf62e}.chat-msg__bubble--deleted{color:var(--text-tertiary);border:1px dashed var(--border-color)!important;background:0 0!important}.chat-msg__deleted-text{font-size:13px;font-style:italic}.chat-msg__actions{z-index:5;align-items:center;gap:2px;animation:chat-fade-in .15s;display:flex;position:absolute;bottom:-10px;right:0}.chat-msg__actions--own{flex-direction:row-reverse}.chat-msg__action-btn{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;border:none;border:1px solid var(--border-color-light);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-msg__action-btn:hover{background:var(--hover-bg);color:var(--text-primary);transform:scale(1.1)}.chat-msg__action-btn svg{width:13px;height:13px}.chat-msg__reaction-picker{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);border-radius:20px;align-items:center;gap:2px;padding:4px 6px;animation:chat-fade-in .15s;display:flex}[data-theme=light] .chat-msg__reaction-picker{background:#fffffffa;border-color:#00000014}.chat-msg__reaction-emoji{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .15s;display:flex}.chat-msg__reaction-emoji:hover{background:#ffffff1a;transform:scale(1.2)}[data-theme=light] .chat-msg__reaction-emoji:hover{background:#7c3aed0f}.chat-msg__reply-preview{cursor:pointer;background:#8b5cf61a;border-left:3px solid #8b5cf6;border-radius:10px;flex-direction:column;gap:2px;margin-bottom:4px;padding:6px 10px;font-size:12px;transition:background .15s;display:flex}.chat-msg__reply-preview:hover{background:#8b5cf62e}.chat-msg__bubble--own .chat-msg__reply-preview:hover{background:#ffffff38}@keyframes msg-highlight-flash{0%{background:#8b5cf640}40%{background:#8b5cf626}70%{background:#8b5cf61a}to{background:0 0}}.chat-msg--highlight{border-radius:12px;animation:msg-highlight-flash 1.5s ease-out forwards}.chat-msg__bubble--own .chat-msg__reply-preview{background:#ffffff26;border-left-color:#ffffff80}.chat-msg__reply-name{color:#8b5cf6;font-size:11px;font-weight:600}.chat-msg__bubble--own .chat-msg__reply-name{color:#ffffffe6}.chat-msg__reply-text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-msg__bubble--own .chat-msg__reply-text{color:#ffffffb3}.chat-msg__text{display:block}.chat-msg__edited{color:var(--text-tertiary);margin-left:4px;font-size:11px}.chat-msg__bubble--own .chat-msg__edited{color:#ffffff80}[data-theme=light] .chat-msg__bubble--own .chat-msg__reply-preview{background:#8b5cf614;border-left-color:#8b5cf666}[data-theme=light] .chat-msg__bubble--own .chat-msg__reply-preview:hover{background:#8b5cf624}[data-theme=light] .chat-msg__bubble--own .chat-msg__reply-name{color:#3b0764}[data-theme=light] .chat-msg__bubble--own .chat-msg__reply-text{color:#1e1035}[data-theme=light] .chat-msg__bubble--own .chat-msg__edited{color:#1e103599}.chat-msg__gif{cursor:pointer;border-radius:12px;max-width:200px;transition:filter .2s;overflow:hidden}.chat-msg__gif:hover{filter:brightness(.9)}.chat-msg__gif-img{object-fit:cover;border-radius:12px;width:100%;height:auto;display:block}.chat-msg__media{border-radius:12px;max-width:280px;transition:filter .2s;overflow:hidden}.chat-msg__media--grid{grid-template-columns:1fr 1fr;gap:4px;display:grid}.chat-msg__media:hover{filter:brightness(.9)}.chat-msg__media-img{object-fit:cover;cursor:pointer;border-radius:12px;width:100%;height:auto;display:block}.chat-msg__media--grid .chat-msg__media-img{border-radius:6px;max-height:140px}.chat-msg__media-video{border-radius:12px;outline:none;width:100%;max-width:280px;display:block}.chat-msg__media--grid .chat-msg__media-video{border-radius:6px;max-height:140px}.chat-msg__media-pdf{color:var(--text-primary,#fff);background:#8b5cf614;border:1px solid #8b5cf626;border-radius:10px;align-items:center;gap:8px;min-width:160px;padding:10px 14px;text-decoration:none;transition:all .2s;display:flex}.chat-msg__media-pdf:hover{background:#8b5cf626;border-color:#8b5cf64d}.chat-msg__media-pdf svg:first-child{color:#8b5cf6;flex-shrink:0}.chat-msg__pdf-name{text-overflow:ellipsis;white-space:nowrap;flex:1;max-width:160px;font-size:13px;overflow:hidden}.chat-msg__media-pdf svg:last-child{color:var(--text-secondary,#ffffff80);opacity:0;flex-shrink:0;transition:opacity .15s}.chat-msg__media-pdf:hover svg:last-child{opacity:1}[data-theme=light] .chat-msg__media-pdf{background:#8b5cf60f;border-color:#8b5cf61f}[data-theme=light] .chat-msg__media-pdf:hover{background:#8b5cf61a}.chat-msg__reactions{flex-wrap:wrap;align-items:center;gap:4px;margin-top:2px;display:flex}.chat-msg__reactions--own{justify-content:flex-start}.chat-msg__reaction-badge{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-color-light);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:3px;padding:2px 6px;font-size:12px;transition:all .2s;display:flex}.chat-msg__reaction-badge:hover{background:var(--hover-bg);transform:scale(1.1)}.chat-msg__reaction-badge--own{background:#8b5cf61a;border-color:#8b5cf666}[data-theme=light] .chat-msg__reaction-badge{background:#fffffff2;border-color:#00000014}[data-theme=light] .chat-msg__reaction-badge:hover{background:#7c3aed0f}.chat-msg__reaction-count{color:var(--text-secondary);font-size:11px;font-weight:500}.chat-msg__reaction-badge--own .chat-msg__reaction-count{color:#8b5cf6}@keyframes seen-avatar-pop{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.chat-msg__seen-row{gap:2px;padding:2px 4px 0;display:flex}.chat-msg__seen-row--own{justify-content:flex-end}.chat-msg__seen-avatar{cursor:default;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:seen-avatar-pop .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.chat-msg__seen-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-msg__seen-avatar span{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);justify-content:center;align-items:center;width:100%;height:100%;font-size:8px;font-weight:700;display:flex}.chat-msg__seen-label{color:var(--text-tertiary);align-self:center;margin-left:2px;font-size:10px;animation:seen-avatar-pop .3s cubic-bezier(.34,1.56,.64,1)}.chat-msg__sent-indicator{color:var(--text-tertiary);opacity:.6;align-items:center;gap:3px;font-size:10px;display:flex}.chat-msg__sent-indicator svg{color:#8b5cf6;opacity:.8}.chat-msg__time{color:var(--text-tertiary);white-space:nowrap;opacity:0;pointer-events:none;height:14px;margin-top:2px;padding:0 4px;font-size:10px;transition:opacity .2s}.chat-msg__time--visible{opacity:1;pointer-events:auto}.chat-msg__time--own{text-align:right}.chat-panel{-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);z-index:1200;transform-origin:100% 0;background:#121218f2;border-radius:20px;flex-direction:column;width:380px;max-height:500px;animation:chat-panel-in .15s ease-out both;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 2px 8px #00000026,0 8px 24px #0003}.chat-panel--closing{pointer-events:none;animation:chat-panel-out .15s ease-in forwards}[data-theme=light] .chat-panel{background:#fff;border-color:#0000001a;box-shadow:0 2px 4px #0000001a,0 8px 16px #0000001a}.chat-panel__header{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.chat-panel__title{color:var(--text-primary);margin:0;font-size:20px;font-weight:700}.chat-panel__header-actions{align-items:center;gap:6px;display:flex}.chat-panel__close-btn{width:32px;height:32px;color:var(--text-primary);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:none}.chat-panel__close-btn:hover{background:#ffffff26}[data-theme=light] .chat-panel__close-btn{background:#0000000f}[data-theme=light] .chat-panel__close-btn:hover{background:#0000001a}.chat-panel__new-btn{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-panel__new-btn:hover{background:var(--hover-bg);color:#8b5cf6}[data-theme=light] .chat-panel__new-btn:hover{color:var(--accent-primary);background:#7c3aed14}.chat-panel__new-btn:active{transform:scale(.9)}.chat-panel__new-btn svg{width:16px;height:16px}.chat-panel__search{flex-shrink:0;padding:0 12px 10px;position:relative}.chat-panel__search-icon{color:var(--text-tertiary);pointer-events:none;width:14px;height:14px;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.chat-panel__search-input{border:1px solid var(--border-color-light);background:var(--bg-secondary);width:100%;height:36px;color:var(--text-primary);box-sizing:border-box;border-radius:18px;outline:none;padding:0 14px 0 36px;font-family:inherit;font-size:13px;transition:border-color .2s}[data-theme=light] .chat-panel__search-input{background:#f5f5f5;border-color:#0000000f}.chat-panel__search-input::placeholder{color:var(--text-tertiary)}.chat-panel__search-input:focus{border-color:#8b5cf666}.chat-panel__list{overscroll-behavior:contain;flex:1;padding:4px 8px;overflow:hidden auto}.chat-panel__list::-webkit-scrollbar{width:4px}.chat-panel__list::-webkit-scrollbar-track{background:0 0}.chat-panel__list::-webkit-scrollbar-thumb{background:0 0;border-radius:2px}.chat-panel__list:hover::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=light] .chat-panel__list:hover::-webkit-scrollbar-thumb{background:#7c3aed33}.chat-panel__empty{color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 20px;font-size:14px;display:flex}.chat-panel__item{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:10px 8px;font-family:inherit;transition:background .2s;display:flex}.chat-panel__item:hover{background:#ffffff0f}[data-theme=light] .chat-panel__item:hover{background:#7c3aed0a}.chat-panel__item--unread{background:#8b5cf60f}[data-theme=light] .chat-panel__item--unread{background:#7c3aed0f}.chat-panel__item-avatar-wrapper{flex-shrink:0;width:48px;height:48px;position:relative}.chat-panel__item-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.chat-panel__item-avatar--fallback,.chat-panel__item-avatar--seller{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;justify-content:center;align-items:center;display:flex}.chat-panel__item-avatar--fallback{font-size:16px;font-weight:700}.chat-panel__item-online-dot{border:2px solid var(--bg-primary);box-sizing:border-box;background:#22c55e;border-radius:50%;width:12px;height:12px;animation:pulse-online 2s ease-in-out infinite;position:absolute;bottom:4px;right:4px}[data-theme=light] .chat-panel__item-online-dot{border-color:#fff}.chat-panel__item-content{flex:1;min-width:0}.chat-panel__item-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-panel__item-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.chat-panel__item-name--bold{font-weight:700}.chat-panel__item-time{color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;font-size:11px}.chat-panel__item--unread .chat-panel__item-time{color:#8b5cf6;font-weight:600}.chat-panel__item-bottom{align-items:center;gap:8px;margin-top:2px;display:flex}.chat-panel__item-preview{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;line-height:1.3;overflow:hidden}.chat-panel__item-preview--bold{color:var(--text-primary);font-weight:500}.chat-panel__item-unread-dot{background:#8b5cf6;border-radius:50%;flex-shrink:0;width:8px;height:8px}.chat-panel__item-participants{color:var(--text-tertiary);margin-top:2px;font-size:11px}.chat-bubble{cursor:pointer;border-radius:50%;flex-shrink:0;width:48px;height:48px;transition:transform .2s,box-shadow .2s;position:relative;overflow:visible}.chat-bubble:hover{transform:scale(1.1);box-shadow:0 4px 16px #0000004d}.chat-bubble:active{animation:chat-bubble-bounce .4s}.chat-bubble__circle{border:2px solid var(--glass-border);width:48px;height:48px;box-shadow:var(--shadow-md);cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.chat-bubble__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-bubble__initials{color:#fff;font-size:14px;font-weight:700}.chat-bubble__online-dot{border:2px solid var(--bg-primary);box-sizing:border-box;background:#22c55e;border-radius:50%;width:12px;height:12px;animation:pulse-online 2s ease-in-out infinite;position:absolute;bottom:3px;right:3px}[data-theme=light] .chat-bubble__online-dot{border-color:#fff}.chat-bubble__unread-badge{color:#fff;border:2px solid var(--bg-primary);box-sizing:border-box;z-index:1;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;animation:badgePulse 2s ease-in-out infinite;display:flex;position:absolute;top:-4px;right:-4px}.chat-bubble__tooltip{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color-light);color:var(--text-primary);white-space:nowrap;box-shadow:var(--shadow-sm);z-index:10;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:500;animation:chat-fade-in .15s;position:absolute;top:50%;right:calc(100% + 8px);transform:translateY(-50%)}[data-theme=light] .chat-bubble__tooltip{background:#fffffffa;border-color:#00000014}.chat-bubble__close{background:var(--bg-secondary);width:20px;height:20px;color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-sm);z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;animation:chat-fade-in .15s;display:flex;position:absolute;top:-4px;left:-4px}.chat-bubble__close:hover{color:#ef4444;background:#ef444426}.typing-indicator{align-items:center;gap:6px;padding:4px 0;display:flex}.typing-indicator__dots{background:var(--bg-secondary);border:1px solid var(--border-color-light);border-radius:18px;align-items:center;gap:3px;padding:8px 12px;display:flex}[data-theme=light] .typing-indicator__dots{background:#f0f0f0;border-color:#0000000f}.typing-indicator__dot{background:var(--text-tertiary);border-radius:50%;width:6px;height:6px;animation:typing-dot 1.2s ease-in-out infinite;display:block}.typing-indicator__dot--2{animation-delay:.15s}.typing-indicator__dot--3{animation-delay:.3s}.typing-indicator__text{color:var(--text-tertiary);font-size:12px}.new-chat-modal__overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:24px;animation:chat-modal-overlay-in .2s ease-out;display:flex;position:fixed;inset:0}.new-chat-modal__overlay--closing{animation:chat-modal-overlay-out .25s ease-in forwards}.new-chat-modal{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);width:100%;max-width:440px;max-height:80vh;box-shadow:var(--shadow-lg),0 0 60px #0000004d;border-radius:24px;flex-direction:column;animation:chat-modal-slide-up .3s cubic-bezier(.34,1.56,.64,1);display:flex;overflow:hidden}.new-chat-modal--closing{animation:chat-modal-slide-down .25s ease-in forwards}[data-theme=light] .new-chat-modal{background:#fffffffa;border-color:#7c3aed26;box-shadow:0 16px 64px #7c3aed26}.new-chat-modal__header{border-bottom:1px solid var(--border-color-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}[data-theme=light] .new-chat-modal__header{border-bottom-color:#0000000f}.new-chat-modal__title{color:var(--text-primary);margin:0;font-size:18px;font-weight:700}.new-chat-modal__close{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.new-chat-modal__close:hover{color:#ef4444;background:#ef444426}.new-chat-modal__close:active{transform:scale(.9)}.new-chat-modal__tabs{border-bottom:1px solid var(--border-color-light);flex-shrink:0;padding:0 16px;display:flex;position:relative}.new-chat-modal__tabs:after{content:"";background:#8b5cf6;border-radius:1px;width:calc(50% - 16px);height:2px;transition:transform .2s;position:absolute;bottom:-1px;left:16px;transform:translate(0)}.new-chat-modal__tabs[data-active-tab=group]:after{transform:translate(100%)}.new-chat-modal__tab{color:var(--text-secondary);cursor:pointer;z-index:1;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:12px 0;font-family:inherit;font-size:14px;font-weight:600;transition:color .25s;position:relative}.new-chat-modal__tab:hover{color:var(--text-primary)}.new-chat-modal__tab--active{color:#8b5cf6;border-bottom-color:#0000}.new-chat-modal__group-name{border-bottom:1px solid var(--border-color-light);flex-shrink:0;padding:12px 16px;animation:chat-tab-content-in .15s ease-out}.new-chat-modal__group-input{border:1px solid var(--border-color-light);background:var(--bg-secondary);width:100%;height:40px;color:var(--text-primary);box-sizing:border-box;border-radius:12px;outline:none;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.new-chat-modal__group-input::placeholder{color:var(--text-tertiary)}.new-chat-modal__group-input:focus{border-color:#8b5cf666}[data-theme=light] .new-chat-modal__group-input{background:#f5f5f5;border-color:#00000014}.new-chat-modal__selected-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.new-chat-modal__tag{color:var(--text-primary);background:#8b5cf61f;border:1px solid #8b5cf633;border-radius:16px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;animation:chat-fade-in .2s ease-out;display:flex}.new-chat-modal__tag-remove{width:16px;height:16px;color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:10px;transition:all .2s;display:flex}.new-chat-modal__tag-remove:hover{color:#ef4444;background:#ef444433}.new-chat-modal__search{flex-shrink:0;padding:12px 16px;position:relative}.new-chat-modal__search-icon{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:28px;transform:translateY(-50%)}.new-chat-modal__search-input{border:1px solid var(--border-color-light);background:var(--bg-secondary);width:100%;height:40px;color:var(--text-primary);box-sizing:border-box;border-radius:20px;outline:none;padding:0 16px 0 38px;font-family:inherit;font-size:14px;transition:border-color .2s}[data-theme=light] .new-chat-modal__search-input{background:#f5f5f5;border-color:#00000014}.new-chat-modal__search-input::placeholder{color:var(--text-tertiary)}.new-chat-modal__search-input:focus{border-color:#8b5cf666}.new-chat-modal__list{overscroll-behavior:contain;flex:1;padding:4px 8px 12px;animation:chat-tab-content-in .15s ease-out;overflow-y:auto}.new-chat-modal__list::-webkit-scrollbar{width:4px}.new-chat-modal__list::-webkit-scrollbar-track{background:0 0}.new-chat-modal__list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.new-chat-modal__loading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 20px;font-size:13px;display:flex}.new-chat-modal__error{text-align:center;color:#ef4444;padding:24px;font-size:14px}.new-chat-modal__empty{text-align:center;flex-direction:column;justify-content:center;gap:8px;padding:40px 20px;font-size:13px;line-height:1.5}.new-chat-modal__empty,.new-chat-modal__section-header{color:var(--text-tertiary);align-items:center;display:flex}.new-chat-modal__section-header{text-transform:uppercase;letter-spacing:.5px;gap:6px;padding:8px 14px 4px;font-size:11px;font-weight:600}.new-chat-modal__section-header svg{opacity:.6}.new-chat-modal__contact{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:8px 10px;font-family:inherit;transition:background .2s;display:flex}.new-chat-modal__contact:hover{background:#ffffff0f}[data-theme=light] .new-chat-modal__contact:hover{background:#7c3aed0a}.new-chat-modal__contact--selected{background:#8b5cf61a}.new-chat-modal__contact-avatar-wrapper{flex-shrink:0;width:40px;height:40px;position:relative}.new-chat-modal__contact-avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.new-chat-modal__contact-avatar--fallback{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.new-chat-modal__contact-online-dot{border:2px solid var(--bg-primary);box-sizing:border-box;background:#22c55e;border-radius:50%;width:10px;height:10px;position:absolute;bottom:3px;right:3px}[data-theme=light] .new-chat-modal__contact-online-dot{border-color:#fff}.new-chat-modal__contact-info{flex:1;min-width:0}.new-chat-modal__contact-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;display:block;overflow:hidden}.new-chat-modal__contact-detail{color:var(--text-secondary);margin-top:1px;font-size:12px;display:block}.new-chat-modal__checkbox{border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.new-chat-modal__checkbox--checked{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border-color:#8b5cf6}.new-chat-modal__footer{border-top:1px solid var(--border-color-light);flex-shrink:0;padding:12px 16px 16px;animation:chat-footer-slide-in .15s ease-out}.new-chat-modal__create-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:12px;width:100%;height:42px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #8b5cf64d}.new-chat-modal__create-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf666}.new-chat-modal__create-btn:active{transform:translateY(0)scale(.98)}.new-chat-modal__create-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width:768px){.chat-hud{padding:0}.chat-hud__windows{flex-direction:column;gap:0}.chat-window{z-index:1001;border:none;height:100%}.chat-panel,.chat-window{border-radius:0;width:100%;position:fixed;inset:0}.chat-panel{z-index:1200;max-width:none;max-height:none;box-shadow:none;animation:chat-panel-in-mobile .2s ease-out both;transform:none}.chat-panel--closing{animation:chat-panel-out-mobile .15s ease-in forwards}.chat-panel__close-btn{display:flex}@keyframes chat-panel-in-mobile{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-panel-out-mobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.new-chat-modal__overlay{padding:0}.new-chat-modal{border-radius:0;max-width:none;height:100%;max-height:none}.chat-hud__bubbles{z-index:999;flex-direction:column;padding-bottom:0;position:fixed;bottom:16px;right:16px}.chat-bubble,.chat-bubble__circle{width:44px;height:44px}.chat-bubble__tooltip{display:none}}@media (max-width:480px){.chat-panel__title{font-size:18px}.chat-panel__item-avatar,.chat-panel__item-avatar-wrapper{width:44px;height:44px}.chat-panel__item-name{font-size:13px}.chat-panel__item-preview{font-size:12px}}@media (prefers-reduced-motion:reduce){.chat-bubble:active,.chat-bubble__close,.chat-bubble__tooltip,.chat-input__reply-bar,.chat-msg,.chat-msg__actions,.chat-msg__reaction-picker,.chat-panel,.chat-window,.chat-window__scroll-bottom,.new-chat-modal,.new-chat-modal__overlay,.new-chat-modal__tag{animation:none}.typing-indicator__dot{opacity:.6;animation:none}.chat-bubble__online-dot,.chat-bubble__unread-badge,.chat-panel__item-online-dot,.chat-window__online-dot,.hdr-bar__badge,.new-chat-modal__contact-online-dot{animation:none}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.chat-panel,.chat-window{background:#0a0a0ff2}.new-chat-modal{background:#0a0a0ffa}.chat-bubble__tooltip{background:#0a0a0ff2}.chat-msg__action-btn,.chat-msg__reaction-badge,.chat-window__date-separator span,.hdr-bar{background:#0a0a0fe6}.chat-msg__reaction-picker{background:#0a0a0ff2}[data-theme=light] .chat-panel,[data-theme=light] .chat-window{background:#fffffffa}[data-theme=light] .new-chat-modal{background:#fffffffc}[data-theme=light] .chat-bubble__tooltip{background:#fffffffa}[data-theme=light] .chat-msg__reaction-badge,[data-theme=light] .chat-window__date-separator span,[data-theme=light] .hdr-bar{background:#fffffff2}[data-theme=light] .conn-request-window{background:#fffffffa;border-color:#7c3aed26}[data-theme=light] .conn-request-window__header{border-color:#7c3aed1a}[data-theme=light] .conn-request-window__textarea{background:#00000008;border-color:#7c3aed26}[data-theme=light] .conn-card{background:#7c3aed0f;border-color:#7c3aed26}[data-theme=light] .conn-card__note{background:#7c3aed0a}[data-theme=light] .conn-card__btn--decline{background:#0000000a;border-color:#0000001a}[data-theme=light] .conn-card__btn--hide{border-color:#0000001a}[data-theme=light] .conn-card__btn--withdraw{background:#0000000a;border-color:#0000001a}}@keyframes conn-request-fly-to-bell{0%{opacity:1;border-radius:20px 20px 0 0;transform:translate(0)scale(1)}40%{opacity:.8;border-radius:30px}to{transform:translate(var(--fly-dx))translateY(var(--fly-dy))scale(var(--fly-scale));opacity:0;border-radius:50%}}@keyframes bell-receive-pulse{0%{transform:scale(1)}25%{transform:scale(1.35)}50%{transform:scale(.9)}75%{transform:scale(1.15)}to{transform:scale(1)}}.conn-request-window{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px)saturate(150%);width:340px;box-shadow:var(--shadow-lg),0 0 60px #8b5cf61a;transform-origin:bottom;z-index:1000;border:1px solid var(--glass-border);border-bottom:none;border-radius:20px 20px 0 0;flex-direction:column;animation:chat-slide-up .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:0;overflow:hidden}.conn-request-window--flying{pointer-events:none;animation:conn-request-fly-to-bell .6s cubic-bezier(.4,0,.2,1) forwards}.notification-bell--pulse{animation:bell-receive-pulse .6s!important}.conn-request-window__header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.conn-request-window__header-info{align-items:center;gap:10px;min-width:0;display:flex}.conn-request-window__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:34px;height:34px}.conn-request-window__avatar--fallback{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.conn-request-window__header-text{flex-direction:column;min-width:0;display:flex}.conn-request-window__name{color:var(--text-primary);font-size:14px;font-weight:600}.conn-request-window__company,.conn-request-window__name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.conn-request-window__company{color:var(--text-tertiary);font-size:11px}.conn-request-window__close{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.conn-request-window__close:hover{color:var(--text-primary);background:#ffffff1a}.conn-request-window__body{flex:1;justify-content:center;align-items:center;padding:24px 20px 16px;display:flex}.conn-request-window__prompt{text-align:center}.conn-request-window__prompt-icon{color:#8b5cf6;opacity:.8;margin-bottom:12px}.conn-request-window__title{color:var(--text-primary);margin:0 0 4px;font-size:16px;font-weight:600}.conn-request-window__subtitle{color:var(--text-tertiary);margin:0;font-size:13px}.conn-request-window__input{flex-shrink:0;padding:0 12px 12px}.conn-request-window__textarea{width:100%;color:var(--text-primary);resize:none;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.4;transition:border-color .15s}.conn-request-window__textarea:focus{border-color:#8b5cf666;outline:none}.conn-request-window__textarea::placeholder{color:var(--text-tertiary)}.conn-request-window__footer{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.conn-request-window__char-count{color:var(--text-tertiary);opacity:.7;font-size:11px}.conn-request-window__send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}.conn-request-window__send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf666}.conn-request-window__send-btn:disabled{opacity:.6;cursor:not-allowed}.conn-card{background:#8b5cf614;border:1px solid #8b5cf633;border-radius:16px;max-width:280px;margin:8px auto;padding:16px;animation:chat-fade-in .3s}.conn-card--own{text-align:center}.conn-card__icon{color:#8b5cf6;margin-bottom:6px}.conn-card__text{color:var(--text-secondary);margin-bottom:4px;font-size:13px;font-weight:500}.conn-card__header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.conn-card__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.conn-card__avatar--fallback{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.conn-card__header-text{color:var(--text-secondary);flex-direction:column;gap:2px;font-size:13px;display:flex}.conn-card__header-text strong{color:var(--text-primary);font-weight:600}.conn-card__company{color:var(--text-tertiary);margin-bottom:6px;font-size:11px}.conn-card__note{color:var(--text-secondary);background:#ffffff0a;border-left:3px solid #8b5cf6;border-radius:10px;margin:8px 0;padding:8px 12px;font-size:13px;font-style:italic;line-height:1.4}.conn-card__actions{gap:6px;margin-top:12px;display:flex}.conn-card__btn{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 0;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}.conn-card__btn:disabled{opacity:.6;cursor:not-allowed}.conn-card__btn--accept{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1)}.conn-card__btn--accept:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #8b5cf666}.conn-card__btn--decline{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color-light)}.conn-card__btn--decline:hover:not(:disabled){color:#ef4444;background:#ef44441a;border-color:#ef44444d}.conn-card__btn--hide{color:var(--text-tertiary);border:1px solid var(--border-color-light);background:0 0;flex:0 0 36px}.conn-card__btn--hide:hover:not(:disabled){color:var(--text-secondary);background:#ffffff0d}.conn-card__btn--withdraw{color:var(--text-secondary);border:1px solid var(--border-color-light);background:0 0;flex:1}.conn-card__btn--withdraw:hover:not(:disabled){color:#ef4444;background:#ef44441a;border-color:#ef44444d}.conn-card__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:conn-card-spin .6s linear infinite;display:inline-block}@keyframes conn-card-spin{to{transform:rotate(1turn)}}.conn-card__status-row{justify-content:center;margin-top:8px;display:flex}.conn-card__badge{border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.conn-card__badge--pending{color:#9ca3af;background:#9ca3af26}.conn-card__badge--accepted{color:#10b981;background:#10b9811f}.conn-card__badge--declined{color:#9ca3af;background:#ef44441a}.conn-card__resolved{border-radius:10px;justify-content:center;align-items:center;gap:6px;margin-top:10px;padding:8px;font-size:13px;font-weight:600;display:flex}.conn-card__resolved--accepted{color:#10b981;background:#10b9811a}.conn-card__resolved--declined{color:var(--text-tertiary);background:#ef44440f}.conn-card__time{text-align:center;color:var(--text-tertiary);margin-top:6px;font-size:10px;display:block}@media (max-width:768px){.conn-request-window{z-index:1001;border:none;border-radius:0;width:100%;position:fixed;inset:0}.conn-request-window__body{flex:1}.conn-card{max-width:260px}}