/*
Theme Name: Film İzle Teması en son vip
Theme URI: https://www.filmifa.com/
Author: Son Film
Author URI: https://www.filmifa.com/
Description: Gelişmiş film izleme teması. Tablı video sistemi, antrasit tasarım, canlı link renkleri.
Version: 1.2
*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #1c1c1c;
    color: #f0f0f0;
}
a {
    color: #ff9800;
}
a:hover {
    color: #ffc107;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
header.site-header {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    padding: 20px;
    text-align: center;
    color: white;
}
header.site-header h1 {
    font-size: 2.5em;
    margin: 0;
}
.film-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.film-item {
    background: #2a2a2a;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.film-item img {
    width: 100%;
    height: auto;
}
.site-footer {
    background: #121212;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.tags a {
    color: #fff;
    margin: 0 5px;
    display: inline-block;
}
.pagination {
    text-align: center;
    margin: 20px 0;
}
.pagination a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    background: #444;
    color: #fff;
    text-decoration: none;
}
.pagination a:hover {
    background: #666;
}
.video-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.video-tabs a {
    background: #333;
    color: #ff9800;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
}
.video-tabs a.active {
    background: #ff9800;
    color: #1c1c1c;
}
.video-content {
    margin-top: 20px;
}

.kategori-menusu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px auto;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.kategori-menusu li {
    margin: 0;
}

.kategori-menusu a {
    display: inline-block;
    padding: 10px 16px;
    background: #2a2a2a;
    color: #ff9800;
    text-decoration: none;
    border: 2px solid #ff9800;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.kategori-menusu a:hover {
    background: #ff9800;
    color: #1c1c1c;
}
