@layer chat-primitives{:root{--chat-t:.18s cubic-bezier(.2,0,0,1)}.chat-role-chip{letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--color-border);height:18px;color:var(--color-muted);background:var(--bg-tag);border-radius:9999px;flex-shrink:0;align-items:center;gap:4px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.chat-role-chip.studio{color:var(--brand-orange);background:#ff982414;border-color:#ff98244d}.chat-role-chip.master{color:#93c5fd;background:#3b82f614;border-color:#3b82f64d}.chat-role-chip.client{color:#c4b5fd;background:#8b5cf614;border-color:#8b5cf64d}.chat-role-chip.supplier{color:#6ee7b7;background:#10b98114;border-color:#10b9814d}.chat-role-chip.partner{color:#fde68a;background:#f59e0b14;border-color:#f59e0b4d}.chat-role-chip.bot{color:#fca5a5;background:#dc262614;border-color:#dc26264d}[data-theme=light] .chat-role-chip.studio{color:#b8650c}[data-theme=light] .chat-role-chip.master{color:#2563eb}[data-theme=light] .chat-role-chip.client{color:#7c3aed}[data-theme=light] .chat-role-chip.supplier{color:#047857}[data-theme=light] .chat-role-chip.partner{color:#b45309}[data-theme=light] .chat-role-chip.bot{color:#b91c1c}.chat-verify-badge{background:var(--gradient-brand);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.chat-online-dot{background:var(--color-success,#16a34a);border:2px solid var(--color-surface);border-radius:50%;width:12px;height:12px;animation:2s infinite chat-snake-pulse;position:absolute;bottom:-2px;right:-2px}@keyframes chat-snake-pulse{0%,to{box-shadow:0 0 #16a34a80}50%{box-shadow:0 0 0 4px #16a34a00}}.chat-side{border:1px solid var(--color-border);background:var(--color-surface);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.chat-side-head{border-bottom:1px solid var(--color-border);flex-direction:column;gap:12px;padding:18px 20px 12px;display:flex}.chat-side-row{justify-content:space-between;align-items:center;display:flex}.chat-side-row h2{font-family:var(--font-display);font-size:var(--fs-28);letter-spacing:-.01em;margin:0;font-weight:700;line-height:1}.chat-side-search{padding:0}.chat-tabs{scrollbar-width:none;gap:4px;padding:8px 12px 0;display:flex;overflow-x:auto}.chat-tabs::-webkit-scrollbar{display:none}.chat-tab{height:30px;color:var(--color-muted);transition:background var(--chat-t),color var(--chat-t);cursor:pointer;background:0 0;border:0;border-radius:9999px;flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}.chat-tab:hover{color:var(--color-foreground);background:var(--color-surface-hover)}.chat-tab.active{color:#fff;background:var(--gradient-brand);box-shadow:0 4px 12px #de1d1d33}.chat-tab .count{background:#ffffff2e;border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:16px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.chat-list{flex:1;padding:8px;overflow-y:auto}.chat-item{cursor:pointer;transition:background var(--chat-t);text-align:left;width:100%;color:inherit;background:0 0;border:0;border-radius:14px;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:10px;font-family:inherit;display:grid;position:relative}.chat-item:hover:not(:disabled){background:var(--color-surface-hover)}.chat-item:disabled{cursor:not-allowed;opacity:.55}.chat-item.is-active{background:var(--color-primary-soft)}.chat-item.is-active:before{content:"";background:var(--gradient-brand);border-radius:3px;width:3px;position:absolute;top:12px;bottom:12px;left:0}.chat-item-avatar{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;position:relative}.chat-item-body{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-item-line1{align-items:center;gap:6px;min-width:0;display:flex}.chat-item-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.chat-item-line2{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;min-width:0;font-size:12px;display:flex;overflow:hidden}.chat-item-line2 .typing{color:var(--brand-orange);font-style:italic}.chat-item-line2 .own{color:var(--color-disabled-fg)}.chat-item-aside{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.chat-item-time{color:var(--color-muted);font-size:11px}.chat-item-time.fresh{color:var(--brand-orange);font-weight:600}.chat-item-unread{background:var(--gradient-brand);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}.chat-item-trailing{color:var(--color-muted);font-size:11px}@media (max-width:720px){html.chat-fullscreen,body.chat-fullscreen{height:100%;min-height:0;overflow:hidden}body.chat-fullscreen #main-content{padding-top:0!important}body.chat-fullscreen>footer{display:none}}.chat-thread{border:1px solid var(--color-border);background:var(--color-surface);border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden}.chat-thread:before{content:"";background:var(--gradient-brand);opacity:.4;height:1px;position:absolute;top:0;left:0;right:0}.chat-thread-empty{text-align:center;flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.chat-thread-empty-icon{background:var(--color-primary-soft);width:64px;height:64px;color:var(--brand-orange);border:1px solid var(--border-brand);border-radius:20px;justify-content:center;align-items:center;margin:0 auto 14px;display:inline-flex}.chat-thread-empty h4{margin:0 0 6px;font-size:16px}.chat-thread-empty p{color:var(--color-muted);margin:0 0 14px;max-width:320px;margin-inline:auto;font-size:12px}.chat-head{border-bottom:1px solid var(--color-border);background:var(--bg-sunken);align-items:center;gap:12px;padding:14px 20px;display:flex}.chat-head-info{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.chat-head-avatar{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;position:relative}.chat-head-titles{flex-direction:column;min-width:0;display:flex}.chat-head-name{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;font-size:14px;font-weight:600;display:flex}.chat-head-status{color:var(--color-muted);font-size:11px}.chat-head-status.online{color:var(--color-success)}.chat-head-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}@media (min-width:721px){.chat-head>button[aria-label=Назад]{display:none}}.chat-head-search{border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;align-items:center;gap:4px;padding:0 4px 0 8px;display:flex}.chat-head-search input{width:160px;color:var(--color-foreground);background:0 0;border:0;outline:0;padding:6px 4px;font-family:inherit;font-size:13px}.chat-feed{scroll-behavior:smooth;flex-direction:column;flex:1;gap:4px;padding:16px 16px 8px;display:flex;overflow-y:auto}.chat-day-divider{background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-muted);border-radius:9999px;align-self:center;margin:12px 0 8px;padding:4px 14px;font-size:11px;font-weight:600}.chat-sys-msg{background:var(--bg-tag);border:1px dashed var(--color-border);max-width:70%;color:var(--color-muted);text-align:center;border-radius:9999px;align-self:center;margin:6px 0;padding:6px 14px;font-size:11px}.chat-msg{align-self:flex-start;gap:8px;max-width:72%;margin-top:4px;display:flex}.chat-msg.align-end{flex-direction:row-reverse;align-self:flex-end}.chat-msg.align-end .chat-msg-col{align-items:flex-end}.chat-msg.continued{margin-top:0}.chat-msg.continued .chat-msg-avatar{visibility:hidden;height:0}.chat-msg-avatar{flex-shrink:0;align-items:flex-start;margin-top:2px;display:inline-flex}.chat-msg-col{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chat-msg-author{color:var(--color-muted);align-items:center;gap:6px;padding:0 12px;font-size:11px;display:flex}.chat-msg-bubble{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-foreground);word-wrap:break-word;border-radius:18px;max-width:100%;padding:10px 14px;font-size:13px;line-height:1.5;position:relative}.chat-msg.align-start .chat-msg-bubble{border-bottom-left-radius:6px}.chat-msg.align-end .chat-msg-bubble{background:var(--gradient-brand-soft,linear-gradient(315deg,#ff98242e 0%,#de1d1d2e 100%));border-color:#ff982433;border-bottom-right-radius:6px}.chat-msg-bubble.failed{background:#dc262614;border-color:#dc262666}.chat-msg-bubble.optimistic{opacity:.65}.chat-msg-body{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.chat-msg-cta{max-width:100%;color:var(--color-primary);background:color-mix(in srgb,var(--color-primary)12%,transparent);border:1px solid color-mix(in srgb,var(--color-primary)32%,transparent);border-radius:999px;align-items:center;gap:4px;margin-top:2px;padding:5px 12px;font-size:.92em;font-weight:600;line-height:1.2;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.chat-msg-cta:hover{background:color-mix(in srgb,var(--color-primary)20%,transparent);border-color:color-mix(in srgb,var(--color-primary)50%,transparent)}.chat-msg.align-end .chat-msg-cta{color:inherit;background:color-mix(in srgb,currentColor 16%,transparent);border-color:color-mix(in srgb,currentColor 38%,transparent)}.chat-msg.align-end .chat-msg-cta:hover{background:color-mix(in srgb,currentColor 26%,transparent)}.chat-msg-link{color:var(--color-primary);text-underline-offset:2px;word-break:break-all;text-decoration:underline}.chat-msg.align-end .chat-msg-link{color:inherit}.chat-msg-reply-preview{text-align:left;background:var(--color-surface-hover);width:100%;color:inherit;font:inherit;cursor:pointer;border-left:3px solid #ff9824b3;border-radius:8px;margin-bottom:6px;padding:6px 10px;display:block}.chat-msg-reply-preview:disabled{cursor:default}.chat-msg-reply-preview:hover:not(:disabled){background:var(--color-border-light)}.chat-msg-reply-author{color:var(--color-primary-content-tone);margin-bottom:2px;font-size:11px;font-weight:600;display:block}.chat-msg-reply-text{-webkit-line-clamp:1;line-clamp:1;color:var(--color-subtle);-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.chat-msg-bubble.deleted{background:var(--color-disabled-bg);border-color:var(--color-border);color:var(--color-muted)}.chat-msg-deleted{color:var(--color-muted);font-style:italic}.chat-msg-edited{color:var(--color-muted);white-space:nowrap;margin-left:6px;font-size:10px;font-style:italic}.chat-msg-edit-textarea{resize:vertical;background:var(--color-input-bg);width:100%;min-height:60px;color:var(--color-foreground);border:1px solid var(--color-border);font:inherit;border-radius:8px;outline:none;padding:6px 8px}.chat-msg-edit-textarea:focus{border-color:#ff982499}.chat-msg-edit-actions{color:var(--color-muted);gap:6px;margin-top:6px;font-size:11px;display:flex}.chat-msg-edit-actions button{color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px}.chat-msg-edit-actions button:hover{background:var(--color-surface-hover);color:var(--color-foreground)}.chat-msg-edit-actions button.primary{color:var(--color-primary)}.chat-feed-loader{color:var(--color-muted);justify-content:center;align-items:center;gap:8px;padding:10px 0 6px;font-size:11px;display:flex}.chat-feed-loader-dot{background:#ff9824b3;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite chat-feed-loader-pulse}@keyframes chat-feed-loader-pulse{0%,to{opacity:.5;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}.chat-msg-jump-hl .chat-msg-bubble{outline-offset:2px;outline:2px solid #ff9824b3;transition:outline-color 1s ease-out}.chat-msg-menu{opacity:0;transition:opacity .15s;position:absolute;top:4px;right:4px}.chat-msg-bubble:hover .chat-msg-menu,.chat-msg-bubble:focus-within .chat-msg-menu{opacity:1}.chat-msg-menu-trigger{background:var(--bg-overlay);width:24px;height:24px;color:var(--color-foreground);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.chat-msg-menu-trigger:hover,.chat-msg-menu-trigger[data-state=open]{background:var(--color-surface-hover);color:var(--color-foreground)}.chat-msg-image-link{display:block}.chat-msg-image{border-radius:12px;width:100%;max-width:320px;height:auto;margin-bottom:6px;display:block}.chat-msg-foot{color:var(--color-muted);align-items:center;gap:6px;padding:0 12px;font-size:10px;display:flex}.chat-read-marks{color:var(--color-disabled-fg);display:inline-flex}.chat-read-marks.delivered{color:var(--color-muted)}.chat-read-marks.read{color:#60a5fa}.chat-msg-retry{color:var(--color-danger-content);cursor:pointer;font-family:inherit;font-size:inherit;background:0;border:0;padding:0;text-decoration:underline}.chat-typing-row{color:var(--color-muted);align-items:center;gap:8px;padding:4px 12px;font-size:12px;display:flex}.chat-typing-dots{gap:3px;display:inline-flex}.chat-typing-dots span{background:var(--brand-orange);border-radius:50%;width:6px;height:6px;animation:1.4s infinite chat-typing-bounce}.chat-typing-dots span:nth-child(2){animation-delay:.15s}.chat-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes chat-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-composer-wrap{border-top:1px solid var(--color-border);background:var(--bg-sunken);padding:10px 12px 12px}.chat-composer-reply{background:var(--color-surface-hover);border-left:3px solid #ff9824b3;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:8px;padding:8px 12px;display:flex}.chat-composer-reply-body{flex:1;min-width:0;font-size:12px;line-height:1.4}.chat-composer-reply-label{color:var(--color-muted)}.chat-composer-reply-author{color:var(--color-primary-content-tone);font-weight:600}.chat-composer-reply-text{color:var(--color-subtle);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;display:block;overflow:hidden}.chat-composer-reply-close{width:24px;height:24px;color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-composer-reply-close:hover{background:var(--color-surface-hover);color:var(--color-foreground)}.chat-composer-preview{background:var(--color-primary-soft);border:1px solid var(--border-brand);border-radius:10px;align-items:center;gap:8px;margin:0 0 8px;padding:6px;font-size:12px;display:inline-flex}.chat-composer-preview img{object-fit:cover;border-radius:8px;width:48px;height:48px}.chat-composer-popup{background:var(--color-input-bg);border:1px solid var(--color-border);border-radius:12px;margin:0 0 8px;padding:8px}.chat-composer{background:var(--color-input-bg);border:1px solid var(--color-border);border-radius:16px;align-items:end;gap:6px;padding:6px;display:flex}.chat-composer textarea{width:100%;min-width:0;min-height:38px;max-height:168px;color:var(--color-foreground);resize:none;background:0 0;border:0;flex:auto;padding:9px 10px;font-family:inherit;font-size:13px;line-height:1.5}.chat-composer textarea:focus,.chat-composer textarea:focus-visible{box-shadow:none;outline:0}.chat-composer:focus-within{border-color:var(--color-border-strong);background:var(--color-input-bg)}.chat-composer textarea::placeholder{color:var(--color-muted)}.chat-composer-tool,.chat-composer-send,.chat-composer-trailing{flex-shrink:0}.chat-composer-tool{width:38px;height:38px;color:var(--color-muted);transition:background var(--chat-t),color var(--chat-t);cursor:pointer;background:0;border:0;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.chat-composer-tool:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-foreground)}.chat-composer-tool.is-active{color:var(--brand-orange);background:#ff98241f}.chat-composer-tool:disabled{cursor:not-allowed;opacity:.55}.chat-composer-trailing{align-items:center;gap:4px;display:inline-flex}.chat-composer-send{background:var(--gradient-brand);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 4px 12px #de1d1d4d}.chat-composer-send:disabled{background:var(--color-disabled-bg);color:var(--color-muted);box-shadow:none;cursor:not-allowed}.chat-composer-hint{color:var(--color-disabled-fg);align-items:center;gap:6px;padding:6px 8px 0;font-size:10px;display:flex}.chat-scroll-pill{z-index:5;background:var(--gradient-brand);color:#fff;cursor:pointer;border:0;border-radius:9999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex;position:absolute;bottom:84px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #de1d1d4d}.chat-voice-recording{background:var(--color-danger-soft);border:1px solid var(--color-danger-hover);border-radius:16px;grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:8px;padding:6px 8px;display:grid}.chat-voice-recording.is-error{border-color:#dc262699}.chat-voice-rec-dot{background:#ef4444;border-radius:9999px;width:10px;height:10px;animation:1.2s ease-out infinite chat-voice-pulse;box-shadow:0 0 #ef444499}@keyframes chat-voice-pulse{0%{box-shadow:0 0 #ef44448c}to{box-shadow:0 0 0 10px #ef444400}}.chat-voice-rec-timer{font-variant-numeric:tabular-nums;color:var(--color-foreground);min-width:42px;font-size:13px;font-weight:600}.chat-voice-rec-wave{align-items:center;gap:2px;height:28px;padding:0 4px;display:flex;overflow:hidden}.chat-voice-rec-bar{background:#ff9824d9;border-radius:1px;width:2px;transition:height 80ms linear}.chat-voice-rec-cancel,.chat-voice-rec-send{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.chat-voice-rec-cancel{background:var(--color-disabled-bg);color:var(--color-muted)}.chat-voice-rec-cancel:hover{background:var(--color-surface-hover);color:var(--color-foreground)}.chat-voice-rec-send{background:var(--gradient-brand);color:#fff;box-shadow:0 4px 12px #de1d1d4d}.chat-voice-player{grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;width:100%;min-width:0;max-width:320px;display:grid}.chat-voice-player-play{background:var(--color-primary-soft);width:36px;height:36px;color:var(--color-primary-content-tone);cursor:pointer;border:0;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-voice-player-play:hover{background:var(--color-border-brand)}.chat-msg-bubble.align-end .chat-voice-player-play,.chat-msg.align-end .chat-voice-player-play{color:#fff;background:#ffffff38}.chat-voice-player-wave{cursor:pointer;flex:1;align-items:center;gap:2px;min-width:0;height:28px;display:flex;overflow:hidden}.chat-voice-player-bar{background:#ffffff59;border-radius:1px;flex-shrink:0;width:2px}.chat-voice-player-bar.played{background:#fff}.chat-msg.align-start .chat-voice-player-bar{background:var(--border-strong)}.chat-msg.align-start .chat-voice-player-bar.played{background:var(--brand-orange,#ff9824)}.chat-voice-player-time{font-variant-numeric:tabular-nums;color:var(--color-foreground);text-align:right;min-width:38px;font-size:12px}.chat-voice-player-speed{background:var(--color-surface-muted);color:var(--color-foreground);cursor:pointer;border:0;border-radius:9999px;padding:3px 8px;font-size:11px;font-weight:600}.chat-voice-player-speed:hover{background:var(--color-border-light)}.chat-msg-file{background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-foreground);border-radius:12px;align-items:center;gap:10px;max-width:320px;padding:10px 12px;text-decoration:none;transition:border-color .15s;display:flex}.chat-msg-file:hover{border-color:var(--brand-orange,#ff9824)}.chat-msg-file-icon{background:var(--color-primary-soft,#ff982424);width:40px;height:40px;color:var(--brand-orange,#ff9824);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.chat-msg-file-info{flex-direction:column;gap:2px;min-width:0;display:flex}.chat-msg-file-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.chat-msg-file-size{color:var(--color-muted);font-size:11px}.chat-msg-file-dl{color:var(--color-muted);flex-shrink:0;margin-left:auto}.chat-msg-video{background:#000;border-radius:12px;max-width:min(320px,100%);max-height:360px;display:block}.chat-reactions{flex-wrap:wrap;align-items:center;gap:4px;margin-top:4px;display:flex;position:relative}.align-end .chat-reactions{justify-content:flex-end}.chat-reaction-chip{border:1px solid var(--color-border);background:var(--color-surface-muted);cursor:pointer;border-radius:9999px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;line-height:18px;transition:border-color .15s,background .15s;display:inline-flex}.chat-reaction-chip:hover{border-color:var(--brand-orange,#ff9824)}.chat-reaction-chip.mine{background:var(--color-primary-soft,#ff982429);border-color:var(--brand-orange,#ff9824)}.chat-reaction-count{color:var(--color-foreground);font-size:11px;font-weight:600}.chat-reaction-add-wrap{display:inline-flex;position:relative}.chat-reaction-add{border:1px dashed var(--color-border);width:24px;height:24px;color:var(--color-muted);cursor:pointer;opacity:0;background:0 0;border-radius:9999px;justify-content:center;align-items:center;transition:opacity .15s,border-color .15s;display:inline-flex}.chat-msg:hover .chat-reaction-add,.chat-reaction-add:focus-visible,.chat-reaction-add[aria-expanded=true]{opacity:1}.chat-reaction-add:hover{border-color:var(--brand-orange,#ff9824);color:var(--brand-orange,#ff9824)}.chat-reaction-picker{z-index:30;background:var(--color-surface);border:1px solid var(--color-border);border-radius:9999px;gap:2px;padding:6px;display:flex;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 10px 30px -8px #00000073}.align-end .chat-reaction-picker{left:auto;right:0}.chat-reaction-pick{cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:17px;transition:transform .12s,background .12s;display:inline-flex}.chat-reaction-pick:hover{background:var(--color-surface-muted);transform:scale(1.25)}.chat-search-pop{z-index:40;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;width:min(360px,90vw);padding:10px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 40px -10px #00000080}.chat-search-input{border:1px solid var(--color-border);background:var(--color-surface-muted);width:100%;color:var(--color-foreground);border-radius:10px;outline:none;padding:8px 12px;font-size:13px}.chat-search-input:focus{border-color:var(--brand-orange,#ff9824)}.chat-search-results{flex-direction:column;gap:2px;max-height:280px;margin-top:8px;display:flex;overflow-y:auto}.chat-search-item{text-align:left;cursor:pointer;color:var(--color-foreground);background:0 0;border:0;border-radius:10px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.chat-search-item:hover{background:var(--color-surface-muted)}.chat-search-item-meta{color:var(--color-muted);font-size:11px}.chat-search-item-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;display:-webkit-box;overflow:hidden}.chat-search-empty{color:var(--color-muted);text-align:center;padding:12px;font-size:12px}.chat-msg-flash{animation:1.6s chat-msg-flash}@keyframes chat-msg-flash{0%,60%{background:var(--color-primary-soft,#ff98242e)}to{background:0 0}}@media (max-width:720px){.chat-composer-wrap{padding:8px 8px 10px}.chat-composer{gap:4px;padding:5px}.chat-composer textarea{min-height:36px;max-height:84px;padding:8px;font-size:16px}.chat-feed{padding:12px 12px 6px}}}