/* 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;
}

.rosin-ads {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  padding: 8px 10px 10px;
  border-top: 1px solid #1a1a1a;
  background: #050505;
}

.rosin-ad-side {
  flex: 0 0 auto;
  min-width: 160px;
  max-width: 100%;
}

.rosin-ad-bottom {
  flex: 0 0 auto;
  min-width: 280px;
  max-width: 100%;
}

.rosin-ad-side iframe,
.rosin-ad-bottom iframe {
  display: block;
  max-width: 100%;
}
