/* WebTechs Employee Hub 1.15.0 – realtime office, chat, PWA and voice huddles */
.wteh-realtime-status{display:flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(130,145,170,.08);font-size:11px;white-space:nowrap}.wteh-realtime-status i{width:8px;height:8px;border-radius:50%;background:#d69b2e;box-shadow:0 0 0 4px rgba(214,155,46,.12)}.wteh-realtime-status.is-online i{background:#24a866;box-shadow:0 0 0 4px rgba(36,168,102,.12)}
.wteh-chat-app{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:650px;max-height:calc(100vh - 190px);border:1px solid rgba(135,150,175,.18);border-radius:22px;overflow:hidden;background:var(--wteh-surface,#fff);box-shadow:0 14px 34px rgba(20,28,50,.05)}
.wteh-chat-channels{display:flex;flex-direction:column;min-width:0;padding:15px 12px;background:rgba(130,145,170,.045);border-inline-end:1px solid rgba(135,150,175,.16)}.wteh-chat-channels-head{padding:4px 8px 14px}.wteh-chat-channels-head strong,.wteh-chat-channels-head small{display:block}.wteh-chat-channels-head strong{font-size:15px}.wteh-chat-channels-head small{margin-top:3px;font-size:10px;opacity:.58}
.wteh-chat-channel{position:relative;width:100%;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;margin:2px 0;padding:10px 9px;border:1px solid transparent;border-radius:14px;background:transparent;color:inherit;text-align:start;cursor:pointer;transition:.18s ease}.wteh-chat-channel:hover{background:rgba(109,93,252,.05)}.wteh-chat-channel.is-active{background:rgba(109,93,252,.09);border-color:rgba(109,93,252,.16)}.wteh-chat-channel>i{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:rgba(130,145,170,.09);font-style:normal;font-size:17px}.wteh-chat-channel span{min-width:0}.wteh-chat-channel strong,.wteh-chat-channel small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wteh-chat-channel strong{font-size:12px}.wteh-chat-channel small{margin-top:2px;font-size:9px;opacity:.55}.wteh-chat-channel>b{min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:var(--wteh-accent,#6d5dfc);color:#fff;font-size:9px}
.wteh-chat-pwa-card{margin-top:auto;display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;padding:11px;border-radius:15px;background:linear-gradient(135deg,rgba(109,93,252,.10),rgba(41,182,246,.07));border:1px solid rgba(109,93,252,.12)}.wteh-chat-pwa-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.55)}.wteh-chat-pwa-card strong,.wteh-chat-pwa-card small{display:block}.wteh-chat-pwa-card strong{font-size:11px}.wteh-chat-pwa-card small{font-size:9px;line-height:1.6;opacity:.62}.wteh-chat-pwa-card button{grid-column:1/-1;border:0;border-radius:10px;padding:7px 9px;background:var(--wteh-accent,#6d5dfc);color:#fff;font-size:10px;cursor:pointer}
.wteh-chat-main{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;min-width:0;min-height:0}.wteh-chat-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px;border-bottom:1px solid rgba(135,150,175,.14)}.wteh-chat-head>div:first-child{min-width:0}.wteh-chat-head strong,.wteh-chat-head small{display:block}.wteh-chat-head strong{font-size:14px}.wteh-chat-head small{margin-top:3px;font-size:10px;opacity:.56;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wteh-chat-head-actions{display:flex;align-items:center;gap:7px}.wteh-chat-head-actions .wteh-button{font-size:10px;padding:8px 10px}.wteh-huddle-button{border:1px solid rgba(109,93,252,.22)!important;background:rgba(109,93,252,.08)!important;color:var(--wteh-accent,#6d5dfc)!important}.wteh-huddle-button.is-live{background:rgba(36,168,102,.10)!important;border-color:rgba(36,168,102,.24)!important;color:#17854f!important}
.wteh-huddle-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 16px;background:rgba(36,168,102,.07);border-bottom:1px solid rgba(36,168,102,.12)}.wteh-huddle-strip>div{display:flex;align-items:center;gap:7px;min-width:0}.wteh-huddle-strip strong{font-size:11px;white-space:nowrap}.wteh-huddle-strip small{font-size:9px;opacity:.64;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wteh-huddle-strip button{border:1px solid rgba(36,168,102,.18);background:rgba(255,255,255,.65);border-radius:9px;padding:6px 9px;font-size:9px;cursor:pointer;color:inherit}.wteh-huddle-strip button.is-muted{background:rgba(214,155,46,.12)}.wteh-huddle-strip button.is-danger{border-color:rgba(220,70,70,.18);color:#c43b3b}.wteh-huddle-pulse{width:8px;height:8px;border-radius:50%;background:#24a866;animation:wteh-huddle-pulse 1.6s infinite}@keyframes wteh-huddle-pulse{0%,100%{box-shadow:0 0 0 0 rgba(36,168,102,.28)}50%{box-shadow:0 0 0 6px rgba(36,168,102,0)}}
.wteh-chat-messages{min-height:0;overflow-y:auto;padding:18px;scroll-behavior:smooth;background:linear-gradient(180deg,rgba(130,145,170,.025),transparent 28%)}.wteh-chat-message{display:flex;align-items:flex-end;gap:8px;margin:8px 0;max-width:82%}.wteh-chat-message.is-self{margin-inline-start:auto;flex-direction:row-reverse}.wteh-chat-avatar{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:10px;background:rgba(109,93,252,.10);color:var(--wteh-accent,#6d5dfc);font-size:11px;font-weight:800}.wteh-chat-bubble{min-width:84px;padding:9px 11px;border:1px solid rgba(135,150,175,.14);border-radius:15px 15px 15px 4px;background:rgba(130,145,170,.06)}.wteh-chat-message.is-self .wteh-chat-bubble{border-color:rgba(109,93,252,.16);border-radius:15px 15px 4px 15px;background:rgba(109,93,252,.09)}.wteh-chat-meta{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:4px}.wteh-chat-meta strong{font-size:9px}.wteh-chat-meta small{font-size:8px;opacity:.48}.wteh-chat-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.85}.wteh-chat-loading,.wteh-chat-empty{height:100%;min-height:260px;display:grid;place-items:center;align-content:center;text-align:center;color:inherit;opacity:.62}.wteh-chat-empty span{font-size:30px}.wteh-chat-empty strong,.wteh-chat-empty small{display:block;margin-top:6px}.wteh-chat-empty small{font-size:10px}
.wteh-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;padding:12px 16px;border-top:1px solid rgba(135,150,175,.14);background:var(--wteh-surface,#fff)}.wteh-chat-composer textarea{width:100%;min-height:42px;max-height:130px;resize:none;border:1px solid rgba(135,150,175,.22);border-radius:13px;padding:10px 12px;background:rgba(130,145,170,.045);color:inherit;line-height:1.7;outline:none}.wteh-chat-composer textarea:focus{border-color:rgba(109,93,252,.42);box-shadow:0 0 0 3px rgba(109,93,252,.07)}.wteh-chat-composer button{width:42px;height:42px;border:0;border-radius:13px;background:var(--wteh-accent,#6d5dfc);color:#fff;font-size:17px;cursor:pointer;transform:scaleX(-1)}.wteh-chat-composer button:disabled{opacity:.5;cursor:wait}.wteh-webrtc-audio{display:none}
.wteh-theme-dark .wteh-chat-app,.wteh-theme-dark .wteh-chat-composer{background:#0f172a}.wteh-theme-dark .wteh-chat-channels{background:rgba(255,255,255,.025)}.wteh-theme-dark .wteh-chat-pwa-card>span,.wteh-theme-dark .wteh-huddle-strip button{background:rgba(15,23,42,.78)}.wteh-theme-dark .wteh-chat-composer textarea{background:#111b2f;border-color:rgba(255,255,255,.10)}
@media(max-width:900px){.wteh-chat-app{grid-template-columns:205px minmax(0,1fr);min-height:610px}.wteh-chat-head{align-items:flex-start}.wteh-chat-head-actions{flex-wrap:wrap;justify-content:flex-end}.wteh-chat-message{max-width:90%}}
@media(max-width:680px){.wteh-page-title .wteh-realtime-status{margin-top:8px}.wteh-chat-app{display:flex;flex-direction:column;max-height:none;min-height:calc(100vh - 190px);border-radius:18px}.wteh-chat-channels{display:block;padding:9px;border-inline-end:0;border-bottom:1px solid rgba(135,150,175,.14);overflow-x:auto;white-space:nowrap}.wteh-chat-channels-head,.wteh-chat-pwa-card{display:none}.wteh-chat-channels>div[data-wteh-channel-list]{display:flex;gap:6px}.wteh-chat-channel{display:flex;width:auto;min-width:max-content;margin:0;padding:8px 10px}.wteh-chat-channel>i{width:30px;height:30px}.wteh-chat-channel small{display:none}.wteh-chat-main{min-height:540px;flex:1}.wteh-chat-head{padding:11px 12px}.wteh-chat-head>div:first-child small{display:none}.wteh-chat-head-actions .wteh-button[data-wteh-push-enable]{display:none}.wteh-huddle-strip{align-items:flex-start;flex-direction:column}.wteh-huddle-strip>div:last-child{width:100%;justify-content:flex-end}.wteh-chat-messages{padding:12px}.wteh-chat-message{max-width:95%}.wteh-chat-avatar{width:27px;height:27px;flex-basis:27px;border-radius:9px}.wteh-chat-bubble{padding:8px 10px}.wteh-chat-composer{padding:9px}.wteh-chat-composer textarea{font-size:16px}}

/* v1.16.0 chat avatars */
.wteh-chat-avatar{overflow:hidden}
.wteh-chat-avatar img{width:100%;height:100%;object-fit:cover;display:block}


/* 1.17.2 — prettier channels, avatar-first chat, no voice controls in UI */
.wteh-chat-channel{border-radius:18px;padding:11px 10px;overflow:hidden}.wteh-chat-channel>i{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#eef2ff,#ede9fe);box-shadow:inset 0 0 0 1px rgba(109,93,252,.08)}.wteh-chat-channel>i>span{display:grid;place-items:center;width:100%;height:100%;font-size:19px}.wteh-chat-channel--coffee>i{background:linear-gradient(135deg,#fff7ed,#ffedd5);box-shadow:inset 0 0 0 1px rgba(249,115,22,.12)}.wteh-chat-channel--company>i{background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:inset 0 0 0 1px rgba(37,99,235,.12)}.wteh-chat-channel--unit>i{background:linear-gradient(135deg,#ecfeff,#cffafe);box-shadow:inset 0 0 0 1px rgba(8,145,178,.12)}.wteh-chat-channel.is-active{background:linear-gradient(135deg,rgba(109,93,252,.10),rgba(109,93,252,.04));border-color:rgba(109,93,252,.16);box-shadow:0 8px 22px rgba(109,93,252,.08)}.wteh-chat-channel>b{position:absolute;top:8px;left:8px;min-width:18px;height:18px;padding:0 4px;font-size:8px;box-shadow:0 4px 12px rgba(109,93,252,.25)}
.wteh-chat-message{gap:10px}.wteh-chat-avatar{width:36px;height:36px;flex-basis:36px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#e9d5ff);border:1px solid rgba(109,93,252,.12);box-shadow:0 4px 12px rgba(109,93,252,.08)}.wteh-chat-avatar img{object-fit:cover}.wteh-chat-bubble{padding:10px 12px}.wteh-chat-meta strong{font-size:10px}.wteh-chat-bubble p{font-size:13px;line-height:1.9}
@media(max-width:680px){.wteh-chat-channels{padding:10px 10px 12px}.wteh-chat-channels>div[data-wteh-channel-list]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wteh-chat-channel{display:flex !important;flex-direction:column;align-items:center;justify-content:center;min-width:0;width:100%;padding:12px 8px 10px;text-align:center;border-radius:22px;background:#fff;border:1px solid rgba(135,150,175,.14);box-shadow:0 6px 18px rgba(16,24,40,.05)}.wteh-chat-channel span{display:block;text-align:center}.wteh-chat-channel strong{font-size:11px;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.5;margin-top:6px}.wteh-chat-channel small{display:block;font-size:8.5px;white-space:normal;opacity:.58;line-height:1.45;margin-top:3px}.wteh-chat-channel>i{width:52px;height:52px;border-radius:18px}.wteh-chat-channel>b{left:auto;right:calc(50% - 26px);top:4px;transform:translateX(50%)}.wteh-chat-head-actions .wteh-button[data-wteh-push-enable]{display:inline-flex}.wteh-chat-message{max-width:100%}.wteh-chat-avatar{width:34px;height:34px;flex-basis:34px;border-radius:13px}.wteh-chat-composer{grid-template-columns:42px minmax(0,1fr);align-items:end}.wteh-chat-composer button{order:1}.wteh-chat-composer textarea{order:2;min-height:56px;border-radius:16px;padding:12px 14px}}
html.wteh-theme-dark .wteh-chat-channel{background:rgba(15,23,42,.76);border-color:rgba(148,163,184,.14)}html.wteh-theme-dark .wteh-chat-channel>i{box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}html.wteh-theme-dark .wteh-chat-avatar{background:linear-gradient(135deg,#172554,#312e81);border-color:rgba(199,210,254,.12)}


/* 1.18.0 — messenger-grade chat */
.wteh-chat-app{border-radius:24px;box-shadow:0 18px 50px rgba(16,24,40,.07);min-height:680px}.wteh-chat-main{background:linear-gradient(180deg,var(--wteh-surface,#fff),rgba(248,250,252,.88))}.wteh-chat-head{background:rgba(255,255,255,.88);backdrop-filter:blur(14px);position:relative;z-index:3}.wteh-chat-head strong{font-size:15px}.wteh-chat-head small{font-size:10px}
.wteh-chat-messages{background:radial-gradient(circle at 20% 20%,rgba(109,93,252,.035),transparent 28%),linear-gradient(180deg,#fafbff,#fff 45%,#fbfcff);padding:22px 20px}.wteh-chat-date-divider{align-items:center;display:flex;justify-content:center;margin:18px 0 12px;width:100%}.wteh-chat-date-divider span{background:rgba(255,255,255,.88);border:1px solid rgba(135,150,175,.14);border-radius:999px;box-shadow:0 3px 12px rgba(16,24,40,.04);color:#667085;font-size:9px;padding:5px 10px}
.wteh-chat-message{margin:5px 0;max-width:min(78%,620px)}.wteh-chat-avatar{align-self:flex-end;height:38px;width:38px;flex-basis:38px;border-radius:50%;box-shadow:none}.wteh-chat-bubble{background:#fff;border:1px solid rgba(135,150,175,.14);border-radius:18px 18px 18px 6px;box-shadow:0 3px 12px rgba(16,24,40,.035);min-width:96px;padding:10px 13px}.wteh-chat-message.is-self .wteh-chat-bubble{background:linear-gradient(135deg,rgba(109,93,252,.12),rgba(99,102,241,.07));border-color:rgba(109,93,252,.13);border-radius:18px 18px 6px 18px}.wteh-chat-meta{margin-bottom:3px}.wteh-chat-meta strong{font-size:9.5px;color:var(--wteh-text-2,#344054)}.wteh-chat-meta small{font-size:8px}.wteh-chat-bubble p{font-size:13px;line-height:1.95}
.wteh-chat-composer{align-items:end;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-top:1px solid rgba(135,150,175,.12);gap:9px;padding:12px 15px}.wteh-chat-composer textarea{background:#f8fafc;border-color:#e3e8ef;border-radius:18px;max-height:116px;min-height:46px;padding:11px 14px;transition:.18s ease}.wteh-chat-composer textarea:focus{background:#fff;border-color:rgba(109,93,252,.30)}.wteh-chat-composer button{border-radius:50%;box-shadow:0 7px 18px rgba(79,70,229,.22);height:44px;width:44px}
html.wteh-theme-dark .wteh-chat-main{background:linear-gradient(180deg,#0f172a,#111827)}html.wteh-theme-dark .wteh-chat-head,html.wteh-theme-dark .wteh-chat-composer{background:rgba(15,23,42,.90)}html.wteh-theme-dark .wteh-chat-messages{background:radial-gradient(circle at 20% 20%,rgba(109,93,252,.08),transparent 28%),#0f172a}html.wteh-theme-dark .wteh-chat-date-divider span{background:#111d2e;border-color:#26364d;color:#94a3b8}html.wteh-theme-dark .wteh-chat-bubble{background:#111d2e;border-color:#26364d}html.wteh-theme-dark .wteh-chat-composer textarea{background:#111d2e;border-color:#26364d}
@media(max-width:680px){.wteh-view-chat .wteh-portal-main{padding-top:10px!important}.wteh-view-chat .wteh-page-title{align-items:center;background:transparent;border:0;box-shadow:none;margin:0 2px 8px;padding:5px 2px 8px}.wteh-view-chat .wteh-page-title .wteh-eyebrow,.wteh-view-chat .wteh-page-title p{display:none}.wteh-view-chat .wteh-page-title h1{font-size:17px;margin:0}.wteh-view-chat .wteh-realtime-status{font-size:9px;padding:6px 9px}.wteh-chat-app{border-radius:22px;min-height:calc(100dvh - 185px);overflow:hidden}.wteh-chat-channels{background:rgba(255,255,255,.75);backdrop-filter:blur(12px);border-bottom:1px solid rgba(135,150,175,.12);padding:8px!important}.wteh-chat-channels>div[data-wteh-channel-list]{gap:7px!important}.wteh-chat-channel{border-radius:17px!important;box-shadow:none!important;padding:7px 6px!important}.wteh-chat-channel>i{border-radius:14px!important;height:40px!important;width:40px!important}.wteh-chat-channel>i>span{font-size:16px!important}.wteh-chat-channel strong{font-size:9.5px!important;margin-top:4px!important}.wteh-chat-channel small{display:none!important}.wteh-chat-head{padding:10px 12px;position:sticky;top:0}.wteh-chat-head strong{font-size:13px}.wteh-chat-head-actions .wteh-button[data-wteh-push-enable]{border-radius:999px!important;font-size:0;padding:0!important;height:34px;width:34px}.wteh-chat-head-actions .wteh-button[data-wteh-push-enable]:before{content:"🔔";font-size:14px}.wteh-chat-main{min-height:calc(100dvh - 280px)}.wteh-chat-messages{padding:14px 10px 16px}.wteh-chat-message{gap:7px;margin:5px 0;max-width:92%}.wteh-chat-avatar{height:32px!important;width:32px!important;flex-basis:32px!important}.wteh-chat-bubble{border-radius:16px 16px 16px 5px;padding:9px 11px}.wteh-chat-message.is-self .wteh-chat-bubble{border-radius:16px 16px 5px 16px}.wteh-chat-bubble p{font-size:12.5px}.wteh-chat-date-divider{margin:12px 0 8px}.wteh-chat-composer{bottom:0;grid-template-columns:44px minmax(0,1fr)!important;padding:9px 10px 10px;position:sticky;z-index:4}.wteh-chat-composer textarea{font-size:16px;min-height:46px!important;padding:10px 12px}.wteh-chat-composer button{height:44px;width:44px}.wteh-view-chat .wteh-portal-main{padding-bottom:calc(108px + env(safe-area-inset-bottom))!important}}

.wteh-chat-channel>i>span svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75;width:22px}.wteh-chat-channel--coffee>i{color:#c76a1d}.wteh-chat-channel--company>i{color:#315bb7}.wteh-chat-channel--unit>i{color:#0e7490}@media(max-width:680px){.wteh-chat-channel>i>span svg{height:20px;width:20px}}
