/**
 * Coinley Payment Gateway - Admin Dashboard Styles
 *
 * @package Coinley_Payment_Gateway
 */

.coinleywp-admin {
    background: #f8fafc !important;
    font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    margin: 0 -20px -10px -20px !important;
    padding: 30px !important;
}

.coinleywp-header {
    background: linear-gradient(135deg, #7C3AED 0%, #8B5CF6 50%, #A855F7 100%) !important;
    color: white !important;
    padding: 32px 40px !important;
    border-radius: 24px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 20px 25px -5px rgba(124, 58, 237, 0.1), 0 10px 10px -5px rgba(124, 58, 237, 0.04) !important;
}

.coinleywp-header h1 {
    color: white !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
    margin: 0 0 8px 0 !important;
}

.stat-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 32px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #f1f5f9 !important;
}

.coinleywp-merchant-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 32px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #f1f5f9 !important;
}

.coinleywp-recent-transactions {
    background: white !important;
    border-radius: 20px !important;
    padding: 32px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #f1f5f9 !important;
}

/* Wallet Grid Styles */
.wallet-addresses h4 {
    margin: 24px 0 16px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #374151 !important;
}

.wallet-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.wallet-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 8px 12px !important;
    transition: all 0.2s ease !important;
}

.wallet-chip:hover {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
}

.wallet-chip-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 8px !important;
    color: white !important;
    font-size: 14px !important;
    flex-shrink: 0 !important;
}

.wallet-chip-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.wallet-chip-network {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    line-height: 1 !important;
}

.wallet-chip-address {
    font-size: 11px !important;
    color: #6b7280 !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: ui-monospace, monospace !important;
}

.wallet-chip-copy {
    background: none !important;
    border: none !important;
    padding: 4px !important;
    cursor: pointer !important;
    color: #9ca3af !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wallet-chip-copy:hover {
    background: #e2e8f0 !important;
    color: #6b7280 !important;
}

.wallet-chip-copy .dashicons {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
}

.no-wallets {
    color: #6b7280 !important;
    font-style: italic !important;
}
