body { font-family: 'JetBrains Mono', monospace; background-color: #000; color: #10b981; scroll-behavior: smooth; }

/* Turbo transitions */
.turbo-progress-bar {
    background-color: #10b981;
    height: 2px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.turbo-loading body {
    opacity: 0.7;
    transition: opacity 0.2s;
}
