/* Shared minimal styling for video/embed helper pages used inside iframes */

:root{
  color-scheme: dark;
}

html, body{
  height: 100%;
  width: 100%;
}

body{
  margin: 0;
  background: #000;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

img, video{
  max-width: 100%;
  height: auto;
  display: block;
}

.embed{
  width: 100%;
  height: 100%;
}

.embed a{
  display: block;
  width: 100%;
  height: 100%;
}

.embed img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embed video{
  width: 100%;
  height: 100%;
}
