/* File: index.css | Version: 1.3 */
body {
    font-family: 'Heebo', sans-serif;
    background-color: #f3f4f6;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.notif-unread { background: #eef2ff; }
.board-col { min-width: 240px; }
.role-hidden { display: none !important; }
.landing-preview {
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 55%, #334155 100%);
}
