/* QR Yönetim Paneli - Özel Stiller */

body {
    background-color: #f4f6f9;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* Giriş Sayfası */
.giris-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.giris-card {
    max-width: 400px;
    width: 100%;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.giris-card .card-header {
    background: linear-gradient(135deg, #0f3460, #533483);
    border-radius: 15px 15px 0 0 !important;
    text-align: center;
    padding: 30px;
}

.giris-card .card-header i {
    font-size: 3rem;
    color: #fff;
}

/* InfoBox */
.info-box {
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    transition: transform 0.2s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.info-box:hover {
    transform: translateY(-3px);
}

.info-box .info-box-icon {
    font-size: 2.5rem;
    opacity: 0.8;
}

.info-box .info-box-sayi {
    font-size: 2rem;
    font-weight: 700;
}

.info-box .info-box-baslik {
    font-size: 0.85rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bg-info-box-1 { background: linear-gradient(135deg, #667eea, #764ba2); }
.bg-info-box-2 { background: linear-gradient(135deg, #f093fb, #f5576c); }
.bg-info-box-3 { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.bg-info-box-4 { background: linear-gradient(135deg, #43e97b, #38f9d7); }

/* Filtre Paneli */
.filtre-panel {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.filtre-panel .card-header {
    cursor: pointer;
    background: #f8f9fa;
    border-radius: 10px 10px 0 0;
}

/* QR Kartı */
.qr-onizleme {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* DataTable düzenleme */
.dataTables_wrapper .dataTables_filter input {
    border-radius: 20px;
    padding: 5px 15px;
}

/* Durum badge */
.badge-aktif {
    background-color: #28a745;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
}

.badge-pasif {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
}

/* Kısa URL kutusu */
.kisa-url-kutusu {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    word-break: break-all;
}

/* Tarama detay modal */
.tarama-bilgi {
    font-size: 0.85rem;
    color: #6c757d;
}
