/* Kiosque expo — sobre : noir pur, un seul accent typographique. */
*{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{
  background:#000;color:#dde8f8;
  font-family:'Courier New',Courier,monospace;
  display:flex;flex-direction:column;height:100vh;overflow:hidden;
  cursor:none;
  -webkit-font-smoothing:none;
}
#stage{flex:1;overflow:hidden;position:relative}
#foot{
  padding:6px 14px;font-size:10px;color:#222;
  letter-spacing:.18em;flex-shrink:0;text-transform:uppercase;
}
#foot:empty{display:none}
