.pharos-tracker {
    max-width: 400px;
    margin: 30px auto;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}
.pharos-header {
    text-align: center;
    margin-bottom: 20px;
}
#wallet_stats_output {
    margin-top: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    min-height: 40px;
    font-size: 15px;
}
#check_stats {
    margin-top: 10px;
    padding: 8px 18px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#check_stats:hover {
    background: #005177;
}
