/* OGEEAT v2.5 — Modal Auto-fill IA */
.ogeeat-ai-modal__backdrop {
    position: fixed; inset: 0;
    background: rgba(10, 10, 10, 0.5);
    z-index: 99998;
}
.ogeeat-ai-modal__panel {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: min(560px, calc(100vw - 32px));
    max-height: calc(100vh - 64px);
    overflow: auto;
    z-index: 99999;
}
