/* Genel Stiller */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.min-vh-100 {
    min-height: 100vh;
}

/* Gradient arka planlar */
.bg-gradient-primary {
    background: linear-gradient(45deg, #007bff, #0056b3);
}

/* Kart stilleri */
.card {
    border: none;
    border-radius: 15px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.card.border-success {
    border: 2px solid #28a745 !important;
}

/* Border left kartları */
.border-left-primary {
    border-left: 4px solid #007bff !important;
}

.border-left-success {
    border-left: 4px solid #28a745 !important;
}

.border-left-info {
    border-left: 4px solid #17a2b8 !important;
}

.border-left-warning {
    border-left: 4px solid #ffc107 !important;
}

/* Buton stilleri */
.btn {
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.btn-lg {
    padding: 15px 30px;
    font-size: 1.1rem;
}

/* Form stilleri */
.form-control {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 12px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.form-control-lg {
    padding: 15px 20px;
    font-size: 1.1rem;
}

.form-select {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 12px 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
}

.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.form-select-lg {
    padding: 15px 20px;
    font-size: 1.1rem;
}

/* Ethereum ikonu */
.fab.fa-ethereum {
    color: #627eea;
}

/* Wallet adresi input özel stil */
input[name="wallet"] {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

input[name="wallet"]:focus {
    border-color: #627eea;
    box-shadow: 0 0 0 0.2rem rgba(98, 126, 234, 0.25);
}

/* Form text stilleri */
.form-text {
    margin-top: 5px;
}

.form-text small {
    font-size: 0.875rem;
}

/* Input group stilleri */
.input-group-text {
    border-radius: 10px 0 0 10px;
    border: 2px solid #e9ecef;
    border-right: none;
    background-color: #f8f9fa;
}

.input-group .form-control {
    border-radius: 0 10px 10px 0;
    border-left: none;
}

.input-group .form-control:focus {
    border-left: none;
}

.input-group .form-control:focus + .input-group-text,
.input-group-text:has(+ .form-control:focus) {
    border-color: #007bff;
}

/* Alert stilleri */
.alert {
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
}

.alert-success {
    background: linear-gradient(45deg, #d4edda, #c3e6cb);
    color: #155724;
}

.alert-danger {
    background: linear-gradient(45deg, #f8d7da, #f5c6cb);
    color: #721c24;
}

/* Badge stilleri */
.badge {
    border-radius: 20px;
    padding: 8px 12px;
    font-weight: 500;
}

/* Progress bar stilleri */
.progress {
    border-radius: 10px;
    background-color: rgba(255,255,255,0.3);
}

.progress-bar {
    border-radius: 10px;
    transition: width 0.6s ease;
}

/* Logo stilleri */
.img-fluid {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-fluid:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Airdrop bilgi kartları */
.airdrop-info-card {
    background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
    border: 1px solid #bee5eb !important;
    position: relative;
    overflow: hidden;
}

.airdrop-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #28a745, #ffc107, #dc3545);
}

.airdrop-info-card .fas {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

/* Kalıcı alert stilleri */
.alert-permanent {
    position: relative;
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Responsive logo */
@media (max-width: 768px) {
    .img-fluid {
        max-height: 80px !important;
    }
    
    .display-4 {
        font-size: 1.8rem;
    }
    
    .alert-info .col-md-4 {
        margin-bottom: 1rem;
    }
}

/* Platform ikonları */
.fab.fa-facebook-f {
    color: #1877f2;
}

.fab.fa-youtube {
    color: #ff0000;
}

.fab.fa-instagram {
    color: #E4405F;
}

.fab.fa-telegram {
    color: #0088cc;
}

.fab.fa-tiktok {
    color: #000000;
}

.fab.fa-twitter {
    color: #1da1f2;
}

/* Navbar stilleri */
.navbar-brand {
    font-weight: bold;
    font-size: 1.3rem;
}

/* DataTables özelleştirmesi */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    border-radius: 5px;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #007bff !important;
    border-color: #007bff !important;
    color: white !important;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0056b3 !important;
    border-color: #0056b3 !important;
    color: white !important;
}

/* Responsive table */
.table-responsive {
    border-radius: 10px;
}

.table {
    margin-bottom: 0;
}

.table th {
    background-color: #f8f9fa;
    border-top: none;
    font-weight: 600;
    padding: 15px;
}

.table td {
    padding: 15px;
    vertical-align: middle;
}

/* Animasyonlar */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

/* Loading spinner */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Özel scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

/* Media queries */
@media (max-width: 768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .card-body {
        padding: 20px 15px;
    }
    
    .btn-lg {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .display-4 {
        font-size: 2rem;
    }
}

/* Modal stilleri */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-title {
    font-weight: 600;
    color: #495057;
}

/* Print stilleri */
@media print {
    .btn, .navbar, .alert {
        display: none !important;
    }
    
    .card {
        border: 1px solid #000 !important;
        box-shadow: none !important;
    }
}