/* Merovex Press — "check your inbox" notice card, shown on the public_minimal
   layout: a single centered card on the page background (public `.press` styles). */
.press-notice-wrap {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.press-notice {
  box-sizing: border-box;
  width: 100%;
  max-width: 30rem;
  padding: 3rem 2.5rem;
  text-align: center;
  background: var(--surface-1);
  border: 1px solid var(--border-1);
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.press-notice__mark { display: block; width: 44px; margin: 0 auto 1.5rem; color: var(--text-3); }
.press-notice__mark svg { width: 100%; height: 100%; }
.press-notice__title { margin: 0 0 0.75rem; font-family: var(--press-serif); font-size: 1.8rem; color: var(--text-1); }
.press-notice__text { margin: 0; color: var(--text-2); line-height: 1.6; }
.press-notice__home { display: inline-block; margin-top: 1.75rem; font-size: 0.9rem; }
