:root{--chat-cyan:#38bdf8;--chat-cyan-soft:#d9f4ff;--chat-gold:#bb9804;--chat-ink:#07101a;--chat-panel:#0d1724;--chat-line:#243447;--chat-bg:#071019;--chat-muted:#93a4b8;--chat-external:#f97316}
.chatted-logo{background:var(--chat-cyan)!important;color:#071019!important;box-shadow:0 0 0 1px rgba(56,189,248,.25),0 0 18px rgba(56,189,248,.18)}
.chatted-nav-link{font-weight:900!important}.chatted-nav-link>span{color:var(--chat-cyan)}
.chatted-shell-page{width:100%;max-width:none!important;padding:0!important;overflow:hidden}
.chatted-app{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);height:calc(100vh - 112px);min-height:650px;background:var(--chat-bg);border-top:1px solid var(--chat-line);color:#edf5fb}
.chatted-sidebar{display:flex;flex-direction:column;min-width:0;background:linear-gradient(180deg,#0a1420,#071019);border-right:1px solid var(--chat-line);overflow:hidden}
.chatted-product-head{padding:20px 20px 15px;border-bottom:1px solid var(--chat-line)}.chatted-product-head p{margin:8px 0 0;color:var(--chat-muted);font-size:12px;line-height:1.5}
.chatted-product-logo,.chatted-welcome-logo{display:flex;align-items:center;gap:5px;font-size:24px;letter-spacing:-.8px;font-weight:950}.chatted-product-logo span,.chatted-welcome-logo span{display:inline-grid;place-items:center;background:var(--chat-cyan);color:#06101a;border-radius:8px;padding:4px 7px;box-shadow:0 0 24px rgba(56,189,248,.25)}.chatted-product-logo strong{color:#fff}
.chatted-self-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--chat-line);background:rgba(255,255,255,.025)}.chatted-self-card strong,.chatted-self-card a,.chatted-self-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatted-self-card a{font-size:12px;color:var(--chat-cyan)}.chatted-self-card small{color:var(--chat-muted);font-size:10px;margin-top:2px}
.chatted-avatar{width:39px;height:39px;flex:0 0 auto;border-radius:12px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,var(--chat-gold),#6e5900);color:#fff;font-weight:950;border:1px solid rgba(255,255,255,.12)}.chatted-avatar img{width:100%;height:100%;object-fit:cover;display:block}.chatted-avatar-lg{width:50px;height:50px;border-radius:15px}.chatted-avatar-xl{width:112px;height:112px;border-radius:28px;font-size:36px}.chatted-avatar-xs{width:29px;height:29px;border-radius:9px;font-size:11px}
.chatted-icon-button{display:grid!important;place-items:center;width:34px;height:34px;border:1px solid var(--chat-line);border-radius:9px;color:#dce9f3!important;background:#111d2b;text-decoration:none}
.chatted-search{padding:13px 15px;position:relative}.chatted-search label{font-size:10px;letter-spacing:1.3px;text-transform:uppercase;color:var(--chat-muted);font-weight:800}.chatted-search input{margin-top:6px;width:100%;background:#111d2b;border:1px solid var(--chat-line);color:#fff;border-radius:11px;padding:11px 12px}.chatted-search-results{position:absolute;left:15px;right:15px;top:77px;z-index:30;background:#101c2a;border:1px solid #34506a;border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.45);max-height:320px;overflow:auto}.chatted-search-result{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:10px;border-bottom:1px solid var(--chat-line);text-decoration:none;color:#fff}.chatted-search-result:last-child{border-bottom:0}.chatted-search-result:hover{background:#16273a}.chatted-search-result strong,.chatted-search-result small{display:block}.chatted-search-result small{color:var(--chat-muted)}.chatted-search-result em{font-style:normal;font-size:10px;color:var(--chat-cyan)}
.chatted-create-group{margin:0 15px 12px;border:1px solid var(--chat-line);border-radius:11px;background:#0e1a28}.chatted-create-group summary{cursor:pointer;padding:10px 12px;color:var(--chat-cyan);font-weight:850}.chatted-create-group form{padding:0 12px 12px;display:grid;gap:9px}.chatted-create-group label{font-size:11px;color:#d8e6ef}.chatted-create-group input,.chatted-create-group textarea{width:100%;margin-top:4px;padding:9px;border-radius:8px;border:1px solid var(--chat-line);background:#07111c;color:#fff}.chatted-create-group small{font-size:9px;color:var(--chat-muted)}
.chatted-conversation-list{overflow:auto;flex:1;padding:0 8px 12px}.chatted-conversation-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border-radius:12px;color:#fff;text-decoration:none;margin:2px 0;border:1px solid transparent}.chatted-conversation-item:hover{background:#101e2e}.chatted-conversation-item.active{background:linear-gradient(90deg,rgba(56,189,248,.16),rgba(187,152,4,.08));border-color:rgba(56,189,248,.3)}.chatted-conversation-copy strong,.chatted-conversation-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatted-conversation-copy strong{font-size:13px}.chatted-conversation-copy small{font-size:10px;color:var(--chat-muted);margin-top:3px}.chatted-conversation-state{display:grid;justify-items:end;gap:5px}.chatted-conversation-state i{display:grid;place-items:center;min-width:20px;height:20px;border-radius:99px;background:var(--chat-cyan);color:#06101a;font-style:normal;font-size:10px;font-weight:950}.chatted-empty-sidebar{padding:20px;color:var(--chat-muted);font-size:12px}.chatted-empty-sidebar strong,.chatted-empty-sidebar span{display:block}.chatted-senior-tools{border-top:1px solid var(--chat-line);padding:12px 16px;display:grid;gap:5px;background:#0b1623}.chatted-senior-tools span{font-size:9px;letter-spacing:1.2px;color:var(--chat-gold);font-weight:900;text-transform:uppercase}.chatted-senior-tools a{color:#dce8f1;font-size:11px;text-decoration:none}
.external-badge{display:inline-flex;align-items:center;border-radius:99px;padding:3px 7px;font-size:8px;letter-spacing:.8px;background:rgba(249,115,22,.15);border:1px solid rgba(249,115,22,.5);color:#fdba74;white-space:nowrap}
.chatted-main{display:flex;flex-direction:column;min-width:0;background:radial-gradient(circle at 85% 0,rgba(56,189,248,.05),transparent 30%),#0b111a;overflow:hidden}.chatted-room-head{padding:14px 20px 11px;border-bottom:1px solid var(--chat-line);background:rgba(11,20,31,.96);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;position:relative;z-index:5}.chatted-room-identity{display:flex;align-items:center;gap:12px;min-width:0}.chatted-room-identity h1{margin:0;font-size:18px;color:#fff}.chatted-room-identity p{margin:3px 0 0;color:var(--chat-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatted-room-title{display:flex;align-items:center;gap:8px;min-width:0}.chatted-room-title h1,.chatted-room-title h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatted-room-actions{display:flex;align-items:center;gap:7px}.chatted-room-actions form{margin:0}.chatted-participant-strip{grid-column:1/-1;display:flex;gap:4px;align-items:center;padding-left:62px}.chatted-participant-strip a{position:relative}.chatted-participant-strip b{position:absolute;right:-5px;bottom:-3px;background:var(--chat-external);color:#fff;font-size:6px;padding:2px 3px;border-radius:4px}
.chatted-message-feed{flex:1;overflow:auto;padding:22px clamp(12px,3vw,38px);scroll-behavior:smooth}.chatted-message{display:flex;align-items:flex-start;gap:10px;margin:0 0 17px;max-width:920px}.chatted-message.mine{margin-left:auto;flex-direction:row-reverse}.chatted-message-body{min-width:0;max-width:min(760px,82vw);background:#121e2b;border:1px solid #26384b;border-radius:5px 16px 16px 16px;padding:10px 12px;box-shadow:0 8px 24px rgba(0,0,0,.13)}.chatted-message.mine .chatted-message-body{background:linear-gradient(135deg,#102b3d,#102332);border-color:#24516b;border-radius:16px 5px 16px 16px}.chatted-message-body>header{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:6px}.chatted-message-body>header strong{font-size:12px;color:#fff}.chatted-message-body>header>a{font-size:10px;color:var(--chat-cyan);text-decoration:none}.chatted-message-body time{margin-left:auto;color:#78899b;font-size:9px}.chatted-message-text{font-size:13px;line-height:1.55;color:#eef5f9;overflow-wrap:anywhere}.chatted-message-text a{color:#62cdf8}.chatted-message-text .chatted-link-external:after{content:' ↗';font-size:9px}.chatted-message-body>footer{display:flex;gap:10px;align-items:center;margin-top:7px;min-height:18px}.chatted-message-body>footer button{border:0;background:none;padding:0;color:#8195aa;font-size:9px;cursor:pointer}.chatted-message-body>footer form{margin:0}.chatted-message-body>footer .danger-link{color:#fda4af}.chatted-system-message{margin:5px auto;padding:7px 12px;border:1px solid #273a4d;border-radius:99px;background:#0d1925;color:#91a6b9;font-size:10px}.chatted-system-message span{color:var(--chat-cyan);margin-right:6px}.chatted-message.system{max-width:none;margin:12px 0}
.chatted-reply-preview{display:grid;width:100%;text-align:left;border:0;border-left:3px solid var(--chat-cyan);background:#0a1520;color:#b8c8d6;border-radius:6px;padding:7px 9px;margin:0 0 7px;cursor:pointer}.chatted-reply-preview strong{font-size:9px;color:var(--chat-cyan)}.chatted-reply-preview span{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chatted-attachments{display:grid;gap:8px;margin-top:8px}.chatted-media-image{display:block;max-width:560px;border-radius:11px;overflow:hidden;border:1px solid #2c4256}.chatted-media-image img{display:block;width:100%;max-height:520px;object-fit:contain;background:#050a0f}.chatted-attachments video{width:min(620px,100%);max-height:520px;border-radius:11px;background:#000}.chatted-attachments audio{width:min(520px,100%)}.chatted-file-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px;border:1px solid #30475d;border-radius:10px;background:#0b1621;color:#e8f1f6;text-decoration:none}.chatted-file-card>span{background:var(--chat-gold);color:#080b11;border-radius:6px;padding:5px;font-size:8px;font-weight:950}.chatted-file-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.chatted-file-card small{color:var(--chat-muted);font-size:9px}
.chatted-link-cards{display:grid;gap:6px;margin-top:8px}.chatted-link-cards a{display:grid;padding:8px 10px;border:1px solid #2a4055;border-radius:9px;background:#0a1520;color:#dceaf3;text-decoration:none}.chatted-link-cards b{font-size:8px;color:var(--chat-cyan);text-transform:uppercase;letter-spacing:.8px}.chatted-link-cards strong,.chatted-link-cards small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatted-link-cards strong{font-size:11px}.chatted-link-cards small{font-size:9px;color:var(--chat-muted)}
.chatted-composer{border-top:1px solid var(--chat-line);background:#0d1722;padding:10px clamp(12px,3vw,32px) 12px}.chatted-composer textarea{width:100%;resize:none;background:#07111a;color:#fff;border:1px solid #2a4054;border-radius:13px;padding:11px 13px;min-height:50px;max-height:180px}.chatted-composer-actions{display:flex;align-items:center;gap:10px;margin-top:7px}.chatted-composer-actions>span{flex:1;color:var(--chat-muted);font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatted-attach-button{cursor:pointer;border:1px solid #31475a;border-radius:8px;padding:7px 9px;font-size:10px;color:#d8e6ef}.chatted-attach-button input{display:none}.chatted-composer>small{display:block;margin-top:6px;color:#687b8e;font-size:8px}.chatted-reply-target{display:flex;align-items:center;justify-content:space-between;border-left:3px solid var(--chat-cyan);padding:6px 8px;background:#101f2d;border-radius:7px;margin-bottom:7px}.chatted-reply-target strong,.chatted-reply-target span{display:block;font-size:9px}.chatted-reply-target strong{color:var(--chat-cyan)}.chatted-reply-target span{color:#b9c8d4;max-width:70vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatted-reply-target button{border:0;background:none;color:#fff;font-size:18px}.chatted-report-list{position:absolute;right:18px;bottom:104px;z-index:8;width:280px;background:#101c29;border:1px solid #30465a;border-radius:10px;padding:7px}.chatted-report-list summary{cursor:pointer;font-size:10px;color:#dce8f0}.chatted-report-list a{display:grid;padding:7px;border-top:1px solid #26394b;color:#fff;text-decoration:none}.chatted-report-list span,.chatted-report-list code{font-size:8px;color:var(--chat-muted)}
.chatted-welcome{margin:auto;max-width:760px;text-align:center;padding:45px 25px}.chatted-welcome .chatted-welcome-logo{justify-content:center;font-size:34px}.chatted-welcome h1{font-size:clamp(28px,5vw,52px);line-height:1.05;margin:24px 0 12px;color:#fff}.chatted-welcome p{color:var(--chat-muted);font-size:15px;line-height:1.7}.chatted-feature-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:24px}.chatted-feature-pills span{border:1px solid #2c4256;border-radius:99px;padding:7px 11px;color:#c4d4df;font-size:10px}
.chatted-auth-shell,.chatted-invitation-page{max-width:1120px;margin:35px auto;display:grid;grid-template-columns:1fr minmax(340px,480px);gap:34px;align-items:center}.chatted-auth-brand{padding:30px}.chatted-auth-brand h1,.chatted-invitation-brand h1{font-size:clamp(30px,5vw,54px);line-height:1.04}.chatted-auth-brand p,.chatted-auth-brand li,.chatted-invitation-brand p{color:#6e7b8d;line-height:1.65}.chatted-auth-card{display:grid;gap:14px;background:#0d1724;color:#fff;border:1px solid #293c50;border-radius:18px;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.28)}.chatted-auth-card h2{margin:0}.chatted-auth-card label{font-size:11px;color:#cad8e2}.chatted-auth-card input{width:100%;margin-top:5px;background:#07111b;color:#fff;border:1px solid #32475b;border-radius:9px;padding:11px}.chatted-username-input{display:flex;align-items:center;background:#07111b;border:1px solid #32475b;border-radius:9px;margin-top:5px}.chatted-username-input span{padding-left:10px;color:var(--chat-cyan);font-weight:900}.chatted-username-input input{border:0!important;margin:0!important}.external-warning{display:flex;gap:10px;align-items:center;border:1px solid rgba(249,115,22,.4);background:rgba(249,115,22,.08);padding:13px;border-radius:11px}.external-warning b{color:#fb923c}.external-warning span{font-size:11px;color:#9a5b34}
.chatted-settings-page,.chatted-management-page{max-width:1280px;margin:25px auto;padding:0 18px}.chatted-settings-page>header,.chatted-management-page>header{margin-bottom:20px}.chatted-settings-page>header h1,.chatted-management-page>header h1{font-size:34px;margin:7px 0}.chatted-settings-page>header p,.chatted-management-page>header p{max-width:850px;color:#68768a}.chatted-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.chatted-settings-grid .card{display:grid;gap:12px}.chatted-settings-grid input,.chatted-settings-grid textarea,.chatted-settings-grid select,.chatted-management-page input,.chatted-management-page textarea,.chatted-management-page select{width:100%;margin-top:5px}.chatted-settings-grid fieldset{border:1px solid #d7dee8;border-radius:10px;display:grid;gap:8px}.chatted-settings-grid .check{display:flex;align-items:center;gap:8px}.chatted-settings-grid .check input{width:auto;margin:0}.privacy-default-note{border-left:4px solid var(--chat-cyan);padding:10px;background:#eaf8fe;border-radius:6px}.privacy-default-note p{margin:4px 0;color:#516170}.chatted-settings-actions{grid-column:1/-1}.chatted-management-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.chatted-management-page .card form{display:grid;gap:12px}.chatted-copy-url{margin-top:16px;padding:12px;border-radius:10px;background:#e9f8fe;border:1px solid #a9e4fb}.chatted-copy-url input{font-family:monospace}.chatted-copy-url button{margin-top:8px}.chatted-participant-list{display:grid;gap:7px}.chatted-participant-list article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px;border:1px solid #dce3ea;border-radius:10px}.chatted-participant-list strong,.chatted-participant-list a,.chatted-participant-list small{display:block}.chatted-participant-list a{font-size:11px}.chatted-participant-list small{font-size:9px;color:#66778a}.chatted-invitation-ledger{margin-top:18px}
.chatted-public-profile{max-width:760px;margin:40px auto}.chatted-profile-banner{height:160px;border-radius:22px 22px 0 0;background:linear-gradient(135deg,#07101a,#102b3e);display:flex;align-items:flex-start;justify-content:space-between;padding:25px;color:#fff}.chatted-profile-banner b{font-size:9px;color:var(--chat-cyan);letter-spacing:1px}.chatted-profile-card{text-align:center;background:#fff;border:1px solid #dce3ea;border-radius:0 0 22px 22px;padding:0 34px 34px}.chatted-profile-card>.chatted-avatar{margin:-55px auto 15px}.chatted-profile-card h1{margin:0}.chatted-profile-card>strong{color:#169ed4}.chatted-profile-card dl{display:grid;gap:6px;text-align:left;max-width:500px;margin:20px auto}.chatted-profile-card dl>div{display:grid;grid-template-columns:100px 1fr;padding:8px;border-bottom:1px solid #e6ebf0}.chatted-profile-card dt{font-size:10px;color:#6a7788;text-transform:uppercase}.chatted-profile-bio{max-width:560px;margin:18px auto;color:#4e5e70;line-height:1.65}.chatted-profile-card .actions{justify-content:center}.chatted-share-hint{display:block;color:#778697;margin-top:15px}
.chatted-admin-chat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.chatted-admin-chat-grid article{padding:18px;border:1px solid #d8e0e8;border-radius:14px;background:#fff}.chatted-admin-chat-grid h2{margin:0;font-size:18px}.chatted-admin-chat-grid p{font-size:11px;color:#657487}.chatted-admin-participants{display:flex;flex-wrap:wrap;gap:5px}.chatted-admin-participants span{font-size:9px;background:#edf2f6;border-radius:99px;padding:5px 7px}.chatted-diagnostic-filter{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin-bottom:15px}.chatted-diagnostic-list{display:grid;gap:9px}.chatted-diagnostic-list article{border:1px solid #d9e1e8;border-radius:10px;background:#fff;padding:12px}.chatted-diagnostic-list header{display:flex;justify-content:space-between}.chatted-diagnostic-list p{font-size:10px;color:#66778a}.chatted-diagnostic-list pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#101820;color:#dff4ff;border-radius:8px;padding:10px;max-height:280px;overflow:auto;font-size:9px}
@media(max-width:900px){.chatted-app{grid-template-columns:110px minmax(0,1fr)}.chatted-product-head p,.chatted-self-card>div,.chatted-search label,.chatted-create-group,.chatted-conversation-copy,.chatted-senior-tools span{display:none}.chatted-product-logo{font-size:0}.chatted-product-logo span{font-size:18px}.chatted-self-card{grid-template-columns:1fr;justify-items:center}.chatted-icon-button{display:none!important}.chatted-search{padding:8px}.chatted-search input{font-size:0;padding:10px}.chatted-search input::placeholder{font-size:0}.chatted-search-results{position:fixed;left:10px;right:10px;top:80px}.chatted-conversation-item{grid-template-columns:1fr;justify-items:center;padding:7px}.chatted-conversation-state{position:absolute;margin-left:38px}.chatted-sidebar{position:relative}.chatted-senior-tools{padding:8px}.chatted-senior-tools a{font-size:0}.chatted-senior-tools a:before{content:'⚿';font-size:16px}.chatted-room-actions{flex-wrap:wrap;justify-content:flex-end}.chatted-auth-shell,.chatted-invitation-page{grid-template-columns:1fr}.chatted-settings-grid,.chatted-management-grid{grid-template-columns:1fr}.chatted-settings-actions{grid-column:auto}}
@media(max-width:620px){.chatted-app{height:calc(100vh - 84px);min-height:540px;grid-template-columns:72px minmax(0,1fr)}.chatted-product-head{padding:10px}.chatted-room-head{padding:9px;grid-template-columns:1fr}.chatted-room-actions{display:none}.chatted-participant-strip{padding-left:0;overflow:auto}.chatted-room-identity .chatted-avatar{width:40px;height:40px}.chatted-room-identity h1{font-size:15px}.chatted-message-feed{padding:12px 8px}.chatted-message>.chatted-avatar{width:29px;height:29px;border-radius:9px}.chatted-message-body{max-width:calc(100vw - 125px);padding:8px}.chatted-message-body time{width:100%;margin:0}.chatted-composer{padding:8px}.chatted-composer-actions{gap:5px}.chatted-composer-actions>span{display:none}.chatted-report-list{display:none}.chatted-public-profile,.chatted-management-page,.chatted-settings-page{margin:15px auto}.chatted-profile-card{padding-left:15px;padding-right:15px}.chatted-auth-brand{padding:12px}.chatted-auth-card{padding:20px}.chatted-diagnostic-filter{grid-template-columns:1fr}.site-header .brand-word .brand-label{display:none}}

.chatted-request-panel{display:flex;align-items:center;gap:12px;padding:16px 18px;border-top:1px solid var(--line);background:linear-gradient(90deg,rgba(56,189,248,.12),rgba(187,152,4,.10))}.chatted-request-panel>div{flex:1}.chatted-request-panel p{margin:4px 0 0;color:var(--muted)}.chatted-request-panel form{margin:0}@media(max-width:720px){.chatted-request-panel{align-items:stretch;flex-direction:column}.chatted-request-panel form button{width:100%}}

/* BRANDED 9.10.1 · C!HATTED! public experience, verification, flair, and administration */
.chatted-public-body{margin:0;min-height:100vh;background:radial-gradient(circle at 15% 0%,rgba(56,189,248,.13),transparent 32rem),radial-gradient(circle at 85% 15%,rgba(187,152,4,.12),transparent 34rem),#05070b;color:#f7f8fa;font-family:Inter,Segoe UI,Arial,sans-serif}.chatted-public-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,72px);border-bottom:1px solid rgba(255,255,255,.09);background:rgba(5,7,11,.9);backdrop-filter:blur(18px)}.chatted-public-brand{display:grid;grid-template-columns:auto auto;align-items:center;gap:0 5px;color:#fff;text-decoration:none}.chatted-public-brand>span,.chatted-onboarding-logo>span{color:#f4c84a}.chatted-public-brand>span,.chatted-public-brand>strong{font-size:22px;letter-spacing:.08em}.chatted-public-brand small{grid-column:1/-1;color:#8da0b8;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.chatted-public-header nav,.chatted-public-footer nav{display:flex;flex-wrap:wrap;gap:18px}.chatted-public-header nav a,.chatted-public-footer a{color:#c8d4e3;text-decoration:none;font-size:13px}.chatted-public-header nav a:hover,.chatted-public-footer a:hover{color:#f4c84a}.chatted-public-main{width:min(1440px,calc(100% - 32px));margin:0 auto;padding:clamp(34px,6vw,86px) 0}.chatted-public-footer{display:flex;justify-content:space-between;gap:20px;padding:28px clamp(20px,5vw,72px);border-top:1px solid rgba(255,255,255,.08);color:#8795a9;background:#030509}.chatted-onboarding-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.78fr);gap:clamp(32px,6vw,92px);align-items:center;min-height:calc(100vh - 230px)}.chatted-onboarding-intro{padding:clamp(8px,3vw,34px)}.chatted-onboarding-logo{font-size:clamp(38px,6vw,74px);font-weight:900;letter-spacing:.09em;line-height:.95}.chatted-onboarding-intro h1,.chatted-setup-heading h1,.chatted-rules-page>header h1{max-width:850px;margin:22px 0 18px;font-size:clamp(34px,4.8vw,68px);line-height:1.02;color:#fff}.chatted-onboarding-intro>p,.chatted-setup-heading>p,.chatted-rules-page>header>p{max-width:760px;font-size:clamp(16px,1.7vw,21px);line-height:1.7;color:#aebdd0}.chatted-access-compare{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0}.chatted-access-compare>div,.chatted-privacy-callout{padding:18px;border:1px solid rgba(56,189,248,.22);border-radius:16px;background:rgba(13,21,34,.74)}.chatted-access-compare strong,.chatted-privacy-callout strong{display:block;color:#f4c84a;margin-bottom:6px}.chatted-access-compare span,.chatted-privacy-callout p{display:block;margin:0;color:#aebdd0;line-height:1.55}.chatted-trust-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:26px 0 0;padding:0;list-style:none}.chatted-trust-list li{position:relative;padding:12px 14px 12px 36px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.025);color:#dce6f2}.chatted-trust-list li:before{content:'✓';position:absolute;left:13px;color:#38bdf8;font-weight:900}.chatted-onboarding-card{display:grid;gap:18px;padding:clamp(25px,4vw,46px);border:1px solid rgba(244,200,74,.24);border-radius:26px;background:linear-gradient(155deg,rgba(17,24,39,.98),rgba(7,11,18,.98));box-shadow:0 30px 90px rgba(0,0,0,.42)}.chatted-onboarding-card header h2,.chatted-onboarding-card>h2{margin:6px 0;font-size:30px;color:#fff}.chatted-onboarding-card header p{margin:0;color:#99a9bd}.chatted-onboarding-card label{display:grid;gap:8px;color:#f0f4fa;font-weight:700}.chatted-onboarding-card label>span{font-size:13px;letter-spacing:.03em}.chatted-onboarding-card input,.chatted-onboarding-card select,.chatted-onboarding-card textarea,.chatted-setup-grid input,.chatted-setup-grid select,.chatted-setup-grid textarea{width:100%;box-sizing:border-box;padding:14px 15px;border:1px solid #334157;border-radius:12px;background:#090e17;color:#fff;font:inherit;outline:none}.chatted-onboarding-card input:focus,.chatted-onboarding-card select:focus,.chatted-onboarding-card textarea:focus,.chatted-setup-grid input:focus,.chatted-setup-grid select:focus,.chatted-setup-grid textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.13)}.chatted-onboarding-card label small,.chatted-setup-grid label small{color:#8191a7;font-weight:400;line-height:1.45}.chatted-onboarding-card button,.chatted-setup-actions button{min-height:48px;border-radius:12px;background:linear-gradient(135deg,#f4c84a,#bb9804);color:#080b11;font-weight:900}.chatted-auth-switch,.chatted-form-legal{margin:0;text-align:center;color:#98a9bd;font-size:13px}.chatted-auth-switch a,.chatted-form-legal a{color:#7dd3fc}.chatted-login-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.68fr)}.chatted-invitation-layout .external-warning{margin-top:24px}.chatted-username-input{display:flex!important;align-items:stretch;padding:0!important;overflow:hidden}.chatted-username-input>b,.chatted-username-input>span{display:grid;place-items:center;min-width:48px;background:#111a28;color:#38bdf8;font-size:18px}.chatted-username-input input{border:0!important;border-left:1px solid #334157!important;border-radius:0!important}.chatted-setup-public{max-width:1320px;margin:0 auto}.chatted-setup-heading{margin-bottom:34px}.chatted-setup-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.chatted-setup-grid .chatted-onboarding-card{align-content:start}.chatted-setup-grid fieldset{display:grid;gap:10px;padding:18px;border:1px solid #2d3b50;border-radius:14px}.chatted-setup-grid fieldset legend{padding:0 8px;color:#f4c84a;font-weight:800}.chatted-setup-grid label.check{display:flex;align-items:center;gap:10px}.chatted-setup-grid label.check input{width:auto}.chatted-setup-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:20px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0b111c}.chatted-setup-actions>a:not(.button){margin-left:auto;color:#7dd3fc}.chatted-rules-page{max-width:1320px;margin:0 auto}.chatted-rules-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px}.chatted-rules-grid article{min-height:210px;padding:25px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(145deg,#111827,#090e17)}.chatted-rules-grid article>b{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid rgba(56,189,248,.4);border-radius:12px;color:#38bdf8}.chatted-rules-grid h2{font-size:20px;color:#fff}.chatted-rules-grid p{color:#aab8ca;line-height:1.65}.chatted-rules-notice{margin-top:24px;padding:28px;border:1px solid rgba(244,200,74,.28);border-radius:20px;background:#0d1420}.chatted-rules-notice h2{margin-top:0;color:#f4c84a}.chatted-rules-notice p{color:#b7c4d4;line-height:1.65}

.chatted-identity-badges{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;vertical-align:middle}.chatted-identity-badges.compact{gap:4px}.chatted-verification,.chatted-flair{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid var(--badge-border,#38bdf8);border-radius:999px;background:var(--badge-bg,#1f2937);color:var(--badge-text,#fff);font-size:10px;font-weight:900;letter-spacing:.04em;line-height:1.1;white-space:nowrap;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.chatted-flair{border-color:var(--flair-border,#bb9804);background:var(--flair-bg,#172033);color:var(--flair-text,#fff)}.chatted-identity-badges.compact .chatted-verification,.chatted-identity-badges.compact .chatted-flair,.chatted-identity-badges.compact .external-badge{padding:3px 6px;font-size:8px}.chatted-message-body>header .chatted-identity-badges{max-width:100%}.chatted-participant-strip>a{display:flex!important;align-items:center;gap:4px;max-width:230px}.chatted-participant-strip .chatted-identity-badges{position:static!important}.chatted-search-result>span:nth-child(2){min-width:0}.chatted-search-result .chatted-identity-badges{display:flex;margin:4px 0}

.chatted-profile-page{max-width:1120px;margin:0 auto}.chatted-profile-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px;padding:28px;border:1px solid rgba(56,189,248,.15);border-radius:20px;background:linear-gradient(135deg,#0c1421,#080c13)}.chatted-profile-page-head h1{margin:8px 0 4px;color:#fff}.chatted-profile-page-head p{margin:0;color:#95a6ba}.chatted-profile-card-v2{overflow:hidden;border:1px solid #2a3850;border-radius:24px;background:#0a101a;color:#eef4fb;box-shadow:0 25px 65px rgba(0,0,0,.3)}.chatted-profile-hero{display:flex;align-items:center;gap:28px;padding:clamp(28px,5vw,54px);background:radial-gradient(circle at 90% 0%,rgba(56,189,248,.16),transparent 30rem),linear-gradient(135deg,#121b2a,#090e17)}.chatted-avatar-xxl{width:140px!important;height:140px!important;min-width:140px!important;border:4px solid #f4c84a!important;box-shadow:0 0 0 8px rgba(244,200,74,.1)}.chatted-profile-primary{min-width:0}.chatted-profile-name-line{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.chatted-profile-name-line h2{margin:0;color:#fff;font-size:clamp(30px,5vw,52px);line-height:1.05}.chatted-profile-username{display:block;margin-top:8px;color:#7dd3fc;font-size:20px}.chatted-account-designation{margin:12px 0 0;color:#b7c3d2}.chatted-profile-company{margin:6px 0 0;color:#f4c84a;font-weight:800}.chatted-profile-section{padding:26px clamp(28px,5vw,54px);border-top:1px solid #1d2a3d}.chatted-profile-section>span{display:block;margin-bottom:8px;color:#8294aa;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.chatted-profile-section p{margin:0;color:#e6edf6;line-height:1.75;white-space:pre-wrap}.chatted-profile-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;border-top:1px solid #1d2a3d;background:#1d2a3d}.chatted-profile-details>div{padding:22px clamp(20px,3vw,34px);background:#0c131f}.chatted-profile-details dt{color:#8294aa;font-size:11px;font-weight:900;text-transform:uppercase}.chatted-profile-details dd{margin:7px 0 0;color:#f6f8fb;overflow-wrap:anywhere}.chatted-profile-details a{color:#7dd3fc}.chatted-profile-actions{display:flex;flex-wrap:wrap;gap:12px;padding:26px clamp(28px,5vw,54px);border-top:1px solid #1d2a3d}.chatted-profile-foot{display:flex;justify-content:space-between;gap:16px;padding:16px clamp(28px,5vw,54px);border-top:1px solid #1d2a3d;background:#070b12;color:#8190a3;font-size:12px}

.chatted-admin-page{display:grid;gap:24px}.chatted-admin-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;padding:32px;border:1px solid rgba(244,200,74,.25);border-radius:22px;background:radial-gradient(circle at 90% 5%,rgba(56,189,248,.16),transparent 28rem),linear-gradient(135deg,#111827,#080c13)}.chatted-admin-hero h1{margin:12px 0 6px;color:#fff;font-size:clamp(30px,4vw,50px)}.chatted-admin-hero p{max-width:850px;margin:0;color:#aab8ca;line-height:1.6}.chatted-admin-scope{padding:10px 14px;border:1px solid #f4c84a;border-radius:999px;background:#19160a;color:#f4c84a;font-size:11px;font-weight:900;white-space:nowrap}.chatted-admin-scorecards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.chatted-admin-scorecards article{padding:19px;border:1px solid #28364b;border-radius:15px;background:#0d1420}.chatted-admin-scorecards span,.chatted-admin-scorecards small{display:block;color:#8293a8}.chatted-admin-scorecards strong{display:block;margin:5px 0;color:#fff;font-size:28px}.chatted-admin-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border:1px solid #28364b;border-radius:14px;background:#0b111b}.chatted-admin-tabs a{padding:10px 13px;border-radius:9px;color:#aab8c9;text-decoration:none;font-size:12px;font-weight:800}.chatted-admin-tabs a.active{background:#1c2b3e;color:#7dd3fc}.chatted-admin-search{display:flex;gap:10px}.chatted-admin-search input{flex:1;min-width:0;padding:13px 15px;border:1px solid #324158;border-radius:11px;background:#080d15;color:#fff}.chatted-admin-table-card,.chatted-admin-panel{overflow:hidden;border:1px solid #29384d;border-radius:18px;background:#0b111b}.chatted-admin-table-card>header,.chatted-admin-panel>header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:21px 24px;border-bottom:1px solid #233145;background:#101825}.chatted-admin-table-card>header h2,.chatted-admin-panel>header h2{margin:5px 0 0;color:#fff}.chatted-admin-panel>header p{margin:6px 0 0;color:#8fa0b5}.chatted-admin-table{width:100%;border-collapse:collapse;min-width:900px}.chatted-admin-table th,.chatted-admin-table td{padding:13px 15px;border-bottom:1px solid #1d2939;text-align:left;vertical-align:top}.chatted-admin-table th{position:sticky;top:0;background:#111a28;color:#8fa1b7;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.chatted-admin-table td{color:#dce5ef;font-size:13px}.chatted-admin-table td small{display:block;margin-top:4px;color:#8191a5}.chatted-admin-table form{display:flex;align-items:center;gap:6px}.chatted-admin-table input,.chatted-admin-table select{max-width:170px;padding:7px;border:1px solid #33445b;border-radius:7px;background:#070c13;color:#fff}.chatted-admin-table pre{max-width:520px;max-height:240px;overflow:auto;white-space:pre-wrap;color:#c7d2e0}.chatted-admin-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.chatted-admin-form{display:grid;gap:14px;padding:22px}.chatted-admin-form label{display:grid;gap:6px;color:#cdd7e4;font-size:12px;font-weight:800}.chatted-admin-form input,.chatted-admin-form select,.chatted-admin-record-list input,.chatted-admin-record-list select{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #33445b;border-radius:9px;background:#070c13;color:#fff}.chatted-color-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.chatted-color-row input[type=color]{height:42px;padding:4px}.chatted-admin-record-list{display:grid;gap:1px;border-top:1px solid #233145;background:#233145}.chatted-admin-record-list article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 20px;background:#0b111b}.chatted-admin-record-list article>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0}.chatted-admin-record-list strong,.chatted-admin-record-list small{display:block;width:100%}.chatted-admin-record-list small{color:#8293a8}.chatted-admin-record-list details{min-width:170px}.chatted-admin-record-list details form{display:grid;gap:8px;margin-top:9px}.chatted-admin-record-list summary{cursor:pointer;color:#7dd3fc}.chatted-admin-page .danger{background:#6d1d27;color:#fff;border-color:#a83a48}.chatted-admin-page .pagination{display:flex;justify-content:center;gap:18px;padding:16px}.chatted-admin-page .pagination a{color:#7dd3fc}

.chatted-landing-section{margin-top:clamp(46px,8vw,110px);padding:clamp(28px,5vw,64px);border:1px solid rgba(56,189,248,.17);border-radius:28px;background:radial-gradient(circle at 95% 0%,rgba(56,189,248,.15),transparent 32rem),linear-gradient(145deg,#0d1420,#070b11)}.chatted-landing-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr);gap:clamp(30px,5vw,70px);align-items:center}.chatted-landing-copy h2{margin:15px 0;font-size:clamp(34px,4.4vw,60px);line-height:1.03;color:#fff}.chatted-landing-copy>p{font-size:18px;line-height:1.7;color:#aab8ca}.chatted-landing-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.chatted-demo-window{overflow:hidden;border:1px solid #34445c;border-radius:20px;background:#09101a;box-shadow:0 30px 65px rgba(0,0,0,.32)}.chatted-demo-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;border-bottom:1px solid #27364a;background:#111a28}.chatted-demo-head>div{display:flex;align-items:center;gap:12px}.chatted-demo-head strong{display:block;color:#fff}.chatted-demo-head small{display:block;color:#8ea0b5}.chatted-demo-members{display:flex}.chatted-demo-members span{display:grid;place-items:center;width:30px;height:30px;margin-left:-6px;border:2px solid #111a28;border-radius:50%;background:#24344a;color:#fff;font-size:10px;font-weight:900}.chatted-demo-feed{display:grid;gap:14px;padding:20px}.chatted-demo-message{display:grid;grid-template-columns:38px 1fr;gap:11px}.chatted-demo-avatar{display:grid;place-items:center;width:38px;height:38px;border:1px solid #3a4b63;border-radius:50%;background:#182438;color:#fff;font-weight:900}.chatted-demo-bubble{padding:13px 15px;border:1px solid #26364b;border-radius:5px 15px 15px 15px;background:#101824}.chatted-demo-bubble header{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.chatted-demo-bubble header strong{color:#fff}.chatted-demo-bubble time{margin-left:auto;color:#718197;font-size:10px}.chatted-demo-bubble p{margin:9px 0 0;color:#ccd7e4;line-height:1.55}.chatted-demo-reply,.chatted-demo-link{margin-top:10px;padding:9px 11px;border-left:3px solid #38bdf8;border-radius:8px;background:#0a111c;color:#9eb0c4;font-size:11px}.chatted-demo-link{display:block;border:1px solid #2d4059;border-left:3px solid #f4c84a;text-decoration:none}.chatted-demo-link strong{display:block;color:#f4c84a}.chatted-demo-link small{color:#8293a8}

@media(max-width:1100px){.chatted-onboarding-layout,.chatted-landing-grid{grid-template-columns:1fr}.chatted-onboarding-layout{min-height:auto}.chatted-onboarding-intro{padding:0}.chatted-admin-scorecards{grid-template-columns:repeat(3,1fr)}.chatted-admin-two-col{grid-template-columns:1fr}.chatted-rules-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.chatted-public-header,.chatted-public-footer{align-items:flex-start;flex-direction:column}.chatted-public-header nav{width:100%;justify-content:space-between}.chatted-public-main{width:min(100% - 22px,1440px);padding:30px 0}.chatted-onboarding-layout{gap:25px}.chatted-onboarding-intro h1,.chatted-setup-heading h1,.chatted-rules-page>header h1{font-size:36px}.chatted-access-compare,.chatted-trust-list,.chatted-setup-grid,.chatted-rules-grid,.chatted-profile-details{grid-template-columns:1fr}.chatted-onboarding-card{padding:22px;border-radius:18px}.chatted-setup-actions{grid-column:auto}.chatted-setup-actions>a:not(.button){margin-left:0}.chatted-profile-page-head,.chatted-profile-hero,.chatted-profile-foot,.chatted-admin-hero{align-items:flex-start;flex-direction:column}.chatted-profile-hero{gap:18px}.chatted-avatar-xxl{width:104px!important;height:104px!important;min-width:104px!important}.chatted-profile-details{background:#0c131f}.chatted-profile-details>div{border-top:1px solid #1d2a3d}.chatted-admin-scorecards{grid-template-columns:repeat(2,1fr)}.chatted-admin-tabs{overflow:auto;flex-wrap:nowrap}.chatted-admin-tabs a{white-space:nowrap}.chatted-admin-search{flex-wrap:wrap}.chatted-color-row{grid-template-columns:1fr 1fr 1fr}.chatted-admin-record-list article{align-items:flex-start;flex-direction:column}.chatted-demo-window{border-radius:14px}.chatted-demo-feed{padding:13px}.chatted-demo-message{grid-template-columns:32px 1fr}.chatted-demo-avatar{width:32px;height:32px}.chatted-demo-bubble header time{width:100%;margin-left:0}}
@media(max-width:440px){.chatted-admin-scorecards{grid-template-columns:1fr}.chatted-color-row{grid-template-columns:1fr}.chatted-onboarding-logo{font-size:36px}.chatted-public-header nav{gap:10px}.chatted-profile-name-line h2{font-size:30px}.chatted-landing-section{padding:20px}.chatted-demo-bubble{padding:11px}}

/* BRANDED 9.11.1 — identity boundaries, permission-scoped presence, and typing indicators */
.chatted-user-id,
.chatted-profile-admin-id code,
.chatted-profile-identity-admin > header > code {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: .2rem .55rem;
  border: 1px solid rgba(187,152,4,.55);
  border-radius: 999px;
  background: rgba(187,152,4,.1);
  color: #ffe598;
  font-weight: 800;
  white-space: nowrap;
}
.chatted-inline-link { display:block; margin-top:.35rem; font-size:.78rem; font-weight:800; color:#7dd3fc; }
.chatted-internal-badge {
  display:inline-flex; align-items:center; padding:.15rem .45rem; border:1px solid rgba(56,189,248,.55);
  border-radius:999px; background:rgba(14,116,144,.2); color:#bae6fd; font-size:.68rem; font-weight:900; letter-spacing:.04em;
}
.chatted-boundary-notice {
  display:flex; gap:.75rem; align-items:flex-start; margin:0 0 1rem; padding:.85rem 1rem;
  border:1px solid rgba(56,189,248,.35); border-radius:14px; background:rgba(8,47,73,.26); color:#d9f4ff;
}
.chatted-boundary-notice strong { color:#7dd3fc; white-space:nowrap; }
.chatted-boundary-notice span { color:#c7d5e3; line-height:1.45; }
.chatted-admin-form-separated { margin-top:1rem; padding-top:1rem; border-top:1px solid rgba(148,163,184,.2); }

.chatted-company-directory {
  margin:.75rem 0; border:1px solid rgba(56,189,248,.24); border-radius:14px; overflow:hidden;
  background:rgba(7,16,24,.52);
}
.chatted-company-directory > summary {
  display:flex; justify-content:space-between; gap:.75rem; align-items:center; cursor:pointer; list-style:none;
  padding:.75rem .85rem; color:#e8f7ff; font-size:.82rem; font-weight:900;
}
.chatted-company-directory > summary::-webkit-details-marker { display:none; }
.chatted-company-directory > summary small { color:#7dd3fc; font-size:.68rem; font-weight:800; }
.chatted-directory-list { max-height:18rem; overflow:auto; padding:0 .5rem .5rem; scrollbar-width:thin; }
.chatted-directory-person {
  display:grid; grid-template-columns:minmax(0,1fr) auto; gap:.5rem; align-items:center; padding:.55rem;
  border-top:1px solid rgba(148,163,184,.12);
}
.chatted-directory-profile { min-width:0; display:flex; gap:.55rem; align-items:center; color:inherit; text-decoration:none; }
.chatted-directory-profile > span:last-child { min-width:0; }
.chatted-directory-profile strong { display:inline; color:#f8fafc; font-size:.78rem; }
.chatted-directory-profile small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#94a3b8; font-size:.67rem; }
.chatted-directory-person form { margin:0; }
.chatted-directory-person button { min-width:auto; padding:.38rem .6rem; }
.chatted-directory-empty { margin:.35rem; padding:.65rem; color:#94a3b8; font-size:.75rem; }

.chatted-profile-identity-admin {
  width:min(1180px,100%); margin:1.25rem auto 0; padding:1rem;
  border:1px solid rgba(187,152,4,.35); border-radius:20px; background:linear-gradient(145deg,rgba(12,18,30,.98),rgba(7,12,20,.98));
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.chatted-profile-identity-admin > header { display:flex; justify-content:space-between; gap:1rem; align-items:flex-start; margin-bottom:1rem; }
.chatted-profile-identity-admin h2 { margin:.15rem 0; color:#fff; }
.chatted-profile-identity-admin h3 { margin:0; color:#fff; }
.chatted-profile-identity-admin p { margin:.25rem 0 0; color:#aebed0; }
.chatted-profile-admin-id { margin-top:.75rem !important; color:#9fb1c4 !important; font-size:.78rem; }

.chatted-admin-form select[data-admin-user-select] { max-width:100%; }
.chatted-admin-table td > small { display:block; margin-top:.25rem; }

@media (max-width: 820px) {
  .chatted-boundary-notice { flex-direction:column; gap:.25rem; }
  .chatted-profile-identity-admin > header { flex-direction:column; }
  .chatted-company-directory { margin-inline:.25rem; }
  .chatted-directory-list { max-height:15rem; }
}

/* BRANDED 9.11.1 — permission-scoped online presence and typing animation */
.chatted-avatar { position:relative; overflow:visible; }
.chatted-avatar > img { border-radius:inherit; }
.chatted-presence-dot {
  position:absolute;
  right:-3px;
  bottom:-3px;
  z-index:3;
  display:block;
  width:11px;
  height:11px;
  border:2px solid #0b1420;
  border-radius:999px;
  background:#ef4444;
  box-shadow:0 0 0 1px rgba(0,0,0,.35),0 0 8px rgba(239,68,68,.35);
}
.chatted-presence-dot.online { background:#22c55e; box-shadow:0 0 0 1px rgba(0,0,0,.35),0 0 10px rgba(34,197,94,.5); }
.chatted-presence-dot.offline { background:#ef4444; box-shadow:0 0 0 1px rgba(0,0,0,.35),0 0 8px rgba(239,68,68,.35); }
.chatted-presence-dot.inline {
  position:relative;
  inset:auto;
  display:inline-block;
  width:9px;
  height:9px;
  margin:0 4px 0 2px;
  border-width:1px;
  vertical-align:middle;
}
.chatted-presence-label { display:inline-flex; align-items:center; white-space:nowrap; }
.chatted-typing-indicator {
  min-height:35px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px clamp(16px,3vw,38px);
  border-top:1px solid rgba(56,189,248,.14);
  background:linear-gradient(90deg,rgba(56,189,248,.08),rgba(11,17,26,.96));
  color:#b9c9d8;
  font-size:11px;
  font-weight:800;
}
.chatted-typing-indicator[hidden] { display:none!important; }
.chatted-typing-copy { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.chatted-typing-dots { display:inline-flex; align-items:flex-end; gap:3px; height:13px; }
.chatted-typing-dots i {
  display:block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--chat-cyan);
  animation:chattedTypingBounce 1.05s infinite ease-in-out;
}
.chatted-typing-dots i:nth-child(2) { animation-delay:.14s; }
.chatted-typing-dots i:nth-child(3) { animation-delay:.28s; }
@keyframes chattedTypingBounce {
  0%,60%,100% { transform:translateY(0); opacity:.4; }
  30% { transform:translateY(-5px); opacity:1; }
}
@media (prefers-reduced-motion:reduce) {
  .chatted-typing-dots i { animation:none; opacity:1; }
}


/* BRANDED 9.12.1 — rich link previews and privacy-scoped read receipts */
.chatted-link-cards { grid-template-columns:minmax(0,1fr); }
.chatted-link-preview {
  display:grid!important;
  grid-template-columns:minmax(0,1fr);
  gap:0;
  padding:0!important;
  overflow:hidden;
  border:1px solid #2a4055!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,#0a1520,#0d1a27)!important;
  color:#e8f3fa!important;
  text-decoration:none!important;
  box-shadow:0 10px 26px rgba(0,0,0,.16);
  transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.chatted-link-preview:hover,.chatted-link-preview:focus-visible {
  border-color:#38bdf8!important;
  transform:translateY(-1px);
  box-shadow:0 13px 30px rgba(0,0,0,.22);
  outline:none;
}
.chatted-link-preview.internal { border-left:3px solid #bb9804!important; }
.chatted-link-preview-image { display:block; width:100%; max-height:240px; overflow:hidden; background:#071019; }
.chatted-link-preview-image img { display:block; width:100%; height:100%; max-height:240px; object-fit:cover; }
.chatted-link-preview-copy { display:grid; min-width:0; gap:4px; padding:10px 12px; }
.chatted-link-preview-copy b { color:#38bdf8; font-size:8px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.chatted-link-preview.internal .chatted-link-preview-copy b { color:#f4c84a; }
.chatted-link-preview-copy strong { color:#f8fbfd; font-size:12px; line-height:1.35; white-space:normal; overflow-wrap:anywhere; }
.chatted-link-preview-copy p { margin:0; color:#b5c5d4; font-size:10px; line-height:1.45; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.chatted-link-preview-copy small { color:#7f93a6; font-size:9px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.chatted-read-receipt {
  display:inline-flex;
  align-items:center;
  gap:4px;
  margin-left:auto;
  color:#7dd3fc;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}
.chatted-read-receipt > span:first-child { letter-spacing:-3px; padding-right:3px; }
.chatted-read-toggle,.chatted-group-receipts {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:8px 0 0;
  padding:7px 9px;
  border:1px solid rgba(56,189,248,.2);
  border-radius:10px;
  background:rgba(7,16,24,.48);
  color:#9fb3c5;
  font-size:10px;
}
.chatted-read-toggle form { margin:0; }
.chatted-read-toggle button { padding:4px 8px; min-width:auto; font-size:9px; }
.chatted-group-receipts strong { color:#7dd3fc; }
@media (min-width:620px) {
  .chatted-link-preview:has(.chatted-link-preview-image) { grid-template-columns:150px minmax(0,1fr); }
  .chatted-link-preview-image { height:100%; max-height:150px; }
  .chatted-link-preview-image img { min-height:100%; max-height:150px; }
}
@media (max-width:620px) {
  .chatted-read-toggle,.chatted-group-receipts { align-items:flex-start; flex-direction:column; }
}

/* C!HATTED! 9.12.1 illustrated rules documentation */
.chatted-rules-document-v9121{color:var(--text)}
.chatted-rules-hero-v9121{background:radial-gradient(circle at 88% 14%,rgba(56,189,248,.16),transparent 23rem),radial-gradient(circle at 8% 100%,rgba(187,152,4,.13),transparent 22rem),linear-gradient(145deg,#151d29,#090e16)}
.chatted-rules-summary-v9121{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:var(--line)}
.chatted-rules-summary-v9121>div{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:5px 9px;padding:14px;background:#101722}
.chatted-rules-summary-v9121>div>small{grid-column:1/-1;color:#8fa0b4}.chatted-rules-summary-v9121 strong{color:#f2f5f9}
.chatted-rule-demo-v9121,.chatted-boundary-map-v9121,.chatted-message-timeline-v9121,.chatted-receipt-demo-v9121{display:grid;gap:10px;margin-top:16px;padding:14px;border:1px solid #29364a;border-radius:14px;background:#080e17}
.chatted-profile-mini-v9121,.chatted-directory-row-v9121,.chatted-identity-example-v9121,.chatted-presence-example-v9121{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #263349;border-radius:11px;background:#111827}
.chatted-profile-mini-v9121>div{display:grid;gap:2px}.chatted-profile-mini-v9121 small,.chatted-directory-row-v9121 small{color:#8fa0b4}
.chatted-privacy-switches-v9121{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.chatted-privacy-switches-v9121 span{display:grid;gap:4px;padding:10px;border:1px solid #263349;border-radius:9px;color:#9dacbf}.chatted-privacy-switches-v9121 b{color:#f4c84a}
.chatted-directory-row-v9121{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto}.chatted-directory-row-v9121 .demo-button-v788{margin:0}.chatted-demo-boundary-v9121{margin:0;padding:10px;border-left:3px solid #f87171;color:#fda4af;background:rgba(248,113,113,.07)}
.chatted-boundary-map-v9121{grid-template-columns:repeat(3,minmax(0,1fr))}.chatted-boundary-map-v9121>div{display:grid;gap:6px;padding:14px;border-radius:11px}.chatted-boundary-map-v9121 .allowed{border:1px solid rgba(52,211,153,.35);background:rgba(52,211,153,.06)}.chatted-boundary-map-v9121 .blocked{border:1px solid rgba(248,113,113,.35);background:rgba(248,113,113,.06)}.chatted-boundary-map-v9121 span{color:#9dacbf;line-height:1.5}
.chatted-identity-example-v9121{flex-wrap:wrap}.chatted-identity-example-v9121 .chatted-verification{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#38bdf8;color:#071019;font-weight:950}.chatted-identity-example-v9121 .chatted-flair{display:inline-flex;padding:4px 8px;border:1px solid var(--flair-border);border-radius:999px;background:var(--flair-bg);color:var(--flair-text);font-size:10px;font-weight:900}.external-pill{display:inline-flex;padding:4px 7px;border:1px solid rgba(251,146,60,.48);border-radius:999px;background:rgba(251,146,60,.08);color:#fdba74;font-size:9px;font-weight:900}
.chatted-message-timeline-v9121{grid-template-columns:1fr 1fr}.chatted-message-timeline-v9121>div{display:grid;gap:5px;padding:16px;border-radius:11px}.chatted-message-timeline-v9121 .open{border:1px solid rgba(56,189,248,.4);background:rgba(56,189,248,.07)}.chatted-message-timeline-v9121 .locked{border:1px solid rgba(187,152,4,.45);background:rgba(187,152,4,.08)}.chatted-message-timeline-v9121 span{color:#aebdd0}
.chatted-file-demo-v9121{display:grid;grid-template-columns:210px minmax(0,1fr);gap:16px;align-items:center;margin-top:16px;padding:15px;border:1px solid #29364a;border-radius:14px;background:#080e17}.chatted-file-preview-v9121{display:grid;place-items:center;align-content:center;gap:6px;min-height:135px;border:1px solid rgba(56,189,248,.38);border-radius:12px;background:radial-gradient(circle,rgba(56,189,248,.19),transparent 65%),#0b1422}.chatted-file-preview-v9121>span{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#38bdf8;color:#071019;font-weight:950}.chatted-file-preview-v9121 small{color:#8fa0b4}.chatted-file-demo-v9121 p{color:#aab8ca}
.chatted-rule-link-card-v9121{max-width:680px;margin-top:16px}.chatted-rule-link-card-v9121 .chatted-link-card-body{display:grid;gap:7px;padding:17px}.chatted-rule-link-card-v9121 strong{font-size:17px}.chatted-rule-link-card-v9121 p{margin:0;color:#aab8ca}.chatted-rule-link-card-v9121 span{color:#7dd3fc;font-size:11px}
.chatted-receipt-demo-v9121{grid-template-columns:1fr 1fr}.chatted-receipt-demo-v9121>div{display:grid;gap:9px;padding:14px;border:1px solid #29364a;border-radius:11px;background:#101722}.chatted-receipt-demo-v9121 label{color:#9dacbf;font-size:12px}.chatted-receipt-label{color:#7dd3fc;font-size:11px;font-weight:850}
.chatted-rules-document-v9121 .demo-table-v788 table{width:100%}
@media(max-width:760px){.chatted-rules-summary-v9121,.chatted-privacy-switches-v9121,.chatted-boundary-map-v9121,.chatted-message-timeline-v9121,.chatted-receipt-demo-v9121,.chatted-file-demo-v9121{grid-template-columns:1fr}.chatted-directory-row-v9121{grid-template-columns:auto minmax(0,1fr) auto}.chatted-directory-row-v9121 small{grid-column:2}.chatted-file-preview-v9121{min-height:120px}}

/* C!HATTED! 9.15.2 — standalone workspace, bounded avatars, reactions, PWA and mobile drawer */
:root{--chatted-safe-top:env(safe-area-inset-top,0px);--chatted-safe-right:env(safe-area-inset-right,0px);--chatted-safe-bottom:env(safe-area-inset-bottom,0px);--chatted-safe-left:env(safe-area-inset-left,0px)}
html:has(.chatted-standalone-body),body.chatted-standalone-body{width:100%;height:100%;min-height:100%;margin:0;overflow:hidden;background:#071019}
.chatted-standalone-body{color:#edf5fb;font-family:Inter,"Segoe UI",Arial,sans-serif;overscroll-behavior:none}
.chatted-standalone-shell{position:relative;width:100%;height:100dvh;min-height:0;margin:0;padding:0;overflow:hidden;background:#071019}
.chatted-standalone-flashes{position:fixed;z-index:1000;top:calc(12px + var(--chatted-safe-top));left:50%;width:min(620px,calc(100% - 28px));transform:translateX(-50%);pointer-events:none}
.chatted-standalone-flashes .flash{pointer-events:auto;box-shadow:0 14px 48px rgba(0,0,0,.42)}
.chatted-skip-link{position:fixed;z-index:2000;left:12px;top:-80px;padding:10px 14px;border-radius:8px;background:#38bdf8;color:#071019;font-weight:900}.chatted-skip-link:focus{top:calc(10px + var(--chatted-safe-top))}
.chatted-app{position:relative;width:100%;height:100dvh;min-height:0;grid-template-columns:minmax(300px,370px) minmax(0,1fr);border:0;overflow:hidden}
.chatted-sidebar,.chatted-main{min-height:0}
.chatted-sidebar{padding-top:var(--chatted-safe-top);padding-left:var(--chatted-safe-left);padding-bottom:var(--chatted-safe-bottom)}
.chatted-main{padding-top:var(--chatted-safe-top);padding-right:var(--chatted-safe-right);padding-bottom:var(--chatted-safe-bottom)}
.chatted-product-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.chatted-product-head>div{min-width:0}
.chatted-mobile-close,.chatted-mobile-chats{display:none}
.chatted-sidebar-tools{display:grid;gap:5px;padding:10px 14px;border-top:1px solid var(--chat-line);background:#091420}.chatted-sidebar-tools a,.chatted-sidebar-tools button{display:flex;align-items:center;gap:8px;min-height:34px;padding:7px 9px;border:1px solid transparent;border-radius:9px;background:transparent;color:#c8d7e4;text-decoration:none;font-size:11px;text-align:left}.chatted-sidebar-tools a:hover,.chatted-sidebar-tools button:hover{border-color:#29445d;background:#102033;color:#fff}
.chatted-install-button{cursor:pointer}.chatted-install-button span{color:#38bdf8;font-weight:900}
.chatted-standalone-logout{margin:0;padding:10px 14px calc(10px + var(--chatted-safe-bottom));border-top:1px solid var(--chat-line);background:#071019}.chatted-standalone-logout button{width:100%;min-height:34px;padding:7px 10px;border:1px solid #2b4055;border-radius:9px;background:#0d1b29;color:#d8e5ee;font-size:11px;font-weight:800;cursor:pointer}

/* Avatar media is clipped independently so presence indicators may remain outside the frame. */
.chatted-avatar{--avatar-radius:12px;position:relative!important;overflow:visible!important;border-radius:var(--avatar-radius)!important;isolation:isolate}
.chatted-avatar-lg{--avatar-radius:15px}.chatted-avatar-xl{--avatar-radius:28px}.chatted-avatar-xs{--avatar-radius:9px}.chatted-avatar-xxl{--avatar-radius:32px}
.chatted-avatar>img{position:absolute!important;z-index:0;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;border-radius:var(--avatar-radius)!important;clip-path:inset(0 round var(--avatar-radius));transform:none!important}
.chatted-avatar>span:not(.chatted-presence-dot){position:relative;z-index:1}
.chatted-presence-dot{z-index:4}

.chatted-main[data-loading="true"]:after{content:'Loading conversation…';position:absolute;z-index:20;inset:0;display:grid;place-items:center;background:rgba(7,16,25,.72);backdrop-filter:blur(4px);color:#d9f4ff;font-size:13px;font-weight:900;letter-spacing:.04em}
.chatted-room-head{padding-top:calc(14px + var(--chatted-safe-top))}
.chatted-message-body>footer{flex-wrap:wrap}
.chatted-reactions{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:5px;min-height:25px}
.chatted-reaction-pill,.chatted-reaction-add,.chatted-reaction-picker button{display:inline-flex!important;align-items:center;justify-content:center;gap:4px;min-width:29px;min-height:25px;margin:0!important;padding:3px 7px!important;border:1px solid #2a4055!important;border-radius:999px!important;background:#0a1622!important;color:#dceaf4!important;font-size:12px!important;line-height:1!important;cursor:pointer}
.chatted-reaction-pill b{font-size:9px;color:#9fb5c7}.chatted-reaction-pill.mine{border-color:#38bdf8!important;background:rgba(56,189,248,.13)!important;color:#fff!important}.chatted-reaction-add{color:#7dd3fc!important;font-weight:900}
.chatted-reaction-picker{position:absolute;z-index:30;left:0;bottom:calc(100% + 8px);display:flex;gap:4px;padding:7px;border:1px solid #34506a;border-radius:13px;background:#101c2a;box-shadow:0 16px 42px rgba(0,0,0,.5)}.chatted-reaction-picker[hidden]{display:none!important}.chatted-reaction-picker button{padding:5px!important;font-size:16px!important}.chatted-reaction-picker button:hover{border-color:#38bdf8!important;transform:translateY(-1px)}
.chatted-read-receipt{margin-left:0}

/* Rebuilt standalone signup and login pages. */
html:has(.chatted-entry-body),body.chatted-entry-body{min-height:100%;margin:0;background:#05080d}
.chatted-entry-body{display:flex;min-height:100dvh;flex-direction:column;overflow-x:hidden;background:radial-gradient(circle at 8% 0,rgba(56,189,248,.15),transparent 34rem),radial-gradient(circle at 95% 10%,rgba(187,152,4,.11),transparent 34rem),#05080d;color:#f3f7fb;font-family:Inter,"Segoe UI",Arial,sans-serif}
.chatted-entry-header{position:sticky;z-index:40;top:0;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:74px;padding:calc(11px + var(--chatted-safe-top)) max(18px,calc(4vw + var(--chatted-safe-right))) 11px max(18px,calc(4vw + var(--chatted-safe-left)));border-bottom:1px solid rgba(255,255,255,.09);background:rgba(5,8,13,.92);backdrop-filter:blur(18px)}
.chatted-entry-brand{display:grid;grid-template-columns:auto auto;align-items:center;gap:0 6px;color:#fff;text-decoration:none}.chatted-entry-brand>span{display:grid;place-items:center;padding:5px 7px;border-radius:8px;background:#38bdf8;color:#071019;font-size:18px;font-weight:950}.chatted-entry-brand>strong{font-size:21px;letter-spacing:.04em}.chatted-entry-brand>small{grid-column:1/-1;margin-top:3px;color:#8fa4b8;font-size:9px;letter-spacing:.12em;text-transform:uppercase}
.chatted-entry-header nav,.chatted-entry-footer nav{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.chatted-entry-header nav a,.chatted-entry-footer a{padding:7px 9px;border-radius:8px;color:#c9d7e4;text-decoration:none;font-size:12px}.chatted-entry-header nav a:hover,.chatted-entry-footer a:hover{background:#101c28;color:#fff}.chatted-entry-header .chatted-entry-action{border:1px solid #38bdf8;color:#dff7ff}
.chatted-entry-main{flex:1;width:min(1420px,calc(100% - 32px));margin:0 auto;padding:clamp(28px,5vw,72px) 0}
.chatted-entry-flashes{width:min(760px,100%);margin:0 auto 18px}
.chatted-entry-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.78fr);gap:clamp(30px,6vw,92px);align-items:center;width:min(1280px,100%);min-height:calc(100dvh - 210px);margin:0 auto}
.chatted-entry-story{min-width:0;padding:clamp(4px,2vw,26px)}.chatted-entry-kicker{display:block;margin-bottom:16px;color:#7dd3fc;font-size:10px;font-weight:900;letter-spacing:.17em}.chatted-entry-wordmark{display:flex;align-items:center;gap:8px;font-size:clamp(38px,6vw,72px);font-weight:950;letter-spacing:-.05em}.chatted-entry-wordmark span{display:grid;place-items:center;padding:.12em .18em;border-radius:.18em;background:#38bdf8;color:#071019}.chatted-entry-story h1{max-width:820px;margin:22px 0 16px;color:#fff;font-size:clamp(34px,4.5vw,64px);line-height:1.02;letter-spacing:-.04em}.chatted-entry-story>p{max-width:760px;margin:0;color:#aebfd0;font-size:clamp(15px,1.45vw,19px);line-height:1.7}
.chatted-entry-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}.chatted-entry-benefits.compact{grid-template-columns:1fr}.chatted-entry-benefits>div{display:grid;gap:4px;padding:14px 15px;border:1px solid rgba(56,189,248,.15);border-radius:13px;background:rgba(11,19,30,.72)}.chatted-entry-benefits b{color:#f4c84a;font-size:12px}.chatted-entry-benefits span{color:#a7b8c9;font-size:11px;line-height:1.5}.chatted-inline-brand{white-space:nowrap;color:#fff}.chatted-inline-brand i{display:inline-grid;place-items:center;margin-right:2px;padding:2px 4px;border-radius:4px;background:#bb9804;color:#080b11;font-style:normal;font-weight:950}
.chatted-entry-card{display:grid;gap:18px;min-width:0;width:100%;box-sizing:border-box;padding:clamp(24px,4vw,44px);border:1px solid rgba(56,189,248,.22);border-radius:24px;background:linear-gradient(150deg,rgba(17,27,41,.98),rgba(7,12,20,.99));box-shadow:0 30px 90px rgba(0,0,0,.44)}.chatted-entry-card header>span{color:#7dd3fc;font-size:9px;font-weight:900;letter-spacing:.15em}.chatted-entry-card h2{margin:6px 0;color:#fff;font-size:30px}.chatted-entry-card header p{margin:0;color:#94a7ba;line-height:1.5}.chatted-entry-fields{display:grid;gap:15px}.chatted-entry-fields.two-column{grid-template-columns:1fr 1fr}.chatted-entry-fields .wide{grid-column:1/-1}.chatted-entry-card label{display:grid;min-width:0;gap:7px;color:#edf5fb;font-size:12px;font-weight:800}.chatted-entry-card label small{color:#8396aa;font-size:10px;font-weight:400;line-height:1.4}.chatted-entry-card input{width:100%;min-width:0;box-sizing:border-box;padding:13px 14px;border:1px solid #33475d;border-radius:11px;background:#07111b;color:#fff;font:inherit;outline:0}.chatted-entry-card input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.13)}.chatted-entry-username{display:flex;min-width:0;overflow:hidden;border:1px solid #33475d;border-radius:11px;background:#07111b}.chatted-entry-username:focus-within{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.13)}.chatted-entry-username b{display:grid;place-items:center;flex:0 0 44px;background:#102033;color:#7dd3fc}.chatted-entry-username input{border:0;border-radius:0;box-shadow:none!important}.chatted-entry-privacy{padding:14px 15px;border:1px solid rgba(187,152,4,.32);border-radius:12px;background:rgba(187,152,4,.07)}.chatted-entry-privacy strong{color:#f4c84a}.chatted-entry-privacy p{margin:4px 0 0;color:#aab9c8;font-size:11px;line-height:1.5}.chatted-entry-submit{min-height:48px;border:0;border-radius:11px;background:linear-gradient(135deg,#38bdf8,#199bd0);color:#06101a;font-weight:950;cursor:pointer}.chatted-entry-submit:hover{filter:brightness(1.08)}.chatted-entry-switch,.chatted-entry-legal{margin:0;text-align:center;color:#92a4b7;font-size:11px;line-height:1.55}.chatted-entry-switch a,.chatted-entry-legal a{color:#7dd3fc}.chatted-login-card{max-width:520px;justify-self:end}
.chatted-entry-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px max(18px,4vw) calc(18px + var(--chatted-safe-bottom));border-top:1px solid rgba(255,255,255,.08);background:#03060a;color:#7f91a5;font-size:11px}

@media(max-width:980px){
  .chatted-entry-layout{grid-template-columns:1fr;gap:24px;min-height:auto}.chatted-entry-story{padding:0}.chatted-entry-story h1{font-size:clamp(34px,8vw,52px)}.chatted-login-card{max-width:none;justify-self:stretch}.chatted-entry-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:840px){
  .chatted-app{display:block;height:100dvh;min-height:0}
  .chatted-sidebar,.chatted-main{position:absolute;inset:0;width:100%;height:100%;transition:transform .22s ease,opacity .22s ease}
  .chatted-sidebar{z-index:20;transform:translateX(0);border-right:0}.chatted-main{z-index:10;transform:translateX(100%);opacity:.75}
  .chatted-app.is-room-open .chatted-sidebar{transform:translateX(-100%);opacity:.8}.chatted-app.is-room-open .chatted-main{transform:translateX(0);opacity:1}
  .chatted-product-head p,.chatted-self-card>div,.chatted-search label,.chatted-create-group,.chatted-conversation-copy,.chatted-senior-tools span{display:initial}
  .chatted-product-logo{font-size:24px}.chatted-product-logo span{font-size:inherit}.chatted-self-card{grid-template-columns:auto minmax(0,1fr) auto;justify-items:stretch}.chatted-icon-button{display:grid!important}.chatted-search{padding:13px 15px}.chatted-search input{font-size:inherit;padding:11px 12px}.chatted-search input::placeholder{font-size:inherit}.chatted-search-results{position:absolute;left:15px;right:15px;top:77px}.chatted-conversation-item{position:relative;grid-template-columns:auto minmax(0,1fr) auto;justify-items:stretch;padding:10px}.chatted-conversation-state{position:static;margin:0}.chatted-senior-tools{padding:12px 16px}.chatted-senior-tools a{font-size:11px}.chatted-senior-tools a:before{content:none}
  .chatted-mobile-close{display:none}.chatted-mobile-chats{display:inline-flex;align-items:center;gap:4px;min-width:auto;padding:6px 8px;border:1px solid #2b465e;border-radius:9px;background:#0c1a28;color:#dff6ff;font-size:11px;font-weight:900;cursor:pointer}.chatted-mobile-chats span:first-child{font-size:20px;line-height:.7}.chatted-mobile-chats.welcome{margin-bottom:20px}
  .chatted-room-head{grid-template-columns:auto minmax(0,1fr);align-items:center;padding:calc(8px + var(--chatted-safe-top)) 10px 8px}.chatted-room-identity{min-width:0}.chatted-room-actions{display:none}.chatted-participant-strip{grid-column:1/-1;padding-left:0;overflow-x:auto}.chatted-room-identity h1{font-size:15px}.chatted-room-identity p{max-width:calc(100vw - 120px)}
  .chatted-message-feed{padding:12px 8px}.chatted-message-body{max-width:calc(100vw - 72px)}.chatted-composer{padding:8px max(8px,var(--chatted-safe-right)) calc(8px + var(--chatted-safe-bottom)) max(8px,var(--chatted-safe-left))}.chatted-report-list{display:none}
}
@media(max-width:620px){
  .chatted-entry-header{align-items:flex-start;flex-direction:column;gap:10px}.chatted-entry-header nav{width:100%;justify-content:space-between}.chatted-entry-main{width:calc(100% - 20px);padding:22px 0}.chatted-entry-layout{gap:20px}.chatted-entry-wordmark{font-size:38px}.chatted-entry-story h1{margin-top:17px;font-size:34px}.chatted-entry-story>p{font-size:14px}.chatted-entry-benefits,.chatted-entry-fields.two-column{grid-template-columns:1fr}.chatted-entry-fields .wide{grid-column:auto}.chatted-entry-benefits>div:nth-child(n+4){display:none}.chatted-entry-card{padding:20px;border-radius:17px}.chatted-entry-card h2{font-size:26px}.chatted-entry-footer{align-items:flex-start;flex-direction:column}.chatted-message>.chatted-avatar{width:29px;height:29px;--avatar-radius:9px}.chatted-message-body{max-width:calc(100vw - 64px);padding:8px}.chatted-reactions{width:100%}.chatted-reaction-picker{position:fixed;left:50%;bottom:calc(76px + var(--chatted-safe-bottom));transform:translateX(-50%);max-width:calc(100vw - 24px)}
}
@media(prefers-reduced-motion:reduce){.chatted-sidebar,.chatted-main{transition:none}.chatted-reaction-picker button:hover{transform:none}}


/* C!HATTED! 9.15.2 mobile drawer and internal navigation corrections. */
.chatted-internal-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:calc(8px + var(--chatted-safe-top)) max(12px,var(--chatted-safe-right)) 8px max(12px,var(--chatted-safe-left));border-bottom:1px solid var(--chat-line);background:#071019;color:#fff}
.chatted-internal-topbar a{color:#dff6ff;text-decoration:none;font-weight:850}.chatted-internal-topbar .chatted-back-link{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #2b465e;border-radius:9px;background:#0c1a28}.chatted-internal-topbar form{margin:0}.chatted-internal-topbar button{padding:7px 10px;border:1px solid #2b4055;border-radius:9px;background:#0d1b29;color:#d8e5ee;font-weight:800}
.chatted-internal-page{box-sizing:border-box;width:min(1500px,calc(100% - 24px));margin:14px auto calc(28px + var(--chatted-safe-bottom));min-width:0}
.chatted-standalone-shell.chatted-internal-page{height:calc(100dvh - 58px - var(--chatted-safe-top));max-height:calc(100dvh - 58px - var(--chatted-safe-top));overflow:auto!important}
@media(max-width:840px){
  html:has(.chatted-standalone-body),body.chatted-standalone-body,.chatted-standalone-shell,.chatted-app{height:100dvh!important;min-height:100svh!important;max-height:100dvh!important}
  .chatted-sidebar,.chatted-main{inset:0!important;top:0!important;bottom:0!important;height:100dvh!important;max-height:100dvh!important}
  .chatted-sidebar{overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-top:max(var(--chatted-safe-top),0px)!important;padding-bottom:max(var(--chatted-safe-bottom),0px)!important}
  .chatted-conversation-list{flex:0 0 auto!important;overflow:visible!important;min-height:0!important}
  .chatted-sidebar-tools,.chatted-senior-tools,.chatted-standalone-logout{flex:0 0 auto}
  .chatted-product-head{padding-top:14px!important}
  .chatted-internal-topbar{position:sticky;top:0;z-index:100}.chatted-internal-page{width:calc(100% - 16px);margin-top:8px}
}


/* C!HATTED! 9.15.2 — private per-user themes and collapsed account controls. */
.chatted-app{background:var(--chat-theme-bg,#071019);--chat-line:var(--chat-theme-line,#243447);--chat-muted:var(--chat-theme-muted,#93a4b8)}
.chatted-sidebar{background:linear-gradient(180deg,var(--chat-theme-sidebar,#0a1420),var(--chat-theme-bg,#071019));border-color:var(--chat-theme-line,#243447)}
.chatted-main{background:radial-gradient(circle at 85% 0,color-mix(in srgb,var(--chat-cyan) 8%,transparent),transparent 32%),var(--chat-theme-main,#0b111a)}
.chatted-product-logo span,.chatted-welcome-logo span,.chatted-conversation-state i{background:var(--chat-cyan)!important;color:var(--chat-accent-text,#071019)!important}
.chatted-message-body{background:var(--chat-theme-incoming,#121e2b);border-color:var(--chat-theme-line,#26384b)}
.chatted-message.mine .chatted-message-body{background:linear-gradient(135deg,color-mix(in srgb,var(--chat-theme-outgoing,#12364a) 88%,white 12%),var(--chat-theme-outgoing,#12364a));border-color:color-mix(in srgb,var(--chat-theme-outgoing,#12364a) 70%,white 30%);color:var(--chat-theme-outgoing-text,#fff)}
.chatted-message.mine .chatted-message-text,.chatted-message.mine .chatted-message-body>header strong{color:var(--chat-theme-outgoing-text,#fff)}
.chatted-conversation-item.active{background:linear-gradient(90deg,color-mix(in srgb,var(--chat-cyan) 18%,transparent),color-mix(in srgb,var(--chat-theme-outgoing,#12364a) 14%,transparent));border-color:color-mix(in srgb,var(--chat-cyan) 42%,transparent)}
.chatted-composer textarea,.chatted-search input,.chatted-create-group input,.chatted-create-group textarea{border-color:var(--chat-theme-line,#243447);background:color-mix(in srgb,var(--chat-theme-main,#0b111a) 84%,black 16%)}

.chatted-control-drawer{flex:0 0 auto;border-top:1px solid var(--chat-theme-line,var(--chat-line));background:color-mix(in srgb,var(--chat-theme-sidebar,#0a1420) 94%,black 6%)}
.chatted-control-drawer>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 15px;cursor:pointer;list-style:none;color:#e7f0f7;font-size:11px;font-weight:900}
.chatted-control-drawer>summary::-webkit-details-marker{display:none}.chatted-control-drawer>summary:after{content:'＋';color:var(--chat-cyan);font-size:16px}.chatted-control-drawer[open]>summary:after{content:'−'}
.chatted-control-drawer>summary small{color:var(--chat-muted);font-size:9px;font-weight:700}.chatted-control-drawer-body{display:grid;max-height:min(55dvh,560px);overflow:auto;overscroll-behavior:contain;border-top:1px solid var(--chat-theme-line,var(--chat-line))}
.chatted-control-drawer .chatted-sidebar-tools,.chatted-control-drawer .chatted-senior-tools{border-top:1px solid color-mix(in srgb,var(--chat-theme-line,#243447) 78%,transparent);background:transparent}
.chatted-theme-form{display:grid;gap:9px;padding:13px 14px;background:color-mix(in srgb,var(--chat-theme-main,#0b111a) 86%,black 14%)}
.chatted-theme-form header{display:grid;gap:2px}.chatted-theme-form header strong{font-size:11px;color:#fff}.chatted-theme-form header small,.chatted-theme-form>small{font-size:9px;line-height:1.4;color:var(--chat-muted)}
.chatted-theme-form label{display:grid;gap:4px;color:#c9d8e3;font-size:10px;font-weight:800}.chatted-theme-form select{width:100%;min-height:34px;padding:6px 8px;border:1px solid var(--chat-theme-line,#243447);border-radius:8px;background:var(--chat-theme-main,#0b111a);color:#fff}
.chatted-theme-colors{display:grid;grid-template-columns:1fr 1fr;gap:9px}.chatted-theme-colors input[type=color]{width:100%;height:36px;margin-top:4px;padding:2px;border:1px solid var(--chat-theme-line,#243447);border-radius:8px;background:transparent;cursor:pointer}
.chatted-theme-preview{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:9px;border:1px solid var(--chat-theme-line,#243447);border-radius:10px;background:var(--chat-theme-main,#0b111a)}
.chatted-theme-preview span,.chatted-theme-preview strong{display:block;padding:8px 9px;border-radius:9px;font-size:10px;line-height:1.3}.chatted-theme-preview span{background:var(--chat-theme-incoming,#121e2b);color:#edf5fb}.chatted-theme-preview strong{background:var(--chat-theme-outgoing,#12364a);color:var(--chat-theme-outgoing-text,#fff);text-align:right}
.chatted-theme-form button{min-height:34px;border:1px solid color-mix(in srgb,var(--chat-cyan) 60%,white 10%);border-radius:8px;background:var(--chat-cyan);color:var(--chat-accent-text,#071019);font-size:10px;font-weight:950;cursor:pointer}
.chatted-theme-settings{align-content:start}.chatted-theme-private-note{margin:0;color:#65758a;font-size:12px;line-height:1.5}.chatted-settings-page .chatted-theme-preview,.chatted-setup-public .chatted-theme-preview{background:#0b111a}.chatted-settings-page .chatted-theme-colors label,.chatted-setup-public .chatted-theme-colors label{min-width:0}
@media(min-width:901px){.chatted-settings-grid .chatted-theme-settings{grid-column:1/-1}.chatted-settings-grid .chatted-theme-settings .chatted-theme-colors{max-width:520px}}
@media(max-width:900px){.chatted-control-drawer-body{max-height:none;overflow:visible}.chatted-control-drawer>summary{position:sticky;top:0;z-index:2;background:var(--chat-theme-sidebar,#0a1420)}.chatted-theme-colors{grid-template-columns:1fr 1fr}}
@media(max-width:420px){.chatted-theme-colors{grid-template-columns:1fr}.chatted-control-drawer>summary{align-items:flex-start;flex-direction:column}.chatted-control-drawer>summary:after{position:absolute;right:15px}}

/* C!HATTED! 9.15.5 — true-top viewport shell, separate chat scrolling, install controls, independent colors, and bottom-sheet controls. */
html:has(.chatted-standalone-body),body.chatted-standalone-body,
html:has(.chatted-entry-body),body.chatted-entry-body{margin:0!important;padding:0!important;inset:0!important;max-width:none!important}
body.chatted-standalone-body{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;overflow:hidden!important}
.chatted-standalone-shell{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;margin:0!important;padding:0!important}
.chatted-app{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;border:0!important;margin:0!important}
.chatted-sidebar{display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;min-height:0!important;height:100%!important;padding:0!important;overflow:hidden!important}
.chatted-main{height:100%!important;min-height:0!important;padding:0!important;overflow:hidden!important}
.chatted-sidebar-fixed{position:relative;z-index:4;min-width:0;background:var(--chat-theme-sidebar,#0a1420);border-bottom:1px solid var(--chat-theme-line,#243447)}
.chatted-product-head{min-height:58px;padding:calc(10px + var(--chatted-safe-top)) max(14px,var(--chatted-safe-right)) 10px max(14px,var(--chatted-safe-left));align-items:center!important;border-bottom:1px solid var(--chat-theme-line,#243447)}
.chatted-product-head .chatted-product-logo{min-width:0}
.chatted-product-head .chatted-product-logo span{font-size:.8em}
.chatted-sidebar-install{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:6px 9px;border:1px solid color-mix(in srgb,var(--chat-cyan) 55%,transparent);border-radius:9px;background:color-mix(in srgb,var(--chat-cyan) 13%,transparent);color:#e8f8ff;font-size:10px;font-weight:900;cursor:pointer}
.chatted-sidebar-install[hidden]{display:none!important}.chatted-sidebar-install span{color:var(--chat-cyan);font-size:15px}
.chatted-self-card{padding:11px 14px}.chatted-search{padding:10px 14px 12px}.chatted-search-results{top:70px}
.chatted-sidebar-scroll{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:var(--chat-theme-bg,#071019)}
.chatted-company-directory,.chatted-create-group{flex:0 0 auto}.chatted-company-directory{max-height:min(34dvh,320px);overflow:auto}.chatted-company-directory[open] .chatted-directory-list{max-height:min(27dvh,250px);overflow:auto}
.chatted-create-group[open] form{max-height:min(34dvh,340px);overflow:auto}
.chatted-conversation-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:0 0 auto;padding:9px 15px 6px;color:#dce9f3;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.chatted-conversation-heading small{display:grid;place-items:center;min-width:22px;height:20px;border-radius:999px;background:#101e2e;color:var(--chat-muted);font-size:9px}
.chatted-conversation-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 8px 12px!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}
.chatted-sidebar-footer{position:relative;z-index:60;flex:0 0 auto;padding-bottom:46px;background:var(--chat-theme-sidebar,#0a1420);border-top:1px solid var(--chat-theme-line,#243447)}
.chatted-standalone-logout{margin:0!important;padding:8px 12px!important;border:0!important;background:transparent!important}.chatted-standalone-logout button{min-height:36px}

/* Bottom sheet: closed as one compact +/− bar, open to one-half viewport and independently scrollable. */
.chatted-control-drawer{position:fixed!important;z-index:500;left:0;bottom:0;width:min(370px,100vw);height:auto;max-height:none!important;margin:0!important;border:1px solid var(--chat-theme-line,#243447);border-width:1px 1px 0 0;border-radius:0 16px 0 0;background:var(--chat-theme-sidebar,#0a1420);box-shadow:0 -12px 42px rgba(0,0,0,.38);overflow:hidden}
.chatted-control-drawer[open]{height:min(50dvh,560px);display:flex;flex-direction:column;box-shadow:0 -24px 70px rgba(0,0,0,.72)}
.chatted-control-drawer>summary{position:relative!important;top:auto!important;flex:0 0 auto;min-height:46px;padding:11px 46px 11px 15px!important;background:var(--chat-theme-sidebar,#0a1420)!important;border:0!important}
.chatted-control-drawer>summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatted-control-drawer>summary:after{position:absolute;right:16px;top:50%;transform:translateY(-50%)}
.chatted-control-drawer-body{display:grid!important;flex:1 1 auto;min-height:0;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-top:1px solid var(--chat-theme-line,#243447)}
.chatted-control-drawer:not([open]) .chatted-control-drawer-body{display:none!important}
.chatted-theme-colors.three{grid-template-columns:repeat(3,minmax(0,1fr))}.chatted-theme-colors.three label{min-width:0}
.chatted-theme-preview span{background:var(--chat-theme-incoming,#121e2b);color:var(--chat-theme-incoming-text,#fff)}
.chatted-message:not(.mine) .chatted-message-text,.chatted-message:not(.mine) .chatted-message-body>header strong{color:var(--chat-theme-incoming-text,#fff)}

/* C!HATTED! public account menu stays at the true top and works like the fixed suite navigation. */
:root{--chatted-entry-header-height:76px}
body.chatted-entry-body{min-height:100dvh!important;padding:0!important;overflow-x:hidden!important}
.chatted-entry-header{position:fixed!important;inset:0 0 auto 0!important;top:0!important;z-index:900!important;box-sizing:border-box;width:100%;height:var(--chatted-entry-header-height);min-height:var(--chatted-entry-header-height)!important;margin:0!important;padding:calc(8px + var(--chatted-safe-top)) max(18px,calc(4vw + var(--chatted-safe-right))) 8px max(18px,calc(4vw + var(--chatted-safe-left)))!important}
.chatted-entry-main{box-sizing:border-box;flex:1;width:min(1420px,calc(100% - 32px));margin:0 auto!important;padding:calc(var(--chatted-entry-header-height) + 28px) 0 34px!important}
.chatted-entry-menu-toggle{display:none;align-items:center;gap:7px;min-height:38px;padding:7px 10px;border:1px solid #2b465e;border-radius:9px;background:#0c1a28;color:#dff6ff;font-weight:900;cursor:pointer}
.chatted-entry-install,.chatted-entry-install-card{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #38bdf8;border-radius:9px;background:rgba(56,189,248,.11);color:#e0f7ff;font:inherit;font-weight:900;cursor:pointer}.chatted-entry-install{min-height:34px;padding:7px 10px;font-size:11px}.chatted-entry-install-card{width:100%;min-height:44px;padding:10px 14px}.chatted-entry-install[hidden],.chatted-entry-install-card[hidden]{display:none!important}
.chatted-entry-install:hover,.chatted-entry-install-card:hover{background:rgba(56,189,248,.2)}

/* Internal C!HATTED! pages also begin at viewport coordinate zero. */
.chatted-internal-topbar{position:fixed!important;inset:0 0 auto 0!important;top:0!important;z-index:900!important;box-sizing:border-box;width:100%;height:calc(58px + var(--chatted-safe-top));margin:0!important}
.chatted-standalone-shell.chatted-internal-page{position:fixed!important;inset:calc(58px + var(--chatted-safe-top)) 0 0!important;width:100%!important;height:auto!important;max-height:none!important;margin:0!important;padding:12px!important;overflow:auto!important}

@media(max-width:840px){
  .chatted-app,.chatted-sidebar,.chatted-main{height:100dvh!important;min-height:0!important;max-height:100dvh!important;top:0!important;bottom:0!important}
  .chatted-sidebar{overflow:hidden!important;padding:0!important}
  .chatted-main{padding:0!important}
  .chatted-conversation-list{flex:1 1 auto!important;overflow-y:auto!important;min-height:0!important}
  .chatted-control-drawer{width:100vw;border-width:1px 0 0;border-radius:16px 16px 0 0}
  .chatted-control-drawer[open]{height:50dvh;max-height:50dvh!important}
  .chatted-room-head{padding-top:calc(8px + var(--chatted-safe-top))!important}
}
@media(max-width:720px){
  :root{--chatted-entry-header-height:66px}
  .chatted-entry-header{display:flex!important;align-items:center!important;flex-direction:row!important;gap:10px!important}
  .chatted-entry-brand small{display:none}.chatted-entry-brand>strong{font-size:18px}.chatted-entry-brand>span{font-size:16px}
  .chatted-entry-menu-toggle{display:inline-flex;margin-left:auto}
  .chatted-entry-header nav{position:fixed;z-index:920;top:calc(var(--chatted-entry-header-height) + var(--chatted-safe-top));right:10px;left:10px;display:none!important;align-items:stretch!important;flex-direction:column!important;gap:5px!important;padding:10px;border:1px solid #2a4055;border-radius:13px;background:#09131f;box-shadow:0 20px 55px rgba(0,0,0,.62)}
  .chatted-entry-header nav.is-open{display:flex!important}.chatted-entry-header nav a,.chatted-entry-header nav button{width:100%;box-sizing:border-box;justify-content:flex-start;text-align:left}
  .chatted-entry-main{width:calc(100% - 20px)!important;padding-top:calc(var(--chatted-entry-header-height) + 20px)!important}
  .chatted-entry-layout{min-height:0!important;margin:0!important}.chatted-entry-story{padding-top:0!important}
  .chatted-theme-colors.three{grid-template-columns:1fr}
}
@media(display-mode:standalone){[data-chatted-install]{display:none!important}}


/* C!HATTED! 9.15.5 — drawer-contained sign out and browser-safe administrative scrolling. */
.chatted-control-drawer[open]{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important}
.chatted-control-drawer-body{display:block!important;min-height:0!important;max-height:100%!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;touch-action:pan-y;align-content:start}
.chatted-control-drawer:not([open]) .chatted-control-drawer-body{display:none!important}
.chatted-control-drawer-logout{box-sizing:border-box;margin:8px 12px max(12px,var(--chatted-safe-bottom))!important;padding:10px 0 0!important;border-top:1px solid color-mix(in srgb,var(--chat-theme-line,#243447) 78%,transparent)!important;background:transparent!important}
.chatted-control-drawer-logout button{width:100%;min-height:40px}
@media(max-width:840px){.chatted-control-drawer[open]{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important}.chatted-control-drawer-body{min-height:0!important;max-height:100%!important;overflow-y:auto!important}}

/* C!HATTED! 9.15.5 — compact media, device notifications, clipboard media, and WebRTC call surfaces. */
body.chatted-overlay-open,body.chatted-call-active{overflow:hidden!important}
.chatted-media-thumb{position:relative;display:grid;place-items:center;width:min(100%,260px);max-width:260px;min-height:112px;aspect-ratio:4/3;padding:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--chat-theme-line,#243447) 82%,transparent);border-radius:13px;background:#050b12;color:#fff;cursor:zoom-in;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.chatted-media-thumb img,.chatted-media-thumb video{display:block;width:100%;height:100%;max-height:190px;object-fit:cover;background:#02060a}
.chatted-media-thumb span{position:absolute;right:7px;bottom:7px;left:7px;padding:6px 8px;border-radius:8px;background:rgba(2,8,15,.78);color:#fff;font-size:10px;font-weight:900;letter-spacing:.02em;text-align:center;backdrop-filter:blur(6px)}
.chatted-media-thumb:hover,.chatted-media-thumb:focus-visible{border-color:var(--chat-theme-accent,var(--chat-cyan));transform:translateY(-1px)}
.chatted-audio-attachment{display:grid;gap:7px;width:min(100%,390px);padding:10px;border:1px solid var(--chat-theme-line,#243447);border-radius:12px;background:color-mix(in srgb,var(--chat-theme-incoming,#121e2b) 78%,#050b12)}
.chatted-audio-attachment audio{width:100%;height:38px}.chatted-audio-attachment a{justify-self:end;font-size:10px;font-weight:900}
.chatted-media-viewer,.chatted-call-incoming,.chatted-call-stage{position:fixed;inset:0;z-index:1500;box-sizing:border-box}
.chatted-media-viewer[hidden],.chatted-call-incoming[hidden],.chatted-call-stage[hidden]{display:none!important}
.chatted-overlay-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(0,0,0,.82);cursor:default}
.chatted-media-viewer{display:grid;place-items:center;padding:max(14px,var(--chatted-safe-top)) max(14px,var(--chatted-safe-right)) max(14px,var(--chatted-safe-bottom)) max(14px,var(--chatted-safe-left))}
.chatted-media-viewer-card{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(1080px,96vw);height:min(880px,94dvh);overflow:hidden;border:1px solid #30445a;border-radius:17px;background:#071019;box-shadow:0 30px 100px rgba(0,0,0,.72)}
.chatted-media-viewer-card>header,.chatted-media-viewer-card>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;background:#0a1623}
.chatted-media-viewer-card>header{border-bottom:1px solid #26394d}.chatted-media-viewer-card>footer{justify-content:flex-end;border-top:1px solid #26394d}
.chatted-media-viewer-card>header strong{min-width:0;overflow:hidden;color:#f1f7fb;text-overflow:ellipsis;white-space:nowrap}.chatted-media-viewer-card>header button{display:grid;place-items:center;width:36px;height:36px;padding:0;border-radius:999px;background:#172638;color:#fff;font-size:24px}
.chatted-media-viewer-content{display:grid;place-items:center;min-height:0;padding:14px;overflow:auto;background:#02070c}
.chatted-media-viewer-content img,.chatted-media-viewer-content video{display:block;max-width:100%;max-height:calc(94dvh - 136px);object-fit:contain;border-radius:8px;background:#000}
.chatted-notification-settings{display:grid;gap:8px;margin:0 12px;padding:13px 0;border-top:1px solid var(--chat-theme-line,#243447)}
.chatted-notification-settings header{display:grid;gap:2px}.chatted-notification-settings header strong{color:#f0f7fb}.chatted-notification-settings header small,.chatted-notification-settings>small{color:var(--chat-theme-muted,var(--chat-muted));line-height:1.4}
.chatted-notification-settings button{width:100%;min-height:38px}
.chatted-call-incoming{display:grid;place-items:center;padding:18px;background:rgba(0,5,10,.78);backdrop-filter:blur(10px)}
.chatted-call-incoming-card{display:grid;justify-items:center;gap:11px;width:min(390px,calc(100vw - 28px));padding:26px;border:1px solid #34506a;border-radius:20px;background:#091522;color:#fff;text-align:center;box-shadow:0 30px 90px rgba(0,0,0,.62)}
.chatted-call-incoming-card p{margin:0;color:#b9c8d5}.chatted-call-incoming-card>div{display:flex;gap:10px;width:100%}.chatted-call-incoming-card>div button{flex:1}
.chatted-call-pulse{display:grid;place-items:center;width:76px;height:76px;border:2px solid var(--chat-theme-accent,var(--chat-cyan));border-radius:50%;background:color-mix(in srgb,var(--chat-theme-accent,var(--chat-cyan)) 15%,#071019);color:var(--chat-theme-accent,var(--chat-cyan));font-size:28px;font-weight:1000;animation:chattedCallPulse 1.4s ease-in-out infinite}
@keyframes chattedCallPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 color-mix(in srgb,var(--chat-theme-accent,var(--chat-cyan)) 42%,transparent)}50%{transform:scale(1.04);box-shadow:0 0 0 18px transparent}}
.chatted-call-stage{display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:max(10px,var(--chatted-safe-top)) max(10px,var(--chatted-safe-right)) max(10px,var(--chatted-safe-bottom)) max(10px,var(--chatted-safe-left));background:rgba(1,5,9,.97);color:#fff}
.chatted-call-stage>header,.chatted-call-stage>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #26394d;background:#091522}
.chatted-call-stage>header{border-radius:14px 14px 0 0}.chatted-call-stage>header>div{display:grid;gap:2px}.chatted-call-stage>header small{color:#9cb0c1}.chatted-call-stage>header button{width:38px;height:34px;padding:0}.chatted-call-stage>footer{justify-content:center;flex-wrap:wrap;border-radius:0 0 14px 14px}
.chatted-call-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));grid-auto-rows:minmax(220px,1fr);gap:10px;min-height:0;padding:10px;overflow:auto;border-right:1px solid #26394d;border-left:1px solid #26394d;background:#02070c}
.chatted-call-tile{position:relative;display:grid;place-items:center;min-height:220px;overflow:hidden;border:1px solid #26394d;border-radius:13px;background:#0b1622}
.chatted-call-tile video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#03070b}.chatted-call-tile.local video{transform:scaleX(-1)}
.chatted-call-tile>span{position:absolute;right:8px;bottom:8px;left:8px;padding:6px 8px;border-radius:8px;background:rgba(0,0,0,.7);font-size:11px;font-weight:900;text-align:center}
.chatted-call-avatar{display:grid;place-items:center;width:92px;height:92px;border:2px solid var(--chat-theme-accent,var(--chat-cyan));border-radius:50%;background:#101f2e;color:var(--chat-theme-accent,var(--chat-cyan));font-size:18px;font-weight:1000}
.chatted-call-stage.minimized{inset:auto max(10px,var(--chatted-safe-right)) max(10px,var(--chatted-safe-bottom)) auto;width:min(390px,calc(100vw - 20px));height:auto;max-height:none;padding:0;border:1px solid #31485e;border-radius:15px;box-shadow:0 24px 65px rgba(0,0,0,.68)}
.chatted-call-stage.minimized .chatted-call-grid{display:none}.chatted-call-stage.minimized>header{border:0;border-radius:14px 14px 0 0}.chatted-call-stage.minimized>footer{border-width:1px 0 0;border-radius:0 0 14px 14px;padding:8px}.chatted-call-stage.minimized>footer button{min-height:34px;padding:7px 10px;font-size:10px}
.chatted-call-start{white-space:nowrap}
@media(max-width:840px){
  .chatted-room-actions{display:flex!important;margin-left:auto}.chatted-room-actions>:not(.chatted-call-start){display:none!important}.chatted-call-start{padding:7px 8px!important;font-size:10px!important}
  .chatted-media-thumb{width:min(100%,220px);max-width:220px;min-height:96px}.chatted-media-thumb img,.chatted-media-thumb video{max-height:165px}
  .chatted-media-viewer-card{width:100%;height:min(92dvh,820px)}.chatted-media-viewer-card>footer{display:grid;grid-template-columns:1fr 1fr}.chatted-media-viewer-card>footer>*{width:100%;box-sizing:border-box}
  .chatted-call-grid{grid-template-columns:1fr;grid-auto-rows:minmax(190px,1fr)}.chatted-call-stage>footer button{flex:1;min-width:90px}
}
@media(max-width:520px){
  .chatted-room-head{grid-template-columns:auto minmax(0,1fr) auto!important}.chatted-room-actions{gap:4px!important}.chatted-call-start{min-width:0;padding:6px!important}.chatted-call-start[title*="audio"]{font-size:0!important}.chatted-call-start[title*="audio"]::after{content:'☎';font-size:18px}.chatted-call-start[title*="video"]{font-size:0!important}.chatted-call-start[title*="video"]::after{content:'▣';font-size:18px}
  .chatted-media-viewer{padding:max(5px,var(--chatted-safe-top)) max(5px,var(--chatted-safe-right)) max(5px,var(--chatted-safe-bottom)) max(5px,var(--chatted-safe-left))}.chatted-media-viewer-card{height:calc(100dvh - 10px);border-radius:12px}.chatted-media-viewer-content{padding:6px}.chatted-media-viewer-content img,.chatted-media-viewer-content video{max-height:calc(100dvh - 132px)}
  .chatted-call-stage{padding:max(4px,var(--chatted-safe-top)) max(4px,var(--chatted-safe-right)) max(4px,var(--chatted-safe-bottom)) max(4px,var(--chatted-safe-left))}.chatted-call-grid{padding:5px;gap:5px}.chatted-call-tile{min-height:175px}.chatted-call-stage>footer{gap:6px;padding:7px}.chatted-call-stage>footer button{min-width:76px;padding:8px;font-size:10px}
}


/* B!RANDED! 9.15.7 consent-based monitored support and call ringing */
.chatted-monitoring-panel{margin:0 18px 10px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--chat-accent,#38bdf8) 48%,#f59e0b);border-radius:16px;background:color-mix(in srgb,var(--chat-panel,#101926) 88%,#f59e0b 12%);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;box-shadow:0 12px 34px rgba(0,0,0,.2)}
.chatted-monitoring-panel.active{border-color:#f59e0b;background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(239,68,68,.08)),var(--chat-panel,#101926)}
.chatted-monitoring-copy>strong{display:block;font-size:.82rem;letter-spacing:.09em;text-transform:uppercase;color:#fbbf24}.chatted-monitoring-copy p{margin:5px 0 0;max-width:850px;font-size:.84rem;line-height:1.45}.chatted-monitoring-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.chatted-monitoring-consents{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.chatted-monitoring-consents span{padding:4px 8px;border-radius:999px;background:rgba(148,163,184,.14);font-size:.72rem}.chatted-monitoring-consents span.accepted{color:#86efac}.chatted-monitoring-consents span.pending{color:#fde68a}.chatted-live-drafts{grid-column:1/-1;display:grid;gap:8px;padding-top:10px;border-top:1px solid rgba(148,163,184,.18)}.chatted-live-draft{padding:10px 12px;border-radius:12px;background:rgba(0,0,0,.22)}.chatted-live-draft header{display:flex;justify-content:space-between;gap:10px;font-size:.76rem;color:#94a3b8}.chatted-live-draft pre{margin:7px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;line-height:1.45}.chatted-private-indicator{margin-right:8px;padding:3px 7px;border-radius:999px;background:rgba(245,158,11,.18);color:#fbbf24;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.chatted-typing-indicator.god-admin-only{border-top:1px solid rgba(245,158,11,.15)}
.chatted-call-incoming.ringing .chatted-call-incoming-card,.chatted-call-stage.ringing{animation:chattedRingGlow 1.35s ease-in-out infinite}@keyframes chattedRingGlow{0%,100%{box-shadow:0 18px 80px rgba(0,0,0,.5)}50%{box-shadow:0 18px 90px rgba(56,189,248,.35)}}
.linked-comment-moderation{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.linked-comment-moderation form{margin:0}.linked-comment-moderation button{padding:7px 10px;font-size:.75rem}.linked-manager-note{margin:.45rem 0;color:var(--linked-muted,#64748b)}.linked-inline-admin{display:inline-flex;margin-top:.25rem;font-weight:800}
@media(max-width:720px){.chatted-monitoring-panel{margin:0 10px 8px;grid-template-columns:1fr}.chatted-monitoring-actions{justify-content:flex-start}.chatted-live-drafts{grid-column:1}}


/* BRANDED 9.16.0 — fast receiver activity, visible notifications, and shared typing status */
.chatted-conversation-section{display:flex;flex:1 1 auto;min-width:0;min-height:0;overflow:hidden;flex-direction:column}
.chatted-conversation-item.request-pending{border-color:color-mix(in srgb,var(--chat-accent) 70%,#f59e0b);box-shadow:inset 3px 0 0 #f59e0b}
.chatted-request-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .42rem;background:#f59e0b;color:#111827;font-size:.6rem;font-weight:900;letter-spacing:.08em}
.chatted-notification-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.chatted-notification-settings.is-enabled{border-color:color-mix(in srgb,#22c55e 70%,var(--chat-line));box-shadow:0 0 0 1px color-mix(in srgb,#22c55e 25%,transparent)}
.chatted-notification-settings.is-enabled [data-notification-status]{color:#86efac;font-weight:800}
.chatted-alert-stack{position:fixed;z-index:1400;top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));display:grid;gap:.65rem;width:min(360px,calc(100vw - 2rem));pointer-events:none}
.chatted-alert-toast{pointer-events:auto;display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;width:100%;padding:.85rem .9rem;border:1px solid color-mix(in srgb,var(--chat-accent) 62%,var(--chat-line));border-radius:16px;background:color-mix(in srgb,var(--chat-sidebar) 94%,#000);color:var(--chat-text);box-shadow:0 20px 60px rgba(0,0,0,.48);text-align:left;animation:chattedAlertIn .18s ease-out}
.chatted-alert-toast .chatted-alert-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--chat-accent);color:var(--chat-accent-text,#fff);font-weight:1000}
.chatted-alert-toast strong,.chatted-alert-toast span{display:block}.chatted-alert-toast small{display:block;color:var(--chat-muted);margin-top:.15rem;line-height:1.35}
.chatted-alert-toast .chatted-alert-close{border:0;background:transparent;color:var(--chat-muted);font-size:1.25rem;padding:.2rem}
@keyframes chattedAlertIn{from{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:840px){.chatted-alert-stack{top:max(.65rem,env(safe-area-inset-top));right:.65rem;left:.65rem;width:auto}.chatted-alert-toast{border-radius:14px}}


/* B!RANDED! 9.16.0 — mobile gestures, admin monitoring, private labels, search, and restored scrolling */
.chatted-sidebar-scroll{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;touch-action:pan-y}
.chatted-conversation-section{flex:1 1 auto!important;min-height:140px!important;overflow:hidden!important}
.chatted-conversation-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important}
.chatted-chat-search{flex:0 0 auto;padding:10px 12px;border-top:1px solid var(--chat-line);border-bottom:1px solid var(--chat-line);background:color-mix(in srgb,var(--chat-theme-sidebar,#0a1420) 94%,#000)}
.chatted-chat-search label{display:block;margin-bottom:5px;color:var(--chat-muted);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.chatted-chat-search-row{display:flex;gap:7px}.chatted-chat-search-row input{min-width:0;flex:1}.chatted-chat-search-row button{flex:0 0 auto}
.chatted-chat-search-results{display:grid;gap:6px;max-height:min(38dvh,360px);margin-top:8px;overflow:auto;overscroll-behavior:contain}
.chatted-chat-search-results[hidden]{display:none!important}.chatted-chat-search-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:9px 10px;border:1px solid var(--chat-line);border-radius:11px;background:var(--chat-theme-main,#0b111a);color:inherit;text-decoration:none}
.chatted-chat-search-result strong,.chatted-chat-search-result small,.chatted-chat-search-result em{display:block}.chatted-chat-search-result small{margin-top:3px;color:var(--chat-muted);line-height:1.3}.chatted-chat-search-result em{align-self:center;color:var(--chat-cyan);font-size:11px;font-style:normal;font-weight:900}
.chatted-list-typing{display:block;margin-top:3px;color:var(--chat-cyan);font-size:10px;font-style:normal;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chatted-refresh-indicator{position:absolute;z-index:40;left:50%;display:flex;align-items:center;gap:7px;transform:translateX(-50%) translateY(-130%);padding:7px 11px;border:1px solid var(--chat-line);border-radius:999px;background:var(--chat-theme-sidebar,#0a1420);box-shadow:0 8px 25px rgba(0,0,0,.35);color:var(--chat-cyan);font-size:10px;font-weight:900;opacity:0;pointer-events:none;transition:transform .16s ease,opacity .16s ease}
.chatted-refresh-indicator.visible{opacity:1;transform:translateX(-50%) translateY(8px)}.chatted-refresh-indicator.refreshing span{animation:chattedSpin .7s linear infinite}@keyframes chattedSpin{to{transform:rotate(360deg)}}
.chatted-alert-toast{touch-action:pan-x;transition:transform .16s ease,opacity .16s ease}.chatted-alert-toast.swiping{transition:none}.chatted-alert-toast.dismiss-right{transform:translateX(115%);opacity:0}.chatted-alert-toast.dismiss-left{transform:translateX(-115%);opacity:0}
.chatted-alert-actions{grid-column:2/-1;display:flex;gap:7px;flex-wrap:wrap}.chatted-alert-actions button{min-height:38px;padding:7px 11px}
.chatted-monitoring-chip{position:absolute;z-index:20;top:calc(var(--chatted-room-head-height,86px) + 8px);right:12px;display:grid;max-width:min(300px,calc(100% - 24px));padding:7px 10px;border:1px solid #f59e0b;border-radius:12px;background:rgba(20,13,4,.94);box-shadow:0 10px 30px rgba(0,0,0,.35);pointer-events:none}.chatted-monitoring-chip[hidden]{display:none!important}.chatted-monitoring-chip span{color:#fbbf24;font-size:10px;font-weight:900;text-transform:uppercase}.chatted-monitoring-chip small{color:#d8c9aa;font-size:9px;line-height:1.3}
.chatted-admin-monitoring-picker select{min-width:min(520px,100%)}
button,a.button,input,textarea,select,summary{touch-action:manipulation}
@media(max-width:840px){
  .chatted-sidebar{display:flex!important;flex-direction:column!important;overflow:hidden!important}
  .chatted-sidebar-fixed,.chatted-sidebar-footer{flex:0 0 auto}.chatted-sidebar-scroll{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;overflow:hidden!important}
  .chatted-conversation-section{flex:1 1 auto!important;min-height:120px!important}.chatted-conversation-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important}
  .chatted-main,.chatted-room,.chatted-message-feed{touch-action:pan-y}.chatted-message-feed{overscroll-behavior-y:contain}
  .chatted-room button,.chatted-sidebar button,.chatted-sidebar a.button,.chatted-control-drawer button,.chatted-control-drawer summary{min-height:44px}
  .chatted-conversation-item{min-height:62px}.chatted-alert-toast{min-height:64px}.chatted-alert-close{min-width:44px;min-height:44px}
  .chatted-monitoring-chip{top:auto;bottom:calc(76px + env(safe-area-inset-bottom));right:8px;max-width:230px}
}

/* C!HATTED! 9.16.0 — restore the independent mobile conversation-list viewport. */
@media(max-width:840px){
  .chatted-sidebar{display:flex!important;flex-direction:column!important;overflow:hidden!important;padding-top:max(var(--chatted-safe-top),0px)!important;padding-bottom:max(var(--chatted-safe-bottom),0px)!important}
  .chatted-sidebar-fixed,.chatted-sidebar-footer{flex:0 0 auto!important}
  .chatted-sidebar-scroll{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-height:0!important;overflow:hidden!important}
  .chatted-conversation-section{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-height:112px!important;overflow:hidden!important}
  .chatted-conversation-list{display:block!important;flex:1 1 0!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important;touch-action:pan-y!important}
}


/* B!RANDED! 9.16.0 — media gallery, compact actions, transient notices, branding, and call audio routing. */
.chatted-product-brandline{display:flex;align-items:center;min-width:0;gap:9px}.chatted-company-logo{display:block;flex:0 0 38px;width:38px;height:38px;object-fit:contain;border:1px solid color-mix(in srgb,var(--chat-theme-line,#243447) 82%,transparent);border-radius:10px;background:#fff;padding:3px;box-sizing:border-box}.chatted-product-brandline .chatted-product-logo{min-width:0}
.chatted-reply-target[hidden]{display:none!important}.chatted-reply-target button[data-clear-reply]{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;padding:0;border-radius:999px;background:rgba(255,255,255,.07);touch-action:manipulation}
.chatted-message-body>footer{flex-wrap:nowrap;gap:7px;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.chatted-message-body>footer::-webkit-scrollbar{display:none}.chatted-message-body>footer>button,.chatted-message-body>footer>form,.chatted-message-body>footer>.chatted-read-receipt{flex:0 0 auto}.chatted-message-body>footer>.chatted-reactions{flex:0 0 auto;width:auto!important;flex-wrap:nowrap}.chatted-read-receipt{margin-left:0!important}
.chatted-media-viewer-content{display:block!important;padding:0!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-snap-type:y proximity;overscroll-behavior:contain;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;touch-action:pan-y}.chatted-media-viewer-item{display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;box-sizing:border-box;min-height:100%;margin:0;padding:14px;scroll-snap-align:start;scroll-snap-stop:normal}.chatted-media-viewer-item>img,.chatted-media-viewer-item>video{display:block;max-width:100%;max-height:calc(94dvh - 178px);object-fit:contain;border-radius:8px;background:#000}.chatted-media-viewer-item figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(100%,900px);padding:9px 2px 0;color:#a9bac8;font-size:10px}.chatted-media-viewer-item figcaption a{white-space:nowrap;font-weight:900}.chatted-media-position{margin-right:auto;color:#9db1c2;font-size:10px;font-weight:900;white-space:nowrap}
.chatted-standalone-flashes .flash,.chatted-entry-flashes .flash{position:relative;padding-right:46px;touch-action:pan-y}.chatted-flash-close{position:absolute;top:50%;right:8px;display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:999px;background:rgba(0,0,0,.18);color:inherit;font-size:19px;transform:translateY(-50%);cursor:pointer}.chatted-flash-dismissing{opacity:0;transform:translateX(35px);transition:opacity .16s ease,transform .16s ease}
.chatted-call-stage [data-call-output][data-output-mode="speaker"]{border-color:#38bdf8;color:#dff7ff}.chatted-call-stage [data-call-output][data-output-mode="earpiece"]{border-color:#f4c84a;color:#fff3b0}
@media(max-width:900px){.chatted-product-brandline{gap:6px}.chatted-company-logo{flex-basis:34px;width:34px;height:34px}.chatted-message-body>footer{gap:6px}.chatted-message-body>footer button{white-space:nowrap}.chatted-reaction-pill,.chatted-reaction-add{min-width:25px!important;min-height:24px!important;padding:3px 6px!important}.chatted-media-viewer-item{padding:7px}.chatted-media-viewer-item>img,.chatted-media-viewer-item>video{max-height:calc(100dvh - 174px)}.chatted-media-viewer-card>footer{grid-template-columns:auto 1fr 1fr!important}.chatted-media-position{grid-column:1/-1;width:100%;text-align:center}}
\n\n/* B!RANDED! 9.16.0A — stable reaction tray and mobile-landscape navigation. */
.chatted-global-reaction-picker{position:fixed!important;z-index:1750!important;top:0;left:0;right:auto!important;bottom:auto!important;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;width:max-content;max-width:min(390px,calc(100vw - 16px));padding:9px!important;border:1px solid #3b5872;border-radius:15px;background:#101c2a;box-shadow:0 18px 55px rgba(0,0,0,.62);transform:none!important;overflow:visible!important;touch-action:manipulation}
.chatted-global-reaction-picker[hidden]{display:none!important}.chatted-global-reaction-picker button{flex:0 0 38px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;padding:0!important;font-size:21px!important;line-height:1!important}.chatted-reaction-add[aria-expanded="true"]{border-color:#38bdf8!important;background:rgba(56,189,248,.18)!important}
@media(orientation:landscape) and (max-height:620px) and (pointer:coarse){
  html:has(.chatted-standalone-body),body.chatted-standalone-body,.chatted-standalone-shell,.chatted-app{height:100dvh!important;min-height:100svh!important;max-height:100dvh!important;overflow:hidden!important}
  .chatted-app{display:block!important}.chatted-sidebar,.chatted-main{position:absolute!important;inset:0!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;transition:transform .2s ease,opacity .2s ease}
  .chatted-sidebar{z-index:20!important;display:flex!important;flex-direction:column!important;transform:translateX(0);overflow:hidden!important;padding-top:max(var(--chatted-safe-top),0px)!important;padding-bottom:max(var(--chatted-safe-bottom),0px)!important}.chatted-main{z-index:10!important;transform:translateX(100%);opacity:.75}.chatted-app.is-room-open .chatted-sidebar{transform:translateX(-100%);opacity:.8}.chatted-app.is-room-open .chatted-main{transform:translateX(0);opacity:1}
  .chatted-sidebar-fixed{flex:0 1 auto!important;max-height:43dvh!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important}.chatted-product-head{padding:7px 10px!important}.chatted-self-card{padding:7px 10px!important}.chatted-search{padding:6px 10px!important}
  .chatted-sidebar-scroll{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-height:0!important;overflow:hidden!important}.chatted-company-directory,.chatted-create-group,.chatted-chat-search{flex:0 0 auto!important}.chatted-chat-search{padding:6px 9px!important}.chatted-chat-search label{margin-bottom:3px!important}.chatted-chat-search-row input{min-height:34px!important;padding:6px 9px!important}
  .chatted-conversation-section{display:flex!important;flex-direction:column!important;flex:1 1 0!important;min-height:88px!important;overflow:hidden!important}.chatted-conversation-heading{flex:0 0 auto!important;padding:5px 10px!important}.chatted-conversation-list{display:block!important;flex:1 1 0!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important;touch-action:pan-y!important}.chatted-conversation-item{min-height:50px!important;padding:6px 9px!important}
  .chatted-sidebar-footer{flex:0 0 auto!important}.chatted-control-drawer>summary{min-height:38px!important;padding:7px 10px!important}.chatted-mobile-chats{display:inline-flex!important}.chatted-mobile-close{display:none!important}.chatted-room-actions{display:flex!important;margin-left:auto}.chatted-room-actions>:not(.chatted-call-start){display:none!important}.chatted-message-body{max-width:calc(100vw - 72px)!important}
  .chatted-global-reaction-picker{max-width:calc(100vw - 16px)!important}.chatted-global-reaction-picker button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
}
