.ballistic-application { width:min(100%,640px); margin:24px auto; padding:16px; border:1px solid #9cbde9; border-radius:12px; background:#f0f7ff; box-sizing:border-box; }
.ballistic-application a { display:block; color:#1154cc; text-decoration:none; text-align:center; }
.ballistic-application a:hover { text-decoration:underline; }
.ballistic-application a:focus-visible { outline:3px solid #1154cc; outline-offset:4px; }
.ballistic-application img { display:block; width:100%; height:auto; margin:0; border-radius:6px; }
.ballistic-application strong { display:block; margin-top:12px; font-size:1.3rem; }
.ballistic-application span { display:block; margin-top:6px; font-size:1rem; }
.ballistic-application figcaption { margin-top:12px; font-size:1.05rem; line-height:1.5; color:#17324f; }
#ballistic-dialog { width:min(96vw,1600px); max-width:96vw; max-height:94vh; box-sizing:border-box; padding:16px; border:0; border-radius:12px; background:white; color:#17324f; }
#ballistic-dialog::backdrop { background:rgba(10,23,39,.85); }
.ballistic-toolbar { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; margin-bottom:16px; }
#ballistic-dialog h2 { margin:0; font-size:1.2rem; }
.ballistic-toolbar a { color:#1154cc; font-size:1rem; }
.ballistic-toolbar button { padding:10px 16px; border:0; border-radius:6px; background:#1154cc; color:white; font:inherit; cursor:pointer; }
#ballistic-dialog img { display:block; width:100%; max-width:100%; height:auto; margin:0; }
