#team-chat-root{position:fixed;inset:0;z-index:9400;pointer-events:none;font:400 13px/1.35 var(--font-sans,Inter,system-ui,sans-serif);color:var(--text,#263746)}
.team-chat-header-launcher{position:relative;background:var(--bg2)!important;font-size:16px!important;color:var(--primary)}
.team-chat-header-launcher b{position:absolute;right:-4px;top:-5px;min-width:17px;height:17px;padding:0 3px;border:2px solid var(--card,#fff);border-radius:10px;background:#d92d20;color:#fff;font:700 9px/13px Inter,sans-serif;text-align:center}
.team-chat-dock{pointer-events:auto;position:absolute;right:18px;bottom:18px;width:48px;height:48px;border:0;border-radius:50%;background:#ff6e16;color:#fff;box-shadow:0 8px 28px #18293a35;font-size:21px;cursor:pointer}
.team-chat-dock b{position:absolute;right:-3px;top:-4px;min-width:19px;height:19px;padding:0 4px;border:2px solid #fff;border-radius:12px;background:#d92d20;color:#fff;font:700 10px/15px Inter,sans-serif}
.team-chat-panel{pointer-events:auto;position:absolute;right:18px;bottom:76px;width:min(430px,calc(100vw - 24px));height:min(520px,calc(100vh - 100px));overflow:hidden;border:1px solid #cbdde4;border-radius:13px;background:#fff;box-shadow:0 18px 55px #1022363f}
.team-chat-head{height:44px;padding:0 9px 0 14px;display:flex;align-items:center;justify-content:space-between;background:#f4fafc;border-bottom:1px solid #d6e5ea;cursor:move;touch-action:none;user-select:none;color:#08789c}
.team-chat-head-actions{display:flex;align-items:center;gap:5px}.team-chat-head button{width:30px;height:30px;border:1px solid #cedbe1;border-radius:7px;background:#fff;color:#526273;font-size:18px;cursor:pointer}
.team-chat-main{display:grid;grid-template-columns:132px minmax(0,1fr);height:calc(100% - 44px)}
.team-chat-contacts{overflow:auto;padding:6px;border-right:1px solid #e1eaee;background:#f8fbfc}
.team-chat-contacts>button{position:relative;width:100%;min-height:51px;margin:0 0 4px;padding:6px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:6px;align-items:center;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;color:#334155;cursor:pointer}
.team-chat-contacts>button:hover,.team-chat-contacts>button.active{border-color:#9fd3df;background:#fff}
.team-chat-contacts>button>span:nth-child(2){min-width:0}.team-chat-contacts strong,.team-chat-contacts small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-chat-contacts strong{font-size:11px}.team-chat-contacts small{font-size:9px;color:#718096;text-transform:capitalize}
.team-chat-contacts>button>b{position:absolute;right:4px;top:3px;min-width:16px;height:16px;padding:0 3px;border-radius:9px;background:#ff6e16;color:#fff;font:700 9px/16px Inter,sans-serif;text-align:center}
.team-chat-avatar{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--team-color) 18%,white);color:var(--team-color);font-size:10px;font-weight:700}
.team-chat-thread{min-width:0;display:grid;grid-template-rows:38px minmax(0,1fr) auto}
.team-chat-peer{display:flex;align-items:center;padding:0 11px;border-bottom:1px solid #edf2f4;font-weight:600;color:#08789c}
.team-chat-messages{overflow:auto;padding:10px;display:flex;flex-direction:column;gap:7px;background:#fbfdfe}
.team-chat-message{max-width:82%;padding:7px 9px;border-radius:10px;background:#eef3f5;color:#334155;overflow-wrap:anywhere}
.team-chat-message.mine{align-self:flex-end;background:#fff0e6;color:#713817}.team-chat-message.theirs{align-self:flex-start}
.team-chat-message time{display:block;margin-top:3px;color:#8795a1;font-size:8px;text-align:right}
.team-chat-message-author{display:block;margin-bottom:2px;color:#08789c;font-size:9px;font-weight:600}
.team-chat-empty{margin:auto;padding:12px;color:#82909c;font-size:10px;text-align:center}
.team-chat-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:8px;border-top:1px solid #e1eaee;background:#fff}
.team-chat-compose textarea{min-width:0;max-height:78px;padding:7px 8px;border:1px solid #cedbe1;border-radius:8px;resize:none;font:inherit;color:#334155}
.team-chat-compose button{align-self:end;height:34px;padding:0 10px;border:0;border-radius:8px;background:#ff6e16;color:#fff;font-size:11px;font-weight:600;cursor:pointer}.team-chat-compose button:disabled{opacity:.45;cursor:not-allowed}
.team-arrival-layer{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:20px;background:#10223673}
.team-arrival-card{position:relative;width:min(560px,calc(100vw - 32px));min-height:190px;padding:28px 28px 22px;display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;align-items:center;border:1px solid #c9dbe2;border-radius:17px;background:#fff;box-shadow:0 28px 75px #10223655}
.team-arrival-photo{display:grid;place-items:center}.team-arrival-copy small{display:block;margin-bottom:5px;color:#ff6e16;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.team-arrival-copy h2{margin:0 0 8px;color:#08789c;font-size:21px}.team-arrival-copy p{margin:0;padding-right:8px;color:#526273;font-size:14px;line-height:1.55}.team-arrival-copy strong{color:#243746}
.team-arrival-close{position:absolute;right:12px;top:11px;width:31px;height:31px;border:1px solid #d7e2e7;border-radius:8px;background:#fff;color:#64748b;font-size:18px;cursor:pointer}
.team-arrival-ack{grid-column:2;justify-self:end;min-width:80px;height:34px;padding:0 15px;border:0;border-radius:8px;background:#ff6e16;color:#fff;font-weight:600;cursor:pointer}
@media(max-width:620px){.team-chat-panel{inset:8px!important;width:auto;height:calc(100dvh - 74px)}.team-chat-main{grid-template-columns:104px minmax(0,1fr)}.team-arrival-card{grid-template-columns:1fr;text-align:center}.team-arrival-ack{grid-column:1;justify-self:center}.team-arrival-copy p{padding:0}}
