
/* Scan History Styles */
.scan-history-container {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.scan-history-header h3 {
    color: #fff;
    margin-bottom: 15px;


text-align: center;
}

.scan-history-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.scan-history-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 15px;
    border-left: 4px solid #6366f1;
}

.scan-pool-info .pool-address {
    display: block;
    font-weight: bold;
    color: #fff;
    font-family: monospace;
    font-size: 14px;
}

.scan-pool-info .chain {
    color: #aaa;
    font-size: 12px;
}

.scan-date {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}

.scan-history-empty {
    text-align: center;
    padding: 40px 20px;
    color: #aaa;
}

/* Fix gate positioning */
#ccc-gate-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.8) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999999 !important;
}

.ccc-gate-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 10px !important;
    max-width: 400px !important;
    width: 90% !important;
    text-align: center !important;
}
