html, body {
  height: 100%;
  margin: 0;
  overflow: auto;
  overscroll-behavior: none;
}


.modal-content .status {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: right;
}

.modal-content .complete {
	color: green;
}

.modal-content .failed {
	color: rgb(255, 0, 0);
}

.modal-content .pending {
	color: rgb(255, 230, 0);
}

body {
	background-color: #000000;
}

.button-group {
 display: flex;
 margin-right: auto;
 gap: 3px;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #575755b7;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #797979;
}

#app {
	background-color: #252525;
	max-width: 580px;
	margin: 0 auto;
	width: 100%;
}

body.with-panel-left-reveal .page, body.with-panel-left-reveal .bottom-toolbar
	{
	-webkit-transform: translate3d(calc(100% - 64px), 0, 0);
	transform: translate3d(calc(100% - 100px), 0, 0);
}

.panel--left {
	background-color: #000000;
	left: calc(-100% + 100px);
}

.panel {
	width: calc(100% - 100px);
}


.header--fixed {
  aspect-ratio: 16 / 3; /* 宽高比 16:3 */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background: url('../images/header.png') center/cover no-repeat;
  position: fixed; top: 0; left: 0; right: 0;
      box-shadow: 0px 2px 10px rgb(39 101 139);
}


.page__content {
	background: url('../images/lobby-bg.png') center center no-repeat;
	background-size: cover;
	 overflow: auto;  
	 overscroll-behavior: none;
}


.account-info__stats {
	padding-top: 0px;
	font-size: 1.2rem;
}

.account-info {
	width: 100% ;
	padding: 0;
	text-align: center;
	position: relative;
}

.icon-locked {
	height: 20px;
	margin-right: 0;
	width: 20px;
}

.icon-tokens-1 {
	height: 20px;
	margin-right: 0;
	width: 20px;
}

.icon-diamond {
	height: 20px;
	margin-right: 0;
	width: 20px;
}

#container {

}

.page__content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}


.toggle-contain {
	flex-grow: 1;
	flex-basis: 90%;
}

#reward-contain {
	background: #000000a8;
}

#messages {
	overflow-y: auto;
}


/* .received {
    background-color: #515151ad;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    border-radius: 17px;
    clear: both;
    max-width: 85%;
    float: left;
    overflow-wrap: break-word;
    word-break: break-all;
} */
.message-content {
	display: flex;
	flex-direction: column;
}

.sender-name {
	font-size: 10px;
	color: white;
}

/* .sent {
    background-color: #00cf0e5c;
    color: #fff;
    margin: 3px 0;
    padding: 10px;
    border-radius: 17px;
    max-width: 85%;
    float: right;
    overflow-wrap: break-word;
    word-break: break-all;
} */
.botmessage {
	color: #fff;
	margin: 3px 0;
	padding: 10px;
	border-radius: 5px;
	clear: both;
	max-width: 100%;
	justify-content: center;
	word-wrap: break-word;
	text-align: center;
	display: flex;
	align-items: center;
}

.botmessage p {
	padding: 0;
}

.botmessage hr {
	border: 1px white;
	border-top-style: dashed;
}

.reward-message {
	width: 100%;
	place-content: center;
}

.nav-item {
	position: relative;
	font-size: .813rem;
	transition: 120ms ease-in-out;
	height: 52px;
	justify-content: center;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
}

.nav-item svg {
	width: 100%;
	height: auto;
	padding: 12px;
}

.select {
	color: #fff;
	box-shadow: inset 2px 0 #05977e;
}

.header__icon {
	display: flex;
}

#bet-contain {
	text-align: -webkit-center;
}

/* .square-container {
    font-family: "標楷體", KaiTi, sans-serif;
    width: 100%;
    height: 30vh;
    background-color: #00cf0e;
    display: flex;
    flex-direction: column;
} */
.main-nav ul {
	list-style-type: none;
	padding: 0;
}

.main-nav ul li {
	display: grid;
	/* 使用 Grid 布局 */
	grid-template-columns: repeat(3, 1fr);
	/* 创建3列 */
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #cccccc4a;
	cursor: pointer;
	transition: background-color 0.3s;
	flex-direction: column;
}

.main-nav li:hover {
	background-color: #f0f0f0;
}

.details {
	display: none;
	padding: 10px 0px !important;
	margin-top: 5px;
	grid-column: span 3;
	grid-template-columns: repeat(3, 1fr);
	/* 宽度铺满整个 li */
}

.details ul {
	display: none;
}

.details li {
	background-color: #f9f9f921;
}

.details span {
	margin-bottom: 5px;
	display: table-cell;
	text-align: center;
}

.main-nav li:hover {
	background-color: transparent;
}

.main-nav ul li span {
	display: table-cell;
	text-align: center;
}

.expand-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}

.timestamp {
	color: #bdbdbd;
	font-size: 8px;
	align-self: flex-end;
	white-space: nowrap;
}

.messageTitle {
	color: #06e6ff;
	text-shadow: 0 0 3px white;
}

.messageTitle img {
	width: 30px;
	vertical-align: middle;
	padding: 0 5px;
}

.account-buttons {
	width: 50%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: end;
	top: 10px;
}

.account-buttons a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #291f57;
	color: #47e7ce;
	text-align: center;
	border-radius: 100%;
	font-size: 1rem;
	letter-spacing: 0.5px;
	margin: 0;
	box-shadow: 2px 2px 0px 0px #ffffff2b;
	font-weight: 600;
}

.account-buttons button {
	padding: 0.5em 1.5em;
	border: 0;
	font-size: 15px;
	color: #fff;
	border-radius: 0.5em;
	background-color: #57b;
	box-shadow: 0 0.3em #148;
	text-shadow: 1px 1px #148;
	cursor: pointer;
	font-weight: 800;
	margin-right: 20px;
}

.account-buttons button:hover {
	background-color: #456ab5;
	transform: translateY(0.1em);
	box-shadow: 0 0.2em #148;
}

.betAmount {
	position: relative;
	color: white;
	font-weight: 600;
	text-shadow: black 0px 0px 5px;
	z-index: 9;
	float: right;
}


/* Loading页面的样式 */
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	transition: opacity 0.5s;
}

.loading-container {
	position: absolute;
	z-index: 9;
	text-align: center;
}

.loading-icon img {
	width: 100px;
}

.loading-text {
	font-size: 24px;
	margin-top: 20px;
}

.dot1, .dot2, .dot3 {
	width: 10px;
	height: 10px;
	padding: 10p;
	margin: 5px;
	border-radius: 5px;
	background-color: white;
	animation: bounce 1s infinite;
	opacity: 0;
	display: inline-block;
}

.dot2 {
	animation-delay: 0.2s;
}

.dot3 {
	animation-delay: 0.4s;
}

@keyframes bounce { 0%, 80%, 100% {
	opacity: 0;
}

40%
{
opacity
:
1;
}
}
.loading-back {
	position: relative;
	display: inline-block;
}

.loading-back::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 1) 100%); */
	z-index: 1;
	pointer-events: none;
}

.loading-back img {
	display: block;
	max-width: 100%;
	/* height: 100vh; */
	/* height: auto; */
	z-index: 2;
}

.notify-message h2 {
	text-align: center;
	padding: 0;
	font-weight: bold;
	background: -webkit-linear-gradient(45deg, rgb(241 241 241) 20%,
		rgb(228, 233, 153), rgb(255, 179, 0) 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #978170;
}

.notify-message p {
	line-height: 2;
}

.notifyModal .modal-close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 36px;
	height: auto;
}

.notifyModal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.notifyModal .modalcontent {
	margin: 15% auto;
	padding: 20px;
	border: 5px outset #f7ebac;
	width: 70%;
	max-width: 360px;
	animation-name: animatetop;
	animation-duration: 0.4s;
	position: relative;
	border: 2px solid transparent; /* 背景边框 */
	animation: 2s gradient-angle infinite linear;
	background-image: linear-gradient(to bottom, #001f3f, /* 深蓝 */
        #005f9f /* 荧光蓝 */
      ), conic-gradient(from var(--gradient-angle, 0deg), #00d9ff 0%,
		/* 荧光蓝 */
        #001f3f 37%, /* 深蓝 */
        #001f3f 50%, #00d9ff 77%, #005f9f 100%);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}

.notifyModal span {
	color: #994b07;
	text-align-last: center;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgb(0 0 0/ 40%);
}

@keyframes animatetop {from { top:-300px;
	opacity: 0
}

to {
	top: 0;
	opacity: 1
}

}

#passwordFields {
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

#passwordFields.visible {
	opacity: 1;
	height: auto;
}

input {
	border: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.form input[type="text"], .form input[type="password"] {
	background-color: #08141e;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	box-shadow: inset 0px 0px 7px 3px #002e3bd6;
	padding: 8px 0px;
	padding-left: 10px;
	font-size: 18px;
	border-radius: 6px;
}

.form input[type="text"]:focus, .form input[type="text"]:hover, .form input[type="password"]:focus,
	.form input[type="password"]:hover {
	background-color: #000000;
}

.form input[type="submit"] {
	background-color: #00B9BC;
	color: #eee;
	font-weight: bold;
	text-transform: uppercase;
}

.form input[type="submit"]:focus, .form input[type="submit"]:hover {
	background-color: #197071;
}

.form-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	flex-direction: column;
}

.form-field label {
	margin-bottom: 5px;
	/* 根據需要調整間距 */
}

.passCheck {
	width: 28px;
	height: 28px;
	position: relative;
	background: #fcfff4;
	background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.passCheck label {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	left: 4px;
	top: 4px;
	background: linear-gradient(to top, #222 0%, #45484d 100%);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px
		rgba(255, 255, 255, 1);
}

.passCheck label:after {
	content: '';
	width: 9px;
	height: 5px;
	position: absolute;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}

.passCheck label:hover::after {
	opacity: 0.3;
}

.passCheck input[type=checkbox] {
	visibility: hidden;
}

.passCheck input[type=checkbox]:checked+label:after {
	opacity: 1;
}

.userSidebar {
	position: absolute;
	right: -250px;
	top: 0;
	width: 250px;
	height: 100%;
	background-color: #020b1b;
	box-shadow: -2px 0 10px 2px rgba(0, 0, 0, 0.5);
	transition: right 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
}

.userSidebar.active {
	right: 0;
	transition: right 0.5s ease, opacity 0.8s ease;
}

.body-active-sidebar {
	overflow: hidden;
}

.userSidebar ul {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	font-size: 18px;
}

.userSidebar ul li {
	padding: 20px 30px;
	border-bottom: 1px solid #4d4d4d;
	cursor: pointer;
}

.userSidebar ul li a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: #000;
}

.userSidebar ul li:last-child {
	border-bottom: none;
}

.userSidebar ul li:hover {
	background-color: #f0f0f024;
}

.userSidebar ul li i {
	margin-right: 8px;
	font-size: 1.5rem; /* 图标大小 */
}

.gameList {
	max-height: 50vh;
	overflow-y: auto;
}

.banner-container {
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}

.banner {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.banner img {
	width: 100%;
	flex-shrink: 0;
}

.gameBtn {
	position: relative;
	margin: 0 auto;
	margin: 15px;
}

.buttonPaiGuo {
	align-items: center;
	appearance: none;
	background-image: url(../images/banner/test4.png);
	background-size: cover;
	background-position: center;
	border-radius: 97px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px
		13px -3px, rgba(214, 214, 231, 0.5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #36395A;
	display: inline-flex;
	height: 250px;
	width: 325px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s, transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
}

.buttonPaiGuo:focus {
	box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
		rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.buttonPaiGuo:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px
		13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
}

.buttonPaiGuo:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(2px);
}

ol {
	letter-spacing: 1px;
}

.app-footer {
  max-width: 580px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;

  /* 完全铺满：强制宽高都填满容器 */
  background: url("../images/footer2.png") no-repeat center bottom;
  background-size: 100% 100%;

  /* 或者用 cover，保持比例但可能上下或左右被裁 */
  /* background-size: cover; */

  box-shadow: 0 -2px 10px rgb(121, 218, 250);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
  border-top: 1px solid #63b0cb;
}


.footer-btn {
	flex: 1;
	text-align: center;
	background: none;
	border: none;
	outline: none;
	font-size: 0.9rem;
	color: #85dfff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px;
	cursor: pointer;
	transition: color 0.3s ease, transform 0.3s ease;
	position: relative;
	top: -2rem;
	width: 20%;
	  touch-action: manipulation;
  -ms-touch-action: manipulation;
}

.footer-btn:hover {
	color: #00fdff;
}

.footer-btn:hover img, .footer-btn:active img {
	transform: scale(1.15);
	color: #00fdff;
}

.app-footer .active {
	transform: scale(1.15);
	color: #00fdff;
}

.footer-btn i {
	font-size: 1.75rem;
	margin-bottom: 2px;
}

.footer-btn span {
	    font-size: 1.25rem;
    position: absolute;
    margin-bottom: -7rem;
}

.container-content svg {
	position: absolute;
	top: 15%;
	left: 55%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/* Tekststijl: vul met patroon, en gebruik dikkere stroke */
.container-content text {
	fill: url(#imagePattern);
	font-family: "Protest Guerrilla", sans-serif;
	font-size: 200px;
	letter-spacing: 5px;
	stroke: rgb(130, 217, 252);
	stroke-width: 1px;
	stroke-dasharray: 500;
	stroke-dashoffset: 500;
	filter: url(#glowFilter); /* Voeg gloedfilter toe */
}

@property --gradient-angle {
	syntax: "<angle>";
	initial-value: 0turn;
	inherits: false;
}

@keyframes gradient-angle {to { --gradient-angle:1turn;
	
}

}
.image-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 确保内容不会溢出容器 */
}

.image {
	width: 100%;
	display: block;
	-webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 30%,
		rgba(0, 0, 0, 0) 100%);
	mask-image: radial-gradient(circle, rgb(0 0 0) 30%, rgb(0 0 0/ 0%) 100%);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.theme-radial-gradient {
	background: radial-gradient(ellipse at 30% 30%, #59beff 0%, #39929b 50%, #28b8cf
		100%);
}

.app-footer .nav-link {
	position: relative;
	padding: 8px;
	height: 76px;
	width: 76px;
	margin: 0 auto;
	margin-top: -30px;
	transition: none;
	background: none;
	border: none;
	outline: none;
}

.app-footer .nav-link {
	text-align: center;
	background: transparent;
	align-self: center;
	-webkit-align-self: center;
	-moz-align-self: center;
	height: 100%;
	line-height: 44px;
	color: #96a1ff;
	padding: calc(var(--finwallapp-padding)- 5px)
		calc(var(--finwallapp-padding)- 10px);
}

.app-footer .nav-link>span {
	height: 60px;
	line-height: 59px;
	width: 60px;
	border-radius: 20px 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 0px auto 0 auto;
	color: #ffffff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	-webkt-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.app-footer .nav-link span {
	display: inline-block;
	vertical-align: middle;
}

.app-footer .nav-link>span i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display: inline-block;
	font-size: 22px;
    transform-origin: center center;
    animation: spin 3s linear infinite;
}

.bi-grid::before {
  content: "\f3fc";
}

[class^="bi-"]::before, [class*=" bi-"]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

@keyframes spin {
  from { transform: rotate(45deg);   }
  to   { transform: rotate(405deg);  /* 45° + 360° */ }
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	background-color: rgb(0 34 54/ 85%);
	border-radius: 5px;
	border: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 1px 0px
		rgba(255, 255, 255, 0.1);
	padding: 10px 20px;
	margin-bottom: 5px;
}

/* 提领按钮样式 */
.withdraw-btn {
	display: block;
	margin: 10px auto;
	padding: 10px 20px;
	font-size: 1rem;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.withdraw-btn:hover {
	background-color: #0056b3;
}

/* 卡片容器样式 */
.card-container {
	max-height: 400px;
	overflow-y: scroll; /* 横向滚动 */
}

.card-container::-webkit-scrollbar {
	height: 8px;
}

.card-container::-webkit-scrollbar-thumb {
	background: #007bff;
	border-radius: 10px;
}

.card-container::-webkit-scrollbar-track {
	background: #f0f0f0;
}

/* 卡片顶部序号 */
.card-header {
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
}

/* 卡片主体内容 */
.card-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/* 出金时间和金额 */
.card-body .detail {
	display: flex;
	flex-direction: row;
	gap: 5px;
	font-size: 1.25rem;
	padding: 0;
}

.time {
	color: #888;
}

.amount {
	color: #007bff;
	font-weight: bold;
}

/* 状态 */
.card .status {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: right;
}

.card .complete {
	color: green;
}

.card .failed {
	color: rgb(255, 0, 0);
}

.card .pending {
	color: rgb(255, 230, 0);
}

/* 统一字体 */
.tab-buttons,
.tab-buttons .tab-btn {
  font-family: 'Orbitron', sans-serif;
}

/* 容器：水平平分，底部发光线条 */
.tab-buttons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
  position: relative;
}
.tab-buttons::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 255, 255, 0) 0%,
    rgba(0, 255, 255, 0.8) 50%,
    rgba(0, 255, 255, 0) 100%
  );
  filter: blur(4px);
}

/* 按钮基底 */
.tab-btn {
  flex: 1;
  margin: 0 0.25rem;
  padding: 0.6rem 0;
  background: rgba(0, 66, 66, 0.6);
  color: #00f7ff;
  border: none;
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

/* 按钮悬停光晕 */
.tab-btn:hover {
  background: rgba(0, 159, 163, 0.8);
  box-shadow:
    0 0 8px rgba(0,255,255,0.6),
    inset 0 0 12px rgba(0,255,255,0.4);
}

/* 激活态 */
.tab-btn.active {
  background: linear-gradient(90deg, #00ffea, #006f7f);
  color: #ffffff;
  box-shadow:
    0 0 12px rgba(0,255,255,1),
    inset 0 0 16px rgba(0,255,255,0.6);
}

/* 激活态下的顶部发光条 */
.tab-btn.active::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 10%;
  right: 10%;
  height: 4px;
  background: rgba(0, 255, 255, 0.8);
  filter: blur(6px);
}

/* 内容区切换 */
.tab-contents {
  position: relative;
}
.tab-content-lobby {
  display: none;
  animation: fadeInContent 0.4s ease forwards;
}
.tab-content-lobby.active {
  display: block;
}

/* 内容淡入动画 */
@keyframes fadeInContent {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.transaction-type {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  background: rgba(10, 10, 30, 0.8);
  border-radius: 0.5rem;
  box-shadow:
    0 0 8px rgba(0,255,255,0.6),
    inset 0 0 12px rgba(0,255,255,0.3);
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  color: #00ffff;
  user-select: none;
  width: 70%;
  margin-left: 15%;
}

/* Label 样式 */
.transaction-type label {
  flex-shrink: 0;
  font-weight: bold;
  text-shadow:
    0 0 4px rgba(0,255,255,0.8),
    0 0 8px rgba(0,255,255,0.6);
}

/* 下拉框样式 */
.transaction-type select {
  flex-grow: 1;
  padding: 0.4rem 0.6rem;
  background: rgba(0,0,0,0.5);
  border: 1px solid #00ffff;
  border-radius: 0.25rem;
  color: #fff;
  font-family: inherit;
  font-size: 1.5rem;
  appearance: none;
  background-image:
    url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path fill='%23fff' d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 10px 6px;
  box-shadow: inset 0 0 6px rgba(0,255,255,0.4);
  transition: box-shadow 0.2s;
}
.transaction-type select:focus {
  outline: none;
  box-shadow:
    0 0 12px rgba(0,255,255,0.8),
    inset 0 0 12px rgba(0,255,255,0.4);
}

/* 提领表单样式 */
.form-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 8px;
}

.card label {
	font-size: 1rem;
	color: #ffffff;
}

.card input[type="text"], .card input[type="number"] {
	padding: 10px;
	font-size: 1.5rem;
	border: 1px solid #004c4f;
	border-radius: 5px;
	outline: none;
	transition: border-color 0.3s;
	background: #08141e;
}

.card input[type="text"]:focus, .card input[type="number"]:focus {
	border-color: #00969b;
}

.card .submit-btn {
	padding: 10px 20px;
	font-size: 1rem;
	background: linear-gradient(135deg, #00969b, #007a7f);
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s ease;
	margin-top: 20px;
}

.card .submit-btn:hover {
	background: linear-gradient(135deg, #00c5c8, #00969b);
}

.copy-success-message {
	position: absolute; /* 绝对定位 */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* 水平垂直居中 */
	padding: 10px;
	color: #ffffff;
	background-color: #28a74587;
	border-radius: 5px;
	font-size: 1rem;
	text-align: center;
	animation: fadeInOut 3s ease forwards;
	z-index: 10; /* 确保显示在其他内容之上 */
}

@keyframes fadeInOut { 0% {
	opacity: 0;
}

10%
{
opacity
:
1;
}
90%
{
opacity
:
1;
}
100%
{
opacity
:
0;
}
}
.input-group {
	display: flex;
}

.tab-title {
	display: flex; /* 使用 Flexbox 布局 */
	flex-direction: column; /* 垂直排列 */
	align-items: center; /* 水平居中 */
	justify-content: center; /* 垂直居中 */
	text-align: center; /* 文本居中 */
	margin-top: 20px;
}

.title-container {
	position: relative;
	display: inline-block;
	width: 200px; /* 控制宽度 */
	height: 80px; /* 控制高度 */
	/* background: linear-gradient(to right, #001F3F, #012A5A);  */
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* 添加阴影 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-family: 'Arial', sans-serif;
}

.title-text {
	font-size: 2rem; /* 标题文字大小 */
	font-weight: bold;
	margin-bottom: 5px;
}

.number-win {
	font-size: 2rem; /* 数字大小 */
	font-weight: bold;
	color: #A7FF00; /* 数字的荧光绿色 */
	text-shadow: 0px 0px 8px #A7FF00; /* 添加荧光效果 */
}

.number-lose {
	font-size: 2rem;
	font-weight: bold;
	color: #ff0000;
}

.card table th {
	color: #909090;
}

.card table th td {
	text-align: center;
}

.table-responsive {
	overflow-x: auto; /* 横向滚动 */
	-webkit-overflow-scrolling: touch; /* 平滑滚动，在移动设备上生效 */
}

table {
	white-space: nowrap; /* 禁止换行 */
}

.table-hover tbody tr:hover {
	background-color: #001a2b; /* 可选：在 hover 时高亮 */
}

.card-footer {
	padding: 10px;
	justify-content: space-between;
}

.paginationInfo {
	font-size: 0.9rem;
	color: gray;
}

.btn-sm {
	font-size: 0.85rem;
	padding: 5px 10px;
}

.modalcontent::before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 2.25rem;
	z-index: -1;
	border: 0.155rem solid transparent;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.customModal .modalcontent {
	background: radial-gradient(ellipse at right top, #00458f8f 0%, #151419 45%, #151419
		100%);
}

.customModal .modalcontent::before {
	background: linear-gradient(45deg, #232228, #232228, #232228, #232228, #1890ff)
		border-box;
}


.modal-body {
	position: relative;
	padding: 15px;
}


.banner {
  margin-bottom: 16px;
}

.game-categories {
  display: flex;
  gap: 12px;
  padding: 0 16px 16px;
      margin: 1rem 0;
}

.category-btn {
  flex: 1;
  padding: 8px;
  background: #2a4a5b;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  overflow: visible;
}

.game-wrapper {
  position: relative;
  overflow: visible;
}

/* —— 保留原 .game-item 和 .game-frame 样式 —— */
.game-item {
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9;
  overflow: visible;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 这是你原来的边框背景 */
.game-frame {
  position: absolute;
  inset: 0;
  background: url("../images/game-border2.png") no-repeat center center;
  background-size: contain;
  overflow: hidden;
}
.game-frame::after {
  content: "";
  position: absolute;
  inset: 7%;
  background: var(--thumb-url) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.game-detail {
  display: none;
  position: absolute;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 240 / 242; 
  pointer-events: auto;
  z-index: 10;
    animation: popIn 0.35s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

/* 背景图全铺 */
.detail-bg {
  position: absolute;
  inset: 0;
  background: url("../images/game-active-modal2.png") no-repeat center/contain;
  background-size: contain;
}


.game-wrapper.active .game-detail {
  display: block;
}

.game-wrapper.active .game-item {
	z-index: 11;
	  /* 放大一点 */
  transform: scale(0.95);
  
  box-shadow:
    0 0 8px rgba(29,154,255,0.8),
    0 0 16px rgba(29,154,255,0.6),
    inset 0 0 4px rgba(255,255,255,0.2);
}


/* 标题 */
.detail-title {
  position: absolute;
  top: 12%; width: 100%;
  text-align: center;
  font-family: "Orbitron", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
      color: #00ffff;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.8), 0 0 16px rgba(0, 255, 255, 0.6);
}

.detail-play-btn {
  position: absolute;
  bottom: 10%; 
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  background: linear-gradient(
    135deg,
    rgba(154,29,255,1) 0%,
    rgba(29,154,255,1) 100%
  );
  color: #fff;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow:
    0 0 8px rgba(29,154,255,0.8),
    0 0 16px rgba(154,29,255,0.6),
    inset 0 0 4px rgba(255,255,255,0.4);
  cursor: pointer;
  transition: 
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.3s ease;
  z-index: 2;
}

/* Hover/按下 效果 */
.detail-play-btn:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow:
    0 0 12px rgba(29,154,255,1),
    0 0 24px rgba(154,29,255,0.8),
    inset 0 0 6px rgba(255,255,255,0.6);
}

.detail-play-btn:active {
  transform: translateX(-50%) scale(0.95);
  box-shadow:
    0 0 6px rgba(29,154,255,0.8),
    0 0 12px rgba(154,29,255,0.6),
    inset 0 0 3px rgba(255,255,255,0.4);
}

/* 禁用态 */
.detail-play-btn:disabled,
.detail-play-btn.disabled {
  /* 取消发光 */
  box-shadow: none !important;
  /* 变灰，降低对比度 */
  background: linear-gradient(
    135deg,
    rgba(100,100,100,0.6) 0%,
    rgba(80,80,80,0.6) 100%
  ) !important;
  color: #ccc !important;
  /* 取消交互效果 */
  transform: translateX(-50%) scale(1) !important;
  cursor: not-allowed !important;
  /* 关闭动画 */
  transition: none !important;
  pointer-events: none;
}

/* 确保 Hover/Active 不生效 */
.detail-play-btn:disabled:hover,
.detail-play-btn.disabled:hover,
.detail-play-btn:disabled:active,
.detail-play-btn.disabled:active {
  transform: translateX(-50%) scale(1);
  box-shadow: none;
}


@keyframes glowPulse {
  0%,100% {
    box-shadow:
      0 0 4px rgba(29,154,255,0.4),
      0 0 12px rgba(29,154,255,0.3),
      inset 0 0 2px rgba(255,255,255,0.1);
  }
  50% {
    box-shadow:
      0 0 12px rgba(29,154,255,1),
      0 0 24px rgba(29,154,255,0.8),
      inset 0 0 6px rgba(255,255,255,0.3);
  }
}

.game-wrapper.active .game-item {
  animation: glowPulse 1.8s infinite ease-in-out;
}



@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.7);
  }
  80% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}

.game-categories {
  display: flex;
  justify-content: center;
  padding:0;
}

/* 框框容器 */
.live-frame {
  position: relative;
  width: 600px;     /* 根據你標題圖的實際寬度調整 */
  height: 50px;    /* 根據你標題圖的實際高度調整 */
  background: url("../images/game-title2.png")
              no-repeat center center;
  background-size: contain;
  /* 如果希望自適應寬度可以改成 max-width:100%; */
}

/* 在框框中央顯示文字 */
.live-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #00ffff;       /* 霓虹青色，可依設計更改 */
  font-size:14px;      /* 文字大小 */
  font-weight: bold;    /* 粗體 */
  text-shadow: 
    0 0 8px rgba(0,255,255,0.8),
    0 0 16px rgba(0,255,255,0.6);
}

.banner-wrapper {
  position: relative;
  overflow: visible; /* 允许子元素溢出 */
}

.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-carousel .slides {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.banner-carousel .slide {
  min-width: 100%;
  display: block;
}

.banner-carousel .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0.2rem 0.6rem;
  cursor: pointer;
  z-index: 10;
}

.banner-carousel .prev {
  left: 10px;
}

.banner-carousel .next {
  right: 10px;
}

.unmusic-icon {
  position: absolute;
  bottom: 0;    /* 距离底部 */
  right: 0;    /* 距离右侧 */
  width: 4em;    /* 根据实际图大小调整 */
  height: auto;
  z-index: 10;    /* 确保盖在幻灯片和按钮之上 */
  cursor: pointer;
   transform: translate3d(0,0,0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.header__logo{
	    width: 20%;
    display: flex;
    justify-content: center;
}
.header_profile{
    width: 20%;
    display: flex
;
    flex-direction: column;
    align-items: center;
}


/* 左侧 LOGO 区 */
.header__logo img {
  height: 80%; /* 根据 logo 真实比例调整 */
  width: 80%;
}
/* 中间标题：绝对居中 */
.header__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
    top: 35%;
    width: 40%;
height: 65%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.header__title .icon-btn {
  z-index: 20;
    touch-action: manipulation;
  -ms-touch-action: manipulation;
}

:root {
	--btn-height: 2rem;
	--btn-width: 6rem;
	--gradient-angle: 0deg;
}

.btn-base {
	position: relative;
	height: var(--btn-height);
	width: var(--btn-width);
	border: none;
	background: linear-gradient(0deg, #000000 0%, var(--hcolor) 100%);
	box-sizing: border-box;
	overflow: hidden;
	color: white;
	cursor: pointer;
}
.plain {
	border-radius: .5rem;
}
.btn-base.edgy {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 60% 80%, 40% 100%, 0 100%);
}
.btn-border.edgy {
	position: relative;
	clip-path: none;
	overflow: visible;
}
.btn-border.edgy::after {
	content: "";
	position: absolute;
	width: calc(60% - 1em);
	height: calc(20% - 0.5em);
	background: var(--lcolor);
	bottom: 0.3em;
	right: 0.3em;
	z-index: 999;
	clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%, 0 90%);
	border: 1px solid var(--hcolor);
}
.edgy::before {
	content: "";
	position: absolute;
	height: 2rem;
	width: 2rem;
	background-color: white;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	top: 0;
	left: 0;
	opacity: 0.2;
}

.cutted {
	clip-path: polygon(0 0, 100% 0, 100% 80%, 60% 80%, 40% 100%, 0 100%);
}
.cutted::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1em;
	width: 1em;
	height: 1em;
	background: radial-gradient(
		circle,
		var(--hcolor) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	transition: all 0.3s ease;
	animation: pulsar 2s infinite linear;
	opacity: 0;
}

@keyframes pulsar {
	0% {
		left: 0;
		top: 1em;
		transform: rotate(0deg) translateX(2em) rotate(0deg);
	}
	15% {
		left: 0;
		top: 1em;
		transform: rotate(45deg) translateX(2em) rotate(-45deg);
	}
	30% {
		left: 0;
		top: 1em;
		transform: rotate(90deg) translateX(2em) rotate(-90deg);
	}
	45% {
		left: 0;
		top: 1em;
		transform: rotate(135deg) translateX(2em) rotate(-135deg);
	}
	70% {
		left: 0;
		top: 1em;
		transform: rotate(180deg) translateX(2em) rotate(-180deg);
	}
	85% {
		left: 0;
		top: 1em;
		transform: rotate(270deg) translateX(2em) rotate(-270deg);
	}
	100% {
		left: 0;
		top: 1em;
		transform: rotate(360deg) translateX(2em) rotate(-360deg);
	}
}
.cutted:hover .cutted::before {
	opacity: 1;
}
.pixel-grid {
	background: linear-gradient(
			0deg,
			var(--hcolor) 1%,
			rgba(255, 255, 255, 0) 2%,
			rgba(255, 255, 255, 0) 30%,
			var(--hcolor) 31%,
			rgba(255, 255, 255, 0) 32%,
			rgba(255, 255, 255, 0) 60%,
			var(--hcolor) 61%,
			rgba(255, 255, 255, 0) 62%,
			rgba(255, 255, 255, 0) 90%,
			var(--hcolor) 91%,
			rgba(255, 255, 255, 0) 92%,
			rgba(255, 255, 255, 0) 100%
		),
		linear-gradient(
			90deg,
			var(--hcolor) 1%,
			rgba(255, 255, 255, 0) 2%,
			rgba(255, 255, 255, 0) 10%,
			var(--hcolor) 11%,
			rgba(255, 255, 255, 0) 12%,
			rgba(255, 255, 255, 0) 20%,
			var(--hcolor) 21%,
			rgba(255, 255, 255, 0) 22%,
			rgba(255, 255, 255, 0) 30%,
			var(--hcolor) 31%,
			rgba(255, 255, 255, 0) 32%,
			rgba(255, 255, 255, 0) 40%,
			var(--hcolor) 41%,
			rgba(255, 255, 255, 0) 42%,
			rgba(255, 255, 255, 0) 50%,
			var(--hcolor) 51%,
			rgba(255, 255, 255, 0) 52%,
			rgba(255, 255, 255, 0) 60%,
			var(--hcolor) 61%,
			rgba(255, 255, 255, 0) 62%,
			rgba(255, 255, 255, 0) 70%,
			var(--hcolor) 71%,
			rgba(255, 255, 255, 0) 72%,
			rgba(255, 255, 255, 0) 80%,
			var(--hcolor) 81%,
			rgba(255, 255, 255, 0) 82%,
			rgba(255, 255, 255, 0) 90%,
			var(--hcolor) 91%,
			rgba(255, 255, 255, 0) 92%,
			rgba(255, 255, 255, 0) 99%,
			var(--hcolor) 100%
		);
	background-blend-mode: screen;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: background 0.3s ease;
}
@keyframes grids {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.6;
	}
	100% {
		opacity: 0;
	}
}
.btn-base:hover > .pixel-grid {
	animation: grids 3s infinite;
}
.pixel {
	background: var(--hcolor);
	height: 30%;
	width: 10%;
	position: absolute;
	top: 1%;
	left: 1%;
	transition: all 0.5s ease;
	opacity: 0;
}
.btn-base:hover > .pixel {
	opacity: 0.6;
}
.btn-base:hover {
	border: 1px solid var(--hcolor);
}
.btn-text {
	position: relative;
	font-family: sans-serif;
	font-weight: bold;
	text-shadow: 0, 0, 1rem black;
	z-index: 2;
}
.btn-border {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	height: calc(var(--btn-height) + 0.2rem);
	width: calc(var(--btn-width) + 0.2rem);
	background: linear-gradient(
		var(--gradient-angle),
		var(--lcolor) 0%,
		var(--hcolor) 50%,
		var(--lcolor) 100%
	);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.btn-border:hover {
	border: 1px solid var(--hcolor);
}
.shine {
	height: 200%;
	position: absolute;
	top: -2em;
	left: -3em;
	width: 1em;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	filter: blur(5px);
	transform: rotate(30deg);
	transition: all 0.3s ease;
}
@keyframes shining {
	from {
		left: -5em;
	}
	to {
		left: calc(var(--btn-width) + 3em);
	}
}
.btn-base:hover > .shine {
	animation: shining 5s infinite;
}


/* 禁止 iOS Safari 的触摸弹出菜单 */
img {
  -webkit-touch-callout: none; /* 禁止长按呼出菜单 */
  -webkit-user-select: none;   /* 禁止选中 */
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;           /* 禁止选中文字／图片 */
}



.icon-btn {
  background: transparent;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00f7ff;
  transition: color 0.2s, transform 0.2s;
}

.icon-btn:hover {
  color: #85efff;
  transform: scale(1.1);
}

.icon-btn:active {
  color: #00cccc;
  transform: scale(0.95);
}

.repeat-btn {
  /* 如果要加一个圈形背景 */
  border-radius: 50%;
  /* box-shadow 或发光效果 */
  box-shadow: 0 0 8px rgba(0,255,255,0.5);
}

#userProfile { 
	display: flex; 
    flex-direction: column;    /* 垂直排列 */
    align-items: center;       /* 水平置中 */
    justify-content: center;   /* 垂直置中（若父容器有高度的话） */
    height: 100%;         
	    cursor: pointer;
    user-select: none;
}
.avatar {
  width: 60%; 
  height: 60%;
  border-radius: 50%;
  object-fit: cover;
}
.nickname {
  font-size: 1.2rem;
  color: white;
}

.profile-section {
  display: flex;
  justify-content: center; /* 水平居中整组项目 */
  align-items: center;     /* 垂直居中各项目 */
  gap: 2rem;
  max-width: 600px;
  margin: 0 auto;
}


.profile-pic-container {
    flex-shrink: 0;
    border: 3px solid #046379;
    border-radius: 30%;
    padding: 4px;
    box-shadow: 0 0 12px rgba(0, 208, 255, 0.6), inset 0 0 8px rgba(0, 208, 255, 0.4);
}

.profile-pic-container img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

/* 信息区 */
.profile-info {
  color: #c0eaff;
  font-family: "Orbitron", sans-serif;
}
.profile-name {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  text-shadow: 0 0 4px #00d0ff, 0 0 8px #00d0ff;
}
.profile-account {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  opacity: 0.8;
}

/* 修改按钮 */
.btn-edit-profile {
  padding: 0.6rem 1.4rem;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #00d0ff, #0066ff);
  border: none;
  border-radius: 0.4rem;
  box-shadow:
    0 0 8px rgba(0,208,255,0.8),
    inset 0 0 6px rgba(255,255,255,0.2);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-edit-profile:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 12px rgba(0,208,255,1),
    inset 0 0 8px rgba(255,255,255,0.3);
}
.btn-edit-profile:active {
  transform: scale(0.95);
  box-shadow:
    0 0 6px rgba(0,208,255,0.6),
    inset 0 0 4px rgba(255,255,255,0.1);
}

/* 卡片容器 */
.profilecss .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.5rem;
  margin: 0.8rem 0;
  background: linear-gradient(
    135deg,
    rgba(10,10,30,0.8) 0%,
    rgba(20,20,50,0.8) 100%
  );
  border: 1px solid rgba(0,208,255,0.4);
  border-radius: 0.6rem;
  box-shadow:
    0 0 8px rgba(0,208,255,0.6),
    inset 0 0 12px rgba(0,208,255,0.2);
  font-family: "Orbitron", sans-serif;
}

/* 左侧标签 */
.profilecss .card > span {
  font-size: 2rem;
	width: 40%;
}

/* 右侧数值 */
.profilecss .card > p {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
	padding: 0;
}


.profilecss span{
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: center;
    color: #85efff;
    text-shadow: 0 0 4px rgba(133, 239, 255, 0.8), 0 0 8px rgba(133, 239, 255, 0.6), 0 0 16px rgba(133, 239, 255, 0.4);
    animation: glow-text 2s ease-in-out infinite alternate;
}