/* ============================================
   Daily Seal Index Styles
   ============================================ */

.daily {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  position: relative;
}
.daily__back {
  position: fixed;
  top: 24px; left: 24px;
  font-size: 0.75rem;
  color: var(--text-muted, #A09A94);
  letter-spacing: 0.2em;
  z-index: 10;
  transition: color 0.3s;
}
.daily__back:hover { color: var(--pink, #E8B4B8); }

.daily__screen {
  max-width: 500px;
  width: 100%;
  text-align: center;
  animation: dailyFadeIn 0.6s ease-out;
}
@keyframes dailyFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Intro ── */
.daily__date {
  font-family: var(--font-en, 'Cormorant Garamond', serif);
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  color: var(--text-muted, #A09A94);
  margin-bottom: 1.5rem;
}
.daily__title {
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 400;
  color: var(--white, #F5F0EB);
  margin-bottom: 0.3rem;
}
.daily__subtitle {
  font-family: var(--font-en, 'Cormorant Garamond', serif);
  font-size: 0.85rem;
  color: var(--text-muted, #A09A94);
  letter-spacing: 0.2em;
  font-style: italic;
  margin-bottom: 2rem;
}

/* ── Ring ── */
.daily__meter-preview { margin-bottom: 2rem; }
.daily__ring {
  position: relative;
  width: 120px; height: 120px;
  margin: 0 auto;
}
.daily__ring svg { width: 100%; height: 100%; }
.daily__ring-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-en, 'Cormorant Garamond', serif);
  font-size: 1.5rem;
  color: var(--text-muted, #A09A94);
}
.daily__ring--large {
  width: 200px; height: 200px;
}
.daily__ring-pct {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-en, 'Cormorant Garamond', serif);
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.daily__intro-text {
  font-size: 0.9rem;
  color: var(--text-dim, #C8C4BF);
  line-height: 2.2;
  margin-bottom: 2.5rem;
}

/* ── Question ── */
.daily__q-progress {
  font-family: var(--font-en, 'Cormorant Garamond', serif);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  color: var(--pink, #E8B4B8);
  margin-bottom: 1rem;
}
.daily__q-bar {
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  margin-bottom: 3rem;
  overflow: hidden;
}
.daily__q-bar-fill {
  height: 100%;
  background: var(--pink, #E8B4B8);
  transition: width 0.4s ease;
  width: 0;
}
.daily__q-text {
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: var(--white, #F5F0EB);
  line-height: 2;
  margin-bottom: 2.5rem;
  min-height: 60px;
}
.daily__q-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.daily__option {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: 1px solid #222;
  color: var(--white, #F5F0EB);
  font-family: var(--font-jp, 'Noto Serif JP', serif);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}
.daily__option:hover {
  border-color: var(--pink, #E8B4B8);
  background: rgba(232, 180, 184, 0.03);
}
.daily__option--selected {
  border-color: var(--pink, #E8B4B8) !important;
  background: rgba(232, 180, 184, 0.06) !important;
}
.daily__option:disabled {
  cursor: default;
  opacity: 0.5;
}

/* ── Result ── */
.daily__result-label {
  font-size: 0.9rem;
  color: var(--text-dim, #C8C4BF);
  line-height: 2;
  margin-bottom: 2rem;
}
.daily__meter { margin-bottom: 2rem; }

.daily__result-level {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
.daily__result-message {
  font-size: 0.85rem;
  color: var(--text-dim, #C8C4BF);
  line-height: 2.2;
  white-space: pre-line;
  margin-bottom: 2rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Advice ── */
.daily__result-advice {
  border: 1px solid #1a1a1a;
  padding: 24px;
  margin-bottom: 2rem;
  text-align: left;
}
.daily__result-advice h3 {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--pink, #E8B4B8);
  margin-bottom: 1rem;
}
.daily__result-advice p {
  font-size: 0.85rem;
  color: var(--text-dim, #C8C4BF);
  line-height: 2;
  white-space: pre-line;
}

/* ── Seal Stickers ── */
.daily__result-seal {
  margin-bottom: 2rem;
}
.daily__seal-prompt {
  font-size: 0.75rem;
  color: var(--gold, #B33A3A);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-style: italic;
}
.daily__seal-stickers {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.daily__sticker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid #8B0000;
  color: #8B0000;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 50%;
  animation: stickerAppear 0.4s ease-out both;
}
@keyframes stickerAppear {
  from { opacity: 0; transform: scale(0.3) rotate(-180deg); }
  to   { opacity: 1; transform: scale(1) rotate(0deg); }
}

/* ── Shop Footer (控えめな購入導線) ── */
.daily__shop-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  text-align: center;
}
.daily__shop-divider {
  width: 40px;
  height: 1px;
  background: #222;
  margin: 0 auto 1.5rem;
}
.daily__shop-text {
  font-size: 0.7rem;
  color: var(--text-muted, #A09A94);
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
}
.daily__shop-btn {
  display: inline-block;
  font-family: var(--font-en, 'Cormorant Garamond', serif);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--text-muted, #A09A94);
  border: 1px solid #2a2a2a;
  padding: 8px 24px;
  transition: all 0.3s;
}
.daily__shop-btn:hover {
  border-color: var(--pink, #E8B4B8);
  color: var(--pink, #E8B4B8);
}

/* ── Share Section ── */
.daily__share-section {
  margin-bottom: 2.5rem;
  padding: 24px;
  border: 1px solid #1a1a1a;
}
.daily__share-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--pink, #E8B4B8);
  margin-bottom: 1rem;
}
.daily__share-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.daily__share-buttons .btn {
  font-size: 0.75rem;
  padding: 10px 18px;
}
.daily__share-hint {
  font-size: 0.7rem;
  color: var(--text-muted, #A09A94);
  font-style: italic;
  line-height: 1.8;
}

/* ── Actions ── */
.daily__result-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.daily__tomorrow {
  font-size: 0.75rem;
  color: var(--text-muted, #A09A94);
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
