/* Call cinema controls, loaded after the dock rules. */
html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full){position:fixed!important;inset:0!important;z-index:2147483000!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;max-height:none!important;flex-basis:auto!important;margin:0!important;padding:12px!important;border:0!important;border-radius:0!important;background:#111214!important}
html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full) .group-call-workspace{height:100%!important}
html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full) .group-call-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))!important;grid-template-rows:repeat(auto-fit,minmax(180px,1fr))!important;align-content:stretch!important;padding:18px 12px 76px!important;overflow:auto!important}
html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full) .group-call-grid>.group-call-card{display:grid!important;grid-column:auto!important;grid-row:auto!important;max-width:none!important;justify-self:stretch!important}
html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full) .group-call-grid[data-count="3"]>.group-call-card:first-child,html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full) .group-call-grid[data-count="3"]>.group-call-card:nth-child(2),html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full) .group-call-grid[data-count="3"]>.group-call-card:nth-child(3){grid-column:auto!important;grid-row:auto!important}
html body.river-chat .group-call-panel.group-call-dock .group-call-head-actions{display:none!important}
html body.river-chat .arnie-call-tile .arnie-player-controls{grid-template-columns:96px minmax(50px,1fr) auto minmax(58px,86px) auto!important}
html body.river-chat .arnie-call-tile .arnie-skip-controls{display:flex;align-items:center;gap:2px;min-width:0}
html body.river-chat .arnie-call-tile .arnie-skip-controls button{position:relative;flex:0 0 30px;width:30px;height:32px;min-height:32px}
html body.river-chat .arnie-call-tile .arnie-skip-controls button small{position:absolute;left:0;right:0;bottom:0;text-align:center;font-size:8px;line-height:1;color:#fff}
html body.river-chat .arnie-call-tile .arnie-skip-controls button[data-arnie-toggle]{flex-basis:34px;width:34px}
html body.river-chat .arnie-call-tile .group-media-overlay-actions{display:none;position:absolute;z-index:95;top:44px;right:12px;gap:6px}
html body.river-chat .arnie-call-tile:is(:fullscreen,.arnie-theater) .group-media-overlay-actions{display:flex}
html body.river-chat .arnie-call-tile .group-media-overlay-actions button{display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #ffffff40;border-radius:8px;background:#14171a7d;color:#fff;font:600 11px/1 system-ui;backdrop-filter:blur(3px);cursor:pointer}
html body.river-chat .arnie-call-tile .group-media-overlay-actions svg{width:14px;height:14px}
html body.river-chat .group-call-hud{position:absolute;inset:0;z-index:94;pointer-events:none}
html body.river-chat .group-call-hud-actions{position:absolute;top:15px;right:15px;display:flex;gap:6px;pointer-events:auto}
html body.river-chat .group-call-hud-actions button{display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #ffffff40;border-radius:8px;background:#14171a7d;color:#fff;font:600 11px/1 system-ui;backdrop-filter:blur(3px);cursor:pointer}
html body.river-chat .group-call-hud-actions svg{width:14px;height:14px}
html body.river-chat .group-call-message-overlays{position:absolute;left:18px;bottom:80px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:min(460px,68vw);pointer-events:none}
html body.river-chat .group-call-message-overlay{display:grid;gap:3px;max-width:100%;padding:8px 11px;border-left:2px solid #d8e8ff;background:#080a0c38;color:#fff;text-shadow:0 1px 5px #000,0 1px 12px #000;font:13px/1.4 system-ui;overflow-wrap:anywhere;animation:callOverlayIn .18s ease-out}
html body.river-chat .group-call-message-overlay strong{font-size:11px;color:#d8e8ff}
@keyframes callOverlayIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
html body.river-chat .group-call-quick-chat{position:absolute;left:50%;bottom:78px;translate:-50% 0;display:flex;gap:6px;width:min(420px,calc(100vw - 24px));padding:6px;border:1px solid #ffffff59;border-radius:10px;background:#0a0d1059;backdrop-filter:blur(4px);box-shadow:0 6px 24px #0008;pointer-events:auto}
html body.river-chat .group-call-quick-chat input{flex:1;min-width:0;padding:7px;border:0;outline:0;background:transparent;color:#fff;font:13px system-ui}
html body.river-chat .group-call-quick-chat input::placeholder{color:#ffffffb3}
html body.river-chat .group-call-quick-chat button{display:grid;place-items:center;width:30px;border:0;border-radius:7px;background:#e4efff29;color:#fff;cursor:pointer}
html body.river-chat .group-call-mini-camera{position:fixed;right:20px;bottom:86px;z-index:96;width:210px;height:150px;min-width:120px;min-height:90px;overflow:hidden;border:1px solid #ffffff66;border-radius:10px;background:#111;box-shadow:0 12px 38px #0009;pointer-events:auto}
html body.river-chat .group-call-mini-camera header{position:absolute;z-index:3;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;min-height:28px;padding:2px 5px 2px 8px;background:#080a0b7d;color:#fff;font:600 10px system-ui;cursor:move;touch-action:none;user-select:none}
html body.river-chat .group-call-mini-camera header button{display:grid;place-items:center;width:22px;height:22px;border:0;background:transparent;color:#fff;cursor:pointer}
html body.river-chat .group-call-mini-camera video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
html body.river-chat .group-call-mini-resize{position:absolute;z-index:4;right:0;bottom:0;width:22px;height:22px;background:linear-gradient(135deg,transparent 50%,#ffffffa8 51%);cursor:nwse-resize;touch-action:none}
@media(max-width:700px){html body.river-chat .group-call-panel.group-call-dock:is(:fullscreen,.viewport-full) .group-call-grid{grid-template-columns:1fr!important;grid-auto-rows:minmax(150px,1fr)!important;padding-left:4px!important;padding-right:4px!important}html body.river-chat .arnie-call-tile .arnie-player-controls{grid-template-columns:96px minmax(40px,1fr) auto 32px!important}html body.river-chat .arnie-call-tile .arnie-player-controls>[data-arnie-volume]{display:none!important}html body.river-chat .group-call-mini-camera{right:8px;bottom:76px;width:150px;height:106px}html body.river-chat .group-call-message-overlays{left:10px;bottom:72px;max-width:72vw}}
