* {
	box-sizing:border-box
}
html,body {
	margin:0;
	padding:0;
	min-height:100%;
	background:#000;
	color:#ffe49e;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif
}
body {
	display:flex;
	justify-content:center
}
a {
	cursor:pointer;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent
}
img {
	max-width:100%;
	display:block;
	border:0
}
.page-shell {
	position:relative;
	width:min(100%,786px);
	min-height:1560px;
	margin:0 auto;
	overflow:hidden;
	background:#070302 url('../images/bg.jpg') center top/cover no-repeat
}
.page-shell:before {
	content:"";
	position:absolute;
	inset:0;
	background:radial-gradient(circle at 48% 13%,rgba(152,83,26,.36) 0,rgba(120,62,20,.20) 18%,rgba(0,0,0,0) 36%),radial-gradient(circle at 82% 58%,rgba(153,94,31,.24) 0,rgba(0,0,0,0) 22%),linear-gradient(180deg,rgba(0,0,0,.22) 0,rgba(0,0,0,0) 45%,rgba(0,0,0,.32) 100%);
	z-index:0
}
.coin-overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	z-index:2;
	pointer-events:none
}
.hero {
	position:relative;
	z-index:3;
	padding-top:13.4%;
	padding-bottom:18%;
	text-align:center
}
.brand-logo {
	width:48%;
	max-width:377px;
	margin:0 auto
}
.slogan {
	width:91.8%;
	max-width:721px;
	margin:6.4% auto 0;
	display:flex;
	align-items:baseline;
	justify-content:center;
	gap:.35em;
	font-size:25px;
	font-weight:800;
	line-height:1;
	white-space:nowrap
}
.slogan-part1,.slogan-brand {
	background-clip:text;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke:.7px rgba(88,42,6,.6);
	filter:drop-shadow(0 2px 2px rgba(0,0,0,.55))
}
.slogan-part1 {
	background-image:linear-gradient(180deg,#ffe9a8 0,#f6b53f 55%,#c67e1c 100%)
}
.slogan-brand {
	font-weight:900;
	letter-spacing:.01em;
	background-image:linear-gradient(180deg,#fffbe6 0,#ffe07a 50%,#e8a72c 100%)
}
.download-btn {
	display:block;
	width:71.25%;
	max-width:560px;
	margin:5.15% auto 0;
	transition:transform .18s ease,filter .18s ease
}
.download-btn:hover,.chat-main:hover,.web-game-btn:hover,.side-icon:hover {
	transform:scale(1.025);
	filter:brightness(1.08)
}
.web-game-btn {
	display:flex;
	align-items:center;
	width:64.25%;
	max-width:505px;
	height:85px;
	margin:2% auto 0;
	padding:0 6.1%;
	border:2px solid #d79f42;
	border-radius:13px;
	background:rgba(0,0,0,.58);
	box-shadow:0 0 0 1px rgba(255,218,126,.18) inset,0 0 18px rgba(240,159,30,.22);
	color:#f8d9a3;
	transition:transform .18s ease,filter .18s ease
}
.web-game-btn img {
	width:57px;
	min-width:57px;
	margin-right:7.5%
}
.web-game-btn span {
	font-size:35px;
	font-weight:400;
	line-height:1;
	white-space:nowrap;
	text-shadow:0 2px 3px rgba(0,0,0,.65)
}
.chat-main {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:64%;
	max-width:503px;
	height:102px;
	margin:17.8% auto 0;
	padding:0 20px;
	border:1px solid #a86a15;
	border-radius:16px;
	background:linear-gradient(180deg,#fbe7a1 0,#edbf5b 42%,#d69a2c 72%,#b9781a 100%);
	box-shadow:0 3px 8px rgba(0,0,0,.45),inset 0 1px 2px rgba(255,255,255,.55),inset 0 -2px 4px rgba(120,70,10,.4);
	transition:transform .18s ease,filter .18s ease
}
.chat-badge {
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:50%;
	background:radial-gradient(circle at 38% 32%,#4a3212 0,#241606 100%);
	box-shadow:inset 0 1px 2px rgba(255,255,255,.15),0 1px 2px rgba(0,0,0,.4)
}
.chat-badge svg {
	width:30px;
	height:30px;
	fill:#f3e6c8
}
.chat-text {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#3a2408
}
.chat-line1 {
	font-size:26px;
	font-weight:800;
	line-height:1.15;
	letter-spacing:.02em;
	text-transform:uppercase;
	text-shadow:0 1px 1px rgba(255,240,200,.35)
}
.chat-line2 {
	margin-top:2px;
	font-size:15px;
	font-weight:600;
	line-height:1.2
}
.league-title {
	margin:9.8% auto 4.3%;
	font-size:36px;
	line-height:1.1;
	font-weight:400;
	letter-spacing:.02em;
	color:#ffe000;
	text-shadow:0 2px 3px rgba(0,0,0,.9),0 0 10px rgba(255,180,0,.25)
}
.game-grid {
	width:85.7%;
	max-width:674px;
	margin:0 auto;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:16px 16px
}
.game-card {
	width:100%;
	border-radius:8px;
	filter:drop-shadow(0 2px 3px rgba(0,0,0,.65))
}
.side-icon {
	position:absolute;
	z-index:6;
	width:11.8%;
	max-width:93px;
	min-width:58px;
	transition:transform .18s ease,filter .18s ease
}
.side-icon.left-top {
	left:2.5%;
	top:4.7%
}
.side-icon.left-bottom {
	left:2.5%;
	top:11.9%
}
.side-icon.right-top {
	right:2.5%;
	top:4.7%
}
.sr-only {
	position:absolute!important;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0
}
@media(max-width:786px) {
	.page-shell {
	min-height:198.5vw
}
.web-game-btn {
	height:10.8vw;
	border-radius:1.65vw
}
.web-game-btn img {
	width:7.25vw;
	min-width:7.25vw
}
.web-game-btn span {
	font-size:4.45vw
}
.league-title {
	font-size:4.58vw
}
.game-grid {
	gap:2vw 2vw
}
.game-card {
	border-radius:1vw
}
.slogan {
	font-size:2.95vw
}
.chat-main {
	height:12.98vw;
	padding:0 2.5vw;
	border-radius:2vw
}
.chat-badge {
	left:2.5vw;
	width:7.6vw;
	height:7.6vw
}
.chat-badge svg {
	width:3.8vw;
	height:3.8vw
}
.chat-line1 {
	font-size:3.3vw
}
.chat-line2 {
	font-size:1.9vw
}
}@media(max-width:420px) {
	.web-game-btn {
	border-width:1px
}
.league-title {
	text-shadow:0 1px 2px rgba(0,0,0,.9)
}
}