/*
 * Copyright (c) 2025 KittyClub（小咪社）
 * Developed by GlassFoxowo for GoToSnowTown Project
 * This is some serious spaghetti shit, but it runs.
 * All rights reserved.
 */
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@font-face {
	font-family: 'Comic Sans MS';
	src: local('Comic Sans MS');
}
body {
	font-family: 'Comic Sans MS', 'VT323', cursive, sans-serif;
	background: #000 radial-gradient(circle at center, rgba(40, 40, 120, 0.3) 0%, rgba(0, 0, 0, 0.5) 70%) repeat;
	background-size: 200px 200px;
	background-attachment: fixed;
	animation: stardust-animation 30s ease infinite;
	color: #ff00ff;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	cursor: url('cursor.cur'), auto;
	position: relative;
	overflow-x: hidden;
}
::selection {
	background-color: #ff00ff;
	color: #00ffff;
}
.pixel-border {
	border-style: solid;
	border-width: 5px;
	border-image: url('pixel-border.png') 5 stretch;
	image-rendering: pixelated;
}
.rainbow-text {
	background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
	-webkit-background-clip: text;
	color: transparent;
	animation: sparkle 2s infinite;
}
.construction-tape {
	height: 20px;
	background: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #000 10px, #000 20px);
	width: 100%;
	margin: 10px 0;
}
.side-ad-left,
.side-ad-right {
	position: fixed;
	top: 0;
	width: calc((100% - 780px) / 2 - 5px);
	max-width: 200px;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 100;
	padding: 5px;
	overflow-y: auto;
}
.side-ad-left {
	left: 0;
	border-right: 5px ridge #ff00ff;
}
.side-ad-right {
	right: 0;
	border-left: 5px ridge #00ffff;
}
.side-ad-item {
	margin: 10px 0;
	width: 100%;
	border: 3px outset #c0c0c0;
	background: #000080;
	padding: 5px;
	text-align: center;
}
.side-ad-img {
	max-width: 100%;
	border: 2px solid #fff;
}
.side-ad-text {
	color: #0f0;
	font-size: 12px;
	margin-top: 5px;
	text-shadow: 1px 1px 2px #000, 0 0 5px #0ff, 0 0 10px #00f;
	animation: blink 1.5s infinite;
	font-weight: bold;
}
.container {
	width: 90%;
	max-width: 780px;
	margin: 20px auto;
	background: #000;
	border: 8px ridge #ff00ff;
	box-shadow: 0 0 15px #ff00ff, 0 0 30px #0ff;
	position: relative;
}
.glitter-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
		radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 2px, transparent 2px);
	background-size: 30px 30px, 20px 20px;
	opacity: 0.2;
	pointer-events: none;
	z-index: 10;
	animation: glitter-animation 2s ease-in-out infinite;
}
.flame-divider {
	height: 20px;
	background: linear-gradient(90deg, #f00, #f80, #ff0, #f80, #f00, #f80, #ff0, #f80, #f00);
	background-size: 400% 100%;
	width: 100%;
	margin: 10px 0;
	animation: flame-animation 3s linear infinite;
	border-top: 1px solid #f30;
	border-bottom: 1px solid #f30;
}
header {
	background: linear-gradient(to right, #f00, #f0f, #00f);
	padding: 10px;
	text-align: center;
	border-bottom: 5px outset #0ff;
	position: relative;
}
.banner {
	max-width: 100%;
	height: auto;
	border: 4px inset #0ff;
	filter: hue-rotate(45deg) saturate(2);
}
.marquee {
	background: #000;
	border: 3px inset #f0f;
	padding: 5px;
	margin-top: 10px;
	color: #0f0;
	text-shadow: 0 0 5px #0ff;
	font-family: 'VT323', monospace;
	font-size: 18px;
	font-weight: bold;
}
.content {
	padding: 20px;
	background: rgba(0, 0, 0, 0.8);
	position: relative;
	color: #fff;
	border: 3px inset #0ff;
	margin: 5px;
	overflow: hidden;
}
.snow {
	background-image: radial-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5) 1px, transparent 2px),
		radial-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3) 1px, transparent 1px);
	background-size: 20px 20px, 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 5;
	opacity: 0.5;
}
.login-form {
	background: #000080;
	padding: 15px;
	border: 5px outset #f0f;
	position: relative;
	z-index: 1;
	background-image: radial-gradient(#fff, rgba(255, 255, 255, 0.2) 2px, transparent 3px),
		radial-gradient(#fff, rgba(255, 255, 255, 0.15) 1px, transparent 2px),
		radial-gradient(#fff, rgba(255, 255, 255, 0.1) 2px, transparent 3px),
		radial-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1) 1px, transparent 2px);
	background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
	background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-group label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #0ff;
	text-shadow: 2px 2px 0 #000, 0 0 5px #f0f;
	font-size: 18px;
}
.form-group input[type='text'] {
	width: calc(100% - 10px);
	padding: 10px;
	border: 5px inset #0ff;
	background: #000;
	color: #0f0;
	font-family: 'VT323', monospace;
	font-size: 18px;
	box-sizing: border-box;
	margin: 0;
	box-shadow: 0 0 10px #0ff;
	text-align: center;
}
.form-group input[type='text']:focus {
	outline: none;
	box-shadow: 0 0 15px #f0f;
	border-color: #f0f;
}
.hint {
	font-size: 14px;
	color: #ff0;
	margin-top: 8px;
	font-style: italic;
	text-shadow: 1px 1px 2px #000;
}
.symbol-keyboard {
	margin: 15px 0;
	border: 3px solid #0ff;
	padding: 10px;
	background: rgba(0, 0, 128, 0.7);
}
.symbol-row {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
}
.symbol-key {
	width: 50px;
	height: 50px;
	margin: 0 5px;
	border: 4px outset #c0c0c0;
	background: linear-gradient(to bottom, #404040, #202020);
	font-size: 20px;
	cursor: pointer;
	font-weight: bold;
	color: #0ff;
	text-shadow: 0 0 5px #0ff;
	font-family: 'VT323', monospace;
	transition: 0.1s;
	box-shadow: 0 5px 0 #000;
	user-select: none;
	text-align: center;
	line-height: 50px;
}
.symbol-key:hover {
	background: linear-gradient(to bottom, #505050, #303030);
	transform: translateY(-2px);
	box-shadow: 0 7px 0 #000;
	color: #f0f;
}
.symbol-key:active {
	border-style: inset;
	transform: translateY(3px);
	box-shadow: 0 2px 0 #000;
}
#question3 {
	text-align: center;
	letter-spacing: 8px;
	font-size: 24px;
	font-family: 'VT323', monospace;
	background: #000;
	color: #0f0;
	text-shadow: 0 0 5px #0f0;
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	border: 5px inset #0ff;
}
#clear-symbols {
	padding: 10px 20px;
	background: linear-gradient(to bottom, #f00, #900);
	border: 4px outset #f00;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	font-family: 'VT323', monospace;
	font-size: 18px;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 2px 2px 0 #000; /* 替换matrix.gif为自定义矩阵雨效果背景 */
	box-shadow: 0 5px 0 #500;
	transition: 0.1s;
}
#clear-symbols:hover {
	background: linear-gradient(to bottom, #f33, #c00);
	transform: translateY(-2px);
	box-shadow: 0 7px 0 #500;
}
#clear-symbols:active {
	border-style: inset;
	transform: translateY(3px);
	box-shadow: 0 2px 0 #500;
}
.submit-section {
	text-align: center;
	margin-top: 30px;
}
.btn-submit {
	padding: 15px 30px;
	background: linear-gradient(to bottom, #0f0, #090);
	border: 4px outset #0f0;
	font-weight: bold;
	cursor: pointer;
	font-family: 'VT323', monospace;
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: 0 8px 0 #050;
	transition: 0.2s;
	animation: float 2s infinite ease-in-out;
}
.btn-submit:hover {
	background: linear-gradient(to bottom, #3f3, #0c0);
	transform: scale(1.05);
	box-shadow: 0 10px 0 #050, 0 0 20px #0f0;
}
.btn-submit:active {
	border-style: inset;
	transform: translateY(5px);
	box-shadow: 0 3px 0 #050;
	animation: none;
}
.sidebar {
	padding: 15px;
	background: linear-gradient(to right, #000080, #000040);
	border-top: 5px ridge #f0f;
	position: relative;
}
.ad-section {
	text-align: center;
	margin-bottom: 15px;
}
.ad {
	max-width: 100%;
	margin-bottom: 15px;
	border: 3px solid #fff;
	box-shadow: 0 0 10px #f0f;
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'VT323', monospace;
	background: transparent;
	color: #0f0;
	text-shadow: 0 0 5px #0f0;
}
.fake-ad-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 15px;
	align-items: center;
}
.fake-ad {
	width: 468px;
	height: 60px;
	background: #fff;
	border: 2px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}
.close-btn {
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
	z-index: 5;
	line-height: 1;
}
.close-btn:hover {
	color: #f00;
}
.letter-btn {
	background: transparent;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 2px;
	position: relative;
	cursor: pointer;
	transition: 0.1s;
	flex-shrink: 1;
	min-width: 0;
}
.letter-btn img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.letter-btn.pressed {
	transform: translateY(2px);
	filter: brightness(0.7);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
}
.clear-btn {
	background: linear-gradient(to bottom, #f33, #c00);
	color: #fff;
	border: 3px outset #f00;
	padding: 8px 15px;
	cursor: pointer;
	font-family: 'VT323', monospace;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	text-shadow: 1px 1px 0 #000;
	box-shadow: 0 4px 0 #900;
	transition: 0.2s;
}
.clear-btn:hover {
	background: linear-gradient(to bottom, #f66, #f00);
	transform: translateY(-2px);
	box-shadow: 0 6px 0 #900;
}
.clear-btn:active {
	border-style: inset;
	transform: translateY(2px);
	box-shadow: 0 2px 0 #900;
}
.counter {
	text-align: center;
	font-size: 16px;
	background: #000;
	padding: 10px;
	border: 3px inset #0ff;
	color: #0f0;
	font-family: 'VT323', monospace;
	text-shadow: 0 0 5px #0f0;
	letter-spacing: 2px;
}
.visitor-counter {
	font-size: 20px;
	font-weight: bold;
	color: #ff0;
	text-shadow: 0 0 8px #ff0;
}
.browser-compatibility {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	background: #f00;
	padding: 10px;
	border: 4px dashed #ff0;
	position: relative;
	animation: rainbow-bg 10s infinite;
}
.browser-compatibility p {
	margin: 5px 0;
	text-shadow: 2px 2px 0 #000;
	font-weight: bold;
}
.browser-logo {
	height: 40px;
	margin: 0 10px;
	border: none;
	filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}
.survey-content {
	min-height: 400px;
	background: rgba(0, 0, 0, 0.8);
	background-blend-mode: overlay;
}
.question {
	margin-bottom: 25px;
	padding: 15px;
	background: rgba(0, 0, 128, 0.8);
	border: 5px outset #0ff;
	position: relative;
	overflow: hidden;
}
.question-text {
	font-weight: bold;
	margin-bottom: 15px;
	color: #0ff;
	text-shadow: 2px 2px 0 #000;
	font-size: 18px;
	letter-spacing: 1px;
	border-bottom: 2px solid #0ff;
	padding-bottom: 8px;
}
.options {
	position: relative;
	z-index: 1;
}
.options label {
	display: block;
	margin-bottom: 12px;
	cursor: pointer;
	color: #fff;
	padding: 8px;
	border: 2px solid transparent;
	transition: 0.2s;
	border-radius: 5px;
	font-size: 16px;
}
.options label:hover {
	background: rgba(0, 255, 255, 0.2);
	border-color: #0ff;
	transform: translateX(5px);
}
.options input[type='radio'] {
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #0ff;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.options input[type='radio']:checked {
	border-color: #f0f;
	background: #f0f;
	box-shadow: 0 0 5px #f0f;
}
textarea {
	width: calc(100% - 20px);
	padding: 12px;
	background: #000;
	border: 5px inset #0ff;
	resize: vertical;
	font-family: 'VT323', monospace;
	box-sizing: border-box;
	color: #0f0;
	font-size: 18px;
	min-height: 100px;
	text-shadow: 0 0 2px #0f0;
	margin: 0;
}
textarea:focus {
	outline: none;
	border-color: #f0f;
	box-shadow: 0 0 15px #f0f;
}
.loading {
	text-align: center;
	padding: 30px;
	background: #000;
}
.loading p {
	color: #f0f;
	text-shadow: 0 0 10px #f0f;
	animation: blink 1s infinite;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.thank-you-content {
	text-align: center;
	padding: 30px 20px;
	background: #000;
}
.thank-you-image {
	margin: 20px 0;
	border: 4px ridge #f0f;
	box-shadow: 0 0 20px #f0f;
	max-width: 100%;
}
.thank-you-message {
	font-size: 18px;
	line-height: 1.6;
	color: #0ff;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	border: 5px inset #0ff;
	text-shadow: 0 0 5px #0ff;
	position: relative;
	margin: 30px 0;
}
.contact-info {
	margin-top: 30px;
	font-style: italic;
	color: #ff0;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px;
	border: 3px dashed #f0f;
	text-shadow: 0 0 5px #ff0;
}
footer {
	padding: 15px;
	background: linear-gradient(to right, #f0f, #00f);
	border-top: 5px ridge #0ff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 0 #000;
	position: relative;
	overflow: hidden;
}
.footer-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	background-image: radial-gradient(#fff, rgba(255, 255, 255, 0.2) 1px, transparent 2px),
		radial-gradient(#fff, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
	background-size: 30px 30px, 15px 15px;
	background-position: 0 0, 10px 10px;
	opacity: 0.5;
	pointer-events: none;
}
.warning {
	max-width: 50%;
	margin: 15px auto;
	border: 3px solid #f00;
	box-shadow: 0 0 10px #f00;
	animation: wiggle 2s infinite ease-in-out;
}
.warning-text {
	color: #f00;
	font-weight: bold;
	text-shadow: 0 0 5px #f00;
	background: #ff0;
	padding: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
.special-message {
	background: rgba(0, 0, 0, 0.9);
	color: #0f0;
	font-family: 'VT323', monospace;
	border: 3px solid #0f0;
	text-shadow: 0 0 8px #0f0;
	padding: 15px;
	position: relative;
}
.special-message::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 50%, rgba(0, 255, 0, 0.1) 50%);
	background-size: 100% 4px;
	pointer-events: none;
	z-index: 1;
	animation: scroll-bg 2s linear infinite;
}
.retro-divider {
	height: 15px;
	background: repeating-linear-gradient(45deg, #f0f, #f0f 15px, #0ff 15px, #0ff 30px);
	margin: 20px 0;
}
.hot-pink-text {
	color: #ff1493;
	font-weight: bold;
}
.acid-green-text {
	color: #7fff00;
	font-weight: bold;
}
.cyber-blue-text {
	color: #0ff;
	font-weight: bold;
}
/* .sparkly {
	animation: sparkle 2s infinite;
} */
.wiggle {
	animation: wiggle 3s infinite ease-in-out;
	display: inline-block;
}
.float {
	animation: float 4s infinite ease-in-out;
	display: inline-block;
}
.spin {
	animation: spin 5s linear infinite;
	display: inline-block;
}
.glitch {
	animation: glitch 0.5s infinite;
	display: inline-block;
}
/* .bubble{background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.7) 40%,rgba(255,0,255,.10) 100%),radial-gradient(circle at 70% 70%,rgba(0,255,255,.10) 10%,transparent 80%),radial-gradient(circle at 60% 40%,rgba(255,255,255,.18) 10%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.12) 10%,transparent 60%),radial-gradient(circle at 50% 80%,rgba(255,255,255,.10) 10%,transparent 60%);border-radius:50%;border:2px solid rgba(255,0,255,.3);box-shadow:0 0 16px 2px rgba(255,0,255,.12),0 0 40px 8px rgba(255,255,255,.08) inset;width:80px;height:80px;position:absolute;pointer-events:none;display:block;z-index:3;animation:none;transition:none;overflow:visible;} */
/* .bubble::after{content:'';position:absolute;left:18%;top:16%;width:38%;height:22%;background:radial-gradient(ellipse at center,rgba(255,255,255,.65) 0%,rgba(255,255,255,.05) 100%);border-radius:50%;pointer-events:none;filter:blur(1.5px);z-index:2;} */
.emoji-rain {
	position: fixed;
	top: -50px;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1000;
}
.emoji {
	position: absolute;
	font-size: 24px;
	animation-name: emoji-fall, emoji-shake;
	animation-duration: 10s, 3s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	user-select: none;
}
@keyframes emoji-fall {
	0% {
		top: -10%;
	}
	100% {
		top: 110%;
	}
}
@keyframes emoji-shake {
	0%,
	100% {
		margin-left: 0;
	}
	25% {
		margin-left: 15px;
	}
	50% {
		margin-left: 0;
	}
	75% {
		margin-left: -15px;
	}
}
@media (max-width: 600px) {
	.container {
		width: 95%;
		padding: 5px;
		border-width: 5px;
	}
	h1 {
		font-size: 1.8rem;
	}
	.btn-submit {
		padding: 10px 20px;
		font-size: 1.2rem;
	}
	.side-ad-left,
	.side-ad-right {
		display: none;
	}
	.symbol-key {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
}
@media (min-width: 601px) and (max-width: 1200px) {
	.side-ad-left,
	.side-ad-right {
		width: 120px;
	}
}
@keyframes rainbow-bg {
	0% {
		background-color: #f00;
	}
	14% {
		background-color: #f70;
	}
	28% {
		background-color: #ff0;
	}
	42% {
		background-color: #0f0;
	}
	56% {
		background-color: #00f;
	}
	70% {
		background-color: #8a2be2;
	}
	84% {
		background-color: #f0f;
	}
	100% {
		background-color: #f00;
	}
}
@keyframes sparkle {
	0%,
	100% {
		opacity: 1;
		text-shadow: 0 0 5px yellow, 0 0 10px gold, 0 0 15px orange;
	}
	50% {
		opacity: 0.7;
		text-shadow: 0 0 2px yellow, 0 0 5px gold;
	}
}
@keyframes wiggle {
	0%,
	100% {
		transform: rotate(-3deg);
	}
	50% {
		transform: rotate(3deg);
	}
}
@keyframes float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}
@keyframes spin {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes blink {
	0%,
	49% {
		opacity: 1;
	}
	50%,
	100% {
		opacity: 0;
	}
}
@keyframes scroll-bg {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100px 100px;
	}
}
@keyframes glitch {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translate(-5px, 5px);
	}
	40% {
		transform: translate(-5px, -5px);
	}
	60% {
		transform: translate(5px, 5px);
	}
	80% {
		transform: translate(5px, -5px);
	}
	100% {
		transform: translate(0);
	}
}
@keyframes stardust-animation {
	0%,
	100% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 100% 100%;
	}
}
@keyframes glitter-animation {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 0.2;
	}
}
@keyframes flame-animation {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 100% 0%;
	}
}
@media screen and (max-width: 768px) {
	.fake-ad {
		padding: 5px;
	}

	.letter-btn {
		transform: scale(0.9);
		margin: 1px;
	}
}

@media screen and (max-width: 480px) {
	.letter-btn {
		transform: scale(0.7);
		margin: 0;
	}
}

/* 自定义矩阵雨效果 - 替代matrix.gif */
.matrix-rain {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	background-color: #000;
	overflow: hidden;
}

.matrix-column {
	position: absolute;
	top: 0;
	font-family: monospace;
	font-size: 18px;
	color: #0f0;
	text-shadow: 0 0 5px #0f0;
	filter: brightness(1.2);
	white-space: nowrap;
}

/* 悬浮音乐控制开关样式 */
.music-control {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 2px solid #0f0;
	border-radius: 50%;
	box-shadow: 0 0 10px #0f0;
	color: #0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
	transition: all 0.3s;
	font-size: 22px;
}

.music-control:hover {
	transform: scale(1.1);
	box-shadow: 0 0 15px #0f0;
}

.music-control.paused {
	border-color: #f00;
	color: #f00;
	box-shadow: 0 0 10px #f00;
}

.music-control .music-icon,
.music-control .pause-icon {
	display: block;
	width: 24px;
	height: 24px;
	transition: opacity 0.2s;
}

.music-control .pause-icon {
	display: none;
}

.music-control.paused .music-icon {
	display: none;
}

.music-control.paused .pause-icon {
	display: block;
}

.music-tooltip {
	position: absolute;
	bottom: 60px;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
}

.music-control:hover .music-tooltip {
	opacity: 1;
	visibility: visible;
}

/* 特效控制开关样式 */
.effects-control {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: linear-gradient(to bottom, #f0f, #909);
	border: 3px outset #f0f;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.effects-control:hover {
	background: linear-gradient(to bottom, #f3f, #c0c);
	transform: scale(1.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.effects-control.disabled {
	background: linear-gradient(to bottom, #666, #444);
	border-color: #666;
}

.effects-control .effects-on-icon,
.effects-control .effects-off-icon {
	display: block;
	line-height: 1;
}

.effects-control .effects-off-icon {
	display: none;
}

.effects-control.disabled .effects-on-icon {
	display: none;
}

.effects-control.disabled .effects-off-icon {
	display: block;
}

.effects-tooltip {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	font-family: 'VT323', monospace;
}

.effects-control:hover .effects-tooltip {
	opacity: 1;
}

/* 特效禁用状态 */
.effects-disabled .emoji-rain,
.effects-disabled .matrix-rain {
	display: none !important;
}
