.lg-loading-overlay{position:fixed;inset:0;z-index:100000;background:rgba(18,27,43,.64);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;padding:24px}
.lg-loading-overlay.is-visible{display:flex}
.lg-loading-card{min-width:220px;max-width:90vw;background:#fff;border-radius:18px;padding:28px 34px;box-shadow:0 24px 70px rgba(0,0,0,.28);display:flex;flex-direction:column;align-items:center;gap:15px;color:#172033;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.lg-loading-spinner{width:46px;height:46px;border:4px solid #e6e9ef;border-top-color:#df0e0e;border-radius:50%;animation:lg-spin .72s linear infinite}
.lg-loading-text{font-size:18px;font-weight:800;letter-spacing:.01em}
@keyframes lg-spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.lg-loading-spinner{animation-duration:1.5s}}

/* Larger, high-contrast Looking Glass result presentation (public + AdminCP). */
.lg-result-card{overflow:hidden;border-color:#d7dde7!important;box-shadow:0 14px 38px rgba(24,35,56,.09)!important}
.lg-result-head{padding:20px 22px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important;background:#fff!important;border-bottom:1px solid #e4e8ef!important}
.lg-result-head h2{margin:2px 0 3px!important;font-size:24px!important;line-height:1.2!important;font-weight:850!important;letter-spacing:-.02em!important;color:#172033!important}
.lg-result-kicker{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.11em;color:#16803c}
.lg-result-router{font-size:14px;font-weight:650;color:#667085}
.lg-result-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px 12px;max-width:52%;font-size:13px;color:#475467}
.lg-result-meta span{display:flex;flex-direction:column;gap:2px;min-width:120px;padding:8px 11px;border:1px solid #e2e7ef;border-radius:10px;background:#f8fafc}
.lg-result-meta strong{font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:#7b8495}
.lg-result-terminal{background:#111827;padding:20px 22px;overflow:auto;border-top:1px solid #0b1220}
.lg-result-output{margin:0;min-width:max-content;white-space:pre;color:#f8fafc;background:transparent;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:15.5px;line-height:1.7;font-weight:600;letter-spacing:.005em;tab-size:4}
.lg-result-table{font-size:15px!important}
.lg-result-table th{padding:13px 16px!important;font-size:11.5px!important;font-weight:800!important;letter-spacing:.06em!important;background:#f7f9fc!important;color:#596579!important}
.lg-result-table td{padding:14px 16px!important;font-size:15px!important;line-height:1.5!important;vertical-align:top!important}
.lg-result-empty{font-size:16px;line-height:1.55;color:#475467}
@media(max-width:760px){.lg-result-head{flex-direction:column}.lg-result-meta{justify-content:flex-start;max-width:100%;width:100%}.lg-result-meta span{flex:1;min-width:130px}.lg-result-output{font-size:14px}.lg-result-terminal{padding:17px 16px}}
