/* 토큰 없는 호스트 루트(manager./ticket.)용 안내 화면 — 개인 링크로 오시라는 한 줄만. */
.entry {
  min-height: 100dvh;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 12px;
  padding: 32px 24px calc(32px + env(safe-area-inset-bottom));
}
.entry h1 { margin: 0; font-size: 24px; font-weight: 700; letter-spacing: -.01em; }
.entry p { margin: 0; font-size: 15px; line-height: 1.7; color: #5b636b; word-break: keep-all; }
.entry-help { font-size: 14px; }
.entry-help a { color: #C0501F; font-weight: 600; }
