* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	min-height: 100%;
	background: #24385c;
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

body {
	overflow-x: hidden;
	background:
		radial-gradient(circle at 20% 0%, rgba(113, 74, 255, .28), transparent 28%),
		radial-gradient(circle at 82% 12%, rgba(40, 219, 255, .24), transparent 28%),
		#040713;
}

a {
	color: inherit;
	text-decoration: none;
}

.activity-footer {
	width: min(720px, 100vw);
	margin: 0 auto;
	padding: 7px 0 calc(8px + env(safe-area-inset-bottom));
	background: #191919;
	text-align: center;
}

.activity-footer p {
	margin: 0;
	color: #666666;
	font-size: 12px;
	line-height: 1.25;
}

.shou {
	position: relative;
	width: min(720px, 100vw);
	min-height: 100vh;
	margin: 0 auto;
	background:
		linear-gradient(180deg, rgba(2, 7, 22, .02) 0%, rgba(2, 7, 22, .08) 28%, rgba(2, 7, 22, .66) 58%, rgba(2, 7, 22, .9) 100%),
		url("../iamge/222.png") 53% top / cover no-repeat;
	box-shadow: 0 0 54px rgba(0, 0, 0, .7);
	overflow: hidden;
}

.shou > img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
	pointer-events: none;
}

.shou::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 29%, rgba(80, 173, 255, .2), transparent 24%),
		linear-gradient(90deg, rgba(0, 0, 0, .3), transparent 28%, transparent 72%, rgba(0, 0, 0, .3));
	pointer-events: none;
}

.shou::after {
	display: none;
}

.hero_title {
	display: none;
}

.hero_year {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 18px;
	border: 1px solid rgba(99, 231, 255, .54);
	border-radius: 999px;
	background: rgba(10, 23, 61, .62);
	color: #8feeff;
	font-size: clamp(12px, 3.4vw, 18px);
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0;
	box-shadow: inset 0 0 18px rgba(71, 218, 255, .16), 0 0 22px rgba(71, 218, 255, .18);
}

.hero_title h1 {
	margin-top: 14px;
	color: #ffffff;
	font-size: clamp(44px, 13vw, 88px);
	line-height: .98;
	font-weight: 900;
	letter-spacing: 0;
	background: linear-gradient(180deg, #ffffff 0%, #bff5ff 38%, #ffd979 78%, #b87922 100%);
	-webkit-background-clip: text;
	color: transparent;
	text-shadow: 0 0 18px rgba(96, 225, 255, .3), 0 18px 36px rgba(0, 0, 0, .82);
}

.hero_title p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin-top: 16px;
	padding: 0 30px;
	border: 1px solid rgba(255, 211, 91, .58);
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(64, 216, 255, .12), rgba(255, 213, 96, .2), rgba(133, 91, 255, .12));
	color: #fff0b8;
	font-size: clamp(14px, 3.8vw, 21px);
	font-weight: 800;
	box-shadow: inset 0 0 20px rgba(255, 220, 128, .12), 0 0 28px rgba(71, 218, 255, .13);
}

.text {
	position: absolute;
	top: 28.8%;
	left: 6.2%;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 87.6%;
	min-height: 50px;
	overflow: hidden;
	border: 1px solid rgba(255, 218, 126, .42);
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
	background:
		linear-gradient(180deg, rgba(255, 230, 156, .16), transparent 44%),
		linear-gradient(180deg, rgba(13, 35, 86, .82) 0%, rgba(6, 17, 49, .92) 100%);
	box-shadow: 0 16px 30px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .22);
	backdrop-filter: blur(16px);
}

.text div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	color: rgba(226, 242, 255, .82);
	font-size: clamp(14px, 3.7vw, 18px);
	font-weight: 800;
	cursor: pointer;
	transition: color .18s ease, background .18s ease;
}

.text div + div {
	border-left: 1px solid rgba(255, 218, 126, .16);
}

.text div:hover {
	background: rgba(255, 255, 255, .08);
}

.border-bottom {
	color: #fff7d8 !important;
	background:
		radial-gradient(circle at 50% 16%, rgba(255, 229, 153, .34), transparent 44%),
		linear-gradient(180deg, rgba(255, 211, 98, .18), rgba(255, 211, 98, .05));
}

.box {
	position: absolute;
	top: 33.7%;
	left: 6.2%;
	z-index: 2;
	width: 87.6%;
	height: 63.2%;
	overflow: hidden;
	border: 1px solid rgba(255, 218, 126, .42);
	border-top: 0;
	border-radius: 0 0 24px 24px;
	background:
		linear-gradient(180deg, rgba(255, 222, 141, .08), transparent 26%),
		linear-gradient(180deg, rgba(7, 24, 64, .78), rgba(4, 10, 31, .9));
	box-shadow:
		inset 0 0 0 1px rgba(111, 231, 255, .12),
		inset 0 0 38px rgba(67, 163, 255, .12),
		0 22px 52px rgba(0, 0, 0, .52);
	backdrop-filter: blur(16px);
}

.box::before {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 222, 141, .7), transparent);
	z-index: 4;
}

/* ===== Table 布局 ===== */
.user_table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.list_head {
	position: sticky;
	top: 0;
	z-index: 3;
	height: 31px;
	color: #d6f6ff;
	font-size: clamp(11px, 2.6vw, 13px);
	font-weight: 800;
	text-align: center;
	background: rgba(5, 18, 49, .62);
	border-bottom: 1px solid rgba(255, 218, 126, .18);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .16);
}

.list_head th {
	padding: 0 4px;
	height: 31px;
	font-weight: 800;
}

/* 列宽分配 */
.user_table th:nth-child(1), .user_table td:nth-child(1) { width: 36px; padding-left: 10px; }
.user_table th:nth-child(2), .user_table td:nth-child(2) { width: 26%; }
.user_table th:nth-child(3), .user_table td:nth-child(3) { width: 22%; }
.user_table th:nth-child(4), .user_table td:nth-child(4) { width: 22%; }
.user_table th:nth-child(5), .user_table td:nth-child(5) { width: 20%; }

.user_table th:nth-child(1) {
	padding-left: 0;
	text-align: center;
	transform: translateX(4px);
}

.user_tbody tr {
	cursor: pointer;
	background: linear-gradient(90deg, rgba(255, 255, 255, .07), rgba(95, 226, 255, .035));
	transition: background .18s ease, transform .18s ease, box-shadow .25s ease;
}

.user_tbody tr:nth-child(even) {
	background: linear-gradient(90deg, rgba(89, 213, 255, .09), rgba(255, 213, 112, .035));
}

.user_tbody tr:hover {
	background: rgba(255, 218, 126, .07) !important;
	transform: scale(1.01);
	box-shadow: 0 0 20px rgba(95, 226, 255, .18), 0 0 40px rgba(255, 215, 111, .08);
}

.user_tbody tr:hover .images,
.user_tbody tr:hover .images2 {
	box-shadow:
		0 0 0 2px rgba(255, 224, 126, .92),
		0 0 0 4px rgba(95, 226, 255, .18),
		0 0 18px rgba(255, 218, 126, .36);
}

.user_tbody tr:active {
	background: rgba(103, 230, 255, .12);
}

.user_tbody td {
	padding: 4px 4px;
	border-bottom: 1px solid rgba(174, 229, 255, .13);
	vertical-align: middle;
	text-align: center;
}

.user_name,
.user_award,
.user_position,
.user_time {
	margin: 0;
	line-height: 1.3;
	max-width: 100%;
}

.box .user {
	width: 100%;
	height: calc(100% - 55px);
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #65e5ff rgba(12, 33, 74, .7);
}

.rank_note {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	color: rgba(255, 231, 169, .82);
	font-size: clamp(11px, 2.8vw, 13px);
	font-weight: 700;
	letter-spacing: 0;
	background: rgba(4, 13, 36, .58);
	border-top: 1px solid rgba(255, 218, 126, .18);
}

.box .user::-webkit-scrollbar {
	width: 4px;
}

.box .user::-webkit-scrollbar-track {
	background: rgba(12, 33, 74, .7);
}

.box .user::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #65e5ff;
}

/* 列表容器 */
.user_tbody {
	color: #eef5ff;
	font-size: clamp(12px, 3vw, 14px);
}

.images,
.images2 {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(145deg, #132a6a, #0a1028);
	box-shadow:
		0 0 0 2px rgba(129, 233, 255, .8),
		0 0 0 4px rgba(255, 218, 126, .14),
		0 0 18px rgba(95, 226, 255, .36);
	overflow: hidden;
}

.iii {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

p {
	color: #edf5ff;
	line-height: 1.3;
}

.user_time {
	color: #a8d8ff;
	font-size: clamp(11px, 2.6vw, 13px);
	white-space: nowrap;
}

.user_name {
	white-space: nowrap;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	font-weight: 700;
	font-size: clamp(10px, 2.4vw, 12px);
	color: #f7fbff;
	text-shadow: 0 0 10px rgba(80, 196, 255, .22), 0 1px 0 rgba(0, 0, 0, .45);
}

.user_award {
	white-space: normal;
	word-break: break-all;
	line-height: 1.4;
	color: #c7f3ff;
	font-size: clamp(11px, 2.6vw, 13px);
}

.user_position {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 20px;
	padding: 0 8px;
	border-radius: 999px;
	font-size: clamp(11px, 2.6vw, 13px);
	font-weight: 700;
	white-space: nowrap;
	color: #e8f0ff;
	background: rgba(95, 226, 255, .12);
	border: 1px solid rgba(95, 226, 255, .25);
}

/* ===== 特效：星空粒子 ===== */
@keyframes starFloat {
	0%   { transform: translateY(0) scale(1); opacity: .6; }
	50%  { opacity: 1; }
	100% { transform: translateY(-100vh) scale(.4); opacity: 0; }
}

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

.stars span {
	position: absolute;
	bottom: -6px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 6px 1px rgba(160, 220, 255, .7);
	animation: starFloat linear infinite;
}

/* ===== 特效：标题扫光 ===== */
@keyframes shimmer {
	0%   { left: -80%; }
	100% { left: 180%; }
}

.hero_title h1::after {
	content: "";
	position: absolute;
	top: 0;
	left: -80%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
	transform: skewX(-18deg);
	animation: shimmer 3.2s ease-in-out infinite;
	pointer-events: none;
}

.hero_title h1 {
	position: relative;
	overflow: hidden;
}

/* ===== 特效：行悬浮已在 .user_tbody tr:hover 中定义 ===== */

/* ===== 特效：列表项入场 ===== */
@keyframes fadeSlideIn {
	from { opacity: 0; transform: translateY(18px); }
	to   { opacity: 1; transform: translateY(0); }
}

.user_tbody.animate-in tr {
	opacity: 0;
	animation: fadeSlideIn .38s ease forwards;
}

/* ===== 特效：Tab 指示条滑动 ===== */
.text div {
	position: relative;
}

.text div::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	width: 0;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(108, 231, 255, 0), #6feaff 16%, #ffd76f 84%, rgba(255, 215, 111, 0));
	transform: translateX(-50%);
	box-shadow: 0 0 14px rgba(255, 215, 111, .82);
	transition: width .3s ease;
}

.border-bottom::after {
	width: 58px !important;
}

@media (max-width: 430px) {
	.text {
		top: 25.9%;
		left: 6.4%;
		width: 87.2%;
		min-height: 44px;
	}

	.text div {
		height: 44px;
	}

	.box {
		top: 30.6%;
		left: 6.4%;
		width: 87.2%;
		height: 66%;
	}

	.list_head {
		height: 29px;
	}

	.list_head th {
		height: 29px;
		font-size: clamp(10px, 2.4vw, 12px);
	}

	.user_tbody td {
		padding: 3px 3px;
	}

	.images,
	.images2 {
		width: 26px;
		height: 26px;
	}
}
