/* AstroLoop fallback shell styling. Open MCT's own CSS/theme takes precedence
   when available; this prevents an unusable raw-HTML screen if package asset
   locations change between Open MCT releases. */
html, body, #app { margin: 0; width: 100%; height: 100%; overflow: hidden; }
body { background: #10161c; color: #e8edf2; font: 13px/1.35 Arial, Helvetica, sans-serif; }
button, input, select, textarea { font: inherit; }
button { border: 1px solid #53616e; border-radius: 3px; padding: 4px 8px; background: #26323c; color: #fff; }
input, select, textarea { background: #182129; color: #fff; border: 1px solid #53616e; }
a { color: #5db8ff; }
