:root{color:#e8e8e8;font-synthesis:none;text-rendering:optimizelegibility;--navy:#2c2c2c;--blue:#8b7cf6;--blue-soft:#8b7cf62e;--accent:#8b7cf6;--accent-strong:#a99bfa;--border:#3a3a3a;--muted:#9a9a9a;--surface:#242424;--canvas:#191919;--sidebar:#1f1f1f;--rail:#2c2c2c;--text:#e8e8e8;--active-row:#8b7cf638;background:#191919;font-family:Open Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #178a8338}.app-shell{grid-template-columns:72px 274px minmax(0,1fr);min-height:100vh;display:grid}.icon-rail{z-index:20;background:var(--navy);color:#b7c4d8;flex-direction:column;align-items:center;height:100vh;display:flex;position:sticky;top:0}.brand-mark{border-bottom:1px solid #ffffff14;place-items:center;width:72px;height:72px;display:grid}.brand-mark span,.mobile-brand span{width:34px;height:34px;color:var(--navy);letter-spacing:-.06em;background:#fff;border-radius:10px;place-items:center;font-size:18px;font-weight:800;display:grid}.rail-nav,.rail-bottom{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.rail-nav{padding-top:22px}.rail-bottom{margin-top:auto;padding-bottom:22px}.rail-button{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;transition:all .16s;display:grid;position:relative}.rail-button.is-active{color:var(--navy);background:#fff;box-shadow:0 8px 20px #00000029}.rail-button.is-active:before{content:"";background:#3dbdb4;border-radius:0 3px 3px 0;width:3px;height:22px;position:absolute;left:-14px}.notification-dot{border:2px solid var(--navy);background:#f97316;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;right:9px}.team-sidebar{z-index:15;border-right:1px solid var(--border);background:#f9fbfd;flex-direction:column;height:100vh;padding:0 18px 20px;display:flex;position:sticky;top:0}.sidebar-heading{justify-content:space-between;align-items:center;height:72px;display:flex}.sidebar-heading h1{letter-spacing:-.03em;margin:0;font-size:20px}.icon-button,.plain-button,.mobile-close{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.icon-button:hover{background:#2a2a2a;border-color:#4a4a4a}.search-box{border:1px solid var(--border);background:var(--surface);height:40px;color:var(--muted);border-radius:10px;align-items:center;gap:9px;padding:0 11px;display:flex}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #8b7cf62e}.search-box input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.search-box input::placeholder{color:#6f6f6f}.search-box kbd{background:#f6f8fa;border:1px solid #e3e8ef;border-radius:5px;padding:2px 5px;font-family:inherit;font-size:10px}.sidebar-section-label{color:#97a3b4;letter-spacing:.09em;text-transform:uppercase;margin:23px 8px 9px;font-size:10px;font-weight:700}.team-list,.channel-section{flex-direction:column;gap:3px;display:flex}.team-item,.channel-item,.sidebar-invite{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;width:100%;display:flex}.team-item{color:#4d5c71;border-radius:10px;gap:10px;min-height:46px;padding:5px 8px;font-size:13px;font-weight:500}.team-item span:nth-child(2),.channel-item span:nth-child(2){flex:1}.team-item:hover,.team-item.is-active,.channel-item:hover{color:#1d2a3e;background:#eef3f9}.team-item.is-active{font-weight:650}.channel-section{margin-top:6px}.channel-label{justify-content:space-between;align-items:center;display:flex}.channel-label button{color:#8a98aa;cursor:pointer;background:0 0;border:0;display:grid}.channel-item{color:#69778b;border-radius:8px;gap:10px;height:36px;padding:0 10px;font-size:13px}.channel-item.is-active{background:var(--blue-soft);color:var(--accent-strong);font-weight:600}.unread-badge{background:var(--accent);color:#fff;text-align:center;border-radius:10px;min-width:20px;padding:2px 6px;font-size:10px}.sidebar-invite{border-top:1px solid var(--border);gap:10px;margin-top:auto;padding:18px 4px 0}.invite-icon{color:#66758b;border:1px dashed #aebbcf;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.sidebar-invite strong,.sidebar-invite small{display:block}.sidebar-invite strong{margin-bottom:3px;font-size:12px}.sidebar-invite small{color:#929eb0;font-size:10px}.avatar{color:#e8e8e8;background:#3a3a3a;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;font-size:11px;font-style:normal;font-weight:700;display:inline-grid}.avatar--small{border-radius:9px;width:30px;height:30px;font-size:9px}.avatar--navy{color:#e8e8e8;background:#4a5568}.avatar--green{color:#d8f5e7;background:#2f6b4f}.avatar--blue{color:#dce8ff;background:#3d5a8a}.avatar--orange{color:#ffe8cc;background:#8a5a2b}.avatar--cyan{color:#d5f4f7;background:#2a6b72}.main-content{background:var(--canvas);min-width:0}.page-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:72px;padding:0 clamp(24px,3vw,46px);display:flex}.breadcrumbs{color:#8a97a9;align-items:center;gap:9px;font-size:12px;display:flex}.breadcrumbs b{color:#c1cad6;font-weight:400}.breadcrumbs strong{color:#36445a;font-weight:600}.topbar-actions{align-items:center;gap:9px;display:flex}.search-action{border:1px solid var(--border);color:#7a8799;cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:8px;height:34px;padding:0 12px;font-size:11px;display:flex}.team-hero{align-items:center;gap:18px;padding:34px clamp(24px,3vw,46px) 25px;display:flex}.team-logo{color:#fff;background:#173e72;border-radius:17px;flex:0 0 62px;place-items:center;width:62px;height:62px;font-size:20px;font-weight:700;display:grid;box-shadow:0 10px 24px #173e722e}.team-title{flex:1;min-width:0}.eyebrow{color:var(--accent-strong);letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:700}.team-title h2{letter-spacing:-.04em;margin:0 0 7px;font-size:clamp(23px,2.2vw,30px)}.team-title p,.section-heading p{color:var(--muted);margin:0;font-size:12px}.secondary-button,.primary-button{cursor:pointer;border-radius:9px;align-items:center;gap:7px;height:36px;padding:0 13px;font-size:11px;font-weight:600;display:inline-flex}.secondary-button{border:1px solid var(--border);color:var(--text);background:#2a2a2a}.primary-button{border:1px solid var(--accent);background:var(--accent);color:#fff;box-shadow:0 5px 12px #8b7cf638}.secondary-button:hover,.search-action:hover{background:#333}.primary-button:hover{background:var(--accent-strong)}.primary-button:disabled,.secondary-button:disabled,.text-button:disabled{opacity:.55;cursor:not-allowed}.team-stats{border-block:1px solid var(--border);align-items:center;min-height:74px;margin:0 clamp(24px,3vw,46px);display:flex}.team-stats>div{border-right:1px solid var(--border);flex-direction:column;gap:2px;min-width:130px;padding:0 25px;display:flex}.team-stats>div:first-child{padding-left:0}.team-stats strong{letter-spacing:-.03em;font-size:18px}.team-stats span{color:#7b8798;font-size:10px}.team-stats .stat-activity{border:0;flex:1;align-items:flex-end;min-width:190px;padding-right:0}.activity-bars{justify-content:flex-end;align-items:flex-end;gap:4px;width:116px;height:23px;display:flex}.activity-bars i{background:#bcd2ef;border-radius:2px 2px 0 0;width:9px}.activity-bars i:nth-last-child(-n+2){background:#4c83cb}.content-grid{grid-template-columns:minmax(0,1fr) minmax(245px,29%);gap:clamp(28px,3vw,46px);padding:30px clamp(24px,3vw,46px) 50px;display:grid}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;min-height:43px;margin-bottom:15px;display:flex}.section-heading h3{letter-spacing:-.02em;margin:0 0 5px;font-size:16px}.chat-list{border-top:1px solid var(--border)}.chat-row{border:0;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:#fff;grid-template-columns:42px minmax(0,1fr) auto 18px;align-items:center;gap:13px;width:100%;padding:15px 8px 15px 0;transition:all .15s;display:grid}.chat-row:hover{background:#f9fbfe;padding-left:8px}.chat-symbol{border-radius:12px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:700;display:grid}.chat-symbol--blue{color:#245ba2;background:#e7effc}.chat-symbol--cyan{color:#216f77;background:#e1f2f4}.chat-symbol--orange{color:#a45d1f;background:#fff0df}.chat-symbol--slate{color:#53647c;background:#edf0f5}.chat-copy{min-width:0}.chat-copy,.chat-title-line,.chat-meta,.member-copy{display:flex}.chat-copy,.member-copy{flex-direction:column}.chat-title-line{align-items:center;gap:6px}.chat-title-line strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chat-title-line em{background:var(--blue-soft);color:var(--accent-strong);border-radius:8px;padding:2px 6px;font-size:8px;font-style:normal;font-weight:700}.chat-copy>small,.member-copy small,.chat-meta small{color:#8a97a9;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:9px;overflow:hidden}.chat-meta{flex-direction:column;align-items:flex-end}.avatar-stack{padding-right:7px;display:flex}.avatar-stack .avatar{border:2px solid #fff;border-radius:50%;width:23px;height:23px;margin-right:-7px;font-size:7px}.chat-row>svg,.member-row>svg{color:#aab4c2}.show-all,.all-members{color:var(--accent-strong);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:10px;font-weight:600;display:flex}.show-all{margin-top:16px}.show-all svg,.all-members svg{transform:rotate(90deg)}.members-section{border-left:1px solid var(--border);padding-left:clamp(22px,2.5vw,36px)}.members-heading{align-items:center}.member-list{flex-direction:column;display:flex}.member-row{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;padding:8px 0;display:flex}.member-row:hover .member-copy strong{color:var(--accent-strong)}.avatar-wrap{position:relative}.presence{background:#b6c0cc;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.presence--online{background:#23b26d}.presence--away{background:#f3a62f}.member-copy{flex:1;min-width:0}.member-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.member-copy small{margin-top:3px}.all-members{margin-top:14px}.mobile-header,.mobile-close,.sidebar-scrim{display:none}@media (width<=1050px){.app-shell{grid-template-columns:66px 246px minmax(0,1fr)}.icon-rail,.brand-mark{width:66px}.content-grid{grid-template-columns:1fr}.members-section{border-top:1px solid var(--border);border-left:0;padding-top:25px;padding-left:0}.member-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;display:grid}.team-stats .stat-activity{display:none}}@media (width<=760px){.app-shell{padding-top:58px;display:block}.icon-rail{z-index:30;width:100%;height:62px;padding:0 max(10px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(10px, env(safe-area-inset-left));flex-direction:row;justify-content:space-around;position:fixed;top:auto;bottom:0}.brand-mark,.rail-bottom,.rail-nav .rail-button:nth-child(3){display:none}.rail-nav{flex-direction:row;justify-content:space-around;width:100%;padding:0}.rail-button{width:48px;height:42px}.rail-button.is-active:before{border-radius:0 0 3px 3px;width:20px;height:3px;top:-10px;left:14px}.mobile-header{z-index:25;background:var(--rail);border-bottom:1px solid #333;justify-content:space-between;align-items:center;width:100%;height:58px;padding:0 14px;display:flex;position:fixed;top:0}.mobile-header .plain-button{border:0}.mobile-brand{align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.mobile-brand span{background:var(--navy);color:#fff;width:29px;height:29px;font-size:15px}.team-sidebar{z-index:50;width:min(310px,87vw);height:100vh;transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-102%);box-shadow:20px 0 45px #0e1e342e}.team-sidebar.is-open{transform:translate(0)}.sidebar-scrim{z-index:40;background:#0f1c2f66;border:0;display:block;position:fixed;inset:0}.sidebar-heading .icon-button{display:none}.mobile-close{display:grid}.main-content{padding-bottom:66px}.page-topbar{display:none}.team-hero{align-items:flex-start;padding-top:23px}.team-logo{border-radius:14px;flex-basis:50px;width:50px;height:50px;font-size:16px}.team-title p{max-width:300px;line-height:1.5}.secondary-button{flex:0 0 36px;justify-content:center;width:36px;padding:0;font-size:0}.team-stats{justify-content:space-between}.team-stats>div{flex:1;min-width:0;padding:0 12px}.team-stats>div:first-child{padding-left:0}.team-stats>div:nth-child(3){border:0;padding-right:0}.content-grid{padding-top:25px}}@media (width<=520px){.team-hero,.content-grid{padding-inline:17px}.team-stats{margin-inline:17px}.team-stats strong{font-size:16px}.team-stats span{font-size:8px}.section-heading{align-items:center}.section-heading p{display:none}.primary-button{height:34px;padding-inline:10px}.chat-row{grid-template-columns:40px minmax(0,1fr) 16px;gap:10px}.chat-symbol{width:40px;height:40px}.chat-meta{display:none}.chat-copy>small{max-width:210px}.member-list{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.rail-avatar-button{cursor:pointer;background:0 0;border:0;padding:0}.auth-shell{place-items:center;min-height:100vh;padding:28px 16px;display:grid;position:relative;overflow:hidden}.auth-backdrop{background:radial-gradient(70% 50% at 15% 10%,#8b7cf62e,#0000 55%),radial-gradient(60% 45% at 90% 85%,#2c2c2ce6,#0000 50%),linear-gradient(160deg,#191919 0%,#242424 45%,#1a1a1a 100%);position:absolute;inset:0}.auth-panel{z-index:1;width:min(440px,100%);position:relative}.auth-card{color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#242424f5;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;gap:14px;padding:28px 26px 24px;display:flex;box-shadow:0 18px 48px #00000059}.auth-card--compact{align-items:flex-start}.auth-brand{color:var(--text);align-items:center;gap:10px;display:flex}.auth-brand span{background:var(--navy);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:16px;font-weight:800;display:grid}.auth-brand strong{letter-spacing:-.03em;font-size:15px}.auth-card h1{letter-spacing:-.04em;margin:4px 0 0;font-size:24px}.auth-lead{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.auth-field{color:var(--muted);flex-direction:column;gap:7px;font-size:12px;font-weight:600;display:flex}.auth-field textarea,.auth-code-input{border:1px solid var(--border);color:var(--text);font:inherit;background:#191919;border-radius:12px}.auth-field textarea{resize:vertical;padding:12px 13px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.45}.auth-code-input{letter-spacing:.35em;text-align:center;height:52px;font-size:22px;font-weight:650}.auth-submit{justify-content:center;width:100%;height:42px;font-size:13px}.auth-error{color:#f07178;background:#b423182e;border-radius:10px;margin:0;padding:10px 12px;font-size:12px}.auth-avatar-stage{align-items:center;gap:14px;display:flex}.auth-avatar-picker{background:var(--blue-soft);width:84px;height:84px;color:var(--accent-strong);cursor:pointer;border:1px dashed #a8b7c4;border-radius:22px;flex:0 0 84px;place-items:center;font-size:22px;font-weight:700;display:grid;overflow:hidden}.auth-avatar-picker img{object-fit:cover;width:100%;height:100%}.auth-avatar-stage strong,.auth-avatar-stage small{display:block}.auth-avatar-stage strong{margin-bottom:4px;font-size:14px}.auth-avatar-stage small{color:var(--muted);font-size:12px}.auth-qr{border:1px solid var(--border);background:#fff;border-radius:14px;place-items:center;padding:14px;display:grid}.auth-qr img{width:200px;height:200px}.auth-secret{align-items:center;gap:10px;display:flex}.auth-secret code{letter-spacing:.04em;background:#f3f6f8;border-radius:10px;flex:1;padding:10px 12px;font-size:12px;overflow:auto}.auth-otpauth-link{color:var(--accent-strong);font-size:12px;font-weight:600;text-decoration:none}.auth-otpauth-link:hover{text-decoration:underline}.auth-steps{color:#9aa7b4;justify-content:center;gap:18px;margin:18px 0 0;padding:0;font-size:11px;font-weight:600;list-style:none;display:flex}.auth-steps .is-active{color:var(--accent-strong)}.drawer-scrim{z-index:60;background:#0f1c2f5c;border:0;position:fixed;inset:0}.settings-drawer{z-index:70;border-left:1px solid var(--border);background:var(--sidebar);width:min(400px,100vw);height:100vh;color:var(--text);flex-direction:column;gap:8px;padding:22px 22px 28px;display:flex;position:fixed;top:0;right:0;overflow:auto;box-shadow:-18px 0 40px #00000073}.settings-drawer__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.settings-drawer__header h2{letter-spacing:-.03em;margin:0 0 4px;font-size:20px}.settings-drawer__header p{color:var(--muted);margin:0;font-size:12px}.settings-section{border-top:1px solid var(--border);margin-top:8px;padding-top:16px}.settings-section h3{margin:0;font-size:13px}.settings-section__title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.settings-hint{color:var(--muted);margin:8px 0;font-size:12px}.text-button{color:var(--accent-strong);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:650}.session-list,.recovery-list{margin:0;padding:0;list-style:none}.recovery-list{grid-template-columns:1fr 1fr;gap:8px;display:grid}.recovery-list code{background:#f3f6f8;border-radius:8px;padding:8px;font-size:11px;display:block}.session-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.session-row strong,.session-row small{display:block}.session-row strong{margin-bottom:3px;font-size:12px}.session-row small{color:var(--muted);font-size:10px;line-height:1.45}.session-row.is-current{background:linear-gradient(90deg, var(--blue-soft), transparent);border-radius:10px;margin-inline:-8px;padding-inline:8px}.settings-logout{justify-content:center;width:100%;margin-top:auto}.sidebar-empty{color:var(--muted);margin:18px 8px;font-size:12px;line-height:1.45}.sidebar-actions{gap:12px;margin:12px 4px 4px;display:flex}.dialog-list{flex-direction:column;flex:1;gap:2px;margin-top:10px;display:flex;overflow:auto}.dialog-row{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:9px 8px;display:grid}.dialog-row:hover,.dialog-row.is-active{background:#eef3f9}.dialog-row.is-active{background:var(--blue-soft)}.dialog-avatar-wrap{position:relative}.dialog-type-icon{width:16px;height:16px;color:var(--accent-strong);background:#fff;border:2px solid #f9fbfd;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:-4px;right:-4px}.dialog-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.dialog-title-line{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.dialog-title-line strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.dialog-title-line small,.dialog-preview{color:#8a97a9;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.avatar-verified,.verified-mark{color:var(--accent-strong)}.verified-mark{margin-left:6px;font-size:12px}.main-content--chat{background:radial-gradient(circle at 12% 8%,#178a830d,#0000 28%),linear-gradient(#fbfcfd 0%,#f4f7f9 100%);flex-direction:column;height:100vh;min-height:0;display:flex}.thread,.thread-empty,.team-overview,.calls-stage{flex-direction:column;flex:1;min-height:0;display:flex}.thread-empty,.calls-stage{text-align:center;color:var(--muted);justify-content:center;align-items:center;padding:32px}.thread-empty strong,.calls-stage-card h2{color:var(--navy);margin-bottom:8px;font-size:18px;display:block}.thread-empty p,.calls-stage-card p{max-width:360px;margin:0;font-size:13px;line-height:1.5}.calls-stage-card,.calls-placeholder{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.calls-placeholder{margin-top:48px;padding:0 12px}.calls-placeholder strong{color:var(--navy);font-size:15px}.calls-placeholder p,.calls-stage-card p{margin:0;font-size:12px;line-height:1.5}.thread-header{border-bottom:1px solid var(--border);background:#ffffffeb;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:10px 18px;display:flex}.thread-header-main{align-items:center;gap:12px;min-width:0;display:flex}.thread-header-main strong,.thread-header-main small{display:block}.thread-header-main strong{font-size:14px}.thread-header-main small{color:var(--muted);margin-top:2px;font-size:11px}.thread-header-actions{align-items:center;gap:8px;display:flex}.thread-feed{flex-direction:column;flex:1;gap:8px;min-height:0;padding:18px clamp(14px,3vw,28px) 10px;display:flex;overflow:auto}.msg-row{gap:8px;max-width:min(680px,92%);animation:.18s msg-in;display:flex}.msg-row.is-own{flex-direction:row-reverse;align-self:flex-end}.msg-row.is-peer{align-self:flex-start}.msg-bubble{border-radius:14px;padding:9px 12px 7px;box-shadow:0 1px #17212b08}.msg-bubble--own{background:#d9f1ee;border-bottom-right-radius:5px}.msg-bubble--peer{background:#fff;border:1px solid #e7edf3;border-bottom-left-radius:5px}.msg-author{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.msg-author strong{color:var(--accent-strong);font-size:12px}.msg-body{white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.45}.msg-meta{color:#8a97a9;justify-content:flex-end;gap:6px;margin-top:4px;font-size:10px;display:flex}.msg-ticks{letter-spacing:-.08em}.msg-system{text-align:center;background:#ffffffb8;border-radius:12px;align-self:center;max-width:420px;margin:6px 0;padding:10px 14px}.typing-indicator{min-height:28px;color:var(--muted);align-items:center;gap:8px;padding:0 22px 6px;font-size:12px;display:flex}.typing-dots{gap:3px;display:inline-flex}.typing-dots i{background:#9aabba;border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite typing-pulse}.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}.composer{border-top:1px solid var(--border);background:#fffffff5;align-items:flex-end;gap:10px;padding:12px 16px 16px;display:flex}.composer textarea{resize:none;border:1px solid var(--border);min-height:42px;max-height:140px;color:inherit;font:inherit;background:#f7f9fb;border-radius:14px;flex:1;padding:11px 14px;line-height:1.4}.composer-send{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.thread-readonly{border-top:1px solid var(--border);color:var(--muted);text-align:center;background:#f7f9fb;padding:14px 18px;font-size:12px}.thread--compact{min-height:360px}.thread--compact .thread-feed{padding:12px}.thread--compact .composer{padding:10px}.thread-members-hint{display:none}.shell-error{color:#b42318;background:#fff1f1;border-top:1px solid #f3c4c0;padding:10px 16px;font-size:12px;position:sticky;bottom:0}.modal-root{z-index:80;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{z-index:81;border:1px solid var(--border);background:var(--sidebar);width:min(420px,100%);color:var(--text);border-radius:16px;flex-direction:column;gap:14px;padding:20px;display:flex;position:relative;box-shadow:0 22px 48px #00000073}.modal-card__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.modal-card__header h2{letter-spacing:-.03em;margin:0;font-size:18px}.directory-hit-list{border:1px solid var(--border);border-radius:12px;max-height:180px;margin:0;padding:0;list-style:none;overflow:auto}.directory-hit{border:0;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 12px;display:flex}.directory-hit:last-child{border-bottom:0}.directory-hit:hover,.directory-hit--selected{background:color-mix(in srgb, var(--accent) 12%, #fff)}.directory-hit__name{font-size:14px;font-weight:600}.directory-hit__role{color:var(--muted,#667085);font-size:12px}.muted-hint{color:var(--muted,#667085);margin:0;font-size:12px}.auth-code-input--text{letter-spacing:normal;text-align:left;height:42px;padding:0 12px;font-size:13px;font-weight:500}.crm-widget{z-index:55;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:22px;right:22px}.crm-widget-launcher{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:18px;place-items:center;width:56px;height:56px;transition:transform .16s,background .16s;display:grid;position:relative;box-shadow:0 14px 30px #172b4d47}.crm-widget-launcher:hover,.crm-widget-launcher.is-open{background:var(--accent-strong);transform:translateY(-1px)}.crm-widget-badge{color:#fff;background:#f97316;border-radius:10px;min-width:20px;padding:2px 6px;font-size:10px;font-weight:700;animation:1.4s infinite badge-pulse;position:absolute;top:-4px;right:-4px}.crm-widget-panel{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;width:min(360px,100vw - 28px);height:min(520px,100vh - 120px);animation:.18s widget-in;display:flex;overflow:hidden;box-shadow:0 22px 48px #0e1e342e}.crm-widget-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:14px 14px 12px;display:flex}.crm-widget-header strong,.crm-widget-header small{display:block}.crm-widget-header strong{font-size:14px}.crm-widget-header small{color:var(--muted);margin-top:2px;font-size:11px}.crm-widget-body{flex:1;min-height:0;padding:8px;overflow:auto}.crm-widget-toast{display:none}.team-overview{overflow:auto}@keyframes msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes typing-pulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes widget-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=760px){.crm-widget{bottom:78px;right:14px}.main-content--chat{height:auto;min-height:calc(100vh - 58px)}}@media (prefers-reduced-motion:reduce){.msg-row,.crm-widget-panel,.crm-widget-badge,.typing-dots i{animation:none!important}}.call-overlay{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08121cb8;justify-content:center;align-items:stretch;padding:18px;display:flex;position:fixed;inset:0}.call-overlay--incoming{align-items:center}.call-incoming-card,.call-stage-shell{color:#f4f8fb;background:linear-gradient(160deg,#0f2433 0%,#163447 55%,#0d1c27 100%);border-radius:18px;width:min(1100px,100%);box-shadow:0 24px 80px #00000059}.call-incoming-card{text-align:center;flex-direction:column;align-items:center;gap:12px;width:min(420px,100%);padding:36px 28px;display:flex}.call-incoming-card h2{margin:0;font-size:22px}.call-incoming-card p{color:#f4f8fbb8;margin:0}.call-incoming-actions{gap:12px;margin-top:12px;display:flex}.call-btn{cursor:pointer;border:0;border-radius:999px;padding:10px 18px;font-weight:600}.call-btn--primary{color:#062014;background:#2bb673}.call-btn--danger{color:#fff;background:#e45757}.call-stage-shell{flex-direction:column;min-height:min(720px,100vh - 36px);display:flex;overflow:hidden}.call-stage-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.call-stage-header strong{font-size:15px;display:block}.call-stage-header span,.call-tile-meta span{color:#f4f8fba6;font-size:12px}.call-error{color:#ffb4b4;margin:0;font-size:13px}.call-stage-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:16px;display:grid;overflow:auto}.call-peer-stack{display:contents}.call-tile{background:#ffffff0f;border-radius:14px;min-height:180px;position:relative;overflow:hidden}.call-tile--screen{grid-column:1/-1;min-height:280px}.call-tile video{object-fit:cover;width:100%;height:100%;display:block}.call-tile video.mirror{transform:scaleX(-1)}.call-tile-avatar{justify-content:center;align-items:center;height:100%;min-height:180px;display:flex}.call-tile-meta{background:#00000073;border-radius:10px;flex-direction:column;gap:2px;padding:6px 10px;display:flex;position:absolute;bottom:10px;left:10px}.call-controls{border-top:1px solid #ffffff14;justify-content:center;gap:12px;padding:16px;display:flex}.call-control{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.call-control.is-off{color:#ffb4b4;background:#ffffff14}.call-control.is-active{background:#178a83}.call-control--leave{background:#e45757}.calls-sidebar{flex-direction:column;gap:8px;padding:8px 12px 16px;display:flex}.calls-recent-list{flex-direction:column;gap:6px;display:flex}.calls-recent-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.calls-recent-item:hover:not(:disabled){background:#178a8314}.calls-recent-item:disabled{opacity:.55;cursor:default}.calls-recent-item strong,.calls-recent-item small{display:block}.calls-recent-item small{color:var(--muted);font-size:12px}.app-shell{background:var(--canvas);height:100dvh;min-height:0;color:var(--text);grid-template-columns:56px 300px minmax(0,1fr);overflow:hidden}.icon-rail{background:var(--rail);color:#a8a8a8;border-right:1px solid #333;width:56px}.brand-mark{border-bottom-color:#3a3a3a;width:56px;height:56px}.brand-mark span{background:var(--accent);color:#fff;border-radius:50%}.rail-nav{gap:4px;padding-top:10px}.rail-button{border-radius:10px;width:40px;height:40px}.rail-button:hover{color:#fff;background:#ffffff0f}.rail-button.is-active{background:var(--blue-soft);color:var(--accent-strong);box-shadow:none}.rail-button.is-active:before{display:none}.notification-dot{border-color:var(--rail);background:var(--accent);width:8px;height:8px;top:6px;right:6px}.team-sidebar{background:var(--sidebar);height:100dvh;color:var(--text);border-right:1px solid #333;padding:0;overflow:hidden}.sidebar-heading{height:56px;padding:0 16px}.sidebar-heading h1{color:var(--text);font-size:18px;font-weight:600}.team-sidebar>.search-box{height:40px;color:var(--muted);background:#191919;border:0;border-radius:8px;margin:0 12px 10px}.team-sidebar>.search-box input{color:var(--text);background:0 0}.team-sidebar>.search-box input::placeholder{color:#6f6f6f}.sidebar-actions{gap:6px;margin:0;padding:0 12px 8px}.sidebar-actions .text-button{color:var(--text);background:#2a2a2a;border-radius:8px;flex:1;padding:7px 8px}.sidebar-actions .text-button:hover{background:#333}.sidebar-empty,.sidebar-section-label{color:var(--muted)}.dialog-list{gap:0;margin:0;padding:0 8px 12px;overflow-y:auto}.dialog-row{min-height:64px;color:var(--text);border-radius:10px;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;padding:8px 10px}.dialog-row:hover{background:#ffffff0a}.dialog-row.is-active{background:var(--active-row);color:var(--text)}.dialog-row.is-active .dialog-preview,.dialog-row.is-active .dialog-title-line small{color:#e8e8e8a6}.dialog-row.is-active .unread-badge{background:var(--accent);color:#fff}.dialog-avatar-wrap .avatar,.chat-symbol,.avatar{border-radius:50%}.dialog-avatar-wrap .avatar{width:40px;height:40px;font-size:13px}.dialog-type-icon{border-color:var(--sidebar);color:var(--accent-strong);background:#2a2a2a;bottom:-1px;right:-1px}.dialog-title-line strong{font-size:14px;font-weight:600}.dialog-title-line small,.dialog-preview{color:var(--muted);font-size:12px}.dialog-preview{margin-top:2px}.unread-badge{background:var(--accent);color:#fff;border-radius:10px;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;line-height:20px}.main-content,.main-content--chat{background:var(--canvas);height:100dvh;color:var(--text);background-image:none}.thread{background:var(--canvas);position:relative}.thread-empty{color:var(--muted)}.thread-empty strong{color:var(--text)}.thread-empty p{max-width:420px;color:var(--muted);font-size:15px}.thread-header{background:var(--sidebar);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid #333;min-height:56px;padding:8px 16px}.thread-header-main strong{color:var(--text);font-size:15px}.thread-header-main small{color:var(--muted)}.thread-header-main .avatar{width:36px;height:36px;font-size:12px}.thread-back{width:34px;height:34px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:none;transform:rotate(180deg)}.thread-header-actions .icon-button,.thread-header-actions .text-button{color:var(--muted)}.thread-feed{scroll-behavior:smooth;flex-direction:column;gap:2px;padding:20px 24px 16px;display:flex}.thread-day{z-index:2;color:#c8c8c8;-webkit-backdrop-filter:none;backdrop-filter:none;background:#191919;border-radius:16px;align-self:center;margin:12px 0;padding:4px 12px;font-size:12px;font-weight:500;position:sticky;top:8px;box-shadow:0 0 0 1px #2e2e2e}.msg-row{flex-direction:row;align-self:stretch;align-items:flex-start;gap:12px;width:100%;max-width:none;margin:2px 0;display:flex}.msg-row.is-own,.msg-row.is-peer{flex-direction:row;align-self:stretch}.msg-row.is-grouped-before{margin-top:0}.msg-avatar{color:#e8e8e8;background:#3a3a3a;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:grid}.msg-avatar--spacer{visibility:hidden;background:0 0}.msg-content{flex:1;min-width:0;padding-top:0}.msg-author{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:2px;display:flex}.msg-author strong{color:var(--text);font-size:14px;font-weight:600}.msg-author strong.msg-author--own{color:var(--accent-strong)}.msg-author small{color:var(--muted);font-size:12px}.msg-author time{color:var(--muted);margin-left:auto;font-size:12px}.msg-body-row{align-items:flex-end;gap:8px;display:flex}.msg-body{color:var(--text);white-space:pre-wrap;word-break:break-word;flex:1;margin:0;font-size:14px;line-height:1.45}.msg-meta{float:none;color:var(--muted);margin:0;font-size:11px;display:inline-flex}.msg-ticks{letter-spacing:-.08em;color:var(--muted)}.msg-ticks--read{color:#6ea8fe}.msg-ticks--failed{color:#f07178;font-weight:700}.msg-system{text-align:center;max-width:420px;box-shadow:none;background:#242424;border-radius:12px;align-self:center;margin:10px 0;padding:10px 14px}.msg-system p{color:var(--muted);margin:0 0 4px;font-size:12px;line-height:1.45}.msg-system time{color:#6f6f6f;font-size:10px}.typing-indicator{min-height:24px;color:var(--muted);background:0 0;padding:4px 24px 6px}.composer{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-top:0;padding:8px 16px 16px;display:block}.composer-panel{background:#242424;border:1px solid #3a3a3a;border-radius:14px;flex-direction:column;gap:4px;padding:10px 12px 8px;display:flex}.composer textarea{width:100%;min-height:24px;max-height:144px;box-shadow:none;color:var(--text);resize:none;font:inherit;background:0 0;border:0;border-radius:0;outline:0;padding:4px 4px 8px;line-height:1.4}.composer textarea::placeholder{color:#6f6f6f}.composer-toolbar{justify-content:space-between;align-items:center;gap:8px;display:flex}.composer-tools{align-items:center;gap:2px;display:flex}.composer-tool{color:#8a8a8a;cursor:not-allowed;background:0 0;border:0;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.composer-send{width:32px;height:32px;color:var(--accent-strong);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 32px;place-items:center;display:grid}.composer-send:disabled{opacity:.35;cursor:not-allowed}.composer-send:not(:disabled):hover{background:var(--blue-soft)}.thread-readonly{color:var(--muted);background:0 0;border-top:1px solid #333}.team-overview,.calls-stage,.calls-stage-card,.calls-placeholder{color:var(--muted)}.team-overview h2,.calls-stage-card h2,.calls-placeholder strong,.icon-button,.plain-button,.text-button,.mobile-header{color:var(--text)}.mobile-header{background:var(--rail);border-bottom:1px solid #333}.mobile-brand{color:var(--text)}.sidebar-scrim{background:#0000008c}.shell-error{color:#f07178}@media (width<=900px){.app-shell{grid-template-columns:56px 280px minmax(0,1fr)}.icon-rail,.brand-mark{width:56px}}@media (width<=760px){.app-shell{grid-template-columns:1fr;height:100dvh;padding:0}.mobile-header{background:var(--rail);height:56px}.app-shell.has-active-chat .mobile-header,.app-shell.has-active-chat .icon-rail{display:none}.icon-rail{z-index:30;width:100%;height:calc(58px + env(safe-area-inset-bottom));background:var(--rail);padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #333;border-right:0;flex-direction:row;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.brand-mark,.rail-bottom{display:none}.rail-nav{flex-direction:row;justify-content:space-around;width:100%;padding:0}.team-sidebar{width:100%;height:calc(100dvh - 114px - env(safe-area-inset-bottom));box-shadow:none;background:var(--sidebar);top:56px}.app-shell:not(.has-active-chat) .team-sidebar{transform:translate(0)}.app-shell:not(.has-active-chat) .main-content{display:none}.app-shell.has-active-chat .team-sidebar{transform:translate(-102%)}.app-shell.has-active-chat .main-content--chat{height:100dvh;min-height:100dvh;padding:0;display:flex}.thread-back{display:grid}.thread-header{background:var(--sidebar);padding-inline:8px 12px}.thread-feed{padding:12px 12px 8px}.msg-row{max-width:none}.composer{padding:8px 10px calc(10px + env(safe-area-inset-bottom))}}
