/* tenki.css — /2026 キャンペーンLP 専用. 星夜×金のみるもんブランド, モバイル一枚もの. */

:root {
  --bg: #131643;
  --bg-deep: #0e1034;
  --card: #2e214e;
  --card-edge: #47356e;
  --gold: #d9b97c;
  --gold-bright: #ecd39e;
  --gold-dim: #a8905e;
  --lavender: #d9d0ee;
  --lavender-dim: #b3a6d6;
  --title: #e9dff7;
  --cream: #f6ead0;
  --line-green: #06c755;
  --font-mincho: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background:
    radial-gradient(circle at 20% 12%, rgba(124, 95, 192, 0.28), transparent 42%),
    radial-gradient(circle at 82% 70%, rgba(217, 185, 124, 0.14), transparent 46%),
    linear-gradient(170deg, #1a1c4e 0%, var(--bg) 42%, var(--bg-deep) 100%);
  color: var(--lavender);
  font-family: var(--font-mincho);
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}
.nowrap { white-space: nowrap; }

.t2026 {
  max-width: 560px;
  margin: 0 auto;
  padding: 2.4rem 1.2rem calc(2.4rem + env(safe-area-inset-bottom, 0px));
}

/* ---- hero ---- */
.t2026-hero { text-align: center; }
.t2026-eyebrow {
  color: var(--gold-bright); font-size: 0.86rem; letter-spacing: 0.22em;
  margin: 0 0 0.9rem;
}
.t2026-title {
  color: var(--title); font-weight: 900; font-size: 2.05rem; line-height: 1.32;
  margin: 0 0 1rem; text-shadow: 0 2px 20px rgba(124, 95, 192, 0.4);
}
.t2026-sub {
  color: var(--lavender); font-size: 1rem; line-height: 1.85; margin: 0 auto 1.8rem;
  max-width: 22em;
}

/* ---- form ---- */
.t2026-form {
  background: linear-gradient(165deg, #34265a 0%, var(--card) 55%, #281c46 100%);
  border: 1px solid var(--gold-dim); border-radius: 18px;
  padding: 1.5rem 1.3rem; display: flex; flex-direction: column; gap: 0.7rem;
}
.t2026-label { color: var(--lavender-dim); font-size: 0.9rem; letter-spacing: 0.06em; text-align: left; }
#tenki-date {
  width: 100%; font-size: 16px; font-family: inherit;
  padding: 0.75rem 0.9rem; border-radius: 12px;
  border: 1px solid var(--card-edge); background: #211840; color: var(--title);
}
.t2026-go {
  margin-top: 0.4rem; padding: 0.95rem 1rem; border: none; border-radius: 999px;
  background: linear-gradient(180deg, #f3e0ae, var(--gold) 85%); color: var(--bg-deep);
  font-family: inherit; font-weight: 700; font-size: 1.08rem; letter-spacing: 0.06em;
  cursor: pointer; box-shadow: 0 6px 22px rgba(236, 211, 158, 0.28);
}
.t2026-go:hover, .t2026-go:focus-visible { filter: brightness(1.06); }
.t2026-free { color: var(--lavender-dim); font-size: 0.8rem; margin: 0.2rem 0 0; }

/* ---- stage ---- */
.t2026-stage { margin-top: 1.6rem; }

/* reveal animation */
.tenki-anim { text-align: center; padding: 2.5rem 0; }
.tenki-anim-orb {
  width: 74px; height: 74px; margin: 0 auto 1.4rem; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #fdf6e3, var(--cream) 55%, #e0c795);
  box-shadow: 0 0 40px rgba(236, 211, 158, 0.55);
  animation: tenki-pulse 1.4s ease-in-out infinite;
}
@keyframes tenki-pulse { 0%,100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.12); opacity: 1; } }
.tenki-anim-line { color: var(--lavender); font-size: 1rem; letter-spacing: 0.04em; }

/* result */
.tenki-result { animation: tenki-fade 0.5s ease; }
@keyframes tenki-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.tenki-type { text-align: center; color: var(--title); font-size: 1.35rem; font-weight: 700; margin: 0.4rem 0 0.2rem; }
.tenki-type-catch { text-align: center; color: var(--lavender-dim); font-size: 0.9rem; margin: 0 0 1.4rem; }

.tenki-ki {
  text-align: center; padding: 1.6rem 1rem; margin-bottom: 1.4rem;
  background: linear-gradient(165deg, #3a2b64, #241a45);
  border: 1px solid var(--gold-dim); border-radius: 18px;
}
.tenki-ki-pre { color: var(--lavender-dim); font-size: 0.9rem; margin: 0 0 0.3rem; }
.tenki-ki-name {
  color: var(--gold-bright); font-size: 2.4rem; font-weight: 900; margin: 0 0 0.5rem;
  text-shadow: 0 2px 18px rgba(236, 211, 158, 0.35);
}
.tenki-ki-catch { color: var(--lavender); font-size: 0.98rem; line-height: 1.7; margin: 0; }

.tenki-turn-lead { text-align: center; color: var(--lavender-dim); font-size: 0.9rem; margin: 0 0 0.3rem; }
.tenki-turn-months { text-align: center; color: var(--gold-bright); font-size: 1.7rem; font-weight: 700; margin: 0 0 0.9rem; }
.tenki-hook { text-align: center; color: var(--lavender); font-size: 1rem; margin: 0 0 1.6rem; }

/* share */
.tenki-share { text-align: center; margin-bottom: 1.6rem; }
.tenki-share-label { color: var(--lavender-dim); font-size: 0.85rem; margin: 0 0 0.6rem; }
.tenki-share-row { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; }
.tenki-share-btn {
  padding: 0.5rem 1.1rem; border-radius: 999px; border: 1px solid var(--card-edge);
  background: rgba(246, 234, 208, 0.06); color: var(--lavender); font-family: inherit;
  font-size: 0.9rem; text-decoration: none; cursor: pointer;
}
.tenki-share-btn:hover { border-color: var(--gold-dim); color: var(--gold-bright); }

/* paywall */
.tenki-paywall {
  text-align: center; padding: 1.6rem 1.2rem; margin-bottom: 1.4rem;
  background: linear-gradient(165deg, #fbf6ea, var(--cream) 60%, #f0e2c6);
  border: 1px solid var(--gold); border-radius: 18px; color: #3a2c17;
}
.tenki-pay-title { font-size: 1.2rem; font-weight: 700; margin: 0 0 0.5rem; color: #4a3818; }
.tenki-pay-desc { font-size: 0.92rem; line-height: 1.75; margin: 0 0 1.1rem; color: #5a4726; }
.tenki-pay-btn {
  width: 100%; padding: 1rem; border: none; border-radius: 999px;
  background: linear-gradient(180deg, #3a2b64, #241a45); color: var(--gold-bright);
  font-family: inherit; font-weight: 700; font-size: 1.12rem; letter-spacing: 0.04em;
  cursor: pointer; box-shadow: 0 6px 20px rgba(36, 26, 69, 0.35);
}
.tenki-pay-btn:hover { filter: brightness(1.12); }
.tenki-pay-fine { font-size: 0.78rem; color: #7a6236; margin: 0.7rem 0 0; }

/* line cta */
.tenki-line-cta { text-align: center; margin: 1.6rem 0 0.5rem; }
.tenki-line-note { color: var(--lavender-dim); font-size: 0.85rem; margin: 0 0 0.6rem; }
.tenki-line-btn {
  display: inline-block; padding: 0.7rem 1.6rem; border-radius: 999px;
  background: var(--line-green); color: #fff; font-family: inherit; font-weight: 700;
  font-size: 0.98rem; text-decoration: none;
}

/* full (unlocked) */
.tenki-full { margin-top: 1.8rem; animation: tenki-fade 0.5s ease; }
.tenki-full-title { text-align: center; color: var(--title); font-size: 1.3rem; margin: 0 0 1.2rem; }
.tenki-tp {
  background: linear-gradient(165deg, #34265a 0%, var(--card) 55%, #281c46 100%);
  border: 1px solid var(--card-edge); border-radius: 14px; padding: 1.1rem 1rem; margin-bottom: 0.9rem;
}
.tenki-tp-head { color: var(--gold-bright); font-size: 1.1rem; font-weight: 700; margin: 0 0 0.5rem; }
.tenki-tp-likely { color: var(--lavender); font-size: 0.96rem; line-height: 1.8; margin: 0 0 0.6rem; }
.tenki-tp-action { color: var(--gold); font-size: 0.9rem; line-height: 1.7; margin: 0; }
.tenki-cal-title { text-align: center; color: var(--lavender-dim); font-size: 0.9rem; margin: 1.4rem 0 0.6rem; }
.tenki-cal {
  background: rgba(46, 33, 78, 0.5); border: 1px solid var(--card-edge); border-radius: 12px; overflow: hidden;
}
.tenki-cal-row { display: flex; justify-content: space-between; padding: 0.6rem 1rem; border-bottom: 1px solid rgba(71, 53, 110, 0.5); }
.tenki-cal-row:last-child { border-bottom: none; }
.tenki-cal-m { color: var(--title); font-weight: 700; }
.tenki-cal-l { color: var(--lavender-dim); }
.tenki-full-close { text-align: center; color: var(--lavender); font-size: 0.95rem; line-height: 1.8; margin: 1.4rem 0 0; }

/* footer */
.t2026-foot { text-align: center; margin-top: 2.4rem; font-size: 0.78rem; color: var(--lavender-dim); }
.t2026-foot a { color: var(--lavender-dim); }

@media (max-width: 380px) {
  .t2026-title { font-size: 1.75rem; }
  .tenki-ki-name { font-size: 2rem; }
  .tenki-turn-months { font-size: 1.4rem; }
}
