/* Small tweaks on top of Bootstrap CDN (dark theme) */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background-color: #121212 !important;
    min-height: 100vh;
}

.list-group-item {
    word-break: break-word;
}

.card {
    border: 1px solid #333;
}