.gamers:after {
    content: "#АЯЗНАЛ";
    position: absolute;
    top: 20%;
    left: 50%;
    color: #81ca11;
    font-family: 'DrukWideCyr-Medium';
    font-weight: 500;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-shadow: -1px -1px 13px #000000;
    transform: translate(-50%, -50%);
}

.text-center.mt-6.text-white.text-sm.opacity-75 {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
}
.w-16.h-16.bg-white.rounded-lg.flex.items-center.justify-center.text-3xl, .w-16.h-16.rounded-lg.flex.items-center.justify-center.text-3xl {border-radius: 50%;
 width: 150px;
}
 @keyframes fadeIn {
 from {
 opacity: 0;
 transform: translateY(20px);
 }
 to {
 opacity: 1;
 transform: translateY(0);
 }
 }
 @keyframes pulse {
 0%, 100% {
 transform: scale(1);
 }
 50% {
 transform: scale(1.05);
 }
 }
 @keyframes spin {
 from {
 transform: rotate(0deg);
 }
 to {
 transform: rotate(360deg);
 }
 }
 .fade-in {
 animation: fadeIn 0.5s ease-out;
 }
 .pulse-anim {
 animation: pulse 2s infinite;
 }
 .spinner {
 animation: spin 1s linear infinite;
 }
 .ad-banner {
 transition: transform 0.3s ease;
 }
 .ad-banner:hover {
 transform: translateY(-5px);
 }
 .gradient-bg {
 background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
 }
 .code-box {
 background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
 }
.ad-banner { margin-bottom: 2rem; }
 @media (max-width: 768px) { 
.flex { flex-direction: column;text-align: center; grid-gap: 20px !important; } h3.text-white.font-bold.text-lg { margin: 15px 0 10px; } .ad-banner.bg-gradient-to-r.from-purple-500.to-pink-500.rounded-xl.p-3.shadow-lg.cursor-pointer.fade-in { margin-bottom: 40px; } .w-16.h-16.bg-white.rounded-lg.flex.items-center.justify-center.text-3xl, .w-16.h-16.rounded-lg.flex.items-center.justify-center.text-3xl { width: 115px; }
 }