/* 2026 Glassmorphism Theme */
body {
background: radial-gradient(circle at top right, #1e293b, #020617);
min-height: 100vh;
color: #f8fafc;
font-family: 'Inter', sans-serif;
}

.glass-card {
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 24px;
transition: all 0.3s ease;
}

.glass-card:hover {
border-color: #3b82f6;
background: rgba(255, 255, 255, 0.05);
}

.ad-slot {
/*background: rgba(59, 130, 246, 0.05);
border: 2px dashed rgba(59, 130, 246, 0.2);*/
border-radius: 24px;
display: flex;
align-items: center;
justify-content: center;
color: #3b82f6;
font-size: 12px;
letter-spacing: 1px;
}