.webapp-notice {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: color-mix(in srgb, var(--color-teal, #00a9b7) 12%, white);
}

.webapp-hidden {
  display: none;
}

.webapp-view-stack > [data-workspace-view] {
  display: none;
}

.webapp-view-stack > [data-workspace-view].is-active {
  display: block;
}

.webapp-result {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: var(--color-light, #f4f7f8);
  white-space: pre-wrap;
  overflow: auto;
}

.webapp-inline-error {
  color: #b42318;
  min-height: 1.25rem;
}

.webapp-status {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 0.85rem;
  margin: 0 0 1rem;
}

.webapp-status div {
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: var(--color-light, #f4f7f8);
}

.webapp-status dt {
  font-size: 0.85rem;
}

.webapp-status dd {
  margin: 0.2rem 0 0;
  font-weight: 600;
}

.panel-title {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.1rem;
}

.auth-header .auth-brand {
  gap: 0;
}

.auth-header .auth-brand-lockup {
  display: block;
  height: 2.5rem;
  width: auto;
}

.auth-story {
  position: relative;
}

.auth-story-mark {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 6.5rem;
  height: auto;
  opacity: 0.18;
  pointer-events: none;
}

.auth-card-mark {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 0 1rem;
}

@media (max-width: 52rem) {
  .auth-story-mark {
    display: none;
  }
}
