/* Root-level offers must remain above result (10010) and infinite panels (9000). */
body > .q-offer-modal { z-index: 11000; }
/* Logs are separate root dialogs: no inherited HUD transform, clipping or artwork. */
.arsene-log-overlay { position: fixed; inset: 0; z-index: 11020; display: grid; place-items: center; padding: max(16px, env(safe-area-inset-top)) 12px max(16px, env(safe-area-inset-bottom)); background: #000b; }
.arsene-log-overlay > section { display: flex; flex-direction: column; width: min(100%, 430px); max-height: 80svh; min-height: 180px; overflow: hidden; background: #020713; color: #e1efff; border: 1px solid #61cfff; box-shadow: 0 0 18px #168fff44; }
.arsene-log-overlay header { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px; border-bottom: 1px solid #285270; }
.arsene-log-overlay button { min-height: 44px; padding: 8px 14px; color: #fff; background: #102c43; border: 1px solid #61cfff; cursor: pointer; }
.arsene-log-content { overflow-y: auto; overscroll-behavior: contain; padding: 12px 16px; }
.arsene-log-content p { font-size: 12px; line-height: 1.6; margin: 0 0 10px; overflow-wrap: anywhere; }
