body{
margin:0;
font-family:'Inter',sans-serif;
background:#0b0b0b;
color:white;
display:flex;
justify-content:center;
}

.container{
width:100%;
max-width:500px;
padding:30px 20px;
text-align:center;
position:relative;
z-index:2;
}

.logo{
width:100%;
max-width:320px;
margin-bottom:30px;
}

.gilliverse-logo{
width:100%;
max-width:320px;
margin-bottom:30px;
margin-top:30px;
}

.rsl-logo{
width:100%;
max-width:320px;
margin-bottom:30px;
margin-top:30px;
}

.howzat-logo{
width:100%;
max-width:320px;
margin-bottom:30px;
margin-top:30px;
}

.btn{
display:flex;
align-items:center;
gap:12px;
background:rgba(20,20,20,.7);
padding:16px;
margin-bottom:12px;
border-radius:12px;
text-decoration:none;
color:white;
font-weight:600;
transition:.3s;
border:1px solid #ff0000;
box-shadow:0 0 5px #ff0000;
backdrop-filter:blur(10px);
}

.btn:hover{
transform:translateY(-3px) scale(1.02);
box-shadow:0 0 15px #ff0000,0 0 30px #ff0000;
background:rgba(40,0,0,.8);
}

.icon{
width:22px;
height:22px;
}

.bg-glow{
position:fixed;
width:600px;
height:600px;
background:radial-gradient(circle,#ff0000 0%,transparent 70%);
top:-200px;
left:50%;
transform:translateX(-50%);
opacity:.15;
filter:blur(80px);
z-index:1;
}
