/* Minimal custom CSS — Tailwind handles most styling */
body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.generation-connector::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    height: 12px;
    border-left: 2px solid #94a3b8;
}
