/* Site tools are part of the header on working simulation pages, never over the controls. */
.zgy-simulation-page>header{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px}
.zgy-simulation-page .zgy-simulation-tools{display:flex;align-items:center;justify-content:flex-end;gap:13px;margin-left:auto;min-width:0}
.zgy-simulation-page .zgy-utc-clock{position:static;right:auto;bottom:auto;z-index:auto;max-width:none;flex:none;display:block;margin:0;padding:7px 0;background:none;box-shadow:none;backdrop-filter:none;border-radius:0;color:#c9eee0;font-size:.76rem;letter-spacing:.02em;white-space:nowrap;opacity:1;visibility:visible}
.zgy-simulation-page:has(.zgy-chat-panel:not([hidden])) .zgy-utc-clock{opacity:1}
.zgy-simulation-page .zgy-chat-launcher{position:static;right:auto;bottom:auto;z-index:auto;flex:0 0 44px;width:44px;height:44px;border-radius:14px;box-shadow:none}
.zgy-simulation-page .zgy-chat-launcher svg{width:24px;height:24px}
.zgy-simulation-page .zgy-chat-panel{position:relative;right:auto;bottom:auto;z-index:auto;width:min(420px,calc(100% - 34px));height:min(480px,70dvh);max-height:70dvh;margin:8px 17px 12px auto}
@media(max-width:650px){.zgy-simulation-page .zgy-simulation-tools{width:100%;margin:1px 0 0;justify-content:space-between;gap:10px}.zgy-simulation-page .zgy-utc-clock{font-size:.69rem;padding:5px 0;overflow:visible;text-overflow:clip}.zgy-simulation-page .zgy-chat-launcher{width:44px;height:44px;flex-basis:44px}.zgy-simulation-page .zgy-chat-panel{width:calc(100% - 34px);margin:8px 17px 12px;height:min(460px,65dvh);max-height:65dvh}}
