#danmaku-container{position:fixed;left:0;width:100vw;z-index:9998;pointer-events:none}.danmaku-channel{position:relative;width:100%;min-height:32px}.danmaku-item{position:absolute;top:2px;left:0;display:inline-flex;align-items:center;gap:0;min-height:28px;max-width:calc(100vw - 20px);padding:2px 10px 2px 4px;box-sizing:border-box;border-radius:28px;background:rgba(2,2,2,0.60);visibility:hidden;will-change:transform;pointer-events:auto;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.danmaku-debug-layer{position:absolute;top:0;left:0;width:100%;pointer-events:none;z-index:20}.danmaku-item.self{border:0.5px solid #FCD15C}.danmaku-item.frozen{z-index:10}.danmaku-item.translated{align-items:center}.danmaku-item.async-bilingual{align-items:center;min-height:44px;padding-top:4px;padding-bottom:4px}.danmaku-item.sync-wrapped{align-items:center;padding-top:4px;padding-bottom:4px}.danmaku-item.debug-static{position:relative;left:auto;top:auto;width:calc(100vw - 20px);max-width:calc(100vw - 20px);margin:0 0 8px 10px;visibility:visible;pointer-events:auto}.danmaku-avatar{width:22px;height:22px;border-radius:50%;margin-right:6px;object-fit:cover;flex-shrink:0;cursor:pointer;align-self:center}.danmaku-name{max-width:50px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;color:#FFFFFF;font-size:11px;line-height:28px;flex:0 1 auto;min-width:0;cursor:pointer}.danmaku-colon{color:#FFFFFF;font-size:11px;margin:0 2px;flex-shrink:0;line-height:28px}.danmaku-text-area{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;min-width:0;min-height:28px;max-width:100%;overflow:hidden}.danmaku-text-area.async-bilingual{flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:40px}.danmaku-text-area.sync-wrapped{flex:0 1 auto;justify-content:flex-start;align-items:center;max-width:100%}.danmaku-item.sync-wrapped .danmaku-name,.danmaku-item.sync-wrapped .danmaku-colon,.danmaku-item.sync-wrapped .danmaku-avatar{flex-shrink:0}.danmaku-content,.danmaku-translated{display:block;align-self:center;text-align:left;min-width:0;max-width:100%;color:#FFFFFF;font-size:11px;white-space:nowrap;line-height:28px;overflow:hidden;text-overflow:clip}.danmaku-content.hidden{display:none}.danmaku-translated{display:none}.danmaku-translated.visible{display:block}.danmaku-text-area.async-bilingual .danmaku-content,.danmaku-text-area.async-bilingual .danmaku-translated{align-self:stretch;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere;line-height:16px}.danmaku-text-area.sync-wrapped .danmaku-content,.danmaku-text-area.sync-wrapped .danmaku-translated{align-self:center;max-width:100%;white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;overflow-wrap:anywhere;line-height:16px}.danmaku-item.debug-static .danmaku-text-area{flex:1 1 auto;width:auto !important;max-width:100%}.danmaku-divider{display:none}.danmaku-text-area.async-bilingual .danmaku-divider{display:block;width:100%;height:0.5px;margin:3px 0;background:rgba(255,255,255,0.95);flex-shrink:0}.danmaku-translate-btn{flex-shrink:0;width:20px;height:20px;margin-left:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;align-self:center}.danmaku-translate-btn.hidden{display:none}.danmaku-translate-icon-img{width:20px;height:20px;display:block}#danmaku-container.rtl{direction:rtl}#danmaku-container.rtl .danmaku-item{flex-direction:row-reverse;padding:2px 4px 2px 10px}#danmaku-container.rtl .danmaku-avatar{margin-right:0;margin-left:6px}#danmaku-container.rtl .danmaku-colon{margin:0 2px}#danmaku-container.rtl .danmaku-text-area{justify-content:flex-end}#danmaku-container.rtl .danmaku-translate-btn{margin-left:0;margin-right:6px}