/* Custom Styles */
body {
    background-image: radial-gradient(#cbd5e1 0.5px, transparent 0.5px);
    background-size: 30px 30px;
    background-attachment: fixed;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f8fafc; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #0d9488; }

/* Анимация при наведении на хештеги */
.group:hover i { transform: scale(1.1); transition: 0.2s; }

/* Фиксация высоты ячеек для красоты */
td { vertical-align: middle; }

/* Плавный скролл */
html { scroll-behavior: smooth; }