/* Minimal custom styles — Tailwind CDN handles the rest */
#chat-messages { scroll-behavior: smooth; }
pre { white-space: pre-wrap; word-break: break-all; }

/* Smooth rotation for expand/collapse arrows in host cards */
.transition-transform { transition: transform 0.15s ease; }

/* Subtle hover state for route card rows */
.hover\:bg-gray-750:hover { background-color: #2d3748; }

/* Log stats bar — compact inline layout */
.log-stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.7rem;
}
