.card {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.form-control, .form-select {
    background-color: #0d1117;
    border: 1px solid #30363d;
    color: #c9d1d9;
}
.form-control:focus, .form-select:focus {
    background-color: #161b22;
    border-color: #00b4ff;
    color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(0, 180, 255, 0.25);
}
.table {
    color: #c9d1d9;
    margin-bottom: 0;
}
.table th {
    background-color: #21262d;
    border-bottom: 2px solid #30363d !important;
    color: #8b949e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    cursor: pointer;
}
.table th:hover {
    color: #ffffff;
    background-color: #30363d;
}
.table td {
    border-bottom: 1px solid #30363d;
    padding: 15px;
    vertical-align: middle;
}
.table-hover tbody tr:hover {
    background-color: #1c2128;
    color: #ffffff;
}
.badge-success {
    background-color: #238636;
    color: #ffffff;
    padding: 7px 12px;
    border-radius: 6px;
    font-weight: 500;
}
.tmdb-link {
    color: #58a6ff;
    text-decoration: none;
    font-weight: 500;
}
.tmdb-link:hover {
    text-decoration: underline;
    color: #79c0ff;
}
.recognized-title {
    color: #00b4ff;
    font-weight: 600;
    font-size: 1.05em;
}
.raw-title {
    color: #8b949e;
    font-size: 0.9em;
}
.sort-icon::after {
    content: ' ↕';
    opacity: 0.5;
}
