/* Low-resource, text-first conversation layout. All selectors are scoped to chat surfaces. */
body[data-pixel-page="chat"] #pixel-content,
body[data-pixel-page="private-chat"] #pixel-content,
body[data-pixel-page="legion-chat"] #pixel-content,
body[data-pixel-page="customer-service-chat"] #pixel-content,
body[data-pixel-page="workbench-customer-service-chat"] #pixel-content{padding:10px 12px calc(92px + env(safe-area-inset-bottom));line-height:1.55}
body[data-pixel-page="chat"] .px-chat-nav,
body[data-pixel-page="private-chat"] .px-chat-nav,
body[data-pixel-page="legion-chat"] .px-chat-nav,
body[data-pixel-page="customer-service-chat"] .px-chat-nav,
body[data-pixel-page="workbench-customer-service-chat"] .px-chat-nav{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;margin:0 0 10px;padding:0 0 8px;border-bottom:1px solid #716c51}
body[data-pixel-page] .px-chat-nav>a{margin:0;padding:4px 0;background:none!important;border:0!important;box-shadow:none!important;color:#e8d9a5;font-size:13px;line-height:1.3}
body[data-pixel-page] .px-chat-nav>a:last-child{margin-left:0;text-align:right;white-space:nowrap}
body[data-pixel-page] .px-chat-nav>span{color:#f0dfaa;font-size:15px;font-weight:bold;text-align:center;white-space:nowrap}
body[data-pixel-page] .px-chat-heading,body[data-pixel-page] .px-chat-peer{display:flex;align-items:center;gap:9px;min-width:0;margin:8px 0;padding:9px 10px;border:1px solid #84704c;border-left:3px solid #d2b66f;border-radius:6px;background:#1d3338}
body[data-pixel-page] .px-chat-heading>div,body[data-pixel-page] .px-chat-peer>div{flex:1;min-width:0}
body[data-pixel-page] .px-chat-heading small,body[data-pixel-page] .px-chat-peer small{display:block;color:#a9bbbc;font-size:11px;line-height:1.25}
body[data-pixel-page] .px-chat-heading h1,body[data-pixel-page] .px-chat-peer h1{margin:1px 0;color:#f2dfad;font-size:18px;line-height:1.28;overflow-wrap:anywhere}
body[data-pixel-page] .px-chat-heading p,body[data-pixel-page] .px-chat-peer p{margin:1px 0 0;color:#b8c8c8;font-size:11px;line-height:1.4;overflow-wrap:anywhere}
body[data-pixel-page] .px-chat-channel-mark{display:inline-flex;align-items:center;justify-content:center;flex:none;width:31px;height:31px;color:#ffe4a1;font-size:14px;font-weight:bold;border:1px solid #c6a75f;border-radius:50%;background:#47372b}
body[data-pixel-page] .px-chat-refresh{flex:none;margin:0!important;padding:4px 0!important;background:none!important;border:0!important;box-shadow:none!important;color:#a9d5c6!important;font-size:12px!important;white-space:nowrap}
body[data-pixel-page] .px-chat-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;position:static;margin:8px 0;padding:0;border:0;border-radius:0;background:none}
body[data-pixel-page] .px-chat-tabs a{display:flex!important;align-items:center;justify-content:center;gap:3px;min-width:0;margin:0!important;padding:6px 2px!important;color:#c4d3d1!important;font-size:11px!important;line-height:1.25;text-align:center;border:1px solid #40575a!important;border-radius:4px!important;background:#1b2e34!important;box-shadow:none!important}
body[data-pixel-page] .px-chat-tabs a b{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;color:#d4bc7e;font-size:9px;border:1px solid #746442;border-radius:50%;font-weight:normal}
body[data-pixel-page] .px-chat-tabs a.tab-active{color:#ffe4a3!important;border-color:#c6a75f!important;background:#553a33!important}
body[data-pixel-page] .px-chat-tabs a.tab-active b{color:#fff0bb;border-color:#ddbd70;background:#7a4b3d}
body[data-pixel-page] .px-chat-composer{position:sticky;bottom:calc(8px + env(safe-area-inset-bottom));z-index:14;margin:9px 0;padding:7px;border:1px solid #967f50;border-radius:6px;background:#12242aeF;box-shadow:0 3px 10px #0007}
body[data-pixel-page] .px-chat-composer form{display:flex!important;gap:6px;align-items:center;margin:0!important;padding:0!important;border:0!important;background:none!important}
body[data-pixel-page] .px-chat-composer input[name="content"],body[data-pixel-page] .px-chat-composer textarea{box-sizing:border-box;flex:1;min-width:0;width:auto!important;margin:0!important;padding:7px 8px!important;color:#edf3e8!important;font:inherit!important;font-size:13px!important;line-height:1.35;border:1px solid #526b69!important;border-radius:4px!important;background:#0e1b22!important;box-shadow:none!important}
body[data-pixel-page] .px-chat-composer input[type="submit"]{flex:none;min-height:34px;margin:0!important;padding:6px 11px!important;color:#fee7ad!important;font:inherit!important;font-size:13px!important;border:1px solid #a98c55!important;border-radius:4px!important;background:#574038!important;box-shadow:none!important;cursor:pointer}
body[data-pixel-page] .px-chat-composer textarea{display:block;min-height:66px;resize:vertical}
body[data-pixel-page] .px-service-composer form{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:end}
body[data-pixel-page] .px-service-composer textarea{grid-column:1/-1;width:100%!important}
body[data-pixel-page] .px-service-composer input[type="submit"]{margin-top:6px!important;grid-column:2}
body[data-pixel-page] .px-chat-hint{margin:5px 1px 0!important;color:#98adae;font-size:10px;line-height:1.35}
body[data-pixel-page] .px-chat-hint strong{display:inline-block;margin-right:3px;padding:1px 4px;color:#ffe3a0;font-weight:normal;border:1px solid #9d7d43;border-radius:3px;background:#443426}
body[data-pixel-page] .px-chat-stream{min-height:72px;margin:8px 0}
body[data-pixel-page] .px-chat-message{position:relative;max-width:calc(100% - 19px);margin:7px 18px 7px 0!important;padding:7px 9px!important;color:#e1e8df;font-size:13px!important;line-height:1.52!important;border:1px solid #476066!important;border-left:3px solid #9b865e!important;border-radius:3px 8px 8px 8px!important;background:#20333ad9!important;overflow-wrap:anywhere;word-break:break-word;box-shadow:none!important}
body[data-pixel-page] .px-chat-message.self{margin-right:0!important;margin-left:18px!important;border-color:#5b7e70!important;border-left-color:#7bb394!important;border-radius:8px 3px 8px 8px!important;background:#244138!important}
body[data-pixel-page] .px-chat-message.system{max-width:none;margin:6px 0!important;border-left-color:#c8a45d!important;border-radius:4px!important;background:#293237!important}
body[data-pixel-page] .px-chat-message.notification{border-left-color:#76aac1!important;background:#203640!important}
body[data-pixel-page] .px-chat-message.service.designer{border-left-color:#ad8bdb!important;background:#302b3a!important}
body[data-pixel-page] .px-chat-meta{display:flex;align-items:center;gap:6px;min-width:0;margin:0 0 3px;color:#b7c5c2;font-size:10px;line-height:1.2}
body[data-pixel-page] .px-chat-meta a{display:inline!important;min-width:0;margin:0!important;padding:0!important;color:#f3d496!important;font-size:11px!important;border:0!important;background:none!important;box-shadow:none!important;overflow-wrap:anywhere}
body[data-pixel-page] .px-chat-meta time{margin-left:auto;color:#87999b;font-size:10px;white-space:nowrap}
body[data-pixel-page] .px-chat-kind{flex:none;padding:1px 4px;color:#d7c08b;font-size:9px;border:1px solid #665c45;border-radius:3px;background:#26343a}
body[data-pixel-page] .self .px-chat-kind{color:#b8e0c5;border-color:#4f7964;background:#1d342c}
body[data-pixel-page] .system .px-chat-kind{color:#ffe0a0;border-color:#9a7b47;background:#423628}
body[data-pixel-page] .notification .px-chat-kind{color:#b9dded;border-color:#547f91;background:#213b45}
body[data-pixel-page] .px-chat-copy{white-space:pre-wrap;color:#e8eee5;overflow-wrap:anywhere;word-break:break-word}
body[data-pixel-page] .px-chat-copy a{color:#f2d18d!important}
body[data-pixel-page] .px-chat-speaker{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;margin-right:3px;color:#f7dd9a;font-style:normal;font-size:9px;border:1px solid #a98850;border-radius:50%;background:#5a412e;vertical-align:-2px}
body[data-pixel-page] .px-chat-empty{display:flex;flex-direction:column;align-items:center;gap:3px;min-height:74px;padding:18px 10px;color:#9caeb0;text-align:center;border-top:1px solid #3b5156;border-bottom:1px solid #3b5156;background:#172a30}
body[data-pixel-page] .px-chat-empty b{color:#d8c797;font-size:14px;font-weight:normal}
body[data-pixel-page] .px-chat-empty span{font-size:11px}
body[data-pixel-page] .px-chat-pager{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:6px;margin:13px 0 7px;padding-top:8px;color:#91a7a8;font-size:10px;border-top:1px solid #40575a}
body[data-pixel-page] .px-chat-pager>a{margin:0!important;padding:2px 0!important;color:#e4c98d!important;font-size:11px!important;border:0!important;background:none!important;box-shadow:none!important}
body[data-pixel-page] .px-chat-pager>a:last-child{text-align:right}
body[data-pixel-page] .px-chat-pager>span:first-child{text-align:left}
body[data-pixel-page] .px-chat-pager>span:last-child{text-align:right}
body[data-pixel-page] .px-chat-density{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin:0;color:#8fa4a5;font-size:10px}
body[data-pixel-page] .px-chat-density a{margin:0!important;padding:2px 4px!important;color:#aebfbe!important;font-size:10px!important;border:1px solid #42585a!important;border-radius:3px!important;background:none!important;box-shadow:none!important}
body[data-pixel-page] .px-chat-density a[aria-current="page"]{color:#f4d995!important;border-color:#b79556!important;background:#3f342a!important}
body[data-pixel-page] .px-chat-avatar.pixel-avatar{display:block;flex:none;width:42px!important;height:52px!important;margin:0!important;border:1px solid #c5a66a;border-radius:5px;box-shadow:0 2px 5px #0008}
body[data-pixel-page] .px-chat-secondary{gap:7px;margin:11px 0}
body[data-pixel-page] .px-chat-secondary a{padding:4px 0!important;color:#b8d5cc!important;font-size:12px!important;border:0!important;background:none!important;box-shadow:none!important}
body[data-pixel-page] .px-chat-feedback{margin:8px 0!important;padding:7px 9px!important;font-size:12px}
body[data-pixel-page] .px-chat-feedback small{font-size:10px}
body[data-pixel-page] .px-chat-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body[data-pixel-page="view-player"] .vp-private-row>a{flex:1;min-width:0;margin:0!important;padding:7px 9px!important;color:#d8ead9!important;font-size:13px!important;line-height:1.35;border:1px solid #5e806e!important;border-radius:5px!important;background:#203a36!important;box-shadow:none!important;overflow-wrap:anywhere}
@media (max-width:350px){body[data-pixel-page] .px-chat-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}body[data-pixel-page] .px-chat-heading h1,body[data-pixel-page] .px-chat-peer h1{font-size:16px}body[data-pixel-page] .px-chat-nav>a{font-size:12px}}
