.luna-oracle { position: relative; min-height: 100vh; min-height: 100dvh; overflow: hidden; background: #1a1233; color: #fff; font-family: "Zen Kaku Gothic New", sans-serif; -webkit-font-smoothing: antialiased; }
.luna-oracle * { box-sizing: border-box; }
.luna-oracle__bg { position: fixed; inset: 0; z-index: 0; background: url("../oracle/2_4ac95d.webp") 50% 40%/cover no-repeat; }
.luna-oracle__veil { position: fixed; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(70% 50% at 50% 52%, rgba(30,18,56,.34), rgba(30,18,56,.12) 45%, transparent 78%); }
.luna-oracle__stars { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; }
.luna-oracle .luna-fortune-head { position: fixed; top: 0; left: 0; right: 0; z-index: 12; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 26px 2.4vw; }
.luna-oracle .luna-fortune-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; cursor: pointer; }
.luna-oracle .luna-fortune-brand__jp { font-family: "Shippori Mincho", serif; font-size: 25px; letter-spacing: .18em; color: #f3ecff; }
.luna-oracle .luna-fortune-brand__en { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 20px; letter-spacing: .16em; color: rgba(244,184,208,.92); }
.luna-oracle .luna-fortune-back { display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px; border: 1px solid rgba(216,189,131,.7); border-radius: 999px; color: #f4ecff; text-decoration: none; font-size: 13px; letter-spacing: .12em; }
.luna-oracle .luna-fortune-bc { position: fixed; top: 82px; left: 2.4vw; right: 2.4vw; z-index: 12; }
.luna-oracle .luna-bc ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: 11px; letter-spacing: .08em; color: rgba(239,233,247,.72); }
.luna-oracle .luna-bc li:not(:last-child)::after { content: "›"; margin-left: 8px; color: rgba(232,211,154,.65); }
.luna-oracle .luna-bc a { text-decoration: none; color: rgba(239,233,247,.72); }
.luna-oracle__home { position: fixed; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 48px 24px; overflow: hidden; }
.luna-oracle__inner { display: flex; align-items: center; flex-direction: column; animation: lunaOracleSoftUp 1.1s ease both; }
.luna-oracle__label { font-size: 12px; letter-spacing: .62em; text-indent: .62em; color: rgba(238,224,180,.9); }
.luna-oracle__orn { display: flex; align-items: center; gap: 11px; margin-top: 14px; }
.luna-oracle__orn::before, .luna-oracle__orn::after { content: ""; width: 54px; height: 1px; background: linear-gradient(90deg, transparent, rgba(232,211,154,.6)); }
.luna-oracle__orn::after { background: linear-gradient(270deg, transparent, rgba(232,211,154,.6)); }
.luna-oracle__orn span { width: 6px; height: 6px; transform: rotate(45deg); border: 1px solid rgba(232,211,154,.8); box-shadow: 0 0 8px rgba(232,211,154,.5); }
.luna-oracle h1 { font-family: "Shippori Mincho", serif; font-weight: 500; font-size: clamp(32px,6.6vw,56px); color: #fbf7ff; line-height: 1.5; letter-spacing: .12em; margin: 30px 0 0; text-shadow: 0 2px 30px rgba(40,20,70,.6), 0 0 50px rgba(202,166,236,.35); }
.luna-oracle__lead { max-width: 470px; color: rgba(232,224,248,.82); font-size: 15px; line-height: 2.1; letter-spacing: .05em; margin: 30px 0 0; text-shadow: 0 1px 12px rgba(30,16,56,.7); }
.luna-oracle__receive { margin-top: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 21px 64px; border-radius: 999px; border: 1px solid rgba(247,238,200,.9); background: linear-gradient(180deg,#e8d896,#d9c378 52%,#ccb465); color: #2c2444; font-family: "Shippori Mincho", serif; font-weight: 600; font-size: 19px; letter-spacing: .3em; text-indent: .3em; cursor: pointer; box-shadow: 0 12px 32px rgba(0,0,0,.34), 0 0 36px rgba(226,205,140,.3), inset 0 1px 0 rgba(255,250,228,.75); transition: transform .3s, box-shadow .3s, filter .3s; }
.luna-oracle__receive:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 16px 40px rgba(0,0,0,.38), 0 0 50px rgba(238,218,150,.5); }
.luna-oracle__about-open { display: inline-flex; width: fit-content; align-items: center; justify-content: center; gap: 10px; margin: 22px auto 0; min-height: 40px; border: 0; background: none; cursor: pointer; color: #cfc4ea; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 12.5px; letter-spacing: .14em; }
.luna-oracle__about-open em { font-style: normal; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(217,179,108,.65); }
.luna-oracle__about-open span { color: #d9b36c; font-size: 10px; }
.luna-oracle__about-open:hover em { color: #f0e8fb; text-decoration-color: #d9b36c; }
.luna-oracle__gather, .luna-oracle__modal { position: fixed; inset: 0; display: none; }
.luna-oracle__gather.is-active, .luna-oracle__modal.is-active { display: flex; }
.luna-oracle__gather { z-index: 20; align-items: center; justify-content: center; background: rgba(20,12,40,.5); backdrop-filter: blur(7px); animation: lunaOracleBackIn .6s ease; }
.luna-oracle__gather canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.luna-oracle__gather-text { position: relative; text-align: center; margin-top: 34vh; animation: lunaOracleFadeUp 1s ease; }
.luna-oracle__gather-text b { font-family: "Shippori Mincho", serif; color: #f8f1e1; font-size: clamp(16px,3.6vw,22px); letter-spacing: .34em; text-indent: .34em; animation: lunaOracleGlow 2.6s ease-in-out infinite; }
.luna-oracle__gather-text span { display: block; margin-top: 16px; font-size: 13px; letter-spacing: .5em; color: rgba(232,211,154,.55); animation: lunaOracleBreathe 2s ease-in-out infinite; }
.luna-oracle__modal { z-index: 30; align-items: flex-start; justify-content: center; padding: 12px; overflow-y: auto; background: rgba(16,10,34,.66); backdrop-filter: blur(10px); animation: lunaOracleBackIn .5s ease; }
.luna-oracle__card { position: relative; width: 100%; max-width: 520px; margin: auto; flex: 0 0 auto; }
.luna-oracle__card::before { content: ""; position: absolute; top: -90px; left: 50%; transform: translateX(-50%); width: 78%; height: 240px; background: linear-gradient(180deg,rgba(248,242,224,.34),rgba(202,166,236,.12) 44%,transparent 80%); filter: blur(14px); pointer-events: none; animation: lunaOracleLightFall 1.2s ease both; }
.luna-oracle__tablet { position: relative; background: linear-gradient(180deg,rgba(42,28,66,.95),rgba(20,12,36,.97)); border: 1px solid rgba(232,211,154,.42); border-top: 2px solid rgba(248,242,224,.85); border-radius: 4px; padding: 10px clamp(22px,5vw,44px) clamp(18px,3vw,28px); box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 70px rgba(202,166,236,.18), inset 0 0 50px rgba(160,120,210,.08); text-align: center; animation: lunaOracleTabletIn .8s cubic-bezier(.2,.8,.2,1); }
.luna-oracle__close { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(232,211,154,.28); background: rgba(255,255,255,.03); color: rgba(240,234,250,.7); cursor: pointer; }
.luna-oracle__ki-label { font-size: 10px; letter-spacing: .36em; text-indent: .36em; color: rgba(202,166,236,.72); margin: 0 0 7px; }
.luna-oracle__ki { font-family: "Shippori Mincho", serif; font-size: clamp(22px,5vw,30px); letter-spacing: .12em; color: #f3ead0; text-shadow: 0 0 28px rgba(232,211,154,.35); }
.luna-oracle__img { display: block; width: auto; height: clamp(150px,30vh,300px); aspect-ratio: 2/3; max-width: 58vw; object-fit: cover; border-radius: 12px; margin: 14px auto 0; box-shadow: 0 0 0 1px rgba(232,211,154,.55), 0 18px 50px rgba(0,0,0,.55), 0 0 40px rgba(202,166,236,.28); }
.luna-oracle__sub { font-size: 10.5px; letter-spacing: .4em; text-indent: .4em; color: rgba(224,216,242,.42); margin: 16px 0 10px; }
.luna-oracle__msg { font-family: "Shippori Mincho", serif; font-weight: 600; font-size: clamp(15px,4.2vw,21px); color: #fbf6ff; line-height: 1.5; margin: 0; white-space: nowrap; text-shadow: 0 0 38px rgba(248,242,224,.45); animation: lunaOracleDescend 1.6s ease .1s both; }
.luna-oracle__sep { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 16px auto; }
.luna-oracle__sep::before, .luna-oracle__sep::after { content: ""; width: 60px; height: 1px; background: linear-gradient(90deg, transparent, rgba(232,211,154,.65)); }
.luna-oracle__sep::after { background: linear-gradient(270deg, transparent, rgba(232,211,154,.65)); }
.luna-oracle__sep span { width: 6px; height: 6px; transform: rotate(45deg); background: #e8d39a; box-shadow: 0 0 9px rgba(232,211,154,.7); }
.luna-oracle__reading { margin-top: 14px; text-align: left; }
.luna-oracle__reading b { display: block; font-size: 11px; letter-spacing: .26em; text-indent: .26em; color: rgba(232,211,154,.85); margin-bottom: 9px; }
.luna-oracle__reading p { color: rgba(222,214,242,.72); font-size: 13px; line-height: 1.85; letter-spacing: .02em; margin: 0; }
.luna-oracle__block { margin-top: 14px; text-align: left; }
.luna-oracle__block b { display: block; font-size: 11px; letter-spacing: .26em; text-indent: .26em; color: rgba(232,211,154,.85); margin-bottom: 9px; }
.luna-oracle__block p { color: rgba(222,214,242,.72); font-size: 13px; line-height: 1.85; letter-spacing: .02em; margin: 0; }
.luna-oracle__tail { margin: 18px 0 0; text-align: left; color: rgba(206,198,228,.52); font-size: 11px; line-height: 1.85; letter-spacing: .02em; border-top: 1px solid rgba(232,211,154,.16); padding-top: 12px; }
.luna-oracle__actions { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; margin-top: 22px; }
.luna-oracle__actions button, .luna-oracle__actions a { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 999px; border: 1px solid rgba(232,211,154,.34); background: rgba(255,255,255,.02); color: rgba(240,234,250,.9); font: inherit; font-size: 13px; letter-spacing: .14em; cursor: pointer; text-decoration: none; }
.luna-oracle__actions [data-share] { border-color: rgba(244,184,208,.5); background: linear-gradient(180deg,rgba(244,184,208,.14),rgba(244,184,208,.04)); color: #f8cfde; }
.luna-oracle__toast { position: fixed; left: 50%; bottom: 40px; transform: translateX(-50%); z-index: 40; display: none; background: rgba(28,18,46,.94); border: 1px solid rgba(232,211,154,.42); color: #f6ecd6; padding: 12px 24px; border-radius: 999px; font-size: 13px; letter-spacing: .12em; box-shadow: 0 12px 34px rgba(0,0,0,.5); animation: lunaOracleToastIn .4s ease; }
.luna-oracle__toast.is-active { display: block; }
.luna-oracle__about { position: fixed; inset: 0; z-index: 60; display: none; }
.luna-oracle__about.is-active { display: block; }
.luna-oracle__about-ov { position: absolute; inset: 0; background: rgba(8,5,18,.72); backdrop-filter: blur(3px); }
.luna-oracle__about-panel { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: min(92vw,560px); max-height: 80vh; overflow: auto; background: #171232; border: 1px solid rgba(199,154,78,.4); border-radius: 16px; padding: 30px 26px 26px; box-shadow: 0 18px 60px rgba(0,0,0,.5); text-align: left; }
.luna-oracle__about-close { position: absolute; top: 10px; right: 12px; appearance: none; background: transparent; border: none; color: rgba(240,236,248,.7); font-size: 20px; cursor: pointer; padding: 6px; }
.luna-oracle__about-title { font-family: "Shippori Mincho", serif; font-size: 19px; letter-spacing: .14em; color: #f3ecff; text-align: center; margin: 2px 0 18px; }
.luna-oracle__about-flow { display: flex; flex-direction: column; gap: 14px; margin-bottom: 14px; }
.luna-oracle__about-step { display: flex; gap: 12px; align-items: flex-start; }
.luna-oracle__about-step span { flex: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(226,198,126,.6); border-radius: 50%; color: #eccf8b; font-size: 14px; }
.luna-oracle__about-step p { margin: 2px 0 0; font-size: 13.5px; line-height: 1.9; letter-spacing: .03em; color: rgba(240,236,248,.88); }
.luna-oracle__about-step b { display: block; font-size: 13px; letter-spacing: .1em; color: #d4b46a; margin-bottom: 3px; }
.luna-oracle__about-note { font-size: 12px; line-height: 1.8; letter-spacing: .03em; color: rgba(240,236,248,.6); margin: 0; }
.luna-oracle__sharepop { position: fixed; inset: 0; z-index: 70; display: none; }
.luna-oracle__sharepop.is-active { display: block; }
.luna-oracle__sharepop-ov { position: absolute; inset: 0; background: rgba(8,5,18,.55); backdrop-filter: blur(2px); }
.luna-oracle__sharepop-panel { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: min(88vw,340px); background: linear-gradient(180deg,#271c44,#1d1534); border: 1px solid rgba(212,180,106,.5); border-radius: 16px; padding: 24px 20px 20px; box-shadow: 0 18px 60px rgba(0,0,0,.55); text-align: center; animation: lunaOracleToastIn .3s ease both; }
.luna-oracle__sharepop-close { position: absolute; top: 8px; right: 10px; appearance: none; border: 0; background: transparent; color: #c4b3e0; font-size: 18px; cursor: pointer; padding: 4px 8px; }
.luna-oracle__sharepop-msg { margin: 2px 0 6px; font-family: "Shippori Mincho", serif; font-size: 15px; letter-spacing: .06em; color: #f5eeff; }
.luna-oracle__sharepop-sub { margin: 0 0 16px; font-size: 12px; letter-spacing: .05em; color: rgba(240,236,248,.72); }
.luna-oracle__sharepop-x { display: inline-flex; align-items: center; justify-content: center; width: 100%; padding: 12px 8px; border-radius: 999px; border: 1px solid #f3e2a8; background: rgba(212,180,106,.28); color: #fdf6df; font-family: "Shippori Mincho", serif; font-size: 13.5px; letter-spacing: .12em; text-decoration: none; box-shadow: 0 0 20px rgba(240,214,140,.3); }
.luna-oracle__sharepop-x:hover { filter: brightness(1.1); }
@keyframes lunaOracleBackIn { from{ opacity: 0; } to{ opacity: 1; } }
@keyframes lunaOracleFadeUp { from{ opacity: 0; transform: translateY(14px); } to{ opacity: 1; transform: translateY(0); } }
@keyframes lunaOracleSoftUp { from{ opacity: 0; transform: translateY(20px); } to{ opacity: 1; transform: translateY(0); } }
@keyframes lunaOracleGlow { 0%,100%{ opacity: .7; text-shadow: 0 0 18px rgba(246,236,214,.4); } 50%{ opacity: 1; text-shadow: 0 0 34px rgba(248,242,224,.7); } }
@keyframes lunaOracleTabletIn { from{ opacity: 0; transform: translateY(26px) scaleY(.96); } to{ opacity: 1; transform: translateY(0) scaleY(1); } }
@keyframes lunaOracleDescend { 0%{ opacity: 0; transform: translateY(-26px); filter: blur(10px); letter-spacing: .3em; } 55%{ opacity: 1; filter: blur(0); } 100%{ opacity: 1; transform: translateY(0); filter: blur(0); letter-spacing: .07em; } }
@keyframes lunaOracleLightFall { 0%{ opacity: 0; transform: translateX(-50%) scaleY(.2); transform-origin: top; } 40%{ opacity: 1; } 100%{ opacity: .9; transform: translateX(-50%) scaleY(1); transform-origin: top; } }
@keyframes lunaOracleToastIn { from{ opacity: 0; transform: translate(-50%,12px); } to{ opacity: 1; transform: translate(-50%,0); } }
@keyframes lunaOracleBreathe { 0%,100%{ opacity: .8; } 50%{ opacity: 1; } }
@media (max-width: 600px) {
	.luna-oracle .luna-fortune-head { padding: 14px 16px; gap: 10px; }
	.luna-oracle .luna-fortune-brand { gap: 9px; }
	.luna-oracle .luna-fortune-brand svg { width: 34px; height: 34px; }
	.luna-oracle .luna-fortune-brand__jp { font-size: 20px; letter-spacing: .12em; }
	.luna-oracle .luna-fortune-brand__en { display: none; }
	.luna-oracle .luna-fortune-back { padding: 7px 13px; font-size: 11px; letter-spacing: .06em; }
	.luna-oracle .luna-fortune-bc { top: 64px; left: 16px; right: 16px; }
	.luna-oracle__lead { font-size: 13px; line-height: 1.9; }
}
@media (max-width: 375px) {
	.luna-oracle__lead { font-size: 12px; letter-spacing: .02em; }
	.luna-oracle h1 { font-size: 27px; }
	.luna-oracle__msg { font-size: 15px; }
	.luna-oracle__card { max-width: 300px; }
	.luna-oracle__img { height: 180px; max-width: 46vw; }
}
