
.whitespace-pre {
    white-space: pre;
}
.bg-gray-800 {
    background-color: #2d3748;
}
.text-gray-100 {
    color: #f7fafc;
}
.font-mono {
    font-family: monospace;
}
.relative {
    position: relative;
}

[id^="emoji-btn-"] {
    transition: all 0.2s ease;
}

[id^="emoji-btn-"]:hover {
    transform: scale(1.1);
}