body {
    font-family: 'Inter', sans-serif;
}

.mono {
    font-family: 'JetBrains Mono', monospace;
}

.ambient {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.ambient .glow-a {
    position: absolute;
    top: -10rem;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 500px;
    border-radius: 9999px;
    opacity: 0.2;
    filter: blur(80px);
    background: radial-gradient(ellipse, #6366f1 0%, transparent 70%);
}

.ambient .glow-b {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 400px;
    border-radius: 9999px;
    opacity: 0.1;
    filter: blur(100px);
    background: radial-gradient(ellipse, #a855f7 0%, transparent 70%);
}

.tilt,
.tiltL {
    transform-style: preserve-3d;
}

#onlineFeed::-webkit-scrollbar {
    width: 6px;
}

#onlineFeed::-webkit-scrollbar-track {
    background: transparent;
}

#onlineFeed::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

#onlineFeed::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.16);
}
