/* İddaa Oranları Sayfası - Minimal & Kompakt Tasarım */

.iddaa-page {
    background: #0f172a;
    min-height: 100vh;
    padding: 1.5rem 0;
}

.iddaa-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Maç Başlık - Kompakt */
.mac-header {
    background: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.mac-header h1 {
    font-size: 1.5rem;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
    color: #f1f5f9;
    line-height: 1.3;
}

.mac-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #94a3b8;
}

.mac-meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.mac-meta-item i {
    font-size: 0.875rem;
    opacity: 0.7;
}

.mac-status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
}

.status-bitti {
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
}

.status-bekliyor {
    background: rgba(251, 146, 60, 0.15);
    color: #fb923c;
}

/* Oran Grup Section */
.oran-grup-section {
    margin-bottom: 2rem;
}

.oran-grup-baslik {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1rem;
    font-weight: 600;
    color: #3b82f6;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #2d3748;
}

.oran-grup-baslik i {
    font-size: 0.9rem;
}

/* Oran Kartları - Kompakt Grid */
.oran-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 0;
}

.oran-card {
    background: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1rem;
}

.oran-card-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 0.875rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #2d3748;
}

.oran-card-title i {
    font-size: 0.875rem;
    color: #3b82f6;
}

.oran-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
}

.oran-row:not(:last-child) {
    border-bottom: 1px solid rgba(45, 55, 72, 0.5);
}

.oran-label {
    font-size: 0.8125rem;
    color: #94a3b8;
    font-weight: 500;
}

.oran-value {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 0.3rem 0.65rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.875rem;
    min-width: 50px;
    text-align: center;
}

.oran-empty {
    color: #64748b;
    text-align: center;
    padding: 1rem;
    font-size: 0.8125rem;
}

.oran-empty {
    color: #64748b;
    text-align: center;
    padding: 1rem;
    font-size: 0.8125rem;
}

.oran-empty-message {
    background: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.oran-empty-message i {
    font-size: 2rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.oran-empty-message p {
    color: #94a3b8;
    font-size: 0.9375rem;
    margin: 0;
}

/* Kod Tablosu - Kompakt */
.kod-section {
    background: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.kod-section h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 0.875rem 0;
}

.kod-section h3 i {
    font-size: 0.875rem;
    color: #3b82f6;
}

.kod-table {
    width: 100%;
}

.kod-table tr {
    border-bottom: 1px solid rgba(45, 55, 72, 0.5);
}

.kod-table tr:last-child {
    border-bottom: none;
}

.kod-table td {
    padding: 0.625rem 0;
    font-size: 0.8125rem;
}

.kod-table td:first-child {
    color: #94a3b8;
    font-weight: 500;
}

.kod-badge {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Courier New', monospace;
    font-size: 0.8125rem;
}

/* SEO İçerik - Kompakt */
.seo-content {
    background: #1a2332;
    border: 1px solid #2d3748;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    line-height: 1.6;
}

.seo-content h2 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 0.875rem 0;
}

.seo-content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #3b82f6;
    margin: 1.25rem 0 0.625rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.seo-content h3:first-of-type {
    margin-top: 0.875rem;
}

.seo-content p {
    font-size: 0.875rem;
    color: #cbd5e1;
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.seo-content p:last-child {
    margin-bottom: 0;
}

.seo-content strong {
    color: #f1f5f9;
    font-weight: 600;
}

.seo-keywords {
    background: rgba(59, 130, 246, 0.1);
    border-left: 3px solid #3b82f6;
    padding: 0.875rem 1rem;
    margin-top: 1.25rem;
    border-radius: 4px;
    font-size: 0.8125rem;
    color: #94a3b8;
    line-height: 1.6;
}

.seo-keywords strong {
    color: #3b82f6;
    display: block;
    margin-bottom: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .mac-header h1 {
        font-size: 1.25rem;
    }
    
    .oran-grid {
        grid-template-columns: 1fr;
    }
    
    .mac-meta {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .iddaa-container {
        padding: 0 0.75rem;
    }
    
    .mac-header {
        padding: 1rem;
    }
    
    .oran-card,
    .kod-section,
    .seo-content {
        padding: 0.875rem 1rem;
    }
}
