/* PeteZahGames index.css parity: full-viewport #root + hidden SEO blocks */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  background: #000000;
  height: 100dvh;
  min-height: 100dvh;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.education-is-key {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
}

#root {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.workspace-frame,
.edu-app-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #0c0e12;
}
