body.publication-prototype-app-shell #app.route-publication-prototype {
  width: 100vw;
  max-width: none;
  min-height: 100dvh;
  padding: 0;
}

.publication-prototype-shell {
  position: relative;
  min-height: calc(100dvh - 1px);
  display: grid;
  grid-template-rows: 28px minmax(0, 1fr) 24px;
  overflow: hidden;
  background: #161915;
  color: #f4efe6;
  font-family: Inter, system-ui, sans-serif;
}

.publication-prototype-marker {
  position: absolute;
  z-index: 5;
  top: 34px;
  left: 12px;
  display: grid;
  gap: 3px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 238, 170, 0.58);
  border-radius: 6px;
  background: rgba(11, 13, 10, 0.86);
  color: #ffeaa6;
  font: 800 11px/1.15 Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

.publication-prototype-marker strong {
  color: #fff8d8;
  font-size: 13px;
}

.publication-prototype-head,
.publication-prototype-foot {
  width: min(1320px, calc(100% - 16px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  opacity: 0.72;
}

.publication-prototype-head p {
  margin: 0;
  color: #aeb7ad;
  font: 800 0.58rem/1 Inter, system-ui, sans-serif;
  text-transform: uppercase;
}

.publication-prototype-head strong {
  display: block;
  margin-top: 1px;
  font-size: 0.8rem;
}

.publication-prototype-status,
.publication-prototype-foot {
  color: #d8d2c6;
  font-size: 0.64rem;
  font-weight: 800;
}

.publication-prototype-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  padding: 0 4px 2px;
  background:
    radial-gradient(ellipse at 50% 58%, rgba(255, 255, 255, 0.035), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 15%),
    #191c18;
}

.publication-prototype-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(1260px, 86vw);
  height: 16px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  filter: blur(16px);
}

.publication-prototype-canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1328px, calc(100vw - 8px));
  max-height: calc(100dvh - 54px);
  aspect-ratio: 1240 / 760;
  border-radius: 2px;
}

.publication-prototype-foot {
  justify-content: center;
  gap: 8px;
}

.publication-prototype-foot button {
  min-width: 24px;
  min-height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: inherit;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  cursor: pointer;
}
