/* Full-canvas exploration events; isolated from maps and the departure lobby. */
#game-container #choice-container.eve-exploration-panel.eve-location-panel {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
#game-container #choice-container.eve-location-panel > .eve-location-shell {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
#game-container #choice-container.eve-location-panel .eve-location-shell > .eve-exploration-header {
    position: absolute;
    top: 212px;
    left: 36px;
    right: 36px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    margin: 0;
    padding: 10px 20px;
    border-left: 3px solid #a5e9fc;
    border-bottom: 1px solid #79c5e144;
    background: linear-gradient(90deg, #102a3de8, #0a192980 65%, #0a192900);
}
#game-container #choice-container.eve-location-panel .eve-exploration-header h2 { margin: 5px 0 0; color: #eefaff; font-size: 25px; line-height: 1.3; }
#game-container #choice-container.eve-location-panel .eve-exploration-kicker { color: #8ccde5; font-size: 10px; letter-spacing: .14em; }
#game-container #choice-container.eve-location-panel .eve-turn-chip { padding: 10px 16px; font-size: 13px; color: #cbe5f3; background: #10263be8; border: 1px solid #73b7d44d; border-radius: 3px; }
#game-container #choice-container.eve-location-panel .eve-location-shell > .eve-exploration-flash {
    position: absolute;
    top: 218px;
    left: 650px;
    max-width: 660px;
    max-height: 60px;
    z-index: 6;
    margin: 0;
    padding: 12px 18px;
    overflow: auto;
    color: #bedbe9;
    background: #10263bf2;
    border: 1px solid #73b7d44d;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.6;
}
/* One stable image frame for intro, choices, results and damage reactions.
   Its center never depends on the choice rail or the browser viewport width. */
#game-container #choice-container.eve-event-story-panel .eve-event-visual-stage {
    position: absolute !important;
    top: 294px !important;
    right: 0 !important;
    bottom: 398px !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#game-container #choice-container.eve-event-story-panel .eve-event-image-wrap {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 50%;
    display: grid !important;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
    width: 940px !important;
    max-width: none !important;
    height: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 0;
    transform: translateX(-50%) !important;
}
#game-container #choice-container.eve-event-story-panel .eve-event-image-wrap img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-height: 0;
    max-height: none !important;
    object-fit: contain !important;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
}
#game-container #choice-container.eve-event-story-panel .eve-event-image-wrap p {
    margin: 0;
    padding: 8px 16px;
    max-height: 48px;
    overflow: auto;
    border: 1px solid #75b4ce35;
    border-left: 3px solid #7cbad1;
    border-radius: 0 3px 3px 0;
    background: #102338eb;
    color: #c8ddea;
    font-size: 13px;
    line-height: 1.5;
}
#game-container #choice-container.eve-event-story-panel .eve-event-choice-panel {
    position: absolute !important;
    top: 0 !important;
    right: 36px !important;
    bottom: 0 !important;
    width: 360px !important;
    margin: 0 !important;
    padding: 0 6px 0 0 !important;
    display: flex !important;
    align-items: safe center;
    overflow-x: hidden;
    overflow-y: auto;
    transform: none !important;
    scrollbar-width: thin;
    scrollbar-color: #559fbd #091625;
}
#game-container #choice-container.eve-event-story-panel .eve-event-choice-panel > div { width: 100%; }
#game-container #choice-container.eve-event-story-panel .eve-event-choice-btn { flex: 0 0 auto; }
#game-container #choice-container.eve-location-panel .eve-location-story-card {
    color: #e1f2fc;
    background: linear-gradient(135deg, #142f45f5, #0b192bf5);
    border: 1px solid #77c9e58c;
    border-radius: 4px;
    box-shadow: inset 0 0 16px #5ac9f012;
}
