/* Bayi Sistemi Stilleri */
.sk-dealer-login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #2c2c2c 100%);
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.sk-dealer-login-box {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.sk-dealer-header h2 {
    color: #333;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.sk-dealer-header p {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

/* Logo Stilleri */
.sk-dealer-logo {
    text-align: center;
    margin-bottom: 20px;
    background: #000;
    padding: 20px;
    border-radius: 10px;
    margin: -20px -20px 20px -20px;
}

.sk-dealer-logo-img {
    max-height: 60px;
    max-width: 200px;
    object-fit: contain;
    /* Beyaz PNG logo için filtre gerekmez */
}

.sk-dealer-logo-text {
    font-size: 28px;
    font-weight: bold;
    color: #ff6b35;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.sk-dealer-form {
    text-align: left;
}

.sk-form-group {
    margin-bottom: 25px;
}

.sk-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.sk-form-group input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.sk-form-group input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

.sk-dealer-login-btn {
    width: 100%;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sk-dealer-login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.sk-btn-icon {
    font-size: 20px;
}

.sk-dealer-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
}

.sk-dealer-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.sk-dealer-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Bayi Panel Stilleri - Mobil Uygulama Tarzı */
.sk-dealer-panel-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    padding-bottom: 100px; /* Sabit buton için alan */
}

.sk-dealer-panel-container .sk-dealer-header {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #2c2c2c 100%);
    color: white;
    padding: 20px;
    border-radius: 0 0 25px 25px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
    position: relative;
    z-index: 10;
}

.sk-dealer-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.sk-dealer-panel-container .sk-dealer-logo {
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
    margin: -15px -15px 15px -15px;
}

.sk-dealer-panel-container .sk-dealer-logo-img {
    max-height: 50px;
    /* Beyaz PNG logo için filtre gerekmez */
}

.sk-dealer-panel-container .sk-dealer-logo-text {
    color: white;
    font-size: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sk-dealer-panel-container .sk-dealer-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.sk-dealer-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sk-dealer-name {
    font-size: 18px;
    font-weight: 600;
}

.sk-dealer-phone {
    font-size: 16px;
    opacity: 0.9;
}

.sk-dealer-logout-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sk-dealer-logout-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* İstatistik Kartları */
.sk-dealer-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin: 20px;
    margin-bottom: 30px;
}

.sk-stat-card {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 107, 53, 0.1);
}

.sk-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.sk-stat-icon {
    font-size: 48px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 50%;
    color: white;
}

.sk-stat-content {
    flex: 1;
}

.sk-stat-label {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sk-stat-value {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

/* Aksiyon Butonları */
.sk-dealer-actions {
    text-align: center;
    margin-bottom: 30px;
    margin: 20px;
}

/* Sabit Ödeme Butonu - Mobil Uygulama Tarzı */
.sk-fixed-payment-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 20px;
    box-shadow: 0 -4px 20px rgba(255, 107, 53, 0.3);
    z-index: 1000;
    border-radius: 25px 25px 0 0;
}

.sk-fixed-payment-btn {
    width: 100%;
    background: white;
    color: #ff6b35;
    border: none;
    padding: 18px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sk-fixed-payment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.sk-fixed-payment-btn:active {
    transform: translateY(0);
}

.sk-payment-btn {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    border: none;
    padding: 20px 40px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

.sk-payment-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

/* İşlem Geçmişi */
.sk-dealer-transactions {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    margin: 20px;
    margin-bottom: 120px; /* Sabit buton için alan */
}

.sk-dealer-transactions h3 {
    color: #333;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

.sk-transactions-list {
    max-height: 400px;
    overflow-y: auto;
}

.sk-transaction-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.3s ease;
}

.sk-transaction-item:hover {
    background-color: #f8f9fa;
}

.sk-transaction-item:last-child {
    border-bottom: none;
}

.sk-transaction-info {
    flex: 1;
}

.sk-transaction-user {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.sk-transaction-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.sk-transaction-date {
    color: #999;
    font-size: 12px;
}

.sk-transaction-amount {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 8px;
}

.sk-transaction-amount.positive {
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.sk-transaction-amount.negative {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.sk-no-transactions {
    text-align: center;
    padding: 40px;
    color: #666;
}

/* Modal Stilleri */
.sk-modal {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.sk-modal-content {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tam Ekran Modal */
.sk-fullscreen-modal .sk-modal-content {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #2c2c2c 100%);
    display: flex;
    flex-direction: column;
    padding: 0;
}

/* Ödeme Modal İçeriği */
.sk-payment-modal-content {
    padding: 0;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #2c2c2c 100%);
}

.sk-payment-header {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sk-payment-header h2 {
    color: white;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.sk-payment-body {
    flex: 1;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* Tutar Girişi Bölümü */
.sk-amount-section {
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.sk-amount-label {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sk-amount-input-container {
    position: relative;
    margin-bottom: 20px;
}

.sk-currency-symbol {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
}

.sk-amount-input {
    width: 100%;
    padding: 20px 20px 20px 60px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

.sk-amount-input:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.3);
    transform: scale(1.02);
}

.sk-amount-suggestions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.sk-amount-btn {
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sk-amount-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

/* QR Okutma Bölümü */
.sk-qr-section {
    text-align: center;
    width: 100%;
    max-width: 400px;
}

.sk-qr-label {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sk-qr-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sk-qr-scan-btn {
    padding: 20px 40px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.3);
}

.sk-qr-scan-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.sk-qr-icon {
    font-size: 18px;
}

/* İşlem Butonu */
.sk-process-payment-btn {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sk-process-payment-btn:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.4);
}

.sk-process-payment-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.sk-btn-icon {
    font-size: 20px;
}

.sk-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
    transition: color 0.3s ease;
}

.sk-close:hover {
    color: #000;
}

.sk-modal-content h3 {
    margin: 0 0 30px 0;
    color: #333;
    font-size: 24px;
}

/* Ödeme Formu */
.sk-payment-form {
    text-align: left;
}

.sk-payment-form .sk-form-group {
    margin-bottom: 25px;
}

.sk-payment-form .sk-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.sk-payment-form .sk-form-group input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e5e9;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.sk-payment-form .sk-form-group input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

.sk-qr-scan-btn {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.sk-qr-scan-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
}

/* QR Seçenek Butonları */
.sk-qr-option-btn {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 5px;
    min-width: 150px;
    justify-content: center;
}

.sk-qr-option-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.sk-qr-option-btn:active {
    transform: translateY(0);
}

.sk-process-payment-btn {
    width: 100%;
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    border: none;
    padding: 18px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.sk-process-payment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.sk-payment-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
}

.sk-payment-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.sk-payment-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .sk-dealer-login-container {
        padding: 10px;
        min-height: 100vh;
        align-items: flex-start;
        padding-top: 20px;
    }
    
    .sk-dealer-login-box {
        padding: 25px 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 15px;
    }
    
    .sk-dealer-header h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .sk-dealer-header p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .sk-form-group {
        margin-bottom: 20px;
    }
    
    .sk-form-group input {
        padding: 18px 15px;
        font-size: 16px; /* iOS zoom önleme */
        border-radius: 10px;
    }
    
    .sk-dealer-login-btn {
        padding: 20px;
        font-size: 18px;
        border-radius: 10px;
    }
    
    .sk-dealer-panel-container {
        padding: 10px;
    }
    
    .sk-dealer-panel-container .sk-dealer-header {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        border-radius: 12px;
        margin-bottom: 20px;
    }
    
    .sk-dealer-header-top {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sk-dealer-logo {
        margin-bottom: 15px;
    }
    
    .sk-dealer-logo {
        margin: -15px -15px 15px -15px;
        padding: 15px;
    }
    
    .sk-dealer-logo-img {
        max-height: 50px;
    }
    
    .sk-dealer-logo-text {
        font-size: 24px;
    }
    
    .sk-dealer-panel-container .sk-dealer-logo-img {
        max-height: 40px;
    }
    
    .sk-dealer-panel-container .sk-dealer-logo-text {
        font-size: 20px;
    }
    
    .sk-dealer-panel-container .sk-dealer-header h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .sk-dealer-info {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    
    .sk-dealer-name {
        font-size: 16px;
    }
    
    .sk-dealer-phone {
        font-size: 14px;
    }
    
    .sk-dealer-logout-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .sk-dealer-stats {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .sk-stat-card {
        padding: 20px 15px;
        border-radius: 12px;
        flex-direction: row;
        gap: 15px;
    }
    
    .sk-stat-icon {
        width: 50px;
        height: 50px;
        font-size: 28px;
        flex-shrink: 0;
    }
    
    .sk-stat-content {
        flex: 1;
        text-align: left;
    }
    
    .sk-stat-label {
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .sk-stat-value {
        font-size: 20px;
    }
    
    .sk-payment-btn {
        padding: 18px 30px;
        font-size: 18px;
        border-radius: 12px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .sk-dealer-transactions {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .sk-dealer-transactions h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .sk-transaction-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 15px;
        border-radius: 8px;
    }
    
    .sk-transaction-amount {
        align-self: flex-end;
        font-size: 16px;
        padding: 6px 12px;
    }
    
    .sk-transaction-user {
        font-size: 14px;
    }
    
    .sk-transaction-desc {
        font-size: 13px;
    }
    
    .sk-transaction-date {
        font-size: 11px;
    }
    
    .sk-modal-content {
        margin: 10px;
        padding: 25px 20px;
        border-radius: 15px;
        max-width: calc(100% - 20px);
    }
    
    .sk-modal-content h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    
    .sk-payment-form .sk-form-group input {
        padding: 15px;
        font-size: 16px;
    }
    
    .sk-qr-scan-btn {
        padding: 10px 16px;
        font-size: 14px;
        margin-top: 8px;
    }
    
    .sk-process-payment-btn {
        padding: 16px;
        font-size: 16px;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .sk-dealer-login-container {
        padding: 5px;
        padding-top: 15px;
    }
    
    .sk-dealer-login-box {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .sk-dealer-header h2 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    
    .sk-dealer-header p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .sk-form-group input {
        padding: 16px 12px;
        font-size: 16px;
    }
    
    .sk-dealer-login-btn {
        padding: 18px;
        font-size: 16px;
    }
    
    .sk-dealer-panel-container {
        padding: 5px;
    }
    
    .sk-dealer-panel-container .sk-dealer-header {
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    
    .sk-dealer-logo {
        margin: -10px -10px 10px -10px;
        padding: 10px;
    }
    
    .sk-dealer-logo-img {
        max-height: 45px;
    }
    
    .sk-dealer-logo-text {
        font-size: 22px;
    }
    
    .sk-dealer-panel-container .sk-dealer-logo-img {
        max-height: 35px;
    }
    
    .sk-dealer-panel-container .sk-dealer-logo-text {
        font-size: 18px;
    }
    
    .sk-dealer-panel-container .sk-dealer-header h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .sk-dealer-info {
        gap: 8px;
    }
    
    .sk-dealer-name {
        font-size: 15px;
    }
    
    .sk-dealer-phone {
        font-size: 13px;
    }
    
    .sk-dealer-logout-btn {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .sk-dealer-stats {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .sk-stat-card {
        padding: 15px 12px;
        border-radius: 10px;
        gap: 12px;
    }
    
    .sk-stat-icon {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
    
    .sk-stat-label {
        font-size: 11px;
        margin-bottom: 3px;
    }
    
    .sk-stat-value {
        font-size: 18px;
    }
    
    .sk-payment-btn {
        padding: 16px 25px;
        font-size: 16px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    
    .sk-dealer-transactions {
        padding: 15px 12px;
        border-radius: 10px;
    }
    
    .sk-dealer-transactions h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .sk-transaction-item {
        padding: 12px;
        gap: 10px;
        border-radius: 6px;
    }
    
    .sk-transaction-amount {
        font-size: 15px;
        padding: 5px 10px;
    }
    
    .sk-transaction-user {
        font-size: 13px;
    }
    
    .sk-transaction-desc {
        font-size: 12px;
    }
    
    .sk-transaction-date {
        font-size: 10px;
    }
    
    .sk-modal-content {
        margin: 5px;
        padding: 20px 15px;
        border-radius: 12px;
        max-width: calc(100% - 10px);
    }
    
    .sk-modal-content h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .sk-payment-form .sk-form-group {
        margin-bottom: 20px;
    }
    
    .sk-payment-form .sk-form-group input {
        padding: 14px 12px;
        font-size: 16px;
    }
    
    .sk-qr-scan-btn {
        padding: 8px 14px;
        font-size: 13px;
        margin-top: 6px;
    }
    
    .sk-process-payment-btn {
        padding: 14px;
        font-size: 15px;
        border-radius: 8px;
    }
}

/* Çok küçük ekranlar için */
@media (max-width: 360px) {
    .sk-dealer-login-box {
        padding: 15px 12px;
    }
    
    .sk-dealer-header h2 {
        font-size: 20px;
    }
    
    .sk-form-group input {
        padding: 14px 10px;
    }
    
    .sk-dealer-login-btn {
        padding: 16px;
        font-size: 15px;
    }
    
    .sk-stat-card {
        padding: 12px 10px;
    }
    
    .sk-stat-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .sk-stat-value {
        font-size: 16px;
    }
    
    .sk-transaction-item {
        padding: 10px;
    }
    
    .sk-modal-content {
        padding: 15px 12px;
    }
    
    /* QR Seçenek Butonları - Mobil */
    .sk-qr-option-btn {
        min-width: 120px;
        padding: 12px 15px;
        font-size: 14px;
    }
    
    /* QR Video - Mobil */
    #sk-qr-video {
        width: 250px !important;
        height: 250px !important;
    }
}

/* Mobil cihazlarda genel iyileştirmeler */
@media (max-width: 768px) {
    /* Touch target'ları büyüt */
    .sk-dealer-login-btn,
    .sk-payment-btn,
    .sk-process-payment-btn,
    .sk-qr-scan-btn,
    .sk-dealer-logout-btn {
        min-height: 44px; /* iOS touch target minimum */
        min-width: 44px;
    }
    
    /* Input'ları büyüt */
    input[type="tel"],
    input[type="password"],
    input[type="number"] {
        min-height: 44px;
    }
    
    /* Scroll iyileştirmeleri */
    .sk-dealer-transactions-list {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    
    /* Modal scroll iyileştirmeleri */
    .sk-modal-content {
        -webkit-overflow-scrolling: touch;
    }
    
    /* Dokunma geri bildirimi */
    .sk-dealer-login-btn:active,
    .sk-payment-btn:active,
    .sk-process-payment-btn:active,
    .sk-qr-scan-btn:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
    
    /* Input focus iyileştirmeleri */
    input:focus {
        outline: none;
        border-color: #ff6b35;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
    }
    
    /* Bayi paneli mobil düzeni */
    .sk-dealer-panel-container {
        padding-bottom: 20px; /* Alt boşluk */
    }
    
    /* İstatistik kartları mobil düzeni */
    .sk-stat-card {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    /* İşlem listesi mobil düzeni */
    .sk-transaction-item {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        margin-bottom: 8px;
    }
}

/* Landscape modda mobil cihazlar için */
@media (max-width: 768px) and (orientation: landscape) {
    .sk-dealer-login-container {
        padding-top: 10px;
        align-items: flex-start;
    }
    
    .sk-dealer-login-box {
        padding: 20px;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .sk-modal-content {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    /* Tam ekran modal mobil */
    .sk-payment-body {
        padding: 20px 15px;
        gap: 30px;
    }
    
    .sk-amount-input {
        font-size: 24px;
        padding: 15px 15px 15px 50px;
    }
    
    .sk-currency-symbol {
        left: 15px;
        font-size: 20px;
    }
    
    .sk-amount-suggestions {
        gap: 8px;
    }
    
    .sk-amount-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .sk-qr-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .sk-qr-scan-btn {
        width: 100%;
        justify-content: center;
    }
    
    .sk-process-payment-btn {
        font-size: 18px;
        padding: 15px;
    }
}
