body.home-page.host-shell {
  display: block;
  height: 100vh;
  overflow: hidden;
}

#host-root {
  min-height: 100vh;
  position: relative;
  z-index: 10;
}

#layout-nav {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 20;
  display: flex;
  gap: 8px;
}

#layout-nav[hidden] {
  display: none;
}

.host-nav-link,
.host-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.08em;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid rgba(201, 168, 76, 0.6);
  background: rgba(10, 14, 38, 0.85);
  color: #f2e8c6;
  text-decoration: none;
  cursor: pointer;
}

#frame-container {
  position: relative;
  z-index: 15;
  width: 100%;
  height: 100vh;
}

#page-frame {
  display: block;
  border: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
}

body.host-no-background .flag-background,
body.host-no-background .vignette-overlay,
body.host-no-background .fogwrapper,
body.host-no-background #dust-canvas {
  display: none;
}

body.host-no-background::before {
  display: none;
}
