.app-site-shell{flex-direction:column;min-height:100dvh;display:flex}.app-site-content{flex-direction:column;flex:1 0 auto;display:flex}.app-site-content>*{flex:1 0 auto;min-height:0}.app-site-footer{border-top:1px solid var(--line);background:var(--surface);flex:none;margin-top:40px}.app-site-footer-bar{align-items:center;gap:clamp(24px,3.5vw,48px);min-height:96px;padding-block:22px;display:flex}.app-site-footer-brand{flex:none;align-items:center;gap:12px;display:flex}.app-site-footer-brand>span{border-left:1px solid var(--line);color:var(--muted);white-space:nowrap;padding-left:12px;font-size:.7rem}.app-site-footer-assurances{align-items:center;gap:8px;display:flex}.app-site-footer-assurances>span{border:1px solid var(--line);min-height:36px;color:var(--text-secondary);background:var(--surface-strong);white-space:nowrap;border-radius:10px;align-items:center;gap:7px;padding:0 11px;font-size:.72rem;font-weight:650;display:inline-flex}.app-site-footer-assurances svg{color:var(--accent);stroke-width:1.9px}.app-site-footer-links{align-items:center;gap:clamp(16px,2vw,28px);margin-left:auto;display:flex}.app-site-footer-links a{color:var(--muted);white-space:nowrap;transition:color var(--animation-duration) var(--animation-easing);font-size:.78rem;font-weight:600;text-decoration:none}.app-site-footer-links a:hover{color:var(--accent)}.app-site-footer-theme{flex:none}.footer-theme-button{border:1px solid var(--line-strong);background:var(--surface-strong);min-height:42px;color:var(--text-secondary);cursor:pointer;transition:border-color var(--animation-duration) var(--animation-easing), background-color var(--animation-duration) var(--animation-easing), color var(--animation-duration) var(--animation-easing);border-radius:11px;align-items:center;gap:8px;padding:0 12px;font-size:.76rem;font-weight:700;list-style:none;display:inline-flex}.footer-theme-button::-webkit-details-marker{display:none}.footer-theme-button:is(:hover,:focus-visible),.theme-switcher-footer[open] .footer-theme-button{border-color:color-mix(in srgb, var(--accent), transparent 42%);background:var(--accent-soft);color:var(--accent);outline:0}.theme-switcher-footer[open] .footer-theme-button .theme-icon{transform:rotate(24deg)}.theme-switcher-footer .theme-menu{z-index:4;inset:auto 0 calc(100% + 10px) auto}@media (prefers-reduced-motion:reduce){.app-site-footer-links a,.footer-theme-button,.footer-theme-button .theme-icon{transition:none}.theme-switcher-footer[open] .footer-theme-button .theme-icon{transform:none}}@media (max-width:1120px){.app-site-footer-bar{flex-wrap:wrap;gap:18px 28px}.app-site-footer-links{order:3;width:100%;margin-left:0}.app-site-footer-theme{margin-left:auto}}@media (max-width:640px){.app-site-footer-bar{min-height:0}.app-site-footer-brand>span{display:none}.app-site-footer-assurances{scrollbar-width:none;order:3;width:100%;overflow-x:auto}.app-site-footer-assurances::-webkit-scrollbar{display:none}.app-site-footer-links{order:4;justify-content:space-between}}@media (max-width:390px){.footer-theme-button span{display:none}.footer-theme-button{justify-content:center;width:42px;padding:0}}
.site-chat-root{z-index:900;position:relative}.site-chat-panel{--site-chat-message-avatar-size:44px;--site-chat-message-gap:8px;--site-chat-message-max-width:340px;z-index:901;resize:both;border:1px solid var(--line-strong);background:var(--surface);border-radius:22px;outline:none;grid-template-rows:auto minmax(0,1fr) auto;width:min(440px,100vw - 32px);min-width:340px;max-width:calc(100vw - 16px);height:min(680px,100vh - 130px);min-height:360px;max-height:calc(100vh - 16px);display:grid;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 28px 90px #0000005c}.site-chat-panel-header{border-bottom:1px solid var(--line);background:var(--surface-strong);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;align-items:center;gap:12px;min-height:76px;padding:14px 16px;display:flex}.site-chat-panel-header:active{cursor:grabbing}.site-chat-panel-header>div{flex:1;align-items:center;gap:11px;min-width:0;display:flex}.site-chat-panel-header strong,.site-chat-panel-header small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.site-chat-panel-header strong{color:var(--text);font-size:1rem}.site-chat-order-link{color:inherit;border-radius:4px;text-decoration:none;display:block}.site-chat-order-link:hover strong{color:var(--accent)}.site-chat-order-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.site-chat-panel-header small{color:var(--muted);margin-top:3px;font-size:.78rem}.site-chat-panel-header small[data-unread=true]{color:var(--status-warning)}.site-chat-heading-icon,.site-chat-back,.site-chat-close{border:1px solid color-mix(in srgb, var(--accent), transparent 55%);background:var(--accent-soft);width:42px;height:42px;color:var(--accent);border-radius:13px;flex:0 0 42px;place-items:center;display:grid}.site-chat-back,.site-chat-close{cursor:pointer}.site-chat-heading-icon svg,.site-chat-back svg,.site-chat-close svg{width:21px}.site-chat-drag-hint{width:22px;color:var(--muted);opacity:.55}.site-chat-inbox,.site-chat-messages{min-height:0;overflow:hidden auto}.site-chat-inbox{grid-row:2/4;padding:8px}.site-chat-inbox-search{z-index:2;border:1px solid var(--line-strong);background:var(--surface);height:42px;color:var(--muted);border-radius:13px;align-items:center;gap:9px;margin-bottom:4px;padding:0 12px;display:flex;position:sticky;top:0}.site-chat-inbox-search>svg{flex:0 0 18px;width:18px;height:18px}.site-chat-inbox-search input{min-width:0;box-shadow:none;color:var(--text);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:.82rem}.site-chat-inbox-search input:focus,.site-chat-inbox-search input:focus-visible{box-shadow:none;outline:0}.site-chat-inbox-search input::placeholder{color:var(--muted)}.site-chat-inbox-search .site-chat-inbox-search-loader{animation:site-chat-spin var(--animation-duration) linear infinite}.site-chat-inbox-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:15px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 10px;display:grid}.site-chat-inbox-item:hover{background:var(--accent-soft)}.site-chat-inbox-loader{min-height:42px;color:var(--muted);justify-content:center;align-items:center;gap:7px;font-size:.72rem;display:flex}.site-chat-inbox-loader svg{width:17px;height:17px;animation:site-chat-spin var(--animation-duration) linear infinite}.site-chat-inbox-avatar{background:var(--surface-strong);width:48px;height:48px;color:var(--accent);border-radius:15px;place-items:center;font-weight:800;display:grid}.site-chat-inbox-order-avatar svg,.site-chat-inbox-market-avatar svg{stroke-width:1.9px;width:25px;height:25px}.site-chat-inbox-market-avatar{color:var(--status-warning)}.site-chat-inbox-user-avatar{overflow:hidden}.site-chat-inbox-user-avatar img{object-fit:cover;width:100%;height:100%}.site-chat-inbox-user-avatar .user-avatar-fallback{background:var(--surface-strong);color:var(--accent)}.site-chat-inbox-item>span:nth-child(2){min-width:0}.site-chat-inbox-item strong,.site-chat-inbox-item small,.site-chat-inbox-item>span:nth-child(2)>span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.site-chat-inbox-item small{color:var(--muted);margin-top:2px;font-size:.72rem}.site-chat-inbox-item>span:nth-child(2)>span{color:var(--text-secondary);margin-top:5px;font-size:.82rem}.site-chat-inbox-item[data-unread=true] strong,.site-chat-inbox-item[data-unread=true]>span:nth-child(2)>span{color:var(--text);font-weight:750}.site-chat-inbox-meta{height:48px;color:var(--muted);flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.site-chat-inbox-meta time{font-size:.68rem}.site-chat-inbox-meta i{background:var(--status-danger);width:9px;height:9px;box-shadow:0 0 0 4px color-mix(in srgb, var(--status-danger), transparent 82%);border-radius:50%}.site-chat-inbox-meta svg{width:18px}.site-chat-messages{flex-direction:column;gap:10px;padding:16px;display:flex}.site-chat-message-row{align-items:flex-end;gap:var(--site-chat-message-gap);width:100%;display:flex}.site-chat-message-row[data-own=true]{flex-direction:row-reverse}.site-chat-system-message{color:#3b82f6;text-align:center;justify-items:center;gap:5px;width:100%;padding:13px 20px;display:grid}.site-chat-system-message>svg{width:20px;height:20px}.site-chat-system-message>div{justify-items:center;gap:3px;width:min(100%,360px);min-width:0;display:grid}.site-chat-system-message strong{color:var(--text);font-size:.76rem;line-height:1.35}.site-chat-system-message--danger{color:var(--status-danger)}.site-chat-system-message--warning{color:var(--status-warning)}.site-chat-system-message--success{color:var(--status-success)}.site-chat-system-message--violet{color:var(--accent-violet)}.site-chat-system-message p{color:var(--text-secondary);overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:.73rem;line-height:1.4}.site-chat-system-message time{color:var(--muted);font-size:.64rem}.site-chat-message-avatar{flex:0 0 var(--site-chat-message-avatar-size);border:1px solid color-mix(in srgb, var(--line-strong), transparent 20%);background:var(--surface-strong);border-radius:50%;place-items:center;display:grid;overflow:hidden}.site-chat-message-avatar img{object-fit:cover;width:100%;height:100%}.site-chat-message{width:min(calc(100% - var(--site-chat-message-avatar-size) - var(--site-chat-message-gap)), var(--site-chat-message-max-width));border:1px solid var(--line);background:var(--surface-strong);border-radius:16px 16px 16px 5px;padding:11px 13px 9px}.site-chat-message[data-own=true]{border-color:color-mix(in srgb, var(--accent), transparent 52%);background:var(--accent-soft);border-radius:16px 16px 5px}.site-chat-message header,.site-chat-message footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.site-chat-message header strong{align-items:center;gap:6px;font-size:.8rem;display:inline-flex}.site-chat-message header strong i{background:var(--muted);border-radius:50%;width:7px;height:7px}.site-chat-message header strong i[data-online=true]{background:#21d6a2;box-shadow:0 0 0 4px #21d6a21f}.site-chat-message header span,.site-chat-message footer{color:var(--muted);font-size:.68rem}.site-chat-message p{color:var(--text-secondary);overflow-wrap:anywhere;white-space:pre-wrap;margin:9px 0;font-size:.9rem;line-height:1.45}.site-chat-message p a{color:color-mix(in srgb, var(--accent), var(--text) 14%);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, currentColor, transparent 42%);text-decoration-color:color-mix(in srgb, currentColor, transparent 42%);text-underline-offset:3px;font-weight:700;text-decoration-thickness:1px}.site-chat-message p a:hover{color:var(--accent-hover);text-decoration-color:currentColor}.site-chat-message-images{border-radius:11px;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:9px;display:grid;overflow:hidden}.site-chat-message-images[data-count="1"]{grid-template-columns:minmax(0,1fr)}.site-chat-message-images button{background:var(--surface);cursor:zoom-in;border:0;border-radius:9px;min-width:0;padding:0;overflow:hidden}.site-chat-message-images img{object-fit:cover;width:100%;height:108px;display:block}.site-chat-message-images[data-count="1"] img{object-fit:contain;height:auto;max-height:180px}.site-chat-message footer{justify-content:flex-end}.site-chat-message footer svg{width:14px;height:14px;color:var(--muted)}.site-chat-message footer svg[data-read=true]{color:var(--accent-cyan)}.site-chat-composer{border-top:1px solid var(--line);background:var(--surface);padding:0 12px 12px;position:relative}.site-chat-typing{height:24px;color:var(--accent);text-overflow:ellipsis;white-space:nowrap;padding:6px 4px 2px;font-size:.72rem;overflow:hidden}.site-chat-compose-row{background:color-mix(in srgb, var(--surface-strong), var(--surface) 20%);border:0;border-radius:15px;align-items:flex-end;gap:8px;padding:8px;display:flex}.site-chat-pending-images{gap:7px;padding:0 2px 8px;display:flex;overflow-x:auto}.site-chat-pending-images article{border:1px solid var(--line-strong);background:var(--surface-strong);border-radius:10px;flex:0 0 72px;width:72px;height:56px;position:relative;overflow:hidden}.site-chat-pending-images article>img{object-fit:cover;width:100%;height:100%}.site-chat-pending-images article>span{background:color-mix(in srgb, var(--surface), transparent 24%);color:var(--text);place-items:center;font-size:1rem;font-weight:800;display:grid;position:absolute;inset:0}.site-chat-pending-images article[data-status=error]{border-color:color-mix(in srgb, var(--status-danger), transparent 35%)}.site-chat-pending-images article[data-status=error]>span{color:var(--status-danger)}.site-chat-pending-images article[data-status=uploading]>span svg{width:20px;height:20px;animation:site-chat-spin var(--animation-duration) linear infinite}.site-chat-pending-images article>button{z-index:2;background:color-mix(in srgb, var(--surface), transparent 10%);width:20px;height:20px;color:var(--text);cursor:pointer;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:3px;right:3px}.site-chat-pending-images article>button svg{width:13px;height:13px}.site-chat-mention-menu{z-index:12;border:1px solid var(--line-strong);background:var(--surface);max-height:244px;box-shadow:var(--shadow-soft);border-radius:14px;padding:6px;position:absolute;bottom:calc(100% - 24px);left:12px;right:12px;overflow-y:auto}.site-chat-mention-menu>button{width:100%;min-height:44px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:6px 8px;display:flex}.site-chat-mention-menu>button:hover,.site-chat-mention-menu>button[aria-selected=true]{background:var(--surface-strong)}.site-chat-mention-menu .user-avatar{border-radius:9px;flex:0 0 32px;display:grid;overflow:hidden}.site-chat-mention-menu .user-avatar img{object-fit:cover;width:100%;height:100%}.site-chat-mention-menu>button>span:last-child{min-width:0;display:grid}.site-chat-mention-menu strong,.site-chat-mention-menu small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-chat-mention-menu small{color:var(--muted);font-size:.72rem}.site-chat-composer textarea{resize:none;width:100%;height:42px;min-height:42px;max-height:120px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;padding:10px 0;line-height:22px}.site-chat-composer textarea:focus,.site-chat-composer textarea:focus-visible{box-shadow:none;background:0 0;border-color:#0000;outline:0}.site-chat-compose-row>button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.site-chat-compose-row>button:disabled{cursor:default;opacity:.45}.site-chat-compose-row>button svg{width:20px}.site-chat-compose-row>.site-chat-attach{color:var(--text-secondary);background:0 0;border:0}.site-chat-compose-row>.site-chat-attach:hover:not(:disabled){color:var(--accent)}.site-chat-quick-replies-control{flex:0 0 24px;align-self:flex-end;display:grid;position:static}.site-chat-quick-replies-trigger{width:24px;height:42px;color:var(--muted);cursor:pointer;transition:color var(--animation-duration) var(--animation-easing);background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.site-chat-quick-replies-trigger:hover,.site-chat-quick-replies-trigger[aria-expanded=true]{color:var(--accent)}.site-chat-quick-replies-trigger svg{width:18px;height:18px}.site-chat-quick-replies-popover{z-index:16;border:1px solid var(--line-strong);background:var(--surface);width:auto;max-height:min(360px,100vh - 190px);box-shadow:var(--shadow-soft);border-radius:14px;gap:7px;padding:8px;display:grid;position:absolute;bottom:calc(100% - 24px);left:12px;right:12px;overflow:hidden}.site-chat-quick-replies-popover>header{justify-content:space-between;align-items:center;gap:10px;min-height:30px;padding-left:4px;display:flex}.site-chat-quick-replies-popover>header strong{color:var(--text);font-size:.82rem}.site-chat-quick-replies-popover>header button,.site-chat-quick-reply-list article>div button{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.site-chat-quick-replies-popover>header button:hover,.site-chat-quick-reply-list article>div button:hover{background:var(--surface-strong);color:var(--accent)}.site-chat-quick-replies-popover button:disabled{cursor:default;opacity:.45}.site-chat-quick-replies-popover button svg{width:15px;height:15px}.site-chat-quick-reply-search{border:1px solid var(--line);min-height:36px;color:var(--muted);border-radius:10px;align-items:center;gap:7px;padding:0 9px;display:flex}.site-chat-quick-reply-search:focus-within{border-color:var(--line-strong)}.site-chat-quick-reply-search svg{flex:0 0 15px;width:15px;height:15px}.site-chat-quick-reply-search input{width:100%;min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0;font-size:.76rem}.site-chat-quick-reply-search input:focus,.site-chat-quick-reply-search input:focus-visible{box-shadow:none;background:0 0;border-color:#0000;outline:0}.site-chat-quick-reply-list{gap:3px;min-height:54px;display:grid;overflow-y:auto}.site-chat-quick-reply-list article{border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;display:grid}.site-chat-quick-reply-list article:hover,.site-chat-quick-reply-list article:focus-within{background:var(--surface-strong)}.site-chat-quick-reply-insert{min-width:0;max-height:54px;color:var(--text-secondary);font:inherit;text-align:left;overflow-wrap:anywhere;cursor:pointer;-webkit-line-clamp:2;background:0 0;border:0;-webkit-box-orient:vertical;padding:8px 9px;font-size:.76rem;line-height:1.45;display:-webkit-box;overflow:hidden}.site-chat-quick-reply-list article>div{padding-right:3px;display:flex}.site-chat-quick-reply-list article>div button{width:26px;height:26px}.site-chat-quick-reply-list article>div button svg{width:14px;height:14px}.site-chat-quick-reply-list>p{color:var(--muted);text-align:center;align-self:center;margin:0;padding:16px 10px;font-size:.75rem}.site-chat-quick-reply-editor{gap:7px;display:grid}.site-chat-quick-reply-editor textarea{resize:vertical;border:1px solid var(--line);background:var(--surface-strong);border-radius:10px;min-height:96px;padding:9px 10px;font-size:.78rem}.site-chat-quick-reply-editor textarea:focus,.site-chat-quick-reply-editor textarea:focus-visible{border-color:var(--line-strong);background:var(--surface-strong)}.site-chat-quick-reply-editor>div{justify-content:flex-end;align-items:center;gap:6px;display:flex}.site-chat-quick-reply-editor>div span{color:var(--muted);margin-right:auto;font-size:.67rem}.site-chat-quick-reply-editor>div button{min-height:30px;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:5px;padding:0 9px;font-size:.72rem;display:inline-flex}.site-chat-quick-reply-editor>div button:last-child{background:var(--accent);color:#fff}.site-chat-quick-replies-popover .lucide-loader-circle{animation:site-chat-spin var(--animation-duration) linear infinite}.site-chat-drop-overlay{z-index:20;border:1px dashed var(--accent);background:color-mix(in srgb, var(--surface), transparent 3%);color:var(--text);text-align:center;pointer-events:none;border-radius:17px;place-content:center;justify-items:center;gap:7px;display:grid;position:absolute;inset:8px}.site-chat-drop-overlay svg{width:28px;height:28px;color:var(--accent)}.site-chat-drop-overlay span{color:var(--muted);font-size:.72rem}.site-chat-image-viewer{z-index:1100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#060a18e0;grid-template-rows:auto minmax(0,1fr);padding:18px;display:grid;position:fixed;inset:0}.site-chat-image-viewer>header{border:1px solid var(--line-strong);background:var(--surface-strong);width:min(920px,100%);min-height:54px;color:var(--text);border-radius:15px;justify-content:space-between;align-items:center;gap:16px;margin:0 auto 12px;padding:8px 10px 8px 16px;display:flex}.site-chat-image-viewer>header strong,.site-chat-image-viewer>header small{display:block}.site-chat-image-viewer>header small{color:var(--muted);margin-top:2px;font-size:.72rem}.site-chat-image-viewer nav{align-items:center;gap:5px;display:flex}.site-chat-image-viewer nav button,.site-chat-image-stage>button{border:1px solid var(--line-strong);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:11px;place-items:center;padding:0;display:grid}.site-chat-image-viewer nav button:disabled{cursor:default;opacity:.4}.site-chat-image-viewer nav button svg,.site-chat-image-stage>button svg{width:19px;height:19px}.site-chat-image-viewer output{min-width:48px;color:var(--text-secondary);text-align:center;font-size:.75rem}.site-chat-image-stage{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:0;display:grid;position:relative}.site-chat-image-stage>div{overscroll-behavior:contain;grid-area:1/2;place-items:center;width:100%;min-width:0;height:100%;min-height:0;display:grid;overflow:auto}.site-chat-image-previous{grid-area:1/1}.site-chat-image-next{grid-area:1/3}.site-chat-image-stage img{object-fit:contain;transform-origin:50%;width:auto;max-width:min(100%,1400px);height:auto;max-height:100%;transition:transform var(--animation-duration) var(--animation-easing);-webkit-user-select:none;user-select:none;display:block}@keyframes site-chat-spin{to{transform:rotate(360deg)}}.site-chat-previous{color:var(--accent);cursor:pointer;background:0 0;border:0;border-radius:8px;align-self:center;padding:5px 8px;font-size:.75rem}.site-chat-previous:hover{background:var(--accent-soft)}.site-chat-history-sentinel{min-height:1px;color:var(--muted);justify-content:center;align-items:center;gap:7px;font-size:.72rem;display:flex}.site-chat-history-sentinel[data-active=true]{min-height:32px}.site-chat-history-sentinel svg{width:16px;height:16px;animation:site-chat-spin var(--animation-duration) linear infinite}.site-chat-archive-divider{color:var(--muted);white-space:nowrap;align-items:center;gap:8px;font-size:.68rem;display:flex}.site-chat-archive-divider:before,.site-chat-archive-divider:after{background:var(--line);content:"";flex:1;height:1px}.site-chat-archive-divider a{color:var(--accent);font-weight:700;text-decoration:none}.site-chat-archive-divider a:hover{text-underline-offset:2px;text-decoration:underline}.site-chat-empty{min-height:100%;color:var(--muted);text-align:center;place-content:center;justify-items:center;gap:8px;padding:32px;display:grid}.site-chat-empty svg{width:36px;height:36px;color:var(--accent)}.site-chat-empty strong{color:var(--text)}.site-chat-empty span{max-width:280px;font-size:.82rem;line-height:1.45}.site-chat-skeleton-list,.site-chat-skeleton-messages{flex-direction:column;gap:12px;padding:12px;display:flex}.site-chat-skeleton-list>span{grid-template-columns:48px 1fr;gap:12px;display:grid}.site-chat-skeleton-list i,.site-chat-skeleton-list b,.site-chat-skeleton-list em{background:linear-gradient(90deg, var(--surface-strong), var(--line), var(--surface-strong));background-size:220% 100%;border-radius:12px;animation:1.35s linear infinite site-chat-shimmer}.site-chat-skeleton-list i{grid-row:1/3;width:48px;height:48px}.site-chat-skeleton-list b{width:55%;height:15px}.site-chat-skeleton-list em{width:85%;height:12px}.site-chat-skeleton-messages{gap:10px;padding:0}.site-chat-skeleton-message-row{align-items:flex-end;gap:var(--site-chat-message-gap);width:100%;display:flex}.site-chat-skeleton-message-row[data-own=true]{flex-direction:row-reverse}.site-chat-skeleton-message-avatar{width:var(--site-chat-message-avatar-size);height:var(--site-chat-message-avatar-size);flex:0 0 var(--site-chat-message-avatar-size);border-radius:50%}.site-chat-skeleton-message-bubble{width:min(calc(100% - var(--site-chat-message-avatar-size) - var(--site-chat-message-gap)), var(--site-chat-message-max-width));border:1px solid var(--line);background:var(--surface-strong);border-radius:16px 16px 16px 5px;flex-direction:column;min-height:88px;padding:11px 13px 9px;display:flex}.site-chat-skeleton-message-row[data-own=true] .site-chat-skeleton-message-bubble{border-radius:16px 16px 5px}.site-chat-skeleton-message-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.site-chat-skeleton-message-top i:first-child{width:82px;height:12px}.site-chat-skeleton-message-top i:last-child{width:54px;height:9px}.site-chat-skeleton-message-body{flex-direction:column;gap:6px;margin:9px 0;display:flex}.site-chat-skeleton-message-body i{width:82%;height:13px}.site-chat-skeleton-message-body i:last-child:not(:first-child){width:62%}.site-chat-skeleton-message-time{align-self:flex-end;width:72px;height:9px;margin-top:auto}.site-chat-skeleton-message-avatar,.site-chat-skeleton-message-top i,.site-chat-skeleton-message-body i,.site-chat-skeleton-message-time{background:linear-gradient(90deg, var(--surface-strong), var(--line), var(--surface-strong));background-size:220% 100%;animation:1.35s linear infinite site-chat-shimmer}@keyframes site-chat-shimmer{to{background-position:-220% 0}}@media (max-width:760px){.site-chat-panel{resize:none;border:0;border-radius:0;min-width:0;max-width:none;min-height:0;max-height:none;width:100vw!important;height:100dvh!important;inset:0!important}.site-chat-panel-header{padding-top:max(14px, env(safe-area-inset-top));cursor:default}.site-chat-drag-hint{display:none}.site-chat-composer{padding-bottom:max(12px, env(safe-area-inset-bottom))}.site-chat-image-viewer{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom))}.site-chat-image-viewer>header{align-items:flex-start}.site-chat-image-viewer>header>span{min-width:0;padding-top:4px}.site-chat-image-viewer>header strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-chat-image-stage{grid-template-columns:34px minmax(0,1fr) 34px;gap:5px}.site-chat-image-stage>button{width:34px;height:42px}}@media (prefers-reduced-motion:reduce){.site-chat-skeleton-list i,.site-chat-skeleton-list b,.site-chat-skeleton-list em,.site-chat-skeleton-message-avatar,.site-chat-skeleton-message-top i,.site-chat-skeleton-message-body i,.site-chat-skeleton-message-time,.site-chat-pending-images article[data-status=uploading]>span svg,.site-chat-inbox-loader svg,.site-chat-history-sentinel svg,.site-chat-quick-replies-popover .lucide-loader-circle{animation:none}.site-chat-image-stage img{transition:none}}
