
.runtime-alert{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:22px;background:rgba(3,4,5,.76);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-family:var(--font);color:#f6f6f2}
.runtime-alert[hidden]{display:none}.runtime-alert-card{width:min(500px,calc(100vw - 34px));padding:20px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(16,17,18,.97);box-shadow:0 30px 100px rgba(0,0,0,.55)}.runtime-alert-top{display:flex;gap:12px;align-items:flex-start}.runtime-alert-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:rgba(255,82,82,.12);color:#ff7777}.runtime-alert-icon svg{width:19px}.runtime-alert-kicker{font-size:8px;letter-spacing:.16em;color:#ff7777}.runtime-alert-card h2{margin:4px 0 0;font-size:20px;letter-spacing:-.025em}.runtime-alert-message{margin:18px 0;color:rgba(255,255,255,.7);font-size:12px;line-height:1.55}.runtime-alert-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden}.runtime-alert-grid>div{padding:10px;background:rgba(255,255,255,.035)}.runtime-alert-grid span{display:block;color:rgba(255,255,255,.35);font-size:7px;letter-spacing:.13em}.runtime-alert-grid strong{display:block;margin-top:4px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}details{margin-top:10px;border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:9px}summary{cursor:pointer;list-style:none;color:rgba(255,255,255,.58);font-size:9px;letter-spacing:.08em;display:flex;gap:7px;align-items:center}summary::-webkit-details-marker{display:none}summary svg{width:13px}details pre{max-height:180px;overflow:auto;margin:10px 0 0;padding:10px;border-radius:5px;background:#090a0b;color:#b9b9b2;font:10px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.runtime-alert-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.runtime-alert-actions button{width:100%}@media(max-width:520px){.runtime-alert-card{padding:16px}.runtime-alert-actions{grid-template-columns:1fr}.runtime-alert-grid{grid-template-columns:1fr 1fr}}
