html,
body {
	background: #0e0a1d;
	overscroll-behavior: none;
}

.luna-ringmatch {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: 100dvh;
	overflow: hidden;
	background: #0e0a1d;
	color: #f5f1e8;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.luna-ringmatch__bg,
.luna-ringmatch__shade,
.luna-ringmatch__stars,
.luna-ringmatch__screen,
.luna-ringmatch__head {
	position: absolute;
	left: 50%;
	width: min(100%, 430px);
	transform: translateX(-50%);
}

.luna-ringmatch__bg {
	inset-block: 0;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.luna-ringmatch__shade {
	inset-block: 0;
	background: rgba(14, 10, 29, 0.28);
	pointer-events: none;
}

.luna-ringmatch__stars {
	inset-block: -20%;
	width: min(140%, 602px);
	background-image: var(--luna-ringmatch-stars);
	background-repeat: repeat;
	background-size: 540px;
	mix-blend-mode: screen;
	opacity: 0.5;
	pointer-events: none;
	animation: lunaRingmatchStars 62s linear infinite;
}

.luna-ringmatch__head {
	top: 14px;
	z-index: 60;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 6px 20px;
}

.luna-ringmatch__head .luna-fortune-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	border: 0;
	background: transparent;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}

.luna-ringmatch__head .luna-fortune-brand__jp {
	font-family: "Shippori Mincho", "Shippori Mincho B1", serif;
	font-size: 22px;
	letter-spacing: 0.16em;
	color: #d4b46a;
}

.luna-ringmatch__head .luna-fortune-brand__en {
	font-family: "Cormorant Garamond", serif;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0.16em;
	color: #d4b46a;
}

.luna-ringmatch__head .luna-fortune-back {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 16px;
	border: 1px solid rgba(203, 162, 78, 0.7);
	border-radius: 999px;
	font-size: 13px;
	letter-spacing: 0.12em;
	color: #ecdfba;
	text-decoration: none;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
	white-space: nowrap;
}

.luna-ringmatch__screen {
	inset-block: 0;
	z-index: 15;
	display: none;
	box-sizing: border-box;
	min-height: 100dvh;
}

.luna-ringmatch__screen.is-active {
	display: flex;
}

.luna-ringmatch h1,
.luna-ringmatch h2,
.luna-ringmatch h3 {
	margin: 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}

.luna-ringmatch button,
.luna-ringmatch input {
	font-family: inherit;
}

.luna-ringmatch button {
	appearance: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.luna-ringmatch__intro {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 28px 56px;
	text-align: center;
	animation: lunaRingmatchFadeIn 0.7s ease both;
}

.luna-ringmatch__intro-copy {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 30px 28px 34px;
}

.luna-ringmatch h1 {
	background: linear-gradient(180deg, #f0dcae, #d3c19d);
	background-clip: text;
	color: transparent;
	font-size: 40px;
	letter-spacing: 0.28em;
	text-indent: 0.28em;
	filter: drop-shadow(0 2px 5px rgba(14, 10, 29, 0.9)) drop-shadow(0 0 26px rgba(228, 200, 138, 0.45));
}

.luna-ringmatch__intro p,
.luna-ringmatch__match-head p,
.luna-ringmatch__calc p {
	margin: 0;
	color: #e8dff5;
	font-size: 13px;
	line-height: 2;
	text-shadow: 0 1px 4px rgba(14, 10, 29, 0.95);
}

.luna-ringmatch__intro-actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	max-width: 280px;
}

.luna-ringmatch__primary,
.luna-ringmatch__actions button,
.luna-ringmatch__actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 52px;
	border: 1px solid rgba(217, 188, 138, 0.7);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(142, 111, 168, 0.9), rgba(90, 62, 120, 0.95));
	box-shadow: 0 0 22px rgba(185, 167, 224, 0.3), inset 0 1px 0 rgba(245, 241, 232, 0.25);
	color: #f5f1e8;
	font-size: 15px;
	letter-spacing: 0.22em;
	text-indent: 0.22em;
	text-decoration: none;
}

.luna-ringmatch__text-button {
	border: 0;
	background: none;
	color: #e8dff5;
	font-size: 12.5px;
	letter-spacing: 0.14em;
	text-shadow: 0 1px 4px rgba(14, 10, 29, 0.95);
}

.luna-ringmatch__flow {
	z-index: 35;
	overflow-y: auto;
	background: linear-gradient(180deg, rgba(14, 10, 29, 0.72), rgba(14, 10, 29, 0.92));
	-webkit-overflow-scrolling: touch;
}

.luna-ringmatch__flow-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 26px;
	width: 100%;
	min-height: 100%;
	padding: 60px 26px 40px;
	box-sizing: border-box;
	animation: lunaRingmatchFadeUp 0.5s ease both;
}

.luna-ringmatch__flow h2,
.luna-ringmatch__form h2,
.luna-ringmatch__match-head h2,
.luna-ringmatch__calc h2 {
	color: #ead7ae;
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: center;
	text-shadow: 0 0 18px rgba(217, 188, 138, 0.4);
}

.luna-ringmatch__flow-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.luna-ringmatch__flow-list div {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.luna-ringmatch__flow-list span {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: 1px solid rgba(217, 188, 138, 0.55);
	border-radius: 50%;
	background: radial-gradient(circle at 50% 40%, rgba(142, 111, 168, 0.4), rgba(24, 17, 44, 0.7));
	box-shadow: 0 0 20px rgba(185, 167, 224, 0.25), inset 0 0 14px rgba(217, 188, 138, 0.12);
	color: #ead7ae;
	font-family: "Cormorant Garamond", serif;
	font-size: 26px;
}

.luna-ringmatch__flow-list p {
	margin: 0;
	color: #cdbfe4;
	font-size: 12px;
	line-height: 1.9;
}

.luna-ringmatch__flow-list b {
	display: block;
	margin-bottom: 7px;
	color: #f5f1e8;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.luna-ringmatch__input {
	align-items: center;
	padding: 64px 22px 40px;
	background: linear-gradient(180deg, rgba(14, 10, 29, 0.55), rgba(14, 10, 29, 0.78));
	overflow-y: auto;
}

.luna-ringmatch__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	margin-top: 18px;
}

.luna-ringmatch__form label {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 16px;
	border: 1px solid rgba(185, 167, 224, 0.3);
	border-radius: 12px;
	background: rgba(36, 26, 62, 0.75);
}

.luna-ringmatch__form label > span {
	flex: none;
	width: 62px;
	color: #b9a7e0;
	font-size: 11px;
}

.luna-ringmatch__form input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	background: none;
	color: #f5f1e8;
	font-size: 14px;
	color-scheme: dark;
}

.luna-ringmatch__check {
	align-items: flex-start !important;
	flex-wrap: wrap;
	border-style: dashed !important;
	cursor: pointer;
}

.luna-ringmatch__check input {
	flex: none;
	width: auto;
	margin-top: 2px;
	accent-color: #8e6fa8;
}

.luna-ringmatch__check small {
	width: 100%;
	padding-left: 30px;
	color: #8e7fa8;
	font-size: 11px;
	line-height: 1.6;
}

.luna-ringmatch__form p,
.luna-ringmatch__notice {
	margin: 0;
	color: #8e7fa8;
	font-size: 10.5px;
	line-height: 1.7;
	text-align: center;
}

.luna-ringmatch__calc {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 0 32px;
	background: linear-gradient(180deg, rgba(14, 10, 29, 0.5), rgba(14, 10, 29, 0.72));
	text-align: center;
}

.luna-ringmatch__calc-orb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 168px;
	border: 1px solid rgba(217, 188, 138, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 46px rgba(185, 167, 224, 0.35), inset 0 0 40px rgba(185, 167, 224, 0.18);
	animation: lunaRingmatchPulse 2.2s ease-in-out infinite;
}

.luna-ringmatch__calc-orb span {
	width: 118px;
	height: 118px;
	border: 1px dashed rgba(185, 167, 224, 0.5);
	border-radius: 50%;
}

.luna-ringmatch__bar {
	width: 100%;
	max-width: 260px;
	height: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(185, 167, 224, 0.2);
}

.luna-ringmatch__bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #8e6fa8, #d9bc8a);
	animation: lunaRingmatchBar 2.4s ease-out both;
}

.luna-ringmatch__match {
	flex-direction: column;
	padding: 52px 16px 28px;
	background: linear-gradient(180deg, rgba(14, 10, 29, 0.45), rgba(14, 10, 29, 0.8));
}

.luna-ringmatch__match-head {
	text-align: center;
}

.luna-ringmatch__match-head h2 {
	font-size: 18px;
	color: #f5f1e8;
}

.luna-ringmatch__legend {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 10px;
	color: #e8dff5;
	font-size: 10.5px;
}

.luna-ringmatch__legend span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.luna-ringmatch__legend i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b9a7e0;
	box-shadow: 0 0 6px rgba(185, 167, 224, 0.9);
}

.luna-ringmatch__legend span:last-child i {
	background: #d9bc8a;
	box-shadow: 0 0 6px rgba(217, 188, 138, 0.9);
}

.luna-ringmatch__canvas-wrap,
.luna-ringmatch__ring-panel {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 10px;
	height: min(52vw, 232px);
	overflow: hidden;
}

.luna-ringmatch canvas {
	width: min(88vw, 372px);
	height: min(88vw, 372px);
	touch-action: none;
}

.luna-ringmatch__hint {
	min-height: 18px;
	margin: 0 0 14px;
	color: #b9a7e0;
	font-size: 10.5px;
	text-align: center;
	animation: lunaRingmatchPulse 2.4s ease-in-out infinite;
}

.luna-ringmatch__result {
	flex-direction: column;
	overflow-y: auto;
	padding: 58px 16px 28px;
	background: linear-gradient(180deg, rgba(14, 10, 29, 0.48), rgba(14, 10, 29, 0.88));
	-webkit-overflow-scrolling: touch;
}

.luna-ringmatch__result-top {
	text-align: center;
}

.luna-ringmatch__result-top h2 {
	color: #ead7ae;
	font-size: 20px;
	letter-spacing: 0.14em;
}

.luna-ringmatch__result-top p {
	margin: 8px 0 0;
	color: #cdbfe4;
	font-size: 12px;
	line-height: 1.8;
}

.luna-ringmatch__filter {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 14px;
}

.luna-ringmatch__filter button {
	padding: 6px 12px;
	border: 1px solid rgba(185, 167, 224, 0.3);
	border-radius: 999px;
	background: rgba(36, 26, 62, 0.6);
	color: #b9a7e0;
	font-size: 11px;
}

.luna-ringmatch__filter button.is-active {
	border-color: rgba(217, 188, 138, 0.6);
	background: rgba(142, 111, 168, 0.75);
	color: #f5f1e8;
}

.luna-ringmatch__layout {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.luna-ringmatch__cards {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 236px;
	overflow-y: auto;
}

.luna-ringmatch__cards button,
.luna-ringmatch__reading,
.luna-ringmatch__facts,
.luna-ringmatch__elements,
.luna-ringmatch__placements {
	border: 1px solid rgba(185, 167, 224, 0.25);
	border-radius: 8px;
	background: rgba(36, 26, 62, 0.82);
	color: #f5f1e8;
}

.luna-ringmatch__cards button {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	text-align: left;
}

.luna-ringmatch__cards button.is-active {
	border-color: rgba(217, 188, 138, 0.8);
}

.luna-ringmatch__cards strong {
	display: block;
	font-size: 13.5px;
}

.luna-ringmatch__cards span {
	font-size: 20px;
	text-shadow: 0 0 10px rgba(217, 188, 138, 0.6);
}

.luna-ringmatch__cards small {
	display: block;
	color: #8e7fa8;
	font-size: 10px;
}

.luna-ringmatch__reading,
.luna-ringmatch__facts,
.luna-ringmatch__elements,
.luna-ringmatch__placements {
	padding: 14px;
}

.luna-ringmatch__reading h3,
.luna-ringmatch__facts h3,
.luna-ringmatch__elements h3,
.luna-ringmatch__placements h3 {
	color: #ead7ae;
	font-size: 15px;
	letter-spacing: 0.08em;
}

.luna-ringmatch__reading p,
.luna-ringmatch__facts p {
	margin: 8px 0 0;
	color: #e8dff5;
	font-size: 12px;
	line-height: 1.85;
}

.luna-ringmatch__facts div,
.luna-ringmatch__placements div {
	display: grid;
	gap: 6px;
	margin-top: 10px;
}

.luna-ringmatch__facts dl,
.luna-ringmatch__placements dl {
	display: grid;
	grid-template-columns: minmax(92px, 0.9fr) 1.2fr;
	gap: 8px;
	margin: 0;
	font-size: 11.5px;
	line-height: 1.5;
}

.luna-ringmatch__facts dt,
.luna-ringmatch__placements dt {
	color: #b9a7e0;
}

.luna-ringmatch__facts dd,
.luna-ringmatch__placements dd {
	margin: 0;
	color: #f5f1e8;
}

.luna-ringmatch__elements div {
	display: grid;
	gap: 9px;
	margin-top: 10px;
}

.luna-ringmatch__element-row {
	display: grid;
	grid-template-columns: 38px 1fr;
	align-items: center;
	gap: 10px;
	color: #cdbfe4;
	font-size: 12px;
}

.luna-ringmatch__element-row span:last-child {
	height: 6px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(185, 167, 224, 0.18);
}

.luna-ringmatch__element-row i {
	display: block;
	height: 100%;
	width: var(--pct);
	border-radius: inherit;
	background: currentColor;
}

.luna-ringmatch__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@keyframes lunaRingmatchStars {
	from { background-position: 0 0; }
	to { background-position: -540px 320px; }
}

@keyframes lunaRingmatchFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes lunaRingmatchFadeUp {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes lunaRingmatchPulse {
	0%, 100% { opacity: 0.62; }
	50% { opacity: 1; }
}

@keyframes lunaRingmatchBar {
	from { width: 8%; }
	to { width: 96%; }
}

@media (prefers-reduced-motion: reduce) {
	.luna-ringmatch__stars,
	.luna-ringmatch__intro,
	.luna-ringmatch__flow-inner,
	.luna-ringmatch__calc-orb,
	.luna-ringmatch__hint,
	.luna-ringmatch__bar span {
		animation: none;
	}
}

@media (max-width: 375px) {
	.luna-ringmatch__head .luna-fortune-brand__jp { font-size: 20px; }
	.luna-ringmatch__head .luna-fortune-back { padding: 6px 12px; font-size: 12px; }
	.luna-ringmatch h1 { font-size: 36px; }
}

/* ============================================================================
   共通UI標準化（占いの説明ボタン／候補選択／根拠パネル／⑥次の問い／
   シェアポップ／占いの説明モーダル）— resonance と同型。
   ========================================================================== */

/* 開始前「占いの説明」ボタン（控えめなテキストボタン） */
.luna-ringmatch__about-open {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: fit-content;
	min-height: 44px;
	margin: 2px auto 0;
	border: 0;
	background: none;
	color: #cfc4ea;
	cursor: pointer;
	font-size: 12.5px;
	letter-spacing: 0.14em;
}

.luna-ringmatch__about-open em {
	font-style: normal;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: rgba(217, 179, 108, 0.65);
}

.luna-ringmatch__about-open span {
	color: #d9b36c;
	font-size: 10px;
}

.luna-ringmatch__about-open:hover em {
	color: #f0e8fb;
	text-decoration-color: #d9b36c;
}

/* 入力エラー（UNKNOWN／computeChart 失敗の安全メッセージ） */
.luna-ringmatch__error {
	margin: 4px 0 0;
	color: #f0c0d0;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

/* 候補選択（AMBIGUOUS・自動選択しない・名称のみ表示） */
.luna-ringmatch__cands {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 6px;
	padding: 12px;
	border: 1px solid rgba(185, 167, 224, 0.3);
	border-radius: 12px;
	background: rgba(36, 26, 62, 0.75);
}

.luna-ringmatch__cands-label {
	margin: 0;
	color: #cdbfe4;
	font-size: 11.5px;
	line-height: 1.7;
	text-align: center;
}

.luna-ringmatch__cands button {
	min-height: 44px;
	padding: 8px 14px;
	border: 1px solid rgba(217, 188, 138, 0.5);
	border-radius: 999px;
	background: rgba(20, 14, 36, 0.8);
	color: #f5f1e8;
	font-size: 13px;
	letter-spacing: 0.06em;
}

/* 根拠パネル（詳しく見る 開閉） */
.luna-ringmatch__basis {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.luna-ringmatch__basis > [data-basis-toggle] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	border: 1px solid rgba(185, 167, 224, 0.35);
	border-radius: 999px;
	background: rgba(36, 26, 62, 0.7);
	color: #ead7ae;
	font-size: 13.5px;
	letter-spacing: 0.12em;
}

.luna-ringmatch__basis [data-basis] {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* ⑥ 次の問い（結果末尾・自問・非断定） */
.luna-ringmatch__nextq {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(185, 167, 224, 0.25);
}

.luna-ringmatch__nextq-label {
	margin: 0;
	color: #f0dcae;
	font-family: "Shippori Mincho", serif;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.luna-ringmatch__nextq p[data-nextq] {
	margin: 0;
	color: #e8dff5;
	font-size: 12.5px;
	line-height: 1.85;
}

/* 占いの説明モーダル（fortune-about-modal・self-contained） */
.luna-about {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: none;
}

.luna-about.is-active {
	display: block;
}

.luna-about__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 5, 18, 0.72);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.luna-about__panel {
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	width: min(92vw, 430px);
	max-height: 80vh;
	overflow: auto;
	padding: 30px 24px 24px;
	border: 1px solid rgba(199, 154, 78, 0.4);
	border-radius: 16px;
	background: #171232;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.5);
	transform: translate(-50%, -50%);
}

.luna-about__close {
	position: absolute;
	top: 10px;
	right: 12px;
	padding: 6px;
	border: none;
	background: transparent;
	color: rgba(240, 236, 248, 0.7);
	cursor: pointer;
	font-size: 22px;
}

.luna-about__title {
	margin: 2px 0 18px;
	color: #f3ecff;
	font-family: "Shippori Mincho", serif;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-align: center;
}

.luna-about__flow {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 14px;
}

.luna-about__step {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.luna-about__step span {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(226, 198, 126, 0.6);
	border-radius: 50%;
	color: #eccf8b;
	font-size: 14px;
}

.luna-about__step p {
	margin: 2px 0 0;
	color: rgba(240, 236, 248, 0.88);
	font-size: 13.5px;
	line-height: 1.9;
	letter-spacing: 0.03em;
}

.luna-about__step b {
	display: block;
	margin-bottom: 3px;
	color: #d4b46a;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.luna-about__note {
	margin: 0;
	color: rgba(240, 236, 248, 0.6);
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

/* シェアポップ（正直コピー結果＋X導線） */
.luna-ringmatch__sharepop {
	position: fixed;
	inset: 0;
	z-index: 85;
	display: none;
}

.luna-ringmatch__sharepop.is-active {
	display: block;
}

.luna-ringmatch__sharepop-ov {
	position: absolute;
	inset: 0;
	background: rgba(8, 5, 18, 0.72);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.luna-ringmatch__sharepop-panel {
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	width: min(88vw, 360px);
	padding: 28px 22px 22px;
	border: 1px solid rgba(199, 154, 78, 0.4);
	border-radius: 16px;
	background: #171232;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.5);
	text-align: center;
	transform: translate(-50%, -50%);
}

.luna-ringmatch__sharepop-close {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 6px;
	border: none;
	background: transparent;
	color: rgba(240, 236, 248, 0.7);
	cursor: pointer;
	font-size: 20px;
}

.luna-ringmatch__sharepop-msg {
	min-height: 18px;
	margin: 4px 0 6px;
	color: #f0dcae;
	font-size: 13px;
	line-height: 1.7;
}

.luna-ringmatch__sharepop-sub {
	margin: 0 0 16px;
	color: #a898c0;
	font-size: 11px;
	line-height: 1.7;
}

.luna-ringmatch__sharepop-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	border: 1px solid rgba(217, 188, 138, 0.7);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(142, 111, 168, 0.9), rgba(90, 62, 120, 0.95));
	color: #f5f1e8;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-decoration: none;
}
