#cw-open-btn{position:fixed;right:20px;bottom:20px;box-sizing:border-box;width:64px;height:64px;margin:0;padding:0;border:0;border-radius:50%;background:linear-gradient(135deg,#ffb300 0%,#ff8f00 100%);color:#fff;font:inherit;line-height:1;box-shadow:0 10px 28px rgba(255,152,0,.35);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:99990;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation;outline:none;transition:transform .2s ease , box-shadow .2s ease}@media (hover:hover) and (pointer:fine){#cw-open-btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(255,152,0,.42)}}#cw-open-btn:focus{outline:none}#cw-open-btn:focus-visible{box-shadow:0 0 0 3px #fff , 0 0 0 6px rgba(138,75,0,.55) , 0 10px 28px rgba(255,152,0,.35)}#cw-open-btn:active{transform:scale(.97)}#cw-open-btn svg{display:block;pointer-events:none}#cw-badge{position:absolute;top:6px;right:6px;width:12px;height:12px;border-radius:50%;background:#f44336;box-shadow:0 0 0 3px #fff;display:none}#cw-chat-teaser{position:fixed;right:96px;bottom:26px;max-width:240px;min-height:54px;background:#fff;color:#252525;border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 14px 34px rgba(0,0,0,.14);z-index:99989;box-sizing:border-box}#cw-chat-teaser::after{background:var(--cw-teaser-bg)!important;border-right:1px solid var(--cw-teaser-border);border-bottom:1px solid var(--cw-teaser-border)}.cw-chat-teaser-body{padding:14px 42px 14px 14px;cursor:pointer;outline:none}.cw-chat-teaser-body:focus{box-shadow:inset 0 0 0 2px rgba(255,152,0,.22);border-radius:18px}.cw-chat-teaser-text{font-size:14px;line-height:1.35;font-weight:700;color:#8a4b00}.cw-chat-teaser-close{position:absolute;top:6px;right:8px;width:24px;height:24px;border:1px solid #e2e6ec!important;border-radius:6px;background:#f1f3f6!important;color:#667085!important;font-size:18px;line-height:1;cursor:pointer;padding:0;transition:background .15s ease , border-color .15s ease , color .15s ease}.cw-chat-teaser-close:hover{border-color:#cfd5de!important;background:#e7ebf0!important;color:#344054!important}.cw-chat-teaser-close:focus-visible{border-color:#ff9800!important;box-shadow:0 0 0 3px rgba(255,152,0,.18);outline:none}#cw-chat-box{position:fixed;right:20px;bottom:96px;width:360px;max-width:calc(100vw - 20px);height:560px;max-height:calc(100vh - 120px);min-height:0;background:#fff;border-radius:22px;box-shadow:0 18px 60px rgba(0,0,0,.16);overflow:hidden;z-index:99991;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.06)}#cw-chat-box button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}#cw-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:linear-gradient(135deg,#ffb300 0%,#ff9800 100%);color:#fff;font-size:16px;font-weight:700;flex-shrink:0}#cw-close{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;margin:-4px -6px -4px 0;padding:0;border:0;border-radius:8px;background:transparent;color:inherit;font-family:Arial,sans-serif;font-size:26px;line-height:1;cursor:pointer;opacity:.92;-webkit-appearance:none;appearance:none;outline:none;transition:opacity .15s ease}#cw-close:focus{outline:none}#cw-close:focus-visible{box-shadow:0 0 0 2px rgba(255,255,255,.9)}#cw-close:active{opacity:.78}@media (hover:hover) and (pointer:fine){#cw-close:hover{opacity:1}}#cw-chat-window{flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px 12px;background:#f6f7fb;scroll-behavior:smooth}#cw-chat-window::-webkit-scrollbar{width:8px}#cw-chat-window::-webkit-scrollbar-thumb{background:rgba(0,0,0,.14);border-radius:999px}#cw-chat-window::-webkit-scrollbar-track{background:transparent}.cw-msg{display:flex;margin-bottom:10px}.cw-msg:last-child{margin-bottom:0}.cw-msg.cw-user{justify-content:flex-end}.cw-msg.cw-op{justify-content:flex-start}.cw-msg.cw-system{justify-content:center}.cw-bubble{max-width:82%;padding:10px 12px 8px;border-radius:18px;position:relative;word-wrap:break-word;overflow-wrap:anywhere;box-sizing:border-box}.cw-user .cw-bubble{background:linear-gradient(135deg,#ffb300 0%,#ff9800 100%);color:#fff;border-bottom-right-radius:6px;box-shadow:0 6px 18px rgba(255,152,0,.18)}.cw-user.cw-msg-video .cw-bubble,.cw-user.cw-msg-media-approval .cw-bubble{background:linear-gradient(135deg,#ffb300 0%,#ffa600 100%)}.cw-op .cw-bubble{background:#fff;color:#252525;border-bottom-left-radius:6px;box-shadow:0 4px 14px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.05)}.cw-system .cw-bubble{max-width:min(88%,300px);width:auto;padding:7px 10px 6px;background:#fffaf0;color:#5d4a18;border:2px solid #f0b400;border-radius:14px;box-shadow:none;margin:2px auto 6px;text-align:center}.cw-system .cw-msg-text{font-size:13px;line-height:1.28}.cw-system .cw-msg-text a{color:#8a4b00;font-weight:800;line-height:inherit;text-decoration:underline;text-underline-offset:2px}.cw-system .cw-msg-text a:hover,.cw-system .cw-msg-text a:focus,.cw-system .cw-msg-text a:active,.cw-system .cw-msg-text a:visited{color:#8a4b00;text-decoration:none}.cw-msg-text{font-size:14px;line-height:1.45;white-space:normal}.cw-msg-text br{content:""}#cw-chat-box .cw-msg-text a{color:#8a4b00;font-weight:700;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease , text-decoration-color .2s ease}#cw-chat-box .cw-msg-text a:hover,#cw-chat-box .cw-msg-text a:focus,#cw-chat-box .cw-msg-text a:active,#cw-chat-box .cw-msg-text a:visited{color:#8a4b00;text-decoration:none}#cw-chat-box .cw-user .cw-msg-text a{color:#fff;text-decoration-color:rgba(255,255,255,.8)}#cw-chat-box .cw-user .cw-msg-text a:hover,#cw-chat-box .cw-user .cw-msg-text a:focus,#cw-chat-box .cw-user .cw-msg-text a:active,#cw-chat-box .cw-user .cw-msg-text a:visited{color:#fff}#cw-chat-box .cw-msg-text a .cw-link-qr-icon{color:currentColor;flex:0 0 auto}#cw-chat-box .cw-msg-text a{display:inline-flex;align-items:center;gap:4px;max-width:100%}.cw-msg-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:6px;font-size:11px;line-height:1;opacity:.92}.cw-op .cw-msg-meta{color:#7a7a7a}.cw-user .cw-msg-meta{color:rgba(255,255,255,.92)}.cw-msg-time{white-space:nowrap}.cw-msg-status{display:inline-flex;align-items:center;justify-content:center;min-width:16px;font-size:12px;font-weight:700;letter-spacing:0}.cw-op .cw-msg-status.is-sent,.cw-op .cw-msg-status.is-sending{color:#8f8f8f}.cw-op .cw-msg-status.is-delivered{color:#667085}.cw-op .cw-msg-status.is-read{color:#22a06b}.cw-user .cw-msg-status.is-sent,.cw-user .cw-msg-status.is-sending{color:rgba(255,255,255,.78)}.cw-user .cw-msg-status.is-delivered{color:#eef1f4}.cw-user .cw-msg-status.is-read{color:#0a6f3c;text-shadow:-.4px 0 rgba(255,255,255,.96) , .4px 0 rgba(255,255,255,.96) , 0 -.4px rgba(255,255,255,.96) , 0 .4px rgba(255,255,255,.96)}.cw-pending .cw-bubble{opacity:.76}.cw-failed .cw-bubble{opacity:.9;outline:1px dashed rgba(244,67,54,.45)}.cw-failed .cw-msg-meta{justify-content:flex-end}.cw-file{min-width:0}.cw-file-link{display:inline-flex;align-items:flex-start;gap:0;max-width:100%;line-height:1.4;text-decoration:none!important}.cw-file-link:hover{text-decoration:none!important}.cw-file-icon{display:none}.cw-file-name{display:inline;min-width:0;word-break:break-word;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:2px;font-weight:700}.cw-op .cw-file-link,.cw-op .cw-file-link:hover,.cw-op .cw-file-link:focus,.cw-op .cw-file-link:active,.cw-op .cw-file-link:visited{color:#8a4b00}.cw-user .cw-file-link,.cw-user .cw-file-link:hover,.cw-user .cw-file-link:focus,.cw-user .cw-file-link:active,.cw-user .cw-file-link:visited{color:#fff}.cw-op .cw-file-link:hover .cw-file-name,.cw-user .cw-file-link:hover .cw-file-name{text-decoration:none}.cw-msg-video .cw-bubble.cw-video{width:min(248px,72vw);max-width:100%;padding:6px 6px 7px}.cw-video-preview-button{position:relative;display:block;width:100%;aspect-ratio: 16 / 9;overflow:hidden;border:0;border-radius:8px;padding:0;background:#20242c;cursor:pointer;-webkit-tap-highlight-color:transparent}.cw-video-preview-button:focus-visible{outline:2px solid #2f5cff;outline-offset:2px}.cw-video-preview-button:disabled{cursor:wait}.cw-video-preview{display:block;width:100%;height:100%;object-fit:cover;background:#20242c;pointer-events:none}.cw-video-play-icon{position:absolute;inset:50% auto auto 50%;display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(17,20,27,.72);box-shadow:0 6px 18px rgba(0,0,0,.22);transform:translate(-50%,-50%);transition:background-color .16s ease , transform .16s ease;pointer-events:none}.cw-video-play-icon>span{width:0;height:0;margin-left:3px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #fff}.cw-video-preview-button:hover .cw-video-play-icon{background:rgba(255,153,0,.94);transform:translate(-50%,-50%) scale(1.04)}.cw-video-preview-unavailable{position:absolute;inset:0;z-index:2;display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:12px;box-sizing:border-box;background:#f4f5f8;color:#344054;text-align:center;pointer-events:none}.cw-video-unavailable-mark{display:grid;width:32px;height:32px;place-items:center;border:2px solid rgba(255,255,255,.78);border-radius:50%;color:#fff;font-family:Arial,sans-serif;font-size:20px;font-weight:700;line-height:1}.cw-video-unavailable-title{font-size:13px;font-weight:700;line-height:1.3}.cw-video-preview-unavailable .cw-video-unavailable-mark{width:30px;height:30px;border-color:#98a2b3;background:#fff;color:#667085;font-size:18px}.cw-video-preview-button.is-unavailable{height:104px;aspect-ratio:auto;border:1px solid #d9dee7;background:#f4f5f8}.cw-video-preview-button.is-unavailable:disabled{cursor:default;opacity:1!important;filter:none!important}.cw-video-preview-button.is-unavailable .cw-video-preview{opacity:0}.cw-video-preview-button.is-unavailable .cw-video-play-icon{display:none}.cw-video-preview-button.is-unavailable .cw-video-preview-unavailable{display:flex}.cw-video-file-name{display:block;min-width:0;margin:7px 4px 0;overflow:hidden;color:inherit;font-size:12px;font-weight:700;line-height:1.35;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap}.cw-video-file-name:hover{text-decoration:none}#cw-chat-box .cw-video-file-name{font-family:"Segoe UI",Arial,"Noto Sans",Roboto,sans-serif!important;font-size:12px!important;font-style:normal!important;font-variant:normal!important;font-weight:700!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important}#cw-chat-box .cw-op .cw-video-file-name,#cw-chat-box .cw-op .cw-video-file-name:hover,#cw-chat-box .cw-op .cw-video-file-name:focus,#cw-chat-box .cw-op .cw-video-file-name:active,#cw-chat-box .cw-op .cw-video-file-name:visited{color:#8a4b00}#cw-chat-box .cw-user .cw-video-file-name,#cw-chat-box .cw-user .cw-video-file-name:hover,#cw-chat-box .cw-user .cw-video-file-name:focus,#cw-chat-box .cw-user .cw-video-file-name:active,#cw-chat-box .cw-user .cw-video-file-name:visited{color:#fff}.cw-msg-media-approval:not(.cw-msg-video) .cw-bubble {width:min(238px,82%)}.cw-msg-media-approval:not(.cw-msg-video) .cw-msg-image {margin-right:auto;margin-left:auto}.cw-media-approval{max-width:100%;margin-top:8px;padding-top:7px;border-top:1px solid rgba(138,75,0,.18)}.cw-media-approval-state{display:flex;min-height:18px;align-items:center;justify-content:center;gap:6px;color:#7a4a0b;font-size:11px;font-weight:700;line-height:1.3;text-align:center}.cw-media-approval-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:7px}#cw-chat-box .cw-media-approval-action{display:inline-flex;min-width:0;min-height:34px;align-items:center;justify-content:center;padding:6px 7px!important;border:1px solid transparent!important;border-radius:8px!important;font-family:inherit;font-size:11px;font-weight:700;line-height:1.15;letter-spacing:0;text-align:center;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;appearance:none;box-sizing:border-box}#cw-chat-box .cw-media-approval-action.is-approve{border-color:#e89a16!important;background:#ff9800!important;color:#fff!important}#cw-chat-box .cw-media-approval-action.is-changes{border-color:#d7dce5!important;background:#f5f7fa!important;color:#344054!important}#cw-chat-box .cw-media-approval-action:focus-visible{outline:2px solid #2f5cff;outline-offset:2px}#cw-chat-box .cw-media-approval-action:disabled{opacity:.62;cursor:wait}@media (hover:hover) and (pointer:fine){#cw-chat-box .cw-media-approval-action.is-approve:hover{border-color:#db8600!important;background:#e98b00!important;color:#fff!important}#cw-chat-box .cw-media-approval-action.is-changes:hover{border-color:#c6ccd6!important;background:#e9edf3!important;color:#252a34!important}}.cw-media-approval-mark{display:inline-block;width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:currentColor}.cw-media-approval.is-approved{border-top-color:#abefc6}.cw-media-approval.is-approved .cw-media-approval-state{color:#067647}.cw-media-approval.is-changes-requested{border-top-color:#f7b27a}.cw-media-approval.is-changes-requested .cw-media-approval-state{color:#b54708}.cw-media-approval.is-busy .cw-media-approval-state{color:#667085}.cw-bubble img{display:block;max-width:100%;height:auto;border-radius:12px}#cw-chat-box .cw-msg-image{width:auto;max-width:150px;cursor:zoom-in}#cw-input-box{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.cw-input-wrapper{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:8px;background:#f4f5f8;border:1px solid #e7e8ee;border-radius:16px;padding:0 10px;height:46px;box-sizing:border-box;position:relative}#cw-input{flex:1 1 auto;min-width:0;height:100%;border:0;background:transparent;outline:none;font-size:14px;line-height:normal;color:#222;box-shadow:none;padding:0;margin:0;box-sizing:border-box;display:block;-webkit-appearance:none;appearance:none}#cw-input::placeholder{color:#9a9a9a;opacity:1}#cw-file-btn{display:grid;place-items:center;flex:0 0 34px;width:34px;min-width:34px;height:34px;min-height:34px;border:0;background:transparent!important;color:#2f343b!important;cursor:pointer;border-radius:10px;transition:background-color .15s ease , color .15s ease;padding:0!important;margin:0 -2px 0 0;line-height:1;box-shadow:none!important;text-shadow:none;-webkit-appearance:none;appearance:none;box-sizing:border-box;outline:none}#cw-file-btn .cw-file-btn-icon{display:grid;place-items:center;width:20px;height:20px;line-height:1;pointer-events:none}#cw-file-btn .cw-file-btn-icon svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translateX(1px)}#cw-file-btn:focus-visible .cw-file-btn-icon svg{stroke:#2f343b!important}#cw-file-btn:focus{outline:none}#cw-file-btn:focus-visible{outline:2px solid rgba(143,150,163,.35);outline-offset:2px}#cw-send{flex:0 0 auto;width:46px;height:46px;border:0;border-radius:50%;background:linear-gradient(135deg,#ffb300 0%,#ff9800 100%);color:#fff;font-size:18px;cursor:pointer;box-shadow:0 8px 18px rgba(255,152,0,.22);transition:transform .15s ease , box-shadow .15s ease;padding:0;margin:0;line-height:1;-webkit-appearance:none;appearance:none;box-sizing:border-box;outline:none}#cw-send:focus{outline:none}#cw-send:focus-visible{box-shadow:0 0 0 3px #fff , 0 0 0 5px rgba(138,75,0,.48) , 0 8px 18px rgba(255,152,0,.22)}#cw-send:active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){#cw-file-btn:hover{background-color:#e9edf3!important;color:#2f343b!important}#cw-file-btn:hover .cw-file-btn-icon svg{stroke:#2f343b!important}#cw-send:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(255,152,0,.28)}}#cw-send:disabled,#cw-file-btn:disabled,#cw-input:disabled{cursor:not-allowed;opacity:.6}#cw-new-dialog-btn{margin:0;padding:14px 16px 16px;text-align:center;font-size:15px;font-weight:700;color:#8a4b00;background:#fff;border:0;border-top:1px solid rgba(0,0,0,.06);cursor:pointer;transition:background .18s ease , color .18s ease;user-select:none;flex-shrink:0;border-radius:0 0 22px 22px}#cw-new-dialog-btn:hover{background:#fff7e3;color:#8a4b00;transform:none}#cw-new-dialog-btn.disabled{opacity:1;cursor:default;pointer-events:none;color:#a0a0a0;background:#fff}#cw-img-modal{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:99999;padding:20px;box-sizing:border-box}.cw-img-modal-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.cw-img-modal-wrap{position:relative;width:auto;max-width:min(92vw,980px);max-height:92vh;isolation:isolate}.cw-img-modal-img{display:block;max-width:100%;max-height:92vh;border-radius:16px;box-shadow:0 18px 48px rgba(0,0,0,.28);background:#fff}.cw-video-modal-content{width:min(92vw,var(--cw-video-modal-width,980px));max-width:980px;overflow:hidden;border-radius:8px;background:#11151d;box-shadow:0 18px 48px rgba(0,0,0,.34)}.cw-video-modal-stage{position:relative;background:#000}.cw-video-modal-player{display:block;width:100%;max-height:82vh;aspect-ratio: var(--cw-video-aspect-ratio, 16 / 9);object-fit:contain;background:#000}.cw-video-modal-play{position:absolute;top:50%;left:50%;z-index:1;display:grid;width:64px;height:64px;place-items:center;border:2px solid rgba(255,255,255,.88);border-radius:50%;padding:0;background:rgba(255,153,0,.94);color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.32);cursor:pointer;transform:translate(-50%,-50%);transition:background-color .16s ease , box-shadow .16s ease}.cw-video-modal-play:hover,.cw-video-modal-play:focus{border-color:#fff;background:#f28c00;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.38)}.cw-video-modal-play:focus-visible{outline:3px solid #fff;outline-offset:3px}.cw-video-modal-play[hidden]{display:none!important}.cw-video-modal-play>span{width:0;height:0;margin-left:5px;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:17px solid currentColor}.cw-video-modal-unavailable{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:24px;box-sizing:border-box;background:#20242c;color:#fff;text-align:center}.cw-video-modal-unavailable[hidden]{display:none!important}.cw-video-modal-unavailable .cw-video-unavailable-mark{width:44px;height:44px;font-size:26px}.cw-video-modal-unavailable strong{font-size:16px;line-height:1.3}.cw-video-modal-content.is-unavailable .cw-video-modal-player{opacity:0}.cw-video-modal-footer{display:flex;min-width:0;align-items:center;gap:10px;padding:10px 14px 12px}.cw-video-modal-name{flex:1 1 auto;min-width:0;overflow:hidden;padding:0;color:#fff;font-size:13px;font-weight:700;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.cw-video-modal-meta{flex:0 0 auto;min-height:0;padding:0;color:#aeb7c7;font-size:12px;font-weight:500;line-height:1.4;overflow-wrap:anywhere;white-space:nowrap}body.cw-media-modal-open{overflow:hidden}#cw-img-modal .cw-img-modal-close{position:absolute;top:12px;right:12px;z-index:20;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:50%;background:transparent!important;color:#202635!important;font-size:26px;line-height:1;cursor:pointer;box-shadow:none!important;padding:0;transform:none!important;transition:background-color .16s ease , box-shadow .16s ease}#cw-img-modal .cw-img-modal-close:hover,#cw-img-modal .cw-img-modal-close:focus-visible{border-color:transparent!important;background:#fff!important;color:#202635!important;box-shadow:0 8px 22px rgba(0,0,0,.22)!important;transform:none!important}#cw-img-modal .cw-img-modal-close:focus-visible{outline:3px solid #2f5cff;outline-offset:3px}#cw-img-modal .cw-img-modal-close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width:640px){#cw-open-btn{right: calc(env(safe-area-inset-right) + 14px);bottom: calc(env(safe-area-inset-bottom) + 14px);width:58px;height:58px}#cw-chat-teaser{right: calc(env(safe-area-inset-right) + 82px);bottom: calc(env(safe-area-inset-bottom) + 16px);max-width:min(220px,calc(100vw - 96px))}#cw-chat-teaser::after{bottom:16px}.cw-chat-teaser-body{padding:12px 38px 12px 12px}.cw-chat-teaser-text{font-size:13px}#cw-chat-box{left: calc(env(safe-area-inset-left) + 10px);right: calc(env(safe-area-inset-right) + 10px);top: calc(env(safe-area-inset-top) + 10px);bottom: calc(env(safe-area-inset-bottom) + 82px);width:auto;height:auto;max-height:none;border-radius:18px}#cw-header{padding:14px 16px;font-size:15px}#cw-chat-window{padding:12px 10px}.cw-bubble{max-width:88%;padding:10px 11px 8px}#cw-input-box{padding:10px;gap:8px}.cw-input-wrapper{height:44px}#cw-input{font-size:14px}#cw-send{width:44px;height:44px}#cw-new-dialog-btn{padding:13px 12px 15px;font-size:14px;border-radius:0 0 18px 18px}#cw-img-modal .cw-img-modal-close{top:8px;right:8px}#cw-img-modal{padding:12px}.cw-video-modal-content{width:min(calc(100vw - 24px),var(--cw-video-modal-width,calc(100vw - 24px)))}.cw-video-modal-player{max-height:72vh}.cw-video-modal-play{width:56px;height:56px}.cw-video-modal-footer{flex-wrap:wrap;gap:2px 10px;padding:9px 12px 11px}.cw-video-modal-meta{max-width:100%;font-size:11px}}#cw-open-btn.cw-loading{opacity:.92}#cw-open-btn.cw-loading::after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:cw-chat-spin .9s linear infinite;pointer-events:none}@keyframes cw-chat-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}