#gameyar-live-chat{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));right:24px;left:auto;z-index:80;font-family:var(--font);color:var(--ink);direction:rtl}#gameyar-live-chat [hidden],.gy-chat-admin [hidden]{display:none!important}.chat-launch{display:flex;align-items:center;gap:10px;border:1px solid #ffffff55;border-radius:30px;background:var(--navy);color:white;padding:10px 16px;box-shadow:0 8px 26px #0b234a33;font:700 14px var(--font);cursor:pointer}.chat-launch img{object-fit:contain;filter:drop-shadow(0 3px 4px #0004)}.chat-window{position:absolute;bottom:76px;right:0;left:auto;width:365px;max-height:min(680px,calc(100dvh - 120px));display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:24px;box-shadow:0 16px 70px #0b234a30;overflow:hidden}.chat-top{display:flex;justify-content:space-between;gap:12px;align-items:center;background:var(--navy);color:white;padding:18px;border:0;position:static}.chat-agent{display:flex;gap:12px;align-items:center}.chat-agent img{border-radius:50%;object-fit:cover}.chat-agent strong{font-size:14px;display:block}.chat-agent small{display:block;font-size:11px;margin-top:4px;color:#ccd9ee}.chat-agent .is-online{color:#a8efc5}.chat-close{background:#ffffff18;color:white;border:0;border-radius:50%;width:32px;height:32px;font-size:24px;cursor:pointer}.chat-welcome{padding:14px 18px;margin:0;background:var(--soft);font-size:13px;line-height:1.9}.chat-messages{overflow-y:auto;min-height:70px;max-height:270px;padding:14px;overscroll-behavior:contain;display:flex;flex-direction:column;gap:12px}.chat-bubble{max-width:90%;align-self:flex-start;border-radius:15px 15px 3px 15px;background:#edf3ff;padding:10px 13px;overflow-wrap:anywhere}.chat-bubble.staff{align-self:flex-end;background:#f2f5f8;border-radius:15px 15px 15px 3px}.chat-bubble strong{font-size:11px;color:#52627a}.chat-bubble p{white-space:pre-wrap;margin:4px 0;font-size:13px;line-height:1.9;unicode-bidi:plaintext}.chat-bubble time{display:block;font-size:10px;color:#65758e}.chat-gate{padding:14px 18px;overflow-y:auto}.chat-gate p,.chat-closed{font-size:13px;margin:0 0 12px}.chat-gate form{margin-top:12px}.chat-gate label{font-size:12px;display:block;margin-bottom:6px}.chat-gate input{width:100%;box-sizing:border-box;margin-bottom:10px;min-height:42px}.chat-gate .btn{width:100%;font-size:13px;padding:9px 12px}.chat-email-again{background:none;border:0;color:var(--brand);font-family:inherit;font-size:12px;padding:12px;cursor:pointer}.chat-compose{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line);align-items:end}.chat-compose textarea{min-width:0;resize:none;flex:1;font-size:13px;line-height:1.7;max-height:130px}.chat-compose .btn{padding:12px;font-size:13px}.chat-label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.chat-feedback{font-size:12px;color:var(--error);margin:0;padding:0 16px 10px;line-height:1.8}.chat-feedback:empty{padding:0}.chat-closed{padding:16px}.chat-window:focus-within{outline:none}#gameyar-live-chat button:focus-visible{outline:3px solid #84b4ff;outline-offset:2px}@media(max-width:500px){#gameyar-live-chat{bottom:max(16px,env(safe-area-inset-bottom));right:12px;left:auto}.chat-window{width:calc(100vw - 24px);bottom:66px;max-height:calc(100dvh - 100px)}.chat-launch{padding:8px 13px}.chat-messages{max-height:30dvh}.chat-launch span{font-size:12px}}
.gy-chat-admin{display:grid;grid-template-columns:300px minmax(0,1fr);gap:20px;max-width:1250px;direction:rtl}.gy-chat-sidebar,.gy-chat-thread{background:white;border:1px solid #dbe3ef;border-radius:16px;padding:20px}.gy-chat-sidebar{max-height:70vh;overflow:auto}.gy-chat-item{width:100%;display:block;text-align:right;padding:15px;border:1px solid #dbe3ef;background:white;cursor:pointer;margin-bottom:10px;border-radius:10px}.gy-chat-item.active{border-color:#0459ff;background:#edf3ff}.gy-chat-item bdi{display:block;overflow-wrap:anywhere}.gy-chat-item small{display:block;margin-top:6px}.gy-chat-unread{background:#0459ff;color:white;border-radius:12px;padding:2px 7px}.gy-chat-thread .chat-messages{max-height:45vh;min-height:180px}.gy-chat-thread textarea{width:100%;margin:12px 0;min-height:85px}.gy-chat-actions{display:flex;gap:12px;flex-wrap:wrap}.gy-chat-admin .chat-bubble{min-width:150px}.gy-chat-error{color:#b42318}.gy-chat-thread h2{margin-top:0}@media(max-width:850px){.gy-chat-admin{grid-template-columns:1fr}.gy-chat-sidebar{max-height:250px}}

/* Chat controls stay scoped and share the brand tokens on every screen. */
.chat-launch{width:60px;height:60px;padding:10px;border-radius:50%;justify-content:center;background:linear-gradient(145deg,var(--brand),var(--navy))}.chat-launch img{width:40px;height:40px}.chat-launch span{position:absolute;right:70px;white-space:nowrap;background:white;color:var(--navy);padding:7px 12px;border:1px solid var(--line);border-radius:12px;font-size:12px;box-shadow:0 4px 16px #0b234a12}.chat-launch[aria-expanded=true] span{display:none}.chat-window{width:min(380px,calc(100vw - 32px))}.chat-compose{flex-wrap:wrap;flex-shrink:0}.chat-compose textarea{width:calc(100% - 75px);min-height:48px}.chat-tools{width:100%;flex-basis:100%;direction:rtl}.chat-tool-row{display:flex;align-items:center;gap:4px;border-top:1px solid #e9eef5;padding-top:7px}.chat-tool-row button,.chat-emoji button{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border:0;background:transparent;color:#52627a;border-radius:10px;cursor:pointer;font:inherit}.chat-tool-row button:hover,.chat-emoji button:hover{background:#edf3ff;color:#0459ff}.chat-tool-row small{margin-inline-start:auto;font-size:10px;color:#65758e}.chat-tool-row .recording{color:#b42318;background:#fff1f0}.chat-emoji{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;background:#f6f8fc;border-radius:12px;padding:6px}.chat-emoji button{font-size:22px}.chat-file-preview{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding:10px;background:#edf3ff;border-radius:10px;font-size:12px;overflow-wrap:anywhere;max-height:155px;overflow:auto}.chat-file-preview>span{width:100%;direction:ltr}.chat-file-preview button,.chat-file-open{font:inherit;font-size:12px;padding:7px 10px;border:1px solid #c7d8f2;border-radius:8px;background:white;color:#0b234a;cursor:pointer;max-width:100%;overflow-wrap:anywhere}.chat-file-preview audio,.chat-bubble audio{max-width:100%;width:260px;height:38px}.chat-bubble audio{display:block;margin-top:8px}.chat-tools button:focus-visible{outline:2px solid #0459ff;outline-offset:2px}@media(max-width:500px){.chat-launch{width:56px;height:56px}.chat-launch img{width:36px;height:36px}.chat-launch span{display:none}.chat-window{width:calc(100vw - 24px);bottom:70px;max-height:calc(100dvh - 106px)}.chat-top{padding:14px}.chat-welcome{padding:10px 14px}.chat-gate{min-height:0}.chat-messages{min-height:50px;flex:1}.chat-compose textarea{font-size:16px}.chat-gate input{font-size:16px}}
