html {
	scroll-behavior: auto;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	background: #252131;
	font-size: 1.08rem;
}

body,
input,
select,
textarea {
	font-size: 1.08rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
}

.panel h2.major {
	font-size: clamp(2.9rem, 3.55vw, 4.45rem);
	line-height: 1.08;
}

.panel h2.major:after {
	width: 4.8rem;
	height: 0.12rem;
}

.panel > .intro p:not(.kicker),
.panel.spotlight .content > p:not(.kicker),
.final-panel p {
	font-size: clamp(1.12rem, 1.2vw, 1.32rem);
	line-height: 1.72;
	text-wrap: pretty;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	min-height: 3.35rem;
	height: auto;
	padding: 0.96rem 1.7rem;
	font-size: 1.04rem;
	letter-spacing: 0.08em;
	line-height: 1.18;
}

body:before {
	background-image:
		linear-gradient(120deg, rgba(64, 48, 82, 0.9), rgba(146, 82, 112, 0.72), rgba(35, 41, 60, 0.86)),
		url("../../images/overlay.png");
}

body:after {
	background-attachment: scroll;
}

.music-toggle {
	position: fixed;
	right: max(1rem, env(safe-area-inset-right));
	bottom: max(1rem, env(safe-area-inset-bottom));
	z-index: 11000;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 3.05rem;
	padding: 0.78rem 1.05rem;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 226, 161, 0.86)),
		url("../../images/overlay.png");
	background-size: auto, 128px 128px;
	box-shadow: 0 0.85rem 2.1rem rgba(27, 18, 39, 0.26);
	color: #6d5484 !important;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
}

.music-toggle:before {
	content: "";
	display: block;
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
	background: #d96f88;
	box-shadow:
		0 0 0 0.24rem rgba(217, 111, 136, 0.16),
		0 0 0 0.48rem rgba(217, 111, 136, 0.08);
}

.music-toggle.is-playing:before {
	animation: musicPulse 1.2s ease-in-out infinite;
}

.chronicle-cover {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #5f5284;
	background-image:
		url("../../images/overlay.png"),
		linear-gradient(145deg, #4c416f 0%, #75619b 42%, #d6788e 100%);
	background-size: 128px 128px, auto, auto;
}

.chronicle-cover:before {
	content: "1990\A 2090";
	position: absolute;
	left: clamp(2rem, 3.8vw, 4.8rem);
	top: clamp(1.7rem, 3.8vh, 3.4rem);
	z-index: 0;
	color: rgba(255, 255, 255, 0.075);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: clamp(6.4rem, 10.6vw, 12rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 0.78;
	pointer-events: none;
	white-space: pre;
}

.chronicle-cover:after {
	content: "";
	position: absolute;
	inset: clamp(1.3rem, 2.5vw, 2.4rem);
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0.9rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	pointer-events: none;
}

.chronicle-cover-inner {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: min(104rem, calc(100vw - clamp(3rem, 5vw, 5.2rem)));
	min-height: min(42rem, calc(100% - clamp(3rem, 7vh, 5.5rem)));
	display: grid;
	grid-template-columns: minmax(34rem, 0.9fr) minmax(40rem, 1.1fr);
	align-items: center;
	gap: clamp(3rem, 5vw, 5.6rem);
}

.chronicle-cover-copy {
	position: relative;
	padding: clamp(2rem, 4vw, 4rem) 0;
	text-align: left;
}

.chronicle-cover-copy:before {
	content: "";
	display: block;
	width: 11.5rem;
	height: 1px;
	margin: 0 0 1.6rem;
	background: linear-gradient(90deg, rgba(255, 226, 161, 0.96), rgba(255, 255, 255, 0));
}

.chronicle-cover-copy:after {
	content: "";
	position: absolute;
	left: clamp(10rem, 24vw, 22rem);
	bottom: clamp(1rem, 3vw, 2rem);
	width: clamp(8rem, 15vw, 13rem);
	height: clamp(5rem, 9vw, 8rem);
	border-top: 1px solid rgba(255, 226, 161, 0.32);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	transform: skewX(-10deg);
	pointer-events: none;
}

.chronicle-cover .kicker {
	font-size: clamp(0.94rem, 1.12vw, 1.15rem);
	color: rgba(255, 226, 161, 0.9);
	opacity: 1;
}

.chronicle-cover h2.major {
	max-width: 8em;
	font-size: clamp(5.7rem, 7.6vw, 8.4rem);
	line-height: 1.03;
}

.chronicle-cover h2.major:after {
	width: 6.5rem;
	background-color: rgba(255, 255, 255, 0.34);
}

.chronicle-cover p:not(.kicker) {
	max-width: 26em;
	font-size: clamp(1.42rem, 1.72vw, 1.75rem);
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.82);
	text-wrap: pretty;
}

.chronicle-cover .collection-card {
	width: 100%;
	min-height: min(33.5rem, calc(100dvh - 9rem));
	padding: clamp(1.7rem, 2.5vw, 2.25rem);
	justify-content: flex-start;
	gap: 0.75rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
		linear-gradient(155deg, rgba(255, 226, 161, 0.14), transparent 44%),
		rgba(65, 50, 91, 0.28);
}

.chronicle-cover .collection-card h2.major {
	font-size: clamp(3.2rem, 3.9vw, 4.7rem);
}

.chronicle-cover .collection-card p:not(.kicker) {
	max-width: 31rem;
	font-size: clamp(1.18rem, 1.34vw, 1.36rem);
	line-height: 1.68;
}

.chronicle-cover .collection-heart {
	width: min(46rem, 100%);
	aspect-ratio: 7 / 4;
	margin-top: 0.2rem;
}

@media screen and (min-width: 737px) {
	#page-wrapper {
		padding: clamp(1rem, 3vh, 2.5rem);
	}

	#wrapper {
		height: calc(100dvh - clamp(2rem, 6vh, 5rem));
		min-height: 36rem;
		box-shadow: 0 1.2rem 2.2rem 0.15rem rgba(46, 43, 55, 0.38);
		cursor: grab;
	}

	#wrapper.is-lite-dragging {
		cursor: grabbing;
		user-select: none;
	}

	#wrapper.is-lite-dragging * {
		user-select: none;
	}

	.birthday-gate {
		--birthday-page-inset: 0rem;
		width: calc(100vw - var(--birthday-page-inset));
		min-width: 62rem;
		flex: 0 0 auto;
	}

	.panel.banner.birthday-gate > .content {
		width: 57%;
		align-items: center;
		padding-left: clamp(4.2rem, 6vw, 7.2rem);
		padding-right: clamp(4.2rem, 6vw, 7.2rem);
		text-align: center;
	}

	.birthday-gate .cake-stage {
		width: 43%;
		min-width: 0;
	}

	.birthday-gate h1.major {
		max-width: 9em;
		margin-left: auto;
		margin-right: auto;
		font-size: clamp(4.2rem, 5.7vw, 6.6rem);
		line-height: 1.02;
	}

	.birthday-gate h1.major:after {
		left: 50%;
		transform: translateX(-50%);
	}

	.birthday-gate .kicker {
		font-size: clamp(0.85rem, 1.05vw, 1.1rem);
	}

	.birthday-gate .gate-status {
		font-size: clamp(1.06rem, 1.16vw, 1.2rem);
	}

	.birthday-gate .cake {
		margin-bottom: 2.6rem;
		transform: translateY(0.2rem) scale(1.42);
		transform-origin: center center;
	}

	.panel.chronicle-cover,
	.panel.question-panel,
	.panel.wish-panel,
	.panel.certificate-panel,
	.panel.final-panel {
		width: 100vw;
		min-width: 64rem;
		flex: 0 0 auto;
	}

	.panel.exam-panel {
		width: max(100vw, 154rem);
		min-width: 100vw;
		flex: 0 0 auto;
	}

	@media screen and (orientation: portrait) {
		.birthday-gate {
			--birthday-page-inset: 0rem;
		}
	}

	@media screen and (min-aspect-ratio: 16 / 7) {
		.birthday-gate {
			--birthday-page-inset: 0rem;
		}
	}

	@media screen and (min-aspect-ratio: 16 / 6) {
		.birthday-gate {
			--birthday-page-inset: 0rem;
		}
	}
}

.kicker {
	font-size: 0.84rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.72;
	margin-bottom: 1.05rem;
}

.keep-together {
	white-space: nowrap;
}

.hero-copy {
	font-size: 1.05rem;
	margin-bottom: 0.45rem;
}

.hero-copy.small {
	opacity: 0.72;
	font-size: 0.92rem;
}

.gate-module {
	width: min(100%, 43rem);
	margin: 2.1rem auto 0;
}

.gate-status {
	min-height: 2.2rem;
	margin: 0 0 1rem;
	padding: 0.88rem 1.15rem;
	border: solid 1px rgba(255, 255, 255, 0.28);
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.98rem;
	line-height: 1.55;
	text-align: center;
}

.birthday-gate .gate-actions {
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.7rem;
	margin: 0;
	padding-left: 0;
}

.gate-actions li {
	padding-left: 0;
}

.gate-actions .button {
	min-height: 3.28rem;
	padding: 0.98rem 1.55rem;
	font-size: 1.04rem;
	letter-spacing: 0.08em;
}

.button.ghost-link {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

.cake-stage {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 20rem;
	overflow: hidden;
	padding: 2rem;
	background:
		radial-gradient(circle at 50% 38%, rgba(255, 213, 139, 0.28), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
}

.cake-wish {
	position: relative;
	z-index: 2;
	width: min(28rem, 94%);
	text-align: center;
	text-wrap: balance;
}

.cake-wish p {
	margin: 0 0 0.35rem;
	font-size: clamp(1.55rem, 2vw, 1.95rem);
	font-weight: 500;
	line-height: 1.45;
	color: rgba(78, 55, 104, 0.95);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

.cake-wish span {
	display: block;
	font-size: clamp(1.16rem, 1.38vw, 1.36rem);
	line-height: 1.55;
	color: rgba(78, 55, 104, 0.78);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.constellation-points {
	position: absolute;
	inset: 12%;
	opacity: 0.72;
}

.constellation-points span {
	position: absolute;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: rgba(255, 232, 180, 0.94);
	box-shadow: 0 0 1rem rgba(255, 215, 142, 0.9);
	animation: pointPulse 3s ease-in-out infinite;
}

.constellation-points span:nth-child(1) { left: 8%; top: 18%; animation-delay: .1s; }
.constellation-points span:nth-child(2) { left: 22%; top: 10%; animation-delay: .3s; }
.constellation-points span:nth-child(3) { left: 36%; top: 22%; animation-delay: .6s; }
.constellation-points span:nth-child(4) { left: 66%; top: 14%; animation-delay: .9s; }
.constellation-points span:nth-child(5) { left: 82%; top: 28%; animation-delay: 1.2s; }
.constellation-points span:nth-child(6) { left: 70%; top: 58%; animation-delay: 1.5s; }
.constellation-points span:nth-child(7) { left: 52%; top: 72%; animation-delay: 1.8s; }
.constellation-points span:nth-child(8) { left: 28%; top: 68%; animation-delay: 2.1s; }
.constellation-points span:nth-child(9) { left: 13%; top: 48%; animation-delay: 2.4s; }
.constellation-points span:nth-child(10) { left: 46%; top: 42%; animation-delay: 2.7s; }
.constellation-points span:nth-child(11) { left: 88%; top: 74%; animation-delay: 3s; }
.constellation-points span:nth-child(12) { left: 6%; top: 80%; animation-delay: 3.3s; }

.cake {
	position: relative;
	width: 15rem;
	height: 17rem;
	transform: translateY(1rem);
}

.cake-top,
.cake-body,
.cake-plate {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.cake-top {
	bottom: 7.6rem;
	width: 12.4rem;
	height: 3.1rem;
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(255, 248, 237, 0.96), rgba(236, 195, 201, 0.92)),
		radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.8), transparent 32%);
	box-shadow: 0 1.1rem 2.6rem rgba(20, 12, 28, 0.28);
}

.cake-body {
	bottom: 3.4rem;
	width: 12rem;
	height: 5.7rem;
	border-radius: 0.7rem 0.7rem 2.1rem 2.1rem;
	background:
		linear-gradient(90deg, rgba(102, 78, 132, 0.96), rgba(191, 102, 139, 0.94)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 1.4rem 3.5rem rgba(18, 12, 26, 0.34);
	text-align: center;
	padding-top: 1rem;
}

.cake-body strong {
	display: block;
	font-size: 0.85rem;
	letter-spacing: 0.2em;
}

.cake-body span {
	display: block;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1;
}

.cake-plate {
	bottom: 2.5rem;
	width: 14rem;
	height: 1.2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0 1rem 2.5rem rgba(17, 10, 25, 0.38);
}

.candles {
	position: absolute;
	left: 1.8rem;
	right: 1.8rem;
	bottom: 10.2rem;
	height: 4.6rem;
	z-index: 5;
}

.candles i {
	position: absolute;
	bottom: 0;
	left: calc(var(--x) * 18%);
	width: 0.48rem;
	height: 2.8rem;
	border-radius: 0.25rem;
	background: repeating-linear-gradient(45deg, #fff6db 0 0.28rem, #d288a6 0.28rem 0.56rem);
	transform-origin: bottom center;
	animation: candleSway 2.7s ease-in-out infinite;
	animation-delay: var(--d);
	box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.35);
}

.candles i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -1.05rem;
	width: 0.72rem;
	height: 1.08rem;
	transform: translateX(-50%) rotate(10deg);
	border-radius: 55% 45% 50% 50%;
	background: radial-gradient(circle at 45% 65%, #fff8ba 0 18%, #ffd36d 28%, #f98d54 68%, rgba(249, 141, 84, 0) 72%);
	box-shadow: 0 0 0.8rem rgba(255, 183, 85, 0.72);
	animation: flame 0.9s ease-in-out infinite alternate;
	animation-delay: var(--d);
}

.candles i:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -1.4rem;
	width: 1.4rem;
	height: 1.4rem;
	transform: translateX(-50%);
	border-radius: 50%;
	background: rgba(255, 197, 97, 0.18);
	filter: blur(0.18rem);
}

body.candles-out .candles i:before,
body.candles-out .candles i:after {
	opacity: 0;
	animation: none;
}

body.candles-out .cake-stage {
	background:
		radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.13), transparent 32%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
}

.chronicle-panel .inner {
	padding-left: 3rem;
	padding-right: 3rem;
}

.timeline-board {
	gap: 1.35rem;
	align-items: center !important;
}

.memory-card,
.score-card {
	position: relative;
	min-height: 24.5rem;
	padding: 1.7rem;
	border: solid 1px rgba(255, 255, 255, 0.22);
	border-radius: 0.7rem;
	background: rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.timeline-board .memory-card {
	width: 30rem;
}

.memory-card .year {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 1.65rem;
	font-weight: 700;
	margin-bottom: 0.6rem;
	color: #ffe2a1;
}

.memory-card h3,
.score-card h3 {
	margin-bottom: 0.6rem;
	font-size: 1.48rem;
	text-wrap: balance;
}

.memory-card h3 {
	display: none;
}

.memory-card .year {
	margin-bottom: 1.05rem;
}

.memory-card > p:not(.year),
.score-card p {
	font-size: 1.13rem;
	line-height: 1.7;
	text-wrap: pretty;
}

.choices {
	display: grid;
	gap: 0.68rem;
	margin-top: 1.1rem;
}

.choices button {
	position: relative;
	min-height: 3.42rem;
	padding: 0.72rem 2.55rem 0.72rem 1.18rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	font-size: 1.24rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	text-wrap: balance;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.choices button:hover,
.choices button:focus {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.54);
}

.choices button:active {
	transform: scale(0.98);
}

.choices button:disabled {
	cursor: default;
}

.choices button.is-correct {
	background: rgba(255, 217, 130, 0.26);
	border-color: rgba(255, 225, 156, 0.86);
	color: #fff8d9;
	box-shadow: 0 0 0 1px rgba(255, 226, 161, 0.32), 0 0.85rem 2rem rgba(255, 185, 103, 0.14);
	transform: translateY(-1px);
}

.choices button.is-wrong {
	opacity: 0.18;
	pointer-events: none;
	transform: scale(0.96);
}

.choices button.is-correct:disabled {
	opacity: 1;
}

.choices button.is-wrong:after {
	content: "×";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	color: #ffe2a1;
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 1;
}

.answer-feedback {
	min-height: 1.35rem;
	margin-top: 0.7rem;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.45;
}

.answer-feedback.is-wrong {
	color: #ffd8e2;
}

.answer-feedback.is-correct {
	color: #ffe2a1;
}

.memory-card.is-wrong-pulse {
	animation: wrongPulse 260ms ease;
}

.memory-reveal {
	display: none;
	margin-top: 1rem;
	padding: 0.78rem;
	border-radius: 0.55rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
		radial-gradient(circle at 14% 20%, rgba(255, 229, 156, 0.22), transparent 42%);
	font-size: 0.92rem;
	line-height: 1.58;
	overflow: hidden;
}

.memory-card.is-open .memory-reveal {
	display: block;
}

.answer-photo {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 10;
	min-height: 14rem;
	overflow: hidden;
	border-radius: 0.65rem;
	background:
		linear-gradient(135deg, rgba(255, 226, 161, 0.38), transparent 42%),
		linear-gradient(145deg, rgba(92, 72, 128, 0.96), rgba(203, 105, 144, 0.86));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.answer-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.answer-photo span {
	padding: 0.75rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
}

.reveal-copy {
	max-height: none;
	margin-top: 0.82rem;
	overflow: hidden;
	padding: 0 0.2rem 0.05rem;
	font-size: 1.04rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.confetti-pop {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
	overflow: hidden;
}

.confetti-bit {
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: 0.42rem;
	height: 0.72rem;
	border-radius: 0.12rem;
	background: var(--c);
	opacity: 0;
	transform: translate3d(0, 0, 0) rotate(0deg);
	animation: confettiBurst 900ms cubic-bezier(.18, .82, .2, 1) forwards;
	animation-delay: var(--d);
}

.score-sheet {
	gap: clamp(1.6rem, 2vw, 2.4rem);
	align-items: center !important;
	padding-left: clamp(5rem, 6vw, 8rem);
	padding-right: clamp(8rem, 8vw, 12rem);
}

.exam-panel {
	background-color: #51436f;
	background-image:
		url("../../images/overlay.png"),
		radial-gradient(circle at 72% 18%, rgba(255, 226, 161, 0.16), transparent 28%),
		linear-gradient(145deg, #44375f 0%, #68528a 48%, #a7678e 100%);
	background-size: 128px 128px, auto, auto;
}

.exam-panel .intro {
	background: transparent;
	position: relative;
	z-index: 2;
	flex: 0 0 clamp(28rem, 22vw, 34rem);
}

.exam-panel .intro h2.major {
	max-width: 4.35em;
	font-size: clamp(4.9rem, 5.45vw, 6.35rem);
	line-height: 0.98;
}

.exam-title span {
	display: block;
	white-space: nowrap;
}

.exam-title-main {
	font-size: 1em;
}

.exam-panel .intro p:not(.kicker) {
	max-width: 18em;
	color: rgba(255, 255, 255, 0.82);
}

.exam-paper {
	position: relative;
	width: 22.5rem !important;
	padding: 0;
	border-radius: 0.42rem;
	background: transparent;
	transform: rotate(var(--exam-tilt, -1deg));
	transition: transform 240ms ease, filter 240ms ease;
}

.exam-paper:nth-child(1) { --exam-tilt: -1.4deg; }
.exam-paper:nth-child(2) { --exam-tilt: 1deg; }
.exam-paper:nth-child(3) { --exam-tilt: -0.7deg; }
.exam-paper:nth-child(4) { --exam-tilt: 1.25deg; }

.exam-paper:before {
	content: "";
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: 1rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(25, 16, 40, 0.28);
	filter: blur(1rem);
	transform: translateY(0.8rem);
	z-index: -1;
}

.exam-paper img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.42rem;
	box-shadow:
		0 1.3rem 3.2rem rgba(27, 18, 39, 0.32),
		0 0.18rem 0.5rem rgba(27, 18, 39, 0.18);
	filter: saturate(0.96) contrast(1.02);
}

.exam-paper picture {
	display: block;
}

.exam-paper:hover {
	transform: translateY(-0.35rem) rotate(var(--exam-tilt, -1deg));
	filter: brightness(1.03);
}

.collection-card {
	position: relative;
	width: 40rem;
	min-height: 29.5rem;
	padding: 1.7rem 1.85rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.2rem;
	border: solid 1px rgba(255, 255, 255, 0.22);
	border-radius: 0.7rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.045)),
		linear-gradient(155deg, rgba(255, 226, 161, 0.11), transparent 44%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	overflow: hidden;
	transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.collection-close {
	position: absolute;
	right: 1.2rem;
	top: 1.2rem;
	z-index: 3;
	display: none;
	min-height: 2.25rem;
	padding: 0.55rem 0.86rem;
	border-radius: 999px;
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	line-height: 1;
}

.collection-float {
	--float-x: -50%;
	position: fixed;
	left: 50%;
	top: max(1.15rem, env(safe-area-inset-top));
	z-index: 9800;
	display: grid;
	grid-template-columns: auto auto;
	grid-template-areas:
		"kicker meter"
		"title meter";
	align-items: center;
	column-gap: 1.05rem;
	min-height: 4.2rem;
	padding: 0.68rem 1rem 0.7rem 1.15rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0.08)),
		linear-gradient(135deg, rgba(83, 66, 117, 0.88), rgba(215, 110, 139, 0.78));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		0 0.9rem 2.4rem rgba(24, 16, 38, 0.25);
	color: #fff !important;
	opacity: 0;
	pointer-events: none;
	transform: translate(var(--float-x), -0.7rem) scale(0.96);
	transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.collection-float.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate(var(--float-x), 0) scale(1);
}

.collection-float.is-charging {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.25),
		0 0 0 0.22rem rgba(255, 226, 161, 0.18),
		0 1rem 2.6rem rgba(24, 16, 38, 0.28),
		0 0 2.4rem rgba(255, 226, 161, 0.38);
	animation: collectionFloatCharge 680ms ease;
}

.collection-float span {
	grid-area: kicker;
	color: rgba(255, 226, 161, 0.92);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.collection-float strong {
	grid-area: title;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.15;
	white-space: nowrap;
}

.collection-float em {
	grid-area: meter;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	min-width: 4.25rem;
	padding: 0.58rem 0.68rem;
	border-radius: 999px;
	background: rgba(35, 26, 52, 0.25);
	color: rgba(255, 255, 255, 0.82);
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.collection-float b {
	color: #ffe2a1;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 1.32rem;
	line-height: 1;
}

.collection-modal-scrim {
	position: fixed;
	inset: 0;
	z-index: 9790;
	background:
		radial-gradient(circle at 50% 16%, rgba(255, 226, 161, 0.16), transparent 34%),
		rgba(27, 19, 41, 0.54);
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.collection-modal-scrim.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.collection-card.is-modal-open {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9810;
	width: min(58rem, calc(100vw - 3rem));
	max-height: min(88vh, 48rem);
	min-height: min(76vh, 38rem);
	padding: clamp(1.65rem, 2.8vw, 2.35rem);
	gap: clamp(0.72rem, 1.5vh, 1rem);
	transform: translate(-50%, -50%) scale(1);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.065)),
		linear-gradient(155deg, rgba(255, 226, 161, 0.14), transparent 44%),
		linear-gradient(145deg, rgba(79, 63, 112, 0.96), rgba(204, 105, 136, 0.9));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.17),
		0 1.6rem 5rem rgba(20, 12, 31, 0.42);
}

.collection-card.is-modal-open .collection-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.collection-card.is-modal-open .collection-heart {
	width: min(50rem, 100%);
}

.collection-card.is-modal-open .collection-progress-row {
	width: min(50rem, 100%);
}

.collection-beam {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9795;
	width: 0.62rem;
	height: 0.62rem;
	border-radius: 50%;
	background: #ffe2a1;
	box-shadow:
		0 0 0.55rem rgba(255, 226, 161, 0.85),
		0 0 1.4rem rgba(255, 126, 158, 0.56),
		-2.2rem 0 1.2rem rgba(255, 255, 255, 0.32);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(var(--from-x), var(--from-y), 0) scale(0.6);
	animation: collectionBeam 1080ms cubic-bezier(.15, .86, .2, 1) forwards;
}

.collection-card:before {
	content: "";
	position: absolute;
	inset: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.55rem;
	pointer-events: none;
}

.collection-card.is-flashing {
	border-color: rgba(255, 226, 161, 0.78);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 0 0.18rem rgba(255, 226, 161, 0.14);
	transform: translateY(-0.2rem);
}

.collection-card .kicker {
	color: rgba(255, 226, 161, 0.88);
	opacity: 1;
}

.collection-card h2.major {
	margin-bottom: 0.6rem;
	font-size: 2.55rem;
}

.collection-card p:not(.kicker) {
	max-width: 26rem;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.1rem;
	line-height: 1.68;
}

.collection-progress-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(46rem, 100%);
	margin: 0 auto;
}

.collection-meter {
	display: flex;
	align-items: baseline;
	gap: 0.32rem;
	color: rgba(255, 255, 255, 0.78);
}

.collection-meter strong {
	font-size: 2.8rem;
	line-height: 1;
	color: #ffe2a1;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.collection-meter small {
	margin-left: 0.35rem;
	font-size: 1rem;
	letter-spacing: 0.04em;
}

.reset-progress-button {
	flex: 0 0 auto;
	align-self: center;
	min-height: 2.35rem;
	padding: 0.58rem 0.82rem;
	border-radius: 999px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	line-height: 1;
	opacity: 0.72;
}

.reset-progress-button:hover,
.reset-progress-button:focus {
	opacity: 1;
}

.collection-heart {
	position: relative;
	width: min(46rem, 100%);
	aspect-ratio: 7 / 4;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	grid-template-rows: repeat(4, minmax(0, 1fr));
	gap: clamp(0.26rem, 0.7vw, 0.54rem);
	margin: 0.15rem auto 0;
}

.collection-slot {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 0;
	border-radius: 0.56rem;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
		rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	transform: translateZ(0);
	transition: background 260ms ease, border-color 260ms ease, opacity 260ms ease, box-shadow 260ms ease;
	opacity: 0.44;
	overflow: hidden;
}

.collection-slot.is-collected {
	background:
		radial-gradient(circle at 24% 20%, rgba(255, 235, 178, 0.7), transparent 36%),
		linear-gradient(135deg, rgba(110, 82, 150, 0.96), rgba(222, 117, 139, 0.92));
	border-color: rgba(255, 226, 161, 0.7);
	opacity: 1;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		0 0 0 1px rgba(255, 226, 161, 0.12);
}

.collection-slot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collection-slot span {
	position: absolute;
	inset: auto 0 0 0;
	padding: 0.26rem 0.2rem;
	background: linear-gradient(180deg, transparent, rgba(28, 22, 38, 0.68));
	color: #fff;
	font-size: 0.56rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-wrap: balance;
}

.score-card {
	min-height: 18rem;
	text-align: left;
}

.score-card .subject {
	display: block;
	font-size: 0.9rem;
	opacity: 0.75;
	margin-bottom: 0.5rem;
}

.score-card strong {
	display: block;
	font-size: 4rem;
	line-height: 1;
	color: #ffe2a1;
	margin-bottom: 1rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.question-panel {
	background-color: #473d68;
	background-image:
		url("../../images/overlay.png"),
		radial-gradient(circle at 18% 12%, rgba(255, 226, 161, 0.16), transparent 27%),
		linear-gradient(135deg, #3d375f 0%, #695987 48%, #9d6a93 100%);
	background-size: 128px 128px, auto, auto;
}

.question-panel .image.filtered.tinted:after {
	background-image:
		url("../../images/overlay.png"),
		linear-gradient(135deg, rgba(46, 41, 77, 0.86), rgba(93, 75, 125, 0.78), rgba(167, 95, 133, 0.66));
	background-size: 128px 128px, auto;
}

.question-panel .content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
	width: min(98rem, calc(100vw - 5rem)) !important;
	padding-top: clamp(4.8rem, 11vh, 7.2rem);
	padding-right: clamp(2.4rem, 4vw, 4.5rem);
}

.question-panel h2.major {
	max-width: 9em;
	font-size: clamp(3rem, 3.8vw, 4.65rem);
}

.question-draw-area {
	position: relative;
	box-sizing: border-box;
	width: min(92rem, 100%);
	min-height: 15.8rem;
	display: grid;
	align-items: start;
	margin: clamp(2.4rem, 5vh, 3.8rem) 0 1.1rem;
	perspective: 1000px;
}

.question-draw-area:before {
	content: "";
	display: none;
	position: absolute;
	left: 1.2rem;
	right: 1.2rem;
	bottom: 0.15rem;
	height: 7.8rem;
	border-radius: 0.9rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05)),
		linear-gradient(135deg, rgba(92, 72, 128, 0.94), rgba(210, 108, 139, 0.74));
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		0 1.2rem 2.6rem rgba(20, 12, 31, 0.22);
}

.question-draw-area:after {
	content: "";
	display: none;
	position: absolute;
	left: 2.6rem;
	right: 2.6rem;
	bottom: 6.7rem;
	height: 0.36rem;
	border-radius: 999px;
	background: rgba(255, 226, 161, 0.7);
	box-shadow: 0 0 1.1rem rgba(255, 226, 161, 0.48);
}

.question-card {
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	width: min(90rem, 100%);
	max-width: 100%;
	min-height: 14.4rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 2.25rem clamp(3rem, 4.8vw, 5.4rem);
	border-radius: 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 226, 161, 0.28), transparent 30%),
		linear-gradient(145deg, rgba(82, 68, 123, 0.98), rgba(181, 95, 139, 0.92));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.24),
		0 1.4rem 3rem rgba(24, 15, 36, 0.34);
	transform: translateY(0) rotate(-0.9deg);
	transform-origin: 50% 110%;
}

.question-card:before {
	content: "";
	position: absolute;
	inset: 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0.62rem;
	pointer-events: none;
}

.question-card:after {
	content: "";
	position: absolute;
	left: -24%;
	top: -15%;
	width: 24%;
	height: 130%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
	transform: rotate(18deg);
	opacity: 0;
	pointer-events: none;
}

.question-card.is-idle {
	opacity: 0.93;
}

.question-card.is-dealing {
	animation: questionDeal 780ms cubic-bezier(.13, .92, .18, 1) both;
}

.question-card.is-dealing:after {
	animation: questionShine 760ms ease 130ms both;
}

#questionText {
	position: relative;
	z-index: 1;
	min-height: auto;
	margin: 0;
	color: #fff;
	width: 100%;
	font-size: clamp(2.1rem, 2.45vw, 3.05rem);
	font-weight: 800;
	line-height: 1.12;
	text-wrap: normal;
	text-shadow: 0 0.12rem 0.8rem rgba(30, 20, 45, 0.2);
}

.question-actions {
	margin-top: 0.7rem;
}

#drawQuestionButton {
	min-height: 3.55rem;
	padding: 1rem 2rem;
	font-size: 1.12rem;
	letter-spacing: 0.08em;
}

.wish-panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #51436f;
	background-image:
		url("../../images/overlay.png"),
		radial-gradient(circle at 22% 18%, rgba(255, 226, 161, 0.16), transparent 26%),
		linear-gradient(145deg, #463a66 0%, #6b568d 46%, #ba6f91 100%);
	background-size: 128px 128px, auto, auto;
}

.wish-panel:before {
	content: "";
	position: absolute;
	inset: clamp(1.35rem, 2.5vw, 2.4rem);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0.9rem;
	pointer-events: none;
}

.wish-panel-shell {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: min(72rem, calc(100vw - clamp(4rem, 8vw, 8rem)));
	display: grid;
	grid-template-rows: auto auto;
	gap: clamp(1.6rem, 3.2vh, 2.6rem);
	align-items: center;
	justify-items: center;
	padding: clamp(2.6rem, 5vh, 4.2rem) 0;
	text-align: center;
}

.wish-copy {
	width: min(48rem, 100%);
}

.wish-copy .kicker {
	color: rgba(255, 226, 161, 0.9);
	opacity: 1;
}

.wish-copy h2.major {
	font-size: clamp(4rem, 5vw, 5.9rem);
}

.wish-copy h2.major:after {
	left: 50%;
	transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
}

.wish-copy p:not(.kicker) {
	margin-left: auto;
	margin-right: auto;
	max-width: 18em;
	font-size: clamp(1.35rem, 1.55vw, 1.62rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.wish-panel form {
	width: min(46rem, 100%);
	margin: 1.5rem auto 0;
}

.wish-panel .fields {
	margin-bottom: 1rem;
}

.wish-panel .field {
	margin: 0;
}

.wish-panel label {
	display: block;
	margin-bottom: 0.62rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-align: left;
}

.wish-panel textarea {
	min-height: 7rem;
	resize: none;
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 1.22rem;
	line-height: 1.58;
}

.wish-panel textarea::placeholder {
	color: rgba(255, 255, 255, 0.52);
}

.wish-panel .actions {
	justify-content: center;
	margin: 0;
}

.wish-panel .button {
	min-width: 11rem;
	font-size: 1.12rem;
}

.wish-panel .button:disabled {
	cursor: progress;
	opacity: 0.72;
}

.wish-status {
	min-height: 1.65rem;
	margin: 0.9rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.wish-status.is-saving {
	color: rgba(255, 226, 161, 0.92);
}

.wish-status.is-success {
	color: #ffe2a1;
}

.wish-status.is-error {
	color: rgba(255, 210, 220, 0.95);
}

.wish-pool {
	position: relative;
	isolation: isolate;
	width: min(58rem, 100%);
	height: clamp(21rem, 34vh, 29rem);
	border-radius: 0.9rem;
	overflow: hidden;
	background-color: #665988;
	background-image:
		linear-gradient(180deg, rgba(42, 32, 66, 0.02), rgba(42, 32, 66, 0.01) 48%, rgba(42, 32, 66, 0.1)),
		url("../../images/wish-fountain-storybook.jpg"),
		linear-gradient(145deg, #554a78, #b7789b);
	background-position: center, center, center;
	background-size: cover, cover, cover;
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.16),
		0 1.3rem 3rem rgba(27, 18, 39, 0.2);
}

.wish-pool:before,
.wish-pool:after {
	display: none;
}

.wish-pool:before {
	content: none;
}

.wish-pool:after {
	content: none;
}

.pool-basin {
	position: absolute;
	left: 50%;
	top: 75%;
	z-index: 3;
	width: 94%;
	aspect-ratio: 5.4 / 1;
	--pool-ripple-aspect: 5.4 / 1;
	--pool-ripple-max: 92%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background:
		radial-gradient(ellipse at 50% 50%, rgba(216, 247, 255, 0.3) 0%, rgba(142, 219, 247, 0.18) 42%, rgba(84, 174, 224, 0.1) 64%, rgba(255, 255, 255, 0.035) 76%, transparent 84%);
	border: 0;
	opacity: 0.86;
	box-shadow:
		0 0 1.2rem rgba(215, 244, 255, 0.12),
		inset 0 0 1rem rgba(255, 255, 255, 0.12);
}

.pool-basin:before,
.pool-basin:after {
	display: none;
}

.pool-basin:before {
	content: none;
}

.pool-basin:after {
	content: none;
}

.pool-ripple {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	width: var(--pool-ripple-max);
	aspect-ratio: var(--pool-ripple-aspect);
	border-radius: 50%;
	border: 3px solid rgba(224, 246, 255, 0.96);
	box-shadow: 0 0 0.85rem rgba(214, 245, 255, 0.28);
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.1);
	pointer-events: none;
}

.wish-coin {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 7;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background:
		radial-gradient(circle at 30% 25%, #fff1bd 0 18%, transparent 20%),
		linear-gradient(135deg, #ffe2a1, #d8963d);
	box-shadow:
		0 0.7rem 1.5rem rgba(0, 0, 0, 0.22),
		inset -0.18rem -0.18rem 0 rgba(157, 94, 28, 0.18);
	opacity: 0;
	transform: translate(-50%, -14rem) rotateY(0deg);
	transform-origin: center;
}

.wish-list {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.wish-pool.is-dropping .wish-coin {
	animation: wishCoinDrop 1.34s cubic-bezier(.15, .92, .16, 1) both;
}

.wish-pool.is-dropping .pool-basin {
	animation: poolThump 520ms ease 700ms both;
}

.wish-pool.is-dropping .pool-ripple {
	animation: wishRipple 1.7s ease-out 760ms both;
}

.wish-pool.is-dropping .ripple-two {
	animation-delay: 940ms;
}

.wish-pool.is-dropping .ripple-three {
	animation-delay: 1120ms;
}

.certificate-panel {
	background-color: #d5b99a;
	background-image:
		url("../../images/overlay.png"),
		radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.22), transparent 28%),
		linear-gradient(145deg, #dbc2a2 0%, #c9b4ad 48%, #a98493 100%);
	background-size: 128px 128px, auto, auto;
	color: #231d27;
}

.certificate-panel .intro {
	color: #231d27;
	background: transparent !important;
}

.certificate-panel .intro .kicker {
	color: rgba(35, 29, 39, 0.62);
	opacity: 1;
}

.certificate-panel .intro h2.major {
	max-width: none;
	color: #231d27;
	white-space: nowrap;
}

.certificate-panel .intro h2.major:after {
	background-color: rgba(35, 29, 39, 0.28);
}

.certificate-panel .intro p:not(.kicker) {
	max-width: 19em;
	color: rgba(35, 29, 39, 0.72);
}

.certificate-panel .inner {
	align-items: center;
	justify-content: center;
	padding: clamp(2rem, 4vw, 4rem);
	background: transparent !important;
}

.certificate {
	position: relative;
	box-sizing: border-box;
	width: min(68rem, 100%);
	aspect-ratio: 1586 / 992;
	min-height: 0;
	padding: clamp(3.4rem, 5vw, 5.6rem) clamp(4rem, 6vw, 7rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0.28rem;
	background-image:
		linear-gradient(180deg, rgba(255, 252, 242, 0.08), rgba(255, 252, 242, 0.02)),
		url("../../images/certificate-bg.jpg");
	background-position: center;
	background-size: cover;
	box-shadow:
		0 1.35rem 3.4rem rgba(27, 18, 39, 0.34),
		0 0.2rem 0.6rem rgba(27, 18, 39, 0.18);
	color: #3a2a25;
	text-align: center;
}

.certificate:before {
	content: "";
	position: absolute;
	inset: clamp(2.3rem, 3.3vw, 3.8rem);
	border: 1px solid rgba(122, 82, 43, 0.12);
	pointer-events: none;
}

.certificate p {
	position: relative;
	margin-bottom: clamp(0.8rem, 1.4vw, 1.25rem);
	color: #6e553e;
	font-family: "Songti SC", "STSong", "SimSun", serif;
	font-size: clamp(1.05rem, 1.2vw, 1.35rem);
	font-weight: 600;
	letter-spacing: 0.14em;
	opacity: 0.94;
}

.certificate h3 {
	position: relative;
	margin: 0 0 clamp(1rem, 1.8vw, 1.7rem);
	color: #2d2420;
	font-size: clamp(3.8rem, 5.2vw, 6rem);
	font-weight: 900;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
}

.certificate strong {
	position: relative;
	display: block;
	margin: 0.35rem 0;
	color: #3b2b25;
	font-family: "Songti SC", "STSong", "SimSun", serif;
	font-size: clamp(1.65rem, 2.15vw, 2.55rem);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: 0.04em;
}

.certificate span {
	position: relative;
	display: block;
	margin-top: clamp(1rem, 1.6vw, 1.6rem);
	color: #72583e;
	font-size: clamp(1.02rem, 1.2vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	opacity: 0.9;
}

.certificate em {
	position: absolute;
	right: 10.5%;
	bottom: 11%;
	display: block;
	width: clamp(7.5rem, 9.5vw, 10.5rem);
	aspect-ratio: 1;
	background: url("../../images/certificate-seal.png") center / contain no-repeat;
	border: 0;
	color: transparent;
	font: 0/0 a;
	transform: rotate(-11deg) scale(1.18);
	opacity: 0;
	filter: saturate(1.06) contrast(1.04);
	pointer-events: none;
}

.certificate em:after {
	content: "";
	position: absolute;
	inset: -13%;
	border: 2px solid rgba(215, 72, 82, 0.38);
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.72);
}

.certificate.is-sealed em {
	opacity: 0.9;
	transform: rotate(-11deg) scale(1);
	transition: opacity 320ms ease, transform 320ms cubic-bezier(.18, .82, .2, 1), filter 320ms ease;
}

.certificate.is-stamping {
	animation: certificateThump 560ms ease both;
}

.certificate.is-stamping em {
	animation: sealStamp 760ms cubic-bezier(.16, .86, .2, 1) both;
	filter: saturate(1.15) contrast(1.08) drop-shadow(0 0.65rem 0.9rem rgba(120, 31, 46, 0.22));
}

.certificate.is-stamping em:after {
	animation: sealShock 760ms ease both;
}

.final-panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	min-width: 64rem;
	overflow: hidden;
	background-color: #51436f;
	background-image:
		url("../../images/overlay.png"),
		radial-gradient(circle at 78% 20%, rgba(255, 226, 161, 0.14), transparent 28%),
		linear-gradient(145deg, #4a3d68 0%, #725c95 48%, #c87994 100%);
	background-size: 128px 128px, auto, auto;
	background-position: 0 0, 50% 50%, 0 0;
	isolation: isolate;
	text-align: center;
	animation: finalBgDrift 18s ease-in-out infinite alternate;
}

.final-panel:before {
	content: "";
	position: absolute;
	z-index: 3;
	inset: clamp(1.35rem, 2.5vw, 2.4rem);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0.9rem;
	pointer-events: none;
}

.final-panel:after {
	content: "";
	position: absolute;
	inset: -12%;
	z-index: 1;
	background:
		linear-gradient(115deg, transparent 18%, rgba(255, 226, 161, 0.15) 36%, rgba(255, 255, 255, 0.09) 45%, transparent 62%);
	opacity: 0.62;
	pointer-events: none;
	transform: translateX(-34%) rotate(-3deg);
	animation: finalLightSweep 9s ease-in-out infinite;
}

.final-ambient {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.final-ribbon {
	position: absolute;
	left: 50%;
	width: clamp(22rem, 48vw, 52rem);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 226, 161, 0.72), rgba(255, 255, 255, 0.22), transparent);
	box-shadow: 0 0 1.2rem rgba(255, 226, 161, 0.18);
	opacity: 0.42;
	transform-origin: center;
	animation: finalRibbonDrift 12s ease-in-out infinite;
}

.ribbon-one {
	top: 22%;
	transform: translateX(-54%) rotate(-12deg);
}

.ribbon-two {
	top: 58%;
	animation-delay: -4s;
	transform: translateX(-46%) rotate(9deg);
}

.ribbon-three {
	top: 82%;
	width: clamp(18rem, 34vw, 38rem);
	animation-delay: -7s;
	transform: translateX(-52%) rotate(-5deg);
}

.final-spark {
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--s);
	aspect-ratio: 1;
	background: rgba(255, 226, 161, 0.95);
	box-shadow: 0 0 1rem rgba(255, 226, 161, 0.42);
	opacity: 0.5;
	transform: rotate(45deg) scale(0.86);
	animation: finalSparkFloat 7.4s ease-in-out infinite;
	animation-delay: var(--d);
}

.final-spark:before,
.final-spark:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(255, 255, 255, 0.62);
	transform: translate(-50%, -50%);
}

.final-spark:before {
	width: 180%;
	height: 1px;
}

.final-spark:after {
	width: 1px;
	height: 180%;
}

.final-content {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: min(42rem, calc(100vw - 4rem));
	margin: auto;
	padding: clamp(3rem, 6vw, 5.4rem) 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.final-panel.is-visible .final-content {
	animation: finalContentArrive 900ms cubic-bezier(.18, .82, .2, 1) both;
}

.final-panel .kicker {
	color: rgba(255, 226, 161, 0.9);
	opacity: 1;
}

.final-panel.is-visible .kicker {
	animation: finalKickerGlow 3.6s ease-in-out 900ms infinite;
}

.final-panel h2.major {
	max-width: 8em;
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(4.4rem, 5.6vw, 6.2rem);
	text-shadow: 0 0.16rem 1.8rem rgba(255, 226, 161, 0.08);
	transform-origin: center;
}

.final-panel.is-visible h2.major {
	animation: finalTitleBreath 4.8s ease-in-out 650ms infinite;
}

.final-panel h2.major:after {
	left: 50%;
	transform: translateX(-50%);
	margin-left: auto;
	margin-right: auto;
}

.final-panel p:not(.kicker) {
	max-width: 20em;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.28rem, 1.45vw, 1.55rem);
	line-height: 1.72;
}

.final-panel .actions {
	justify-content: center;
	margin-top: 1.1rem;
}

.final-panel .button {
	position: relative;
	overflow: hidden;
	box-shadow: 0 0.9rem 2.3rem rgba(35, 22, 52, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.final-panel .button:hover,
.final-panel .button:focus {
	transform: translateY(-0.08rem);
	box-shadow: 0 1.05rem 2.5rem rgba(35, 22, 52, 0.24), 0 0 1.7rem rgba(255, 226, 161, 0.2);
}

.final-panel .button:active {
	transform: translateY(0.04rem) scale(0.99);
}

.final-panel .button:after {
	content: "";
	position: absolute;
	top: -40%;
	bottom: -40%;
	left: -46%;
	width: 40%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
	transform: rotate(18deg);
	animation: finalButtonShine 4.6s ease-in-out infinite;
	pointer-events: none;
}

.final-panel .credit {
	font-size: 0.92rem;
	opacity: 0.66;
	margin-top: 1.3rem;
}

.final-confetti-burst {
	position: absolute;
	inset: 0;
	z-index: 4;
	overflow: hidden;
	pointer-events: none;
}

.final-confetti-burst span {
	position: absolute;
	left: 50%;
	top: 47%;
	width: var(--w);
	height: var(--h);
	border-radius: var(--radius);
	background: var(--c);
	opacity: 0;
	box-shadow: 0 0 0.65rem rgba(255, 255, 255, 0.18);
	animation: finalConfetti 2100ms cubic-bezier(.14, .72, .16, 1) forwards;
	animation-delay: var(--delay);
}

@keyframes flame {
	from { transform: translateX(-50%) rotate(-7deg) scaleY(0.92); }
	to { transform: translateX(-50%) rotate(9deg) scaleY(1.08); }
}

@keyframes candleSway {
	0%, 100% { transform: rotate(-1.5deg); }
	50% { transform: rotate(2deg); }
}

@keyframes pointPulse {
	0%, 100% { opacity: 0.35; transform: scale(0.8); }
	50% { opacity: 1; transform: scale(1.25); }
}

@keyframes wishCoinDrop {
	0% {
		opacity: 0;
		transform: translate(-50%, -15rem) rotateY(0deg) rotate(0deg) scale(0.82);
	}
	14% {
		opacity: 1;
	}
	76% {
		opacity: 1;
		transform: translate(-50%, -50%) rotateY(680deg) rotate(18deg) scale(1);
	}
	88% {
		opacity: 1;
		transform: translate(-50%, -50%) rotateY(720deg) rotate(24deg) scale(0.9);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) rotateY(760deg) rotate(30deg) scale(0.56);
	}
}

@keyframes poolThump {
	0%, 100% {
		transform: translate(-50%, -50%) scale(1);
	}
	46% {
		transform: translate(-50%, -50%) scale(0.97);
	}
	72% {
		transform: translate(-50%, -50%) scale(1.025);
	}
}

@keyframes wishRipple {
	0% {
		opacity: 0.92;
		transform: translate(-50%, -50%) scale(0.1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes sealStamp {
	0% {
		opacity: 0;
		transform: rotate(-28deg) scale(2.7);
	}
	46% {
		opacity: 1;
		transform: rotate(-8deg) scale(0.82);
	}
	68% {
		transform: rotate(-14deg) scale(1.12);
	}
	100% {
		opacity: 0.9;
		transform: rotate(-11deg) scale(1);
	}
}

@keyframes sealShock {
	0%, 38% {
		opacity: 0;
		transform: scale(0.68);
	}
	54% {
		opacity: 0.72;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1.55);
	}
}

@keyframes certificateThump {
	0%, 100% {
		transform: scale(1);
	}
	42% {
		transform: scale(0.985);
	}
	68% {
		transform: scale(1.012);
	}
}

@keyframes wrongPulse {
	0%, 100% { transform: translateX(0); }
	35% { transform: translateX(-0.35rem); }
	70% { transform: translateX(0.35rem); }
}

@keyframes confettiBurst {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(0.7);
	}
	12% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(var(--dx), var(--dy), 0) rotate(var(--rot)) scale(1);
	}
}

@keyframes questionDeal {
	0% {
		opacity: 0;
		transform: translateY(6.8rem) translateZ(-4rem) rotate(-7deg) scale(0.82);
	}
	48% {
		opacity: 1;
		transform: translateY(-1.05rem) translateZ(1.2rem) rotate(1.8deg) scale(1.035);
	}
	72% {
		transform: translateY(0.16rem) rotate(-1.2deg) scale(0.99);
	}
	100% {
		opacity: 1;
		transform: translateY(0) rotate(-0.9deg) scale(1);
	}
}

@keyframes questionShine {
	0% {
		left: -24%;
		opacity: 0;
	}
	22% {
		opacity: 0.9;
	}
	100% {
		left: 116%;
		opacity: 0;
	}
}

@keyframes collectionBeam {
	0% {
		opacity: 0;
		transform: translate3d(var(--from-x), var(--from-y), 0) scale(0.55);
	}
	18% {
		opacity: 1;
	}
	78% {
		opacity: 1;
		transform: translate3d(var(--to-x), var(--to-y), 0) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate3d(var(--to-x), var(--to-y), 0) scale(0.22);
	}
}

@keyframes collectionFloatCharge {
	0%, 100% {
		transform: translate(var(--float-x), 0) scale(1);
	}
	42% {
		transform: translate(var(--float-x), -0.08rem) scale(1.06);
	}
}

@keyframes musicPulse {
	0%, 100% {
		transform: scale(0.92);
		box-shadow:
			0 0 0 0.22rem rgba(217, 111, 136, 0.16),
			0 0 0 0.42rem rgba(217, 111, 136, 0.06);
	}
	50% {
		transform: scale(1.08);
		box-shadow:
			0 0 0 0.32rem rgba(217, 111, 136, 0.22),
			0 0 0 0.72rem rgba(217, 111, 136, 0.09);
	}
}

@keyframes finalBgDrift {
	0% {
		background-position: 0 0, 48% 48%, 0 0;
	}
	100% {
		background-position: 70px 38px, 56% 42%, 0 0;
	}
}

@keyframes finalLightSweep {
	0%, 18% {
		opacity: 0;
		transform: translateX(-42%) rotate(-3deg);
	}
	46% {
		opacity: 0.58;
	}
	78%, 100% {
		opacity: 0;
		transform: translateX(34%) rotate(-3deg);
	}
}

@keyframes finalRibbonDrift {
	0%, 100% {
		opacity: 0.28;
		filter: blur(0);
	}
	45% {
		opacity: 0.72;
		filter: blur(0.3px);
	}
}

@keyframes finalSparkFloat {
	0%, 100% {
		opacity: 0.32;
		transform: translate3d(0, 0, 0) rotate(45deg) scale(0.72);
	}
	46% {
		opacity: 0.95;
		transform: translate3d(0.45rem, -0.72rem, 0) rotate(45deg) scale(1.08);
	}
}

@keyframes finalContentArrive {
	0% {
		opacity: 0;
		transform: translateY(1.4rem) scale(0.985);
		filter: blur(8px);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: blur(0);
	}
}

@keyframes finalKickerGlow {
	0%, 100% {
		text-shadow: 0 0 0 rgba(255, 226, 161, 0);
	}
	50% {
		text-shadow: 0 0 1.2rem rgba(255, 226, 161, 0.42);
	}
}

@keyframes finalTitleBreath {
	0%, 100% {
		transform: translateY(0) scale(1);
		text-shadow: 0 0.16rem 1.8rem rgba(255, 226, 161, 0.08);
	}
	52% {
		transform: translateY(-0.1rem) scale(1.012);
		text-shadow: 0 0.28rem 2.2rem rgba(255, 226, 161, 0.16);
	}
}

@keyframes finalButtonShine {
	0%, 42% {
		left: -48%;
		opacity: 0;
	}
	55% {
		opacity: 0.72;
	}
	72%, 100% {
		left: 112%;
		opacity: 0;
	}
}

@keyframes finalConfetti {
	0% {
		opacity: 0;
		transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(0.6);
	}
	14% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(calc(-50% + var(--dx)), calc(-50% + var(--dy)), 0) rotate(var(--rot)) scale(1);
	}
}

@media screen and (max-width: 736px) {
	html,
	body {
		overflow-x: hidden;
	}

	#page-wrapper {
		padding-bottom: 0 !important;
	}

	#wrapper {
		margin-bottom: 0 !important;
	}

	#page-wrapper,
	#wrapper,
	.panel,
	.panel > .intro,
	.panel > .inner,
	.panel.banner .content,
	.panel.banner .image,
	.panel.spotlight .content,
	.panel.spotlight .image,
	.cake-stage {
		box-sizing: border-box;
		width: 100% !important;
		max-width: 100vw !important;
	}

	.kicker {
		font-size: 0.74rem;
		letter-spacing: 0.12em;
	}

	.music-toggle {
		right: max(0.8rem, env(safe-area-inset-right));
		bottom: max(0.8rem, env(safe-area-inset-bottom));
		min-height: 2.85rem;
		padding: 0.7rem 0.9rem;
		font-size: 0.86rem;
	}

	.panel h2.major {
		font-size: 2.8rem;
		line-height: 1.08;
	}

	.birthday-gate .content {
		min-height: auto;
		padding-top: 2.1rem;
		padding-bottom: 2.2rem;
	}

	.cake-stage {
		min-width: 100%;
		min-height: 23rem;
		padding: 1.7rem 1rem 2rem;
	}

	.cake {
		width: 12rem;
		height: 13.5rem;
		margin-bottom: 0.7rem;
		transform: translateY(0.2rem) scale(0.9);
	}

	.cake-wish {
		width: min(23rem, 92vw);
	}

	.cake-wish p {
		font-size: 1.35rem;
	}

	.cake-wish span {
		font-size: 1.08rem;
	}

	.gate-module {
		margin-top: 1.35rem;
	}

	.gate-status {
		font-size: 0.98rem;
	}

	.gate-actions .button {
		min-width: 10.25rem;
		font-size: 1rem;
	}

	.chronicle-cover {
		min-width: 0;
		padding: 2rem 1.35rem;
	}

	.chronicle-cover-inner {
		width: 100%;
		min-height: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 1.4rem;
	}

	.chronicle-cover-copy {
		padding: 1rem 0 0.3rem;
	}

	.chronicle-cover:before {
		left: 1.5rem;
		top: 1.3rem;
		font-size: 4.3rem;
		line-height: 0.8;
	}

	.chronicle-cover:after {
		inset: 1rem;
	}

	.chronicle-cover-copy:after {
		display: none;
	}

	.chronicle-cover h2.major {
		max-width: 6.8em;
		font-size: 3.9rem;
	}

	.chronicle-cover p:not(.kicker) {
		font-size: 1.18rem;
		line-height: 1.75;
	}

	.chronicle-panel .inner {
		padding: 2rem 1.45rem;
	}

	.memory-card,
	.score-card,
	.exam-paper {
		min-height: auto;
		width: 100%;
	}

	.exam-panel .intro p:not(.kicker) {
		max-width: 21em;
	}

	.exam-panel .intro h2.major {
		font-size: 3.65rem;
		line-height: 0.98;
	}

	.exam-title-main {
		font-size: 1em;
	}

	.exam-paper {
		width: min(21rem, 86vw) !important;
		margin: 0 auto 0.5rem;
	}

	.timeline-board .memory-card {
		width: 100%;
	}

	.choices button {
		min-height: 3.25rem;
		font-size: 1.18rem;
	}

	.question-panel .content {
		width: 100%;
		max-width: 100%;
		padding-top: 2.8rem;
		padding-right: 1.4rem;
		padding-bottom: 2.1rem;
		padding-left: 1.4rem;
	}

	.question-panel h2.major {
		max-width: 7em;
		font-size: 3rem;
	}

	.question-draw-area {
		width: min(100%, calc(100vw - 2.8rem));
		min-height: 18.5rem;
		margin: 1.7rem 0 1rem;
	}

	.question-card {
		min-height: 14.5rem;
		padding: 1.65rem;
	}

	#questionText {
		font-size: clamp(1.75rem, 7vw, 2.55rem);
		line-height: 1.25;
	}

	#drawQuestionButton {
		width: 100%;
		font-size: 1.06rem;
	}

	.memory-card.is-open .memory-reveal {
		grid-template-columns: 1fr;
	}

	.answer-photo {
		width: 100%;
		min-height: 12rem;
	}

	.reveal-copy {
		max-height: none;
	}

	.collection-card {
		width: 100%;
		min-height: 25rem;
		padding: 1.55rem;
	}

	.collection-float {
		--float-x: 0;
		left: 1rem;
		right: 1rem;
		top: max(0.8rem, env(safe-area-inset-top));
		width: auto;
		min-height: 3.8rem;
		padding: 0.6rem 0.82rem 0.62rem 0.95rem;
		transform: translateY(-0.7rem) scale(0.96);
	}

	.collection-float.is-visible {
		transform: translateY(0) scale(1);
	}

	.collection-float strong {
		font-size: 0.98rem;
	}

	.collection-card.is-modal-open {
		width: calc(100vw - 1.7rem);
		min-height: min(78vh, 36rem);
		max-height: 86vh;
		padding: 1.45rem;
	}

	.chronicle-cover .collection-card {
		min-height: 26.5rem;
	}

	.collection-card h2.major {
		font-size: 2.7rem;
	}

	.collection-progress-row {
		width: 100%;
		max-width: 100%;
		gap: 0.75rem;
	}

	.collection-meter strong {
		font-size: 2.35rem;
	}

	.collection-heart {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 7 / 4;
		gap: 0.22rem;
	}

	.collection-slot {
		border-radius: 0.34rem;
	}

	.collection-slot span {
		padding: 0.18rem 0.12rem;
		font-size: 0.48rem;
	}

	.score-card strong {
		font-size: 3.4rem;
	}

	.wish-panel {
		padding: 2rem 1.35rem;
	}

	.wish-panel:before {
		inset: 1rem;
	}

	.wish-panel-shell {
		width: 100%;
		gap: 1.4rem;
		padding: 1rem 0 0.4rem;
	}

	.wish-copy h2.major {
		font-size: 3.4rem;
	}

	.wish-copy p:not(.kicker) {
		font-size: 1.18rem;
	}

	.wish-panel form {
		margin-top: 1.1rem;
	}

	.wish-panel label {
		font-size: 1.05rem;
	}

	.wish-panel textarea {
		min-height: 6.6rem;
		font-size: 1.05rem;
	}

	.wish-pool {
		width: 100%;
		height: 19rem;
		min-height: 19rem;
	}

	.wish-pool:before {
		content: none;
		display: none;
	}

	.wish-pool:after {
		content: none;
		display: none;
	}

	.pool-basin {
		top: 70.5%;
		width: 166%;
		aspect-ratio: 5.1 / 1;
		--pool-ripple-aspect: 5.1 / 1;
	}

	.pool-basin:before {
		content: none;
		display: none;
	}

	.pool-basin:after {
		content: none;
		display: none;
	}

	.certificate {
		width: 100%;
		min-height: 22rem;
	}

	.certificate-panel .intro h2.major {
		font-size: clamp(3.35rem, 15.2vw, 4rem);
		white-space: nowrap;
	}

	.final-panel {
		min-width: 0;
		min-height: 100vh;
		min-height: 100dvh;
		margin-bottom: 0 !important;
		padding: 2rem 1.35rem;
	}

	.final-panel:before {
		inset: 1rem;
	}

	.final-content {
		width: 100%;
		padding: 2.5rem 0;
	}

	.final-panel h2.major {
		font-size: clamp(2.55rem, 11vw, 3.05rem);
		white-space: nowrap;
	}

	.final-panel p:not(.kicker) {
		font-size: 1.13rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*:before,
	*:after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.wish-pool.is-dropping .wish-coin {
		animation-duration: 1.18s !important;
	}

	.wish-pool.is-dropping .pool-basin {
		animation-duration: 520ms !important;
	}

	.wish-pool.is-dropping .pool-ripple {
		animation-duration: 1.35s !important;
	}
}
