/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html{background:#04050a;color:#e7eef7;font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif}.page{margin:0;height:100vh;overflow:hidden;touch-action:manipulation}.stage{position:fixed;inset:0;background:#04050a;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.viz{position:absolute;inset:0;width:100%;height:100%;display:block;background:#04050a;pointer-events:none;z-index:0}.hudOverlay{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,0.42);opacity:0;pointer-events:none;transition:opacity 220ms ease;z-index:10}.hud{display:flex;gap:14px;align-items:center;justify-content:center;z-index:11}.hudBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,0.08);color:#ffffff;width:54px;height:54px;border-radius:999px;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform 160ms ease, background 160ms ease, border-color 160ms ease, opacity 160ms ease;touch-action:manipulation}.hudBtn svg{width:22px;height:22px}.hudBtn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,0.22);background:rgba(255,255,255,0.09)}.hudBtn:active{transform:translateY(0px) scale(0.98)}.hudBtn:disabled{opacity:0.35;cursor:default}.stage[data-running='0'] .hudBtn{border-color:rgba(255,255,255,0.18);background:rgba(255,255,255,0.08);box-shadow:0 0 0 1px rgba(255,255,255,0.06),0 0 22px rgba(160,210,255,0.08)}.stage[data-controls='1'] .hudOverlay{opacity:1;pointer-events:auto}

