.b16-free-chests{max-width:1100px;margin:0 auto 28px;padding:0 12px 24px;color:#e8eef6}
.b16-free-chests__hero{
	display:grid;
	grid-template-columns:1.25fr .75fr;
	gap:18px;
	align-items:stretch;
	margin-bottom:22px;
	padding:16px;
	border-radius:18px;
	background:linear-gradient(135deg,#141820,#1c2430 55%,#2a1f12);
	border:1px solid rgba(255,200,80,.25);
}
.b16-free-chests__banner-wrap{
	position:relative;
	border-radius:14px;
	overflow:hidden;
	aspect-ratio:16 / 9;
	background:#0d1218;
	box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.b16-free-chests__banner{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	display:block;
}
.b16-free-chests__hero-text{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.b16-free-chests__hero-text h1{margin:0 0 8px;font-size:28px;line-height:1.15;color:#ffd56a}
.b16-free-chests__hero-text p{margin:0;color:#b8c2d0;font-size:15px;line-height:1.45}
.b16-free-chests__auth{margin-bottom:16px;padding:12px 14px;border-radius:12px;background:rgba(255,180,60,.12);border:1px solid rgba(255,180,60,.3);color:#ffd56a}
.b16-free-chests__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.b16-free-chest{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#121820;border:1px solid rgba(255,255,255,.08)}
.b16-free-chest__media{
	position:relative;
	background:#0d1218;
	aspect-ratio:16 / 9;
	overflow:hidden;
}
.b16-free-chest__media img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	display:block;
}
.b16-free-chest__badge{position:absolute;left:12px;top:12px;padding:5px 10px;border-radius:999px;background:rgba(0,0,0,.65);color:#ffd56a;font-size:12px;font-weight:700;z-index:1}
.b16-free-chest__body{padding:16px}
.b16-free-chest__body h2{margin:0 0 6px;font-size:20px;color:#fff}
.b16-free-chest__body p{margin:0 0 12px;color:#9aa7b8;font-size:14px}
.b16-free-chest__meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:14px;color:#c5d0dc;font-size:13px}
.b16-free-chest__meta b{color:#ffd56a}
.b16-free-chest__actions{display:flex;flex-wrap:wrap;gap:8px}
.b16-free-chest__actions .btn[disabled]{opacity:.45;cursor:not-allowed}
.b16-free-chest__msg{margin-top:12px;padding:10px 12px;border-radius:10px;background:rgba(80,160,255,.12);color:#d7e8ff;font-size:13px}
.b16-free-chest__msg.is-error{background:rgba(255,80,80,.12);color:#ffc0c0}
.b16-free-chests__open-host{margin-top:22px}
@media (max-width:900px){
	.b16-free-chests__hero{grid-template-columns:1fr}
	.b16-free-chests__grid{grid-template-columns:1fr}
	.b16-free-chests__hero-text h1{font-size:24px}
}
