/**
 * m/share.html — 카카오 공유 미래 보석카드 상세 (무료 JSON only)
 */

.share-page {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #0d0d0d;
  color: #f5ecd8;
  font-family: 'Noto Serif KR', 'Gowun Batang', serif;
  word-break: keep-all;
}

.share-header {
  text-align: center;
  padding: 20px 16px 8px;
}

.share-header__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(212, 175, 55, 0.95);
  letter-spacing: 0.04em;
}

.share-main {
  flex: 1;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 8px 16px 24px;
  box-sizing: border-box;
}

.share-loading,
.share-fallback-msg {
  text-align: center;
  font-size: 0.95rem;
  color: #e8e0f0;
  line-height: 1.6;
  margin: 24px 0;
}

.share-card {
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-radius: 14px;
  padding: 16px 14px 14px;
  background: rgba(26, 26, 26, 0.96);
}

.share-card__image-wrap {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 16px;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

.share-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.share-card__time {
  margin: 0 0 8px;
  font-size: 1.1rem;
  text-align: center;
  color: #f0f0f0;
}

.share-card__stone {
  margin: 0 0 14px;
  text-align: center;
  color: #e8e0f0;
  font-size: 0.95rem;
}

.share-card__message {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.75;
  color: #f5ecd8;
  white-space: pre-wrap;
}

.share-footer {
  padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0));
  text-align: center;
}

.share-cta {
  display: inline-block;
  min-width: 200px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37 0%, #9d8a3c 100%);
  color: #0d0d0d;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.35);
}

.share-cta:focus-visible {
  outline: 2px solid #f5ecd8;
  outline-offset: 3px;
}
